From 491b5dfb37c474f5e7b96dfa1234e18516b89009 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 26 Jun 2024 21:26:07 +0000 Subject: [PATCH 1/3] feat: add bulk delete api docs: update field api description PiperOrigin-RevId: 642337904 Source-Link: https://github.com/googleapis/googleapis/commit/9aab32eafe489f073486839678b538f93ca0c0a7 Source-Link: https://github.com/googleapis/googleapis-gen/commit/757cf9d8e2d139d7b2871ce013d5e2edc40176d3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzU3Y2Y5ZDhlMmQxMzlkN2IyODcxY2UwMTNkNWUyZWRjNDAxNzZkMyJ9 --- .../google/firestore/v1/FirestoreGrpc.java | 2069 ------ .../firestore/v1/FirestoreAdminClient.java | 232 +- .../firestore/v1/FirestoreAdminSettings.java | 29 + .../cloud/firestore/v1/gapic_metadata.json | 3 + .../cloud/firestore/v1/package-info.java | 0 .../firestore/v1/stub/FirestoreAdminStub.java | 14 + .../v1/stub/FirestoreAdminStubSettings.java | 79 + .../GrpcFirestoreAdminCallableFactory.java | 0 .../v1/stub/GrpcFirestoreAdminStub.java | 51 + ...HttpJsonFirestoreAdminCallableFactory.java | 0 .../v1/stub/HttpJsonFirestoreAdminStub.java | 88 + .../reflect-config.json | 54 + .../v1/FirestoreAdminClientHttpJsonTest.java | 93 + .../v1/FirestoreAdminClientTest.java | 88 + .../firestore/v1/MockFirestoreAdmin.java | 0 .../firestore/v1/MockFirestoreAdminImpl.java | 22 + .../cloud/firestore/v1/MockLocations.java | 0 .../cloud/firestore/v1/MockLocationsImpl.java | 0 .../cloud/firestore/v1/FirestoreClient.java | 0 .../cloud/firestore/v1/FirestoreSettings.java | 1 + .../cloud/firestore/v1/gapic_metadata.json | 0 .../cloud/firestore/v1/package-info.java | 0 .../firestore/v1/stub/FirestoreStub.java | 0 .../v1/stub/FirestoreStubSettings.java | 0 .../v1/stub/GrpcFirestoreCallableFactory.java | 0 .../firestore/v1/stub/GrpcFirestoreStub.java | 1 + .../HttpJsonFirestoreCallableFactory.java | 0 .../v1/stub/HttpJsonFirestoreStub.java | 0 .../reflect-config.json | 2855 ++++++++ .../v1/FirestoreClientHttpJsonTest.java | 0 .../firestore/v1/FirestoreClientTest.java | 0 .../cloud/firestore/v1/MockFirestore.java | 0 .../cloud/firestore/v1/MockFirestoreImpl.java | 0 .../cloud/firestore/v1/MockLocations.java | 0 .../cloud/firestore/v1/MockLocationsImpl.java | 0 .../admin/v1/FirestoreAdminGrpc.java | 2399 +++---- .../google/firestore/v1/FirestoreGrpc.java | 1648 +++++ .../com/google/firestore/admin/v1/Backup.java | 1387 ++-- .../google/firestore/admin/v1/BackupName.java | 0 .../firestore/admin/v1/BackupOrBuilder.java | 124 +- .../firestore/admin/v1/BackupProto.java | 95 + .../firestore/admin/v1/BackupSchedule.java | 886 +-- .../admin/v1/BackupScheduleName.java | 0 .../admin/v1/BackupScheduleOrBuilder.java | 85 +- .../admin/v1/BulkDeleteDocumentsMetadata.java | 2243 +++++++ .../BulkDeleteDocumentsMetadataOrBuilder.java | 258 + .../admin/v1/BulkDeleteDocumentsRequest.java | 1241 ++++ .../BulkDeleteDocumentsRequestOrBuilder.java | 162 + .../admin/v1/BulkDeleteDocumentsResponse.java | 409 ++ .../BulkDeleteDocumentsResponseOrBuilder.java | 10 + .../admin/v1/CollectionGroupName.java | 0 .../admin/v1/CreateBackupScheduleRequest.java | 493 +- .../CreateBackupScheduleRequestOrBuilder.java | 61 + .../admin/v1/CreateDatabaseMetadata.java | 245 +- .../v1/CreateDatabaseMetadataOrBuilder.java | 10 + .../admin/v1/CreateDatabaseRequest.java | 563 +- .../v1/CreateDatabaseRequestOrBuilder.java | 64 +- .../admin/v1/CreateIndexRequest.java | 465 +- .../admin/v1/CreateIndexRequestOrBuilder.java | 52 +- .../firestore/admin/v1/DailyRecurrence.java | 238 +- .../admin/v1/DailyRecurrenceOrBuilder.java | 10 + .../google/firestore/admin/v1/Database.java | 1918 ++---- .../firestore/admin/v1/DatabaseName.java | 0 .../firestore/admin/v1/DatabaseOrBuilder.java | 192 +- .../firestore/admin/v1/DatabaseProto.java | 108 + .../admin/v1/DeleteBackupRequest.java | 347 +- .../v1/DeleteBackupRequestOrBuilder.java | 34 + .../admin/v1/DeleteBackupScheduleRequest.java | 350 +- .../DeleteBackupScheduleRequestOrBuilder.java | 36 + .../admin/v1/DeleteDatabaseMetadata.java | 245 +- .../v1/DeleteDatabaseMetadataOrBuilder.java | 10 + .../admin/v1/DeleteDatabaseRequest.java | 419 +- .../v1/DeleteDatabaseRequestOrBuilder.java | 44 +- .../admin/v1/DeleteIndexRequest.java | 347 +- .../admin/v1/DeleteIndexRequestOrBuilder.java | 32 + .../admin/v1/ExportDocumentsMetadata.java | 1052 +-- .../v1/ExportDocumentsMetadataOrBuilder.java | 109 +- .../admin/v1/ExportDocumentsRequest.java | 771 +-- .../v1/ExportDocumentsRequestOrBuilder.java | 100 +- .../admin/v1/ExportDocumentsResponse.java | 322 +- .../v1/ExportDocumentsResponseOrBuilder.java | 27 +- .../com/google/firestore/admin/v1/Field.java | 1664 ++--- .../google/firestore/admin/v1/FieldName.java | 0 .../admin/v1/FieldOperationMetadata.java | 2207 +++--- .../v1/FieldOperationMetadataOrBuilder.java | 127 +- .../firestore/admin/v1/FieldOrBuilder.java | 87 +- .../google/firestore/admin/v1/FieldProto.java | 105 + .../admin/v1/FirestoreAdminProto.java | 671 ++ .../firestore/admin/v1/GetBackupRequest.java | 340 +- .../admin/v1/GetBackupRequestOrBuilder.java | 34 + .../admin/v1/GetBackupScheduleRequest.java | 350 +- .../v1/GetBackupScheduleRequestOrBuilder.java | 36 + .../admin/v1/GetDatabaseRequest.java | 347 +- .../admin/v1/GetDatabaseRequestOrBuilder.java | 32 + .../firestore/admin/v1/GetFieldRequest.java | 340 +- .../admin/v1/GetFieldRequestOrBuilder.java | 32 + .../firestore/admin/v1/GetIndexRequest.java | 340 +- .../admin/v1/GetIndexRequestOrBuilder.java | 32 + .../admin/v1/ImportDocumentsMetadata.java | 954 +-- .../v1/ImportDocumentsMetadataOrBuilder.java | 101 +- .../admin/v1/ImportDocumentsRequest.java | 661 +- .../v1/ImportDocumentsRequestOrBuilder.java | 88 +- .../com/google/firestore/admin/v1/Index.java | 2422 +++---- .../google/firestore/admin/v1/IndexName.java | 0 .../admin/v1/IndexOperationMetadata.java | 733 +- .../v1/IndexOperationMetadataOrBuilder.java | 65 +- .../firestore/admin/v1/IndexOrBuilder.java | 63 +- .../google/firestore/admin/v1/IndexProto.java | 128 + .../admin/v1/ListBackupSchedulesRequest.java | 350 +- .../ListBackupSchedulesRequestOrBuilder.java | 34 + .../admin/v1/ListBackupSchedulesResponse.java | 388 +- .../ListBackupSchedulesResponseOrBuilder.java | 36 +- .../admin/v1/ListBackupsRequest.java | 347 +- .../admin/v1/ListBackupsRequestOrBuilder.java | 35 +- .../admin/v1/ListBackupsResponse.java | 515 +- .../v1/ListBackupsResponseOrBuilder.java | 55 +- .../admin/v1/ListDatabasesRequest.java | 428 +- .../v1/ListDatabasesRequestOrBuilder.java | 42 + .../admin/v1/ListDatabasesResponse.java | 516 +- .../v1/ListDatabasesResponseOrBuilder.java | 54 +- .../firestore/admin/v1/ListFieldsRequest.java | 541 +- .../admin/v1/ListFieldsRequestOrBuilder.java | 62 +- .../admin/v1/ListFieldsResponse.java | 479 +- .../admin/v1/ListFieldsResponseOrBuilder.java | 46 +- .../admin/v1/ListIndexesRequest.java | 522 +- .../admin/v1/ListIndexesRequestOrBuilder.java | 56 +- .../admin/v1/ListIndexesResponse.java | 479 +- .../v1/ListIndexesResponseOrBuilder.java | 46 +- .../firestore/admin/v1/LocationMetadata.java | 238 +- .../admin/v1/LocationMetadataOrBuilder.java | 10 + .../firestore/admin/v1/LocationName.java | 0 .../firestore/admin/v1/LocationProto.java | 54 + .../firestore/admin/v1/OperationProto.java | 245 + .../firestore/admin/v1/OperationState.java | 117 +- .../google/firestore/admin/v1/Progress.java | 304 +- .../firestore/admin/v1/ProgressOrBuilder.java | 24 +- .../firestore/admin/v1/ProjectName.java | 0 .../admin/v1/RestoreDatabaseMetadata.java | 713 +- .../v1/RestoreDatabaseMetadataOrBuilder.java | 66 +- .../admin/v1/RestoreDatabaseRequest.java | 519 +- .../v1/RestoreDatabaseRequestOrBuilder.java | 61 +- .../firestore/admin/v1/ScheduleProto.java | 110 + .../admin/v1/UpdateBackupScheduleRequest.java | 485 +- .../UpdateBackupScheduleRequestOrBuilder.java | 46 +- .../admin/v1/UpdateDatabaseMetadata.java | 245 +- .../v1/UpdateDatabaseMetadataOrBuilder.java | 10 + .../admin/v1/UpdateDatabaseRequest.java | 483 +- .../v1/UpdateDatabaseRequestOrBuilder.java | 46 +- .../admin/v1/UpdateFieldRequest.java | 457 +- .../admin/v1/UpdateFieldRequestOrBuilder.java | 43 +- .../firestore/admin/v1/WeeklyRecurrence.java | 284 +- .../admin/v1/WeeklyRecurrenceOrBuilder.java | 24 +- .../google/firestore/admin/v1/backup.proto | 0 .../google/firestore/admin/v1/database.proto | 0 .../google/firestore/admin/v1/field.proto | 33 +- .../firestore/admin/v1/firestore_admin.proto | 77 +- .../google/firestore/admin/v1/index.proto | 2 +- .../google/firestore/admin/v1/location.proto | 0 .../google/firestore/admin/v1/operation.proto | 33 + .../google/firestore/admin/v1/schedule.proto | 0 .../firestore/bundle/BundleElement.java | 715 +- .../bundle/BundleElementOrBuilder.java | 42 +- .../firestore/bundle/BundleMetadata.java | 496 +- .../bundle/BundleMetadataOrBuilder.java | 44 +- .../google/firestore/bundle/BundleProto.java | 127 + .../bundle/BundledDocumentMetadata.java | 543 +- .../BundledDocumentMetadataOrBuilder.java | 56 +- .../google/firestore/bundle/BundledQuery.java | 546 +- .../bundle/BundledQueryOrBuilder.java | 37 +- .../google/firestore/bundle/NamedQuery.java | 482 +- .../firestore/bundle/NamedQueryOrBuilder.java | 43 +- .../google/firestore/bundle/bundle.proto | 0 .../firestore/v1/AggregationResult.java | 499 +- .../v1/AggregationResultOrBuilder.java | 48 +- .../firestore/v1/AggregationResultProto.java | 72 + .../com/google/firestore/v1/ArrayValue.java | 395 +- .../firestore/v1/ArrayValueOrBuilder.java | 37 +- .../v1/BatchGetDocumentsRequest.java | 793 +-- .../v1/BatchGetDocumentsRequestOrBuilder.java | 78 +- .../v1/BatchGetDocumentsResponse.java | 591 +- .../BatchGetDocumentsResponseOrBuilder.java | 49 +- .../firestore/v1/BatchWriteRequest.java | 716 +- .../v1/BatchWriteRequestOrBuilder.java | 76 +- .../firestore/v1/BatchWriteResponse.java | 558 +- .../v1/BatchWriteResponseOrBuilder.java | 55 +- .../firestore/v1/BeginTransactionRequest.java | 411 +- .../v1/BeginTransactionRequestOrBuilder.java | 35 +- .../v1/BeginTransactionResponse.java | 280 +- .../v1/BeginTransactionResponseOrBuilder.java | 20 + .../com/google/firestore/v1/BitSequence.java | 297 +- .../firestore/v1/BitSequenceOrBuilder.java | 24 +- .../com/google/firestore/v1/BloomFilter.java | 349 +- .../firestore/v1/BloomFilterOrBuilder.java | 29 +- .../google/firestore/v1/BloomFilterProto.java | 68 + .../google/firestore/v1/CommitRequest.java | 503 +- .../firestore/v1/CommitRequestOrBuilder.java | 49 +- .../google/firestore/v1/CommitResponse.java | 479 +- .../firestore/v1/CommitResponseOrBuilder.java | 44 +- .../com/google/firestore/v1/CommonProto.java | 111 + .../firestore/v1/CreateDocumentRequest.java | 663 +- .../v1/CreateDocumentRequestOrBuilder.java | 70 +- .../java/com/google/firestore/v1/Cursor.java | 420 +- .../google/firestore/v1/CursorOrBuilder.java | 40 +- .../firestore/v1/DeleteDocumentRequest.java | 406 +- .../v1/DeleteDocumentRequestOrBuilder.java | 35 +- .../com/google/firestore/v1/Document.java | 738 +- .../google/firestore/v1/DocumentChange.java | 512 +- .../firestore/v1/DocumentChangeOrBuilder.java | 44 +- .../google/firestore/v1/DocumentDelete.java | 483 +- .../firestore/v1/DocumentDeleteOrBuilder.java | 44 +- .../com/google/firestore/v1/DocumentMask.java | 341 +- .../firestore/v1/DocumentMaskOrBuilder.java | 36 +- .../firestore/v1/DocumentOrBuilder.java | 73 +- .../google/firestore/v1/DocumentProto.java | 139 + .../google/firestore/v1/DocumentRemove.java | 483 +- .../firestore/v1/DocumentRemoveOrBuilder.java | 44 +- .../firestore/v1/DocumentTransform.java | 1654 ++--- .../v1/DocumentTransformOrBuilder.java | 57 +- .../google/firestore/v1/ExecutionStats.java | 487 +- .../firestore/v1/ExecutionStatsOrBuilder.java | 40 +- .../google/firestore/v1/ExistenceFilter.java | 399 +- .../v1/ExistenceFilterOrBuilder.java | 32 +- .../google/firestore/v1/ExplainMetrics.java | 428 +- .../firestore/v1/ExplainMetricsOrBuilder.java | 34 +- .../google/firestore/v1/ExplainOptions.java | 270 +- .../firestore/v1/ExplainOptionsOrBuilder.java | 21 +- .../google/firestore/v1/FirestoreProto.java | 693 ++ .../firestore/v1/GetDocumentRequest.java | 582 +- .../v1/GetDocumentRequestOrBuilder.java | 49 +- .../v1/ListCollectionIdsRequest.java | 553 +- .../v1/ListCollectionIdsRequestOrBuilder.java | 50 +- .../v1/ListCollectionIdsResponse.java | 427 +- .../ListCollectionIdsResponseOrBuilder.java | 45 +- .../firestore/v1/ListDocumentsRequest.java | 901 +-- .../v1/ListDocumentsRequestOrBuilder.java | 91 +- .../firestore/v1/ListDocumentsResponse.java | 468 +- .../v1/ListDocumentsResponseOrBuilder.java | 46 +- .../google/firestore/v1/ListenRequest.java | 740 +-- .../firestore/v1/ListenRequestOrBuilder.java | 71 +- .../google/firestore/v1/ListenResponse.java | 750 +-- .../firestore/v1/ListenResponseOrBuilder.java | 58 +- .../com/google/firestore/v1/MapValue.java | 492 +- .../firestore/v1/MapValueOrBuilder.java | 48 +- .../firestore/v1/PartitionQueryRequest.java | 708 +- .../v1/PartitionQueryRequestOrBuilder.java | 61 +- .../firestore/v1/PartitionQueryResponse.java | 468 +- .../v1/PartitionQueryResponseOrBuilder.java | 46 +- .../com/google/firestore/v1/PlanSummary.java | 395 +- .../firestore/v1/PlanSummaryOrBuilder.java | 37 +- .../com/google/firestore/v1/Precondition.java | 427 +- .../firestore/v1/PreconditionOrBuilder.java | 32 +- .../firestore/v1/QueryProfileProto.java | 110 + .../com/google/firestore/v1/QueryProto.java | 312 + .../google/firestore/v1/RollbackRequest.java | 342 +- .../v1/RollbackRequestOrBuilder.java | 30 +- .../v1/RunAggregationQueryRequest.java | 918 +-- .../RunAggregationQueryRequestOrBuilder.java | 83 +- .../v1/RunAggregationQueryResponse.java | 554 +- .../RunAggregationQueryResponseOrBuilder.java | 45 +- .../google/firestore/v1/RunQueryRequest.java | 863 +-- .../v1/RunQueryRequestOrBuilder.java | 77 +- .../google/firestore/v1/RunQueryResponse.java | 656 +- .../v1/RunQueryResponseOrBuilder.java | 54 +- .../v1/StructuredAggregationQuery.java | 2655 +++----- .../StructuredAggregationQueryOrBuilder.java | 60 +- .../google/firestore/v1/StructuredQuery.java | 5910 ++++++----------- .../v1/StructuredQueryOrBuilder.java | 117 +- .../java/com/google/firestore/v1/Target.java | 1606 ++--- .../com/google/firestore/v1/TargetChange.java | 664 +- .../firestore/v1/TargetChangeOrBuilder.java | 52 +- .../google/firestore/v1/TargetOrBuilder.java | 62 +- .../firestore/v1/TransactionOptions.java | 1116 ++-- .../v1/TransactionOptionsOrBuilder.java | 34 +- .../firestore/v1/UpdateDocumentRequest.java | 642 +- .../v1/UpdateDocumentRequestOrBuilder.java | 59 +- .../java/com/google/firestore/v1/Value.java | 1150 ++-- .../google/firestore/v1/ValueOrBuilder.java | 107 +- .../java/com/google/firestore/v1/Write.java | 994 +-- .../google/firestore/v1/WriteOrBuilder.java | 91 +- .../com/google/firestore/v1/WriteProto.java | 180 + .../com/google/firestore/v1/WriteRequest.java | 814 +-- .../firestore/v1/WriteRequestOrBuilder.java | 88 +- .../google/firestore/v1/WriteResponse.java | 587 +- .../firestore/v1/WriteResponseOrBuilder.java | 56 +- .../com/google/firestore/v1/WriteResult.java | 475 +- .../firestore/v1/WriteResultOrBuilder.java | 44 +- .../firestore/v1/aggregation_result.proto | 0 .../google/firestore/v1/bloom_filter.proto | 0 .../proto/google/firestore/v1/common.proto | 0 .../proto/google/firestore/v1/document.proto | 0 .../proto/google/firestore/v1/firestore.proto | 0 .../proto/google/firestore/v1/query.proto | 0 .../google/firestore/v1/query_profile.proto | 0 .../proto/google/firestore/v1/write.proto | 0 .../firestore/admin/v1/BackupProto.java | 111 - .../CreateBackupScheduleRequestOrBuilder.java | 100 - .../v1/CreateDatabaseMetadataOrBuilder.java | 25 - .../admin/v1/DailyRecurrenceOrBuilder.java | 25 - .../firestore/admin/v1/DatabaseProto.java | 136 - .../v1/DeleteBackupRequestOrBuilder.java | 59 - .../DeleteBackupScheduleRequestOrBuilder.java | 61 - .../v1/DeleteDatabaseMetadataOrBuilder.java | 25 - .../admin/v1/DeleteIndexRequestOrBuilder.java | 57 - .../google/firestore/admin/v1/FieldProto.java | 122 - .../admin/v1/FirestoreAdminProto.java | 677 -- .../admin/v1/GetBackupRequestOrBuilder.java | 59 - .../v1/GetBackupScheduleRequestOrBuilder.java | 61 - .../admin/v1/GetDatabaseRequestOrBuilder.java | 57 - .../admin/v1/GetFieldRequestOrBuilder.java | 57 - .../admin/v1/GetIndexRequestOrBuilder.java | 57 - .../google/firestore/admin/v1/IndexProto.java | 148 - .../ListBackupSchedulesRequestOrBuilder.java | 59 - .../v1/ListDatabasesRequestOrBuilder.java | 57 - .../admin/v1/LocationMetadataOrBuilder.java | 25 - .../firestore/admin/v1/LocationProto.java | 65 - .../firestore/admin/v1/OperationProto.java | 272 - .../firestore/admin/v1/ScheduleProto.java | 131 - .../v1/UpdateDatabaseMetadataOrBuilder.java | 25 - .../google/firestore/bundle/BundleProto.java | 146 - .../firestore/v1/AggregationResultProto.java | 88 - .../v1/BeginTransactionResponseOrBuilder.java | 39 - .../google/firestore/v1/BloomFilterProto.java | 82 - .../com/google/firestore/v1/CommonProto.java | 130 - .../google/firestore/v1/DocumentProto.java | 169 - .../google/firestore/v1/FirestoreProto.java | 796 --- .../firestore/v1/QueryProfileProto.java | 128 - .../com/google/firestore/v1/QueryProto.java | 358 - .../com/google/firestore/v1/WriteProto.java | 214 - 328 files changed, 42500 insertions(+), 56765 deletions(-) delete mode 100644 grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminClient.java (93%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminSettings.java (94%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json (94%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/package-info.java (100%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStub.java (93%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java (94%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminCallableFactory.java (100%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminStub.java (94%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminCallableFactory.java (100%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminStub.java (94%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json (97%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientHttpJsonTest.java (95%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientTest.java (95%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdmin.java (100%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdminImpl.java (96%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/test/java/com/google/cloud/firestore/v1/MockLocations.java (100%) rename {google-cloud-firestore-admin => owl-bot-staging/v1/google-cloud-firestore-admin}/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java (100%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/FirestoreClient.java (100%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/FirestoreSettings.java (99%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json (100%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/package-info.java (100%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStub.java (100%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStubSettings.java (100%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreCallableFactory.java (100%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreStub.java (99%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreCallableFactory.java (100%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreStub.java (100%) create mode 100644 owl-bot-staging/v1/google-cloud-firestore/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/test/java/com/google/cloud/firestore/v1/FirestoreClientHttpJsonTest.java (100%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/test/java/com/google/cloud/firestore/v1/FirestoreClientTest.java (100%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/test/java/com/google/cloud/firestore/v1/MockFirestore.java (100%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/test/java/com/google/cloud/firestore/v1/MockFirestoreImpl.java (100%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/test/java/com/google/cloud/firestore/v1/MockLocations.java (100%) rename {google-cloud-firestore => owl-bot-staging/v1/google-cloud-firestore}/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java (100%) rename {grpc-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/grpc-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java (50%) create mode 100644 owl-bot-staging/v1/grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/Backup.java (68%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BackupName.java (100%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BackupOrBuilder.java (65%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BackupSchedule.java (72%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BackupScheduleName.java (100%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BackupScheduleOrBuilder.java (82%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadata.java create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadataOrBuilder.java create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequest.java create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequestOrBuilder.java create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponse.java create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponseOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/CollectionGroupName.java (100%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequest.java (61%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadata.java (62%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequest.java (65%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequestOrBuilder.java (60%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java (65%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/CreateIndexRequestOrBuilder.java (54%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DailyRecurrence.java (62%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/Database.java (71%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DatabaseName.java (100%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DatabaseOrBuilder.java (79%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequest.java (62%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequest.java (62%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadata.java (62%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequest.java (65%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequestOrBuilder.java (55%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java (63%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java (73%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadataOrBuilder.java (84%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java (76%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequestOrBuilder.java (82%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java (67%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponseOrBuilder.java (56%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/Field.java (70%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/FieldName.java (100%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java (66%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadataOrBuilder.java (75%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/FieldOrBuilder.java (64%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/GetBackupRequest.java (63%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequest.java (63%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java (62%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java (63%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/GetIndexRequest.java (63%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadata.java (73%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadataOrBuilder.java (82%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequest.java (73%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequestOrBuilder.java (76%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/Index.java (75%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/IndexName.java (100%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadata.java (72%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadataOrBuilder.java (82%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/IndexOrBuilder.java (89%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequest.java (62%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponse.java (72%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponseOrBuilder.java (63%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListBackupsRequest.java (64%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListBackupsRequestOrBuilder.java (51%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListBackupsResponse.java (74%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListBackupsResponseOrBuilder.java (77%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequest.java (58%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponse.java (75%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponseOrBuilder.java (81%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListFieldsRequest.java (70%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListFieldsRequestOrBuilder.java (68%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListFieldsResponse.java (71%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListFieldsResponseOrBuilder.java (65%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListIndexesRequest.java (68%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListIndexesRequestOrBuilder.java (61%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListIndexesResponse.java (71%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListIndexesResponseOrBuilder.java (65%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/LocationMetadata.java (63%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/LocationName.java (100%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/OperationState.java (73%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/Progress.java (66%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ProgressOrBuilder.java (50%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ProjectName.java (100%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadata.java (72%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadataOrBuilder.java (80%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequest.java (68%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequestOrBuilder.java (63%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequest.java (63%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequestOrBuilder.java (57%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadata.java (62%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequest.java (64%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequestOrBuilder.java (56%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequest.java (69%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequestOrBuilder.java (68%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrence.java (67%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrenceOrBuilder.java (54%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/backup.proto (100%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/database.proto (100%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/field.proto (82%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/firestore_admin.proto (91%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/index.proto (98%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/location.proto (100%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/operation.proto (88%) rename {proto-google-cloud-firestore-admin-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/schedule.proto (100%) rename {proto-google-cloud-firestore-bundle-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundleElement.java (65%) rename {proto-google-cloud-firestore-bundle-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundleElementOrBuilder.java (67%) rename {proto-google-cloud-firestore-bundle-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundleMetadata.java (70%) rename {proto-google-cloud-firestore-bundle-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundleMetadataOrBuilder.java (70%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java rename {proto-google-cloud-firestore-bundle-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundledDocumentMetadata.java (71%) rename {proto-google-cloud-firestore-bundle-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundledDocumentMetadataOrBuilder.java (72%) rename {proto-google-cloud-firestore-bundle-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundledQuery.java (69%) rename {proto-google-cloud-firestore-bundle-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundledQueryOrBuilder.java (69%) rename {proto-google-cloud-firestore-bundle-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/NamedQuery.java (71%) rename {proto-google-cloud-firestore-bundle-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/NamedQueryOrBuilder.java (76%) rename {proto-google-cloud-firestore-bundle-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1}/src/main/proto/google/firestore/bundle/bundle.proto (100%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/AggregationResult.java (65%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/AggregationResultOrBuilder.java (72%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ArrayValue.java (69%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ArrayValueOrBuilder.java (56%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequest.java (76%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequestOrBuilder.java (85%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponse.java (73%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponseOrBuilder.java (80%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchWriteRequest.java (70%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchWriteRequestOrBuilder.java (71%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchWriteResponse.java (75%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchWriteResponseOrBuilder.java (73%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BeginTransactionRequest.java (68%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BeginTransactionRequestOrBuilder.java (68%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BeginTransactionResponse.java (65%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BitSequence.java (70%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BitSequenceOrBuilder.java (56%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BloomFilter.java (69%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BloomFilterOrBuilder.java (60%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/CommitRequest.java (73%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/CommitRequestOrBuilder.java (69%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/CommitResponse.java (74%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/CommitResponseOrBuilder.java (76%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/CreateDocumentRequest.java (73%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/CreateDocumentRequestOrBuilder.java (77%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/Cursor.java (74%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/CursorOrBuilder.java (70%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DeleteDocumentRequest.java (70%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DeleteDocumentRequestOrBuilder.java (71%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/Document.java (76%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentChange.java (72%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentChangeOrBuilder.java (78%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentDelete.java (72%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentDeleteOrBuilder.java (75%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentMask.java (69%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentMaskOrBuilder.java (66%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentOrBuilder.java (90%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentRemove.java (73%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentRemoveOrBuilder.java (75%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentTransform.java (80%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentTransformOrBuilder.java (66%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExecutionStats.java (73%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExecutionStatsOrBuilder.java (81%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExistenceFilter.java (77%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExistenceFilterOrBuilder.java (84%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExplainMetrics.java (70%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExplainMetricsOrBuilder.java (74%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExplainOptions.java (67%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExplainOptionsOrBuilder.java (54%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/GetDocumentRequest.java (74%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/GetDocumentRequestOrBuilder.java (81%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListCollectionIdsRequest.java (73%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListCollectionIdsRequestOrBuilder.java (77%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListCollectionIdsResponse.java (68%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListCollectionIdsResponseOrBuilder.java (62%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListDocumentsRequest.java (77%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListDocumentsRequestOrBuilder.java (86%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListDocumentsResponse.java (72%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListDocumentsResponseOrBuilder.java (65%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListenRequest.java (66%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListenRequestOrBuilder.java (69%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListenResponse.java (74%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListenResponseOrBuilder.java (85%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/MapValue.java (64%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/MapValueOrBuilder.java (72%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/PartitionQueryRequest.java (78%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/PartitionQueryRequestOrBuilder.java (86%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/PartitionQueryResponse.java (82%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/PartitionQueryResponseOrBuilder.java (86%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/PlanSummary.java (74%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/PlanSummaryOrBuilder.java (71%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/Precondition.java (69%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/PreconditionOrBuilder.java (71%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProfileProto.java create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProto.java rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RollbackRequest.java (69%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RollbackRequestOrBuilder.java (59%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunAggregationQueryRequest.java (72%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunAggregationQueryRequestOrBuilder.java (80%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunAggregationQueryResponse.java (75%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunAggregationQueryResponseOrBuilder.java (85%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunQueryRequest.java (73%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunQueryRequestOrBuilder.java (82%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunQueryResponse.java (76%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunQueryResponseOrBuilder.java (86%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/StructuredAggregationQuery.java (70%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/StructuredAggregationQueryOrBuilder.java (62%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/StructuredQuery.java (75%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/StructuredQueryOrBuilder.java (91%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/Target.java (76%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/TargetChange.java (76%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/TargetChangeOrBuilder.java (85%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/TargetOrBuilder.java (87%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/TransactionOptions.java (72%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/TransactionOptionsOrBuilder.java (73%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/UpdateDocumentRequest.java (73%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/UpdateDocumentRequestOrBuilder.java (83%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/Value.java (74%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ValueOrBuilder.java (86%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/Write.java (75%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/WriteOrBuilder.java (86%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteProto.java rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/WriteRequest.java (73%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/WriteRequestOrBuilder.java (77%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/WriteResponse.java (75%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/WriteResponseOrBuilder.java (78%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/WriteResult.java (75%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/WriteResultOrBuilder.java (78%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/aggregation_result.proto (100%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/bloom_filter.proto (100%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/common.proto (100%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/document.proto (100%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/firestore.proto (100%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/query.proto (100%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/query_profile.proto (100%) rename {proto-google-cloud-firestore-v1 => owl-bot-staging/v1/proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/write.proto (100%) delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java delete mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java delete mode 100644 proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java delete mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java delete mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java delete mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java delete mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java delete mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java delete mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java delete mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProfileProto.java delete mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProto.java delete mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteProto.java diff --git a/grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java b/grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java deleted file mode 100644 index 24bd52f05..000000000 --- a/grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java +++ /dev/null @@ -1,2069 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package com.google.firestore.v1; - -import static io.grpc.MethodDescriptor.generateFullMethodName; - -/** - * - * - *
- * The Cloud Firestore service.
- * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
- * document database that simplifies storing, syncing, and querying data for
- * your mobile, web, and IoT apps at global scale. Its client libraries provide
- * live synchronization and offline support, while its security features and
- * integrations with Firebase and Google Cloud Platform accelerate building
- * truly serverless apps.
- * 
- */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/firestore/v1/firestore.proto") -@io.grpc.stub.annotations.GrpcGenerated -public final class FirestoreGrpc { - - private FirestoreGrpc() {} - - public static final java.lang.String SERVICE_NAME = "google.firestore.v1.Firestore"; - - // Static method descriptors that strictly reflect the proto. - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.GetDocumentRequest, com.google.firestore.v1.Document> - getGetDocumentMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "GetDocument", - requestType = com.google.firestore.v1.GetDocumentRequest.class, - responseType = com.google.firestore.v1.Document.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.GetDocumentRequest, com.google.firestore.v1.Document> - getGetDocumentMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.GetDocumentRequest, com.google.firestore.v1.Document> - getGetDocumentMethod; - if ((getGetDocumentMethod = FirestoreGrpc.getGetDocumentMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getGetDocumentMethod = FirestoreGrpc.getGetDocumentMethod) == null) { - FirestoreGrpc.getGetDocumentMethod = - getGetDocumentMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetDocument")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.GetDocumentRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.Document.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("GetDocument")) - .build(); - } - } - } - return getGetDocumentMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.ListDocumentsRequest, - com.google.firestore.v1.ListDocumentsResponse> - getListDocumentsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListDocuments", - requestType = com.google.firestore.v1.ListDocumentsRequest.class, - responseType = com.google.firestore.v1.ListDocumentsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.ListDocumentsRequest, - com.google.firestore.v1.ListDocumentsResponse> - getListDocumentsMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.ListDocumentsRequest, - com.google.firestore.v1.ListDocumentsResponse> - getListDocumentsMethod; - if ((getListDocumentsMethod = FirestoreGrpc.getListDocumentsMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getListDocumentsMethod = FirestoreGrpc.getListDocumentsMethod) == null) { - FirestoreGrpc.getListDocumentsMethod = - getListDocumentsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListDocuments")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.ListDocumentsRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.ListDocumentsResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("ListDocuments")) - .build(); - } - } - } - return getListDocumentsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.UpdateDocumentRequest, com.google.firestore.v1.Document> - getUpdateDocumentMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "UpdateDocument", - requestType = com.google.firestore.v1.UpdateDocumentRequest.class, - responseType = com.google.firestore.v1.Document.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.UpdateDocumentRequest, com.google.firestore.v1.Document> - getUpdateDocumentMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.UpdateDocumentRequest, com.google.firestore.v1.Document> - getUpdateDocumentMethod; - if ((getUpdateDocumentMethod = FirestoreGrpc.getUpdateDocumentMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getUpdateDocumentMethod = FirestoreGrpc.getUpdateDocumentMethod) == null) { - FirestoreGrpc.getUpdateDocumentMethod = - getUpdateDocumentMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateDocument")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.UpdateDocumentRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.Document.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("UpdateDocument")) - .build(); - } - } - } - return getUpdateDocumentMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.DeleteDocumentRequest, com.google.protobuf.Empty> - getDeleteDocumentMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "DeleteDocument", - requestType = com.google.firestore.v1.DeleteDocumentRequest.class, - responseType = com.google.protobuf.Empty.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.DeleteDocumentRequest, com.google.protobuf.Empty> - getDeleteDocumentMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.DeleteDocumentRequest, com.google.protobuf.Empty> - getDeleteDocumentMethod; - if ((getDeleteDocumentMethod = FirestoreGrpc.getDeleteDocumentMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getDeleteDocumentMethod = FirestoreGrpc.getDeleteDocumentMethod) == null) { - FirestoreGrpc.getDeleteDocumentMethod = - getDeleteDocumentMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteDocument")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.DeleteDocumentRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.protobuf.Empty.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("DeleteDocument")) - .build(); - } - } - } - return getDeleteDocumentMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.BatchGetDocumentsRequest, - com.google.firestore.v1.BatchGetDocumentsResponse> - getBatchGetDocumentsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "BatchGetDocuments", - requestType = com.google.firestore.v1.BatchGetDocumentsRequest.class, - responseType = com.google.firestore.v1.BatchGetDocumentsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.BatchGetDocumentsRequest, - com.google.firestore.v1.BatchGetDocumentsResponse> - getBatchGetDocumentsMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.BatchGetDocumentsRequest, - com.google.firestore.v1.BatchGetDocumentsResponse> - getBatchGetDocumentsMethod; - if ((getBatchGetDocumentsMethod = FirestoreGrpc.getBatchGetDocumentsMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getBatchGetDocumentsMethod = FirestoreGrpc.getBatchGetDocumentsMethod) == null) { - FirestoreGrpc.getBatchGetDocumentsMethod = - getBatchGetDocumentsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BatchGetDocuments")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.BatchGetDocumentsRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.BatchGetDocumentsResponse - .getDefaultInstance())) - .setSchemaDescriptor( - new FirestoreMethodDescriptorSupplier("BatchGetDocuments")) - .build(); - } - } - } - return getBatchGetDocumentsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.BeginTransactionRequest, - com.google.firestore.v1.BeginTransactionResponse> - getBeginTransactionMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "BeginTransaction", - requestType = com.google.firestore.v1.BeginTransactionRequest.class, - responseType = com.google.firestore.v1.BeginTransactionResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.BeginTransactionRequest, - com.google.firestore.v1.BeginTransactionResponse> - getBeginTransactionMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.BeginTransactionRequest, - com.google.firestore.v1.BeginTransactionResponse> - getBeginTransactionMethod; - if ((getBeginTransactionMethod = FirestoreGrpc.getBeginTransactionMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getBeginTransactionMethod = FirestoreGrpc.getBeginTransactionMethod) == null) { - FirestoreGrpc.getBeginTransactionMethod = - getBeginTransactionMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BeginTransaction")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.BeginTransactionRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.BeginTransactionResponse - .getDefaultInstance())) - .setSchemaDescriptor( - new FirestoreMethodDescriptorSupplier("BeginTransaction")) - .build(); - } - } - } - return getBeginTransactionMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.CommitRequest, com.google.firestore.v1.CommitResponse> - getCommitMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "Commit", - requestType = com.google.firestore.v1.CommitRequest.class, - responseType = com.google.firestore.v1.CommitResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.CommitRequest, com.google.firestore.v1.CommitResponse> - getCommitMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.CommitRequest, com.google.firestore.v1.CommitResponse> - getCommitMethod; - if ((getCommitMethod = FirestoreGrpc.getCommitMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getCommitMethod = FirestoreGrpc.getCommitMethod) == null) { - FirestoreGrpc.getCommitMethod = - getCommitMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Commit")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.CommitRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.CommitResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Commit")) - .build(); - } - } - } - return getCommitMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.RollbackRequest, com.google.protobuf.Empty> - getRollbackMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "Rollback", - requestType = com.google.firestore.v1.RollbackRequest.class, - responseType = com.google.protobuf.Empty.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.RollbackRequest, com.google.protobuf.Empty> - getRollbackMethod() { - io.grpc.MethodDescriptor - getRollbackMethod; - if ((getRollbackMethod = FirestoreGrpc.getRollbackMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getRollbackMethod = FirestoreGrpc.getRollbackMethod) == null) { - FirestoreGrpc.getRollbackMethod = - getRollbackMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Rollback")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.RollbackRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.protobuf.Empty.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Rollback")) - .build(); - } - } - } - return getRollbackMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.RunQueryRequest, com.google.firestore.v1.RunQueryResponse> - getRunQueryMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "RunQuery", - requestType = com.google.firestore.v1.RunQueryRequest.class, - responseType = com.google.firestore.v1.RunQueryResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.RunQueryRequest, com.google.firestore.v1.RunQueryResponse> - getRunQueryMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.RunQueryRequest, com.google.firestore.v1.RunQueryResponse> - getRunQueryMethod; - if ((getRunQueryMethod = FirestoreGrpc.getRunQueryMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getRunQueryMethod = FirestoreGrpc.getRunQueryMethod) == null) { - FirestoreGrpc.getRunQueryMethod = - getRunQueryMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RunQuery")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.RunQueryRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.RunQueryResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("RunQuery")) - .build(); - } - } - } - return getRunQueryMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.RunAggregationQueryRequest, - com.google.firestore.v1.RunAggregationQueryResponse> - getRunAggregationQueryMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "RunAggregationQuery", - requestType = com.google.firestore.v1.RunAggregationQueryRequest.class, - responseType = com.google.firestore.v1.RunAggregationQueryResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.RunAggregationQueryRequest, - com.google.firestore.v1.RunAggregationQueryResponse> - getRunAggregationQueryMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.RunAggregationQueryRequest, - com.google.firestore.v1.RunAggregationQueryResponse> - getRunAggregationQueryMethod; - if ((getRunAggregationQueryMethod = FirestoreGrpc.getRunAggregationQueryMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getRunAggregationQueryMethod = FirestoreGrpc.getRunAggregationQueryMethod) == null) { - FirestoreGrpc.getRunAggregationQueryMethod = - getRunAggregationQueryMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "RunAggregationQuery")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.RunAggregationQueryRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.RunAggregationQueryResponse - .getDefaultInstance())) - .setSchemaDescriptor( - new FirestoreMethodDescriptorSupplier("RunAggregationQuery")) - .build(); - } - } - } - return getRunAggregationQueryMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.PartitionQueryRequest, - com.google.firestore.v1.PartitionQueryResponse> - getPartitionQueryMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "PartitionQuery", - requestType = com.google.firestore.v1.PartitionQueryRequest.class, - responseType = com.google.firestore.v1.PartitionQueryResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.PartitionQueryRequest, - com.google.firestore.v1.PartitionQueryResponse> - getPartitionQueryMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.PartitionQueryRequest, - com.google.firestore.v1.PartitionQueryResponse> - getPartitionQueryMethod; - if ((getPartitionQueryMethod = FirestoreGrpc.getPartitionQueryMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getPartitionQueryMethod = FirestoreGrpc.getPartitionQueryMethod) == null) { - FirestoreGrpc.getPartitionQueryMethod = - getPartitionQueryMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "PartitionQuery")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.PartitionQueryRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.PartitionQueryResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("PartitionQuery")) - .build(); - } - } - } - return getPartitionQueryMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.WriteRequest, com.google.firestore.v1.WriteResponse> - getWriteMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "Write", - requestType = com.google.firestore.v1.WriteRequest.class, - responseType = com.google.firestore.v1.WriteResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.WriteRequest, com.google.firestore.v1.WriteResponse> - getWriteMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.WriteRequest, com.google.firestore.v1.WriteResponse> - getWriteMethod; - if ((getWriteMethod = FirestoreGrpc.getWriteMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getWriteMethod = FirestoreGrpc.getWriteMethod) == null) { - FirestoreGrpc.getWriteMethod = - getWriteMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Write")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.WriteRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.WriteResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Write")) - .build(); - } - } - } - return getWriteMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.ListenRequest, com.google.firestore.v1.ListenResponse> - getListenMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "Listen", - requestType = com.google.firestore.v1.ListenRequest.class, - responseType = com.google.firestore.v1.ListenResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.ListenRequest, com.google.firestore.v1.ListenResponse> - getListenMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.ListenRequest, com.google.firestore.v1.ListenResponse> - getListenMethod; - if ((getListenMethod = FirestoreGrpc.getListenMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getListenMethod = FirestoreGrpc.getListenMethod) == null) { - FirestoreGrpc.getListenMethod = - getListenMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Listen")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.ListenRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.ListenResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Listen")) - .build(); - } - } - } - return getListenMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.ListCollectionIdsRequest, - com.google.firestore.v1.ListCollectionIdsResponse> - getListCollectionIdsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListCollectionIds", - requestType = com.google.firestore.v1.ListCollectionIdsRequest.class, - responseType = com.google.firestore.v1.ListCollectionIdsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.ListCollectionIdsRequest, - com.google.firestore.v1.ListCollectionIdsResponse> - getListCollectionIdsMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.ListCollectionIdsRequest, - com.google.firestore.v1.ListCollectionIdsResponse> - getListCollectionIdsMethod; - if ((getListCollectionIdsMethod = FirestoreGrpc.getListCollectionIdsMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getListCollectionIdsMethod = FirestoreGrpc.getListCollectionIdsMethod) == null) { - FirestoreGrpc.getListCollectionIdsMethod = - getListCollectionIdsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListCollectionIds")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.ListCollectionIdsRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.ListCollectionIdsResponse - .getDefaultInstance())) - .setSchemaDescriptor( - new FirestoreMethodDescriptorSupplier("ListCollectionIds")) - .build(); - } - } - } - return getListCollectionIdsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.BatchWriteRequest, com.google.firestore.v1.BatchWriteResponse> - getBatchWriteMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "BatchWrite", - requestType = com.google.firestore.v1.BatchWriteRequest.class, - responseType = com.google.firestore.v1.BatchWriteResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.BatchWriteRequest, com.google.firestore.v1.BatchWriteResponse> - getBatchWriteMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.BatchWriteRequest, com.google.firestore.v1.BatchWriteResponse> - getBatchWriteMethod; - if ((getBatchWriteMethod = FirestoreGrpc.getBatchWriteMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getBatchWriteMethod = FirestoreGrpc.getBatchWriteMethod) == null) { - FirestoreGrpc.getBatchWriteMethod = - getBatchWriteMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BatchWrite")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.BatchWriteRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.BatchWriteResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("BatchWrite")) - .build(); - } - } - } - return getBatchWriteMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.firestore.v1.CreateDocumentRequest, com.google.firestore.v1.Document> - getCreateDocumentMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "CreateDocument", - requestType = com.google.firestore.v1.CreateDocumentRequest.class, - responseType = com.google.firestore.v1.Document.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.firestore.v1.CreateDocumentRequest, com.google.firestore.v1.Document> - getCreateDocumentMethod() { - io.grpc.MethodDescriptor< - com.google.firestore.v1.CreateDocumentRequest, com.google.firestore.v1.Document> - getCreateDocumentMethod; - if ((getCreateDocumentMethod = FirestoreGrpc.getCreateDocumentMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getCreateDocumentMethod = FirestoreGrpc.getCreateDocumentMethod) == null) { - FirestoreGrpc.getCreateDocumentMethod = - getCreateDocumentMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateDocument")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.CreateDocumentRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.Document.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("CreateDocument")) - .build(); - } - } - } - return getCreateDocumentMethod; - } - - /** Creates a new async stub that supports all call types for the service */ - public static FirestoreStub newStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public FirestoreStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new FirestoreStub(channel, callOptions); - } - }; - return FirestoreStub.newStub(factory, channel); - } - - /** - * Creates a new blocking-style stub that supports unary and streaming output calls on the service - */ - public static FirestoreBlockingStub newBlockingStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public FirestoreBlockingStub newStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new FirestoreBlockingStub(channel, callOptions); - } - }; - return FirestoreBlockingStub.newStub(factory, channel); - } - - /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ - public static FirestoreFutureStub newFutureStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public FirestoreFutureStub newStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new FirestoreFutureStub(channel, callOptions); - } - }; - return FirestoreFutureStub.newStub(factory, channel); - } - - /** - * - * - *
-   * The Cloud Firestore service.
-   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
-   * document database that simplifies storing, syncing, and querying data for
-   * your mobile, web, and IoT apps at global scale. Its client libraries provide
-   * live synchronization and offline support, while its security features and
-   * integrations with Firebase and Google Cloud Platform accelerate building
-   * truly serverless apps.
-   * 
- */ - public interface AsyncService { - - /** - * - * - *
-     * Gets a single document.
-     * 
- */ - default void getDocument( - com.google.firestore.v1.GetDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getGetDocumentMethod(), responseObserver); - } - - /** - * - * - *
-     * Lists documents.
-     * 
- */ - default void listDocuments( - com.google.firestore.v1.ListDocumentsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListDocumentsMethod(), responseObserver); - } - - /** - * - * - *
-     * Updates or inserts a document.
-     * 
- */ - default void updateDocument( - com.google.firestore.v1.UpdateDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getUpdateDocumentMethod(), responseObserver); - } - - /** - * - * - *
-     * Deletes a document.
-     * 
- */ - default void deleteDocument( - com.google.firestore.v1.DeleteDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getDeleteDocumentMethod(), responseObserver); - } - - /** - * - * - *
-     * Gets multiple documents.
-     * Documents returned by this method are not guaranteed to be returned in the
-     * same order that they were requested.
-     * 
- */ - default void batchGetDocuments( - com.google.firestore.v1.BatchGetDocumentsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getBatchGetDocumentsMethod(), responseObserver); - } - - /** - * - * - *
-     * Starts a new transaction.
-     * 
- */ - default void beginTransaction( - com.google.firestore.v1.BeginTransactionRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getBeginTransactionMethod(), responseObserver); - } - - /** - * - * - *
-     * Commits a transaction, while optionally updating documents.
-     * 
- */ - default void commit( - com.google.firestore.v1.CommitRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCommitMethod(), responseObserver); - } - - /** - * - * - *
-     * Rolls back a transaction.
-     * 
- */ - default void rollback( - com.google.firestore.v1.RollbackRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRollbackMethod(), responseObserver); - } - - /** - * - * - *
-     * Runs a query.
-     * 
- */ - default void runQuery( - com.google.firestore.v1.RunQueryRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRunQueryMethod(), responseObserver); - } - - /** - * - * - *
-     * Runs an aggregation query.
-     * Rather than producing [Document][google.firestore.v1.Document] results like
-     * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
-     * allows running an aggregation to produce a series of
-     * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
-     * High-Level Example:
-     * ```
-     * -- Return the number of documents in table given a filter.
-     * SELECT COUNT(*) FROM ( SELECT * FROM k where a = true );
-     * ```
-     * 
- */ - default void runAggregationQuery( - com.google.firestore.v1.RunAggregationQueryRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getRunAggregationQueryMethod(), responseObserver); - } - - /** - * - * - *
-     * Partitions a query by returning partition cursors that can be used to run
-     * the query in parallel. The returned partition cursors are split points that
-     * can be used by RunQuery as starting/end points for the query results.
-     * 
- */ - default void partitionQuery( - com.google.firestore.v1.PartitionQueryRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getPartitionQueryMethod(), responseObserver); - } - - /** - * - * - *
-     * Streams batches of document updates and deletes, in order. This method is
-     * only available via gRPC or WebChannel (not REST).
-     * 
- */ - default io.grpc.stub.StreamObserver write( - io.grpc.stub.StreamObserver responseObserver) { - return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall( - getWriteMethod(), responseObserver); - } - - /** - * - * - *
-     * Listens to changes. This method is only available via gRPC or WebChannel
-     * (not REST).
-     * 
- */ - default io.grpc.stub.StreamObserver listen( - io.grpc.stub.StreamObserver responseObserver) { - return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall( - getListenMethod(), responseObserver); - } - - /** - * - * - *
-     * Lists all the collection IDs underneath a document.
-     * 
- */ - default void listCollectionIds( - com.google.firestore.v1.ListCollectionIdsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListCollectionIdsMethod(), responseObserver); - } - - /** - * - * - *
-     * Applies a batch of write operations.
-     * The BatchWrite method does not apply the write operations atomically
-     * and can apply them out of order. Method does not allow more than one write
-     * per document. Each write succeeds or fails independently. See the
-     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
-     * success status of each write.
-     * If you require an atomically applied set of writes, use
-     * [Commit][google.firestore.v1.Firestore.Commit] instead.
-     * 
- */ - default void batchWrite( - com.google.firestore.v1.BatchWriteRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getBatchWriteMethod(), responseObserver); - } - - /** - * - * - *
-     * Creates a new document.
-     * 
- */ - default void createDocument( - com.google.firestore.v1.CreateDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getCreateDocumentMethod(), responseObserver); - } - } - - /** - * Base class for the server implementation of the service Firestore. - * - *
-   * The Cloud Firestore service.
-   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
-   * document database that simplifies storing, syncing, and querying data for
-   * your mobile, web, and IoT apps at global scale. Its client libraries provide
-   * live synchronization and offline support, while its security features and
-   * integrations with Firebase and Google Cloud Platform accelerate building
-   * truly serverless apps.
-   * 
- */ - public abstract static class FirestoreImplBase implements io.grpc.BindableService, AsyncService { - - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { - return FirestoreGrpc.bindService(this); - } - } - - /** - * A stub to allow clients to do asynchronous rpc calls to service Firestore. - * - *
-   * The Cloud Firestore service.
-   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
-   * document database that simplifies storing, syncing, and querying data for
-   * your mobile, web, and IoT apps at global scale. Its client libraries provide
-   * live synchronization and offline support, while its security features and
-   * integrations with Firebase and Google Cloud Platform accelerate building
-   * truly serverless apps.
-   * 
- */ - public static final class FirestoreStub extends io.grpc.stub.AbstractAsyncStub { - private FirestoreStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected FirestoreStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new FirestoreStub(channel, callOptions); - } - - /** - * - * - *
-     * Gets a single document.
-     * 
- */ - public void getDocument( - com.google.firestore.v1.GetDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetDocumentMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Lists documents.
-     * 
- */ - public void listDocuments( - com.google.firestore.v1.ListDocumentsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListDocumentsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Updates or inserts a document.
-     * 
- */ - public void updateDocument( - com.google.firestore.v1.UpdateDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateDocumentMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Deletes a document.
-     * 
- */ - public void deleteDocument( - com.google.firestore.v1.DeleteDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteDocumentMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Gets multiple documents.
-     * Documents returned by this method are not guaranteed to be returned in the
-     * same order that they were requested.
-     * 
- */ - public void batchGetDocuments( - com.google.firestore.v1.BatchGetDocumentsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncServerStreamingCall( - getChannel().newCall(getBatchGetDocumentsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Starts a new transaction.
-     * 
- */ - public void beginTransaction( - com.google.firestore.v1.BeginTransactionRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getBeginTransactionMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Commits a transaction, while optionally updating documents.
-     * 
- */ - public void commit( - com.google.firestore.v1.CommitRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCommitMethod(), getCallOptions()), request, responseObserver); - } - - /** - * - * - *
-     * Rolls back a transaction.
-     * 
- */ - public void rollback( - com.google.firestore.v1.RollbackRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRollbackMethod(), getCallOptions()), request, responseObserver); - } - - /** - * - * - *
-     * Runs a query.
-     * 
- */ - public void runQuery( - com.google.firestore.v1.RunQueryRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncServerStreamingCall( - getChannel().newCall(getRunQueryMethod(), getCallOptions()), request, responseObserver); - } - - /** - * - * - *
-     * Runs an aggregation query.
-     * Rather than producing [Document][google.firestore.v1.Document] results like
-     * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
-     * allows running an aggregation to produce a series of
-     * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
-     * High-Level Example:
-     * ```
-     * -- Return the number of documents in table given a filter.
-     * SELECT COUNT(*) FROM ( SELECT * FROM k where a = true );
-     * ```
-     * 
- */ - public void runAggregationQuery( - com.google.firestore.v1.RunAggregationQueryRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncServerStreamingCall( - getChannel().newCall(getRunAggregationQueryMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Partitions a query by returning partition cursors that can be used to run
-     * the query in parallel. The returned partition cursors are split points that
-     * can be used by RunQuery as starting/end points for the query results.
-     * 
- */ - public void partitionQuery( - com.google.firestore.v1.PartitionQueryRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getPartitionQueryMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Streams batches of document updates and deletes, in order. This method is
-     * only available via gRPC or WebChannel (not REST).
-     * 
- */ - public io.grpc.stub.StreamObserver write( - io.grpc.stub.StreamObserver responseObserver) { - return io.grpc.stub.ClientCalls.asyncBidiStreamingCall( - getChannel().newCall(getWriteMethod(), getCallOptions()), responseObserver); - } - - /** - * - * - *
-     * Listens to changes. This method is only available via gRPC or WebChannel
-     * (not REST).
-     * 
- */ - public io.grpc.stub.StreamObserver listen( - io.grpc.stub.StreamObserver responseObserver) { - return io.grpc.stub.ClientCalls.asyncBidiStreamingCall( - getChannel().newCall(getListenMethod(), getCallOptions()), responseObserver); - } - - /** - * - * - *
-     * Lists all the collection IDs underneath a document.
-     * 
- */ - public void listCollectionIds( - com.google.firestore.v1.ListCollectionIdsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListCollectionIdsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Applies a batch of write operations.
-     * The BatchWrite method does not apply the write operations atomically
-     * and can apply them out of order. Method does not allow more than one write
-     * per document. Each write succeeds or fails independently. See the
-     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
-     * success status of each write.
-     * If you require an atomically applied set of writes, use
-     * [Commit][google.firestore.v1.Firestore.Commit] instead.
-     * 
- */ - public void batchWrite( - com.google.firestore.v1.BatchWriteRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getBatchWriteMethod(), getCallOptions()), request, responseObserver); - } - - /** - * - * - *
-     * Creates a new document.
-     * 
- */ - public void createDocument( - com.google.firestore.v1.CreateDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateDocumentMethod(), getCallOptions()), - request, - responseObserver); - } - } - - /** - * A stub to allow clients to do synchronous rpc calls to service Firestore. - * - *
-   * The Cloud Firestore service.
-   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
-   * document database that simplifies storing, syncing, and querying data for
-   * your mobile, web, and IoT apps at global scale. Its client libraries provide
-   * live synchronization and offline support, while its security features and
-   * integrations with Firebase and Google Cloud Platform accelerate building
-   * truly serverless apps.
-   * 
- */ - public static final class FirestoreBlockingStub - extends io.grpc.stub.AbstractBlockingStub { - private FirestoreBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected FirestoreBlockingStub build( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new FirestoreBlockingStub(channel, callOptions); - } - - /** - * - * - *
-     * Gets a single document.
-     * 
- */ - public com.google.firestore.v1.Document getDocument( - com.google.firestore.v1.GetDocumentRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetDocumentMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Lists documents.
-     * 
- */ - public com.google.firestore.v1.ListDocumentsResponse listDocuments( - com.google.firestore.v1.ListDocumentsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListDocumentsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Updates or inserts a document.
-     * 
- */ - public com.google.firestore.v1.Document updateDocument( - com.google.firestore.v1.UpdateDocumentRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateDocumentMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Deletes a document.
-     * 
- */ - public com.google.protobuf.Empty deleteDocument( - com.google.firestore.v1.DeleteDocumentRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteDocumentMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Gets multiple documents.
-     * Documents returned by this method are not guaranteed to be returned in the
-     * same order that they were requested.
-     * 
- */ - public java.util.Iterator batchGetDocuments( - com.google.firestore.v1.BatchGetDocumentsRequest request) { - return io.grpc.stub.ClientCalls.blockingServerStreamingCall( - getChannel(), getBatchGetDocumentsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Starts a new transaction.
-     * 
- */ - public com.google.firestore.v1.BeginTransactionResponse beginTransaction( - com.google.firestore.v1.BeginTransactionRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getBeginTransactionMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Commits a transaction, while optionally updating documents.
-     * 
- */ - public com.google.firestore.v1.CommitResponse commit( - com.google.firestore.v1.CommitRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCommitMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Rolls back a transaction.
-     * 
- */ - public com.google.protobuf.Empty rollback(com.google.firestore.v1.RollbackRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getRollbackMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Runs a query.
-     * 
- */ - public java.util.Iterator runQuery( - com.google.firestore.v1.RunQueryRequest request) { - return io.grpc.stub.ClientCalls.blockingServerStreamingCall( - getChannel(), getRunQueryMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Runs an aggregation query.
-     * Rather than producing [Document][google.firestore.v1.Document] results like
-     * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
-     * allows running an aggregation to produce a series of
-     * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
-     * High-Level Example:
-     * ```
-     * -- Return the number of documents in table given a filter.
-     * SELECT COUNT(*) FROM ( SELECT * FROM k where a = true );
-     * ```
-     * 
- */ - public java.util.Iterator - runAggregationQuery(com.google.firestore.v1.RunAggregationQueryRequest request) { - return io.grpc.stub.ClientCalls.blockingServerStreamingCall( - getChannel(), getRunAggregationQueryMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Partitions a query by returning partition cursors that can be used to run
-     * the query in parallel. The returned partition cursors are split points that
-     * can be used by RunQuery as starting/end points for the query results.
-     * 
- */ - public com.google.firestore.v1.PartitionQueryResponse partitionQuery( - com.google.firestore.v1.PartitionQueryRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getPartitionQueryMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Lists all the collection IDs underneath a document.
-     * 
- */ - public com.google.firestore.v1.ListCollectionIdsResponse listCollectionIds( - com.google.firestore.v1.ListCollectionIdsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListCollectionIdsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Applies a batch of write operations.
-     * The BatchWrite method does not apply the write operations atomically
-     * and can apply them out of order. Method does not allow more than one write
-     * per document. Each write succeeds or fails independently. See the
-     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
-     * success status of each write.
-     * If you require an atomically applied set of writes, use
-     * [Commit][google.firestore.v1.Firestore.Commit] instead.
-     * 
- */ - public com.google.firestore.v1.BatchWriteResponse batchWrite( - com.google.firestore.v1.BatchWriteRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getBatchWriteMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Creates a new document.
-     * 
- */ - public com.google.firestore.v1.Document createDocument( - com.google.firestore.v1.CreateDocumentRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateDocumentMethod(), getCallOptions(), request); - } - } - - /** - * A stub to allow clients to do ListenableFuture-style rpc calls to service Firestore. - * - *
-   * The Cloud Firestore service.
-   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
-   * document database that simplifies storing, syncing, and querying data for
-   * your mobile, web, and IoT apps at global scale. Its client libraries provide
-   * live synchronization and offline support, while its security features and
-   * integrations with Firebase and Google Cloud Platform accelerate building
-   * truly serverless apps.
-   * 
- */ - public static final class FirestoreFutureStub - extends io.grpc.stub.AbstractFutureStub { - private FirestoreFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected FirestoreFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new FirestoreFutureStub(channel, callOptions); - } - - /** - * - * - *
-     * Gets a single document.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - getDocument(com.google.firestore.v1.GetDocumentRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetDocumentMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Lists documents.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.v1.ListDocumentsResponse> - listDocuments(com.google.firestore.v1.ListDocumentsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListDocumentsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Updates or inserts a document.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - updateDocument(com.google.firestore.v1.UpdateDocumentRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getUpdateDocumentMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Deletes a document.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - deleteDocument(com.google.firestore.v1.DeleteDocumentRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getDeleteDocumentMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Starts a new transaction.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.v1.BeginTransactionResponse> - beginTransaction(com.google.firestore.v1.BeginTransactionRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getBeginTransactionMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Commits a transaction, while optionally updating documents.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.v1.CommitResponse> - commit(com.google.firestore.v1.CommitRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getCommitMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Rolls back a transaction.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture rollback( - com.google.firestore.v1.RollbackRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getRollbackMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Partitions a query by returning partition cursors that can be used to run
-     * the query in parallel. The returned partition cursors are split points that
-     * can be used by RunQuery as starting/end points for the query results.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.v1.PartitionQueryResponse> - partitionQuery(com.google.firestore.v1.PartitionQueryRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getPartitionQueryMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Lists all the collection IDs underneath a document.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.v1.ListCollectionIdsResponse> - listCollectionIds(com.google.firestore.v1.ListCollectionIdsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListCollectionIdsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Applies a batch of write operations.
-     * The BatchWrite method does not apply the write operations atomically
-     * and can apply them out of order. Method does not allow more than one write
-     * per document. Each write succeeds or fails independently. See the
-     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
-     * success status of each write.
-     * If you require an atomically applied set of writes, use
-     * [Commit][google.firestore.v1.Firestore.Commit] instead.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.v1.BatchWriteResponse> - batchWrite(com.google.firestore.v1.BatchWriteRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getBatchWriteMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Creates a new document.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - createDocument(com.google.firestore.v1.CreateDocumentRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getCreateDocumentMethod(), getCallOptions()), request); - } - } - - private static final int METHODID_GET_DOCUMENT = 0; - private static final int METHODID_LIST_DOCUMENTS = 1; - private static final int METHODID_UPDATE_DOCUMENT = 2; - private static final int METHODID_DELETE_DOCUMENT = 3; - private static final int METHODID_BATCH_GET_DOCUMENTS = 4; - private static final int METHODID_BEGIN_TRANSACTION = 5; - private static final int METHODID_COMMIT = 6; - private static final int METHODID_ROLLBACK = 7; - private static final int METHODID_RUN_QUERY = 8; - private static final int METHODID_RUN_AGGREGATION_QUERY = 9; - private static final int METHODID_PARTITION_QUERY = 10; - private static final int METHODID_LIST_COLLECTION_IDS = 11; - private static final int METHODID_BATCH_WRITE = 12; - private static final int METHODID_CREATE_DOCUMENT = 13; - private static final int METHODID_WRITE = 14; - private static final int METHODID_LISTEN = 15; - - private static final class MethodHandlers - implements io.grpc.stub.ServerCalls.UnaryMethod, - io.grpc.stub.ServerCalls.ServerStreamingMethod, - io.grpc.stub.ServerCalls.ClientStreamingMethod, - io.grpc.stub.ServerCalls.BidiStreamingMethod { - private final AsyncService serviceImpl; - private final int methodId; - - MethodHandlers(AsyncService serviceImpl, int methodId) { - this.serviceImpl = serviceImpl; - this.methodId = methodId; - } - - @java.lang.Override - @java.lang.SuppressWarnings("unchecked") - public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { - switch (methodId) { - case METHODID_GET_DOCUMENT: - serviceImpl.getDocument( - (com.google.firestore.v1.GetDocumentRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_LIST_DOCUMENTS: - serviceImpl.listDocuments( - (com.google.firestore.v1.ListDocumentsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_UPDATE_DOCUMENT: - serviceImpl.updateDocument( - (com.google.firestore.v1.UpdateDocumentRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_DELETE_DOCUMENT: - serviceImpl.deleteDocument( - (com.google.firestore.v1.DeleteDocumentRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_BATCH_GET_DOCUMENTS: - serviceImpl.batchGetDocuments( - (com.google.firestore.v1.BatchGetDocumentsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_BEGIN_TRANSACTION: - serviceImpl.beginTransaction( - (com.google.firestore.v1.BeginTransactionRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_COMMIT: - serviceImpl.commit( - (com.google.firestore.v1.CommitRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_ROLLBACK: - serviceImpl.rollback( - (com.google.firestore.v1.RollbackRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_RUN_QUERY: - serviceImpl.runQuery( - (com.google.firestore.v1.RunQueryRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_RUN_AGGREGATION_QUERY: - serviceImpl.runAggregationQuery( - (com.google.firestore.v1.RunAggregationQueryRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_PARTITION_QUERY: - serviceImpl.partitionQuery( - (com.google.firestore.v1.PartitionQueryRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_LIST_COLLECTION_IDS: - serviceImpl.listCollectionIds( - (com.google.firestore.v1.ListCollectionIdsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_BATCH_WRITE: - serviceImpl.batchWrite( - (com.google.firestore.v1.BatchWriteRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_CREATE_DOCUMENT: - serviceImpl.createDocument( - (com.google.firestore.v1.CreateDocumentRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - default: - throw new AssertionError(); - } - } - - @java.lang.Override - @java.lang.SuppressWarnings("unchecked") - public io.grpc.stub.StreamObserver invoke( - io.grpc.stub.StreamObserver responseObserver) { - switch (methodId) { - case METHODID_WRITE: - return (io.grpc.stub.StreamObserver) - serviceImpl.write( - (io.grpc.stub.StreamObserver) - responseObserver); - case METHODID_LISTEN: - return (io.grpc.stub.StreamObserver) - serviceImpl.listen( - (io.grpc.stub.StreamObserver) - responseObserver); - default: - throw new AssertionError(); - } - } - } - - public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) { - return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) - .addMethod( - getGetDocumentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.GetDocumentRequest, com.google.firestore.v1.Document>( - service, METHODID_GET_DOCUMENT))) - .addMethod( - getListDocumentsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.ListDocumentsRequest, - com.google.firestore.v1.ListDocumentsResponse>( - service, METHODID_LIST_DOCUMENTS))) - .addMethod( - getUpdateDocumentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.UpdateDocumentRequest, - com.google.firestore.v1.Document>(service, METHODID_UPDATE_DOCUMENT))) - .addMethod( - getDeleteDocumentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.DeleteDocumentRequest, com.google.protobuf.Empty>( - service, METHODID_DELETE_DOCUMENT))) - .addMethod( - getBatchGetDocumentsMethod(), - io.grpc.stub.ServerCalls.asyncServerStreamingCall( - new MethodHandlers< - com.google.firestore.v1.BatchGetDocumentsRequest, - com.google.firestore.v1.BatchGetDocumentsResponse>( - service, METHODID_BATCH_GET_DOCUMENTS))) - .addMethod( - getBeginTransactionMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.BeginTransactionRequest, - com.google.firestore.v1.BeginTransactionResponse>( - service, METHODID_BEGIN_TRANSACTION))) - .addMethod( - getCommitMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.CommitRequest, com.google.firestore.v1.CommitResponse>( - service, METHODID_COMMIT))) - .addMethod( - getRollbackMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.RollbackRequest, com.google.protobuf.Empty>( - service, METHODID_ROLLBACK))) - .addMethod( - getRunQueryMethod(), - io.grpc.stub.ServerCalls.asyncServerStreamingCall( - new MethodHandlers< - com.google.firestore.v1.RunQueryRequest, - com.google.firestore.v1.RunQueryResponse>(service, METHODID_RUN_QUERY))) - .addMethod( - getRunAggregationQueryMethod(), - io.grpc.stub.ServerCalls.asyncServerStreamingCall( - new MethodHandlers< - com.google.firestore.v1.RunAggregationQueryRequest, - com.google.firestore.v1.RunAggregationQueryResponse>( - service, METHODID_RUN_AGGREGATION_QUERY))) - .addMethod( - getPartitionQueryMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.PartitionQueryRequest, - com.google.firestore.v1.PartitionQueryResponse>( - service, METHODID_PARTITION_QUERY))) - .addMethod( - getWriteMethod(), - io.grpc.stub.ServerCalls.asyncBidiStreamingCall( - new MethodHandlers< - com.google.firestore.v1.WriteRequest, com.google.firestore.v1.WriteResponse>( - service, METHODID_WRITE))) - .addMethod( - getListenMethod(), - io.grpc.stub.ServerCalls.asyncBidiStreamingCall( - new MethodHandlers< - com.google.firestore.v1.ListenRequest, com.google.firestore.v1.ListenResponse>( - service, METHODID_LISTEN))) - .addMethod( - getListCollectionIdsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.ListCollectionIdsRequest, - com.google.firestore.v1.ListCollectionIdsResponse>( - service, METHODID_LIST_COLLECTION_IDS))) - .addMethod( - getBatchWriteMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.BatchWriteRequest, - com.google.firestore.v1.BatchWriteResponse>(service, METHODID_BATCH_WRITE))) - .addMethod( - getCreateDocumentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.CreateDocumentRequest, - com.google.firestore.v1.Document>(service, METHODID_CREATE_DOCUMENT))) - .build(); - } - - private abstract static class FirestoreBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, - io.grpc.protobuf.ProtoServiceDescriptorSupplier { - FirestoreBaseDescriptorSupplier() {} - - @java.lang.Override - public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { - return com.google.firestore.v1.FirestoreProto.getDescriptor(); - } - - @java.lang.Override - public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { - return getFileDescriptor().findServiceByName("Firestore"); - } - } - - private static final class FirestoreFileDescriptorSupplier - extends FirestoreBaseDescriptorSupplier { - FirestoreFileDescriptorSupplier() {} - } - - private static final class FirestoreMethodDescriptorSupplier - extends FirestoreBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { - private final java.lang.String methodName; - - FirestoreMethodDescriptorSupplier(java.lang.String methodName) { - this.methodName = methodName; - } - - @java.lang.Override - public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { - return getServiceDescriptor().findMethodByName(methodName); - } - } - - private static volatile io.grpc.ServiceDescriptor serviceDescriptor; - - public static io.grpc.ServiceDescriptor getServiceDescriptor() { - io.grpc.ServiceDescriptor result = serviceDescriptor; - if (result == null) { - synchronized (FirestoreGrpc.class) { - result = serviceDescriptor; - if (result == null) { - serviceDescriptor = - result = - io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new FirestoreFileDescriptorSupplier()) - .addMethod(getGetDocumentMethod()) - .addMethod(getListDocumentsMethod()) - .addMethod(getUpdateDocumentMethod()) - .addMethod(getDeleteDocumentMethod()) - .addMethod(getBatchGetDocumentsMethod()) - .addMethod(getBeginTransactionMethod()) - .addMethod(getCommitMethod()) - .addMethod(getRollbackMethod()) - .addMethod(getRunQueryMethod()) - .addMethod(getRunAggregationQueryMethod()) - .addMethod(getPartitionQueryMethod()) - .addMethod(getWriteMethod()) - .addMethod(getListenMethod()) - .addMethod(getListCollectionIdsMethod()) - .addMethod(getBatchWriteMethod()) - .addMethod(getCreateDocumentMethod()) - .build(); - } - } - } - return result; - } -} diff --git a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminClient.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminClient.java similarity index 93% rename from google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminClient.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminClient.java index c1f9108d3..bca09fd69 100644 --- a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminClient.java +++ b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminClient.java @@ -35,6 +35,9 @@ import com.google.firestore.admin.v1.BackupName; import com.google.firestore.admin.v1.BackupSchedule; import com.google.firestore.admin.v1.BackupScheduleName; +import com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata; +import com.google.firestore.admin.v1.BulkDeleteDocumentsRequest; +import com.google.firestore.admin.v1.BulkDeleteDocumentsResponse; import com.google.firestore.admin.v1.CollectionGroupName; import com.google.firestore.admin.v1.CreateBackupScheduleRequest; import com.google.firestore.admin.v1.CreateDatabaseMetadata; @@ -324,6 +327,27 @@ * * * + *

BulkDeleteDocuments + *

Bulk deletes a subset of documents from Google Cloud Firestore. Documents created or updated after the underlying system starts to process the request will not be deleted. The bulk delete occurs in the background and its progress can be monitored and managed via the Operation resource that is created. + *

For more details on bulk delete behavior, refer to: https://cloud.google.com/firestore/docs/manage-data/bulk-delete + * + *

Request object method variants only take one parameter, a request object, which must be constructed before the call.

+ *
    + *
  • bulkDeleteDocumentsAsync(BulkDeleteDocumentsRequest request) + *

+ *

Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.

+ *
    + *
  • bulkDeleteDocumentsAsync(DatabaseName name) + *

  • bulkDeleteDocumentsAsync(String name) + *

+ *

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

+ *
    + *
  • bulkDeleteDocumentsOperationCallable() + *

  • bulkDeleteDocumentsCallable() + *

+ * + * + * *

CreateDatabase *

Create a database. * @@ -480,7 +504,7 @@ * *

RestoreDatabase *

Creates a new database by restoring from an existing backup. - *

The new database must be in the same cloud region or multi-region location as the existing backup. This behaves similar to [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.CreateDatabase] except instead of creating a new empty database, a new database is created with the database type, index configuration, and documents from an existing backup. + *

The new database must be in the same cloud region or multi-region location as the existing backup. This behaves similar to [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.FirestoreAdmin.CreateDatabase] except instead of creating a new empty database, a new database is created with the database type, index configuration, and documents from an existing backup. *

The [long-running operation][google.longrunning.Operation] can be used to track the progress of the restore, with the Operation's [metadata][google.longrunning.Operation.metadata] field type being the [RestoreDatabaseMetadata][google.firestore.admin.v1.RestoreDatabaseMetadata]. The [response][google.longrunning.Operation.response] type is the [Database][google.firestore.admin.v1.Database] if the restore was successful. The new database is not readable or writeable until the LRO has completed. * *

Request object method variants only take one parameter, a request object, which must be constructed before the call.

@@ -2112,6 +2136,192 @@ public final UnaryCallable importDocumentsCal return stub.importDocumentsCallable(); } + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Bulk deletes a subset of documents from Google Cloud Firestore. Documents created or updated + * after the underlying system starts to process the request will not be deleted. The bulk delete + * occurs in the background and its progress can be monitored and managed via the Operation + * resource that is created. + * + *

For more details on bulk delete behavior, refer to: + * https://cloud.google.com/firestore/docs/manage-data/bulk-delete + * + *

Sample code: + * + *

{@code
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+   * try (FirestoreAdminClient firestoreAdminClient = FirestoreAdminClient.create()) {
+   *   DatabaseName name = DatabaseName.of("[PROJECT]", "[DATABASE]");
+   *   BulkDeleteDocumentsResponse response =
+   *       firestoreAdminClient.bulkDeleteDocumentsAsync(name).get();
+   * }
+   * }
+ * + * @param name Required. Database to operate. Should be of the form: + * `projects/{project_id}/databases/{database_id}`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture + bulkDeleteDocumentsAsync(DatabaseName name) { + BulkDeleteDocumentsRequest request = + BulkDeleteDocumentsRequest.newBuilder() + .setName(name == null ? null : name.toString()) + .build(); + return bulkDeleteDocumentsAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Bulk deletes a subset of documents from Google Cloud Firestore. Documents created or updated + * after the underlying system starts to process the request will not be deleted. The bulk delete + * occurs in the background and its progress can be monitored and managed via the Operation + * resource that is created. + * + *

For more details on bulk delete behavior, refer to: + * https://cloud.google.com/firestore/docs/manage-data/bulk-delete + * + *

Sample code: + * + *

{@code
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+   * try (FirestoreAdminClient firestoreAdminClient = FirestoreAdminClient.create()) {
+   *   String name = DatabaseName.of("[PROJECT]", "[DATABASE]").toString();
+   *   BulkDeleteDocumentsResponse response =
+   *       firestoreAdminClient.bulkDeleteDocumentsAsync(name).get();
+   * }
+   * }
+ * + * @param name Required. Database to operate. Should be of the form: + * `projects/{project_id}/databases/{database_id}`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture + bulkDeleteDocumentsAsync(String name) { + BulkDeleteDocumentsRequest request = + BulkDeleteDocumentsRequest.newBuilder().setName(name).build(); + return bulkDeleteDocumentsAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Bulk deletes a subset of documents from Google Cloud Firestore. Documents created or updated + * after the underlying system starts to process the request will not be deleted. The bulk delete + * occurs in the background and its progress can be monitored and managed via the Operation + * resource that is created. + * + *

For more details on bulk delete behavior, refer to: + * https://cloud.google.com/firestore/docs/manage-data/bulk-delete + * + *

Sample code: + * + *

{@code
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+   * try (FirestoreAdminClient firestoreAdminClient = FirestoreAdminClient.create()) {
+   *   BulkDeleteDocumentsRequest request =
+   *       BulkDeleteDocumentsRequest.newBuilder()
+   *           .setName(DatabaseName.of("[PROJECT]", "[DATABASE]").toString())
+   *           .addAllCollectionIds(new ArrayList())
+   *           .addAllNamespaceIds(new ArrayList())
+   *           .build();
+   *   BulkDeleteDocumentsResponse response =
+   *       firestoreAdminClient.bulkDeleteDocumentsAsync(request).get();
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture + bulkDeleteDocumentsAsync(BulkDeleteDocumentsRequest request) { + return bulkDeleteDocumentsOperationCallable().futureCall(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Bulk deletes a subset of documents from Google Cloud Firestore. Documents created or updated + * after the underlying system starts to process the request will not be deleted. The bulk delete + * occurs in the background and its progress can be monitored and managed via the Operation + * resource that is created. + * + *

For more details on bulk delete behavior, refer to: + * https://cloud.google.com/firestore/docs/manage-data/bulk-delete + * + *

Sample code: + * + *

{@code
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+   * try (FirestoreAdminClient firestoreAdminClient = FirestoreAdminClient.create()) {
+   *   BulkDeleteDocumentsRequest request =
+   *       BulkDeleteDocumentsRequest.newBuilder()
+   *           .setName(DatabaseName.of("[PROJECT]", "[DATABASE]").toString())
+   *           .addAllCollectionIds(new ArrayList())
+   *           .addAllNamespaceIds(new ArrayList())
+   *           .build();
+   *   OperationFuture future =
+   *       firestoreAdminClient.bulkDeleteDocumentsOperationCallable().futureCall(request);
+   *   // Do something.
+   *   BulkDeleteDocumentsResponse response = future.get();
+   * }
+   * }
+ */ + public final OperationCallable< + BulkDeleteDocumentsRequest, BulkDeleteDocumentsResponse, BulkDeleteDocumentsMetadata> + bulkDeleteDocumentsOperationCallable() { + return stub.bulkDeleteDocumentsOperationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Bulk deletes a subset of documents from Google Cloud Firestore. Documents created or updated + * after the underlying system starts to process the request will not be deleted. The bulk delete + * occurs in the background and its progress can be monitored and managed via the Operation + * resource that is created. + * + *

For more details on bulk delete behavior, refer to: + * https://cloud.google.com/firestore/docs/manage-data/bulk-delete + * + *

Sample code: + * + *

{@code
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+   * try (FirestoreAdminClient firestoreAdminClient = FirestoreAdminClient.create()) {
+   *   BulkDeleteDocumentsRequest request =
+   *       BulkDeleteDocumentsRequest.newBuilder()
+   *           .setName(DatabaseName.of("[PROJECT]", "[DATABASE]").toString())
+   *           .addAllCollectionIds(new ArrayList())
+   *           .addAllNamespaceIds(new ArrayList())
+   *           .build();
+   *   ApiFuture future =
+   *       firestoreAdminClient.bulkDeleteDocumentsCallable().futureCall(request);
+   *   // Do something.
+   *   Operation response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable bulkDeleteDocumentsCallable() { + return stub.bulkDeleteDocumentsCallable(); + } + // AUTO-GENERATED DOCUMENTATION AND METHOD. /** * Create a database. @@ -2467,6 +2677,7 @@ public final ListDatabasesResponse listDatabases(String parent) { * ListDatabasesRequest request = * ListDatabasesRequest.newBuilder() * .setParent(ProjectName.of("[PROJECT]").toString()) + * .setShowDeleted(true) * .build(); * ListDatabasesResponse response = firestoreAdminClient.listDatabases(request); * } @@ -2495,6 +2706,7 @@ public final ListDatabasesResponse listDatabases(ListDatabasesRequest request) { * ListDatabasesRequest request = * ListDatabasesRequest.newBuilder() * .setParent(ProjectName.of("[PROJECT]").toString()) + * .setShowDeleted(true) * .build(); * ApiFuture future = * firestoreAdminClient.listDatabasesCallable().futureCall(request); @@ -3112,9 +3324,9 @@ public final UnaryCallable deleteBackupCallable() { * *

The new database must be in the same cloud region or multi-region location as the existing * backup. This behaves similar to - * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.CreateDatabase] except instead of - * creating a new empty database, a new database is created with the database type, index - * configuration, and documents from an existing backup. + * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.FirestoreAdmin.CreateDatabase] except + * instead of creating a new empty database, a new database is created with the database type, + * index configuration, and documents from an existing backup. * *

The [long-running operation][google.longrunning.Operation] can be used to track the progress * of the restore, with the Operation's [metadata][google.longrunning.Operation.metadata] field @@ -3156,9 +3368,9 @@ public final OperationFuture restoreDatabaseA * *

The new database must be in the same cloud region or multi-region location as the existing * backup. This behaves similar to - * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.CreateDatabase] except instead of - * creating a new empty database, a new database is created with the database type, index - * configuration, and documents from an existing backup. + * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.FirestoreAdmin.CreateDatabase] except + * instead of creating a new empty database, a new database is created with the database type, + * index configuration, and documents from an existing backup. * *

The [long-running operation][google.longrunning.Operation] can be used to track the progress * of the restore, with the Operation's [metadata][google.longrunning.Operation.metadata] field @@ -3200,9 +3412,9 @@ public final OperationFuture restoreDatabaseA * *

The new database must be in the same cloud region or multi-region location as the existing * backup. This behaves similar to - * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.CreateDatabase] except instead of - * creating a new empty database, a new database is created with the database type, index - * configuration, and documents from an existing backup. + * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.FirestoreAdmin.CreateDatabase] except + * instead of creating a new empty database, a new database is created with the database type, + * index configuration, and documents from an existing backup. * *

The [long-running operation][google.longrunning.Operation] can be used to track the progress * of the restore, with the Operation's [metadata][google.longrunning.Operation.metadata] field diff --git a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminSettings.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminSettings.java similarity index 94% rename from google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminSettings.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminSettings.java index 476ccec67..fab15683c 100644 --- a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminSettings.java +++ b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminSettings.java @@ -30,11 +30,15 @@ import com.google.api.gax.rpc.ClientSettings; import com.google.api.gax.rpc.OperationCallSettings; import com.google.api.gax.rpc.PagedCallSettings; +import com.google.api.gax.rpc.StubSettings; import com.google.api.gax.rpc.TransportChannelProvider; import com.google.api.gax.rpc.UnaryCallSettings; import com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings; import com.google.firestore.admin.v1.Backup; import com.google.firestore.admin.v1.BackupSchedule; +import com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata; +import com.google.firestore.admin.v1.BulkDeleteDocumentsRequest; +import com.google.firestore.admin.v1.BulkDeleteDocumentsResponse; import com.google.firestore.admin.v1.CreateBackupScheduleRequest; import com.google.firestore.admin.v1.CreateDatabaseMetadata; import com.google.firestore.admin.v1.CreateDatabaseRequest; @@ -193,6 +197,18 @@ public UnaryCallSettings importDocumentsSetti return ((FirestoreAdminStubSettings) getStubSettings()).importDocumentsOperationSettings(); } + /** Returns the object with the settings used for calls to bulkDeleteDocuments. */ + public UnaryCallSettings bulkDeleteDocumentsSettings() { + return ((FirestoreAdminStubSettings) getStubSettings()).bulkDeleteDocumentsSettings(); + } + + /** Returns the object with the settings used for calls to bulkDeleteDocuments. */ + public OperationCallSettings< + BulkDeleteDocumentsRequest, BulkDeleteDocumentsResponse, BulkDeleteDocumentsMetadata> + bulkDeleteDocumentsOperationSettings() { + return ((FirestoreAdminStubSettings) getStubSettings()).bulkDeleteDocumentsOperationSettings(); + } + /** Returns the object with the settings used for calls to createDatabase. */ public UnaryCallSettings createDatabaseSettings() { return ((FirestoreAdminStubSettings) getStubSettings()).createDatabaseSettings(); @@ -475,6 +491,19 @@ public UnaryCallSettings.Builder importDocume return getStubSettingsBuilder().importDocumentsOperationSettings(); } + /** Returns the builder for the settings used for calls to bulkDeleteDocuments. */ + public UnaryCallSettings.Builder + bulkDeleteDocumentsSettings() { + return getStubSettingsBuilder().bulkDeleteDocumentsSettings(); + } + + /** Returns the builder for the settings used for calls to bulkDeleteDocuments. */ + public OperationCallSettings.Builder< + BulkDeleteDocumentsRequest, BulkDeleteDocumentsResponse, BulkDeleteDocumentsMetadata> + bulkDeleteDocumentsOperationSettings() { + return getStubSettingsBuilder().bulkDeleteDocumentsOperationSettings(); + } + /** Returns the builder for the settings used for calls to createDatabase. */ public UnaryCallSettings.Builder createDatabaseSettings() { return getStubSettingsBuilder().createDatabaseSettings(); diff --git a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json similarity index 94% rename from google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json index 727ba40b1..cb2a1863d 100644 --- a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json +++ b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json @@ -10,6 +10,9 @@ "grpc": { "libraryClient": "FirestoreAdminClient", "rpcs": { + "BulkDeleteDocuments": { + "methods": ["bulkDeleteDocumentsAsync", "bulkDeleteDocumentsAsync", "bulkDeleteDocumentsAsync", "bulkDeleteDocumentsOperationCallable", "bulkDeleteDocumentsCallable"] + }, "CreateBackupSchedule": { "methods": ["createBackupSchedule", "createBackupSchedule", "createBackupSchedule", "createBackupScheduleCallable"] }, diff --git a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/package-info.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/package-info.java similarity index 100% rename from google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/package-info.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/package-info.java diff --git a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStub.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStub.java similarity index 93% rename from google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStub.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStub.java index 26db1092a..4bd22e574 100644 --- a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStub.java +++ b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStub.java @@ -24,6 +24,9 @@ import com.google.api.gax.rpc.UnaryCallable; import com.google.firestore.admin.v1.Backup; import com.google.firestore.admin.v1.BackupSchedule; +import com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata; +import com.google.firestore.admin.v1.BulkDeleteDocumentsRequest; +import com.google.firestore.admin.v1.BulkDeleteDocumentsResponse; import com.google.firestore.admin.v1.CreateBackupScheduleRequest; import com.google.firestore.admin.v1.CreateDatabaseMetadata; import com.google.firestore.admin.v1.CreateDatabaseRequest; @@ -150,6 +153,17 @@ public UnaryCallable importDocumentsCallable( throw new UnsupportedOperationException("Not implemented: importDocumentsCallable()"); } + public OperationCallable< + BulkDeleteDocumentsRequest, BulkDeleteDocumentsResponse, BulkDeleteDocumentsMetadata> + bulkDeleteDocumentsOperationCallable() { + throw new UnsupportedOperationException( + "Not implemented: bulkDeleteDocumentsOperationCallable()"); + } + + public UnaryCallable bulkDeleteDocumentsCallable() { + throw new UnsupportedOperationException("Not implemented: bulkDeleteDocumentsCallable()"); + } + public OperationCallable createDatabaseOperationCallable() { throw new UnsupportedOperationException("Not implemented: createDatabaseOperationCallable()"); diff --git a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java similarity index 94% rename from google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java index 6b445dcf5..63f7272fa 100644 --- a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java +++ b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java @@ -54,6 +54,9 @@ import com.google.common.collect.Lists; import com.google.firestore.admin.v1.Backup; import com.google.firestore.admin.v1.BackupSchedule; +import com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata; +import com.google.firestore.admin.v1.BulkDeleteDocumentsRequest; +import com.google.firestore.admin.v1.BulkDeleteDocumentsResponse; import com.google.firestore.admin.v1.CreateBackupScheduleRequest; import com.google.firestore.admin.v1.CreateDatabaseMetadata; import com.google.firestore.admin.v1.CreateDatabaseRequest; @@ -167,6 +170,11 @@ public class FirestoreAdminStubSettings extends StubSettings importDocumentsSettings; private final OperationCallSettings importDocumentsOperationSettings; + private final UnaryCallSettings + bulkDeleteDocumentsSettings; + private final OperationCallSettings< + BulkDeleteDocumentsRequest, BulkDeleteDocumentsResponse, BulkDeleteDocumentsMetadata> + bulkDeleteDocumentsOperationSettings; private final UnaryCallSettings createDatabaseSettings; private final OperationCallSettings createDatabaseOperationSettings; @@ -373,6 +381,18 @@ public UnaryCallSettings importDocumentsSetti return importDocumentsOperationSettings; } + /** Returns the object with the settings used for calls to bulkDeleteDocuments. */ + public UnaryCallSettings bulkDeleteDocumentsSettings() { + return bulkDeleteDocumentsSettings; + } + + /** Returns the object with the settings used for calls to bulkDeleteDocuments. */ + public OperationCallSettings< + BulkDeleteDocumentsRequest, BulkDeleteDocumentsResponse, BulkDeleteDocumentsMetadata> + bulkDeleteDocumentsOperationSettings() { + return bulkDeleteDocumentsOperationSettings; + } + /** Returns the object with the settings used for calls to createDatabase. */ public UnaryCallSettings createDatabaseSettings() { return createDatabaseSettings; @@ -593,6 +613,9 @@ protected FirestoreAdminStubSettings(Builder settingsBuilder) throws IOException exportDocumentsOperationSettings = settingsBuilder.exportDocumentsOperationSettings().build(); importDocumentsSettings = settingsBuilder.importDocumentsSettings().build(); importDocumentsOperationSettings = settingsBuilder.importDocumentsOperationSettings().build(); + bulkDeleteDocumentsSettings = settingsBuilder.bulkDeleteDocumentsSettings().build(); + bulkDeleteDocumentsOperationSettings = + settingsBuilder.bulkDeleteDocumentsOperationSettings().build(); createDatabaseSettings = settingsBuilder.createDatabaseSettings().build(); createDatabaseOperationSettings = settingsBuilder.createDatabaseOperationSettings().build(); getDatabaseSettings = settingsBuilder.getDatabaseSettings().build(); @@ -641,6 +664,11 @@ public static class Builder extends StubSettings.Builder importDocumentsOperationSettings; + private final UnaryCallSettings.Builder + bulkDeleteDocumentsSettings; + private final OperationCallSettings.Builder< + BulkDeleteDocumentsRequest, BulkDeleteDocumentsResponse, BulkDeleteDocumentsMetadata> + bulkDeleteDocumentsOperationSettings; private final UnaryCallSettings.Builder createDatabaseSettings; private final OperationCallSettings.Builder< @@ -746,6 +774,8 @@ protected Builder(ClientContext clientContext) { exportDocumentsOperationSettings = OperationCallSettings.newBuilder(); importDocumentsSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); importDocumentsOperationSettings = OperationCallSettings.newBuilder(); + bulkDeleteDocumentsSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + bulkDeleteDocumentsOperationSettings = OperationCallSettings.newBuilder(); createDatabaseSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); createDatabaseOperationSettings = OperationCallSettings.newBuilder(); getDatabaseSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); @@ -776,6 +806,7 @@ protected Builder(ClientContext clientContext) { listFieldsSettings, exportDocumentsSettings, importDocumentsSettings, + bulkDeleteDocumentsSettings, createDatabaseSettings, getDatabaseSettings, listDatabasesSettings, @@ -809,6 +840,9 @@ protected Builder(FirestoreAdminStubSettings settings) { exportDocumentsOperationSettings = settings.exportDocumentsOperationSettings.toBuilder(); importDocumentsSettings = settings.importDocumentsSettings.toBuilder(); importDocumentsOperationSettings = settings.importDocumentsOperationSettings.toBuilder(); + bulkDeleteDocumentsSettings = settings.bulkDeleteDocumentsSettings.toBuilder(); + bulkDeleteDocumentsOperationSettings = + settings.bulkDeleteDocumentsOperationSettings.toBuilder(); createDatabaseSettings = settings.createDatabaseSettings.toBuilder(); createDatabaseOperationSettings = settings.createDatabaseOperationSettings.toBuilder(); getDatabaseSettings = settings.getDatabaseSettings.toBuilder(); @@ -839,6 +873,7 @@ protected Builder(FirestoreAdminStubSettings settings) { listFieldsSettings, exportDocumentsSettings, importDocumentsSettings, + bulkDeleteDocumentsSettings, createDatabaseSettings, getDatabaseSettings, listDatabasesSettings, @@ -925,6 +960,11 @@ private static Builder initDefaults(Builder builder) { .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_1_codes")) .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_1_params")); + builder + .bulkDeleteDocumentsSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_1_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_1_params")); + builder .createDatabaseSettings() .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) @@ -1089,6 +1129,32 @@ private static Builder initDefaults(Builder builder) { .setTotalTimeout(Duration.ofMillis(300000L)) .build())); + builder + .bulkDeleteDocumentsOperationSettings() + .setInitialCallSettings( + UnaryCallSettings + .newUnaryCallSettingsBuilder() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_1_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_1_params")) + .build()) + .setResponseTransformer( + ProtoOperationTransformers.ResponseTransformer.create( + BulkDeleteDocumentsResponse.class)) + .setMetadataTransformer( + ProtoOperationTransformers.MetadataTransformer.create( + BulkDeleteDocumentsMetadata.class)) + .setPollingAlgorithm( + OperationTimedPollAlgorithm.create( + RetrySettings.newBuilder() + .setInitialRetryDelay(Duration.ofMillis(5000L)) + .setRetryDelayMultiplier(1.5) + .setMaxRetryDelay(Duration.ofMillis(45000L)) + .setInitialRpcTimeout(Duration.ZERO) + .setRpcTimeoutMultiplier(1.0) + .setMaxRpcTimeout(Duration.ZERO) + .setTotalTimeout(Duration.ofMillis(300000L)) + .build())); + builder .createDatabaseOperationSettings() .setInitialCallSettings( @@ -1276,6 +1342,19 @@ public UnaryCallSettings.Builder importDocume return importDocumentsOperationSettings; } + /** Returns the builder for the settings used for calls to bulkDeleteDocuments. */ + public UnaryCallSettings.Builder + bulkDeleteDocumentsSettings() { + return bulkDeleteDocumentsSettings; + } + + /** Returns the builder for the settings used for calls to bulkDeleteDocuments. */ + public OperationCallSettings.Builder< + BulkDeleteDocumentsRequest, BulkDeleteDocumentsResponse, BulkDeleteDocumentsMetadata> + bulkDeleteDocumentsOperationSettings() { + return bulkDeleteDocumentsOperationSettings; + } + /** Returns the builder for the settings used for calls to createDatabase. */ public UnaryCallSettings.Builder createDatabaseSettings() { return createDatabaseSettings; diff --git a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminCallableFactory.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminCallableFactory.java similarity index 100% rename from google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminCallableFactory.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminCallableFactory.java diff --git a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminStub.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminStub.java similarity index 94% rename from google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminStub.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminStub.java index d0a883dc1..95ddd3818 100644 --- a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminStub.java +++ b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminStub.java @@ -29,6 +29,9 @@ import com.google.api.gax.rpc.UnaryCallable; import com.google.firestore.admin.v1.Backup; import com.google.firestore.admin.v1.BackupSchedule; +import com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata; +import com.google.firestore.admin.v1.BulkDeleteDocumentsRequest; +import com.google.firestore.admin.v1.BulkDeleteDocumentsResponse; import com.google.firestore.admin.v1.CreateBackupScheduleRequest; import com.google.firestore.admin.v1.CreateDatabaseMetadata; import com.google.firestore.admin.v1.CreateDatabaseRequest; @@ -75,6 +78,7 @@ import io.grpc.MethodDescriptor; import io.grpc.protobuf.ProtoUtils; import java.io.IOException; +import java.util.Map; import java.util.concurrent.TimeUnit; import javax.annotation.Generated; @@ -165,6 +169,16 @@ public class GrpcFirestoreAdminStub extends FirestoreAdminStub { .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); + private static final MethodDescriptor + bulkDeleteDocumentsMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.firestore.admin.v1.FirestoreAdmin/BulkDeleteDocuments") + .setRequestMarshaller( + ProtoUtils.marshaller(BulkDeleteDocumentsRequest.getDefaultInstance())) + .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) + .build(); + private static final MethodDescriptor createDatabaseMethodDescriptor = MethodDescriptor.newBuilder() @@ -322,6 +336,10 @@ public class GrpcFirestoreAdminStub extends FirestoreAdminStub { private final UnaryCallable importDocumentsCallable; private final OperationCallable importDocumentsOperationCallable; + private final UnaryCallable bulkDeleteDocumentsCallable; + private final OperationCallable< + BulkDeleteDocumentsRequest, BulkDeleteDocumentsResponse, BulkDeleteDocumentsMetadata> + bulkDeleteDocumentsOperationCallable; private final UnaryCallable createDatabaseCallable; private final OperationCallable createDatabaseOperationCallable; @@ -482,6 +500,16 @@ protected GrpcFirestoreAdminStub( return builder.build(); }) .build(); + GrpcCallSettings bulkDeleteDocumentsTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(bulkDeleteDocumentsMethodDescriptor) + .setParamsExtractor( + request -> { + RequestParamsBuilder builder = RequestParamsBuilder.create(); + builder.add("name", String.valueOf(request.getName())); + return builder.build(); + }) + .build(); GrpcCallSettings createDatabaseTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(createDatabaseMethodDescriptor) @@ -685,6 +713,17 @@ protected GrpcFirestoreAdminStub( settings.importDocumentsOperationSettings(), clientContext, operationsStub); + this.bulkDeleteDocumentsCallable = + callableFactory.createUnaryCallable( + bulkDeleteDocumentsTransportSettings, + settings.bulkDeleteDocumentsSettings(), + clientContext); + this.bulkDeleteDocumentsOperationCallable = + callableFactory.createOperationCallable( + bulkDeleteDocumentsTransportSettings, + settings.bulkDeleteDocumentsOperationSettings(), + clientContext, + operationsStub); this.createDatabaseCallable = callableFactory.createUnaryCallable( createDatabaseTransportSettings, settings.createDatabaseSettings(), clientContext); @@ -849,6 +888,18 @@ public UnaryCallable importDocumentsCallable( return importDocumentsOperationCallable; } + @Override + public UnaryCallable bulkDeleteDocumentsCallable() { + return bulkDeleteDocumentsCallable; + } + + @Override + public OperationCallable< + BulkDeleteDocumentsRequest, BulkDeleteDocumentsResponse, BulkDeleteDocumentsMetadata> + bulkDeleteDocumentsOperationCallable() { + return bulkDeleteDocumentsOperationCallable; + } + @Override public UnaryCallable createDatabaseCallable() { return createDatabaseCallable; diff --git a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminCallableFactory.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminCallableFactory.java similarity index 100% rename from google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminCallableFactory.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminCallableFactory.java diff --git a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminStub.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminStub.java similarity index 94% rename from google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminStub.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminStub.java index e81b9b65d..649af41c0 100644 --- a/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminStub.java +++ b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminStub.java @@ -31,6 +31,7 @@ import com.google.api.gax.httpjson.ProtoMessageResponseParser; import com.google.api.gax.httpjson.ProtoRestSerializer; import com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub; +import com.google.api.gax.longrunning.OperationSnapshot; import com.google.api.gax.rpc.ClientContext; import com.google.api.gax.rpc.OperationCallable; import com.google.api.gax.rpc.RequestParamsBuilder; @@ -38,6 +39,9 @@ import com.google.common.collect.ImmutableMap; import com.google.firestore.admin.v1.Backup; import com.google.firestore.admin.v1.BackupSchedule; +import com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata; +import com.google.firestore.admin.v1.BulkDeleteDocumentsRequest; +import com.google.firestore.admin.v1.BulkDeleteDocumentsResponse; import com.google.firestore.admin.v1.CreateBackupScheduleRequest; import com.google.firestore.admin.v1.CreateDatabaseMetadata; import com.google.firestore.admin.v1.CreateDatabaseRequest; @@ -105,7 +109,9 @@ public class HttpJsonFirestoreAdminStub extends FirestoreAdminStub { .add(ImportDocumentsMetadata.getDescriptor()) .add(Database.getDescriptor()) .add(FieldOperationMetadata.getDescriptor()) + .add(BulkDeleteDocumentsResponse.getDescriptor()) .add(DeleteDatabaseMetadata.getDescriptor()) + .add(BulkDeleteDocumentsMetadata.getDescriptor()) .add(UpdateDatabaseMetadata.getDescriptor()) .add(Empty.getDescriptor()) .add(Index.getDescriptor()) @@ -449,6 +455,46 @@ public class HttpJsonFirestoreAdminStub extends FirestoreAdminStub { HttpJsonOperationSnapshot.create(response)) .build(); + private static final ApiMethodDescriptor + bulkDeleteDocumentsMethodDescriptor = + ApiMethodDescriptor.newBuilder() + .setFullMethodName("google.firestore.admin.v1.FirestoreAdmin/BulkDeleteDocuments") + .setHttpMethod("POST") + .setType(ApiMethodDescriptor.MethodType.UNARY) + .setRequestFormatter( + ProtoMessageRequestFormatter.newBuilder() + .setPath( + "/v1/{name=projects/*/databases/*}:bulkDeleteDocuments", + request -> { + Map fields = new HashMap<>(); + ProtoRestSerializer serializer = + ProtoRestSerializer.create(); + serializer.putPathParam(fields, "name", request.getName()); + return fields; + }) + .setQueryParamsExtractor( + request -> { + Map> fields = new HashMap<>(); + ProtoRestSerializer serializer = + ProtoRestSerializer.create(); + serializer.putQueryParam(fields, "$alt", "json;enum-encoding=int"); + return fields; + }) + .setRequestBodyExtractor( + request -> + ProtoRestSerializer.create() + .toBody("*", request.toBuilder().clearName().build(), true)) + .build()) + .setResponseParser( + ProtoMessageResponseParser.newBuilder() + .setDefaultInstance(Operation.getDefaultInstance()) + .setDefaultTypeRegistry(typeRegistry) + .build()) + .setOperationSnapshotFactory( + (BulkDeleteDocumentsRequest request, Operation response) -> + HttpJsonOperationSnapshot.create(response)) + .build(); + private static final ApiMethodDescriptor createDatabaseMethodDescriptor = ApiMethodDescriptor.newBuilder() @@ -546,6 +592,8 @@ public class HttpJsonFirestoreAdminStub extends FirestoreAdminStub { Map> fields = new HashMap<>(); ProtoRestSerializer serializer = ProtoRestSerializer.create(); + serializer.putQueryParam( + fields, "showDeleted", request.getShowDeleted()); serializer.putQueryParam(fields, "$alt", "json;enum-encoding=int"); return fields; }) @@ -980,6 +1028,10 @@ public class HttpJsonFirestoreAdminStub extends FirestoreAdminStub { private final UnaryCallable importDocumentsCallable; private final OperationCallable importDocumentsOperationCallable; + private final UnaryCallable bulkDeleteDocumentsCallable; + private final OperationCallable< + BulkDeleteDocumentsRequest, BulkDeleteDocumentsResponse, BulkDeleteDocumentsMetadata> + bulkDeleteDocumentsOperationCallable; private final UnaryCallable createDatabaseCallable; private final OperationCallable createDatabaseOperationCallable; @@ -1175,6 +1227,18 @@ protected HttpJsonFirestoreAdminStub( return builder.build(); }) .build(); + HttpJsonCallSettings + bulkDeleteDocumentsTransportSettings = + HttpJsonCallSettings.newBuilder() + .setMethodDescriptor(bulkDeleteDocumentsMethodDescriptor) + .setTypeRegistry(typeRegistry) + .setParamsExtractor( + request -> { + RequestParamsBuilder builder = RequestParamsBuilder.create(); + builder.add("name", String.valueOf(request.getName())); + return builder.build(); + }) + .build(); HttpJsonCallSettings createDatabaseTransportSettings = HttpJsonCallSettings.newBuilder() .setMethodDescriptor(createDatabaseMethodDescriptor) @@ -1395,6 +1459,17 @@ protected HttpJsonFirestoreAdminStub( settings.importDocumentsOperationSettings(), clientContext, httpJsonOperationsStub); + this.bulkDeleteDocumentsCallable = + callableFactory.createUnaryCallable( + bulkDeleteDocumentsTransportSettings, + settings.bulkDeleteDocumentsSettings(), + clientContext); + this.bulkDeleteDocumentsOperationCallable = + callableFactory.createOperationCallable( + bulkDeleteDocumentsTransportSettings, + settings.bulkDeleteDocumentsOperationSettings(), + clientContext, + httpJsonOperationsStub); this.createDatabaseCallable = callableFactory.createUnaryCallable( createDatabaseTransportSettings, settings.createDatabaseSettings(), clientContext); @@ -1488,6 +1563,7 @@ public static List getMethodDescriptors() { methodDescriptors.add(listFieldsMethodDescriptor); methodDescriptors.add(exportDocumentsMethodDescriptor); methodDescriptors.add(importDocumentsMethodDescriptor); + methodDescriptors.add(bulkDeleteDocumentsMethodDescriptor); methodDescriptors.add(createDatabaseMethodDescriptor); methodDescriptors.add(getDatabaseMethodDescriptor); methodDescriptors.add(listDatabasesMethodDescriptor); @@ -1588,6 +1664,18 @@ public UnaryCallable importDocumentsCallable( return importDocumentsOperationCallable; } + @Override + public UnaryCallable bulkDeleteDocumentsCallable() { + return bulkDeleteDocumentsCallable; + } + + @Override + public OperationCallable< + BulkDeleteDocumentsRequest, BulkDeleteDocumentsResponse, BulkDeleteDocumentsMetadata> + bulkDeleteDocumentsOperationCallable() { + return bulkDeleteDocumentsOperationCallable; + } + @Override public UnaryCallable createDatabaseCallable() { return createDatabaseCallable; diff --git a/google-cloud-firestore-admin/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json similarity index 97% rename from google-cloud-firestore-admin/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json index 4898cf2e6..dcc0dfa2e 100644 --- a/google-cloud-firestore-admin/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json +++ b/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json @@ -512,6 +512,60 @@ "allDeclaredClasses": true, "allPublicClasses": true }, + { + "name": "com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.admin.v1.BulkDeleteDocumentsRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.admin.v1.BulkDeleteDocumentsRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.admin.v1.BulkDeleteDocumentsResponse", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.admin.v1.BulkDeleteDocumentsResponse$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, { "name": "com.google.firestore.admin.v1.CreateBackupScheduleRequest", "queryAllDeclaredConstructors": true, diff --git a/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientHttpJsonTest.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientHttpJsonTest.java similarity index 95% rename from google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientHttpJsonTest.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientHttpJsonTest.java index dee30271d..d75b8166c 100644 --- a/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientHttpJsonTest.java +++ b/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientHttpJsonTest.java @@ -34,6 +34,7 @@ import com.google.firestore.admin.v1.BackupName; import com.google.firestore.admin.v1.BackupSchedule; import com.google.firestore.admin.v1.BackupScheduleName; +import com.google.firestore.admin.v1.BulkDeleteDocumentsResponse; import com.google.firestore.admin.v1.CollectionGroupName; import com.google.firestore.admin.v1.Database; import com.google.firestore.admin.v1.DatabaseName; @@ -931,6 +932,98 @@ public void importDocumentsExceptionTest2() throws Exception { } } + @Test + public void bulkDeleteDocumentsTest() throws Exception { + BulkDeleteDocumentsResponse expectedResponse = BulkDeleteDocumentsResponse.newBuilder().build(); + Operation resultOperation = + Operation.newBuilder() + .setName("bulkDeleteDocumentsTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockService.addResponse(resultOperation); + + DatabaseName name = DatabaseName.of("[PROJECT]", "[DATABASE]"); + + BulkDeleteDocumentsResponse actualResponse = client.bulkDeleteDocumentsAsync(name).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockService.getRequestPaths(); + Assert.assertEquals(1, actualRequests.size()); + + String apiClientHeaderKey = + mockService + .getRequestHeaders() + .get(ApiClientHeaderProvider.getDefaultApiClientHeaderKey()) + .iterator() + .next(); + Assert.assertTrue( + GaxHttpJsonProperties.getDefaultApiClientHeaderPattern() + .matcher(apiClientHeaderKey) + .matches()); + } + + @Test + public void bulkDeleteDocumentsExceptionTest() throws Exception { + ApiException exception = + ApiExceptionFactory.createException( + new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); + mockService.addException(exception); + + try { + DatabaseName name = DatabaseName.of("[PROJECT]", "[DATABASE]"); + client.bulkDeleteDocumentsAsync(name).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + } + } + + @Test + public void bulkDeleteDocumentsTest2() throws Exception { + BulkDeleteDocumentsResponse expectedResponse = BulkDeleteDocumentsResponse.newBuilder().build(); + Operation resultOperation = + Operation.newBuilder() + .setName("bulkDeleteDocumentsTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockService.addResponse(resultOperation); + + String name = "projects/project-2580/databases/database-2580"; + + BulkDeleteDocumentsResponse actualResponse = client.bulkDeleteDocumentsAsync(name).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockService.getRequestPaths(); + Assert.assertEquals(1, actualRequests.size()); + + String apiClientHeaderKey = + mockService + .getRequestHeaders() + .get(ApiClientHeaderProvider.getDefaultApiClientHeaderKey()) + .iterator() + .next(); + Assert.assertTrue( + GaxHttpJsonProperties.getDefaultApiClientHeaderPattern() + .matcher(apiClientHeaderKey) + .matches()); + } + + @Test + public void bulkDeleteDocumentsExceptionTest2() throws Exception { + ApiException exception = + ApiExceptionFactory.createException( + new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); + mockService.addException(exception); + + try { + String name = "projects/project-2580/databases/database-2580"; + client.bulkDeleteDocumentsAsync(name).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + } + } + @Test public void createDatabaseTest() throws Exception { Database expectedResponse = diff --git a/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientTest.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientTest.java similarity index 95% rename from google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientTest.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientTest.java index 5aebfcf41..6ef7b2470 100644 --- a/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientTest.java +++ b/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientTest.java @@ -32,6 +32,8 @@ import com.google.firestore.admin.v1.BackupName; import com.google.firestore.admin.v1.BackupSchedule; import com.google.firestore.admin.v1.BackupScheduleName; +import com.google.firestore.admin.v1.BulkDeleteDocumentsRequest; +import com.google.firestore.admin.v1.BulkDeleteDocumentsResponse; import com.google.firestore.admin.v1.CollectionGroupName; import com.google.firestore.admin.v1.CreateBackupScheduleRequest; import com.google.firestore.admin.v1.CreateDatabaseRequest; @@ -858,6 +860,92 @@ public void importDocumentsExceptionTest2() throws Exception { } } + @Test + public void bulkDeleteDocumentsTest() throws Exception { + BulkDeleteDocumentsResponse expectedResponse = BulkDeleteDocumentsResponse.newBuilder().build(); + Operation resultOperation = + Operation.newBuilder() + .setName("bulkDeleteDocumentsTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockFirestoreAdmin.addResponse(resultOperation); + + DatabaseName name = DatabaseName.of("[PROJECT]", "[DATABASE]"); + + BulkDeleteDocumentsResponse actualResponse = client.bulkDeleteDocumentsAsync(name).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockFirestoreAdmin.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + BulkDeleteDocumentsRequest actualRequest = ((BulkDeleteDocumentsRequest) actualRequests.get(0)); + + Assert.assertEquals(name.toString(), actualRequest.getName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void bulkDeleteDocumentsExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockFirestoreAdmin.addException(exception); + + try { + DatabaseName name = DatabaseName.of("[PROJECT]", "[DATABASE]"); + client.bulkDeleteDocumentsAsync(name).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void bulkDeleteDocumentsTest2() throws Exception { + BulkDeleteDocumentsResponse expectedResponse = BulkDeleteDocumentsResponse.newBuilder().build(); + Operation resultOperation = + Operation.newBuilder() + .setName("bulkDeleteDocumentsTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockFirestoreAdmin.addResponse(resultOperation); + + String name = "name3373707"; + + BulkDeleteDocumentsResponse actualResponse = client.bulkDeleteDocumentsAsync(name).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockFirestoreAdmin.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + BulkDeleteDocumentsRequest actualRequest = ((BulkDeleteDocumentsRequest) actualRequests.get(0)); + + Assert.assertEquals(name, actualRequest.getName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void bulkDeleteDocumentsExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockFirestoreAdmin.addException(exception); + + try { + String name = "name3373707"; + client.bulkDeleteDocumentsAsync(name).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + @Test public void createDatabaseTest() throws Exception { Database expectedResponse = diff --git a/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdmin.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdmin.java similarity index 100% rename from google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdmin.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdmin.java diff --git a/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdminImpl.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdminImpl.java similarity index 96% rename from google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdminImpl.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdminImpl.java index 02c02f8af..2b3171d8f 100644 --- a/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdminImpl.java +++ b/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdminImpl.java @@ -19,6 +19,7 @@ import com.google.api.core.BetaApi; import com.google.firestore.admin.v1.Backup; import com.google.firestore.admin.v1.BackupSchedule; +import com.google.firestore.admin.v1.BulkDeleteDocumentsRequest; import com.google.firestore.admin.v1.CreateBackupScheduleRequest; import com.google.firestore.admin.v1.CreateDatabaseRequest; import com.google.firestore.admin.v1.CreateIndexRequest; @@ -277,6 +278,27 @@ public void importDocuments( } } + @Override + public void bulkDeleteDocuments( + BulkDeleteDocumentsRequest request, StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof Operation) { + requests.add(request); + responseObserver.onNext(((Operation) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method BulkDeleteDocuments, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + Operation.class.getName(), + Exception.class.getName()))); + } + } + @Override public void createDatabase( CreateDatabaseRequest request, StreamObserver responseObserver) { diff --git a/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocations.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocations.java similarity index 100% rename from google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocations.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocations.java diff --git a/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java b/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java similarity index 100% rename from google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java rename to owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java diff --git a/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreClient.java b/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreClient.java similarity index 100% rename from google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreClient.java rename to owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreClient.java diff --git a/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreSettings.java b/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreSettings.java similarity index 99% rename from google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreSettings.java rename to owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreSettings.java index cd14ac440..c738f18eb 100644 --- a/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreSettings.java +++ b/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreSettings.java @@ -32,6 +32,7 @@ import com.google.api.gax.rpc.PagedCallSettings; import com.google.api.gax.rpc.ServerStreamingCallSettings; import com.google.api.gax.rpc.StreamingCallSettings; +import com.google.api.gax.rpc.StubSettings; import com.google.api.gax.rpc.TransportChannelProvider; import com.google.api.gax.rpc.UnaryCallSettings; import com.google.cloud.firestore.v1.stub.FirestoreStubSettings; diff --git a/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json b/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json similarity index 100% rename from google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json rename to owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json diff --git a/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/package-info.java b/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/package-info.java similarity index 100% rename from google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/package-info.java rename to owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/package-info.java diff --git a/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStub.java b/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStub.java similarity index 100% rename from google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStub.java rename to owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStub.java diff --git a/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStubSettings.java b/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStubSettings.java similarity index 100% rename from google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStubSettings.java rename to owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStubSettings.java diff --git a/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreCallableFactory.java b/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreCallableFactory.java similarity index 100% rename from google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreCallableFactory.java rename to owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreCallableFactory.java diff --git a/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreStub.java b/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreStub.java similarity index 99% rename from google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreStub.java rename to owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreStub.java index a92d4a5e5..4bd127119 100644 --- a/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreStub.java +++ b/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreStub.java @@ -62,6 +62,7 @@ import io.grpc.MethodDescriptor; import io.grpc.protobuf.ProtoUtils; import java.io.IOException; +import java.util.Map; import java.util.concurrent.TimeUnit; import javax.annotation.Generated; diff --git a/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreCallableFactory.java b/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreCallableFactory.java similarity index 100% rename from google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreCallableFactory.java rename to owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreCallableFactory.java diff --git a/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreStub.java b/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreStub.java similarity index 100% rename from google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreStub.java rename to owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreStub.java diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json b/owl-bot-staging/v1/google-cloud-firestore/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json new file mode 100644 index 000000000..6d979acf6 --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-firestore/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json @@ -0,0 +1,2855 @@ +[ + { + "name": "com.google.api.ClientLibraryDestination", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.ClientLibraryOrganization", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.ClientLibrarySettings", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.ClientLibrarySettings$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.CommonLanguageSettings", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.CommonLanguageSettings$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.CppSettings", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.CppSettings$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.CustomHttpPattern", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.CustomHttpPattern$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.DotnetSettings", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.DotnetSettings$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.FieldBehavior", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.GoSettings", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.GoSettings$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.Http", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.Http$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.HttpRule", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.HttpRule$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.JavaSettings", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.JavaSettings$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.LaunchStage", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.MethodSettings", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.MethodSettings$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.MethodSettings$LongRunning", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.MethodSettings$LongRunning$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.NodeSettings", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.NodeSettings$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.PhpSettings", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.PhpSettings$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.Publishing", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.Publishing$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.PythonSettings", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.PythonSettings$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.ResourceDescriptor", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.ResourceDescriptor$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.ResourceDescriptor$History", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.ResourceDescriptor$Style", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.ResourceReference", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.ResourceReference$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.RubySettings", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.api.RubySettings$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.cloud.location.GetLocationRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.cloud.location.GetLocationRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.cloud.location.ListLocationsRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.cloud.location.ListLocationsRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.cloud.location.ListLocationsResponse", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.cloud.location.ListLocationsResponse$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.cloud.location.Location", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.cloud.location.Location$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.AggregationResult", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.AggregationResult$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ArrayValue", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ArrayValue$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BatchGetDocumentsRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BatchGetDocumentsRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BatchGetDocumentsResponse", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BatchGetDocumentsResponse$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BatchWriteRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BatchWriteRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BatchWriteResponse", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BatchWriteResponse$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BeginTransactionRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BeginTransactionRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BeginTransactionResponse", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BeginTransactionResponse$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BitSequence", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BitSequence$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BloomFilter", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.BloomFilter$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.CommitRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.CommitRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.CommitResponse", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.CommitResponse$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.CreateDocumentRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.CreateDocumentRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Cursor", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Cursor$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DeleteDocumentRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DeleteDocumentRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Document", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Document$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DocumentChange", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DocumentChange$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DocumentDelete", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DocumentDelete$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DocumentMask", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DocumentMask$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DocumentRemove", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DocumentRemove$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DocumentTransform", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DocumentTransform$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DocumentTransform$FieldTransform", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DocumentTransform$FieldTransform$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.DocumentTransform$FieldTransform$ServerValue", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ExecutionStats", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ExecutionStats$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ExistenceFilter", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ExistenceFilter$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ExplainMetrics", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ExplainMetrics$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ExplainOptions", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ExplainOptions$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.GetDocumentRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.GetDocumentRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ListCollectionIdsRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ListCollectionIdsRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ListCollectionIdsResponse", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ListCollectionIdsResponse$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ListDocumentsRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ListDocumentsRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ListDocumentsResponse", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ListDocumentsResponse$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ListenRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ListenRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ListenResponse", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.ListenResponse$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.MapValue", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.MapValue$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.PartitionQueryRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.PartitionQueryRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.PartitionQueryResponse", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.PartitionQueryResponse$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.PlanSummary", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.PlanSummary$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Precondition", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Precondition$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.RollbackRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.RollbackRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.RunAggregationQueryRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.RunAggregationQueryRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.RunAggregationQueryResponse", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.RunAggregationQueryResponse$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.RunQueryRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.RunQueryRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.RunQueryResponse", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.RunQueryResponse$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredAggregationQuery", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation$Avg", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation$Avg$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation$Count", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation$Count$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation$Sum", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation$Sum$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredAggregationQuery$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$CollectionSelector", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$CollectionSelector$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$CompositeFilter", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$CompositeFilter$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$CompositeFilter$Operator", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$Direction", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$FieldFilter", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$FieldFilter$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$FieldFilter$Operator", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$FieldReference", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$FieldReference$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$Filter", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$Filter$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$FindNearest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$FindNearest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$FindNearest$DistanceMeasure", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$Order", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$Order$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$Projection", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$Projection$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$UnaryFilter", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$UnaryFilter$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.StructuredQuery$UnaryFilter$Operator", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Target", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Target$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Target$DocumentsTarget", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Target$DocumentsTarget$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Target$QueryTarget", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Target$QueryTarget$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.TargetChange", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.TargetChange$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.TargetChange$TargetChangeType", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.TransactionOptions", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.TransactionOptions$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.TransactionOptions$ReadOnly", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.TransactionOptions$ReadOnly$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.TransactionOptions$ReadWrite", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.TransactionOptions$ReadWrite$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.UpdateDocumentRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.UpdateDocumentRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Value", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Value$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Write", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.Write$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.WriteRequest", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.WriteRequest$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.WriteResponse", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.WriteResponse$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.WriteResult", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.firestore.v1.WriteResult$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Any", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Any$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.BoolValue", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.BoolValue$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.BytesValue", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.BytesValue$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$DescriptorProto", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$Edition", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$EnumDescriptorProto", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$EnumOptions", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$EnumOptions$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$EnumValueOptions", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Declaration", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Declaration$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$VerificationState", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FeatureSet", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FeatureSet$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FeatureSet$EnumType", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FeatureSet$FieldPresence", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FeatureSet$JsonFormat", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FeatureSet$MessageEncoding", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FeatureSet$RepeatedFieldEncoding", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FeatureSet$Utf8Validation", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults$FeatureSetEditionDefault", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults$FeatureSetEditionDefault$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FieldDescriptorProto", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FieldOptions", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FieldOptions$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FieldOptions$CType", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FieldOptions$EditionDefault", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FieldOptions$EditionDefault$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FieldOptions$JSType", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FieldOptions$OptionRetention", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FieldOptions$OptionTargetType", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FileDescriptorProto", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FileDescriptorSet", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FileOptions", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FileOptions$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Semantic", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$MessageOptions", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$MessageOptions$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$MethodDescriptorProto", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$MethodOptions", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$MethodOptions$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$OneofDescriptorProto", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$OneofOptions", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$OneofOptions$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$ServiceDescriptorProto", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$ServiceOptions", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$ServiceOptions$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$SourceCodeInfo", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$UninterpretedOption", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DoubleValue", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.DoubleValue$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Duration", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Duration$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Empty", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Empty$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.FloatValue", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.FloatValue$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Int32Value", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Int32Value$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Int64Value", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Int64Value$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.ListValue", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.ListValue$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.NullValue", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.StringValue", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.StringValue$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Struct", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Struct$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Timestamp", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Timestamp$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.UInt32Value", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.UInt32Value$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.UInt64Value", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.UInt64Value$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Value", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.protobuf.Value$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.rpc.Status", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.rpc.Status$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.type.LatLng", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.type.LatLng$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + } +] \ No newline at end of file diff --git a/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientHttpJsonTest.java b/owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientHttpJsonTest.java similarity index 100% rename from google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientHttpJsonTest.java rename to owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientHttpJsonTest.java diff --git a/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientTest.java b/owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientTest.java similarity index 100% rename from google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientTest.java rename to owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientTest.java diff --git a/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestore.java b/owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestore.java similarity index 100% rename from google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestore.java rename to owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestore.java diff --git a/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestoreImpl.java b/owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestoreImpl.java similarity index 100% rename from google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestoreImpl.java rename to owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestoreImpl.java diff --git a/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocations.java b/owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocations.java similarity index 100% rename from google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocations.java rename to owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocations.java diff --git a/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java b/owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java similarity index 100% rename from google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java rename to owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java diff --git a/grpc-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java b/owl-bot-staging/v1/grpc-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java similarity index 50% rename from grpc-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java rename to owl-bot-staging/v1/grpc-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java index 69add7236..fcd8ff796 100644 --- a/grpc-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java +++ b/owl-bot-staging/v1/grpc-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java @@ -1,25 +1,8 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package com.google.firestore.admin.v1; import static io.grpc.MethodDescriptor.generateFullMethodName; /** - * - * *

  * The Cloud Firestore Admin API.
  * This API provides several administrative services for Cloud Firestore.
@@ -54,1071 +37,795 @@ private FirestoreAdminGrpc() {}
   public static final java.lang.String SERVICE_NAME = "google.firestore.admin.v1.FirestoreAdmin";
 
   // Static method descriptors that strictly reflect the proto.
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.CreateIndexRequest, com.google.longrunning.Operation>
-      getCreateIndexMethod;
+  private static volatile io.grpc.MethodDescriptor getCreateIndexMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "CreateIndex",
       requestType = com.google.firestore.admin.v1.CreateIndexRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.CreateIndexRequest, com.google.longrunning.Operation>
-      getCreateIndexMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.CreateIndexRequest, com.google.longrunning.Operation>
-        getCreateIndexMethod;
+  public static io.grpc.MethodDescriptor getCreateIndexMethod() {
+    io.grpc.MethodDescriptor getCreateIndexMethod;
     if ((getCreateIndexMethod = FirestoreAdminGrpc.getCreateIndexMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getCreateIndexMethod = FirestoreAdminGrpc.getCreateIndexMethod) == null) {
-          FirestoreAdminGrpc.getCreateIndexMethod =
-              getCreateIndexMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateIndex"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.CreateIndexRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("CreateIndex"))
-                      .build();
+          FirestoreAdminGrpc.getCreateIndexMethod = getCreateIndexMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateIndex"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.CreateIndexRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("CreateIndex"))
+              .build();
         }
       }
     }
     return getCreateIndexMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.ListIndexesRequest,
-          com.google.firestore.admin.v1.ListIndexesResponse>
-      getListIndexesMethod;
+  private static volatile io.grpc.MethodDescriptor getListIndexesMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListIndexes",
       requestType = com.google.firestore.admin.v1.ListIndexesRequest.class,
       responseType = com.google.firestore.admin.v1.ListIndexesResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.ListIndexesRequest,
-          com.google.firestore.admin.v1.ListIndexesResponse>
-      getListIndexesMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.ListIndexesRequest,
-            com.google.firestore.admin.v1.ListIndexesResponse>
-        getListIndexesMethod;
+  public static io.grpc.MethodDescriptor getListIndexesMethod() {
+    io.grpc.MethodDescriptor getListIndexesMethod;
     if ((getListIndexesMethod = FirestoreAdminGrpc.getListIndexesMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getListIndexesMethod = FirestoreAdminGrpc.getListIndexesMethod) == null) {
-          FirestoreAdminGrpc.getListIndexesMethod =
-              getListIndexesMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListIndexes"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.ListIndexesRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.ListIndexesResponse
-                                  .getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("ListIndexes"))
-                      .build();
+          FirestoreAdminGrpc.getListIndexesMethod = getListIndexesMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListIndexes"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.ListIndexesRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.ListIndexesResponse.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ListIndexes"))
+              .build();
         }
       }
     }
     return getListIndexesMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.GetIndexRequest, com.google.firestore.admin.v1.Index>
-      getGetIndexMethod;
+  private static volatile io.grpc.MethodDescriptor getGetIndexMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetIndex",
       requestType = com.google.firestore.admin.v1.GetIndexRequest.class,
       responseType = com.google.firestore.admin.v1.Index.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.GetIndexRequest, com.google.firestore.admin.v1.Index>
-      getGetIndexMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.GetIndexRequest, com.google.firestore.admin.v1.Index>
-        getGetIndexMethod;
+  public static io.grpc.MethodDescriptor getGetIndexMethod() {
+    io.grpc.MethodDescriptor getGetIndexMethod;
     if ((getGetIndexMethod = FirestoreAdminGrpc.getGetIndexMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getGetIndexMethod = FirestoreAdminGrpc.getGetIndexMethod) == null) {
-          FirestoreAdminGrpc.getGetIndexMethod =
-              getGetIndexMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetIndex"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.GetIndexRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.Index.getDefaultInstance()))
-                      .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetIndex"))
-                      .build();
+          FirestoreAdminGrpc.getGetIndexMethod = getGetIndexMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetIndex"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.GetIndexRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.Index.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetIndex"))
+              .build();
         }
       }
     }
     return getGetIndexMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.DeleteIndexRequest, com.google.protobuf.Empty>
-      getDeleteIndexMethod;
+  private static volatile io.grpc.MethodDescriptor getDeleteIndexMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "DeleteIndex",
       requestType = com.google.firestore.admin.v1.DeleteIndexRequest.class,
       responseType = com.google.protobuf.Empty.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.DeleteIndexRequest, com.google.protobuf.Empty>
-      getDeleteIndexMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.DeleteIndexRequest, com.google.protobuf.Empty>
-        getDeleteIndexMethod;
+  public static io.grpc.MethodDescriptor getDeleteIndexMethod() {
+    io.grpc.MethodDescriptor getDeleteIndexMethod;
     if ((getDeleteIndexMethod = FirestoreAdminGrpc.getDeleteIndexMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getDeleteIndexMethod = FirestoreAdminGrpc.getDeleteIndexMethod) == null) {
-          FirestoreAdminGrpc.getDeleteIndexMethod =
-              getDeleteIndexMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteIndex"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.DeleteIndexRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.protobuf.Empty.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("DeleteIndex"))
-                      .build();
+          FirestoreAdminGrpc.getDeleteIndexMethod = getDeleteIndexMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteIndex"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.DeleteIndexRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.protobuf.Empty.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("DeleteIndex"))
+              .build();
         }
       }
     }
     return getDeleteIndexMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.GetFieldRequest, com.google.firestore.admin.v1.Field>
-      getGetFieldMethod;
+  private static volatile io.grpc.MethodDescriptor getGetFieldMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetField",
       requestType = com.google.firestore.admin.v1.GetFieldRequest.class,
       responseType = com.google.firestore.admin.v1.Field.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.GetFieldRequest, com.google.firestore.admin.v1.Field>
-      getGetFieldMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.GetFieldRequest, com.google.firestore.admin.v1.Field>
-        getGetFieldMethod;
+  public static io.grpc.MethodDescriptor getGetFieldMethod() {
+    io.grpc.MethodDescriptor getGetFieldMethod;
     if ((getGetFieldMethod = FirestoreAdminGrpc.getGetFieldMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getGetFieldMethod = FirestoreAdminGrpc.getGetFieldMethod) == null) {
-          FirestoreAdminGrpc.getGetFieldMethod =
-              getGetFieldMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetField"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.GetFieldRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.Field.getDefaultInstance()))
-                      .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetField"))
-                      .build();
+          FirestoreAdminGrpc.getGetFieldMethod = getGetFieldMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetField"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.GetFieldRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.Field.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetField"))
+              .build();
         }
       }
     }
     return getGetFieldMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.UpdateFieldRequest, com.google.longrunning.Operation>
-      getUpdateFieldMethod;
+  private static volatile io.grpc.MethodDescriptor getUpdateFieldMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "UpdateField",
       requestType = com.google.firestore.admin.v1.UpdateFieldRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.UpdateFieldRequest, com.google.longrunning.Operation>
-      getUpdateFieldMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.UpdateFieldRequest, com.google.longrunning.Operation>
-        getUpdateFieldMethod;
+  public static io.grpc.MethodDescriptor getUpdateFieldMethod() {
+    io.grpc.MethodDescriptor getUpdateFieldMethod;
     if ((getUpdateFieldMethod = FirestoreAdminGrpc.getUpdateFieldMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getUpdateFieldMethod = FirestoreAdminGrpc.getUpdateFieldMethod) == null) {
-          FirestoreAdminGrpc.getUpdateFieldMethod =
-              getUpdateFieldMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateField"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.UpdateFieldRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("UpdateField"))
-                      .build();
+          FirestoreAdminGrpc.getUpdateFieldMethod = getUpdateFieldMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateField"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.UpdateFieldRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("UpdateField"))
+              .build();
         }
       }
     }
     return getUpdateFieldMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.ListFieldsRequest,
-          com.google.firestore.admin.v1.ListFieldsResponse>
-      getListFieldsMethod;
+  private static volatile io.grpc.MethodDescriptor getListFieldsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListFields",
       requestType = com.google.firestore.admin.v1.ListFieldsRequest.class,
       responseType = com.google.firestore.admin.v1.ListFieldsResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.ListFieldsRequest,
-          com.google.firestore.admin.v1.ListFieldsResponse>
-      getListFieldsMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.ListFieldsRequest,
-            com.google.firestore.admin.v1.ListFieldsResponse>
-        getListFieldsMethod;
+  public static io.grpc.MethodDescriptor getListFieldsMethod() {
+    io.grpc.MethodDescriptor getListFieldsMethod;
     if ((getListFieldsMethod = FirestoreAdminGrpc.getListFieldsMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getListFieldsMethod = FirestoreAdminGrpc.getListFieldsMethod) == null) {
-          FirestoreAdminGrpc.getListFieldsMethod =
-              getListFieldsMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListFields"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.ListFieldsRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.ListFieldsResponse
-                                  .getDefaultInstance()))
-                      .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ListFields"))
-                      .build();
+          FirestoreAdminGrpc.getListFieldsMethod = getListFieldsMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListFields"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.ListFieldsRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.ListFieldsResponse.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ListFields"))
+              .build();
         }
       }
     }
     return getListFieldsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.ExportDocumentsRequest, com.google.longrunning.Operation>
-      getExportDocumentsMethod;
+  private static volatile io.grpc.MethodDescriptor getExportDocumentsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ExportDocuments",
       requestType = com.google.firestore.admin.v1.ExportDocumentsRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.ExportDocumentsRequest, com.google.longrunning.Operation>
-      getExportDocumentsMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.ExportDocumentsRequest, com.google.longrunning.Operation>
-        getExportDocumentsMethod;
+  public static io.grpc.MethodDescriptor getExportDocumentsMethod() {
+    io.grpc.MethodDescriptor getExportDocumentsMethod;
     if ((getExportDocumentsMethod = FirestoreAdminGrpc.getExportDocumentsMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getExportDocumentsMethod = FirestoreAdminGrpc.getExportDocumentsMethod) == null) {
-          FirestoreAdminGrpc.getExportDocumentsMethod =
-              getExportDocumentsMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ExportDocuments"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.ExportDocumentsRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("ExportDocuments"))
-                      .build();
+          FirestoreAdminGrpc.getExportDocumentsMethod = getExportDocumentsMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ExportDocuments"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.ExportDocumentsRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ExportDocuments"))
+              .build();
         }
       }
     }
     return getExportDocumentsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.ImportDocumentsRequest, com.google.longrunning.Operation>
-      getImportDocumentsMethod;
+  private static volatile io.grpc.MethodDescriptor getImportDocumentsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ImportDocuments",
       requestType = com.google.firestore.admin.v1.ImportDocumentsRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.ImportDocumentsRequest, com.google.longrunning.Operation>
-      getImportDocumentsMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.ImportDocumentsRequest, com.google.longrunning.Operation>
-        getImportDocumentsMethod;
+  public static io.grpc.MethodDescriptor getImportDocumentsMethod() {
+    io.grpc.MethodDescriptor getImportDocumentsMethod;
     if ((getImportDocumentsMethod = FirestoreAdminGrpc.getImportDocumentsMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getImportDocumentsMethod = FirestoreAdminGrpc.getImportDocumentsMethod) == null) {
-          FirestoreAdminGrpc.getImportDocumentsMethod =
-              getImportDocumentsMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ImportDocuments"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.ImportDocumentsRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("ImportDocuments"))
-                      .build();
+          FirestoreAdminGrpc.getImportDocumentsMethod = getImportDocumentsMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ImportDocuments"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.ImportDocumentsRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ImportDocuments"))
+              .build();
         }
       }
     }
     return getImportDocumentsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.CreateDatabaseRequest, com.google.longrunning.Operation>
-      getCreateDatabaseMethod;
+  private static volatile io.grpc.MethodDescriptor getBulkDeleteDocumentsMethod;
+
+  @io.grpc.stub.annotations.RpcMethod(
+      fullMethodName = SERVICE_NAME + '/' + "BulkDeleteDocuments",
+      requestType = com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.class,
+      responseType = com.google.longrunning.Operation.class,
+      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
+  public static io.grpc.MethodDescriptor getBulkDeleteDocumentsMethod() {
+    io.grpc.MethodDescriptor getBulkDeleteDocumentsMethod;
+    if ((getBulkDeleteDocumentsMethod = FirestoreAdminGrpc.getBulkDeleteDocumentsMethod) == null) {
+      synchronized (FirestoreAdminGrpc.class) {
+        if ((getBulkDeleteDocumentsMethod = FirestoreAdminGrpc.getBulkDeleteDocumentsMethod) == null) {
+          FirestoreAdminGrpc.getBulkDeleteDocumentsMethod = getBulkDeleteDocumentsMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BulkDeleteDocuments"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("BulkDeleteDocuments"))
+              .build();
+        }
+      }
+    }
+    return getBulkDeleteDocumentsMethod;
+  }
+
+  private static volatile io.grpc.MethodDescriptor getCreateDatabaseMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "CreateDatabase",
       requestType = com.google.firestore.admin.v1.CreateDatabaseRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.CreateDatabaseRequest, com.google.longrunning.Operation>
-      getCreateDatabaseMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.CreateDatabaseRequest, com.google.longrunning.Operation>
-        getCreateDatabaseMethod;
+  public static io.grpc.MethodDescriptor getCreateDatabaseMethod() {
+    io.grpc.MethodDescriptor getCreateDatabaseMethod;
     if ((getCreateDatabaseMethod = FirestoreAdminGrpc.getCreateDatabaseMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getCreateDatabaseMethod = FirestoreAdminGrpc.getCreateDatabaseMethod) == null) {
-          FirestoreAdminGrpc.getCreateDatabaseMethod =
-              getCreateDatabaseMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateDatabase"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.CreateDatabaseRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("CreateDatabase"))
-                      .build();
+          FirestoreAdminGrpc.getCreateDatabaseMethod = getCreateDatabaseMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateDatabase"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.CreateDatabaseRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("CreateDatabase"))
+              .build();
         }
       }
     }
     return getCreateDatabaseMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.GetDatabaseRequest, com.google.firestore.admin.v1.Database>
-      getGetDatabaseMethod;
+  private static volatile io.grpc.MethodDescriptor getGetDatabaseMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetDatabase",
       requestType = com.google.firestore.admin.v1.GetDatabaseRequest.class,
       responseType = com.google.firestore.admin.v1.Database.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.GetDatabaseRequest, com.google.firestore.admin.v1.Database>
-      getGetDatabaseMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.GetDatabaseRequest,
-            com.google.firestore.admin.v1.Database>
-        getGetDatabaseMethod;
+  public static io.grpc.MethodDescriptor getGetDatabaseMethod() {
+    io.grpc.MethodDescriptor getGetDatabaseMethod;
     if ((getGetDatabaseMethod = FirestoreAdminGrpc.getGetDatabaseMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getGetDatabaseMethod = FirestoreAdminGrpc.getGetDatabaseMethod) == null) {
-          FirestoreAdminGrpc.getGetDatabaseMethod =
-              getGetDatabaseMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetDatabase"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.GetDatabaseRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.Database.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("GetDatabase"))
-                      .build();
+          FirestoreAdminGrpc.getGetDatabaseMethod = getGetDatabaseMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetDatabase"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.GetDatabaseRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.Database.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetDatabase"))
+              .build();
         }
       }
     }
     return getGetDatabaseMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.ListDatabasesRequest,
-          com.google.firestore.admin.v1.ListDatabasesResponse>
-      getListDatabasesMethod;
+  private static volatile io.grpc.MethodDescriptor getListDatabasesMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListDatabases",
       requestType = com.google.firestore.admin.v1.ListDatabasesRequest.class,
       responseType = com.google.firestore.admin.v1.ListDatabasesResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.ListDatabasesRequest,
-          com.google.firestore.admin.v1.ListDatabasesResponse>
-      getListDatabasesMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.ListDatabasesRequest,
-            com.google.firestore.admin.v1.ListDatabasesResponse>
-        getListDatabasesMethod;
+  public static io.grpc.MethodDescriptor getListDatabasesMethod() {
+    io.grpc.MethodDescriptor getListDatabasesMethod;
     if ((getListDatabasesMethod = FirestoreAdminGrpc.getListDatabasesMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getListDatabasesMethod = FirestoreAdminGrpc.getListDatabasesMethod) == null) {
-          FirestoreAdminGrpc.getListDatabasesMethod =
-              getListDatabasesMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListDatabases"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.ListDatabasesRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.ListDatabasesResponse
-                                  .getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("ListDatabases"))
-                      .build();
+          FirestoreAdminGrpc.getListDatabasesMethod = getListDatabasesMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListDatabases"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.ListDatabasesRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.ListDatabasesResponse.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ListDatabases"))
+              .build();
         }
       }
     }
     return getListDatabasesMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.UpdateDatabaseRequest, com.google.longrunning.Operation>
-      getUpdateDatabaseMethod;
+  private static volatile io.grpc.MethodDescriptor getUpdateDatabaseMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "UpdateDatabase",
       requestType = com.google.firestore.admin.v1.UpdateDatabaseRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.UpdateDatabaseRequest, com.google.longrunning.Operation>
-      getUpdateDatabaseMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.UpdateDatabaseRequest, com.google.longrunning.Operation>
-        getUpdateDatabaseMethod;
+  public static io.grpc.MethodDescriptor getUpdateDatabaseMethod() {
+    io.grpc.MethodDescriptor getUpdateDatabaseMethod;
     if ((getUpdateDatabaseMethod = FirestoreAdminGrpc.getUpdateDatabaseMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getUpdateDatabaseMethod = FirestoreAdminGrpc.getUpdateDatabaseMethod) == null) {
-          FirestoreAdminGrpc.getUpdateDatabaseMethod =
-              getUpdateDatabaseMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateDatabase"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.UpdateDatabaseRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("UpdateDatabase"))
-                      .build();
+          FirestoreAdminGrpc.getUpdateDatabaseMethod = getUpdateDatabaseMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateDatabase"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.UpdateDatabaseRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("UpdateDatabase"))
+              .build();
         }
       }
     }
     return getUpdateDatabaseMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.DeleteDatabaseRequest, com.google.longrunning.Operation>
-      getDeleteDatabaseMethod;
+  private static volatile io.grpc.MethodDescriptor getDeleteDatabaseMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "DeleteDatabase",
       requestType = com.google.firestore.admin.v1.DeleteDatabaseRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.DeleteDatabaseRequest, com.google.longrunning.Operation>
-      getDeleteDatabaseMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.DeleteDatabaseRequest, com.google.longrunning.Operation>
-        getDeleteDatabaseMethod;
+  public static io.grpc.MethodDescriptor getDeleteDatabaseMethod() {
+    io.grpc.MethodDescriptor getDeleteDatabaseMethod;
     if ((getDeleteDatabaseMethod = FirestoreAdminGrpc.getDeleteDatabaseMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getDeleteDatabaseMethod = FirestoreAdminGrpc.getDeleteDatabaseMethod) == null) {
-          FirestoreAdminGrpc.getDeleteDatabaseMethod =
-              getDeleteDatabaseMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteDatabase"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.DeleteDatabaseRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("DeleteDatabase"))
-                      .build();
+          FirestoreAdminGrpc.getDeleteDatabaseMethod = getDeleteDatabaseMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteDatabase"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.DeleteDatabaseRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("DeleteDatabase"))
+              .build();
         }
       }
     }
     return getDeleteDatabaseMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.GetBackupRequest, com.google.firestore.admin.v1.Backup>
-      getGetBackupMethod;
+  private static volatile io.grpc.MethodDescriptor getGetBackupMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetBackup",
       requestType = com.google.firestore.admin.v1.GetBackupRequest.class,
       responseType = com.google.firestore.admin.v1.Backup.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.GetBackupRequest, com.google.firestore.admin.v1.Backup>
-      getGetBackupMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.GetBackupRequest, com.google.firestore.admin.v1.Backup>
-        getGetBackupMethod;
+  public static io.grpc.MethodDescriptor getGetBackupMethod() {
+    io.grpc.MethodDescriptor getGetBackupMethod;
     if ((getGetBackupMethod = FirestoreAdminGrpc.getGetBackupMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getGetBackupMethod = FirestoreAdminGrpc.getGetBackupMethod) == null) {
-          FirestoreAdminGrpc.getGetBackupMethod =
-              getGetBackupMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBackup"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.GetBackupRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.Backup.getDefaultInstance()))
-                      .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetBackup"))
-                      .build();
+          FirestoreAdminGrpc.getGetBackupMethod = getGetBackupMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBackup"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.GetBackupRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.Backup.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetBackup"))
+              .build();
         }
       }
     }
     return getGetBackupMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.ListBackupsRequest,
-          com.google.firestore.admin.v1.ListBackupsResponse>
-      getListBackupsMethod;
+  private static volatile io.grpc.MethodDescriptor getListBackupsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListBackups",
       requestType = com.google.firestore.admin.v1.ListBackupsRequest.class,
       responseType = com.google.firestore.admin.v1.ListBackupsResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.ListBackupsRequest,
-          com.google.firestore.admin.v1.ListBackupsResponse>
-      getListBackupsMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.ListBackupsRequest,
-            com.google.firestore.admin.v1.ListBackupsResponse>
-        getListBackupsMethod;
+  public static io.grpc.MethodDescriptor getListBackupsMethod() {
+    io.grpc.MethodDescriptor getListBackupsMethod;
     if ((getListBackupsMethod = FirestoreAdminGrpc.getListBackupsMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getListBackupsMethod = FirestoreAdminGrpc.getListBackupsMethod) == null) {
-          FirestoreAdminGrpc.getListBackupsMethod =
-              getListBackupsMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListBackups"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.ListBackupsRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.ListBackupsResponse
-                                  .getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("ListBackups"))
-                      .build();
+          FirestoreAdminGrpc.getListBackupsMethod = getListBackupsMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListBackups"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.ListBackupsRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.ListBackupsResponse.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ListBackups"))
+              .build();
         }
       }
     }
     return getListBackupsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.DeleteBackupRequest, com.google.protobuf.Empty>
-      getDeleteBackupMethod;
+  private static volatile io.grpc.MethodDescriptor getDeleteBackupMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "DeleteBackup",
       requestType = com.google.firestore.admin.v1.DeleteBackupRequest.class,
       responseType = com.google.protobuf.Empty.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.DeleteBackupRequest, com.google.protobuf.Empty>
-      getDeleteBackupMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.DeleteBackupRequest, com.google.protobuf.Empty>
-        getDeleteBackupMethod;
+  public static io.grpc.MethodDescriptor getDeleteBackupMethod() {
+    io.grpc.MethodDescriptor getDeleteBackupMethod;
     if ((getDeleteBackupMethod = FirestoreAdminGrpc.getDeleteBackupMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getDeleteBackupMethod = FirestoreAdminGrpc.getDeleteBackupMethod) == null) {
-          FirestoreAdminGrpc.getDeleteBackupMethod =
-              getDeleteBackupMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteBackup"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.DeleteBackupRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.protobuf.Empty.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("DeleteBackup"))
-                      .build();
+          FirestoreAdminGrpc.getDeleteBackupMethod = getDeleteBackupMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteBackup"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.DeleteBackupRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.protobuf.Empty.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("DeleteBackup"))
+              .build();
         }
       }
     }
     return getDeleteBackupMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.RestoreDatabaseRequest, com.google.longrunning.Operation>
-      getRestoreDatabaseMethod;
+  private static volatile io.grpc.MethodDescriptor getRestoreDatabaseMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "RestoreDatabase",
       requestType = com.google.firestore.admin.v1.RestoreDatabaseRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.RestoreDatabaseRequest, com.google.longrunning.Operation>
-      getRestoreDatabaseMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.RestoreDatabaseRequest, com.google.longrunning.Operation>
-        getRestoreDatabaseMethod;
+  public static io.grpc.MethodDescriptor getRestoreDatabaseMethod() {
+    io.grpc.MethodDescriptor getRestoreDatabaseMethod;
     if ((getRestoreDatabaseMethod = FirestoreAdminGrpc.getRestoreDatabaseMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getRestoreDatabaseMethod = FirestoreAdminGrpc.getRestoreDatabaseMethod) == null) {
-          FirestoreAdminGrpc.getRestoreDatabaseMethod =
-              getRestoreDatabaseMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RestoreDatabase"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.RestoreDatabaseRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("RestoreDatabase"))
-                      .build();
+          FirestoreAdminGrpc.getRestoreDatabaseMethod = getRestoreDatabaseMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RestoreDatabase"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.RestoreDatabaseRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("RestoreDatabase"))
+              .build();
         }
       }
     }
     return getRestoreDatabaseMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.CreateBackupScheduleRequest,
-          com.google.firestore.admin.v1.BackupSchedule>
-      getCreateBackupScheduleMethod;
+  private static volatile io.grpc.MethodDescriptor getCreateBackupScheduleMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "CreateBackupSchedule",
       requestType = com.google.firestore.admin.v1.CreateBackupScheduleRequest.class,
       responseType = com.google.firestore.admin.v1.BackupSchedule.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.CreateBackupScheduleRequest,
-          com.google.firestore.admin.v1.BackupSchedule>
-      getCreateBackupScheduleMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.CreateBackupScheduleRequest,
-            com.google.firestore.admin.v1.BackupSchedule>
-        getCreateBackupScheduleMethod;
-    if ((getCreateBackupScheduleMethod = FirestoreAdminGrpc.getCreateBackupScheduleMethod)
-        == null) {
+  public static io.grpc.MethodDescriptor getCreateBackupScheduleMethod() {
+    io.grpc.MethodDescriptor getCreateBackupScheduleMethod;
+    if ((getCreateBackupScheduleMethod = FirestoreAdminGrpc.getCreateBackupScheduleMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
-        if ((getCreateBackupScheduleMethod = FirestoreAdminGrpc.getCreateBackupScheduleMethod)
-            == null) {
-          FirestoreAdminGrpc.getCreateBackupScheduleMethod =
-              getCreateBackupScheduleMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(
-                          generateFullMethodName(SERVICE_NAME, "CreateBackupSchedule"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.CreateBackupScheduleRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("CreateBackupSchedule"))
-                      .build();
+        if ((getCreateBackupScheduleMethod = FirestoreAdminGrpc.getCreateBackupScheduleMethod) == null) {
+          FirestoreAdminGrpc.getCreateBackupScheduleMethod = getCreateBackupScheduleMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateBackupSchedule"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.CreateBackupScheduleRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("CreateBackupSchedule"))
+              .build();
         }
       }
     }
     return getCreateBackupScheduleMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.GetBackupScheduleRequest,
-          com.google.firestore.admin.v1.BackupSchedule>
-      getGetBackupScheduleMethod;
+  private static volatile io.grpc.MethodDescriptor getGetBackupScheduleMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetBackupSchedule",
       requestType = com.google.firestore.admin.v1.GetBackupScheduleRequest.class,
       responseType = com.google.firestore.admin.v1.BackupSchedule.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.GetBackupScheduleRequest,
-          com.google.firestore.admin.v1.BackupSchedule>
-      getGetBackupScheduleMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.GetBackupScheduleRequest,
-            com.google.firestore.admin.v1.BackupSchedule>
-        getGetBackupScheduleMethod;
+  public static io.grpc.MethodDescriptor getGetBackupScheduleMethod() {
+    io.grpc.MethodDescriptor getGetBackupScheduleMethod;
     if ((getGetBackupScheduleMethod = FirestoreAdminGrpc.getGetBackupScheduleMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getGetBackupScheduleMethod = FirestoreAdminGrpc.getGetBackupScheduleMethod) == null) {
-          FirestoreAdminGrpc.getGetBackupScheduleMethod =
-              getGetBackupScheduleMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBackupSchedule"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.GetBackupScheduleRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("GetBackupSchedule"))
-                      .build();
+          FirestoreAdminGrpc.getGetBackupScheduleMethod = getGetBackupScheduleMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBackupSchedule"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.GetBackupScheduleRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetBackupSchedule"))
+              .build();
         }
       }
     }
     return getGetBackupScheduleMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.ListBackupSchedulesRequest,
-          com.google.firestore.admin.v1.ListBackupSchedulesResponse>
-      getListBackupSchedulesMethod;
+  private static volatile io.grpc.MethodDescriptor getListBackupSchedulesMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListBackupSchedules",
       requestType = com.google.firestore.admin.v1.ListBackupSchedulesRequest.class,
       responseType = com.google.firestore.admin.v1.ListBackupSchedulesResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.ListBackupSchedulesRequest,
-          com.google.firestore.admin.v1.ListBackupSchedulesResponse>
-      getListBackupSchedulesMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.ListBackupSchedulesRequest,
-            com.google.firestore.admin.v1.ListBackupSchedulesResponse>
-        getListBackupSchedulesMethod;
+  public static io.grpc.MethodDescriptor getListBackupSchedulesMethod() {
+    io.grpc.MethodDescriptor getListBackupSchedulesMethod;
     if ((getListBackupSchedulesMethod = FirestoreAdminGrpc.getListBackupSchedulesMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
-        if ((getListBackupSchedulesMethod = FirestoreAdminGrpc.getListBackupSchedulesMethod)
-            == null) {
-          FirestoreAdminGrpc.getListBackupSchedulesMethod =
-              getListBackupSchedulesMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(
-                          generateFullMethodName(SERVICE_NAME, "ListBackupSchedules"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.ListBackupSchedulesRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.ListBackupSchedulesResponse
-                                  .getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("ListBackupSchedules"))
-                      .build();
+        if ((getListBackupSchedulesMethod = FirestoreAdminGrpc.getListBackupSchedulesMethod) == null) {
+          FirestoreAdminGrpc.getListBackupSchedulesMethod = getListBackupSchedulesMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListBackupSchedules"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.ListBackupSchedulesRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.ListBackupSchedulesResponse.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ListBackupSchedules"))
+              .build();
         }
       }
     }
     return getListBackupSchedulesMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.UpdateBackupScheduleRequest,
-          com.google.firestore.admin.v1.BackupSchedule>
-      getUpdateBackupScheduleMethod;
+  private static volatile io.grpc.MethodDescriptor getUpdateBackupScheduleMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "UpdateBackupSchedule",
       requestType = com.google.firestore.admin.v1.UpdateBackupScheduleRequest.class,
       responseType = com.google.firestore.admin.v1.BackupSchedule.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.UpdateBackupScheduleRequest,
-          com.google.firestore.admin.v1.BackupSchedule>
-      getUpdateBackupScheduleMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.UpdateBackupScheduleRequest,
-            com.google.firestore.admin.v1.BackupSchedule>
-        getUpdateBackupScheduleMethod;
-    if ((getUpdateBackupScheduleMethod = FirestoreAdminGrpc.getUpdateBackupScheduleMethod)
-        == null) {
+  public static io.grpc.MethodDescriptor getUpdateBackupScheduleMethod() {
+    io.grpc.MethodDescriptor getUpdateBackupScheduleMethod;
+    if ((getUpdateBackupScheduleMethod = FirestoreAdminGrpc.getUpdateBackupScheduleMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
-        if ((getUpdateBackupScheduleMethod = FirestoreAdminGrpc.getUpdateBackupScheduleMethod)
-            == null) {
-          FirestoreAdminGrpc.getUpdateBackupScheduleMethod =
-              getUpdateBackupScheduleMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(
-                          generateFullMethodName(SERVICE_NAME, "UpdateBackupSchedule"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.UpdateBackupScheduleRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("UpdateBackupSchedule"))
-                      .build();
+        if ((getUpdateBackupScheduleMethod = FirestoreAdminGrpc.getUpdateBackupScheduleMethod) == null) {
+          FirestoreAdminGrpc.getUpdateBackupScheduleMethod = getUpdateBackupScheduleMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateBackupSchedule"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.UpdateBackupScheduleRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("UpdateBackupSchedule"))
+              .build();
         }
       }
     }
     return getUpdateBackupScheduleMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.DeleteBackupScheduleRequest, com.google.protobuf.Empty>
-      getDeleteBackupScheduleMethod;
+  private static volatile io.grpc.MethodDescriptor getDeleteBackupScheduleMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "DeleteBackupSchedule",
       requestType = com.google.firestore.admin.v1.DeleteBackupScheduleRequest.class,
       responseType = com.google.protobuf.Empty.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.firestore.admin.v1.DeleteBackupScheduleRequest, com.google.protobuf.Empty>
-      getDeleteBackupScheduleMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.firestore.admin.v1.DeleteBackupScheduleRequest, com.google.protobuf.Empty>
-        getDeleteBackupScheduleMethod;
-    if ((getDeleteBackupScheduleMethod = FirestoreAdminGrpc.getDeleteBackupScheduleMethod)
-        == null) {
+  public static io.grpc.MethodDescriptor getDeleteBackupScheduleMethod() {
+    io.grpc.MethodDescriptor getDeleteBackupScheduleMethod;
+    if ((getDeleteBackupScheduleMethod = FirestoreAdminGrpc.getDeleteBackupScheduleMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
-        if ((getDeleteBackupScheduleMethod = FirestoreAdminGrpc.getDeleteBackupScheduleMethod)
-            == null) {
-          FirestoreAdminGrpc.getDeleteBackupScheduleMethod =
-              getDeleteBackupScheduleMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(
-                          generateFullMethodName(SERVICE_NAME, "DeleteBackupSchedule"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.firestore.admin.v1.DeleteBackupScheduleRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.protobuf.Empty.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new FirestoreAdminMethodDescriptorSupplier("DeleteBackupSchedule"))
-                      .build();
+        if ((getDeleteBackupScheduleMethod = FirestoreAdminGrpc.getDeleteBackupScheduleMethod) == null) {
+          FirestoreAdminGrpc.getDeleteBackupScheduleMethod = getDeleteBackupScheduleMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteBackupSchedule"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.firestore.admin.v1.DeleteBackupScheduleRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.protobuf.Empty.getDefaultInstance()))
+              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("DeleteBackupSchedule"))
+              .build();
         }
       }
     }
     return getDeleteBackupScheduleMethod;
   }
 
-  /** Creates a new async stub that supports all call types for the service */
+  /**
+   * Creates a new async stub that supports all call types for the service
+   */
   public static FirestoreAdminStub newStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public FirestoreAdminStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new FirestoreAdminStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public FirestoreAdminStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new FirestoreAdminStub(channel, callOptions);
+        }
+      };
     return FirestoreAdminStub.newStub(factory, channel);
   }
 
   /**
    * Creates a new blocking-style stub that supports unary and streaming output calls on the service
    */
-  public static FirestoreAdminBlockingStub newBlockingStub(io.grpc.Channel channel) {
+  public static FirestoreAdminBlockingStub newBlockingStub(
+      io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public FirestoreAdminBlockingStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new FirestoreAdminBlockingStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public FirestoreAdminBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new FirestoreAdminBlockingStub(channel, callOptions);
+        }
+      };
     return FirestoreAdminBlockingStub.newStub(factory, channel);
   }
 
-  /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
-  public static FirestoreAdminFutureStub newFutureStub(io.grpc.Channel channel) {
+  /**
+   * Creates a new ListenableFuture-style stub that supports unary calls on the service
+   */
+  public static FirestoreAdminFutureStub newFutureStub(
+      io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public FirestoreAdminFutureStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new FirestoreAdminFutureStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public FirestoreAdminFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new FirestoreAdminFutureStub(channel, callOptions);
+        }
+      };
     return FirestoreAdminFutureStub.newStub(factory, channel);
   }
 
   /**
-   *
-   *
    * 
    * The Cloud Firestore Admin API.
    * This API provides several administrative services for Cloud Firestore.
@@ -1145,8 +852,6 @@ public FirestoreAdminFutureStub newStub(
   public interface AsyncService {
 
     /**
-     *
-     *
      * 
      * Creates a composite index. This returns a
      * [google.longrunning.Operation][google.longrunning.Operation] which may be
@@ -1155,71 +860,52 @@ public interface AsyncService {
      * [IndexOperationMetadata][google.firestore.admin.v1.IndexOperationMetadata].
      * 
*/ - default void createIndex( - com.google.firestore.admin.v1.CreateIndexRequest request, + default void createIndex(com.google.firestore.admin.v1.CreateIndexRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getCreateIndexMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateIndexMethod(), responseObserver); } /** - * - * *
      * Lists composite indexes.
      * 
*/ - default void listIndexes( - com.google.firestore.admin.v1.ListIndexesRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListIndexesMethod(), responseObserver); + default void listIndexes(com.google.firestore.admin.v1.ListIndexesRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListIndexesMethod(), responseObserver); } /** - * - * *
      * Gets a composite index.
      * 
*/ - default void getIndex( - com.google.firestore.admin.v1.GetIndexRequest request, + default void getIndex(com.google.firestore.admin.v1.GetIndexRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetIndexMethod(), responseObserver); } /** - * - * *
      * Deletes a composite index.
      * 
*/ - default void deleteIndex( - com.google.firestore.admin.v1.DeleteIndexRequest request, + default void deleteIndex(com.google.firestore.admin.v1.DeleteIndexRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getDeleteIndexMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteIndexMethod(), responseObserver); } /** - * - * *
      * Gets the metadata and configuration for a Field.
      * 
*/ - default void getField( - com.google.firestore.admin.v1.GetFieldRequest request, + default void getField(com.google.firestore.admin.v1.GetFieldRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetFieldMethod(), responseObserver); } /** - * - * *
      * Updates a field configuration. Currently, field updates apply only to
      * single field index configuration. However, calls to
@@ -1237,16 +923,12 @@ default void getField(
      * `projects/{project_id}/databases/{database_id}/collectionGroups/__default__/fields/*`.
      * 
*/ - default void updateField( - com.google.firestore.admin.v1.UpdateFieldRequest request, + default void updateField(com.google.firestore.admin.v1.UpdateFieldRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getUpdateFieldMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateFieldMethod(), responseObserver); } /** - * - * *
      * Lists the field configuration and metadata for this database.
      * Currently,
@@ -1258,16 +940,12 @@ default void updateField(
      * `ttlConfig:*`.
      * 
*/ - default void listFields( - com.google.firestore.admin.v1.ListFieldsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { + default void listFields(com.google.firestore.admin.v1.ListFieldsRequest request, + io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListFieldsMethod(), responseObserver); } /** - * - * *
      * Exports a copy of all or a subset of documents from Google Cloud Firestore
      * to another storage system, such as Google Cloud Storage. Recent updates to
@@ -1281,16 +959,12 @@ default void listFields(
      * https://cloud.google.com/firestore/docs/manage-data/export-import
      * 
*/ - default void exportDocuments( - com.google.firestore.admin.v1.ExportDocumentsRequest request, + default void exportDocuments(com.google.firestore.admin.v1.ExportDocumentsRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getExportDocumentsMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getExportDocumentsMethod(), responseObserver); } /** - * - * *
      * Imports documents into Google Cloud Firestore. Existing documents with the
      * same name are overwritten. The import occurs in the background and its
@@ -1299,134 +973,113 @@ default void exportDocuments(
      * that a subset of the data has already been imported to Cloud Firestore.
      * 
*/ - default void importDocuments( - com.google.firestore.admin.v1.ImportDocumentsRequest request, + default void importDocuments(com.google.firestore.admin.v1.ImportDocumentsRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getImportDocumentsMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getImportDocumentsMethod(), responseObserver); + } + + /** + *
+     * Bulk deletes a subset of documents from Google Cloud Firestore.
+     * Documents created or updated after the underlying system starts to process
+     * the request will not be deleted. The bulk delete occurs in the background
+     * and its progress can be monitored and managed via the Operation resource
+     * that is created.
+     * For more details on bulk delete behavior, refer to:
+     * https://cloud.google.com/firestore/docs/manage-data/bulk-delete
+     * 
+ */ + default void bulkDeleteDocuments(com.google.firestore.admin.v1.BulkDeleteDocumentsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getBulkDeleteDocumentsMethod(), responseObserver); } /** - * - * *
      * Create a database.
      * 
*/ - default void createDatabase( - com.google.firestore.admin.v1.CreateDatabaseRequest request, + default void createDatabase(com.google.firestore.admin.v1.CreateDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getCreateDatabaseMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateDatabaseMethod(), responseObserver); } /** - * - * *
      * Gets information about a database.
      * 
*/ - default void getDatabase( - com.google.firestore.admin.v1.GetDatabaseRequest request, + default void getDatabase(com.google.firestore.admin.v1.GetDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getGetDatabaseMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetDatabaseMethod(), responseObserver); } /** - * - * *
      * List all the databases in the project.
      * 
*/ - default void listDatabases( - com.google.firestore.admin.v1.ListDatabasesRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListDatabasesMethod(), responseObserver); + default void listDatabases(com.google.firestore.admin.v1.ListDatabasesRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListDatabasesMethod(), responseObserver); } /** - * - * *
      * Updates a database.
      * 
*/ - default void updateDatabase( - com.google.firestore.admin.v1.UpdateDatabaseRequest request, + default void updateDatabase(com.google.firestore.admin.v1.UpdateDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getUpdateDatabaseMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateDatabaseMethod(), responseObserver); } /** - * - * *
      * Deletes a database.
      * 
*/ - default void deleteDatabase( - com.google.firestore.admin.v1.DeleteDatabaseRequest request, + default void deleteDatabase(com.google.firestore.admin.v1.DeleteDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getDeleteDatabaseMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteDatabaseMethod(), responseObserver); } /** - * - * *
      * Gets information about a backup.
      * 
*/ - default void getBackup( - com.google.firestore.admin.v1.GetBackupRequest request, + default void getBackup(com.google.firestore.admin.v1.GetBackupRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetBackupMethod(), responseObserver); } /** - * - * *
      * Lists all the backups.
      * 
*/ - default void listBackups( - com.google.firestore.admin.v1.ListBackupsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListBackupsMethod(), responseObserver); + default void listBackups(com.google.firestore.admin.v1.ListBackupsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListBackupsMethod(), responseObserver); } /** - * - * *
      * Deletes a backup.
      * 
*/ - default void deleteBackup( - com.google.firestore.admin.v1.DeleteBackupRequest request, + default void deleteBackup(com.google.firestore.admin.v1.DeleteBackupRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getDeleteBackupMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteBackupMethod(), responseObserver); } /** - * - * *
      * Creates a new database by restoring from an existing backup.
      * The new database must be in the same cloud region or multi-region location
      * as the existing backup. This behaves similar to
-     * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.CreateDatabase]
+     * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.FirestoreAdmin.CreateDatabase]
      * except instead of creating a new empty database, a new database is created
      * with the database type, index configuration, and documents from an existing
      * backup.
@@ -1440,93 +1093,66 @@ default void deleteBackup(
      * completed.
      * 
*/ - default void restoreDatabase( - com.google.firestore.admin.v1.RestoreDatabaseRequest request, + default void restoreDatabase(com.google.firestore.admin.v1.RestoreDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getRestoreDatabaseMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRestoreDatabaseMethod(), responseObserver); } /** - * - * *
      * Creates a backup schedule on a database.
      * At most two backup schedules can be configured on a database, one daily
      * backup schedule and one weekly backup schedule.
      * 
*/ - default void createBackupSchedule( - com.google.firestore.admin.v1.CreateBackupScheduleRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getCreateBackupScheduleMethod(), responseObserver); + default void createBackupSchedule(com.google.firestore.admin.v1.CreateBackupScheduleRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateBackupScheduleMethod(), responseObserver); } /** - * - * *
      * Gets information about a backup schedule.
      * 
*/ - default void getBackupSchedule( - com.google.firestore.admin.v1.GetBackupScheduleRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getGetBackupScheduleMethod(), responseObserver); + default void getBackupSchedule(com.google.firestore.admin.v1.GetBackupScheduleRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetBackupScheduleMethod(), responseObserver); } /** - * - * *
      * List backup schedules.
      * 
*/ - default void listBackupSchedules( - com.google.firestore.admin.v1.ListBackupSchedulesRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListBackupSchedulesMethod(), responseObserver); + default void listBackupSchedules(com.google.firestore.admin.v1.ListBackupSchedulesRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListBackupSchedulesMethod(), responseObserver); } /** - * - * *
      * Updates a backup schedule.
      * 
*/ - default void updateBackupSchedule( - com.google.firestore.admin.v1.UpdateBackupScheduleRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getUpdateBackupScheduleMethod(), responseObserver); + default void updateBackupSchedule(com.google.firestore.admin.v1.UpdateBackupScheduleRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateBackupScheduleMethod(), responseObserver); } /** - * - * *
      * Deletes a backup schedule.
      * 
*/ - default void deleteBackupSchedule( - com.google.firestore.admin.v1.DeleteBackupScheduleRequest request, + default void deleteBackupSchedule(com.google.firestore.admin.v1.DeleteBackupScheduleRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getDeleteBackupScheduleMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteBackupScheduleMethod(), responseObserver); } } /** * Base class for the server implementation of the service FirestoreAdmin. - * *
    * The Cloud Firestore Admin API.
    * This API provides several administrative services for Cloud Firestore.
@@ -1550,18 +1176,16 @@ default void deleteBackupSchedule(
    * service `google.longrunning.Operations`.
    * 
*/ - public abstract static class FirestoreAdminImplBase + public static abstract class FirestoreAdminImplBase implements io.grpc.BindableService, AsyncService { - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { + @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return FirestoreAdminGrpc.bindService(this); } } /** * A stub to allow clients to do asynchronous rpc calls to service FirestoreAdmin. - * *
    * The Cloud Firestore Admin API.
    * This API provides several administrative services for Cloud Firestore.
@@ -1587,18 +1211,18 @@ public final io.grpc.ServerServiceDefinition bindService() {
    */
   public static final class FirestoreAdminStub
       extends io.grpc.stub.AbstractAsyncStub {
-    private FirestoreAdminStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+    private FirestoreAdminStub(
+        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
       super(channel, callOptions);
     }
 
     @java.lang.Override
-    protected FirestoreAdminStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+    protected FirestoreAdminStub build(
+        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
       return new FirestoreAdminStub(channel, callOptions);
     }
 
     /**
-     *
-     *
      * 
      * Creates a composite index. This returns a
      * [google.longrunning.Operation][google.longrunning.Operation] which may be
@@ -1607,79 +1231,57 @@ protected FirestoreAdminStub build(io.grpc.Channel channel, io.grpc.CallOptions
      * [IndexOperationMetadata][google.firestore.admin.v1.IndexOperationMetadata].
      * 
*/ - public void createIndex( - com.google.firestore.admin.v1.CreateIndexRequest request, + public void createIndex(com.google.firestore.admin.v1.CreateIndexRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateIndexMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getCreateIndexMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Lists composite indexes.
      * 
*/ - public void listIndexes( - com.google.firestore.admin.v1.ListIndexesRequest request, - io.grpc.stub.StreamObserver - responseObserver) { + public void listIndexes(com.google.firestore.admin.v1.ListIndexesRequest request, + io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListIndexesMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getListIndexesMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Gets a composite index.
      * 
*/ - public void getIndex( - com.google.firestore.admin.v1.GetIndexRequest request, + public void getIndex(com.google.firestore.admin.v1.GetIndexRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetIndexMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Deletes a composite index.
      * 
*/ - public void deleteIndex( - com.google.firestore.admin.v1.DeleteIndexRequest request, + public void deleteIndex(com.google.firestore.admin.v1.DeleteIndexRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteIndexMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getDeleteIndexMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Gets the metadata and configuration for a Field.
      * 
*/ - public void getField( - com.google.firestore.admin.v1.GetFieldRequest request, + public void getField(com.google.firestore.admin.v1.GetFieldRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetFieldMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Updates a field configuration. Currently, field updates apply only to
      * single field index configuration. However, calls to
@@ -1697,18 +1299,13 @@ public void getField(
      * `projects/{project_id}/databases/{database_id}/collectionGroups/__default__/fields/*`.
      * 
*/ - public void updateField( - com.google.firestore.admin.v1.UpdateFieldRequest request, + public void updateField(com.google.firestore.admin.v1.UpdateFieldRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateFieldMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getUpdateFieldMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Lists the field configuration and metadata for this database.
      * Currently,
@@ -1720,17 +1317,13 @@ public void updateField(
      * `ttlConfig:*`.
      * 
*/ - public void listFields( - com.google.firestore.admin.v1.ListFieldsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { + public void listFields(com.google.firestore.admin.v1.ListFieldsRequest request, + io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListFieldsMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Exports a copy of all or a subset of documents from Google Cloud Firestore
      * to another storage system, such as Google Cloud Storage. Recent updates to
@@ -1744,18 +1337,13 @@ public void listFields(
      * https://cloud.google.com/firestore/docs/manage-data/export-import
      * 
*/ - public void exportDocuments( - com.google.firestore.admin.v1.ExportDocumentsRequest request, + public void exportDocuments(com.google.firestore.admin.v1.ExportDocumentsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getExportDocumentsMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getExportDocumentsMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Imports documents into Google Cloud Firestore. Existing documents with the
      * same name are overwritten. The import occurs in the background and its
@@ -1764,151 +1352,123 @@ public void exportDocuments(
      * that a subset of the data has already been imported to Cloud Firestore.
      * 
*/ - public void importDocuments( - com.google.firestore.admin.v1.ImportDocumentsRequest request, + public void importDocuments(com.google.firestore.admin.v1.ImportDocumentsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getImportDocumentsMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getImportDocumentsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Bulk deletes a subset of documents from Google Cloud Firestore.
+     * Documents created or updated after the underlying system starts to process
+     * the request will not be deleted. The bulk delete occurs in the background
+     * and its progress can be monitored and managed via the Operation resource
+     * that is created.
+     * For more details on bulk delete behavior, refer to:
+     * https://cloud.google.com/firestore/docs/manage-data/bulk-delete
+     * 
+ */ + public void bulkDeleteDocuments(com.google.firestore.admin.v1.BulkDeleteDocumentsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getBulkDeleteDocumentsMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Create a database.
      * 
*/ - public void createDatabase( - com.google.firestore.admin.v1.CreateDatabaseRequest request, + public void createDatabase(com.google.firestore.admin.v1.CreateDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateDatabaseMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getCreateDatabaseMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Gets information about a database.
      * 
*/ - public void getDatabase( - com.google.firestore.admin.v1.GetDatabaseRequest request, + public void getDatabase(com.google.firestore.admin.v1.GetDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetDatabaseMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getGetDatabaseMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * List all the databases in the project.
      * 
*/ - public void listDatabases( - com.google.firestore.admin.v1.ListDatabasesRequest request, - io.grpc.stub.StreamObserver - responseObserver) { + public void listDatabases(com.google.firestore.admin.v1.ListDatabasesRequest request, + io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListDatabasesMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getListDatabasesMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Updates a database.
      * 
*/ - public void updateDatabase( - com.google.firestore.admin.v1.UpdateDatabaseRequest request, + public void updateDatabase(com.google.firestore.admin.v1.UpdateDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateDatabaseMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getUpdateDatabaseMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Deletes a database.
      * 
*/ - public void deleteDatabase( - com.google.firestore.admin.v1.DeleteDatabaseRequest request, + public void deleteDatabase(com.google.firestore.admin.v1.DeleteDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteDatabaseMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getDeleteDatabaseMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Gets information about a backup.
      * 
*/ - public void getBackup( - com.google.firestore.admin.v1.GetBackupRequest request, + public void getBackup(com.google.firestore.admin.v1.GetBackupRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetBackupMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Lists all the backups.
      * 
*/ - public void listBackups( - com.google.firestore.admin.v1.ListBackupsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { + public void listBackups(com.google.firestore.admin.v1.ListBackupsRequest request, + io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListBackupsMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getListBackupsMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Deletes a backup.
      * 
*/ - public void deleteBackup( - com.google.firestore.admin.v1.DeleteBackupRequest request, + public void deleteBackup(com.google.firestore.admin.v1.DeleteBackupRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteBackupMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getDeleteBackupMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Creates a new database by restoring from an existing backup.
      * The new database must be in the same cloud region or multi-region location
      * as the existing backup. This behaves similar to
-     * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.CreateDatabase]
+     * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.FirestoreAdmin.CreateDatabase]
      * except instead of creating a new empty database, a new database is created
      * with the database type, index configuration, and documents from an existing
      * backup.
@@ -1922,105 +1482,72 @@ public void deleteBackup(
      * completed.
      * 
*/ - public void restoreDatabase( - com.google.firestore.admin.v1.RestoreDatabaseRequest request, + public void restoreDatabase(com.google.firestore.admin.v1.RestoreDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRestoreDatabaseMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getRestoreDatabaseMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Creates a backup schedule on a database.
      * At most two backup schedules can be configured on a database, one daily
      * backup schedule and one weekly backup schedule.
      * 
*/ - public void createBackupSchedule( - com.google.firestore.admin.v1.CreateBackupScheduleRequest request, - io.grpc.stub.StreamObserver - responseObserver) { + public void createBackupSchedule(com.google.firestore.admin.v1.CreateBackupScheduleRequest request, + io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateBackupScheduleMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getCreateBackupScheduleMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Gets information about a backup schedule.
      * 
*/ - public void getBackupSchedule( - com.google.firestore.admin.v1.GetBackupScheduleRequest request, - io.grpc.stub.StreamObserver - responseObserver) { + public void getBackupSchedule(com.google.firestore.admin.v1.GetBackupScheduleRequest request, + io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetBackupScheduleMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getGetBackupScheduleMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * List backup schedules.
      * 
*/ - public void listBackupSchedules( - com.google.firestore.admin.v1.ListBackupSchedulesRequest request, - io.grpc.stub.StreamObserver - responseObserver) { + public void listBackupSchedules(com.google.firestore.admin.v1.ListBackupSchedulesRequest request, + io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListBackupSchedulesMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getListBackupSchedulesMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Updates a backup schedule.
      * 
*/ - public void updateBackupSchedule( - com.google.firestore.admin.v1.UpdateBackupScheduleRequest request, - io.grpc.stub.StreamObserver - responseObserver) { + public void updateBackupSchedule(com.google.firestore.admin.v1.UpdateBackupScheduleRequest request, + io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateBackupScheduleMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getUpdateBackupScheduleMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Deletes a backup schedule.
      * 
*/ - public void deleteBackupSchedule( - com.google.firestore.admin.v1.DeleteBackupScheduleRequest request, + public void deleteBackupSchedule(com.google.firestore.admin.v1.DeleteBackupScheduleRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteBackupScheduleMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getDeleteBackupScheduleMethod(), getCallOptions()), request, responseObserver); } } /** * A stub to allow clients to do synchronous rpc calls to service FirestoreAdmin. - * *
    * The Cloud Firestore Admin API.
    * This API provides several administrative services for Cloud Firestore.
@@ -2046,7 +1573,8 @@ public void deleteBackupSchedule(
    */
   public static final class FirestoreAdminBlockingStub
       extends io.grpc.stub.AbstractBlockingStub {
-    private FirestoreAdminBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+    private FirestoreAdminBlockingStub(
+        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
       super(channel, callOptions);
     }
 
@@ -2057,8 +1585,6 @@ protected FirestoreAdminBlockingStub build(
     }
 
     /**
-     *
-     *
      * 
      * Creates a composite index. This returns a
      * [google.longrunning.Operation][google.longrunning.Operation] which may be
@@ -2067,67 +1593,52 @@ protected FirestoreAdminBlockingStub build(
      * [IndexOperationMetadata][google.firestore.admin.v1.IndexOperationMetadata].
      * 
*/ - public com.google.longrunning.Operation createIndex( - com.google.firestore.admin.v1.CreateIndexRequest request) { + public com.google.longrunning.Operation createIndex(com.google.firestore.admin.v1.CreateIndexRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateIndexMethod(), getCallOptions(), request); } /** - * - * *
      * Lists composite indexes.
      * 
*/ - public com.google.firestore.admin.v1.ListIndexesResponse listIndexes( - com.google.firestore.admin.v1.ListIndexesRequest request) { + public com.google.firestore.admin.v1.ListIndexesResponse listIndexes(com.google.firestore.admin.v1.ListIndexesRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListIndexesMethod(), getCallOptions(), request); } /** - * - * *
      * Gets a composite index.
      * 
*/ - public com.google.firestore.admin.v1.Index getIndex( - com.google.firestore.admin.v1.GetIndexRequest request) { + public com.google.firestore.admin.v1.Index getIndex(com.google.firestore.admin.v1.GetIndexRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetIndexMethod(), getCallOptions(), request); } /** - * - * *
      * Deletes a composite index.
      * 
*/ - public com.google.protobuf.Empty deleteIndex( - com.google.firestore.admin.v1.DeleteIndexRequest request) { + public com.google.protobuf.Empty deleteIndex(com.google.firestore.admin.v1.DeleteIndexRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteIndexMethod(), getCallOptions(), request); } /** - * - * *
      * Gets the metadata and configuration for a Field.
      * 
*/ - public com.google.firestore.admin.v1.Field getField( - com.google.firestore.admin.v1.GetFieldRequest request) { + public com.google.firestore.admin.v1.Field getField(com.google.firestore.admin.v1.GetFieldRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetFieldMethod(), getCallOptions(), request); } /** - * - * *
      * Updates a field configuration. Currently, field updates apply only to
      * single field index configuration. However, calls to
@@ -2145,15 +1656,12 @@ public com.google.firestore.admin.v1.Field getField(
      * `projects/{project_id}/databases/{database_id}/collectionGroups/__default__/fields/*`.
      * 
*/ - public com.google.longrunning.Operation updateField( - com.google.firestore.admin.v1.UpdateFieldRequest request) { + public com.google.longrunning.Operation updateField(com.google.firestore.admin.v1.UpdateFieldRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUpdateFieldMethod(), getCallOptions(), request); } /** - * - * *
      * Lists the field configuration and metadata for this database.
      * Currently,
@@ -2165,15 +1673,12 @@ public com.google.longrunning.Operation updateField(
      * `ttlConfig:*`.
      * 
*/ - public com.google.firestore.admin.v1.ListFieldsResponse listFields( - com.google.firestore.admin.v1.ListFieldsRequest request) { + public com.google.firestore.admin.v1.ListFieldsResponse listFields(com.google.firestore.admin.v1.ListFieldsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListFieldsMethod(), getCallOptions(), request); } /** - * - * *
      * Exports a copy of all or a subset of documents from Google Cloud Firestore
      * to another storage system, such as Google Cloud Storage. Recent updates to
@@ -2187,15 +1692,12 @@ public com.google.firestore.admin.v1.ListFieldsResponse listFields(
      * https://cloud.google.com/firestore/docs/manage-data/export-import
      * 
*/ - public com.google.longrunning.Operation exportDocuments( - com.google.firestore.admin.v1.ExportDocumentsRequest request) { + public com.google.longrunning.Operation exportDocuments(com.google.firestore.admin.v1.ExportDocumentsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getExportDocumentsMethod(), getCallOptions(), request); } /** - * - * *
      * Imports documents into Google Cloud Firestore. Existing documents with the
      * same name are overwritten. The import occurs in the background and its
@@ -2204,124 +1706,113 @@ public com.google.longrunning.Operation exportDocuments(
      * that a subset of the data has already been imported to Cloud Firestore.
      * 
*/ - public com.google.longrunning.Operation importDocuments( - com.google.firestore.admin.v1.ImportDocumentsRequest request) { + public com.google.longrunning.Operation importDocuments(com.google.firestore.admin.v1.ImportDocumentsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getImportDocumentsMethod(), getCallOptions(), request); } /** - * - * + *
+     * Bulk deletes a subset of documents from Google Cloud Firestore.
+     * Documents created or updated after the underlying system starts to process
+     * the request will not be deleted. The bulk delete occurs in the background
+     * and its progress can be monitored and managed via the Operation resource
+     * that is created.
+     * For more details on bulk delete behavior, refer to:
+     * https://cloud.google.com/firestore/docs/manage-data/bulk-delete
+     * 
+ */ + public com.google.longrunning.Operation bulkDeleteDocuments(com.google.firestore.admin.v1.BulkDeleteDocumentsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getBulkDeleteDocumentsMethod(), getCallOptions(), request); + } + + /** *
      * Create a database.
      * 
*/ - public com.google.longrunning.Operation createDatabase( - com.google.firestore.admin.v1.CreateDatabaseRequest request) { + public com.google.longrunning.Operation createDatabase(com.google.firestore.admin.v1.CreateDatabaseRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateDatabaseMethod(), getCallOptions(), request); } /** - * - * *
      * Gets information about a database.
      * 
*/ - public com.google.firestore.admin.v1.Database getDatabase( - com.google.firestore.admin.v1.GetDatabaseRequest request) { + public com.google.firestore.admin.v1.Database getDatabase(com.google.firestore.admin.v1.GetDatabaseRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetDatabaseMethod(), getCallOptions(), request); } /** - * - * *
      * List all the databases in the project.
      * 
*/ - public com.google.firestore.admin.v1.ListDatabasesResponse listDatabases( - com.google.firestore.admin.v1.ListDatabasesRequest request) { + public com.google.firestore.admin.v1.ListDatabasesResponse listDatabases(com.google.firestore.admin.v1.ListDatabasesRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListDatabasesMethod(), getCallOptions(), request); } /** - * - * *
      * Updates a database.
      * 
*/ - public com.google.longrunning.Operation updateDatabase( - com.google.firestore.admin.v1.UpdateDatabaseRequest request) { + public com.google.longrunning.Operation updateDatabase(com.google.firestore.admin.v1.UpdateDatabaseRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUpdateDatabaseMethod(), getCallOptions(), request); } /** - * - * *
      * Deletes a database.
      * 
*/ - public com.google.longrunning.Operation deleteDatabase( - com.google.firestore.admin.v1.DeleteDatabaseRequest request) { + public com.google.longrunning.Operation deleteDatabase(com.google.firestore.admin.v1.DeleteDatabaseRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteDatabaseMethod(), getCallOptions(), request); } /** - * - * *
      * Gets information about a backup.
      * 
*/ - public com.google.firestore.admin.v1.Backup getBackup( - com.google.firestore.admin.v1.GetBackupRequest request) { + public com.google.firestore.admin.v1.Backup getBackup(com.google.firestore.admin.v1.GetBackupRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetBackupMethod(), getCallOptions(), request); } /** - * - * *
      * Lists all the backups.
      * 
*/ - public com.google.firestore.admin.v1.ListBackupsResponse listBackups( - com.google.firestore.admin.v1.ListBackupsRequest request) { + public com.google.firestore.admin.v1.ListBackupsResponse listBackups(com.google.firestore.admin.v1.ListBackupsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListBackupsMethod(), getCallOptions(), request); } /** - * - * *
      * Deletes a backup.
      * 
*/ - public com.google.protobuf.Empty deleteBackup( - com.google.firestore.admin.v1.DeleteBackupRequest request) { + public com.google.protobuf.Empty deleteBackup(com.google.firestore.admin.v1.DeleteBackupRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteBackupMethod(), getCallOptions(), request); } /** - * - * *
      * Creates a new database by restoring from an existing backup.
      * The new database must be in the same cloud region or multi-region location
      * as the existing backup. This behaves similar to
-     * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.CreateDatabase]
+     * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.FirestoreAdmin.CreateDatabase]
      * except instead of creating a new empty database, a new database is created
      * with the database type, index configuration, and documents from an existing
      * backup.
@@ -2335,75 +1826,59 @@ public com.google.protobuf.Empty deleteBackup(
      * completed.
      * 
*/ - public com.google.longrunning.Operation restoreDatabase( - com.google.firestore.admin.v1.RestoreDatabaseRequest request) { + public com.google.longrunning.Operation restoreDatabase(com.google.firestore.admin.v1.RestoreDatabaseRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRestoreDatabaseMethod(), getCallOptions(), request); } /** - * - * *
      * Creates a backup schedule on a database.
      * At most two backup schedules can be configured on a database, one daily
      * backup schedule and one weekly backup schedule.
      * 
*/ - public com.google.firestore.admin.v1.BackupSchedule createBackupSchedule( - com.google.firestore.admin.v1.CreateBackupScheduleRequest request) { + public com.google.firestore.admin.v1.BackupSchedule createBackupSchedule(com.google.firestore.admin.v1.CreateBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateBackupScheduleMethod(), getCallOptions(), request); } /** - * - * *
      * Gets information about a backup schedule.
      * 
*/ - public com.google.firestore.admin.v1.BackupSchedule getBackupSchedule( - com.google.firestore.admin.v1.GetBackupScheduleRequest request) { + public com.google.firestore.admin.v1.BackupSchedule getBackupSchedule(com.google.firestore.admin.v1.GetBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetBackupScheduleMethod(), getCallOptions(), request); } /** - * - * *
      * List backup schedules.
      * 
*/ - public com.google.firestore.admin.v1.ListBackupSchedulesResponse listBackupSchedules( - com.google.firestore.admin.v1.ListBackupSchedulesRequest request) { + public com.google.firestore.admin.v1.ListBackupSchedulesResponse listBackupSchedules(com.google.firestore.admin.v1.ListBackupSchedulesRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListBackupSchedulesMethod(), getCallOptions(), request); } /** - * - * *
      * Updates a backup schedule.
      * 
*/ - public com.google.firestore.admin.v1.BackupSchedule updateBackupSchedule( - com.google.firestore.admin.v1.UpdateBackupScheduleRequest request) { + public com.google.firestore.admin.v1.BackupSchedule updateBackupSchedule(com.google.firestore.admin.v1.UpdateBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUpdateBackupScheduleMethod(), getCallOptions(), request); } /** - * - * *
      * Deletes a backup schedule.
      * 
*/ - public com.google.protobuf.Empty deleteBackupSchedule( - com.google.firestore.admin.v1.DeleteBackupScheduleRequest request) { + public com.google.protobuf.Empty deleteBackupSchedule(com.google.firestore.admin.v1.DeleteBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteBackupScheduleMethod(), getCallOptions(), request); } @@ -2411,7 +1886,6 @@ public com.google.protobuf.Empty deleteBackupSchedule( /** * A stub to allow clients to do ListenableFuture-style rpc calls to service FirestoreAdmin. - * *
    * The Cloud Firestore Admin API.
    * This API provides several administrative services for Cloud Firestore.
@@ -2437,7 +1911,8 @@ public com.google.protobuf.Empty deleteBackupSchedule(
    */
   public static final class FirestoreAdminFutureStub
       extends io.grpc.stub.AbstractFutureStub {
-    private FirestoreAdminFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+    private FirestoreAdminFutureStub(
+        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
       super(channel, callOptions);
     }
 
@@ -2448,8 +1923,6 @@ protected FirestoreAdminFutureStub build(
     }
 
     /**
-     *
-     *
      * 
      * Creates a composite index. This returns a
      * [google.longrunning.Operation][google.longrunning.Operation] which may be
@@ -2458,68 +1931,57 @@ protected FirestoreAdminFutureStub build(
      * [IndexOperationMetadata][google.firestore.admin.v1.IndexOperationMetadata].
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - createIndex(com.google.firestore.admin.v1.CreateIndexRequest request) { + public com.google.common.util.concurrent.ListenableFuture createIndex( + com.google.firestore.admin.v1.CreateIndexRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateIndexMethod(), getCallOptions()), request); } /** - * - * *
      * Lists composite indexes.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.admin.v1.ListIndexesResponse> - listIndexes(com.google.firestore.admin.v1.ListIndexesRequest request) { + public com.google.common.util.concurrent.ListenableFuture listIndexes( + com.google.firestore.admin.v1.ListIndexesRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListIndexesMethod(), getCallOptions()), request); } /** - * - * *
      * Gets a composite index.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - getIndex(com.google.firestore.admin.v1.GetIndexRequest request) { + public com.google.common.util.concurrent.ListenableFuture getIndex( + com.google.firestore.admin.v1.GetIndexRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetIndexMethod(), getCallOptions()), request); } /** - * - * *
      * Deletes a composite index.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - deleteIndex(com.google.firestore.admin.v1.DeleteIndexRequest request) { + public com.google.common.util.concurrent.ListenableFuture deleteIndex( + com.google.firestore.admin.v1.DeleteIndexRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteIndexMethod(), getCallOptions()), request); } /** - * - * *
      * Gets the metadata and configuration for a Field.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - getField(com.google.firestore.admin.v1.GetFieldRequest request) { + public com.google.common.util.concurrent.ListenableFuture getField( + com.google.firestore.admin.v1.GetFieldRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetFieldMethod(), getCallOptions()), request); } /** - * - * *
      * Updates a field configuration. Currently, field updates apply only to
      * single field index configuration. However, calls to
@@ -2537,15 +1999,13 @@ protected FirestoreAdminFutureStub build(
      * `projects/{project_id}/databases/{database_id}/collectionGroups/__default__/fields/*`.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - updateField(com.google.firestore.admin.v1.UpdateFieldRequest request) { + public com.google.common.util.concurrent.ListenableFuture updateField( + com.google.firestore.admin.v1.UpdateFieldRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUpdateFieldMethod(), getCallOptions()), request); } /** - * - * *
      * Lists the field configuration and metadata for this database.
      * Currently,
@@ -2557,16 +2017,13 @@ protected FirestoreAdminFutureStub build(
      * `ttlConfig:*`.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.admin.v1.ListFieldsResponse> - listFields(com.google.firestore.admin.v1.ListFieldsRequest request) { + public com.google.common.util.concurrent.ListenableFuture listFields( + com.google.firestore.admin.v1.ListFieldsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListFieldsMethod(), getCallOptions()), request); } /** - * - * *
      * Exports a copy of all or a subset of documents from Google Cloud Firestore
      * to another storage system, such as Google Cloud Storage. Recent updates to
@@ -2580,15 +2037,13 @@ protected FirestoreAdminFutureStub build(
      * https://cloud.google.com/firestore/docs/manage-data/export-import
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - exportDocuments(com.google.firestore.admin.v1.ExportDocumentsRequest request) { + public com.google.common.util.concurrent.ListenableFuture exportDocuments( + com.google.firestore.admin.v1.ExportDocumentsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getExportDocumentsMethod(), getCallOptions()), request); } /** - * - * *
      * Imports documents into Google Cloud Firestore. Existing documents with the
      * same name are overwritten. The import occurs in the background and its
@@ -2597,127 +2052,123 @@ protected FirestoreAdminFutureStub build(
      * that a subset of the data has already been imported to Cloud Firestore.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - importDocuments(com.google.firestore.admin.v1.ImportDocumentsRequest request) { + public com.google.common.util.concurrent.ListenableFuture importDocuments( + com.google.firestore.admin.v1.ImportDocumentsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getImportDocumentsMethod(), getCallOptions()), request); } /** - * - * + *
+     * Bulk deletes a subset of documents from Google Cloud Firestore.
+     * Documents created or updated after the underlying system starts to process
+     * the request will not be deleted. The bulk delete occurs in the background
+     * and its progress can be monitored and managed via the Operation resource
+     * that is created.
+     * For more details on bulk delete behavior, refer to:
+     * https://cloud.google.com/firestore/docs/manage-data/bulk-delete
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture bulkDeleteDocuments( + com.google.firestore.admin.v1.BulkDeleteDocumentsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getBulkDeleteDocumentsMethod(), getCallOptions()), request); + } + + /** *
      * Create a database.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - createDatabase(com.google.firestore.admin.v1.CreateDatabaseRequest request) { + public com.google.common.util.concurrent.ListenableFuture createDatabase( + com.google.firestore.admin.v1.CreateDatabaseRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateDatabaseMethod(), getCallOptions()), request); } /** - * - * *
      * Gets information about a database.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.admin.v1.Database> - getDatabase(com.google.firestore.admin.v1.GetDatabaseRequest request) { + public com.google.common.util.concurrent.ListenableFuture getDatabase( + com.google.firestore.admin.v1.GetDatabaseRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetDatabaseMethod(), getCallOptions()), request); } /** - * - * *
      * List all the databases in the project.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.admin.v1.ListDatabasesResponse> - listDatabases(com.google.firestore.admin.v1.ListDatabasesRequest request) { + public com.google.common.util.concurrent.ListenableFuture listDatabases( + com.google.firestore.admin.v1.ListDatabasesRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListDatabasesMethod(), getCallOptions()), request); } /** - * - * *
      * Updates a database.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - updateDatabase(com.google.firestore.admin.v1.UpdateDatabaseRequest request) { + public com.google.common.util.concurrent.ListenableFuture updateDatabase( + com.google.firestore.admin.v1.UpdateDatabaseRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUpdateDatabaseMethod(), getCallOptions()), request); } /** - * - * *
      * Deletes a database.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - deleteDatabase(com.google.firestore.admin.v1.DeleteDatabaseRequest request) { + public com.google.common.util.concurrent.ListenableFuture deleteDatabase( + com.google.firestore.admin.v1.DeleteDatabaseRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteDatabaseMethod(), getCallOptions()), request); } /** - * - * *
      * Gets information about a backup.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - getBackup(com.google.firestore.admin.v1.GetBackupRequest request) { + public com.google.common.util.concurrent.ListenableFuture getBackup( + com.google.firestore.admin.v1.GetBackupRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetBackupMethod(), getCallOptions()), request); } /** - * - * *
      * Lists all the backups.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.admin.v1.ListBackupsResponse> - listBackups(com.google.firestore.admin.v1.ListBackupsRequest request) { + public com.google.common.util.concurrent.ListenableFuture listBackups( + com.google.firestore.admin.v1.ListBackupsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListBackupsMethod(), getCallOptions()), request); } /** - * - * *
      * Deletes a backup.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - deleteBackup(com.google.firestore.admin.v1.DeleteBackupRequest request) { + public com.google.common.util.concurrent.ListenableFuture deleteBackup( + com.google.firestore.admin.v1.DeleteBackupRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteBackupMethod(), getCallOptions()), request); } /** - * - * *
      * Creates a new database by restoring from an existing backup.
      * The new database must be in the same cloud region or multi-region location
      * as the existing backup. This behaves similar to
-     * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.CreateDatabase]
+     * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.FirestoreAdmin.CreateDatabase]
      * except instead of creating a new empty database, a new database is created
      * with the database type, index configuration, and documents from an existing
      * backup.
@@ -2731,79 +2182,65 @@ protected FirestoreAdminFutureStub build(
      * completed.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - restoreDatabase(com.google.firestore.admin.v1.RestoreDatabaseRequest request) { + public com.google.common.util.concurrent.ListenableFuture restoreDatabase( + com.google.firestore.admin.v1.RestoreDatabaseRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getRestoreDatabaseMethod(), getCallOptions()), request); } /** - * - * *
      * Creates a backup schedule on a database.
      * At most two backup schedules can be configured on a database, one daily
      * backup schedule and one weekly backup schedule.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.admin.v1.BackupSchedule> - createBackupSchedule(com.google.firestore.admin.v1.CreateBackupScheduleRequest request) { + public com.google.common.util.concurrent.ListenableFuture createBackupSchedule( + com.google.firestore.admin.v1.CreateBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateBackupScheduleMethod(), getCallOptions()), request); } /** - * - * *
      * Gets information about a backup schedule.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.admin.v1.BackupSchedule> - getBackupSchedule(com.google.firestore.admin.v1.GetBackupScheduleRequest request) { + public com.google.common.util.concurrent.ListenableFuture getBackupSchedule( + com.google.firestore.admin.v1.GetBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetBackupScheduleMethod(), getCallOptions()), request); } /** - * - * *
      * List backup schedules.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.admin.v1.ListBackupSchedulesResponse> - listBackupSchedules(com.google.firestore.admin.v1.ListBackupSchedulesRequest request) { + public com.google.common.util.concurrent.ListenableFuture listBackupSchedules( + com.google.firestore.admin.v1.ListBackupSchedulesRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListBackupSchedulesMethod(), getCallOptions()), request); } /** - * - * *
      * Updates a backup schedule.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture< - com.google.firestore.admin.v1.BackupSchedule> - updateBackupSchedule(com.google.firestore.admin.v1.UpdateBackupScheduleRequest request) { + public com.google.common.util.concurrent.ListenableFuture updateBackupSchedule( + com.google.firestore.admin.v1.UpdateBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUpdateBackupScheduleMethod(), getCallOptions()), request); } /** - * - * *
      * Deletes a backup schedule.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - deleteBackupSchedule(com.google.firestore.admin.v1.DeleteBackupScheduleRequest request) { + public com.google.common.util.concurrent.ListenableFuture deleteBackupSchedule( + com.google.firestore.admin.v1.DeleteBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteBackupScheduleMethod(), getCallOptions()), request); } @@ -2818,26 +2255,27 @@ protected FirestoreAdminFutureStub build( private static final int METHODID_LIST_FIELDS = 6; private static final int METHODID_EXPORT_DOCUMENTS = 7; private static final int METHODID_IMPORT_DOCUMENTS = 8; - private static final int METHODID_CREATE_DATABASE = 9; - private static final int METHODID_GET_DATABASE = 10; - private static final int METHODID_LIST_DATABASES = 11; - private static final int METHODID_UPDATE_DATABASE = 12; - private static final int METHODID_DELETE_DATABASE = 13; - private static final int METHODID_GET_BACKUP = 14; - private static final int METHODID_LIST_BACKUPS = 15; - private static final int METHODID_DELETE_BACKUP = 16; - private static final int METHODID_RESTORE_DATABASE = 17; - private static final int METHODID_CREATE_BACKUP_SCHEDULE = 18; - private static final int METHODID_GET_BACKUP_SCHEDULE = 19; - private static final int METHODID_LIST_BACKUP_SCHEDULES = 20; - private static final int METHODID_UPDATE_BACKUP_SCHEDULE = 21; - private static final int METHODID_DELETE_BACKUP_SCHEDULE = 22; - - private static final class MethodHandlers - implements io.grpc.stub.ServerCalls.UnaryMethod, - io.grpc.stub.ServerCalls.ServerStreamingMethod, - io.grpc.stub.ServerCalls.ClientStreamingMethod, - io.grpc.stub.ServerCalls.BidiStreamingMethod { + private static final int METHODID_BULK_DELETE_DOCUMENTS = 9; + private static final int METHODID_CREATE_DATABASE = 10; + private static final int METHODID_GET_DATABASE = 11; + private static final int METHODID_LIST_DATABASES = 12; + private static final int METHODID_UPDATE_DATABASE = 13; + private static final int METHODID_DELETE_DATABASE = 14; + private static final int METHODID_GET_BACKUP = 15; + private static final int METHODID_LIST_BACKUPS = 16; + private static final int METHODID_DELETE_BACKUP = 17; + private static final int METHODID_RESTORE_DATABASE = 18; + private static final int METHODID_CREATE_BACKUP_SCHEDULE = 19; + private static final int METHODID_GET_BACKUP_SCHEDULE = 20; + private static final int METHODID_LIST_BACKUP_SCHEDULES = 21; + private static final int METHODID_UPDATE_BACKUP_SCHEDULE = 22; + private static final int METHODID_DELETE_BACKUP_SCHEDULE = 23; + + private static final class MethodHandlers implements + io.grpc.stub.ServerCalls.UnaryMethod, + io.grpc.stub.ServerCalls.ServerStreamingMethod, + io.grpc.stub.ServerCalls.ClientStreamingMethod, + io.grpc.stub.ServerCalls.BidiStreamingMethod { private final AsyncService serviceImpl; private final int methodId; @@ -2851,128 +2289,99 @@ private static final class MethodHandlers public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_CREATE_INDEX: - serviceImpl.createIndex( - (com.google.firestore.admin.v1.CreateIndexRequest) request, + serviceImpl.createIndex((com.google.firestore.admin.v1.CreateIndexRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_INDEXES: - serviceImpl.listIndexes( - (com.google.firestore.admin.v1.ListIndexesRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.listIndexes((com.google.firestore.admin.v1.ListIndexesRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_INDEX: - serviceImpl.getIndex( - (com.google.firestore.admin.v1.GetIndexRequest) request, + serviceImpl.getIndex((com.google.firestore.admin.v1.GetIndexRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_INDEX: - serviceImpl.deleteIndex( - (com.google.firestore.admin.v1.DeleteIndexRequest) request, + serviceImpl.deleteIndex((com.google.firestore.admin.v1.DeleteIndexRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_FIELD: - serviceImpl.getField( - (com.google.firestore.admin.v1.GetFieldRequest) request, + serviceImpl.getField((com.google.firestore.admin.v1.GetFieldRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_UPDATE_FIELD: - serviceImpl.updateField( - (com.google.firestore.admin.v1.UpdateFieldRequest) request, + serviceImpl.updateField((com.google.firestore.admin.v1.UpdateFieldRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_FIELDS: - serviceImpl.listFields( - (com.google.firestore.admin.v1.ListFieldsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.listFields((com.google.firestore.admin.v1.ListFieldsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_EXPORT_DOCUMENTS: - serviceImpl.exportDocuments( - (com.google.firestore.admin.v1.ExportDocumentsRequest) request, + serviceImpl.exportDocuments((com.google.firestore.admin.v1.ExportDocumentsRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_IMPORT_DOCUMENTS: - serviceImpl.importDocuments( - (com.google.firestore.admin.v1.ImportDocumentsRequest) request, + serviceImpl.importDocuments((com.google.firestore.admin.v1.ImportDocumentsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_BULK_DELETE_DOCUMENTS: + serviceImpl.bulkDeleteDocuments((com.google.firestore.admin.v1.BulkDeleteDocumentsRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_CREATE_DATABASE: - serviceImpl.createDatabase( - (com.google.firestore.admin.v1.CreateDatabaseRequest) request, + serviceImpl.createDatabase((com.google.firestore.admin.v1.CreateDatabaseRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_DATABASE: - serviceImpl.getDatabase( - (com.google.firestore.admin.v1.GetDatabaseRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.getDatabase((com.google.firestore.admin.v1.GetDatabaseRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_DATABASES: - serviceImpl.listDatabases( - (com.google.firestore.admin.v1.ListDatabasesRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.listDatabases((com.google.firestore.admin.v1.ListDatabasesRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_UPDATE_DATABASE: - serviceImpl.updateDatabase( - (com.google.firestore.admin.v1.UpdateDatabaseRequest) request, + serviceImpl.updateDatabase((com.google.firestore.admin.v1.UpdateDatabaseRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_DATABASE: - serviceImpl.deleteDatabase( - (com.google.firestore.admin.v1.DeleteDatabaseRequest) request, + serviceImpl.deleteDatabase((com.google.firestore.admin.v1.DeleteDatabaseRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_BACKUP: - serviceImpl.getBackup( - (com.google.firestore.admin.v1.GetBackupRequest) request, + serviceImpl.getBackup((com.google.firestore.admin.v1.GetBackupRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_BACKUPS: - serviceImpl.listBackups( - (com.google.firestore.admin.v1.ListBackupsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.listBackups((com.google.firestore.admin.v1.ListBackupsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_BACKUP: - serviceImpl.deleteBackup( - (com.google.firestore.admin.v1.DeleteBackupRequest) request, + serviceImpl.deleteBackup((com.google.firestore.admin.v1.DeleteBackupRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_RESTORE_DATABASE: - serviceImpl.restoreDatabase( - (com.google.firestore.admin.v1.RestoreDatabaseRequest) request, + serviceImpl.restoreDatabase((com.google.firestore.admin.v1.RestoreDatabaseRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_CREATE_BACKUP_SCHEDULE: - serviceImpl.createBackupSchedule( - (com.google.firestore.admin.v1.CreateBackupScheduleRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.createBackupSchedule((com.google.firestore.admin.v1.CreateBackupScheduleRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_BACKUP_SCHEDULE: - serviceImpl.getBackupSchedule( - (com.google.firestore.admin.v1.GetBackupScheduleRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.getBackupSchedule((com.google.firestore.admin.v1.GetBackupScheduleRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_BACKUP_SCHEDULES: - serviceImpl.listBackupSchedules( - (com.google.firestore.admin.v1.ListBackupSchedulesRequest) request, - (io.grpc.stub.StreamObserver< - com.google.firestore.admin.v1.ListBackupSchedulesResponse>) - responseObserver); + serviceImpl.listBackupSchedules((com.google.firestore.admin.v1.ListBackupSchedulesRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_UPDATE_BACKUP_SCHEDULE: - serviceImpl.updateBackupSchedule( - (com.google.firestore.admin.v1.UpdateBackupScheduleRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.updateBackupSchedule((com.google.firestore.admin.v1.UpdateBackupScheduleRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_BACKUP_SCHEDULE: - serviceImpl.deleteBackupSchedule( - (com.google.firestore.admin.v1.DeleteBackupScheduleRequest) request, + serviceImpl.deleteBackupSchedule((com.google.firestore.admin.v1.DeleteBackupScheduleRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: @@ -2994,157 +2403,178 @@ public io.grpc.stub.StreamObserver invoke( public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( - getCreateIndexMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.CreateIndexRequest, - com.google.longrunning.Operation>(service, METHODID_CREATE_INDEX))) + getCreateIndexMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.CreateIndexRequest, + com.google.longrunning.Operation>( + service, METHODID_CREATE_INDEX))) + .addMethod( + getListIndexesMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.ListIndexesRequest, + com.google.firestore.admin.v1.ListIndexesResponse>( + service, METHODID_LIST_INDEXES))) .addMethod( - getListIndexesMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.ListIndexesRequest, - com.google.firestore.admin.v1.ListIndexesResponse>( - service, METHODID_LIST_INDEXES))) + getGetIndexMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.GetIndexRequest, + com.google.firestore.admin.v1.Index>( + service, METHODID_GET_INDEX))) .addMethod( - getGetIndexMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.GetIndexRequest, - com.google.firestore.admin.v1.Index>(service, METHODID_GET_INDEX))) + getDeleteIndexMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.DeleteIndexRequest, + com.google.protobuf.Empty>( + service, METHODID_DELETE_INDEX))) .addMethod( - getDeleteIndexMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.DeleteIndexRequest, com.google.protobuf.Empty>( - service, METHODID_DELETE_INDEX))) + getGetFieldMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.GetFieldRequest, + com.google.firestore.admin.v1.Field>( + service, METHODID_GET_FIELD))) .addMethod( - getGetFieldMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.GetFieldRequest, - com.google.firestore.admin.v1.Field>(service, METHODID_GET_FIELD))) + getUpdateFieldMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.UpdateFieldRequest, + com.google.longrunning.Operation>( + service, METHODID_UPDATE_FIELD))) .addMethod( - getUpdateFieldMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.UpdateFieldRequest, - com.google.longrunning.Operation>(service, METHODID_UPDATE_FIELD))) + getListFieldsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.ListFieldsRequest, + com.google.firestore.admin.v1.ListFieldsResponse>( + service, METHODID_LIST_FIELDS))) .addMethod( - getListFieldsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.ListFieldsRequest, - com.google.firestore.admin.v1.ListFieldsResponse>( - service, METHODID_LIST_FIELDS))) + getExportDocumentsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.ExportDocumentsRequest, + com.google.longrunning.Operation>( + service, METHODID_EXPORT_DOCUMENTS))) .addMethod( - getExportDocumentsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.ExportDocumentsRequest, - com.google.longrunning.Operation>(service, METHODID_EXPORT_DOCUMENTS))) + getImportDocumentsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.ImportDocumentsRequest, + com.google.longrunning.Operation>( + service, METHODID_IMPORT_DOCUMENTS))) .addMethod( - getImportDocumentsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.ImportDocumentsRequest, - com.google.longrunning.Operation>(service, METHODID_IMPORT_DOCUMENTS))) + getBulkDeleteDocumentsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.BulkDeleteDocumentsRequest, + com.google.longrunning.Operation>( + service, METHODID_BULK_DELETE_DOCUMENTS))) .addMethod( - getCreateDatabaseMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.CreateDatabaseRequest, - com.google.longrunning.Operation>(service, METHODID_CREATE_DATABASE))) + getCreateDatabaseMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.CreateDatabaseRequest, + com.google.longrunning.Operation>( + service, METHODID_CREATE_DATABASE))) .addMethod( - getGetDatabaseMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.GetDatabaseRequest, - com.google.firestore.admin.v1.Database>(service, METHODID_GET_DATABASE))) + getGetDatabaseMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.GetDatabaseRequest, + com.google.firestore.admin.v1.Database>( + service, METHODID_GET_DATABASE))) .addMethod( - getListDatabasesMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.ListDatabasesRequest, - com.google.firestore.admin.v1.ListDatabasesResponse>( - service, METHODID_LIST_DATABASES))) + getListDatabasesMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.ListDatabasesRequest, + com.google.firestore.admin.v1.ListDatabasesResponse>( + service, METHODID_LIST_DATABASES))) .addMethod( - getUpdateDatabaseMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.UpdateDatabaseRequest, - com.google.longrunning.Operation>(service, METHODID_UPDATE_DATABASE))) + getUpdateDatabaseMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.UpdateDatabaseRequest, + com.google.longrunning.Operation>( + service, METHODID_UPDATE_DATABASE))) .addMethod( - getDeleteDatabaseMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.DeleteDatabaseRequest, - com.google.longrunning.Operation>(service, METHODID_DELETE_DATABASE))) + getDeleteDatabaseMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.DeleteDatabaseRequest, + com.google.longrunning.Operation>( + service, METHODID_DELETE_DATABASE))) .addMethod( - getGetBackupMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.GetBackupRequest, - com.google.firestore.admin.v1.Backup>(service, METHODID_GET_BACKUP))) + getGetBackupMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.GetBackupRequest, + com.google.firestore.admin.v1.Backup>( + service, METHODID_GET_BACKUP))) .addMethod( - getListBackupsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.ListBackupsRequest, - com.google.firestore.admin.v1.ListBackupsResponse>( - service, METHODID_LIST_BACKUPS))) + getListBackupsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.ListBackupsRequest, + com.google.firestore.admin.v1.ListBackupsResponse>( + service, METHODID_LIST_BACKUPS))) .addMethod( - getDeleteBackupMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.DeleteBackupRequest, com.google.protobuf.Empty>( - service, METHODID_DELETE_BACKUP))) + getDeleteBackupMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.DeleteBackupRequest, + com.google.protobuf.Empty>( + service, METHODID_DELETE_BACKUP))) .addMethod( - getRestoreDatabaseMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.RestoreDatabaseRequest, - com.google.longrunning.Operation>(service, METHODID_RESTORE_DATABASE))) + getRestoreDatabaseMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.RestoreDatabaseRequest, + com.google.longrunning.Operation>( + service, METHODID_RESTORE_DATABASE))) .addMethod( - getCreateBackupScheduleMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.CreateBackupScheduleRequest, - com.google.firestore.admin.v1.BackupSchedule>( - service, METHODID_CREATE_BACKUP_SCHEDULE))) + getCreateBackupScheduleMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.CreateBackupScheduleRequest, + com.google.firestore.admin.v1.BackupSchedule>( + service, METHODID_CREATE_BACKUP_SCHEDULE))) .addMethod( - getGetBackupScheduleMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.GetBackupScheduleRequest, - com.google.firestore.admin.v1.BackupSchedule>( - service, METHODID_GET_BACKUP_SCHEDULE))) + getGetBackupScheduleMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.GetBackupScheduleRequest, + com.google.firestore.admin.v1.BackupSchedule>( + service, METHODID_GET_BACKUP_SCHEDULE))) .addMethod( - getListBackupSchedulesMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.ListBackupSchedulesRequest, - com.google.firestore.admin.v1.ListBackupSchedulesResponse>( - service, METHODID_LIST_BACKUP_SCHEDULES))) + getListBackupSchedulesMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.ListBackupSchedulesRequest, + com.google.firestore.admin.v1.ListBackupSchedulesResponse>( + service, METHODID_LIST_BACKUP_SCHEDULES))) .addMethod( - getUpdateBackupScheduleMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.UpdateBackupScheduleRequest, - com.google.firestore.admin.v1.BackupSchedule>( - service, METHODID_UPDATE_BACKUP_SCHEDULE))) + getUpdateBackupScheduleMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.UpdateBackupScheduleRequest, + com.google.firestore.admin.v1.BackupSchedule>( + service, METHODID_UPDATE_BACKUP_SCHEDULE))) .addMethod( - getDeleteBackupScheduleMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.DeleteBackupScheduleRequest, - com.google.protobuf.Empty>(service, METHODID_DELETE_BACKUP_SCHEDULE))) + getDeleteBackupScheduleMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.DeleteBackupScheduleRequest, + com.google.protobuf.Empty>( + service, METHODID_DELETE_BACKUP_SCHEDULE))) .build(); } - private abstract static class FirestoreAdminBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, - io.grpc.protobuf.ProtoServiceDescriptorSupplier { + private static abstract class FirestoreAdminBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { FirestoreAdminBaseDescriptorSupplier() {} @java.lang.Override @@ -3186,34 +2616,33 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() { synchronized (FirestoreAdminGrpc.class) { result = serviceDescriptor; if (result == null) { - serviceDescriptor = - result = - io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new FirestoreAdminFileDescriptorSupplier()) - .addMethod(getCreateIndexMethod()) - .addMethod(getListIndexesMethod()) - .addMethod(getGetIndexMethod()) - .addMethod(getDeleteIndexMethod()) - .addMethod(getGetFieldMethod()) - .addMethod(getUpdateFieldMethod()) - .addMethod(getListFieldsMethod()) - .addMethod(getExportDocumentsMethod()) - .addMethod(getImportDocumentsMethod()) - .addMethod(getCreateDatabaseMethod()) - .addMethod(getGetDatabaseMethod()) - .addMethod(getListDatabasesMethod()) - .addMethod(getUpdateDatabaseMethod()) - .addMethod(getDeleteDatabaseMethod()) - .addMethod(getGetBackupMethod()) - .addMethod(getListBackupsMethod()) - .addMethod(getDeleteBackupMethod()) - .addMethod(getRestoreDatabaseMethod()) - .addMethod(getCreateBackupScheduleMethod()) - .addMethod(getGetBackupScheduleMethod()) - .addMethod(getListBackupSchedulesMethod()) - .addMethod(getUpdateBackupScheduleMethod()) - .addMethod(getDeleteBackupScheduleMethod()) - .build(); + serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new FirestoreAdminFileDescriptorSupplier()) + .addMethod(getCreateIndexMethod()) + .addMethod(getListIndexesMethod()) + .addMethod(getGetIndexMethod()) + .addMethod(getDeleteIndexMethod()) + .addMethod(getGetFieldMethod()) + .addMethod(getUpdateFieldMethod()) + .addMethod(getListFieldsMethod()) + .addMethod(getExportDocumentsMethod()) + .addMethod(getImportDocumentsMethod()) + .addMethod(getBulkDeleteDocumentsMethod()) + .addMethod(getCreateDatabaseMethod()) + .addMethod(getGetDatabaseMethod()) + .addMethod(getListDatabasesMethod()) + .addMethod(getUpdateDatabaseMethod()) + .addMethod(getDeleteDatabaseMethod()) + .addMethod(getGetBackupMethod()) + .addMethod(getListBackupsMethod()) + .addMethod(getDeleteBackupMethod()) + .addMethod(getRestoreDatabaseMethod()) + .addMethod(getCreateBackupScheduleMethod()) + .addMethod(getGetBackupScheduleMethod()) + .addMethod(getListBackupSchedulesMethod()) + .addMethod(getUpdateBackupScheduleMethod()) + .addMethod(getDeleteBackupScheduleMethod()) + .build(); } } } diff --git a/owl-bot-staging/v1/grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java b/owl-bot-staging/v1/grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java new file mode 100644 index 000000000..fc5fe2c80 --- /dev/null +++ b/owl-bot-staging/v1/grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java @@ -0,0 +1,1648 @@ +package com.google.firestore.v1; + +import static io.grpc.MethodDescriptor.generateFullMethodName; + +/** + *
+ * The Cloud Firestore service.
+ * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
+ * document database that simplifies storing, syncing, and querying data for
+ * your mobile, web, and IoT apps at global scale. Its client libraries provide
+ * live synchronization and offline support, while its security features and
+ * integrations with Firebase and Google Cloud Platform accelerate building
+ * truly serverless apps.
+ * 
+ */ +@javax.annotation.Generated( + value = "by gRPC proto compiler", + comments = "Source: google/firestore/v1/firestore.proto") +@io.grpc.stub.annotations.GrpcGenerated +public final class FirestoreGrpc { + + private FirestoreGrpc() {} + + public static final java.lang.String SERVICE_NAME = "google.firestore.v1.Firestore"; + + // Static method descriptors that strictly reflect the proto. + private static volatile io.grpc.MethodDescriptor getGetDocumentMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "GetDocument", + requestType = com.google.firestore.v1.GetDocumentRequest.class, + responseType = com.google.firestore.v1.Document.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getGetDocumentMethod() { + io.grpc.MethodDescriptor getGetDocumentMethod; + if ((getGetDocumentMethod = FirestoreGrpc.getGetDocumentMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getGetDocumentMethod = FirestoreGrpc.getGetDocumentMethod) == null) { + FirestoreGrpc.getGetDocumentMethod = getGetDocumentMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetDocument")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.GetDocumentRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.Document.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("GetDocument")) + .build(); + } + } + } + return getGetDocumentMethod; + } + + private static volatile io.grpc.MethodDescriptor getListDocumentsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ListDocuments", + requestType = com.google.firestore.v1.ListDocumentsRequest.class, + responseType = com.google.firestore.v1.ListDocumentsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getListDocumentsMethod() { + io.grpc.MethodDescriptor getListDocumentsMethod; + if ((getListDocumentsMethod = FirestoreGrpc.getListDocumentsMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getListDocumentsMethod = FirestoreGrpc.getListDocumentsMethod) == null) { + FirestoreGrpc.getListDocumentsMethod = getListDocumentsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListDocuments")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.ListDocumentsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.ListDocumentsResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("ListDocuments")) + .build(); + } + } + } + return getListDocumentsMethod; + } + + private static volatile io.grpc.MethodDescriptor getUpdateDocumentMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "UpdateDocument", + requestType = com.google.firestore.v1.UpdateDocumentRequest.class, + responseType = com.google.firestore.v1.Document.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getUpdateDocumentMethod() { + io.grpc.MethodDescriptor getUpdateDocumentMethod; + if ((getUpdateDocumentMethod = FirestoreGrpc.getUpdateDocumentMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getUpdateDocumentMethod = FirestoreGrpc.getUpdateDocumentMethod) == null) { + FirestoreGrpc.getUpdateDocumentMethod = getUpdateDocumentMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateDocument")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.UpdateDocumentRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.Document.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("UpdateDocument")) + .build(); + } + } + } + return getUpdateDocumentMethod; + } + + private static volatile io.grpc.MethodDescriptor getDeleteDocumentMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "DeleteDocument", + requestType = com.google.firestore.v1.DeleteDocumentRequest.class, + responseType = com.google.protobuf.Empty.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getDeleteDocumentMethod() { + io.grpc.MethodDescriptor getDeleteDocumentMethod; + if ((getDeleteDocumentMethod = FirestoreGrpc.getDeleteDocumentMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getDeleteDocumentMethod = FirestoreGrpc.getDeleteDocumentMethod) == null) { + FirestoreGrpc.getDeleteDocumentMethod = getDeleteDocumentMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteDocument")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.DeleteDocumentRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.protobuf.Empty.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("DeleteDocument")) + .build(); + } + } + } + return getDeleteDocumentMethod; + } + + private static volatile io.grpc.MethodDescriptor getBatchGetDocumentsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "BatchGetDocuments", + requestType = com.google.firestore.v1.BatchGetDocumentsRequest.class, + responseType = com.google.firestore.v1.BatchGetDocumentsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) + public static io.grpc.MethodDescriptor getBatchGetDocumentsMethod() { + io.grpc.MethodDescriptor getBatchGetDocumentsMethod; + if ((getBatchGetDocumentsMethod = FirestoreGrpc.getBatchGetDocumentsMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getBatchGetDocumentsMethod = FirestoreGrpc.getBatchGetDocumentsMethod) == null) { + FirestoreGrpc.getBatchGetDocumentsMethod = getBatchGetDocumentsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BatchGetDocuments")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.BatchGetDocumentsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.BatchGetDocumentsResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("BatchGetDocuments")) + .build(); + } + } + } + return getBatchGetDocumentsMethod; + } + + private static volatile io.grpc.MethodDescriptor getBeginTransactionMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "BeginTransaction", + requestType = com.google.firestore.v1.BeginTransactionRequest.class, + responseType = com.google.firestore.v1.BeginTransactionResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getBeginTransactionMethod() { + io.grpc.MethodDescriptor getBeginTransactionMethod; + if ((getBeginTransactionMethod = FirestoreGrpc.getBeginTransactionMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getBeginTransactionMethod = FirestoreGrpc.getBeginTransactionMethod) == null) { + FirestoreGrpc.getBeginTransactionMethod = getBeginTransactionMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BeginTransaction")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.BeginTransactionRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.BeginTransactionResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("BeginTransaction")) + .build(); + } + } + } + return getBeginTransactionMethod; + } + + private static volatile io.grpc.MethodDescriptor getCommitMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "Commit", + requestType = com.google.firestore.v1.CommitRequest.class, + responseType = com.google.firestore.v1.CommitResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getCommitMethod() { + io.grpc.MethodDescriptor getCommitMethod; + if ((getCommitMethod = FirestoreGrpc.getCommitMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getCommitMethod = FirestoreGrpc.getCommitMethod) == null) { + FirestoreGrpc.getCommitMethod = getCommitMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Commit")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.CommitRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.CommitResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Commit")) + .build(); + } + } + } + return getCommitMethod; + } + + private static volatile io.grpc.MethodDescriptor getRollbackMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "Rollback", + requestType = com.google.firestore.v1.RollbackRequest.class, + responseType = com.google.protobuf.Empty.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getRollbackMethod() { + io.grpc.MethodDescriptor getRollbackMethod; + if ((getRollbackMethod = FirestoreGrpc.getRollbackMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getRollbackMethod = FirestoreGrpc.getRollbackMethod) == null) { + FirestoreGrpc.getRollbackMethod = getRollbackMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Rollback")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.RollbackRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.protobuf.Empty.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Rollback")) + .build(); + } + } + } + return getRollbackMethod; + } + + private static volatile io.grpc.MethodDescriptor getRunQueryMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RunQuery", + requestType = com.google.firestore.v1.RunQueryRequest.class, + responseType = com.google.firestore.v1.RunQueryResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) + public static io.grpc.MethodDescriptor getRunQueryMethod() { + io.grpc.MethodDescriptor getRunQueryMethod; + if ((getRunQueryMethod = FirestoreGrpc.getRunQueryMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getRunQueryMethod = FirestoreGrpc.getRunQueryMethod) == null) { + FirestoreGrpc.getRunQueryMethod = getRunQueryMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RunQuery")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.RunQueryRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.RunQueryResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("RunQuery")) + .build(); + } + } + } + return getRunQueryMethod; + } + + private static volatile io.grpc.MethodDescriptor getRunAggregationQueryMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RunAggregationQuery", + requestType = com.google.firestore.v1.RunAggregationQueryRequest.class, + responseType = com.google.firestore.v1.RunAggregationQueryResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) + public static io.grpc.MethodDescriptor getRunAggregationQueryMethod() { + io.grpc.MethodDescriptor getRunAggregationQueryMethod; + if ((getRunAggregationQueryMethod = FirestoreGrpc.getRunAggregationQueryMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getRunAggregationQueryMethod = FirestoreGrpc.getRunAggregationQueryMethod) == null) { + FirestoreGrpc.getRunAggregationQueryMethod = getRunAggregationQueryMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RunAggregationQuery")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.RunAggregationQueryRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.RunAggregationQueryResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("RunAggregationQuery")) + .build(); + } + } + } + return getRunAggregationQueryMethod; + } + + private static volatile io.grpc.MethodDescriptor getPartitionQueryMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "PartitionQuery", + requestType = com.google.firestore.v1.PartitionQueryRequest.class, + responseType = com.google.firestore.v1.PartitionQueryResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getPartitionQueryMethod() { + io.grpc.MethodDescriptor getPartitionQueryMethod; + if ((getPartitionQueryMethod = FirestoreGrpc.getPartitionQueryMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getPartitionQueryMethod = FirestoreGrpc.getPartitionQueryMethod) == null) { + FirestoreGrpc.getPartitionQueryMethod = getPartitionQueryMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "PartitionQuery")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.PartitionQueryRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.PartitionQueryResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("PartitionQuery")) + .build(); + } + } + } + return getPartitionQueryMethod; + } + + private static volatile io.grpc.MethodDescriptor getWriteMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "Write", + requestType = com.google.firestore.v1.WriteRequest.class, + responseType = com.google.firestore.v1.WriteResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) + public static io.grpc.MethodDescriptor getWriteMethod() { + io.grpc.MethodDescriptor getWriteMethod; + if ((getWriteMethod = FirestoreGrpc.getWriteMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getWriteMethod = FirestoreGrpc.getWriteMethod) == null) { + FirestoreGrpc.getWriteMethod = getWriteMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Write")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.WriteRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.WriteResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Write")) + .build(); + } + } + } + return getWriteMethod; + } + + private static volatile io.grpc.MethodDescriptor getListenMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "Listen", + requestType = com.google.firestore.v1.ListenRequest.class, + responseType = com.google.firestore.v1.ListenResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) + public static io.grpc.MethodDescriptor getListenMethod() { + io.grpc.MethodDescriptor getListenMethod; + if ((getListenMethod = FirestoreGrpc.getListenMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getListenMethod = FirestoreGrpc.getListenMethod) == null) { + FirestoreGrpc.getListenMethod = getListenMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Listen")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.ListenRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.ListenResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Listen")) + .build(); + } + } + } + return getListenMethod; + } + + private static volatile io.grpc.MethodDescriptor getListCollectionIdsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ListCollectionIds", + requestType = com.google.firestore.v1.ListCollectionIdsRequest.class, + responseType = com.google.firestore.v1.ListCollectionIdsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getListCollectionIdsMethod() { + io.grpc.MethodDescriptor getListCollectionIdsMethod; + if ((getListCollectionIdsMethod = FirestoreGrpc.getListCollectionIdsMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getListCollectionIdsMethod = FirestoreGrpc.getListCollectionIdsMethod) == null) { + FirestoreGrpc.getListCollectionIdsMethod = getListCollectionIdsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListCollectionIds")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.ListCollectionIdsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.ListCollectionIdsResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("ListCollectionIds")) + .build(); + } + } + } + return getListCollectionIdsMethod; + } + + private static volatile io.grpc.MethodDescriptor getBatchWriteMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "BatchWrite", + requestType = com.google.firestore.v1.BatchWriteRequest.class, + responseType = com.google.firestore.v1.BatchWriteResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getBatchWriteMethod() { + io.grpc.MethodDescriptor getBatchWriteMethod; + if ((getBatchWriteMethod = FirestoreGrpc.getBatchWriteMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getBatchWriteMethod = FirestoreGrpc.getBatchWriteMethod) == null) { + FirestoreGrpc.getBatchWriteMethod = getBatchWriteMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BatchWrite")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.BatchWriteRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.BatchWriteResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("BatchWrite")) + .build(); + } + } + } + return getBatchWriteMethod; + } + + private static volatile io.grpc.MethodDescriptor getCreateDocumentMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "CreateDocument", + requestType = com.google.firestore.v1.CreateDocumentRequest.class, + responseType = com.google.firestore.v1.Document.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getCreateDocumentMethod() { + io.grpc.MethodDescriptor getCreateDocumentMethod; + if ((getCreateDocumentMethod = FirestoreGrpc.getCreateDocumentMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getCreateDocumentMethod = FirestoreGrpc.getCreateDocumentMethod) == null) { + FirestoreGrpc.getCreateDocumentMethod = getCreateDocumentMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateDocument")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.CreateDocumentRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.Document.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("CreateDocument")) + .build(); + } + } + } + return getCreateDocumentMethod; + } + + /** + * Creates a new async stub that supports all call types for the service + */ + public static FirestoreStub newStub(io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public FirestoreStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new FirestoreStub(channel, callOptions); + } + }; + return FirestoreStub.newStub(factory, channel); + } + + /** + * Creates a new blocking-style stub that supports unary and streaming output calls on the service + */ + public static FirestoreBlockingStub newBlockingStub( + io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public FirestoreBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new FirestoreBlockingStub(channel, callOptions); + } + }; + return FirestoreBlockingStub.newStub(factory, channel); + } + + /** + * Creates a new ListenableFuture-style stub that supports unary calls on the service + */ + public static FirestoreFutureStub newFutureStub( + io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public FirestoreFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new FirestoreFutureStub(channel, callOptions); + } + }; + return FirestoreFutureStub.newStub(factory, channel); + } + + /** + *
+   * The Cloud Firestore service.
+   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
+   * document database that simplifies storing, syncing, and querying data for
+   * your mobile, web, and IoT apps at global scale. Its client libraries provide
+   * live synchronization and offline support, while its security features and
+   * integrations with Firebase and Google Cloud Platform accelerate building
+   * truly serverless apps.
+   * 
+ */ + public interface AsyncService { + + /** + *
+     * Gets a single document.
+     * 
+ */ + default void getDocument(com.google.firestore.v1.GetDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetDocumentMethod(), responseObserver); + } + + /** + *
+     * Lists documents.
+     * 
+ */ + default void listDocuments(com.google.firestore.v1.ListDocumentsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListDocumentsMethod(), responseObserver); + } + + /** + *
+     * Updates or inserts a document.
+     * 
+ */ + default void updateDocument(com.google.firestore.v1.UpdateDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateDocumentMethod(), responseObserver); + } + + /** + *
+     * Deletes a document.
+     * 
+ */ + default void deleteDocument(com.google.firestore.v1.DeleteDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteDocumentMethod(), responseObserver); + } + + /** + *
+     * Gets multiple documents.
+     * Documents returned by this method are not guaranteed to be returned in the
+     * same order that they were requested.
+     * 
+ */ + default void batchGetDocuments(com.google.firestore.v1.BatchGetDocumentsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getBatchGetDocumentsMethod(), responseObserver); + } + + /** + *
+     * Starts a new transaction.
+     * 
+ */ + default void beginTransaction(com.google.firestore.v1.BeginTransactionRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getBeginTransactionMethod(), responseObserver); + } + + /** + *
+     * Commits a transaction, while optionally updating documents.
+     * 
+ */ + default void commit(com.google.firestore.v1.CommitRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCommitMethod(), responseObserver); + } + + /** + *
+     * Rolls back a transaction.
+     * 
+ */ + default void rollback(com.google.firestore.v1.RollbackRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRollbackMethod(), responseObserver); + } + + /** + *
+     * Runs a query.
+     * 
+ */ + default void runQuery(com.google.firestore.v1.RunQueryRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRunQueryMethod(), responseObserver); + } + + /** + *
+     * Runs an aggregation query.
+     * Rather than producing [Document][google.firestore.v1.Document] results like
+     * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
+     * allows running an aggregation to produce a series of
+     * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
+     * High-Level Example:
+     * ```
+     * -- Return the number of documents in table given a filter.
+     * SELECT COUNT(*) FROM ( SELECT * FROM k where a = true );
+     * ```
+     * 
+ */ + default void runAggregationQuery(com.google.firestore.v1.RunAggregationQueryRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRunAggregationQueryMethod(), responseObserver); + } + + /** + *
+     * Partitions a query by returning partition cursors that can be used to run
+     * the query in parallel. The returned partition cursors are split points that
+     * can be used by RunQuery as starting/end points for the query results.
+     * 
+ */ + default void partitionQuery(com.google.firestore.v1.PartitionQueryRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getPartitionQueryMethod(), responseObserver); + } + + /** + *
+     * Streams batches of document updates and deletes, in order. This method is
+     * only available via gRPC or WebChannel (not REST).
+     * 
+ */ + default io.grpc.stub.StreamObserver write( + io.grpc.stub.StreamObserver responseObserver) { + return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getWriteMethod(), responseObserver); + } + + /** + *
+     * Listens to changes. This method is only available via gRPC or WebChannel
+     * (not REST).
+     * 
+ */ + default io.grpc.stub.StreamObserver listen( + io.grpc.stub.StreamObserver responseObserver) { + return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getListenMethod(), responseObserver); + } + + /** + *
+     * Lists all the collection IDs underneath a document.
+     * 
+ */ + default void listCollectionIds(com.google.firestore.v1.ListCollectionIdsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListCollectionIdsMethod(), responseObserver); + } + + /** + *
+     * Applies a batch of write operations.
+     * The BatchWrite method does not apply the write operations atomically
+     * and can apply them out of order. Method does not allow more than one write
+     * per document. Each write succeeds or fails independently. See the
+     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
+     * success status of each write.
+     * If you require an atomically applied set of writes, use
+     * [Commit][google.firestore.v1.Firestore.Commit] instead.
+     * 
+ */ + default void batchWrite(com.google.firestore.v1.BatchWriteRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getBatchWriteMethod(), responseObserver); + } + + /** + *
+     * Creates a new document.
+     * 
+ */ + default void createDocument(com.google.firestore.v1.CreateDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateDocumentMethod(), responseObserver); + } + } + + /** + * Base class for the server implementation of the service Firestore. + *
+   * The Cloud Firestore service.
+   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
+   * document database that simplifies storing, syncing, and querying data for
+   * your mobile, web, and IoT apps at global scale. Its client libraries provide
+   * live synchronization and offline support, while its security features and
+   * integrations with Firebase and Google Cloud Platform accelerate building
+   * truly serverless apps.
+   * 
+ */ + public static abstract class FirestoreImplBase + implements io.grpc.BindableService, AsyncService { + + @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { + return FirestoreGrpc.bindService(this); + } + } + + /** + * A stub to allow clients to do asynchronous rpc calls to service Firestore. + *
+   * The Cloud Firestore service.
+   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
+   * document database that simplifies storing, syncing, and querying data for
+   * your mobile, web, and IoT apps at global scale. Its client libraries provide
+   * live synchronization and offline support, while its security features and
+   * integrations with Firebase and Google Cloud Platform accelerate building
+   * truly serverless apps.
+   * 
+ */ + public static final class FirestoreStub + extends io.grpc.stub.AbstractAsyncStub { + private FirestoreStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected FirestoreStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new FirestoreStub(channel, callOptions); + } + + /** + *
+     * Gets a single document.
+     * 
+ */ + public void getDocument(com.google.firestore.v1.GetDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getGetDocumentMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Lists documents.
+     * 
+ */ + public void listDocuments(com.google.firestore.v1.ListDocumentsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getListDocumentsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates or inserts a document.
+     * 
+ */ + public void updateDocument(com.google.firestore.v1.UpdateDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getUpdateDocumentMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Deletes a document.
+     * 
+ */ + public void deleteDocument(com.google.firestore.v1.DeleteDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getDeleteDocumentMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets multiple documents.
+     * Documents returned by this method are not guaranteed to be returned in the
+     * same order that they were requested.
+     * 
+ */ + public void batchGetDocuments(com.google.firestore.v1.BatchGetDocumentsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncServerStreamingCall( + getChannel().newCall(getBatchGetDocumentsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Starts a new transaction.
+     * 
+ */ + public void beginTransaction(com.google.firestore.v1.BeginTransactionRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getBeginTransactionMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Commits a transaction, while optionally updating documents.
+     * 
+ */ + public void commit(com.google.firestore.v1.CommitRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getCommitMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Rolls back a transaction.
+     * 
+ */ + public void rollback(com.google.firestore.v1.RollbackRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRollbackMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Runs a query.
+     * 
+ */ + public void runQuery(com.google.firestore.v1.RunQueryRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncServerStreamingCall( + getChannel().newCall(getRunQueryMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Runs an aggregation query.
+     * Rather than producing [Document][google.firestore.v1.Document] results like
+     * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
+     * allows running an aggregation to produce a series of
+     * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
+     * High-Level Example:
+     * ```
+     * -- Return the number of documents in table given a filter.
+     * SELECT COUNT(*) FROM ( SELECT * FROM k where a = true );
+     * ```
+     * 
+ */ + public void runAggregationQuery(com.google.firestore.v1.RunAggregationQueryRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncServerStreamingCall( + getChannel().newCall(getRunAggregationQueryMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Partitions a query by returning partition cursors that can be used to run
+     * the query in parallel. The returned partition cursors are split points that
+     * can be used by RunQuery as starting/end points for the query results.
+     * 
+ */ + public void partitionQuery(com.google.firestore.v1.PartitionQueryRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getPartitionQueryMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Streams batches of document updates and deletes, in order. This method is
+     * only available via gRPC or WebChannel (not REST).
+     * 
+ */ + public io.grpc.stub.StreamObserver write( + io.grpc.stub.StreamObserver responseObserver) { + return io.grpc.stub.ClientCalls.asyncBidiStreamingCall( + getChannel().newCall(getWriteMethod(), getCallOptions()), responseObserver); + } + + /** + *
+     * Listens to changes. This method is only available via gRPC or WebChannel
+     * (not REST).
+     * 
+ */ + public io.grpc.stub.StreamObserver listen( + io.grpc.stub.StreamObserver responseObserver) { + return io.grpc.stub.ClientCalls.asyncBidiStreamingCall( + getChannel().newCall(getListenMethod(), getCallOptions()), responseObserver); + } + + /** + *
+     * Lists all the collection IDs underneath a document.
+     * 
+ */ + public void listCollectionIds(com.google.firestore.v1.ListCollectionIdsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getListCollectionIdsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Applies a batch of write operations.
+     * The BatchWrite method does not apply the write operations atomically
+     * and can apply them out of order. Method does not allow more than one write
+     * per document. Each write succeeds or fails independently. See the
+     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
+     * success status of each write.
+     * If you require an atomically applied set of writes, use
+     * [Commit][google.firestore.v1.Firestore.Commit] instead.
+     * 
+ */ + public void batchWrite(com.google.firestore.v1.BatchWriteRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getBatchWriteMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Creates a new document.
+     * 
+ */ + public void createDocument(com.google.firestore.v1.CreateDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getCreateDocumentMethod(), getCallOptions()), request, responseObserver); + } + } + + /** + * A stub to allow clients to do synchronous rpc calls to service Firestore. + *
+   * The Cloud Firestore service.
+   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
+   * document database that simplifies storing, syncing, and querying data for
+   * your mobile, web, and IoT apps at global scale. Its client libraries provide
+   * live synchronization and offline support, while its security features and
+   * integrations with Firebase and Google Cloud Platform accelerate building
+   * truly serverless apps.
+   * 
+ */ + public static final class FirestoreBlockingStub + extends io.grpc.stub.AbstractBlockingStub { + private FirestoreBlockingStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected FirestoreBlockingStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new FirestoreBlockingStub(channel, callOptions); + } + + /** + *
+     * Gets a single document.
+     * 
+ */ + public com.google.firestore.v1.Document getDocument(com.google.firestore.v1.GetDocumentRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetDocumentMethod(), getCallOptions(), request); + } + + /** + *
+     * Lists documents.
+     * 
+ */ + public com.google.firestore.v1.ListDocumentsResponse listDocuments(com.google.firestore.v1.ListDocumentsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListDocumentsMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates or inserts a document.
+     * 
+ */ + public com.google.firestore.v1.Document updateDocument(com.google.firestore.v1.UpdateDocumentRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateDocumentMethod(), getCallOptions(), request); + } + + /** + *
+     * Deletes a document.
+     * 
+ */ + public com.google.protobuf.Empty deleteDocument(com.google.firestore.v1.DeleteDocumentRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteDocumentMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets multiple documents.
+     * Documents returned by this method are not guaranteed to be returned in the
+     * same order that they were requested.
+     * 
+ */ + public java.util.Iterator batchGetDocuments( + com.google.firestore.v1.BatchGetDocumentsRequest request) { + return io.grpc.stub.ClientCalls.blockingServerStreamingCall( + getChannel(), getBatchGetDocumentsMethod(), getCallOptions(), request); + } + + /** + *
+     * Starts a new transaction.
+     * 
+ */ + public com.google.firestore.v1.BeginTransactionResponse beginTransaction(com.google.firestore.v1.BeginTransactionRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getBeginTransactionMethod(), getCallOptions(), request); + } + + /** + *
+     * Commits a transaction, while optionally updating documents.
+     * 
+ */ + public com.google.firestore.v1.CommitResponse commit(com.google.firestore.v1.CommitRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCommitMethod(), getCallOptions(), request); + } + + /** + *
+     * Rolls back a transaction.
+     * 
+ */ + public com.google.protobuf.Empty rollback(com.google.firestore.v1.RollbackRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRollbackMethod(), getCallOptions(), request); + } + + /** + *
+     * Runs a query.
+     * 
+ */ + public java.util.Iterator runQuery( + com.google.firestore.v1.RunQueryRequest request) { + return io.grpc.stub.ClientCalls.blockingServerStreamingCall( + getChannel(), getRunQueryMethod(), getCallOptions(), request); + } + + /** + *
+     * Runs an aggregation query.
+     * Rather than producing [Document][google.firestore.v1.Document] results like
+     * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
+     * allows running an aggregation to produce a series of
+     * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
+     * High-Level Example:
+     * ```
+     * -- Return the number of documents in table given a filter.
+     * SELECT COUNT(*) FROM ( SELECT * FROM k where a = true );
+     * ```
+     * 
+ */ + public java.util.Iterator runAggregationQuery( + com.google.firestore.v1.RunAggregationQueryRequest request) { + return io.grpc.stub.ClientCalls.blockingServerStreamingCall( + getChannel(), getRunAggregationQueryMethod(), getCallOptions(), request); + } + + /** + *
+     * Partitions a query by returning partition cursors that can be used to run
+     * the query in parallel. The returned partition cursors are split points that
+     * can be used by RunQuery as starting/end points for the query results.
+     * 
+ */ + public com.google.firestore.v1.PartitionQueryResponse partitionQuery(com.google.firestore.v1.PartitionQueryRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getPartitionQueryMethod(), getCallOptions(), request); + } + + /** + *
+     * Lists all the collection IDs underneath a document.
+     * 
+ */ + public com.google.firestore.v1.ListCollectionIdsResponse listCollectionIds(com.google.firestore.v1.ListCollectionIdsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListCollectionIdsMethod(), getCallOptions(), request); + } + + /** + *
+     * Applies a batch of write operations.
+     * The BatchWrite method does not apply the write operations atomically
+     * and can apply them out of order. Method does not allow more than one write
+     * per document. Each write succeeds or fails independently. See the
+     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
+     * success status of each write.
+     * If you require an atomically applied set of writes, use
+     * [Commit][google.firestore.v1.Firestore.Commit] instead.
+     * 
+ */ + public com.google.firestore.v1.BatchWriteResponse batchWrite(com.google.firestore.v1.BatchWriteRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getBatchWriteMethod(), getCallOptions(), request); + } + + /** + *
+     * Creates a new document.
+     * 
+ */ + public com.google.firestore.v1.Document createDocument(com.google.firestore.v1.CreateDocumentRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateDocumentMethod(), getCallOptions(), request); + } + } + + /** + * A stub to allow clients to do ListenableFuture-style rpc calls to service Firestore. + *
+   * The Cloud Firestore service.
+   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
+   * document database that simplifies storing, syncing, and querying data for
+   * your mobile, web, and IoT apps at global scale. Its client libraries provide
+   * live synchronization and offline support, while its security features and
+   * integrations with Firebase and Google Cloud Platform accelerate building
+   * truly serverless apps.
+   * 
+ */ + public static final class FirestoreFutureStub + extends io.grpc.stub.AbstractFutureStub { + private FirestoreFutureStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected FirestoreFutureStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new FirestoreFutureStub(channel, callOptions); + } + + /** + *
+     * Gets a single document.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture getDocument( + com.google.firestore.v1.GetDocumentRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getGetDocumentMethod(), getCallOptions()), request); + } + + /** + *
+     * Lists documents.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture listDocuments( + com.google.firestore.v1.ListDocumentsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getListDocumentsMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates or inserts a document.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture updateDocument( + com.google.firestore.v1.UpdateDocumentRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getUpdateDocumentMethod(), getCallOptions()), request); + } + + /** + *
+     * Deletes a document.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture deleteDocument( + com.google.firestore.v1.DeleteDocumentRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getDeleteDocumentMethod(), getCallOptions()), request); + } + + /** + *
+     * Starts a new transaction.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture beginTransaction( + com.google.firestore.v1.BeginTransactionRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getBeginTransactionMethod(), getCallOptions()), request); + } + + /** + *
+     * Commits a transaction, while optionally updating documents.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture commit( + com.google.firestore.v1.CommitRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getCommitMethod(), getCallOptions()), request); + } + + /** + *
+     * Rolls back a transaction.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture rollback( + com.google.firestore.v1.RollbackRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRollbackMethod(), getCallOptions()), request); + } + + /** + *
+     * Partitions a query by returning partition cursors that can be used to run
+     * the query in parallel. The returned partition cursors are split points that
+     * can be used by RunQuery as starting/end points for the query results.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture partitionQuery( + com.google.firestore.v1.PartitionQueryRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getPartitionQueryMethod(), getCallOptions()), request); + } + + /** + *
+     * Lists all the collection IDs underneath a document.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture listCollectionIds( + com.google.firestore.v1.ListCollectionIdsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getListCollectionIdsMethod(), getCallOptions()), request); + } + + /** + *
+     * Applies a batch of write operations.
+     * The BatchWrite method does not apply the write operations atomically
+     * and can apply them out of order. Method does not allow more than one write
+     * per document. Each write succeeds or fails independently. See the
+     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
+     * success status of each write.
+     * If you require an atomically applied set of writes, use
+     * [Commit][google.firestore.v1.Firestore.Commit] instead.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture batchWrite( + com.google.firestore.v1.BatchWriteRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getBatchWriteMethod(), getCallOptions()), request); + } + + /** + *
+     * Creates a new document.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture createDocument( + com.google.firestore.v1.CreateDocumentRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getCreateDocumentMethod(), getCallOptions()), request); + } + } + + private static final int METHODID_GET_DOCUMENT = 0; + private static final int METHODID_LIST_DOCUMENTS = 1; + private static final int METHODID_UPDATE_DOCUMENT = 2; + private static final int METHODID_DELETE_DOCUMENT = 3; + private static final int METHODID_BATCH_GET_DOCUMENTS = 4; + private static final int METHODID_BEGIN_TRANSACTION = 5; + private static final int METHODID_COMMIT = 6; + private static final int METHODID_ROLLBACK = 7; + private static final int METHODID_RUN_QUERY = 8; + private static final int METHODID_RUN_AGGREGATION_QUERY = 9; + private static final int METHODID_PARTITION_QUERY = 10; + private static final int METHODID_LIST_COLLECTION_IDS = 11; + private static final int METHODID_BATCH_WRITE = 12; + private static final int METHODID_CREATE_DOCUMENT = 13; + private static final int METHODID_WRITE = 14; + private static final int METHODID_LISTEN = 15; + + private static final class MethodHandlers implements + io.grpc.stub.ServerCalls.UnaryMethod, + io.grpc.stub.ServerCalls.ServerStreamingMethod, + io.grpc.stub.ServerCalls.ClientStreamingMethod, + io.grpc.stub.ServerCalls.BidiStreamingMethod { + private final AsyncService serviceImpl; + private final int methodId; + + MethodHandlers(AsyncService serviceImpl, int methodId) { + this.serviceImpl = serviceImpl; + this.methodId = methodId; + } + + @java.lang.Override + @java.lang.SuppressWarnings("unchecked") + public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { + switch (methodId) { + case METHODID_GET_DOCUMENT: + serviceImpl.getDocument((com.google.firestore.v1.GetDocumentRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_LIST_DOCUMENTS: + serviceImpl.listDocuments((com.google.firestore.v1.ListDocumentsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_UPDATE_DOCUMENT: + serviceImpl.updateDocument((com.google.firestore.v1.UpdateDocumentRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_DELETE_DOCUMENT: + serviceImpl.deleteDocument((com.google.firestore.v1.DeleteDocumentRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_BATCH_GET_DOCUMENTS: + serviceImpl.batchGetDocuments((com.google.firestore.v1.BatchGetDocumentsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_BEGIN_TRANSACTION: + serviceImpl.beginTransaction((com.google.firestore.v1.BeginTransactionRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_COMMIT: + serviceImpl.commit((com.google.firestore.v1.CommitRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_ROLLBACK: + serviceImpl.rollback((com.google.firestore.v1.RollbackRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RUN_QUERY: + serviceImpl.runQuery((com.google.firestore.v1.RunQueryRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RUN_AGGREGATION_QUERY: + serviceImpl.runAggregationQuery((com.google.firestore.v1.RunAggregationQueryRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_PARTITION_QUERY: + serviceImpl.partitionQuery((com.google.firestore.v1.PartitionQueryRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_LIST_COLLECTION_IDS: + serviceImpl.listCollectionIds((com.google.firestore.v1.ListCollectionIdsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_BATCH_WRITE: + serviceImpl.batchWrite((com.google.firestore.v1.BatchWriteRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_CREATE_DOCUMENT: + serviceImpl.createDocument((com.google.firestore.v1.CreateDocumentRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + default: + throw new AssertionError(); + } + } + + @java.lang.Override + @java.lang.SuppressWarnings("unchecked") + public io.grpc.stub.StreamObserver invoke( + io.grpc.stub.StreamObserver responseObserver) { + switch (methodId) { + case METHODID_WRITE: + return (io.grpc.stub.StreamObserver) serviceImpl.write( + (io.grpc.stub.StreamObserver) responseObserver); + case METHODID_LISTEN: + return (io.grpc.stub.StreamObserver) serviceImpl.listen( + (io.grpc.stub.StreamObserver) responseObserver); + default: + throw new AssertionError(); + } + } + } + + public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) { + return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) + .addMethod( + getGetDocumentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.GetDocumentRequest, + com.google.firestore.v1.Document>( + service, METHODID_GET_DOCUMENT))) + .addMethod( + getListDocumentsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.ListDocumentsRequest, + com.google.firestore.v1.ListDocumentsResponse>( + service, METHODID_LIST_DOCUMENTS))) + .addMethod( + getUpdateDocumentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.UpdateDocumentRequest, + com.google.firestore.v1.Document>( + service, METHODID_UPDATE_DOCUMENT))) + .addMethod( + getDeleteDocumentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.DeleteDocumentRequest, + com.google.protobuf.Empty>( + service, METHODID_DELETE_DOCUMENT))) + .addMethod( + getBatchGetDocumentsMethod(), + io.grpc.stub.ServerCalls.asyncServerStreamingCall( + new MethodHandlers< + com.google.firestore.v1.BatchGetDocumentsRequest, + com.google.firestore.v1.BatchGetDocumentsResponse>( + service, METHODID_BATCH_GET_DOCUMENTS))) + .addMethod( + getBeginTransactionMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.BeginTransactionRequest, + com.google.firestore.v1.BeginTransactionResponse>( + service, METHODID_BEGIN_TRANSACTION))) + .addMethod( + getCommitMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.CommitRequest, + com.google.firestore.v1.CommitResponse>( + service, METHODID_COMMIT))) + .addMethod( + getRollbackMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.RollbackRequest, + com.google.protobuf.Empty>( + service, METHODID_ROLLBACK))) + .addMethod( + getRunQueryMethod(), + io.grpc.stub.ServerCalls.asyncServerStreamingCall( + new MethodHandlers< + com.google.firestore.v1.RunQueryRequest, + com.google.firestore.v1.RunQueryResponse>( + service, METHODID_RUN_QUERY))) + .addMethod( + getRunAggregationQueryMethod(), + io.grpc.stub.ServerCalls.asyncServerStreamingCall( + new MethodHandlers< + com.google.firestore.v1.RunAggregationQueryRequest, + com.google.firestore.v1.RunAggregationQueryResponse>( + service, METHODID_RUN_AGGREGATION_QUERY))) + .addMethod( + getPartitionQueryMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.PartitionQueryRequest, + com.google.firestore.v1.PartitionQueryResponse>( + service, METHODID_PARTITION_QUERY))) + .addMethod( + getWriteMethod(), + io.grpc.stub.ServerCalls.asyncBidiStreamingCall( + new MethodHandlers< + com.google.firestore.v1.WriteRequest, + com.google.firestore.v1.WriteResponse>( + service, METHODID_WRITE))) + .addMethod( + getListenMethod(), + io.grpc.stub.ServerCalls.asyncBidiStreamingCall( + new MethodHandlers< + com.google.firestore.v1.ListenRequest, + com.google.firestore.v1.ListenResponse>( + service, METHODID_LISTEN))) + .addMethod( + getListCollectionIdsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.ListCollectionIdsRequest, + com.google.firestore.v1.ListCollectionIdsResponse>( + service, METHODID_LIST_COLLECTION_IDS))) + .addMethod( + getBatchWriteMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.BatchWriteRequest, + com.google.firestore.v1.BatchWriteResponse>( + service, METHODID_BATCH_WRITE))) + .addMethod( + getCreateDocumentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.CreateDocumentRequest, + com.google.firestore.v1.Document>( + service, METHODID_CREATE_DOCUMENT))) + .build(); + } + + private static abstract class FirestoreBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { + FirestoreBaseDescriptorSupplier() {} + + @java.lang.Override + public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { + return com.google.firestore.v1.FirestoreProto.getDescriptor(); + } + + @java.lang.Override + public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { + return getFileDescriptor().findServiceByName("Firestore"); + } + } + + private static final class FirestoreFileDescriptorSupplier + extends FirestoreBaseDescriptorSupplier { + FirestoreFileDescriptorSupplier() {} + } + + private static final class FirestoreMethodDescriptorSupplier + extends FirestoreBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { + private final java.lang.String methodName; + + FirestoreMethodDescriptorSupplier(java.lang.String methodName) { + this.methodName = methodName; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { + return getServiceDescriptor().findMethodByName(methodName); + } + } + + private static volatile io.grpc.ServiceDescriptor serviceDescriptor; + + public static io.grpc.ServiceDescriptor getServiceDescriptor() { + io.grpc.ServiceDescriptor result = serviceDescriptor; + if (result == null) { + synchronized (FirestoreGrpc.class) { + result = serviceDescriptor; + if (result == null) { + serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new FirestoreFileDescriptorSupplier()) + .addMethod(getGetDocumentMethod()) + .addMethod(getListDocumentsMethod()) + .addMethod(getUpdateDocumentMethod()) + .addMethod(getDeleteDocumentMethod()) + .addMethod(getBatchGetDocumentsMethod()) + .addMethod(getBeginTransactionMethod()) + .addMethod(getCommitMethod()) + .addMethod(getRollbackMethod()) + .addMethod(getRunQueryMethod()) + .addMethod(getRunAggregationQueryMethod()) + .addMethod(getPartitionQueryMethod()) + .addMethod(getWriteMethod()) + .addMethod(getListenMethod()) + .addMethod(getListCollectionIdsMethod()) + .addMethod(getBatchWriteMethod()) + .addMethod(getCreateDocumentMethod()) + .build(); + } + } + } + return result; + } +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Backup.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Backup.java similarity index 68% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Backup.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Backup.java index aa61d5aa3..b4058835a 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Backup.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Backup.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/backup.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * A Backup of a Cloud Firestore Database.
  *
@@ -31,16 +14,15 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.Backup}
  */
-public final class Backup extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Backup extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Backup)
     BackupOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Backup.newBuilder() to construct.
   private Backup(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Backup() {
     name_ = "";
     database_ = "";
@@ -50,38 +32,34 @@ private Backup() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Backup();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.BackupProto
-        .internal_static_google_firestore_admin_v1_Backup_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.BackupProto
-        .internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable
+    return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.Backup.class,
-            com.google.firestore.admin.v1.Backup.Builder.class);
+            com.google.firestore.admin.v1.Backup.class, com.google.firestore.admin.v1.Backup.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * Indicate the current state of the backup.
    * 
* * Protobuf enum {@code google.firestore.admin.v1.Backup.State} */ - public enum State implements com.google.protobuf.ProtocolMessageEnum { + public enum State + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The state is unspecified.
      * 
@@ -90,8 +68,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ STATE_UNSPECIFIED(0), /** - * - * *
      * The pending backup is still being created. Operations on the
      * backup will be rejected in this state.
@@ -101,8 +77,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     CREATING(1),
     /**
-     *
-     *
      * 
      * The backup is complete and ready to use.
      * 
@@ -111,8 +85,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ READY(2), /** - * - * *
      * The backup is not available at this moment.
      * 
@@ -124,8 +96,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * The state is unspecified.
      * 
@@ -134,8 +104,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The pending backup is still being created. Operations on the
      * backup will be rejected in this state.
@@ -145,8 +113,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int CREATING_VALUE = 1;
     /**
-     *
-     *
      * 
      * The backup is complete and ready to use.
      * 
@@ -155,8 +121,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int READY_VALUE = 2; /** - * - * *
      * The backup is not available at this moment.
      * 
@@ -165,6 +129,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int NOT_AVAILABLE_VALUE = 3; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -189,51 +154,50 @@ public static State valueOf(int value) { */ public static State forNumber(int value) { switch (value) { - case 0: - return STATE_UNSPECIFIED; - case 1: - return CREATING; - case 2: - return READY; - case 3: - return NOT_AVAILABLE; - default: - return null; + case 0: return STATE_UNSPECIFIED; + case 1: return CREATING; + case 2: return READY; + case 3: return NOT_AVAILABLE; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + State> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public State findValueByNumber(int number) { + return State.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public State findValueByNumber(int number) { - return State.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.firestore.admin.v1.Backup.getDescriptor().getEnumTypes().get(0); } private static final State[] VALUES = values(); - public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static State valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -250,105 +214,89 @@ private State(int value) { // @@protoc_insertion_point(enum_scope:google.firestore.admin.v1.Backup.State) } - public interface StatsOrBuilder - extends + public interface StatsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Backup.Stats) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Output only. Summation of the size of all documents and index entries in
      * the backup, measured in bytes.
      * 
* * int64 size_bytes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sizeBytes. */ long getSizeBytes(); /** - * - * *
      * Output only. The total number of documents contained in the backup.
      * 
* * int64 document_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The documentCount. */ long getDocumentCount(); /** - * - * *
      * Output only. The total number of index entries contained in the backup.
      * 
* * int64 index_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The indexCount. */ long getIndexCount(); } /** - * - * *
    * Backup specific statistics.
    * 
* * Protobuf type {@code google.firestore.admin.v1.Backup.Stats} */ - public static final class Stats extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Stats extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Backup.Stats) StatsOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Stats.newBuilder() to construct. private Stats(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private Stats() {} + private Stats() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Stats(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.BackupProto - .internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.BackupProto - .internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable + return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Backup.Stats.class, - com.google.firestore.admin.v1.Backup.Stats.Builder.class); + com.google.firestore.admin.v1.Backup.Stats.class, com.google.firestore.admin.v1.Backup.Stats.Builder.class); } public static final int SIZE_BYTES_FIELD_NUMBER = 1; private long sizeBytes_ = 0L; /** - * - * *
      * Output only. Summation of the size of all documents and index entries in
      * the backup, measured in bytes.
      * 
* * int64 size_bytes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sizeBytes. */ @java.lang.Override @@ -359,14 +307,11 @@ public long getSizeBytes() { public static final int DOCUMENT_COUNT_FIELD_NUMBER = 2; private long documentCount_ = 0L; /** - * - * *
      * Output only. The total number of documents contained in the backup.
      * 
* * int64 document_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The documentCount. */ @java.lang.Override @@ -377,14 +322,11 @@ public long getDocumentCount() { public static final int INDEX_COUNT_FIELD_NUMBER = 3; private long indexCount_ = 0L; /** - * - * *
      * Output only. The total number of index entries contained in the backup.
      * 
* * int64 index_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The indexCount. */ @java.lang.Override @@ -393,7 +335,6 @@ public long getIndexCount() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -405,7 +346,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (sizeBytes_ != 0L) { output.writeInt64(1, sizeBytes_); } @@ -425,13 +367,16 @@ public int getSerializedSize() { size = 0; if (sizeBytes_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, sizeBytes_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(1, sizeBytes_); } if (documentCount_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, documentCount_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(2, documentCount_); } if (indexCount_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, indexCount_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(3, indexCount_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -441,17 +386,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Backup.Stats)) { return super.equals(obj); } - com.google.firestore.admin.v1.Backup.Stats other = - (com.google.firestore.admin.v1.Backup.Stats) obj; + com.google.firestore.admin.v1.Backup.Stats other = (com.google.firestore.admin.v1.Backup.Stats) obj; - if (getSizeBytes() != other.getSizeBytes()) return false; - if (getDocumentCount() != other.getDocumentCount()) return false; - if (getIndexCount() != other.getIndexCount()) return false; + if (getSizeBytes() + != other.getSizeBytes()) return false; + if (getDocumentCount() + != other.getDocumentCount()) return false; + if (getIndexCount() + != other.getIndexCount()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -464,104 +411,103 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + SIZE_BYTES_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getSizeBytes()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getSizeBytes()); hash = (37 * hash) + DOCUMENT_COUNT_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getDocumentCount()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getDocumentCount()); hash = (37 * hash) + INDEX_COUNT_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIndexCount()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIndexCount()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.firestore.admin.v1.Backup.Stats parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.Backup.Stats parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Backup.Stats parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Backup.Stats parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Backup.Stats parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Backup.Stats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Backup.Stats parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Backup.Stats parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Backup.Stats parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Backup.Stats parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.Backup.Stats parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Backup.Stats parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Backup.Stats parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Backup.Stats parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.Backup.Stats prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -571,41 +517,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Backup specific statistics.
      * 
* * Protobuf type {@code google.firestore.admin.v1.Backup.Stats} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Backup.Stats) com.google.firestore.admin.v1.Backup.StatsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.BackupProto - .internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.BackupProto - .internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable + return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Backup.Stats.class, - com.google.firestore.admin.v1.Backup.Stats.Builder.class); + com.google.firestore.admin.v1.Backup.Stats.class, com.google.firestore.admin.v1.Backup.Stats.Builder.class); } // Construct using com.google.firestore.admin.v1.Backup.Stats.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -617,9 +561,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.admin.v1.BackupProto - .internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; } @java.lang.Override @@ -638,11 +582,8 @@ public com.google.firestore.admin.v1.Backup.Stats build() { @java.lang.Override public com.google.firestore.admin.v1.Backup.Stats buildPartial() { - com.google.firestore.admin.v1.Backup.Stats result = - new com.google.firestore.admin.v1.Backup.Stats(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.admin.v1.Backup.Stats result = new com.google.firestore.admin.v1.Backup.Stats(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -664,41 +605,38 @@ private void buildPartial0(com.google.firestore.admin.v1.Backup.Stats result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.Backup.Stats) { - return mergeFrom((com.google.firestore.admin.v1.Backup.Stats) other); + return mergeFrom((com.google.firestore.admin.v1.Backup.Stats)other); } else { super.mergeFrom(other); return this; @@ -742,31 +680,27 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - sizeBytes_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 16: - { - documentCount_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 16 - case 24: - { - indexCount_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 24 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + sizeBytes_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 16: { + documentCount_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 16 + case 24: { + indexCount_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 24 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -776,20 +710,16 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; - private long sizeBytes_; + private long sizeBytes_ ; /** - * - * *
        * Output only. Summation of the size of all documents and index entries in
        * the backup, measured in bytes.
        * 
* * int64 size_bytes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sizeBytes. */ @java.lang.Override @@ -797,15 +727,12 @@ public long getSizeBytes() { return sizeBytes_; } /** - * - * *
        * Output only. Summation of the size of all documents and index entries in
        * the backup, measured in bytes.
        * 
* * int64 size_bytes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The sizeBytes to set. * @return This builder for chaining. */ @@ -817,15 +744,12 @@ public Builder setSizeBytes(long value) { return this; } /** - * - * *
        * Output only. Summation of the size of all documents and index entries in
        * the backup, measured in bytes.
        * 
* * int64 size_bytes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearSizeBytes() { @@ -835,16 +759,13 @@ public Builder clearSizeBytes() { return this; } - private long documentCount_; + private long documentCount_ ; /** - * - * *
        * Output only. The total number of documents contained in the backup.
        * 
* * int64 document_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The documentCount. */ @java.lang.Override @@ -852,14 +773,11 @@ public long getDocumentCount() { return documentCount_; } /** - * - * *
        * Output only. The total number of documents contained in the backup.
        * 
* * int64 document_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The documentCount to set. * @return This builder for chaining. */ @@ -871,14 +789,11 @@ public Builder setDocumentCount(long value) { return this; } /** - * - * *
        * Output only. The total number of documents contained in the backup.
        * 
* * int64 document_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearDocumentCount() { @@ -888,16 +803,13 @@ public Builder clearDocumentCount() { return this; } - private long indexCount_; + private long indexCount_ ; /** - * - * *
        * Output only. The total number of index entries contained in the backup.
        * 
* * int64 index_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The indexCount. */ @java.lang.Override @@ -905,14 +817,11 @@ public long getIndexCount() { return indexCount_; } /** - * - * *
        * Output only. The total number of index entries contained in the backup.
        * 
* * int64 index_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The indexCount to set. * @return This builder for chaining. */ @@ -924,14 +833,11 @@ public Builder setIndexCount(long value) { return this; } /** - * - * *
        * Output only. The total number of index entries contained in the backup.
        * 
* * int64 index_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearIndexCount() { @@ -940,7 +846,6 @@ public Builder clearIndexCount() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -953,12 +858,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Backup.Stats) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Backup.Stats) private static final com.google.firestore.admin.v1.Backup.Stats DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Backup.Stats(); } @@ -967,28 +872,27 @@ public static com.google.firestore.admin.v1.Backup.Stats getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Stats parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Stats parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1003,16 +907,14 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Backup.Stats getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** - * - * *
    * Output only. The unique resource name of the Backup.
    *
@@ -1020,7 +922,6 @@ public com.google.firestore.admin.v1.Backup.Stats getDefaultInstanceForType() {
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The name. */ @java.lang.Override @@ -1029,15 +930,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Output only. The unique resource name of the Backup.
    *
@@ -1045,15 +945,16 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -1062,22 +963,16 @@ public com.google.protobuf.ByteString getNameBytes() { } public static final int DATABASE_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; /** - * - * *
    * Output only. Name of the Firestore database that the backup is from.
    *
    * Format is `projects/{project}/databases/{database}`.
    * 
* - * - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } - * - * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The database. */ @java.lang.Override @@ -1086,33 +981,31 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** - * - * *
    * Output only. Name of the Firestore database that the backup is from.
    *
    * Format is `projects/{project}/databases/{database}`.
    * 
* - * - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } - * - * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -1121,19 +1014,15 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } public static final int DATABASE_UID_FIELD_NUMBER = 7; - @SuppressWarnings("serial") private volatile java.lang.Object databaseUid_ = ""; /** - * - * *
    * Output only. The system-generated UUID4 for the Firestore database that the
    * backup is from.
    * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The databaseUid. */ @java.lang.Override @@ -1142,30 +1031,30 @@ public java.lang.String getDatabaseUid() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); databaseUid_ = s; return s; } } /** - * - * *
    * Output only. The system-generated UUID4 for the Firestore database that the
    * backup is from.
    * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for databaseUid. */ @java.lang.Override - public com.google.protobuf.ByteString getDatabaseUidBytes() { + public com.google.protobuf.ByteString + getDatabaseUidBytes() { java.lang.Object ref = databaseUid_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); databaseUid_ = b; return b; } else { @@ -1176,17 +1065,12 @@ public com.google.protobuf.ByteString getDatabaseUidBytes() { public static final int SNAPSHOT_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp snapshotTime_; /** - * - * *
    * Output only. The backup contains an externally consistent copy of the
    * database at this time.
    * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the snapshotTime field is set. */ @java.lang.Override @@ -1194,56 +1078,39 @@ public boolean hasSnapshotTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Output only. The backup contains an externally consistent copy of the
    * database at this time.
    * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The snapshotTime. */ @java.lang.Override public com.google.protobuf.Timestamp getSnapshotTime() { - return snapshotTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : snapshotTime_; + return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; } /** - * - * *
    * Output only. The backup contains an externally consistent copy of the
    * database at this time.
    * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() { - return snapshotTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : snapshotTime_; + return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; } public static final int EXPIRE_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp expireTime_; /** - * - * *
    * Output only. The timestamp at which this backup expires.
    * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the expireTime field is set. */ @java.lang.Override @@ -1251,15 +1118,11 @@ public boolean hasExpireTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * Output only. The timestamp at which this backup expires.
    * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The expireTime. */ @java.lang.Override @@ -1267,14 +1130,11 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } /** - * - * *
    * Output only. The timestamp at which this backup expires.
    * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { @@ -1284,8 +1144,6 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { public static final int STATS_FIELD_NUMBER = 6; private com.google.firestore.admin.v1.Backup.Stats stats_; /** - * - * *
    * Output only. Statistics about the backup.
    *
@@ -1293,10 +1151,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
    * secondary storage. This field will be empty till then.
    * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the stats field is set. */ @java.lang.Override @@ -1304,8 +1159,6 @@ public boolean hasStats() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * Output only. Statistics about the backup.
    *
@@ -1313,21 +1166,14 @@ public boolean hasStats() {
    * secondary storage. This field will be empty till then.
    * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The stats. */ @java.lang.Override public com.google.firestore.admin.v1.Backup.Stats getStats() { - return stats_ == null - ? com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() - : stats_; + return stats_ == null ? com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() : stats_; } /** - * - * *
    * Output only. Statistics about the backup.
    *
@@ -1335,58 +1181,40 @@ public com.google.firestore.admin.v1.Backup.Stats getStats() {
    * secondary storage. This field will be empty till then.
    * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.firestore.admin.v1.Backup.StatsOrBuilder getStatsOrBuilder() { - return stats_ == null - ? com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() - : stats_; + return stats_ == null ? com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() : stats_; } public static final int STATE_FIELD_NUMBER = 8; private int state_ = 0; /** - * - * *
    * Output only. The current state of the backup.
    * 
* - * - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
    * Output only. The current state of the backup.
    * 
* - * - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ - @java.lang.Override - public com.google.firestore.admin.v1.Backup.State getState() { - com.google.firestore.admin.v1.Backup.State result = - com.google.firestore.admin.v1.Backup.State.forNumber(state_); + @java.lang.Override public com.google.firestore.admin.v1.Backup.State getState() { + com.google.firestore.admin.v1.Backup.State result = com.google.firestore.admin.v1.Backup.State.forNumber(state_); return result == null ? com.google.firestore.admin.v1.Backup.State.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1398,7 +1226,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -1436,19 +1265,23 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, database_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getSnapshotTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getSnapshotTime()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getExpireTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getExpireTime()); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getStats()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getStats()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(databaseUid_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, databaseUid_); } if (state_ != com.google.firestore.admin.v1.Backup.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(8, state_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(8, state_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1458,27 +1291,33 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Backup)) { return super.equals(obj); } com.google.firestore.admin.v1.Backup other = (com.google.firestore.admin.v1.Backup) obj; - if (!getName().equals(other.getName())) return false; - if (!getDatabase().equals(other.getDatabase())) return false; - if (!getDatabaseUid().equals(other.getDatabaseUid())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getDatabase() + .equals(other.getDatabase())) return false; + if (!getDatabaseUid() + .equals(other.getDatabaseUid())) return false; if (hasSnapshotTime() != other.hasSnapshotTime()) return false; if (hasSnapshotTime()) { - if (!getSnapshotTime().equals(other.getSnapshotTime())) return false; + if (!getSnapshotTime() + .equals(other.getSnapshotTime())) return false; } if (hasExpireTime() != other.hasExpireTime()) return false; if (hasExpireTime()) { - if (!getExpireTime().equals(other.getExpireTime())) return false; + if (!getExpireTime() + .equals(other.getExpireTime())) return false; } if (hasStats() != other.hasStats()) return false; if (hasStats()) { - if (!getStats().equals(other.getStats())) return false; + if (!getStats() + .equals(other.getStats())) return false; } if (state_ != other.state_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; @@ -1517,103 +1356,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.Backup parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.Backup parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Backup parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.Backup parseFrom(com.google.protobuf.ByteString data) + public static com.google.firestore.admin.v1.Backup parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Backup parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Backup parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Backup parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Backup parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Backup parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.admin.v1.Backup parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Backup parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Backup parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Backup parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.Backup prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A Backup of a Cloud Firestore Database.
    *
@@ -1623,23 +1458,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.Backup}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Backup)
       com.google.firestore.admin.v1.BackupOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.BackupProto
-          .internal_static_google_firestore_admin_v1_Backup_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.BackupProto
-          .internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable
+      return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.Backup.class,
-              com.google.firestore.admin.v1.Backup.Builder.class);
+              com.google.firestore.admin.v1.Backup.class, com.google.firestore.admin.v1.Backup.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.Backup.newBuilder()
@@ -1647,19 +1480,19 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getSnapshotTimeFieldBuilder();
         getExpireTimeFieldBuilder();
         getStatsFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1687,9 +1520,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.BackupProto
-          .internal_static_google_firestore_admin_v1_Backup_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_descriptor;
     }
 
     @java.lang.Override
@@ -1709,9 +1542,7 @@ public com.google.firestore.admin.v1.Backup build() {
     @java.lang.Override
     public com.google.firestore.admin.v1.Backup buildPartial() {
       com.google.firestore.admin.v1.Backup result = new com.google.firestore.admin.v1.Backup(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -1729,16 +1560,21 @@ private void buildPartial0(com.google.firestore.admin.v1.Backup result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.snapshotTime_ =
-            snapshotTimeBuilder_ == null ? snapshotTime_ : snapshotTimeBuilder_.build();
+        result.snapshotTime_ = snapshotTimeBuilder_ == null
+            ? snapshotTime_
+            : snapshotTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.expireTime_ = expireTimeBuilder_ == null ? expireTime_ : expireTimeBuilder_.build();
+        result.expireTime_ = expireTimeBuilder_ == null
+            ? expireTime_
+            : expireTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.stats_ = statsBuilder_ == null ? stats_ : statsBuilder_.build();
+        result.stats_ = statsBuilder_ == null
+            ? stats_
+            : statsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000040) != 0)) {
@@ -1751,39 +1587,38 @@ private void buildPartial0(com.google.firestore.admin.v1.Backup result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.Backup) {
-        return mergeFrom((com.google.firestore.admin.v1.Backup) other);
+        return mergeFrom((com.google.firestore.admin.v1.Backup)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1845,55 +1680,53 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                database_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 26:
-              {
-                input.readMessage(getSnapshotTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 26
-            case 34:
-              {
-                input.readMessage(getExpireTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 34
-            case 50:
-              {
-                input.readMessage(getStatsFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000020;
-                break;
-              } // case 50
-            case 58:
-              {
-                databaseUid_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 58
-            case 64:
-              {
-                state_ = input.readEnum();
-                bitField0_ |= 0x00000040;
-                break;
-              } // case 64
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              database_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 26: {
+              input.readMessage(
+                  getSnapshotTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 26
+            case 34: {
+              input.readMessage(
+                  getExpireTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 34
+            case 50: {
+              input.readMessage(
+                  getStatsFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000020;
+              break;
+            } // case 50
+            case 58: {
+              databaseUid_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 58
+            case 64: {
+              state_ = input.readEnum();
+              bitField0_ |= 0x00000040;
+              break;
+            } // case 64
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1903,13 +1736,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Output only. The unique resource name of the Backup.
      *
@@ -1917,13 +1747,13 @@ public Builder mergeFrom(
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -1932,8 +1762,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Output only. The unique resource name of the Backup.
      *
@@ -1941,14 +1769,15 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -1956,8 +1785,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Output only. The unique resource name of the Backup.
      *
@@ -1965,22 +1792,18 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Output only. The unique resource name of the Backup.
      *
@@ -1988,7 +1811,6 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearName() { @@ -1998,8 +1820,6 @@ public Builder clearName() { return this; } /** - * - * *
      * Output only. The unique resource name of the Backup.
      *
@@ -2007,14 +1827,12 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -2024,24 +1842,20 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object database_ = ""; /** - * - * *
      * Output only. Name of the Firestore database that the backup is from.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } - * - * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -2050,25 +1864,22 @@ public java.lang.String getDatabase() { } } /** - * - * *
      * Output only. Name of the Firestore database that the backup is from.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } - * - * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for database. */ - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -2076,43 +1887,32 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } } /** - * - * *
      * Output only. Name of the Firestore database that the backup is from.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } - * - * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabase( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } database_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * Output only. Name of the Firestore database that the backup is from.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } - * - * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearDatabase() { @@ -2122,25 +1922,19 @@ public Builder clearDatabase() { return this; } /** - * - * *
      * Output only. Name of the Firestore database that the backup is from.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } - * - * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000002; @@ -2150,21 +1944,19 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { private java.lang.Object databaseUid_ = ""; /** - * - * *
      * Output only. The system-generated UUID4 for the Firestore database that the
      * backup is from.
      * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The databaseUid. */ public java.lang.String getDatabaseUid() { java.lang.Object ref = databaseUid_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); databaseUid_ = s; return s; @@ -2173,22 +1965,21 @@ public java.lang.String getDatabaseUid() { } } /** - * - * *
      * Output only. The system-generated UUID4 for the Firestore database that the
      * backup is from.
      * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for databaseUid. */ - public com.google.protobuf.ByteString getDatabaseUidBytes() { + public com.google.protobuf.ByteString + getDatabaseUidBytes() { java.lang.Object ref = databaseUid_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); databaseUid_ = b; return b; } else { @@ -2196,37 +1987,30 @@ public com.google.protobuf.ByteString getDatabaseUidBytes() { } } /** - * - * *
      * Output only. The system-generated UUID4 for the Firestore database that the
      * backup is from.
      * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The databaseUid to set. * @return This builder for chaining. */ - public Builder setDatabaseUid(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseUid( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } databaseUid_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * Output only. The system-generated UUID4 for the Firestore database that the
      * backup is from.
      * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearDatabaseUid() { @@ -2236,22 +2020,18 @@ public Builder clearDatabaseUid() { return this; } /** - * - * *
      * Output only. The system-generated UUID4 for the Firestore database that the
      * backup is from.
      * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for databaseUid to set. * @return This builder for chaining. */ - public Builder setDatabaseUidBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseUidBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); databaseUid_ = value; bitField0_ |= 0x00000004; @@ -2261,61 +2041,42 @@ public Builder setDatabaseUidBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.Timestamp snapshotTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - snapshotTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> snapshotTimeBuilder_; /** - * - * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the snapshotTime field is set. */ public boolean hasSnapshotTime() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The snapshotTime. */ public com.google.protobuf.Timestamp getSnapshotTime() { if (snapshotTimeBuilder_ == null) { - return snapshotTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : snapshotTime_; + return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; } else { return snapshotTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setSnapshotTime(com.google.protobuf.Timestamp value) { if (snapshotTimeBuilder_ == null) { @@ -2331,18 +2092,15 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setSnapshotTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (snapshotTimeBuilder_ == null) { snapshotTime_ = builderForValue.build(); } else { @@ -2353,22 +2111,18 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForV return this; } /** - * - * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) { if (snapshotTimeBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) - && snapshotTime_ != null - && snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) && + snapshotTime_ != null && + snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getSnapshotTimeBuilder().mergeFrom(value); } else { snapshotTime_ = value; @@ -2383,16 +2137,12 @@ public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearSnapshotTime() { bitField0_ = (bitField0_ & ~0x00000008); @@ -2405,16 +2155,12 @@ public Builder clearSnapshotTime() { return this; } /** - * - * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getSnapshotTimeBuilder() { bitField0_ |= 0x00000008; @@ -2422,50 +2168,38 @@ public com.google.protobuf.Timestamp.Builder getSnapshotTimeBuilder() { return getSnapshotTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() { if (snapshotTimeBuilder_ != null) { return snapshotTimeBuilder_.getMessageOrBuilder(); } else { - return snapshotTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : snapshotTime_; + return snapshotTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; } } /** - * - * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getSnapshotTimeFieldBuilder() { if (snapshotTimeBuilder_ == null) { - snapshotTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getSnapshotTime(), getParentForChildren(), isClean()); + snapshotTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getSnapshotTime(), + getParentForChildren(), + isClean()); snapshotTime_ = null; } return snapshotTimeBuilder_; @@ -2473,58 +2207,39 @@ public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() { private com.google.protobuf.Timestamp expireTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - expireTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; /** - * - * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the expireTime field is set. */ public boolean hasExpireTime() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The expireTime. */ public com.google.protobuf.Timestamp getExpireTime() { if (expireTimeBuilder_ == null) { - return expireTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : expireTime_; + return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } else { return expireTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setExpireTime(com.google.protobuf.Timestamp value) { if (expireTimeBuilder_ == null) { @@ -2540,17 +2255,14 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setExpireTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (expireTimeBuilder_ == null) { expireTime_ = builderForValue.build(); } else { @@ -2561,21 +2273,17 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { if (expireTimeBuilder_ == null) { - if (((bitField0_ & 0x00000010) != 0) - && expireTime_ != null - && expireTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000010) != 0) && + expireTime_ != null && + expireTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getExpireTimeBuilder().mergeFrom(value); } else { expireTime_ = value; @@ -2590,15 +2298,11 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearExpireTime() { bitField0_ = (bitField0_ & ~0x00000010); @@ -2611,15 +2315,11 @@ public Builder clearExpireTime() { return this; } /** - * - * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { bitField0_ |= 0x00000010; @@ -2627,48 +2327,36 @@ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { return getExpireTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { if (expireTimeBuilder_ != null) { return expireTimeBuilder_.getMessageOrBuilder(); } else { - return expireTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : expireTime_; + return expireTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } } /** - * - * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getExpireTimeFieldBuilder() { if (expireTimeBuilder_ == null) { - expireTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getExpireTime(), getParentForChildren(), isClean()); + expireTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getExpireTime(), + getParentForChildren(), + isClean()); expireTime_ = null; } return expireTimeBuilder_; @@ -2676,13 +2364,8 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { private com.google.firestore.admin.v1.Backup.Stats stats_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Backup.Stats, - com.google.firestore.admin.v1.Backup.Stats.Builder, - com.google.firestore.admin.v1.Backup.StatsOrBuilder> - statsBuilder_; + com.google.firestore.admin.v1.Backup.Stats, com.google.firestore.admin.v1.Backup.Stats.Builder, com.google.firestore.admin.v1.Backup.StatsOrBuilder> statsBuilder_; /** - * - * *
      * Output only. Statistics about the backup.
      *
@@ -2690,18 +2373,13 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
      * secondary storage. This field will be empty till then.
      * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the stats field is set. */ public boolean hasStats() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
      * Output only. Statistics about the backup.
      *
@@ -2709,24 +2387,17 @@ public boolean hasStats() {
      * secondary storage. This field will be empty till then.
      * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The stats. */ public com.google.firestore.admin.v1.Backup.Stats getStats() { if (statsBuilder_ == null) { - return stats_ == null - ? com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() - : stats_; + return stats_ == null ? com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() : stats_; } else { return statsBuilder_.getMessage(); } } /** - * - * *
      * Output only. Statistics about the backup.
      *
@@ -2734,9 +2405,7 @@ public com.google.firestore.admin.v1.Backup.Stats getStats() {
      * secondary storage. This field will be empty till then.
      * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setStats(com.google.firestore.admin.v1.Backup.Stats value) { if (statsBuilder_ == null) { @@ -2752,8 +2421,6 @@ public Builder setStats(com.google.firestore.admin.v1.Backup.Stats value) { return this; } /** - * - * *
      * Output only. Statistics about the backup.
      *
@@ -2761,11 +2428,10 @@ public Builder setStats(com.google.firestore.admin.v1.Backup.Stats value) {
      * secondary storage. This field will be empty till then.
      * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setStats(com.google.firestore.admin.v1.Backup.Stats.Builder builderForValue) { + public Builder setStats( + com.google.firestore.admin.v1.Backup.Stats.Builder builderForValue) { if (statsBuilder_ == null) { stats_ = builderForValue.build(); } else { @@ -2776,8 +2442,6 @@ public Builder setStats(com.google.firestore.admin.v1.Backup.Stats.Builder build return this; } /** - * - * *
      * Output only. Statistics about the backup.
      *
@@ -2785,15 +2449,13 @@ public Builder setStats(com.google.firestore.admin.v1.Backup.Stats.Builder build
      * secondary storage. This field will be empty till then.
      * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeStats(com.google.firestore.admin.v1.Backup.Stats value) { if (statsBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) - && stats_ != null - && stats_ != com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) && + stats_ != null && + stats_ != com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance()) { getStatsBuilder().mergeFrom(value); } else { stats_ = value; @@ -2808,8 +2470,6 @@ public Builder mergeStats(com.google.firestore.admin.v1.Backup.Stats value) { return this; } /** - * - * *
      * Output only. Statistics about the backup.
      *
@@ -2817,9 +2477,7 @@ public Builder mergeStats(com.google.firestore.admin.v1.Backup.Stats value) {
      * secondary storage. This field will be empty till then.
      * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearStats() { bitField0_ = (bitField0_ & ~0x00000020); @@ -2832,8 +2490,6 @@ public Builder clearStats() { return this; } /** - * - * *
      * Output only. Statistics about the backup.
      *
@@ -2841,9 +2497,7 @@ public Builder clearStats() {
      * secondary storage. This field will be empty till then.
      * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.firestore.admin.v1.Backup.Stats.Builder getStatsBuilder() { bitField0_ |= 0x00000020; @@ -2851,8 +2505,6 @@ public com.google.firestore.admin.v1.Backup.Stats.Builder getStatsBuilder() { return getStatsFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. Statistics about the backup.
      *
@@ -2860,22 +2512,17 @@ public com.google.firestore.admin.v1.Backup.Stats.Builder getStatsBuilder() {
      * secondary storage. This field will be empty till then.
      * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.firestore.admin.v1.Backup.StatsOrBuilder getStatsOrBuilder() { if (statsBuilder_ != null) { return statsBuilder_.getMessageOrBuilder(); } else { - return stats_ == null - ? com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() - : stats_; + return stats_ == null ? + com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() : stats_; } } /** - * - * *
      * Output only. Statistics about the backup.
      *
@@ -2883,22 +2530,17 @@ public com.google.firestore.admin.v1.Backup.StatsOrBuilder getStatsOrBuilder() {
      * secondary storage. This field will be empty till then.
      * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Backup.Stats, - com.google.firestore.admin.v1.Backup.Stats.Builder, - com.google.firestore.admin.v1.Backup.StatsOrBuilder> + com.google.firestore.admin.v1.Backup.Stats, com.google.firestore.admin.v1.Backup.Stats.Builder, com.google.firestore.admin.v1.Backup.StatsOrBuilder> getStatsFieldBuilder() { if (statsBuilder_ == null) { - statsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Backup.Stats, - com.google.firestore.admin.v1.Backup.Stats.Builder, - com.google.firestore.admin.v1.Backup.StatsOrBuilder>( - getStats(), getParentForChildren(), isClean()); + statsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Backup.Stats, com.google.firestore.admin.v1.Backup.Stats.Builder, com.google.firestore.admin.v1.Backup.StatsOrBuilder>( + getStats(), + getParentForChildren(), + isClean()); stats_ = null; } return statsBuilder_; @@ -2906,33 +2548,22 @@ public com.google.firestore.admin.v1.Backup.StatsOrBuilder getStatsOrBuilder() { private int state_ = 0; /** - * - * *
      * Output only. The current state of the backup.
      * 
* - * - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
      * Output only. The current state of the backup.
      * 
* - * - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ @@ -2943,35 +2574,24 @@ public Builder setStateValue(int value) { return this; } /** - * - * *
      * Output only. The current state of the backup.
      * 
* - * - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ @java.lang.Override public com.google.firestore.admin.v1.Backup.State getState() { - com.google.firestore.admin.v1.Backup.State result = - com.google.firestore.admin.v1.Backup.State.forNumber(state_); + com.google.firestore.admin.v1.Backup.State result = com.google.firestore.admin.v1.Backup.State.forNumber(state_); return result == null ? com.google.firestore.admin.v1.Backup.State.UNRECOGNIZED : result; } /** - * - * *
      * Output only. The current state of the backup.
      * 
* - * - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The state to set. * @return This builder for chaining. */ @@ -2985,16 +2605,11 @@ public Builder setState(com.google.firestore.admin.v1.Backup.State value) { return this; } /** - * - * *
      * Output only. The current state of the backup.
      * 
* - * - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearState() { @@ -3003,9 +2618,9 @@ public Builder clearState() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -3015,12 +2630,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Backup) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Backup) private static final com.google.firestore.admin.v1.Backup DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Backup(); } @@ -3029,27 +2644,27 @@ public static com.google.firestore.admin.v1.Backup getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Backup parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Backup parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -3064,4 +2679,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Backup getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupName.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupName.java similarity index 100% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupName.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupName.java diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupOrBuilder.java similarity index 65% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupOrBuilder.java index dd9af1b2c..e9eab8b32 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/backup.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface BackupOrBuilder - extends +public interface BackupOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Backup) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Output only. The unique resource name of the Backup.
    *
@@ -34,13 +16,10 @@ public interface BackupOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Output only. The unique resource name of the Backup.
    *
@@ -48,156 +27,115 @@ public interface BackupOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Output only. Name of the Firestore database that the backup is from.
    *
    * Format is `projects/{project}/databases/{database}`.
    * 
* - * - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } - * - * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The database. */ java.lang.String getDatabase(); /** - * - * *
    * Output only. Name of the Firestore database that the backup is from.
    *
    * Format is `projects/{project}/databases/{database}`.
    * 
* - * - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } - * - * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for database. */ - com.google.protobuf.ByteString getDatabaseBytes(); + com.google.protobuf.ByteString + getDatabaseBytes(); /** - * - * *
    * Output only. The system-generated UUID4 for the Firestore database that the
    * backup is from.
    * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The databaseUid. */ java.lang.String getDatabaseUid(); /** - * - * *
    * Output only. The system-generated UUID4 for the Firestore database that the
    * backup is from.
    * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for databaseUid. */ - com.google.protobuf.ByteString getDatabaseUidBytes(); + com.google.protobuf.ByteString + getDatabaseUidBytes(); /** - * - * *
    * Output only. The backup contains an externally consistent copy of the
    * database at this time.
    * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the snapshotTime field is set. */ boolean hasSnapshotTime(); /** - * - * *
    * Output only. The backup contains an externally consistent copy of the
    * database at this time.
    * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The snapshotTime. */ com.google.protobuf.Timestamp getSnapshotTime(); /** - * - * *
    * Output only. The backup contains an externally consistent copy of the
    * database at this time.
    * 
* - * - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder(); /** - * - * *
    * Output only. The timestamp at which this backup expires.
    * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the expireTime field is set. */ boolean hasExpireTime(); /** - * - * *
    * Output only. The timestamp at which this backup expires.
    * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); /** - * - * *
    * Output only. The timestamp at which this backup expires.
    * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder(); /** - * - * *
    * Output only. Statistics about the backup.
    *
@@ -205,16 +143,11 @@ public interface BackupOrBuilder
    * secondary storage. This field will be empty till then.
    * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the stats field is set. */ boolean hasStats(); /** - * - * *
    * Output only. Statistics about the backup.
    *
@@ -222,16 +155,11 @@ public interface BackupOrBuilder
    * secondary storage. This field will be empty till then.
    * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The stats. */ com.google.firestore.admin.v1.Backup.Stats getStats(); /** - * - * *
    * Output only. Statistics about the backup.
    *
@@ -239,37 +167,25 @@ public interface BackupOrBuilder
    * secondary storage. This field will be empty till then.
    * 
* - * - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.firestore.admin.v1.Backup.StatsOrBuilder getStatsOrBuilder(); /** - * - * *
    * Output only. The current state of the backup.
    * 
* - * - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ int getStateValue(); /** - * - * *
    * Output only. The current state of the backup.
    * 
* - * - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ com.google.firestore.admin.v1.Backup.State getState(); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java new file mode 100644 index 000000000..dcff53ba0 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java @@ -0,0 +1,95 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/backup.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public final class BackupProto { + private BackupProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_Backup_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n&google/firestore/admin/v1/backup.proto" + + "\022\031google.firestore.admin.v1\032\037google/api/" + + "field_behavior.proto\032\031google/api/resourc" + + "e.proto\032\037google/protobuf/timestamp.proto" + + "\"\340\004\n\006Backup\022\021\n\004name\030\001 \001(\tB\003\340A\003\022;\n\010databa" + + "se\030\002 \001(\tB)\340A\003\372A#\n!firestore.googleapis.c" + + "om/Database\022\031\n\014database_uid\030\007 \001(\tB\003\340A\003\0226" + + "\n\rsnapshot_time\030\003 \001(\0132\032.google.protobuf." + + "TimestampB\003\340A\003\0224\n\013expire_time\030\004 \001(\0132\032.go" + + "ogle.protobuf.TimestampB\003\340A\003\022;\n\005stats\030\006 " + + "\001(\0132\'.google.firestore.admin.v1.Backup.S" + + "tatsB\003\340A\003\022;\n\005state\030\010 \001(\0162\'.google.firest" + + "ore.admin.v1.Backup.StateB\003\340A\003\032W\n\005Stats\022" + + "\027\n\nsize_bytes\030\001 \001(\003B\003\340A\003\022\033\n\016document_cou" + + "nt\030\002 \001(\003B\003\340A\003\022\030\n\013index_count\030\003 \001(\003B\003\340A\003\"" + + "J\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014\n\010CREAT" + + "ING\020\001\022\t\n\005READY\020\002\022\021\n\rNOT_AVAILABLE\020\003:^\352A[" + + "\n\037firestore.googleapis.com/Backup\0228proje" + + "cts/{project}/locations/{location}/backu" + + "ps/{backup}B\332\001\n\035com.google.firestore.adm" + + "in.v1B\013BackupProtoP\001Z9cloud.google.com/g" + + "o/firestore/apiv1/admin/adminpb;adminpb\242" + + "\002\004GCFS\252\002\037Google.Cloud.Firestore.Admin.V1" + + "\312\002\037Google\\Cloud\\Firestore\\Admin\\V1\352\002#Goo" + + "gle::Cloud::Firestore::Admin::V1b\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_firestore_admin_v1_Backup_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_Backup_descriptor, + new java.lang.String[] { "Name", "Database", "DatabaseUid", "SnapshotTime", "ExpireTime", "Stats", "State", }); + internal_static_google_firestore_admin_v1_Backup_Stats_descriptor = + internal_static_google_firestore_admin_v1_Backup_descriptor.getNestedTypes().get(0); + internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_Backup_Stats_descriptor, + new java.lang.String[] { "SizeBytes", "DocumentCount", "IndexCount", }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.ResourceProto.resource); + registry.add(com.google.api.ResourceProto.resourceReference); + com.google.protobuf.Descriptors.FileDescriptor + .internalUpdateFileDescriptor(descriptor, registry); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupSchedule.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupSchedule.java similarity index 72% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupSchedule.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupSchedule.java index cb1074ec2..9c43c6915 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupSchedule.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupSchedule.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/schedule.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * A backup schedule for a Cloud Firestore Database.
  *
@@ -31,56 +14,50 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.BackupSchedule}
  */
-public final class BackupSchedule extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class BackupSchedule extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.BackupSchedule)
     BackupScheduleOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use BackupSchedule.newBuilder() to construct.
   private BackupSchedule(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private BackupSchedule() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new BackupSchedule();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.ScheduleProto
-        .internal_static_google_firestore_admin_v1_BackupSchedule_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_BackupSchedule_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.ScheduleProto
-        .internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable
+    return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.BackupSchedule.class,
-            com.google.firestore.admin.v1.BackupSchedule.Builder.class);
+            com.google.firestore.admin.v1.BackupSchedule.class, com.google.firestore.admin.v1.BackupSchedule.Builder.class);
   }
 
   private int bitField0_;
   private int recurrenceCase_ = 0;
-
   @SuppressWarnings("serial")
   private java.lang.Object recurrence_;
-
   public enum RecurrenceCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     DAILY_RECURRENCE(7),
     WEEKLY_RECURRENCE(8),
     RECURRENCE_NOT_SET(0);
     private final int value;
-
     private RecurrenceCase(int value) {
       this.value = value;
     }
@@ -96,33 +73,27 @@ public static RecurrenceCase valueOf(int value) {
 
     public static RecurrenceCase forNumber(int value) {
       switch (value) {
-        case 7:
-          return DAILY_RECURRENCE;
-        case 8:
-          return WEEKLY_RECURRENCE;
-        case 0:
-          return RECURRENCE_NOT_SET;
-        default:
-          return null;
+        case 7: return DAILY_RECURRENCE;
+        case 8: return WEEKLY_RECURRENCE;
+        case 0: return RECURRENCE_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public RecurrenceCase getRecurrenceCase() {
-    return RecurrenceCase.forNumber(recurrenceCase_);
+  public RecurrenceCase
+  getRecurrenceCase() {
+    return RecurrenceCase.forNumber(
+        recurrenceCase_);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
-   *
-   *
    * 
    * Output only. The unique backup schedule identifier across all locations and
    * databases for the given project.
@@ -134,7 +105,6 @@ public RecurrenceCase getRecurrenceCase() {
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The name. */ @java.lang.Override @@ -143,15 +113,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Output only. The unique backup schedule identifier across all locations and
    * databases for the given project.
@@ -163,15 +132,16 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -182,8 +152,6 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int CREATE_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp createTime_; /** - * - * *
    * Output only. The timestamp at which this backup schedule was created and
    * effective since.
@@ -191,9 +159,7 @@ public com.google.protobuf.ByteString getNameBytes() {
    * No backups will be created for this schedule before this time.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ @java.lang.Override @@ -201,8 +167,6 @@ public boolean hasCreateTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Output only. The timestamp at which this backup schedule was created and
    * effective since.
@@ -210,9 +174,7 @@ public boolean hasCreateTime() {
    * No backups will be created for this schedule before this time.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ @java.lang.Override @@ -220,8 +182,6 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** - * - * *
    * Output only. The timestamp at which this backup schedule was created and
    * effective since.
@@ -229,8 +189,7 @@ public com.google.protobuf.Timestamp getCreateTime() {
    * No backups will be created for this schedule before this time.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { @@ -240,17 +199,13 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int UPDATE_TIME_FIELD_NUMBER = 10; private com.google.protobuf.Timestamp updateTime_; /** - * - * *
    * Output only. The timestamp at which this backup schedule was most recently
    * updated. When a backup schedule is first created, this is the same as
    * create_time.
    * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ @java.lang.Override @@ -258,17 +213,13 @@ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * Output only. The timestamp at which this backup schedule was most recently
    * updated. When a backup schedule is first created, this is the same as
    * create_time.
    * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ @java.lang.Override @@ -276,16 +227,13 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** - * - * *
    * Output only. The timestamp at which this backup schedule was most recently
    * updated. When a backup schedule is first created, this is the same as
    * create_time.
    * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { @@ -295,15 +243,12 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { public static final int RETENTION_FIELD_NUMBER = 6; private com.google.protobuf.Duration retention_; /** - * - * *
    * At what relative time in the future, compared to its creation time,
    * the backup should be deleted, e.g. keep backups for 7 days.
    * 
* * .google.protobuf.Duration retention = 6; - * * @return Whether the retention field is set. */ @java.lang.Override @@ -311,15 +256,12 @@ public boolean hasRetention() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * At what relative time in the future, compared to its creation time,
    * the backup should be deleted, e.g. keep backups for 7 days.
    * 
* * .google.protobuf.Duration retention = 6; - * * @return The retention. */ @java.lang.Override @@ -327,8 +269,6 @@ public com.google.protobuf.Duration getRetention() { return retention_ == null ? com.google.protobuf.Duration.getDefaultInstance() : retention_; } /** - * - * *
    * At what relative time in the future, compared to its creation time,
    * the backup should be deleted, e.g. keep backups for 7 days.
@@ -343,14 +283,11 @@ public com.google.protobuf.DurationOrBuilder getRetentionOrBuilder() {
 
   public static final int DAILY_RECURRENCE_FIELD_NUMBER = 7;
   /**
-   *
-   *
    * 
    * For a schedule that runs daily.
    * 
* * .google.firestore.admin.v1.DailyRecurrence daily_recurrence = 7; - * * @return Whether the dailyRecurrence field is set. */ @java.lang.Override @@ -358,26 +295,21 @@ public boolean hasDailyRecurrence() { return recurrenceCase_ == 7; } /** - * - * *
    * For a schedule that runs daily.
    * 
* * .google.firestore.admin.v1.DailyRecurrence daily_recurrence = 7; - * * @return The dailyRecurrence. */ @java.lang.Override public com.google.firestore.admin.v1.DailyRecurrence getDailyRecurrence() { if (recurrenceCase_ == 7) { - return (com.google.firestore.admin.v1.DailyRecurrence) recurrence_; + return (com.google.firestore.admin.v1.DailyRecurrence) recurrence_; } return com.google.firestore.admin.v1.DailyRecurrence.getDefaultInstance(); } /** - * - * *
    * For a schedule that runs daily.
    * 
@@ -387,21 +319,18 @@ public com.google.firestore.admin.v1.DailyRecurrence getDailyRecurrence() { @java.lang.Override public com.google.firestore.admin.v1.DailyRecurrenceOrBuilder getDailyRecurrenceOrBuilder() { if (recurrenceCase_ == 7) { - return (com.google.firestore.admin.v1.DailyRecurrence) recurrence_; + return (com.google.firestore.admin.v1.DailyRecurrence) recurrence_; } return com.google.firestore.admin.v1.DailyRecurrence.getDefaultInstance(); } public static final int WEEKLY_RECURRENCE_FIELD_NUMBER = 8; /** - * - * *
    * For a schedule that runs weekly on a specific day.
    * 
* * .google.firestore.admin.v1.WeeklyRecurrence weekly_recurrence = 8; - * * @return Whether the weeklyRecurrence field is set. */ @java.lang.Override @@ -409,26 +338,21 @@ public boolean hasWeeklyRecurrence() { return recurrenceCase_ == 8; } /** - * - * *
    * For a schedule that runs weekly on a specific day.
    * 
* * .google.firestore.admin.v1.WeeklyRecurrence weekly_recurrence = 8; - * * @return The weeklyRecurrence. */ @java.lang.Override public com.google.firestore.admin.v1.WeeklyRecurrence getWeeklyRecurrence() { if (recurrenceCase_ == 8) { - return (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_; + return (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_; } return com.google.firestore.admin.v1.WeeklyRecurrence.getDefaultInstance(); } /** - * - * *
    * For a schedule that runs weekly on a specific day.
    * 
@@ -438,13 +362,12 @@ public com.google.firestore.admin.v1.WeeklyRecurrence getWeeklyRecurrence() { @java.lang.Override public com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder getWeeklyRecurrenceOrBuilder() { if (recurrenceCase_ == 8) { - return (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_; + return (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_; } return com.google.firestore.admin.v1.WeeklyRecurrence.getDefaultInstance(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -456,7 +379,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -488,23 +412,24 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getCreateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getCreateTime()); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getRetention()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getRetention()); } if (recurrenceCase_ == 7) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 7, (com.google.firestore.admin.v1.DailyRecurrence) recurrence_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(7, (com.google.firestore.admin.v1.DailyRecurrence) recurrence_); } if (recurrenceCase_ == 8) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 8, (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(8, (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getUpdateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, getUpdateTime()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -514,34 +439,39 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.BackupSchedule)) { return super.equals(obj); } - com.google.firestore.admin.v1.BackupSchedule other = - (com.google.firestore.admin.v1.BackupSchedule) obj; + com.google.firestore.admin.v1.BackupSchedule other = (com.google.firestore.admin.v1.BackupSchedule) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (hasCreateTime() != other.hasCreateTime()) return false; if (hasCreateTime()) { - if (!getCreateTime().equals(other.getCreateTime())) return false; + if (!getCreateTime() + .equals(other.getCreateTime())) return false; } if (hasUpdateTime() != other.hasUpdateTime()) return false; if (hasUpdateTime()) { - if (!getUpdateTime().equals(other.getUpdateTime())) return false; + if (!getUpdateTime() + .equals(other.getUpdateTime())) return false; } if (hasRetention() != other.hasRetention()) return false; if (hasRetention()) { - if (!getRetention().equals(other.getRetention())) return false; + if (!getRetention() + .equals(other.getRetention())) return false; } if (!getRecurrenceCase().equals(other.getRecurrenceCase())) return false; switch (recurrenceCase_) { case 7: - if (!getDailyRecurrence().equals(other.getDailyRecurrence())) return false; + if (!getDailyRecurrence() + .equals(other.getDailyRecurrence())) return false; break; case 8: - if (!getWeeklyRecurrence().equals(other.getWeeklyRecurrence())) return false; + if (!getWeeklyRecurrence() + .equals(other.getWeeklyRecurrence())) return false; break; case 0: default: @@ -588,104 +518,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.BackupSchedule parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.BackupSchedule parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.BackupSchedule parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.BackupSchedule parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.BackupSchedule parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.BackupSchedule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.BackupSchedule parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.BackupSchedule parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.BackupSchedule parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.BackupSchedule parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.BackupSchedule parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.BackupSchedule parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.BackupSchedule parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.BackupSchedule parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.BackupSchedule prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A backup schedule for a Cloud Firestore Database.
    *
@@ -695,23 +620,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.BackupSchedule}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.BackupSchedule)
       com.google.firestore.admin.v1.BackupScheduleOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.ScheduleProto
-          .internal_static_google_firestore_admin_v1_BackupSchedule_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_BackupSchedule_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.ScheduleProto
-          .internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable
+      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.BackupSchedule.class,
-              com.google.firestore.admin.v1.BackupSchedule.Builder.class);
+              com.google.firestore.admin.v1.BackupSchedule.class, com.google.firestore.admin.v1.BackupSchedule.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.BackupSchedule.newBuilder()
@@ -719,19 +642,19 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getCreateTimeFieldBuilder();
         getUpdateTimeFieldBuilder();
         getRetentionFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -764,9 +687,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.ScheduleProto
-          .internal_static_google_firestore_admin_v1_BackupSchedule_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_BackupSchedule_descriptor;
     }
 
     @java.lang.Override
@@ -785,11 +708,8 @@ public com.google.firestore.admin.v1.BackupSchedule build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.BackupSchedule buildPartial() {
-      com.google.firestore.admin.v1.BackupSchedule result =
-          new com.google.firestore.admin.v1.BackupSchedule(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.BackupSchedule result = new com.google.firestore.admin.v1.BackupSchedule(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -802,15 +722,21 @@ private void buildPartial0(com.google.firestore.admin.v1.BackupSchedule result)
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.createTime_ = createTimeBuilder_ == null ? createTime_ : createTimeBuilder_.build();
+        result.createTime_ = createTimeBuilder_ == null
+            ? createTime_
+            : createTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.updateTime_ = updateTimeBuilder_ == null ? updateTime_ : updateTimeBuilder_.build();
+        result.updateTime_ = updateTimeBuilder_ == null
+            ? updateTime_
+            : updateTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.retention_ = retentionBuilder_ == null ? retention_ : retentionBuilder_.build();
+        result.retention_ = retentionBuilder_ == null
+            ? retention_
+            : retentionBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       result.bitField0_ |= to_bitField0_;
@@ -819,10 +745,12 @@ private void buildPartial0(com.google.firestore.admin.v1.BackupSchedule result)
     private void buildPartialOneofs(com.google.firestore.admin.v1.BackupSchedule result) {
       result.recurrenceCase_ = recurrenceCase_;
       result.recurrence_ = this.recurrence_;
-      if (recurrenceCase_ == 7 && dailyRecurrenceBuilder_ != null) {
+      if (recurrenceCase_ == 7 &&
+          dailyRecurrenceBuilder_ != null) {
         result.recurrence_ = dailyRecurrenceBuilder_.build();
       }
-      if (recurrenceCase_ == 8 && weeklyRecurrenceBuilder_ != null) {
+      if (recurrenceCase_ == 8 &&
+          weeklyRecurrenceBuilder_ != null) {
         result.recurrence_ = weeklyRecurrenceBuilder_.build();
       }
     }
@@ -831,39 +759,38 @@ private void buildPartialOneofs(com.google.firestore.admin.v1.BackupSchedule res
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.BackupSchedule) {
-        return mergeFrom((com.google.firestore.admin.v1.BackupSchedule) other);
+        return mergeFrom((com.google.firestore.admin.v1.BackupSchedule)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -887,20 +814,17 @@ public Builder mergeFrom(com.google.firestore.admin.v1.BackupSchedule other) {
         mergeRetention(other.getRetention());
       }
       switch (other.getRecurrenceCase()) {
-        case DAILY_RECURRENCE:
-          {
-            mergeDailyRecurrence(other.getDailyRecurrence());
-            break;
-          }
-        case WEEKLY_RECURRENCE:
-          {
-            mergeWeeklyRecurrence(other.getWeeklyRecurrence());
-            break;
-          }
-        case RECURRENCE_NOT_SET:
-          {
-            break;
-          }
+        case DAILY_RECURRENCE: {
+          mergeDailyRecurrence(other.getDailyRecurrence());
+          break;
+        }
+        case WEEKLY_RECURRENCE: {
+          mergeWeeklyRecurrence(other.getWeeklyRecurrence());
+          break;
+        }
+        case RECURRENCE_NOT_SET: {
+          break;
+        }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -928,50 +852,52 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 26:
-              {
-                input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 26
-            case 50:
-              {
-                input.readMessage(getRetentionFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 50
-            case 58:
-              {
-                input.readMessage(getDailyRecurrenceFieldBuilder().getBuilder(), extensionRegistry);
-                recurrenceCase_ = 7;
-                break;
-              } // case 58
-            case 66:
-              {
-                input.readMessage(
-                    getWeeklyRecurrenceFieldBuilder().getBuilder(), extensionRegistry);
-                recurrenceCase_ = 8;
-                break;
-              } // case 66
-            case 82:
-              {
-                input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 82
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 26: {
+              input.readMessage(
+                  getCreateTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 26
+            case 50: {
+              input.readMessage(
+                  getRetentionFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 50
+            case 58: {
+              input.readMessage(
+                  getDailyRecurrenceFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              recurrenceCase_ = 7;
+              break;
+            } // case 58
+            case 66: {
+              input.readMessage(
+                  getWeeklyRecurrenceFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              recurrenceCase_ = 8;
+              break;
+            } // case 66
+            case 82: {
+              input.readMessage(
+                  getUpdateTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 82
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -981,12 +907,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int recurrenceCase_ = 0;
     private java.lang.Object recurrence_;
-
-    public RecurrenceCase getRecurrenceCase() {
-      return RecurrenceCase.forNumber(recurrenceCase_);
+    public RecurrenceCase
+        getRecurrenceCase() {
+      return RecurrenceCase.forNumber(
+          recurrenceCase_);
     }
 
     public Builder clearRecurrence() {
@@ -1000,8 +926,6 @@ public Builder clearRecurrence() {
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Output only. The unique backup schedule identifier across all locations and
      * databases for the given project.
@@ -1013,13 +937,13 @@ public Builder clearRecurrence() {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -1028,8 +952,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Output only. The unique backup schedule identifier across all locations and
      * databases for the given project.
@@ -1041,14 +963,15 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -1056,8 +979,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Output only. The unique backup schedule identifier across all locations and
      * databases for the given project.
@@ -1069,22 +990,18 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Output only. The unique backup schedule identifier across all locations and
      * databases for the given project.
@@ -1096,7 +1013,6 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearName() { @@ -1106,8 +1022,6 @@ public Builder clearName() { return this; } /** - * - * *
      * Output only. The unique backup schedule identifier across all locations and
      * databases for the given project.
@@ -1119,14 +1033,12 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -1136,13 +1048,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.Timestamp createTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - createTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; /** - * - * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1150,18 +1057,13 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * No backups will be created for this schedule before this time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1169,24 +1071,17 @@ public boolean hasCreateTime() {
      * No backups will be created for this schedule before this time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1194,9 +1089,7 @@ public com.google.protobuf.Timestamp getCreateTime() {
      * No backups will be created for this schedule before this time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { @@ -1212,8 +1105,6 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1221,11 +1112,10 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) {
      * No backups will be created for this schedule before this time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setCreateTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (createTimeBuilder_ == null) { createTime_ = builderForValue.build(); } else { @@ -1236,8 +1126,6 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1245,15 +1133,13 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal
      * No backups will be created for this schedule before this time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && createTime_ != null - && createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + createTime_ != null && + createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getCreateTimeBuilder().mergeFrom(value); } else { createTime_ = value; @@ -1268,8 +1154,6 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1277,9 +1161,7 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) {
      * No backups will be created for this schedule before this time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearCreateTime() { bitField0_ = (bitField0_ & ~0x00000002); @@ -1292,8 +1174,6 @@ public Builder clearCreateTime() { return this; } /** - * - * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1301,9 +1181,7 @@ public Builder clearCreateTime() {
      * No backups will be created for this schedule before this time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { bitField0_ |= 0x00000002; @@ -1311,8 +1189,6 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { return getCreateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1320,22 +1196,17 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() {
      * No backups will be created for this schedule before this time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { if (createTimeBuilder_ != null) { return createTimeBuilder_.getMessageOrBuilder(); } else { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } } /** - * - * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1343,22 +1214,17 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
      * No backups will be created for this schedule before this time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getCreateTimeFieldBuilder() { if (createTimeBuilder_ == null) { - createTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getCreateTime(), getParentForChildren(), isClean()); + createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getCreateTime(), + getParentForChildren(), + isClean()); createTime_ = null; } return createTimeBuilder_; @@ -1366,64 +1232,45 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { private com.google.protobuf.Timestamp updateTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - updateTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_; /** - * - * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ public com.google.protobuf.Timestamp getUpdateTime() { if (updateTimeBuilder_ == null) { - return updateTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : updateTime_; + return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } else { return updateTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { @@ -1439,19 +1286,16 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setUpdateTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (updateTimeBuilder_ == null) { updateTime_ = builderForValue.build(); } else { @@ -1462,23 +1306,19 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { - if (((bitField0_ & 0x00000004) != 0) - && updateTime_ != null - && updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000004) != 0) && + updateTime_ != null && + updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getUpdateTimeBuilder().mergeFrom(value); } else { updateTime_ = value; @@ -1493,17 +1333,13 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearUpdateTime() { bitField0_ = (bitField0_ & ~0x00000004); @@ -1516,17 +1352,13 @@ public Builder clearUpdateTime() { return this; } /** - * - * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { bitField0_ |= 0x00000004; @@ -1534,52 +1366,40 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { return getUpdateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { if (updateTimeBuilder_ != null) { return updateTimeBuilder_.getMessageOrBuilder(); } else { - return updateTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : updateTime_; + return updateTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } } /** - * - * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getUpdateTimeFieldBuilder() { if (updateTimeBuilder_ == null) { - updateTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getUpdateTime(), getParentForChildren(), isClean()); + updateTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getUpdateTime(), + getParentForChildren(), + isClean()); updateTime_ = null; } return updateTimeBuilder_; @@ -1587,35 +1407,26 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { private com.google.protobuf.Duration retention_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, - com.google.protobuf.Duration.Builder, - com.google.protobuf.DurationOrBuilder> - retentionBuilder_; + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> retentionBuilder_; /** - * - * *
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
      * 
* * .google.protobuf.Duration retention = 6; - * * @return Whether the retention field is set. */ public boolean hasRetention() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
      * 
* * .google.protobuf.Duration retention = 6; - * * @return The retention. */ public com.google.protobuf.Duration getRetention() { @@ -1626,8 +1437,6 @@ public com.google.protobuf.Duration getRetention() { } } /** - * - * *
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
@@ -1649,8 +1458,6 @@ public Builder setRetention(com.google.protobuf.Duration value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
@@ -1658,7 +1465,8 @@ public Builder setRetention(com.google.protobuf.Duration value) {
      *
      * .google.protobuf.Duration retention = 6;
      */
-    public Builder setRetention(com.google.protobuf.Duration.Builder builderForValue) {
+    public Builder setRetention(
+        com.google.protobuf.Duration.Builder builderForValue) {
       if (retentionBuilder_ == null) {
         retention_ = builderForValue.build();
       } else {
@@ -1669,8 +1477,6 @@ public Builder setRetention(com.google.protobuf.Duration.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
@@ -1680,9 +1486,9 @@ public Builder setRetention(com.google.protobuf.Duration.Builder builderForValue
      */
     public Builder mergeRetention(com.google.protobuf.Duration value) {
       if (retentionBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0)
-            && retention_ != null
-            && retention_ != com.google.protobuf.Duration.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0) &&
+          retention_ != null &&
+          retention_ != com.google.protobuf.Duration.getDefaultInstance()) {
           getRetentionBuilder().mergeFrom(value);
         } else {
           retention_ = value;
@@ -1697,8 +1503,6 @@ public Builder mergeRetention(com.google.protobuf.Duration value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
@@ -1717,8 +1521,6 @@ public Builder clearRetention() {
       return this;
     }
     /**
-     *
-     *
      * 
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
@@ -1732,8 +1534,6 @@ public com.google.protobuf.Duration.Builder getRetentionBuilder() {
       return getRetentionFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
@@ -1745,12 +1545,11 @@ public com.google.protobuf.DurationOrBuilder getRetentionOrBuilder() {
       if (retentionBuilder_ != null) {
         return retentionBuilder_.getMessageOrBuilder();
       } else {
-        return retention_ == null ? com.google.protobuf.Duration.getDefaultInstance() : retention_;
+        return retention_ == null ?
+            com.google.protobuf.Duration.getDefaultInstance() : retention_;
       }
     }
     /**
-     *
-     *
      * 
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
@@ -1759,36 +1558,27 @@ public com.google.protobuf.DurationOrBuilder getRetentionOrBuilder() {
      * .google.protobuf.Duration retention = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Duration,
-            com.google.protobuf.Duration.Builder,
-            com.google.protobuf.DurationOrBuilder>
+        com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> 
         getRetentionFieldBuilder() {
       if (retentionBuilder_ == null) {
-        retentionBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Duration,
-                com.google.protobuf.Duration.Builder,
-                com.google.protobuf.DurationOrBuilder>(
-                getRetention(), getParentForChildren(), isClean());
+        retentionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>(
+                getRetention(),
+                getParentForChildren(),
+                isClean());
         retention_ = null;
       }
       return retentionBuilder_;
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.admin.v1.DailyRecurrence,
-            com.google.firestore.admin.v1.DailyRecurrence.Builder,
-            com.google.firestore.admin.v1.DailyRecurrenceOrBuilder>
-        dailyRecurrenceBuilder_;
+        com.google.firestore.admin.v1.DailyRecurrence, com.google.firestore.admin.v1.DailyRecurrence.Builder, com.google.firestore.admin.v1.DailyRecurrenceOrBuilder> dailyRecurrenceBuilder_;
     /**
-     *
-     *
      * 
      * For a schedule that runs daily.
      * 
* * .google.firestore.admin.v1.DailyRecurrence daily_recurrence = 7; - * * @return Whether the dailyRecurrence field is set. */ @java.lang.Override @@ -1796,14 +1586,11 @@ public boolean hasDailyRecurrence() { return recurrenceCase_ == 7; } /** - * - * *
      * For a schedule that runs daily.
      * 
* * .google.firestore.admin.v1.DailyRecurrence daily_recurrence = 7; - * * @return The dailyRecurrence. */ @java.lang.Override @@ -1821,8 +1608,6 @@ public com.google.firestore.admin.v1.DailyRecurrence getDailyRecurrence() { } } /** - * - * *
      * For a schedule that runs daily.
      * 
@@ -1843,8 +1628,6 @@ public Builder setDailyRecurrence(com.google.firestore.admin.v1.DailyRecurrence return this; } /** - * - * *
      * For a schedule that runs daily.
      * 
@@ -1863,8 +1646,6 @@ public Builder setDailyRecurrence( return this; } /** - * - * *
      * For a schedule that runs daily.
      * 
@@ -1873,13 +1654,10 @@ public Builder setDailyRecurrence( */ public Builder mergeDailyRecurrence(com.google.firestore.admin.v1.DailyRecurrence value) { if (dailyRecurrenceBuilder_ == null) { - if (recurrenceCase_ == 7 - && recurrence_ != com.google.firestore.admin.v1.DailyRecurrence.getDefaultInstance()) { - recurrence_ = - com.google.firestore.admin.v1.DailyRecurrence.newBuilder( - (com.google.firestore.admin.v1.DailyRecurrence) recurrence_) - .mergeFrom(value) - .buildPartial(); + if (recurrenceCase_ == 7 && + recurrence_ != com.google.firestore.admin.v1.DailyRecurrence.getDefaultInstance()) { + recurrence_ = com.google.firestore.admin.v1.DailyRecurrence.newBuilder((com.google.firestore.admin.v1.DailyRecurrence) recurrence_) + .mergeFrom(value).buildPartial(); } else { recurrence_ = value; } @@ -1895,8 +1673,6 @@ public Builder mergeDailyRecurrence(com.google.firestore.admin.v1.DailyRecurrenc return this; } /** - * - * *
      * For a schedule that runs daily.
      * 
@@ -1920,8 +1696,6 @@ public Builder clearDailyRecurrence() { return this; } /** - * - * *
      * For a schedule that runs daily.
      * 
@@ -1932,8 +1706,6 @@ public com.google.firestore.admin.v1.DailyRecurrence.Builder getDailyRecurrenceB return getDailyRecurrenceFieldBuilder().getBuilder(); } /** - * - * *
      * For a schedule that runs daily.
      * 
@@ -1952,8 +1724,6 @@ public com.google.firestore.admin.v1.DailyRecurrenceOrBuilder getDailyRecurrence } } /** - * - * *
      * For a schedule that runs daily.
      * 
@@ -1961,19 +1731,14 @@ public com.google.firestore.admin.v1.DailyRecurrenceOrBuilder getDailyRecurrence * .google.firestore.admin.v1.DailyRecurrence daily_recurrence = 7; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.DailyRecurrence, - com.google.firestore.admin.v1.DailyRecurrence.Builder, - com.google.firestore.admin.v1.DailyRecurrenceOrBuilder> + com.google.firestore.admin.v1.DailyRecurrence, com.google.firestore.admin.v1.DailyRecurrence.Builder, com.google.firestore.admin.v1.DailyRecurrenceOrBuilder> getDailyRecurrenceFieldBuilder() { if (dailyRecurrenceBuilder_ == null) { if (!(recurrenceCase_ == 7)) { recurrence_ = com.google.firestore.admin.v1.DailyRecurrence.getDefaultInstance(); } - dailyRecurrenceBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.DailyRecurrence, - com.google.firestore.admin.v1.DailyRecurrence.Builder, - com.google.firestore.admin.v1.DailyRecurrenceOrBuilder>( + dailyRecurrenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.DailyRecurrence, com.google.firestore.admin.v1.DailyRecurrence.Builder, com.google.firestore.admin.v1.DailyRecurrenceOrBuilder>( (com.google.firestore.admin.v1.DailyRecurrence) recurrence_, getParentForChildren(), isClean()); @@ -1985,19 +1750,13 @@ public com.google.firestore.admin.v1.DailyRecurrenceOrBuilder getDailyRecurrence } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.WeeklyRecurrence, - com.google.firestore.admin.v1.WeeklyRecurrence.Builder, - com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder> - weeklyRecurrenceBuilder_; + com.google.firestore.admin.v1.WeeklyRecurrence, com.google.firestore.admin.v1.WeeklyRecurrence.Builder, com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder> weeklyRecurrenceBuilder_; /** - * - * *
      * For a schedule that runs weekly on a specific day.
      * 
* * .google.firestore.admin.v1.WeeklyRecurrence weekly_recurrence = 8; - * * @return Whether the weeklyRecurrence field is set. */ @java.lang.Override @@ -2005,14 +1764,11 @@ public boolean hasWeeklyRecurrence() { return recurrenceCase_ == 8; } /** - * - * *
      * For a schedule that runs weekly on a specific day.
      * 
* * .google.firestore.admin.v1.WeeklyRecurrence weekly_recurrence = 8; - * * @return The weeklyRecurrence. */ @java.lang.Override @@ -2030,8 +1786,6 @@ public com.google.firestore.admin.v1.WeeklyRecurrence getWeeklyRecurrence() { } } /** - * - * *
      * For a schedule that runs weekly on a specific day.
      * 
@@ -2052,8 +1806,6 @@ public Builder setWeeklyRecurrence(com.google.firestore.admin.v1.WeeklyRecurrenc return this; } /** - * - * *
      * For a schedule that runs weekly on a specific day.
      * 
@@ -2072,8 +1824,6 @@ public Builder setWeeklyRecurrence( return this; } /** - * - * *
      * For a schedule that runs weekly on a specific day.
      * 
@@ -2082,13 +1832,10 @@ public Builder setWeeklyRecurrence( */ public Builder mergeWeeklyRecurrence(com.google.firestore.admin.v1.WeeklyRecurrence value) { if (weeklyRecurrenceBuilder_ == null) { - if (recurrenceCase_ == 8 - && recurrence_ != com.google.firestore.admin.v1.WeeklyRecurrence.getDefaultInstance()) { - recurrence_ = - com.google.firestore.admin.v1.WeeklyRecurrence.newBuilder( - (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_) - .mergeFrom(value) - .buildPartial(); + if (recurrenceCase_ == 8 && + recurrence_ != com.google.firestore.admin.v1.WeeklyRecurrence.getDefaultInstance()) { + recurrence_ = com.google.firestore.admin.v1.WeeklyRecurrence.newBuilder((com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_) + .mergeFrom(value).buildPartial(); } else { recurrence_ = value; } @@ -2104,8 +1851,6 @@ public Builder mergeWeeklyRecurrence(com.google.firestore.admin.v1.WeeklyRecurre return this; } /** - * - * *
      * For a schedule that runs weekly on a specific day.
      * 
@@ -2129,8 +1874,6 @@ public Builder clearWeeklyRecurrence() { return this; } /** - * - * *
      * For a schedule that runs weekly on a specific day.
      * 
@@ -2141,8 +1884,6 @@ public com.google.firestore.admin.v1.WeeklyRecurrence.Builder getWeeklyRecurrenc return getWeeklyRecurrenceFieldBuilder().getBuilder(); } /** - * - * *
      * For a schedule that runs weekly on a specific day.
      * 
@@ -2161,8 +1902,6 @@ public com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder getWeeklyRecurren } } /** - * - * *
      * For a schedule that runs weekly on a specific day.
      * 
@@ -2170,19 +1909,14 @@ public com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder getWeeklyRecurren * .google.firestore.admin.v1.WeeklyRecurrence weekly_recurrence = 8; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.WeeklyRecurrence, - com.google.firestore.admin.v1.WeeklyRecurrence.Builder, - com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder> + com.google.firestore.admin.v1.WeeklyRecurrence, com.google.firestore.admin.v1.WeeklyRecurrence.Builder, com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder> getWeeklyRecurrenceFieldBuilder() { if (weeklyRecurrenceBuilder_ == null) { if (!(recurrenceCase_ == 8)) { recurrence_ = com.google.firestore.admin.v1.WeeklyRecurrence.getDefaultInstance(); } - weeklyRecurrenceBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.WeeklyRecurrence, - com.google.firestore.admin.v1.WeeklyRecurrence.Builder, - com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder>( + weeklyRecurrenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.WeeklyRecurrence, com.google.firestore.admin.v1.WeeklyRecurrence.Builder, com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder>( (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_, getParentForChildren(), isClean()); @@ -2192,9 +1926,9 @@ public com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder getWeeklyRecurren onChanged(); return weeklyRecurrenceBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2204,12 +1938,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.BackupSchedule) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.BackupSchedule) private static final com.google.firestore.admin.v1.BackupSchedule DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.BackupSchedule(); } @@ -2218,27 +1952,27 @@ public static com.google.firestore.admin.v1.BackupSchedule getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BackupSchedule parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BackupSchedule parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2253,4 +1987,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.BackupSchedule getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleName.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleName.java similarity index 100% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleName.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleName.java diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleOrBuilder.java similarity index 82% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleOrBuilder.java index 723400cee..3b76d154a 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/schedule.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface BackupScheduleOrBuilder - extends +public interface BackupScheduleOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.BackupSchedule) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Output only. The unique backup schedule identifier across all locations and
    * databases for the given project.
@@ -38,13 +20,10 @@ public interface BackupScheduleOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Output only. The unique backup schedule identifier across all locations and
    * databases for the given project.
@@ -56,14 +35,12 @@ public interface BackupScheduleOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Output only. The timestamp at which this backup schedule was created and
    * effective since.
@@ -71,15 +48,11 @@ public interface BackupScheduleOrBuilder
    * No backups will be created for this schedule before this time.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** - * - * *
    * Output only. The timestamp at which this backup schedule was created and
    * effective since.
@@ -87,15 +60,11 @@ public interface BackupScheduleOrBuilder
    * No backups will be created for this schedule before this time.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** - * - * *
    * Output only. The timestamp at which this backup schedule was created and
    * effective since.
@@ -103,84 +72,64 @@ public interface BackupScheduleOrBuilder
    * No backups will be created for this schedule before this time.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** - * - * *
    * Output only. The timestamp at which this backup schedule was most recently
    * updated. When a backup schedule is first created, this is the same as
    * create_time.
    * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** - * - * *
    * Output only. The timestamp at which this backup schedule was most recently
    * updated. When a backup schedule is first created, this is the same as
    * create_time.
    * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** - * - * *
    * Output only. The timestamp at which this backup schedule was most recently
    * updated. When a backup schedule is first created, this is the same as
    * create_time.
    * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** - * - * *
    * At what relative time in the future, compared to its creation time,
    * the backup should be deleted, e.g. keep backups for 7 days.
    * 
* * .google.protobuf.Duration retention = 6; - * * @return Whether the retention field is set. */ boolean hasRetention(); /** - * - * *
    * At what relative time in the future, compared to its creation time,
    * the backup should be deleted, e.g. keep backups for 7 days.
    * 
* * .google.protobuf.Duration retention = 6; - * * @return The retention. */ com.google.protobuf.Duration getRetention(); /** - * - * *
    * At what relative time in the future, compared to its creation time,
    * the backup should be deleted, e.g. keep backups for 7 days.
@@ -191,32 +140,24 @@ public interface BackupScheduleOrBuilder
   com.google.protobuf.DurationOrBuilder getRetentionOrBuilder();
 
   /**
-   *
-   *
    * 
    * For a schedule that runs daily.
    * 
* * .google.firestore.admin.v1.DailyRecurrence daily_recurrence = 7; - * * @return Whether the dailyRecurrence field is set. */ boolean hasDailyRecurrence(); /** - * - * *
    * For a schedule that runs daily.
    * 
* * .google.firestore.admin.v1.DailyRecurrence daily_recurrence = 7; - * * @return The dailyRecurrence. */ com.google.firestore.admin.v1.DailyRecurrence getDailyRecurrence(); /** - * - * *
    * For a schedule that runs daily.
    * 
@@ -226,32 +167,24 @@ public interface BackupScheduleOrBuilder com.google.firestore.admin.v1.DailyRecurrenceOrBuilder getDailyRecurrenceOrBuilder(); /** - * - * *
    * For a schedule that runs weekly on a specific day.
    * 
* * .google.firestore.admin.v1.WeeklyRecurrence weekly_recurrence = 8; - * * @return Whether the weeklyRecurrence field is set. */ boolean hasWeeklyRecurrence(); /** - * - * *
    * For a schedule that runs weekly on a specific day.
    * 
* * .google.firestore.admin.v1.WeeklyRecurrence weekly_recurrence = 8; - * * @return The weeklyRecurrence. */ com.google.firestore.admin.v1.WeeklyRecurrence getWeeklyRecurrence(); /** - * - * *
    * For a schedule that runs weekly on a specific day.
    * 
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadata.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadata.java new file mode 100644 index 000000000..4a71f192e --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadata.java @@ -0,0 +1,2243 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/operation.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +/** + *
+ * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
+ * results from
+ * [FirestoreAdmin.BulkDeleteDocuments][google.firestore.admin.v1.FirestoreAdmin.BulkDeleteDocuments].
+ * 
+ * + * Protobuf type {@code google.firestore.admin.v1.BulkDeleteDocumentsMetadata} + */ +public final class BulkDeleteDocumentsMetadata extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.BulkDeleteDocumentsMetadata) + BulkDeleteDocumentsMetadataOrBuilder { +private static final long serialVersionUID = 0L; + // Use BulkDeleteDocumentsMetadata.newBuilder() to construct. + private BulkDeleteDocumentsMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private BulkDeleteDocumentsMetadata() { + operationState_ = 0; + collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + namespaceIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new BulkDeleteDocumentsMetadata(); + } + + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.class, com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.Builder.class); + } + + private int bitField0_; + public static final int START_TIME_FIELD_NUMBER = 1; + private com.google.protobuf.Timestamp startTime_; + /** + *
+   * The time this operation started.
+   * 
+ * + * .google.protobuf.Timestamp start_time = 1; + * @return Whether the startTime field is set. + */ + @java.lang.Override + public boolean hasStartTime() { + return ((bitField0_ & 0x00000001) != 0); + } + /** + *
+   * The time this operation started.
+   * 
+ * + * .google.protobuf.Timestamp start_time = 1; + * @return The startTime. + */ + @java.lang.Override + public com.google.protobuf.Timestamp getStartTime() { + return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + } + /** + *
+   * The time this operation started.
+   * 
+ * + * .google.protobuf.Timestamp start_time = 1; + */ + @java.lang.Override + public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { + return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + } + + public static final int END_TIME_FIELD_NUMBER = 2; + private com.google.protobuf.Timestamp endTime_; + /** + *
+   * The time this operation completed. Will be unset if operation still in
+   * progress.
+   * 
+ * + * .google.protobuf.Timestamp end_time = 2; + * @return Whether the endTime field is set. + */ + @java.lang.Override + public boolean hasEndTime() { + return ((bitField0_ & 0x00000002) != 0); + } + /** + *
+   * The time this operation completed. Will be unset if operation still in
+   * progress.
+   * 
+ * + * .google.protobuf.Timestamp end_time = 2; + * @return The endTime. + */ + @java.lang.Override + public com.google.protobuf.Timestamp getEndTime() { + return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + } + /** + *
+   * The time this operation completed. Will be unset if operation still in
+   * progress.
+   * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + @java.lang.Override + public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { + return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + } + + public static final int OPERATION_STATE_FIELD_NUMBER = 3; + private int operationState_ = 0; + /** + *
+   * The state of the operation.
+   * 
+ * + * .google.firestore.admin.v1.OperationState operation_state = 3; + * @return The enum numeric value on the wire for operationState. + */ + @java.lang.Override public int getOperationStateValue() { + return operationState_; + } + /** + *
+   * The state of the operation.
+   * 
+ * + * .google.firestore.admin.v1.OperationState operation_state = 3; + * @return The operationState. + */ + @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { + com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; + } + + public static final int PROGRESS_DOCUMENTS_FIELD_NUMBER = 4; + private com.google.firestore.admin.v1.Progress progressDocuments_; + /** + *
+   * The progress, in documents, of this operation.
+   * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + * @return Whether the progressDocuments field is set. + */ + @java.lang.Override + public boolean hasProgressDocuments() { + return ((bitField0_ & 0x00000004) != 0); + } + /** + *
+   * The progress, in documents, of this operation.
+   * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + * @return The progressDocuments. + */ + @java.lang.Override + public com.google.firestore.admin.v1.Progress getProgressDocuments() { + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + } + /** + *
+   * The progress, in documents, of this operation.
+   * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + */ + @java.lang.Override + public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder() { + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + } + + public static final int PROGRESS_BYTES_FIELD_NUMBER = 5; + private com.google.firestore.admin.v1.Progress progressBytes_; + /** + *
+   * The progress, in bytes, of this operation.
+   * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + * @return Whether the progressBytes field is set. + */ + @java.lang.Override + public boolean hasProgressBytes() { + return ((bitField0_ & 0x00000008) != 0); + } + /** + *
+   * The progress, in bytes, of this operation.
+   * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + * @return The progressBytes. + */ + @java.lang.Override + public com.google.firestore.admin.v1.Progress getProgressBytes() { + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + } + /** + *
+   * The progress, in bytes, of this operation.
+   * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + */ + @java.lang.Override + public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder() { + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + } + + public static final int COLLECTION_IDS_FIELD_NUMBER = 6; + @SuppressWarnings("serial") + private com.google.protobuf.LazyStringArrayList collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + /** + *
+   * The ids of the collection groups that are being deleted.
+   * 
+ * + * repeated string collection_ids = 6; + * @return A list containing the collectionIds. + */ + public com.google.protobuf.ProtocolStringList + getCollectionIdsList() { + return collectionIds_; + } + /** + *
+   * The ids of the collection groups that are being deleted.
+   * 
+ * + * repeated string collection_ids = 6; + * @return The count of collectionIds. + */ + public int getCollectionIdsCount() { + return collectionIds_.size(); + } + /** + *
+   * The ids of the collection groups that are being deleted.
+   * 
+ * + * repeated string collection_ids = 6; + * @param index The index of the element to return. + * @return The collectionIds at the given index. + */ + public java.lang.String getCollectionIds(int index) { + return collectionIds_.get(index); + } + /** + *
+   * The ids of the collection groups that are being deleted.
+   * 
+ * + * repeated string collection_ids = 6; + * @param index The index of the value to return. + * @return The bytes of the collectionIds at the given index. + */ + public com.google.protobuf.ByteString + getCollectionIdsBytes(int index) { + return collectionIds_.getByteString(index); + } + + public static final int NAMESPACE_IDS_FIELD_NUMBER = 7; + @SuppressWarnings("serial") + private com.google.protobuf.LazyStringArrayList namespaceIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + /** + *
+   * Which namespace ids are being deleted.
+   * 
+ * + * repeated string namespace_ids = 7; + * @return A list containing the namespaceIds. + */ + public com.google.protobuf.ProtocolStringList + getNamespaceIdsList() { + return namespaceIds_; + } + /** + *
+   * Which namespace ids are being deleted.
+   * 
+ * + * repeated string namespace_ids = 7; + * @return The count of namespaceIds. + */ + public int getNamespaceIdsCount() { + return namespaceIds_.size(); + } + /** + *
+   * Which namespace ids are being deleted.
+   * 
+ * + * repeated string namespace_ids = 7; + * @param index The index of the element to return. + * @return The namespaceIds at the given index. + */ + public java.lang.String getNamespaceIds(int index) { + return namespaceIds_.get(index); + } + /** + *
+   * Which namespace ids are being deleted.
+   * 
+ * + * repeated string namespace_ids = 7; + * @param index The index of the value to return. + * @return The bytes of the namespaceIds at the given index. + */ + public com.google.protobuf.ByteString + getNamespaceIdsBytes(int index) { + return namespaceIds_.getByteString(index); + } + + public static final int SNAPSHOT_TIME_FIELD_NUMBER = 8; + private com.google.protobuf.Timestamp snapshotTime_; + /** + *
+   * The timestamp that corresponds to the version of the database that is being
+   * read to get the list of documents to delete. This time can also be used as
+   * the timestamp of PITR in case of disaster recovery (subject to PITR window
+   * limit).
+   * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + * @return Whether the snapshotTime field is set. + */ + @java.lang.Override + public boolean hasSnapshotTime() { + return ((bitField0_ & 0x00000010) != 0); + } + /** + *
+   * The timestamp that corresponds to the version of the database that is being
+   * read to get the list of documents to delete. This time can also be used as
+   * the timestamp of PITR in case of disaster recovery (subject to PITR window
+   * limit).
+   * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + * @return The snapshotTime. + */ + @java.lang.Override + public com.google.protobuf.Timestamp getSnapshotTime() { + return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; + } + /** + *
+   * The timestamp that corresponds to the version of the database that is being
+   * read to get the list of documents to delete. This time can also be used as
+   * the timestamp of PITR in case of disaster recovery (subject to PITR window
+   * limit).
+   * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + */ + @java.lang.Override + public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() { + return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (((bitField0_ & 0x00000001) != 0)) { + output.writeMessage(1, getStartTime()); + } + if (((bitField0_ & 0x00000002) != 0)) { + output.writeMessage(2, getEndTime()); + } + if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + output.writeEnum(3, operationState_); + } + if (((bitField0_ & 0x00000004) != 0)) { + output.writeMessage(4, getProgressDocuments()); + } + if (((bitField0_ & 0x00000008) != 0)) { + output.writeMessage(5, getProgressBytes()); + } + for (int i = 0; i < collectionIds_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 6, collectionIds_.getRaw(i)); + } + for (int i = 0; i < namespaceIds_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 7, namespaceIds_.getRaw(i)); + } + if (((bitField0_ & 0x00000010) != 0)) { + output.writeMessage(8, getSnapshotTime()); + } + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (((bitField0_ & 0x00000001) != 0)) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getStartTime()); + } + if (((bitField0_ & 0x00000002) != 0)) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getEndTime()); + } + if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(3, operationState_); + } + if (((bitField0_ & 0x00000004) != 0)) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getProgressDocuments()); + } + if (((bitField0_ & 0x00000008) != 0)) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getProgressBytes()); + } + { + int dataSize = 0; + for (int i = 0; i < collectionIds_.size(); i++) { + dataSize += computeStringSizeNoTag(collectionIds_.getRaw(i)); + } + size += dataSize; + size += 1 * getCollectionIdsList().size(); + } + { + int dataSize = 0; + for (int i = 0; i < namespaceIds_.size(); i++) { + dataSize += computeStringSizeNoTag(namespaceIds_.getRaw(i)); + } + size += dataSize; + size += 1 * getNamespaceIdsList().size(); + } + if (((bitField0_ & 0x00000010) != 0)) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(8, getSnapshotTime()); + } + size += getUnknownFields().getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata)) { + return super.equals(obj); + } + com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata other = (com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata) obj; + + if (hasStartTime() != other.hasStartTime()) return false; + if (hasStartTime()) { + if (!getStartTime() + .equals(other.getStartTime())) return false; + } + if (hasEndTime() != other.hasEndTime()) return false; + if (hasEndTime()) { + if (!getEndTime() + .equals(other.getEndTime())) return false; + } + if (operationState_ != other.operationState_) return false; + if (hasProgressDocuments() != other.hasProgressDocuments()) return false; + if (hasProgressDocuments()) { + if (!getProgressDocuments() + .equals(other.getProgressDocuments())) return false; + } + if (hasProgressBytes() != other.hasProgressBytes()) return false; + if (hasProgressBytes()) { + if (!getProgressBytes() + .equals(other.getProgressBytes())) return false; + } + if (!getCollectionIdsList() + .equals(other.getCollectionIdsList())) return false; + if (!getNamespaceIdsList() + .equals(other.getNamespaceIdsList())) return false; + if (hasSnapshotTime() != other.hasSnapshotTime()) return false; + if (hasSnapshotTime()) { + if (!getSnapshotTime() + .equals(other.getSnapshotTime())) return false; + } + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasStartTime()) { + hash = (37 * hash) + START_TIME_FIELD_NUMBER; + hash = (53 * hash) + getStartTime().hashCode(); + } + if (hasEndTime()) { + hash = (37 * hash) + END_TIME_FIELD_NUMBER; + hash = (53 * hash) + getEndTime().hashCode(); + } + hash = (37 * hash) + OPERATION_STATE_FIELD_NUMBER; + hash = (53 * hash) + operationState_; + if (hasProgressDocuments()) { + hash = (37 * hash) + PROGRESS_DOCUMENTS_FIELD_NUMBER; + hash = (53 * hash) + getProgressDocuments().hashCode(); + } + if (hasProgressBytes()) { + hash = (37 * hash) + PROGRESS_BYTES_FIELD_NUMBER; + hash = (53 * hash) + getProgressBytes().hashCode(); + } + if (getCollectionIdsCount() > 0) { + hash = (37 * hash) + COLLECTION_IDS_FIELD_NUMBER; + hash = (53 * hash) + getCollectionIdsList().hashCode(); + } + if (getNamespaceIdsCount() > 0) { + hash = (37 * hash) + NAMESPACE_IDS_FIELD_NUMBER; + hash = (53 * hash) + getNamespaceIdsList().hashCode(); + } + if (hasSnapshotTime()) { + hash = (37 * hash) + SNAPSHOT_TIME_FIELD_NUMBER; + hash = (53 * hash) + getSnapshotTime().hashCode(); + } + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + + public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
+   * results from
+   * [FirestoreAdmin.BulkDeleteDocuments][google.firestore.admin.v1.FirestoreAdmin.BulkDeleteDocuments].
+   * 
+ * + * Protobuf type {@code google.firestore.admin.v1.BulkDeleteDocumentsMetadata} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.BulkDeleteDocumentsMetadata) + com.google.firestore.admin.v1.BulkDeleteDocumentsMetadataOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.class, com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.Builder.class); + } + + // Construct using com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + getStartTimeFieldBuilder(); + getEndTimeFieldBuilder(); + getProgressDocumentsFieldBuilder(); + getProgressBytesFieldBuilder(); + getSnapshotTimeFieldBuilder(); + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + bitField0_ = 0; + startTime_ = null; + if (startTimeBuilder_ != null) { + startTimeBuilder_.dispose(); + startTimeBuilder_ = null; + } + endTime_ = null; + if (endTimeBuilder_ != null) { + endTimeBuilder_.dispose(); + endTimeBuilder_ = null; + } + operationState_ = 0; + progressDocuments_ = null; + if (progressDocumentsBuilder_ != null) { + progressDocumentsBuilder_.dispose(); + progressDocumentsBuilder_ = null; + } + progressBytes_ = null; + if (progressBytesBuilder_ != null) { + progressBytesBuilder_.dispose(); + progressBytesBuilder_ = null; + } + collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + namespaceIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + snapshotTime_ = null; + if (snapshotTimeBuilder_ != null) { + snapshotTimeBuilder_.dispose(); + snapshotTimeBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor; + } + + @java.lang.Override + public com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata getDefaultInstanceForType() { + return com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.getDefaultInstance(); + } + + @java.lang.Override + public com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata build() { + com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata buildPartial() { + com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata result = new com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata(this); + if (bitField0_ != 0) { buildPartial0(result); } + onBuilt(); + return result; + } + + private void buildPartial0(com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata result) { + int from_bitField0_ = bitField0_; + int to_bitField0_ = 0; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.startTime_ = startTimeBuilder_ == null + ? startTime_ + : startTimeBuilder_.build(); + to_bitField0_ |= 0x00000001; + } + if (((from_bitField0_ & 0x00000002) != 0)) { + result.endTime_ = endTimeBuilder_ == null + ? endTime_ + : endTimeBuilder_.build(); + to_bitField0_ |= 0x00000002; + } + if (((from_bitField0_ & 0x00000004) != 0)) { + result.operationState_ = operationState_; + } + if (((from_bitField0_ & 0x00000008) != 0)) { + result.progressDocuments_ = progressDocumentsBuilder_ == null + ? progressDocuments_ + : progressDocumentsBuilder_.build(); + to_bitField0_ |= 0x00000004; + } + if (((from_bitField0_ & 0x00000010) != 0)) { + result.progressBytes_ = progressBytesBuilder_ == null + ? progressBytes_ + : progressBytesBuilder_.build(); + to_bitField0_ |= 0x00000008; + } + if (((from_bitField0_ & 0x00000020) != 0)) { + collectionIds_.makeImmutable(); + result.collectionIds_ = collectionIds_; + } + if (((from_bitField0_ & 0x00000040) != 0)) { + namespaceIds_.makeImmutable(); + result.namespaceIds_ = namespaceIds_; + } + if (((from_bitField0_ & 0x00000080) != 0)) { + result.snapshotTime_ = snapshotTimeBuilder_ == null + ? snapshotTime_ + : snapshotTimeBuilder_.build(); + to_bitField0_ |= 0x00000010; + } + result.bitField0_ |= to_bitField0_; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata) { + return mergeFrom((com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata other) { + if (other == com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.getDefaultInstance()) return this; + if (other.hasStartTime()) { + mergeStartTime(other.getStartTime()); + } + if (other.hasEndTime()) { + mergeEndTime(other.getEndTime()); + } + if (other.operationState_ != 0) { + setOperationStateValue(other.getOperationStateValue()); + } + if (other.hasProgressDocuments()) { + mergeProgressDocuments(other.getProgressDocuments()); + } + if (other.hasProgressBytes()) { + mergeProgressBytes(other.getProgressBytes()); + } + if (!other.collectionIds_.isEmpty()) { + if (collectionIds_.isEmpty()) { + collectionIds_ = other.collectionIds_; + bitField0_ |= 0x00000020; + } else { + ensureCollectionIdsIsMutable(); + collectionIds_.addAll(other.collectionIds_); + } + onChanged(); + } + if (!other.namespaceIds_.isEmpty()) { + if (namespaceIds_.isEmpty()) { + namespaceIds_ = other.namespaceIds_; + bitField0_ |= 0x00000040; + } else { + ensureNamespaceIdsIsMutable(); + namespaceIds_.addAll(other.namespaceIds_); + } + onChanged(); + } + if (other.hasSnapshotTime()) { + mergeSnapshotTime(other.getSnapshotTime()); + } + this.mergeUnknownFields(other.getUnknownFields()); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + input.readMessage( + getStartTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + input.readMessage( + getEndTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 24: { + operationState_ = input.readEnum(); + bitField0_ |= 0x00000004; + break; + } // case 24 + case 34: { + input.readMessage( + getProgressDocumentsFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000008; + break; + } // case 34 + case 42: { + input.readMessage( + getProgressBytesFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000010; + break; + } // case 42 + case 50: { + java.lang.String s = input.readStringRequireUtf8(); + ensureCollectionIdsIsMutable(); + collectionIds_.add(s); + break; + } // case 50 + case 58: { + java.lang.String s = input.readStringRequireUtf8(); + ensureNamespaceIdsIsMutable(); + namespaceIds_.add(s); + break; + } // case 58 + case 66: { + input.readMessage( + getSnapshotTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000080; + break; + } // case 66 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } + private int bitField0_; + + private com.google.protobuf.Timestamp startTime_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_; + /** + *
+     * The time this operation started.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 1; + * @return Whether the startTime field is set. + */ + public boolean hasStartTime() { + return ((bitField0_ & 0x00000001) != 0); + } + /** + *
+     * The time this operation started.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 1; + * @return The startTime. + */ + public com.google.protobuf.Timestamp getStartTime() { + if (startTimeBuilder_ == null) { + return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + } else { + return startTimeBuilder_.getMessage(); + } + } + /** + *
+     * The time this operation started.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 1; + */ + public Builder setStartTime(com.google.protobuf.Timestamp value) { + if (startTimeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + startTime_ = value; + } else { + startTimeBuilder_.setMessage(value); + } + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + /** + *
+     * The time this operation started.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 1; + */ + public Builder setStartTime( + com.google.protobuf.Timestamp.Builder builderForValue) { + if (startTimeBuilder_ == null) { + startTime_ = builderForValue.build(); + } else { + startTimeBuilder_.setMessage(builderForValue.build()); + } + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + /** + *
+     * The time this operation started.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 1; + */ + public Builder mergeStartTime(com.google.protobuf.Timestamp value) { + if (startTimeBuilder_ == null) { + if (((bitField0_ & 0x00000001) != 0) && + startTime_ != null && + startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + getStartTimeBuilder().mergeFrom(value); + } else { + startTime_ = value; + } + } else { + startTimeBuilder_.mergeFrom(value); + } + if (startTime_ != null) { + bitField0_ |= 0x00000001; + onChanged(); + } + return this; + } + /** + *
+     * The time this operation started.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 1; + */ + public Builder clearStartTime() { + bitField0_ = (bitField0_ & ~0x00000001); + startTime_ = null; + if (startTimeBuilder_ != null) { + startTimeBuilder_.dispose(); + startTimeBuilder_ = null; + } + onChanged(); + return this; + } + /** + *
+     * The time this operation started.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 1; + */ + public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { + bitField0_ |= 0x00000001; + onChanged(); + return getStartTimeFieldBuilder().getBuilder(); + } + /** + *
+     * The time this operation started.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 1; + */ + public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { + if (startTimeBuilder_ != null) { + return startTimeBuilder_.getMessageOrBuilder(); + } else { + return startTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + } + } + /** + *
+     * The time this operation started.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + getStartTimeFieldBuilder() { + if (startTimeBuilder_ == null) { + startTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getStartTime(), + getParentForChildren(), + isClean()); + startTime_ = null; + } + return startTimeBuilder_; + } + + private com.google.protobuf.Timestamp endTime_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + /** + *
+     * The time this operation completed. Will be unset if operation still in
+     * progress.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + * @return Whether the endTime field is set. + */ + public boolean hasEndTime() { + return ((bitField0_ & 0x00000002) != 0); + } + /** + *
+     * The time this operation completed. Will be unset if operation still in
+     * progress.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + * @return The endTime. + */ + public com.google.protobuf.Timestamp getEndTime() { + if (endTimeBuilder_ == null) { + return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + } else { + return endTimeBuilder_.getMessage(); + } + } + /** + *
+     * The time this operation completed. Will be unset if operation still in
+     * progress.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + public Builder setEndTime(com.google.protobuf.Timestamp value) { + if (endTimeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + endTime_ = value; + } else { + endTimeBuilder_.setMessage(value); + } + bitField0_ |= 0x00000002; + onChanged(); + return this; + } + /** + *
+     * The time this operation completed. Will be unset if operation still in
+     * progress.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + public Builder setEndTime( + com.google.protobuf.Timestamp.Builder builderForValue) { + if (endTimeBuilder_ == null) { + endTime_ = builderForValue.build(); + } else { + endTimeBuilder_.setMessage(builderForValue.build()); + } + bitField0_ |= 0x00000002; + onChanged(); + return this; + } + /** + *
+     * The time this operation completed. Will be unset if operation still in
+     * progress.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + public Builder mergeEndTime(com.google.protobuf.Timestamp value) { + if (endTimeBuilder_ == null) { + if (((bitField0_ & 0x00000002) != 0) && + endTime_ != null && + endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + getEndTimeBuilder().mergeFrom(value); + } else { + endTime_ = value; + } + } else { + endTimeBuilder_.mergeFrom(value); + } + if (endTime_ != null) { + bitField0_ |= 0x00000002; + onChanged(); + } + return this; + } + /** + *
+     * The time this operation completed. Will be unset if operation still in
+     * progress.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + public Builder clearEndTime() { + bitField0_ = (bitField0_ & ~0x00000002); + endTime_ = null; + if (endTimeBuilder_ != null) { + endTimeBuilder_.dispose(); + endTimeBuilder_ = null; + } + onChanged(); + return this; + } + /** + *
+     * The time this operation completed. Will be unset if operation still in
+     * progress.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { + bitField0_ |= 0x00000002; + onChanged(); + return getEndTimeFieldBuilder().getBuilder(); + } + /** + *
+     * The time this operation completed. Will be unset if operation still in
+     * progress.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { + if (endTimeBuilder_ != null) { + return endTimeBuilder_.getMessageOrBuilder(); + } else { + return endTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + } + } + /** + *
+     * The time this operation completed. Will be unset if operation still in
+     * progress.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + getEndTimeFieldBuilder() { + if (endTimeBuilder_ == null) { + endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getEndTime(), + getParentForChildren(), + isClean()); + endTime_ = null; + } + return endTimeBuilder_; + } + + private int operationState_ = 0; + /** + *
+     * The state of the operation.
+     * 
+ * + * .google.firestore.admin.v1.OperationState operation_state = 3; + * @return The enum numeric value on the wire for operationState. + */ + @java.lang.Override public int getOperationStateValue() { + return operationState_; + } + /** + *
+     * The state of the operation.
+     * 
+ * + * .google.firestore.admin.v1.OperationState operation_state = 3; + * @param value The enum numeric value on the wire for operationState to set. + * @return This builder for chaining. + */ + public Builder setOperationStateValue(int value) { + operationState_ = value; + bitField0_ |= 0x00000004; + onChanged(); + return this; + } + /** + *
+     * The state of the operation.
+     * 
+ * + * .google.firestore.admin.v1.OperationState operation_state = 3; + * @return The operationState. + */ + @java.lang.Override + public com.google.firestore.admin.v1.OperationState getOperationState() { + com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; + } + /** + *
+     * The state of the operation.
+     * 
+ * + * .google.firestore.admin.v1.OperationState operation_state = 3; + * @param value The operationState to set. + * @return This builder for chaining. + */ + public Builder setOperationState(com.google.firestore.admin.v1.OperationState value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000004; + operationState_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+     * The state of the operation.
+     * 
+ * + * .google.firestore.admin.v1.OperationState operation_state = 3; + * @return This builder for chaining. + */ + public Builder clearOperationState() { + bitField0_ = (bitField0_ & ~0x00000004); + operationState_ = 0; + onChanged(); + return this; + } + + private com.google.firestore.admin.v1.Progress progressDocuments_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressDocumentsBuilder_; + /** + *
+     * The progress, in documents, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + * @return Whether the progressDocuments field is set. + */ + public boolean hasProgressDocuments() { + return ((bitField0_ & 0x00000008) != 0); + } + /** + *
+     * The progress, in documents, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + * @return The progressDocuments. + */ + public com.google.firestore.admin.v1.Progress getProgressDocuments() { + if (progressDocumentsBuilder_ == null) { + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + } else { + return progressDocumentsBuilder_.getMessage(); + } + } + /** + *
+     * The progress, in documents, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + */ + public Builder setProgressDocuments(com.google.firestore.admin.v1.Progress value) { + if (progressDocumentsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + progressDocuments_ = value; + } else { + progressDocumentsBuilder_.setMessage(value); + } + bitField0_ |= 0x00000008; + onChanged(); + return this; + } + /** + *
+     * The progress, in documents, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + */ + public Builder setProgressDocuments( + com.google.firestore.admin.v1.Progress.Builder builderForValue) { + if (progressDocumentsBuilder_ == null) { + progressDocuments_ = builderForValue.build(); + } else { + progressDocumentsBuilder_.setMessage(builderForValue.build()); + } + bitField0_ |= 0x00000008; + onChanged(); + return this; + } + /** + *
+     * The progress, in documents, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + */ + public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress value) { + if (progressDocumentsBuilder_ == null) { + if (((bitField0_ & 0x00000008) != 0) && + progressDocuments_ != null && + progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + getProgressDocumentsBuilder().mergeFrom(value); + } else { + progressDocuments_ = value; + } + } else { + progressDocumentsBuilder_.mergeFrom(value); + } + if (progressDocuments_ != null) { + bitField0_ |= 0x00000008; + onChanged(); + } + return this; + } + /** + *
+     * The progress, in documents, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + */ + public Builder clearProgressDocuments() { + bitField0_ = (bitField0_ & ~0x00000008); + progressDocuments_ = null; + if (progressDocumentsBuilder_ != null) { + progressDocumentsBuilder_.dispose(); + progressDocumentsBuilder_ = null; + } + onChanged(); + return this; + } + /** + *
+     * The progress, in documents, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + */ + public com.google.firestore.admin.v1.Progress.Builder getProgressDocumentsBuilder() { + bitField0_ |= 0x00000008; + onChanged(); + return getProgressDocumentsFieldBuilder().getBuilder(); + } + /** + *
+     * The progress, in documents, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + */ + public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder() { + if (progressDocumentsBuilder_ != null) { + return progressDocumentsBuilder_.getMessageOrBuilder(); + } else { + return progressDocuments_ == null ? + com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + } + } + /** + *
+     * The progress, in documents, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> + getProgressDocumentsFieldBuilder() { + if (progressDocumentsBuilder_ == null) { + progressDocumentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressDocuments(), + getParentForChildren(), + isClean()); + progressDocuments_ = null; + } + return progressDocumentsBuilder_; + } + + private com.google.firestore.admin.v1.Progress progressBytes_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressBytesBuilder_; + /** + *
+     * The progress, in bytes, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + * @return Whether the progressBytes field is set. + */ + public boolean hasProgressBytes() { + return ((bitField0_ & 0x00000010) != 0); + } + /** + *
+     * The progress, in bytes, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + * @return The progressBytes. + */ + public com.google.firestore.admin.v1.Progress getProgressBytes() { + if (progressBytesBuilder_ == null) { + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + } else { + return progressBytesBuilder_.getMessage(); + } + } + /** + *
+     * The progress, in bytes, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + */ + public Builder setProgressBytes(com.google.firestore.admin.v1.Progress value) { + if (progressBytesBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + progressBytes_ = value; + } else { + progressBytesBuilder_.setMessage(value); + } + bitField0_ |= 0x00000010; + onChanged(); + return this; + } + /** + *
+     * The progress, in bytes, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + */ + public Builder setProgressBytes( + com.google.firestore.admin.v1.Progress.Builder builderForValue) { + if (progressBytesBuilder_ == null) { + progressBytes_ = builderForValue.build(); + } else { + progressBytesBuilder_.setMessage(builderForValue.build()); + } + bitField0_ |= 0x00000010; + onChanged(); + return this; + } + /** + *
+     * The progress, in bytes, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + */ + public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) { + if (progressBytesBuilder_ == null) { + if (((bitField0_ & 0x00000010) != 0) && + progressBytes_ != null && + progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + getProgressBytesBuilder().mergeFrom(value); + } else { + progressBytes_ = value; + } + } else { + progressBytesBuilder_.mergeFrom(value); + } + if (progressBytes_ != null) { + bitField0_ |= 0x00000010; + onChanged(); + } + return this; + } + /** + *
+     * The progress, in bytes, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + */ + public Builder clearProgressBytes() { + bitField0_ = (bitField0_ & ~0x00000010); + progressBytes_ = null; + if (progressBytesBuilder_ != null) { + progressBytesBuilder_.dispose(); + progressBytesBuilder_ = null; + } + onChanged(); + return this; + } + /** + *
+     * The progress, in bytes, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + */ + public com.google.firestore.admin.v1.Progress.Builder getProgressBytesBuilder() { + bitField0_ |= 0x00000010; + onChanged(); + return getProgressBytesFieldBuilder().getBuilder(); + } + /** + *
+     * The progress, in bytes, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + */ + public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder() { + if (progressBytesBuilder_ != null) { + return progressBytesBuilder_.getMessageOrBuilder(); + } else { + return progressBytes_ == null ? + com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + } + } + /** + *
+     * The progress, in bytes, of this operation.
+     * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> + getProgressBytesFieldBuilder() { + if (progressBytesBuilder_ == null) { + progressBytesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressBytes(), + getParentForChildren(), + isClean()); + progressBytes_ = null; + } + return progressBytesBuilder_; + } + + private com.google.protobuf.LazyStringArrayList collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureCollectionIdsIsMutable() { + if (!collectionIds_.isModifiable()) { + collectionIds_ = new com.google.protobuf.LazyStringArrayList(collectionIds_); + } + bitField0_ |= 0x00000020; + } + /** + *
+     * The ids of the collection groups that are being deleted.
+     * 
+ * + * repeated string collection_ids = 6; + * @return A list containing the collectionIds. + */ + public com.google.protobuf.ProtocolStringList + getCollectionIdsList() { + collectionIds_.makeImmutable(); + return collectionIds_; + } + /** + *
+     * The ids of the collection groups that are being deleted.
+     * 
+ * + * repeated string collection_ids = 6; + * @return The count of collectionIds. + */ + public int getCollectionIdsCount() { + return collectionIds_.size(); + } + /** + *
+     * The ids of the collection groups that are being deleted.
+     * 
+ * + * repeated string collection_ids = 6; + * @param index The index of the element to return. + * @return The collectionIds at the given index. + */ + public java.lang.String getCollectionIds(int index) { + return collectionIds_.get(index); + } + /** + *
+     * The ids of the collection groups that are being deleted.
+     * 
+ * + * repeated string collection_ids = 6; + * @param index The index of the value to return. + * @return The bytes of the collectionIds at the given index. + */ + public com.google.protobuf.ByteString + getCollectionIdsBytes(int index) { + return collectionIds_.getByteString(index); + } + /** + *
+     * The ids of the collection groups that are being deleted.
+     * 
+ * + * repeated string collection_ids = 6; + * @param index The index to set the value at. + * @param value The collectionIds to set. + * @return This builder for chaining. + */ + public Builder setCollectionIds( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + ensureCollectionIdsIsMutable(); + collectionIds_.set(index, value); + bitField0_ |= 0x00000020; + onChanged(); + return this; + } + /** + *
+     * The ids of the collection groups that are being deleted.
+     * 
+ * + * repeated string collection_ids = 6; + * @param value The collectionIds to add. + * @return This builder for chaining. + */ + public Builder addCollectionIds( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + ensureCollectionIdsIsMutable(); + collectionIds_.add(value); + bitField0_ |= 0x00000020; + onChanged(); + return this; + } + /** + *
+     * The ids of the collection groups that are being deleted.
+     * 
+ * + * repeated string collection_ids = 6; + * @param values The collectionIds to add. + * @return This builder for chaining. + */ + public Builder addAllCollectionIds( + java.lang.Iterable values) { + ensureCollectionIdsIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, collectionIds_); + bitField0_ |= 0x00000020; + onChanged(); + return this; + } + /** + *
+     * The ids of the collection groups that are being deleted.
+     * 
+ * + * repeated string collection_ids = 6; + * @return This builder for chaining. + */ + public Builder clearCollectionIds() { + collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000020);; + onChanged(); + return this; + } + /** + *
+     * The ids of the collection groups that are being deleted.
+     * 
+ * + * repeated string collection_ids = 6; + * @param value The bytes of the collectionIds to add. + * @return This builder for chaining. + */ + public Builder addCollectionIdsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + ensureCollectionIdsIsMutable(); + collectionIds_.add(value); + bitField0_ |= 0x00000020; + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringArrayList namespaceIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureNamespaceIdsIsMutable() { + if (!namespaceIds_.isModifiable()) { + namespaceIds_ = new com.google.protobuf.LazyStringArrayList(namespaceIds_); + } + bitField0_ |= 0x00000040; + } + /** + *
+     * Which namespace ids are being deleted.
+     * 
+ * + * repeated string namespace_ids = 7; + * @return A list containing the namespaceIds. + */ + public com.google.protobuf.ProtocolStringList + getNamespaceIdsList() { + namespaceIds_.makeImmutable(); + return namespaceIds_; + } + /** + *
+     * Which namespace ids are being deleted.
+     * 
+ * + * repeated string namespace_ids = 7; + * @return The count of namespaceIds. + */ + public int getNamespaceIdsCount() { + return namespaceIds_.size(); + } + /** + *
+     * Which namespace ids are being deleted.
+     * 
+ * + * repeated string namespace_ids = 7; + * @param index The index of the element to return. + * @return The namespaceIds at the given index. + */ + public java.lang.String getNamespaceIds(int index) { + return namespaceIds_.get(index); + } + /** + *
+     * Which namespace ids are being deleted.
+     * 
+ * + * repeated string namespace_ids = 7; + * @param index The index of the value to return. + * @return The bytes of the namespaceIds at the given index. + */ + public com.google.protobuf.ByteString + getNamespaceIdsBytes(int index) { + return namespaceIds_.getByteString(index); + } + /** + *
+     * Which namespace ids are being deleted.
+     * 
+ * + * repeated string namespace_ids = 7; + * @param index The index to set the value at. + * @param value The namespaceIds to set. + * @return This builder for chaining. + */ + public Builder setNamespaceIds( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + ensureNamespaceIdsIsMutable(); + namespaceIds_.set(index, value); + bitField0_ |= 0x00000040; + onChanged(); + return this; + } + /** + *
+     * Which namespace ids are being deleted.
+     * 
+ * + * repeated string namespace_ids = 7; + * @param value The namespaceIds to add. + * @return This builder for chaining. + */ + public Builder addNamespaceIds( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + ensureNamespaceIdsIsMutable(); + namespaceIds_.add(value); + bitField0_ |= 0x00000040; + onChanged(); + return this; + } + /** + *
+     * Which namespace ids are being deleted.
+     * 
+ * + * repeated string namespace_ids = 7; + * @param values The namespaceIds to add. + * @return This builder for chaining. + */ + public Builder addAllNamespaceIds( + java.lang.Iterable values) { + ensureNamespaceIdsIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, namespaceIds_); + bitField0_ |= 0x00000040; + onChanged(); + return this; + } + /** + *
+     * Which namespace ids are being deleted.
+     * 
+ * + * repeated string namespace_ids = 7; + * @return This builder for chaining. + */ + public Builder clearNamespaceIds() { + namespaceIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000040);; + onChanged(); + return this; + } + /** + *
+     * Which namespace ids are being deleted.
+     * 
+ * + * repeated string namespace_ids = 7; + * @param value The bytes of the namespaceIds to add. + * @return This builder for chaining. + */ + public Builder addNamespaceIdsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + ensureNamespaceIdsIsMutable(); + namespaceIds_.add(value); + bitField0_ |= 0x00000040; + onChanged(); + return this; + } + + private com.google.protobuf.Timestamp snapshotTime_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> snapshotTimeBuilder_; + /** + *
+     * The timestamp that corresponds to the version of the database that is being
+     * read to get the list of documents to delete. This time can also be used as
+     * the timestamp of PITR in case of disaster recovery (subject to PITR window
+     * limit).
+     * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + * @return Whether the snapshotTime field is set. + */ + public boolean hasSnapshotTime() { + return ((bitField0_ & 0x00000080) != 0); + } + /** + *
+     * The timestamp that corresponds to the version of the database that is being
+     * read to get the list of documents to delete. This time can also be used as
+     * the timestamp of PITR in case of disaster recovery (subject to PITR window
+     * limit).
+     * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + * @return The snapshotTime. + */ + public com.google.protobuf.Timestamp getSnapshotTime() { + if (snapshotTimeBuilder_ == null) { + return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; + } else { + return snapshotTimeBuilder_.getMessage(); + } + } + /** + *
+     * The timestamp that corresponds to the version of the database that is being
+     * read to get the list of documents to delete. This time can also be used as
+     * the timestamp of PITR in case of disaster recovery (subject to PITR window
+     * limit).
+     * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + */ + public Builder setSnapshotTime(com.google.protobuf.Timestamp value) { + if (snapshotTimeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + snapshotTime_ = value; + } else { + snapshotTimeBuilder_.setMessage(value); + } + bitField0_ |= 0x00000080; + onChanged(); + return this; + } + /** + *
+     * The timestamp that corresponds to the version of the database that is being
+     * read to get the list of documents to delete. This time can also be used as
+     * the timestamp of PITR in case of disaster recovery (subject to PITR window
+     * limit).
+     * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + */ + public Builder setSnapshotTime( + com.google.protobuf.Timestamp.Builder builderForValue) { + if (snapshotTimeBuilder_ == null) { + snapshotTime_ = builderForValue.build(); + } else { + snapshotTimeBuilder_.setMessage(builderForValue.build()); + } + bitField0_ |= 0x00000080; + onChanged(); + return this; + } + /** + *
+     * The timestamp that corresponds to the version of the database that is being
+     * read to get the list of documents to delete. This time can also be used as
+     * the timestamp of PITR in case of disaster recovery (subject to PITR window
+     * limit).
+     * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + */ + public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) { + if (snapshotTimeBuilder_ == null) { + if (((bitField0_ & 0x00000080) != 0) && + snapshotTime_ != null && + snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + getSnapshotTimeBuilder().mergeFrom(value); + } else { + snapshotTime_ = value; + } + } else { + snapshotTimeBuilder_.mergeFrom(value); + } + if (snapshotTime_ != null) { + bitField0_ |= 0x00000080; + onChanged(); + } + return this; + } + /** + *
+     * The timestamp that corresponds to the version of the database that is being
+     * read to get the list of documents to delete. This time can also be used as
+     * the timestamp of PITR in case of disaster recovery (subject to PITR window
+     * limit).
+     * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + */ + public Builder clearSnapshotTime() { + bitField0_ = (bitField0_ & ~0x00000080); + snapshotTime_ = null; + if (snapshotTimeBuilder_ != null) { + snapshotTimeBuilder_.dispose(); + snapshotTimeBuilder_ = null; + } + onChanged(); + return this; + } + /** + *
+     * The timestamp that corresponds to the version of the database that is being
+     * read to get the list of documents to delete. This time can also be used as
+     * the timestamp of PITR in case of disaster recovery (subject to PITR window
+     * limit).
+     * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + */ + public com.google.protobuf.Timestamp.Builder getSnapshotTimeBuilder() { + bitField0_ |= 0x00000080; + onChanged(); + return getSnapshotTimeFieldBuilder().getBuilder(); + } + /** + *
+     * The timestamp that corresponds to the version of the database that is being
+     * read to get the list of documents to delete. This time can also be used as
+     * the timestamp of PITR in case of disaster recovery (subject to PITR window
+     * limit).
+     * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + */ + public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() { + if (snapshotTimeBuilder_ != null) { + return snapshotTimeBuilder_.getMessageOrBuilder(); + } else { + return snapshotTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; + } + } + /** + *
+     * The timestamp that corresponds to the version of the database that is being
+     * read to get the list of documents to delete. This time can also be used as
+     * the timestamp of PITR in case of disaster recovery (subject to PITR window
+     * limit).
+     * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + getSnapshotTimeFieldBuilder() { + if (snapshotTimeBuilder_ == null) { + snapshotTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getSnapshotTime(), + getParentForChildren(), + isClean()); + snapshotTime_ = null; + } + return snapshotTimeBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.BulkDeleteDocumentsMetadata) + } + + // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.BulkDeleteDocumentsMetadata) + private static final com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata(); + } + + public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BulkDeleteDocumentsMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadataOrBuilder.java new file mode 100644 index 000000000..2b863e9b3 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadataOrBuilder.java @@ -0,0 +1,258 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/operation.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface BulkDeleteDocumentsMetadataOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.BulkDeleteDocumentsMetadata) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * The time this operation started.
+   * 
+ * + * .google.protobuf.Timestamp start_time = 1; + * @return Whether the startTime field is set. + */ + boolean hasStartTime(); + /** + *
+   * The time this operation started.
+   * 
+ * + * .google.protobuf.Timestamp start_time = 1; + * @return The startTime. + */ + com.google.protobuf.Timestamp getStartTime(); + /** + *
+   * The time this operation started.
+   * 
+ * + * .google.protobuf.Timestamp start_time = 1; + */ + com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); + + /** + *
+   * The time this operation completed. Will be unset if operation still in
+   * progress.
+   * 
+ * + * .google.protobuf.Timestamp end_time = 2; + * @return Whether the endTime field is set. + */ + boolean hasEndTime(); + /** + *
+   * The time this operation completed. Will be unset if operation still in
+   * progress.
+   * 
+ * + * .google.protobuf.Timestamp end_time = 2; + * @return The endTime. + */ + com.google.protobuf.Timestamp getEndTime(); + /** + *
+   * The time this operation completed. Will be unset if operation still in
+   * progress.
+   * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); + + /** + *
+   * The state of the operation.
+   * 
+ * + * .google.firestore.admin.v1.OperationState operation_state = 3; + * @return The enum numeric value on the wire for operationState. + */ + int getOperationStateValue(); + /** + *
+   * The state of the operation.
+   * 
+ * + * .google.firestore.admin.v1.OperationState operation_state = 3; + * @return The operationState. + */ + com.google.firestore.admin.v1.OperationState getOperationState(); + + /** + *
+   * The progress, in documents, of this operation.
+   * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + * @return Whether the progressDocuments field is set. + */ + boolean hasProgressDocuments(); + /** + *
+   * The progress, in documents, of this operation.
+   * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + * @return The progressDocuments. + */ + com.google.firestore.admin.v1.Progress getProgressDocuments(); + /** + *
+   * The progress, in documents, of this operation.
+   * 
+ * + * .google.firestore.admin.v1.Progress progress_documents = 4; + */ + com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder(); + + /** + *
+   * The progress, in bytes, of this operation.
+   * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + * @return Whether the progressBytes field is set. + */ + boolean hasProgressBytes(); + /** + *
+   * The progress, in bytes, of this operation.
+   * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + * @return The progressBytes. + */ + com.google.firestore.admin.v1.Progress getProgressBytes(); + /** + *
+   * The progress, in bytes, of this operation.
+   * 
+ * + * .google.firestore.admin.v1.Progress progress_bytes = 5; + */ + com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder(); + + /** + *
+   * The ids of the collection groups that are being deleted.
+   * 
+ * + * repeated string collection_ids = 6; + * @return A list containing the collectionIds. + */ + java.util.List + getCollectionIdsList(); + /** + *
+   * The ids of the collection groups that are being deleted.
+   * 
+ * + * repeated string collection_ids = 6; + * @return The count of collectionIds. + */ + int getCollectionIdsCount(); + /** + *
+   * The ids of the collection groups that are being deleted.
+   * 
+ * + * repeated string collection_ids = 6; + * @param index The index of the element to return. + * @return The collectionIds at the given index. + */ + java.lang.String getCollectionIds(int index); + /** + *
+   * The ids of the collection groups that are being deleted.
+   * 
+ * + * repeated string collection_ids = 6; + * @param index The index of the value to return. + * @return The bytes of the collectionIds at the given index. + */ + com.google.protobuf.ByteString + getCollectionIdsBytes(int index); + + /** + *
+   * Which namespace ids are being deleted.
+   * 
+ * + * repeated string namespace_ids = 7; + * @return A list containing the namespaceIds. + */ + java.util.List + getNamespaceIdsList(); + /** + *
+   * Which namespace ids are being deleted.
+   * 
+ * + * repeated string namespace_ids = 7; + * @return The count of namespaceIds. + */ + int getNamespaceIdsCount(); + /** + *
+   * Which namespace ids are being deleted.
+   * 
+ * + * repeated string namespace_ids = 7; + * @param index The index of the element to return. + * @return The namespaceIds at the given index. + */ + java.lang.String getNamespaceIds(int index); + /** + *
+   * Which namespace ids are being deleted.
+   * 
+ * + * repeated string namespace_ids = 7; + * @param index The index of the value to return. + * @return The bytes of the namespaceIds at the given index. + */ + com.google.protobuf.ByteString + getNamespaceIdsBytes(int index); + + /** + *
+   * The timestamp that corresponds to the version of the database that is being
+   * read to get the list of documents to delete. This time can also be used as
+   * the timestamp of PITR in case of disaster recovery (subject to PITR window
+   * limit).
+   * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + * @return Whether the snapshotTime field is set. + */ + boolean hasSnapshotTime(); + /** + *
+   * The timestamp that corresponds to the version of the database that is being
+   * read to get the list of documents to delete. This time can also be used as
+   * the timestamp of PITR in case of disaster recovery (subject to PITR window
+   * limit).
+   * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + * @return The snapshotTime. + */ + com.google.protobuf.Timestamp getSnapshotTime(); + /** + *
+   * The timestamp that corresponds to the version of the database that is being
+   * read to get the list of documents to delete. This time can also be used as
+   * the timestamp of PITR in case of disaster recovery (subject to PITR window
+   * limit).
+   * 
+ * + * .google.protobuf.Timestamp snapshot_time = 8; + */ + com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequest.java new file mode 100644 index 000000000..9d234ff01 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequest.java @@ -0,0 +1,1241 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +/** + *
+ * The request for
+ * [FirestoreAdmin.BulkDeleteDocuments][google.firestore.admin.v1.FirestoreAdmin.BulkDeleteDocuments].
+ *
+ * When both collection_ids and namespace_ids are set, only documents satisfying
+ * both conditions will be deleted.
+ *
+ * Requests with namespace_ids and collection_ids both empty will be rejected.
+ * Please use
+ * [FirestoreAdmin.DeleteDatabase][google.firestore.admin.v1.FirestoreAdmin.DeleteDatabase]
+ * instead.
+ * 
+ * + * Protobuf type {@code google.firestore.admin.v1.BulkDeleteDocumentsRequest} + */ +public final class BulkDeleteDocumentsRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.BulkDeleteDocumentsRequest) + BulkDeleteDocumentsRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use BulkDeleteDocumentsRequest.newBuilder() to construct. + private BulkDeleteDocumentsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private BulkDeleteDocumentsRequest() { + name_ = ""; + collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + namespaceIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new BulkDeleteDocumentsRequest(); + } + + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.class, com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.Builder.class); + } + + public static final int NAME_FIELD_NUMBER = 1; + @SuppressWarnings("serial") + private volatile java.lang.Object name_ = ""; + /** + *
+   * Required. Database to operate. Should be of the form:
+   * `projects/{project_id}/databases/{database_id}`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + @java.lang.Override + public java.lang.String getName() { + java.lang.Object ref = name_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + name_ = s; + return s; + } + } + /** + *
+   * Required. Database to operate. Should be of the form:
+   * `projects/{project_id}/databases/{database_id}`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getNameBytes() { + java.lang.Object ref = name_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + name_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int COLLECTION_IDS_FIELD_NUMBER = 2; + @SuppressWarnings("serial") + private com.google.protobuf.LazyStringArrayList collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + /** + *
+   * Optional. IDs of the collection groups to delete. Unspecified means all
+   * collection groups.
+   *
+   * Each collection group in this list must be unique.
+   * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @return A list containing the collectionIds. + */ + public com.google.protobuf.ProtocolStringList + getCollectionIdsList() { + return collectionIds_; + } + /** + *
+   * Optional. IDs of the collection groups to delete. Unspecified means all
+   * collection groups.
+   *
+   * Each collection group in this list must be unique.
+   * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @return The count of collectionIds. + */ + public int getCollectionIdsCount() { + return collectionIds_.size(); + } + /** + *
+   * Optional. IDs of the collection groups to delete. Unspecified means all
+   * collection groups.
+   *
+   * Each collection group in this list must be unique.
+   * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @param index The index of the element to return. + * @return The collectionIds at the given index. + */ + public java.lang.String getCollectionIds(int index) { + return collectionIds_.get(index); + } + /** + *
+   * Optional. IDs of the collection groups to delete. Unspecified means all
+   * collection groups.
+   *
+   * Each collection group in this list must be unique.
+   * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @param index The index of the value to return. + * @return The bytes of the collectionIds at the given index. + */ + public com.google.protobuf.ByteString + getCollectionIdsBytes(int index) { + return collectionIds_.getByteString(index); + } + + public static final int NAMESPACE_IDS_FIELD_NUMBER = 3; + @SuppressWarnings("serial") + private com.google.protobuf.LazyStringArrayList namespaceIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + /** + *
+   * Optional. Namespaces to delete.
+   *
+   * An empty list means all namespaces. This is the recommended
+   * usage for databases that don't use namespaces.
+   *
+   * An empty string element represents the default namespace. This should be
+   * used if the database has data in non-default namespaces, but doesn't want
+   * to delete from them.
+   *
+   * Each namespace in this list must be unique.
+   * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @return A list containing the namespaceIds. + */ + public com.google.protobuf.ProtocolStringList + getNamespaceIdsList() { + return namespaceIds_; + } + /** + *
+   * Optional. Namespaces to delete.
+   *
+   * An empty list means all namespaces. This is the recommended
+   * usage for databases that don't use namespaces.
+   *
+   * An empty string element represents the default namespace. This should be
+   * used if the database has data in non-default namespaces, but doesn't want
+   * to delete from them.
+   *
+   * Each namespace in this list must be unique.
+   * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @return The count of namespaceIds. + */ + public int getNamespaceIdsCount() { + return namespaceIds_.size(); + } + /** + *
+   * Optional. Namespaces to delete.
+   *
+   * An empty list means all namespaces. This is the recommended
+   * usage for databases that don't use namespaces.
+   *
+   * An empty string element represents the default namespace. This should be
+   * used if the database has data in non-default namespaces, but doesn't want
+   * to delete from them.
+   *
+   * Each namespace in this list must be unique.
+   * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @param index The index of the element to return. + * @return The namespaceIds at the given index. + */ + public java.lang.String getNamespaceIds(int index) { + return namespaceIds_.get(index); + } + /** + *
+   * Optional. Namespaces to delete.
+   *
+   * An empty list means all namespaces. This is the recommended
+   * usage for databases that don't use namespaces.
+   *
+   * An empty string element represents the default namespace. This should be
+   * used if the database has data in non-default namespaces, but doesn't want
+   * to delete from them.
+   *
+   * Each namespace in this list must be unique.
+   * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @param index The index of the value to return. + * @return The bytes of the namespaceIds at the given index. + */ + public com.google.protobuf.ByteString + getNamespaceIdsBytes(int index) { + return namespaceIds_.getByteString(index); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); + } + for (int i = 0; i < collectionIds_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, collectionIds_.getRaw(i)); + } + for (int i = 0; i < namespaceIds_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 3, namespaceIds_.getRaw(i)); + } + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); + } + { + int dataSize = 0; + for (int i = 0; i < collectionIds_.size(); i++) { + dataSize += computeStringSizeNoTag(collectionIds_.getRaw(i)); + } + size += dataSize; + size += 1 * getCollectionIdsList().size(); + } + { + int dataSize = 0; + for (int i = 0; i < namespaceIds_.size(); i++) { + dataSize += computeStringSizeNoTag(namespaceIds_.getRaw(i)); + } + size += dataSize; + size += 1 * getNamespaceIdsList().size(); + } + size += getUnknownFields().getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.firestore.admin.v1.BulkDeleteDocumentsRequest)) { + return super.equals(obj); + } + com.google.firestore.admin.v1.BulkDeleteDocumentsRequest other = (com.google.firestore.admin.v1.BulkDeleteDocumentsRequest) obj; + + if (!getName() + .equals(other.getName())) return false; + if (!getCollectionIdsList() + .equals(other.getCollectionIdsList())) return false; + if (!getNamespaceIdsList() + .equals(other.getNamespaceIdsList())) return false; + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + NAME_FIELD_NUMBER; + hash = (53 * hash) + getName().hashCode(); + if (getCollectionIdsCount() > 0) { + hash = (37 * hash) + COLLECTION_IDS_FIELD_NUMBER; + hash = (53 * hash) + getCollectionIdsList().hashCode(); + } + if (getNamespaceIdsCount() > 0) { + hash = (37 * hash) + NAMESPACE_IDS_FIELD_NUMBER; + hash = (53 * hash) + getNamespaceIdsList().hashCode(); + } + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.firestore.admin.v1.BulkDeleteDocumentsRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * The request for
+   * [FirestoreAdmin.BulkDeleteDocuments][google.firestore.admin.v1.FirestoreAdmin.BulkDeleteDocuments].
+   *
+   * When both collection_ids and namespace_ids are set, only documents satisfying
+   * both conditions will be deleted.
+   *
+   * Requests with namespace_ids and collection_ids both empty will be rejected.
+   * Please use
+   * [FirestoreAdmin.DeleteDatabase][google.firestore.admin.v1.FirestoreAdmin.DeleteDatabase]
+   * instead.
+   * 
+ * + * Protobuf type {@code google.firestore.admin.v1.BulkDeleteDocumentsRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.BulkDeleteDocumentsRequest) + com.google.firestore.admin.v1.BulkDeleteDocumentsRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.class, com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.Builder.class); + } + + // Construct using com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.newBuilder() + private Builder() { + + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } + @java.lang.Override + public Builder clear() { + super.clear(); + bitField0_ = 0; + name_ = ""; + collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + namespaceIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor; + } + + @java.lang.Override + public com.google.firestore.admin.v1.BulkDeleteDocumentsRequest getDefaultInstanceForType() { + return com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.firestore.admin.v1.BulkDeleteDocumentsRequest build() { + com.google.firestore.admin.v1.BulkDeleteDocumentsRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.firestore.admin.v1.BulkDeleteDocumentsRequest buildPartial() { + com.google.firestore.admin.v1.BulkDeleteDocumentsRequest result = new com.google.firestore.admin.v1.BulkDeleteDocumentsRequest(this); + if (bitField0_ != 0) { buildPartial0(result); } + onBuilt(); + return result; + } + + private void buildPartial0(com.google.firestore.admin.v1.BulkDeleteDocumentsRequest result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.name_ = name_; + } + if (((from_bitField0_ & 0x00000002) != 0)) { + collectionIds_.makeImmutable(); + result.collectionIds_ = collectionIds_; + } + if (((from_bitField0_ & 0x00000004) != 0)) { + namespaceIds_.makeImmutable(); + result.namespaceIds_ = namespaceIds_; + } + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof com.google.firestore.admin.v1.BulkDeleteDocumentsRequest) { + return mergeFrom((com.google.firestore.admin.v1.BulkDeleteDocumentsRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.firestore.admin.v1.BulkDeleteDocumentsRequest other) { + if (other == com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.getDefaultInstance()) return this; + if (!other.getName().isEmpty()) { + name_ = other.name_; + bitField0_ |= 0x00000001; + onChanged(); + } + if (!other.collectionIds_.isEmpty()) { + if (collectionIds_.isEmpty()) { + collectionIds_ = other.collectionIds_; + bitField0_ |= 0x00000002; + } else { + ensureCollectionIdsIsMutable(); + collectionIds_.addAll(other.collectionIds_); + } + onChanged(); + } + if (!other.namespaceIds_.isEmpty()) { + if (namespaceIds_.isEmpty()) { + namespaceIds_ = other.namespaceIds_; + bitField0_ |= 0x00000004; + } else { + ensureNamespaceIdsIsMutable(); + namespaceIds_.addAll(other.namespaceIds_); + } + onChanged(); + } + this.mergeUnknownFields(other.getUnknownFields()); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + name_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + ensureCollectionIdsIsMutable(); + collectionIds_.add(s); + break; + } // case 18 + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + ensureNamespaceIdsIsMutable(); + namespaceIds_.add(s); + break; + } // case 26 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } + private int bitField0_; + + private java.lang.Object name_ = ""; + /** + *
+     * Required. Database to operate. Should be of the form:
+     * `projects/{project_id}/databases/{database_id}`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + public java.lang.String getName() { + java.lang.Object ref = name_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + name_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. Database to operate. Should be of the form:
+     * `projects/{project_id}/databases/{database_id}`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + public com.google.protobuf.ByteString + getNameBytes() { + java.lang.Object ref = name_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + name_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. Database to operate. Should be of the form:
+     * `projects/{project_id}/databases/{database_id}`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The name to set. + * @return This builder for chaining. + */ + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + name_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + /** + *
+     * Required. Database to operate. Should be of the form:
+     * `projects/{project_id}/databases/{database_id}`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearName() { + name_ = getDefaultInstance().getName(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+     * Required. Database to operate. Should be of the form:
+     * `projects/{project_id}/databases/{database_id}`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for name to set. + * @return This builder for chaining. + */ + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + name_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringArrayList collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureCollectionIdsIsMutable() { + if (!collectionIds_.isModifiable()) { + collectionIds_ = new com.google.protobuf.LazyStringArrayList(collectionIds_); + } + bitField0_ |= 0x00000002; + } + /** + *
+     * Optional. IDs of the collection groups to delete. Unspecified means all
+     * collection groups.
+     *
+     * Each collection group in this list must be unique.
+     * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @return A list containing the collectionIds. + */ + public com.google.protobuf.ProtocolStringList + getCollectionIdsList() { + collectionIds_.makeImmutable(); + return collectionIds_; + } + /** + *
+     * Optional. IDs of the collection groups to delete. Unspecified means all
+     * collection groups.
+     *
+     * Each collection group in this list must be unique.
+     * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @return The count of collectionIds. + */ + public int getCollectionIdsCount() { + return collectionIds_.size(); + } + /** + *
+     * Optional. IDs of the collection groups to delete. Unspecified means all
+     * collection groups.
+     *
+     * Each collection group in this list must be unique.
+     * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @param index The index of the element to return. + * @return The collectionIds at the given index. + */ + public java.lang.String getCollectionIds(int index) { + return collectionIds_.get(index); + } + /** + *
+     * Optional. IDs of the collection groups to delete. Unspecified means all
+     * collection groups.
+     *
+     * Each collection group in this list must be unique.
+     * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @param index The index of the value to return. + * @return The bytes of the collectionIds at the given index. + */ + public com.google.protobuf.ByteString + getCollectionIdsBytes(int index) { + return collectionIds_.getByteString(index); + } + /** + *
+     * Optional. IDs of the collection groups to delete. Unspecified means all
+     * collection groups.
+     *
+     * Each collection group in this list must be unique.
+     * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @param index The index to set the value at. + * @param value The collectionIds to set. + * @return This builder for chaining. + */ + public Builder setCollectionIds( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + ensureCollectionIdsIsMutable(); + collectionIds_.set(index, value); + bitField0_ |= 0x00000002; + onChanged(); + return this; + } + /** + *
+     * Optional. IDs of the collection groups to delete. Unspecified means all
+     * collection groups.
+     *
+     * Each collection group in this list must be unique.
+     * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @param value The collectionIds to add. + * @return This builder for chaining. + */ + public Builder addCollectionIds( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + ensureCollectionIdsIsMutable(); + collectionIds_.add(value); + bitField0_ |= 0x00000002; + onChanged(); + return this; + } + /** + *
+     * Optional. IDs of the collection groups to delete. Unspecified means all
+     * collection groups.
+     *
+     * Each collection group in this list must be unique.
+     * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @param values The collectionIds to add. + * @return This builder for chaining. + */ + public Builder addAllCollectionIds( + java.lang.Iterable values) { + ensureCollectionIdsIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, collectionIds_); + bitField0_ |= 0x00000002; + onChanged(); + return this; + } + /** + *
+     * Optional. IDs of the collection groups to delete. Unspecified means all
+     * collection groups.
+     *
+     * Each collection group in this list must be unique.
+     * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @return This builder for chaining. + */ + public Builder clearCollectionIds() { + collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002);; + onChanged(); + return this; + } + /** + *
+     * Optional. IDs of the collection groups to delete. Unspecified means all
+     * collection groups.
+     *
+     * Each collection group in this list must be unique.
+     * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @param value The bytes of the collectionIds to add. + * @return This builder for chaining. + */ + public Builder addCollectionIdsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + ensureCollectionIdsIsMutable(); + collectionIds_.add(value); + bitField0_ |= 0x00000002; + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringArrayList namespaceIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureNamespaceIdsIsMutable() { + if (!namespaceIds_.isModifiable()) { + namespaceIds_ = new com.google.protobuf.LazyStringArrayList(namespaceIds_); + } + bitField0_ |= 0x00000004; + } + /** + *
+     * Optional. Namespaces to delete.
+     *
+     * An empty list means all namespaces. This is the recommended
+     * usage for databases that don't use namespaces.
+     *
+     * An empty string element represents the default namespace. This should be
+     * used if the database has data in non-default namespaces, but doesn't want
+     * to delete from them.
+     *
+     * Each namespace in this list must be unique.
+     * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @return A list containing the namespaceIds. + */ + public com.google.protobuf.ProtocolStringList + getNamespaceIdsList() { + namespaceIds_.makeImmutable(); + return namespaceIds_; + } + /** + *
+     * Optional. Namespaces to delete.
+     *
+     * An empty list means all namespaces. This is the recommended
+     * usage for databases that don't use namespaces.
+     *
+     * An empty string element represents the default namespace. This should be
+     * used if the database has data in non-default namespaces, but doesn't want
+     * to delete from them.
+     *
+     * Each namespace in this list must be unique.
+     * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @return The count of namespaceIds. + */ + public int getNamespaceIdsCount() { + return namespaceIds_.size(); + } + /** + *
+     * Optional. Namespaces to delete.
+     *
+     * An empty list means all namespaces. This is the recommended
+     * usage for databases that don't use namespaces.
+     *
+     * An empty string element represents the default namespace. This should be
+     * used if the database has data in non-default namespaces, but doesn't want
+     * to delete from them.
+     *
+     * Each namespace in this list must be unique.
+     * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @param index The index of the element to return. + * @return The namespaceIds at the given index. + */ + public java.lang.String getNamespaceIds(int index) { + return namespaceIds_.get(index); + } + /** + *
+     * Optional. Namespaces to delete.
+     *
+     * An empty list means all namespaces. This is the recommended
+     * usage for databases that don't use namespaces.
+     *
+     * An empty string element represents the default namespace. This should be
+     * used if the database has data in non-default namespaces, but doesn't want
+     * to delete from them.
+     *
+     * Each namespace in this list must be unique.
+     * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @param index The index of the value to return. + * @return The bytes of the namespaceIds at the given index. + */ + public com.google.protobuf.ByteString + getNamespaceIdsBytes(int index) { + return namespaceIds_.getByteString(index); + } + /** + *
+     * Optional. Namespaces to delete.
+     *
+     * An empty list means all namespaces. This is the recommended
+     * usage for databases that don't use namespaces.
+     *
+     * An empty string element represents the default namespace. This should be
+     * used if the database has data in non-default namespaces, but doesn't want
+     * to delete from them.
+     *
+     * Each namespace in this list must be unique.
+     * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @param index The index to set the value at. + * @param value The namespaceIds to set. + * @return This builder for chaining. + */ + public Builder setNamespaceIds( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + ensureNamespaceIdsIsMutable(); + namespaceIds_.set(index, value); + bitField0_ |= 0x00000004; + onChanged(); + return this; + } + /** + *
+     * Optional. Namespaces to delete.
+     *
+     * An empty list means all namespaces. This is the recommended
+     * usage for databases that don't use namespaces.
+     *
+     * An empty string element represents the default namespace. This should be
+     * used if the database has data in non-default namespaces, but doesn't want
+     * to delete from them.
+     *
+     * Each namespace in this list must be unique.
+     * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @param value The namespaceIds to add. + * @return This builder for chaining. + */ + public Builder addNamespaceIds( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + ensureNamespaceIdsIsMutable(); + namespaceIds_.add(value); + bitField0_ |= 0x00000004; + onChanged(); + return this; + } + /** + *
+     * Optional. Namespaces to delete.
+     *
+     * An empty list means all namespaces. This is the recommended
+     * usage for databases that don't use namespaces.
+     *
+     * An empty string element represents the default namespace. This should be
+     * used if the database has data in non-default namespaces, but doesn't want
+     * to delete from them.
+     *
+     * Each namespace in this list must be unique.
+     * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @param values The namespaceIds to add. + * @return This builder for chaining. + */ + public Builder addAllNamespaceIds( + java.lang.Iterable values) { + ensureNamespaceIdsIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, namespaceIds_); + bitField0_ |= 0x00000004; + onChanged(); + return this; + } + /** + *
+     * Optional. Namespaces to delete.
+     *
+     * An empty list means all namespaces. This is the recommended
+     * usage for databases that don't use namespaces.
+     *
+     * An empty string element represents the default namespace. This should be
+     * used if the database has data in non-default namespaces, but doesn't want
+     * to delete from them.
+     *
+     * Each namespace in this list must be unique.
+     * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @return This builder for chaining. + */ + public Builder clearNamespaceIds() { + namespaceIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000004);; + onChanged(); + return this; + } + /** + *
+     * Optional. Namespaces to delete.
+     *
+     * An empty list means all namespaces. This is the recommended
+     * usage for databases that don't use namespaces.
+     *
+     * An empty string element represents the default namespace. This should be
+     * used if the database has data in non-default namespaces, but doesn't want
+     * to delete from them.
+     *
+     * Each namespace in this list must be unique.
+     * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @param value The bytes of the namespaceIds to add. + * @return This builder for chaining. + */ + public Builder addNamespaceIdsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + ensureNamespaceIdsIsMutable(); + namespaceIds_.add(value); + bitField0_ |= 0x00000004; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.BulkDeleteDocumentsRequest) + } + + // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.BulkDeleteDocumentsRequest) + private static final com.google.firestore.admin.v1.BulkDeleteDocumentsRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.firestore.admin.v1.BulkDeleteDocumentsRequest(); + } + + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BulkDeleteDocumentsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.firestore.admin.v1.BulkDeleteDocumentsRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequestOrBuilder.java new file mode 100644 index 000000000..1dc132f4f --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequestOrBuilder.java @@ -0,0 +1,162 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface BulkDeleteDocumentsRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.BulkDeleteDocumentsRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. Database to operate. Should be of the form:
+   * `projects/{project_id}/databases/{database_id}`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. Database to operate. Should be of the form:
+   * `projects/{project_id}/databases/{database_id}`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); + + /** + *
+   * Optional. IDs of the collection groups to delete. Unspecified means all
+   * collection groups.
+   *
+   * Each collection group in this list must be unique.
+   * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @return A list containing the collectionIds. + */ + java.util.List + getCollectionIdsList(); + /** + *
+   * Optional. IDs of the collection groups to delete. Unspecified means all
+   * collection groups.
+   *
+   * Each collection group in this list must be unique.
+   * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @return The count of collectionIds. + */ + int getCollectionIdsCount(); + /** + *
+   * Optional. IDs of the collection groups to delete. Unspecified means all
+   * collection groups.
+   *
+   * Each collection group in this list must be unique.
+   * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @param index The index of the element to return. + * @return The collectionIds at the given index. + */ + java.lang.String getCollectionIds(int index); + /** + *
+   * Optional. IDs of the collection groups to delete. Unspecified means all
+   * collection groups.
+   *
+   * Each collection group in this list must be unique.
+   * 
+ * + * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * @param index The index of the value to return. + * @return The bytes of the collectionIds at the given index. + */ + com.google.protobuf.ByteString + getCollectionIdsBytes(int index); + + /** + *
+   * Optional. Namespaces to delete.
+   *
+   * An empty list means all namespaces. This is the recommended
+   * usage for databases that don't use namespaces.
+   *
+   * An empty string element represents the default namespace. This should be
+   * used if the database has data in non-default namespaces, but doesn't want
+   * to delete from them.
+   *
+   * Each namespace in this list must be unique.
+   * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @return A list containing the namespaceIds. + */ + java.util.List + getNamespaceIdsList(); + /** + *
+   * Optional. Namespaces to delete.
+   *
+   * An empty list means all namespaces. This is the recommended
+   * usage for databases that don't use namespaces.
+   *
+   * An empty string element represents the default namespace. This should be
+   * used if the database has data in non-default namespaces, but doesn't want
+   * to delete from them.
+   *
+   * Each namespace in this list must be unique.
+   * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @return The count of namespaceIds. + */ + int getNamespaceIdsCount(); + /** + *
+   * Optional. Namespaces to delete.
+   *
+   * An empty list means all namespaces. This is the recommended
+   * usage for databases that don't use namespaces.
+   *
+   * An empty string element represents the default namespace. This should be
+   * used if the database has data in non-default namespaces, but doesn't want
+   * to delete from them.
+   *
+   * Each namespace in this list must be unique.
+   * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @param index The index of the element to return. + * @return The namespaceIds at the given index. + */ + java.lang.String getNamespaceIds(int index); + /** + *
+   * Optional. Namespaces to delete.
+   *
+   * An empty list means all namespaces. This is the recommended
+   * usage for databases that don't use namespaces.
+   *
+   * An empty string element represents the default namespace. This should be
+   * used if the database has data in non-default namespaces, but doesn't want
+   * to delete from them.
+   *
+   * Each namespace in this list must be unique.
+   * 
+ * + * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * @param index The index of the value to return. + * @return The bytes of the namespaceIds at the given index. + */ + com.google.protobuf.ByteString + getNamespaceIdsBytes(int index); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponse.java new file mode 100644 index 000000000..98daa2755 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponse.java @@ -0,0 +1,409 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +/** + *
+ * The response for
+ * [FirestoreAdmin.BulkDeleteDocuments][google.firestore.admin.v1.FirestoreAdmin.BulkDeleteDocuments].
+ * 
+ * + * Protobuf type {@code google.firestore.admin.v1.BulkDeleteDocumentsResponse} + */ +public final class BulkDeleteDocumentsResponse extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.BulkDeleteDocumentsResponse) + BulkDeleteDocumentsResponseOrBuilder { +private static final long serialVersionUID = 0L; + // Use BulkDeleteDocumentsResponse.newBuilder() to construct. + private BulkDeleteDocumentsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private BulkDeleteDocumentsResponse() { + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new BulkDeleteDocumentsResponse(); + } + + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.class, com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.Builder.class); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + size += getUnknownFields().getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.firestore.admin.v1.BulkDeleteDocumentsResponse)) { + return super.equals(obj); + } + com.google.firestore.admin.v1.BulkDeleteDocumentsResponse other = (com.google.firestore.admin.v1.BulkDeleteDocumentsResponse) obj; + + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + + public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.firestore.admin.v1.BulkDeleteDocumentsResponse prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * The response for
+   * [FirestoreAdmin.BulkDeleteDocuments][google.firestore.admin.v1.FirestoreAdmin.BulkDeleteDocuments].
+   * 
+ * + * Protobuf type {@code google.firestore.admin.v1.BulkDeleteDocumentsResponse} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.BulkDeleteDocumentsResponse) + com.google.firestore.admin.v1.BulkDeleteDocumentsResponseOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.class, com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.Builder.class); + } + + // Construct using com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.newBuilder() + private Builder() { + + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } + @java.lang.Override + public Builder clear() { + super.clear(); + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor; + } + + @java.lang.Override + public com.google.firestore.admin.v1.BulkDeleteDocumentsResponse getDefaultInstanceForType() { + return com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.getDefaultInstance(); + } + + @java.lang.Override + public com.google.firestore.admin.v1.BulkDeleteDocumentsResponse build() { + com.google.firestore.admin.v1.BulkDeleteDocumentsResponse result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.firestore.admin.v1.BulkDeleteDocumentsResponse buildPartial() { + com.google.firestore.admin.v1.BulkDeleteDocumentsResponse result = new com.google.firestore.admin.v1.BulkDeleteDocumentsResponse(this); + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof com.google.firestore.admin.v1.BulkDeleteDocumentsResponse) { + return mergeFrom((com.google.firestore.admin.v1.BulkDeleteDocumentsResponse)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.firestore.admin.v1.BulkDeleteDocumentsResponse other) { + if (other == com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.getDefaultInstance()) return this; + this.mergeUnknownFields(other.getUnknownFields()); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.BulkDeleteDocumentsResponse) + } + + // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.BulkDeleteDocumentsResponse) + private static final com.google.firestore.admin.v1.BulkDeleteDocumentsResponse DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.firestore.admin.v1.BulkDeleteDocumentsResponse(); + } + + public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BulkDeleteDocumentsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.firestore.admin.v1.BulkDeleteDocumentsResponse getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponseOrBuilder.java new file mode 100644 index 000000000..02231d9e0 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponseOrBuilder.java @@ -0,0 +1,10 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface BulkDeleteDocumentsResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.BulkDeleteDocumentsResponse) + com.google.protobuf.MessageOrBuilder { +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CollectionGroupName.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CollectionGroupName.java similarity index 100% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CollectionGroupName.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CollectionGroupName.java diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequest.java similarity index 61% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequest.java index b30470fa7..3e55b5478 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.CreateBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.CreateBackupSchedule].
@@ -29,59 +12,51 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.CreateBackupScheduleRequest}
  */
-public final class CreateBackupScheduleRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class CreateBackupScheduleRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.CreateBackupScheduleRequest)
     CreateBackupScheduleRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use CreateBackupScheduleRequest.newBuilder() to construct.
   private CreateBackupScheduleRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private CreateBackupScheduleRequest() {
     parent_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new CreateBackupScheduleRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.CreateBackupScheduleRequest.class,
-            com.google.firestore.admin.v1.CreateBackupScheduleRequest.Builder.class);
+            com.google.firestore.admin.v1.CreateBackupScheduleRequest.class, com.google.firestore.admin.v1.CreateBackupScheduleRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int PARENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
-   *
-   *
    * 
    * Required. The parent database.
    *
    *  Format `projects/{project}/databases/{database}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -90,33 +65,31 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. The parent database.
    *
    *  Format `projects/{project}/databases/{database}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -127,16 +100,11 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int BACKUP_SCHEDULE_FIELD_NUMBER = 2; private com.google.firestore.admin.v1.BackupSchedule backupSchedule_; /** - * - * *
    * Required. The backup schedule to create.
    * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the backupSchedule field is set. */ @java.lang.Override @@ -144,44 +112,30 @@ public boolean hasBackupSchedule() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Required. The backup schedule to create.
    * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The backupSchedule. */ @java.lang.Override public com.google.firestore.admin.v1.BackupSchedule getBackupSchedule() { - return backupSchedule_ == null - ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() - : backupSchedule_; + return backupSchedule_ == null ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; } /** - * - * *
    * Required. The backup schedule to create.
    * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOrBuilder() { - return backupSchedule_ == null - ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() - : backupSchedule_; + return backupSchedule_ == null ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -193,7 +147,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -213,7 +168,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getBackupSchedule()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getBackupSchedule()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -223,18 +179,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.CreateBackupScheduleRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.CreateBackupScheduleRequest other = - (com.google.firestore.admin.v1.CreateBackupScheduleRequest) obj; + com.google.firestore.admin.v1.CreateBackupScheduleRequest other = (com.google.firestore.admin.v1.CreateBackupScheduleRequest) obj; - if (!getParent().equals(other.getParent())) return false; + if (!getParent() + .equals(other.getParent())) return false; if (hasBackupSchedule() != other.hasBackupSchedule()) return false; if (hasBackupSchedule()) { - if (!getBackupSchedule().equals(other.getBackupSchedule())) return false; + if (!getBackupSchedule() + .equals(other.getBackupSchedule())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -259,104 +216,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.admin.v1.CreateBackupScheduleRequest prototype) { + public static Builder newBuilder(com.google.firestore.admin.v1.CreateBackupScheduleRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.CreateBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.CreateBackupSchedule].
@@ -364,23 +315,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.CreateBackupScheduleRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.CreateBackupScheduleRequest)
       com.google.firestore.admin.v1.CreateBackupScheduleRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.CreateBackupScheduleRequest.class,
-              com.google.firestore.admin.v1.CreateBackupScheduleRequest.Builder.class);
+              com.google.firestore.admin.v1.CreateBackupScheduleRequest.class, com.google.firestore.admin.v1.CreateBackupScheduleRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.CreateBackupScheduleRequest.newBuilder()
@@ -388,17 +337,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getBackupScheduleFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -413,9 +362,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor;
     }
 
     @java.lang.Override
@@ -434,11 +383,8 @@ public com.google.firestore.admin.v1.CreateBackupScheduleRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.CreateBackupScheduleRequest buildPartial() {
-      com.google.firestore.admin.v1.CreateBackupScheduleRequest result =
-          new com.google.firestore.admin.v1.CreateBackupScheduleRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.CreateBackupScheduleRequest result = new com.google.firestore.admin.v1.CreateBackupScheduleRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -450,8 +396,9 @@ private void buildPartial0(com.google.firestore.admin.v1.CreateBackupScheduleReq
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.backupSchedule_ =
-            backupScheduleBuilder_ == null ? backupSchedule_ : backupScheduleBuilder_.build();
+        result.backupSchedule_ = backupScheduleBuilder_ == null
+            ? backupSchedule_
+            : backupScheduleBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -461,39 +408,38 @@ private void buildPartial0(com.google.firestore.admin.v1.CreateBackupScheduleReq
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.CreateBackupScheduleRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.CreateBackupScheduleRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.CreateBackupScheduleRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -501,8 +447,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.CreateBackupScheduleRequest other) {
-      if (other == com.google.firestore.admin.v1.CreateBackupScheduleRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.CreateBackupScheduleRequest.getDefaultInstance()) return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -537,25 +482,24 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                parent_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getBackupScheduleFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              parent_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getBackupScheduleFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -565,29 +509,24 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
-     *
-     *
      * 
      * Required. The parent database.
      *
      *  Format `projects/{project}/databases/{database}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -596,25 +535,22 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The parent database.
      *
      *  Format `projects/{project}/databases/{database}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -622,43 +558,32 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The parent database.
      *
      *  Format `projects/{project}/databases/{database}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The parent database.
      *
      *  Format `projects/{project}/databases/{database}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { @@ -668,25 +593,19 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. The parent database.
      *
      *  Format `projects/{project}/databases/{database}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -696,58 +615,39 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private com.google.firestore.admin.v1.BackupSchedule backupSchedule_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.BackupSchedule, - com.google.firestore.admin.v1.BackupSchedule.Builder, - com.google.firestore.admin.v1.BackupScheduleOrBuilder> - backupScheduleBuilder_; + com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder> backupScheduleBuilder_; /** - * - * *
      * Required. The backup schedule to create.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the backupSchedule field is set. */ public boolean hasBackupSchedule() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Required. The backup schedule to create.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The backupSchedule. */ public com.google.firestore.admin.v1.BackupSchedule getBackupSchedule() { if (backupScheduleBuilder_ == null) { - return backupSchedule_ == null - ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() - : backupSchedule_; + return backupSchedule_ == null ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; } else { return backupScheduleBuilder_.getMessage(); } } /** - * - * *
      * Required. The backup schedule to create.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setBackupSchedule(com.google.firestore.admin.v1.BackupSchedule value) { if (backupScheduleBuilder_ == null) { @@ -763,15 +663,11 @@ public Builder setBackupSchedule(com.google.firestore.admin.v1.BackupSchedule va return this; } /** - * - * *
      * Required. The backup schedule to create.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setBackupSchedule( com.google.firestore.admin.v1.BackupSchedule.Builder builderForValue) { @@ -785,22 +681,17 @@ public Builder setBackupSchedule( return this; } /** - * - * *
      * Required. The backup schedule to create.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeBackupSchedule(com.google.firestore.admin.v1.BackupSchedule value) { if (backupScheduleBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && backupSchedule_ != null - && backupSchedule_ - != com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + backupSchedule_ != null && + backupSchedule_ != com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()) { getBackupScheduleBuilder().mergeFrom(value); } else { backupSchedule_ = value; @@ -815,15 +706,11 @@ public Builder mergeBackupSchedule(com.google.firestore.admin.v1.BackupSchedule return this; } /** - * - * *
      * Required. The backup schedule to create.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearBackupSchedule() { bitField0_ = (bitField0_ & ~0x00000002); @@ -836,15 +723,11 @@ public Builder clearBackupSchedule() { return this; } /** - * - * *
      * Required. The backup schedule to create.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.admin.v1.BackupSchedule.Builder getBackupScheduleBuilder() { bitField0_ |= 0x00000002; @@ -852,55 +735,43 @@ public com.google.firestore.admin.v1.BackupSchedule.Builder getBackupScheduleBui return getBackupScheduleFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The backup schedule to create.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOrBuilder() { if (backupScheduleBuilder_ != null) { return backupScheduleBuilder_.getMessageOrBuilder(); } else { - return backupSchedule_ == null - ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() - : backupSchedule_; + return backupSchedule_ == null ? + com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; } } /** - * - * *
      * Required. The backup schedule to create.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.BackupSchedule, - com.google.firestore.admin.v1.BackupSchedule.Builder, - com.google.firestore.admin.v1.BackupScheduleOrBuilder> + com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder> getBackupScheduleFieldBuilder() { if (backupScheduleBuilder_ == null) { - backupScheduleBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.BackupSchedule, - com.google.firestore.admin.v1.BackupSchedule.Builder, - com.google.firestore.admin.v1.BackupScheduleOrBuilder>( - getBackupSchedule(), getParentForChildren(), isClean()); + backupScheduleBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder>( + getBackupSchedule(), + getParentForChildren(), + isClean()); backupSchedule_ = null; } return backupScheduleBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -910,12 +781,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.CreateBackupScheduleRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.CreateBackupScheduleRequest) private static final com.google.firestore.admin.v1.CreateBackupScheduleRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.CreateBackupScheduleRequest(); } @@ -924,27 +795,27 @@ public static com.google.firestore.admin.v1.CreateBackupScheduleRequest getDefau return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateBackupScheduleRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CreateBackupScheduleRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -959,4 +830,6 @@ public com.google.protobuf.Parser getParserForType( public com.google.firestore.admin.v1.CreateBackupScheduleRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java new file mode 100644 index 000000000..6b66a8895 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java @@ -0,0 +1,61 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface CreateBackupScheduleRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.CreateBackupScheduleRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The parent database.
+   *
+   *  Format `projects/{project}/databases/{database}`
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + java.lang.String getParent(); + /** + *
+   * Required. The parent database.
+   *
+   *  Format `projects/{project}/databases/{database}`
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + com.google.protobuf.ByteString + getParentBytes(); + + /** + *
+   * Required. The backup schedule to create.
+   * 
+ * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the backupSchedule field is set. + */ + boolean hasBackupSchedule(); + /** + *
+   * Required. The backup schedule to create.
+   * 
+ * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The backupSchedule. + */ + com.google.firestore.admin.v1.BackupSchedule getBackupSchedule(); + /** + *
+   * Required. The backup schedule to create.
+   * 
+ * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOrBuilder(); +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadata.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadata.java similarity index 62% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadata.java index 21bda802b..0e17d8ca2 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadata.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,49 +5,45 @@ package com.google.firestore.admin.v1; /** - * - * *
  * Metadata related to the create database operation.
  * 
* * Protobuf type {@code google.firestore.admin.v1.CreateDatabaseMetadata} */ -public final class CreateDatabaseMetadata extends com.google.protobuf.GeneratedMessageV3 - implements +public final class CreateDatabaseMetadata extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.CreateDatabaseMetadata) CreateDatabaseMetadataOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use CreateDatabaseMetadata.newBuilder() to construct. private CreateDatabaseMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private CreateDatabaseMetadata() {} + private CreateDatabaseMetadata() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CreateDatabaseMetadata(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.CreateDatabaseMetadata.class, - com.google.firestore.admin.v1.CreateDatabaseMetadata.Builder.class); + com.google.firestore.admin.v1.CreateDatabaseMetadata.class, com.google.firestore.admin.v1.CreateDatabaseMetadata.Builder.class); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -74,7 +55,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { getUnknownFields().writeTo(output); } @@ -92,13 +74,12 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.CreateDatabaseMetadata)) { return super.equals(obj); } - com.google.firestore.admin.v1.CreateDatabaseMetadata other = - (com.google.firestore.admin.v1.CreateDatabaseMetadata) obj; + com.google.firestore.admin.v1.CreateDatabaseMetadata other = (com.google.firestore.admin.v1.CreateDatabaseMetadata) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -117,135 +98,131 @@ public int hashCode() { } public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.CreateDatabaseMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Metadata related to the create database operation.
    * 
* * Protobuf type {@code google.firestore.admin.v1.CreateDatabaseMetadata} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.CreateDatabaseMetadata) com.google.firestore.admin.v1.CreateDatabaseMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.CreateDatabaseMetadata.class, - com.google.firestore.admin.v1.CreateDatabaseMetadata.Builder.class); + com.google.firestore.admin.v1.CreateDatabaseMetadata.class, com.google.firestore.admin.v1.CreateDatabaseMetadata.Builder.class); } // Construct using com.google.firestore.admin.v1.CreateDatabaseMetadata.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -253,9 +230,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor; } @java.lang.Override @@ -274,8 +251,7 @@ public com.google.firestore.admin.v1.CreateDatabaseMetadata build() { @java.lang.Override public com.google.firestore.admin.v1.CreateDatabaseMetadata buildPartial() { - com.google.firestore.admin.v1.CreateDatabaseMetadata result = - new com.google.firestore.admin.v1.CreateDatabaseMetadata(this); + com.google.firestore.admin.v1.CreateDatabaseMetadata result = new com.google.firestore.admin.v1.CreateDatabaseMetadata(this); onBuilt(); return result; } @@ -284,39 +260,38 @@ public com.google.firestore.admin.v1.CreateDatabaseMetadata buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.CreateDatabaseMetadata) { - return mergeFrom((com.google.firestore.admin.v1.CreateDatabaseMetadata) other); + return mergeFrom((com.google.firestore.admin.v1.CreateDatabaseMetadata)other); } else { super.mergeFrom(other); return this; @@ -324,8 +299,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.CreateDatabaseMetadata other) { - if (other == com.google.firestore.admin.v1.CreateDatabaseMetadata.getDefaultInstance()) - return this; + if (other == com.google.firestore.admin.v1.CreateDatabaseMetadata.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; @@ -352,13 +326,12 @@ public Builder mergeFrom( case 0: done = true; break; - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -368,9 +341,9 @@ public Builder mergeFrom( } // finally return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -380,12 +353,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.CreateDatabaseMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.CreateDatabaseMetadata) private static final com.google.firestore.admin.v1.CreateDatabaseMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.CreateDatabaseMetadata(); } @@ -394,27 +367,27 @@ public static com.google.firestore.admin.v1.CreateDatabaseMetadata getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateDatabaseMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CreateDatabaseMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -429,4 +402,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.CreateDatabaseMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java new file mode 100644 index 000000000..a9f2ef3ec --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java @@ -0,0 +1,10 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface CreateDatabaseMetadataOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.CreateDatabaseMetadata) + com.google.protobuf.MessageOrBuilder { +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequest.java similarity index 65% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequest.java index 14f66dfe6..0e8a95928 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.FirestoreAdmin.CreateDatabase].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.CreateDatabaseRequest}
  */
-public final class CreateDatabaseRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class CreateDatabaseRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.CreateDatabaseRequest)
     CreateDatabaseRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use CreateDatabaseRequest.newBuilder() to construct.
   private CreateDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private CreateDatabaseRequest() {
     parent_ = "";
     databaseId_ = "";
@@ -46,42 +28,35 @@ private CreateDatabaseRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new CreateDatabaseRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.CreateDatabaseRequest.class,
-            com.google.firestore.admin.v1.CreateDatabaseRequest.Builder.class);
+            com.google.firestore.admin.v1.CreateDatabaseRequest.class, com.google.firestore.admin.v1.CreateDatabaseRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int PARENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
-   *
-   *
    * 
    * Required. A parent name of the form
    * `projects/{project_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -90,32 +65,30 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. A parent name of the form
    * `projects/{project_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -126,16 +99,11 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int DATABASE_FIELD_NUMBER = 2; private com.google.firestore.admin.v1.Database database_; /** - * - * *
    * Required. The Database to create.
    * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the database field is set. */ @java.lang.Override @@ -143,49 +111,33 @@ public boolean hasDatabase() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Required. The Database to create.
    * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The database. */ @java.lang.Override public com.google.firestore.admin.v1.Database getDatabase() { - return database_ == null - ? com.google.firestore.admin.v1.Database.getDefaultInstance() - : database_; + return database_ == null ? com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; } /** - * - * *
    * Required. The Database to create.
    * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() { - return database_ == null - ? com.google.firestore.admin.v1.Database.getDefaultInstance() - : database_; + return database_ == null ? com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; } public static final int DATABASE_ID_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private volatile java.lang.Object databaseId_ = ""; /** - * - * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name.
@@ -198,7 +150,6 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() {
    * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The databaseId. */ @java.lang.Override @@ -207,15 +158,14 @@ public java.lang.String getDatabaseId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); databaseId_ = s; return s; } } /** - * - * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name.
@@ -228,15 +178,16 @@ public java.lang.String getDatabaseId() {
    * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for databaseId. */ @java.lang.Override - public com.google.protobuf.ByteString getDatabaseIdBytes() { + public com.google.protobuf.ByteString + getDatabaseIdBytes() { java.lang.Object ref = databaseId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); databaseId_ = b; return b; } else { @@ -245,7 +196,6 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -257,7 +207,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -280,7 +231,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getDatabase()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getDatabase()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(databaseId_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, databaseId_); @@ -293,20 +245,22 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.CreateDatabaseRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.CreateDatabaseRequest other = - (com.google.firestore.admin.v1.CreateDatabaseRequest) obj; + com.google.firestore.admin.v1.CreateDatabaseRequest other = (com.google.firestore.admin.v1.CreateDatabaseRequest) obj; - if (!getParent().equals(other.getParent())) return false; + if (!getParent() + .equals(other.getParent())) return false; if (hasDatabase() != other.hasDatabase()) return false; if (hasDatabase()) { - if (!getDatabase().equals(other.getDatabase())) return false; + if (!getDatabase() + .equals(other.getDatabase())) return false; } - if (!getDatabaseId().equals(other.getDatabaseId())) return false; + if (!getDatabaseId() + .equals(other.getDatabaseId())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -332,103 +286,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateDatabaseRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.CreateDatabaseRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.CreateDatabaseRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.CreateDatabaseRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.FirestoreAdmin.CreateDatabase].
@@ -436,23 +385,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.CreateDatabaseRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.CreateDatabaseRequest)
       com.google.firestore.admin.v1.CreateDatabaseRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.CreateDatabaseRequest.class,
-              com.google.firestore.admin.v1.CreateDatabaseRequest.Builder.class);
+              com.google.firestore.admin.v1.CreateDatabaseRequest.class, com.google.firestore.admin.v1.CreateDatabaseRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.CreateDatabaseRequest.newBuilder()
@@ -460,17 +407,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getDatabaseFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -486,9 +433,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
@@ -507,11 +454,8 @@ public com.google.firestore.admin.v1.CreateDatabaseRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.CreateDatabaseRequest buildPartial() {
-      com.google.firestore.admin.v1.CreateDatabaseRequest result =
-          new com.google.firestore.admin.v1.CreateDatabaseRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.CreateDatabaseRequest result = new com.google.firestore.admin.v1.CreateDatabaseRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -523,7 +467,9 @@ private void buildPartial0(com.google.firestore.admin.v1.CreateDatabaseRequest r
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.database_ = databaseBuilder_ == null ? database_ : databaseBuilder_.build();
+        result.database_ = databaseBuilder_ == null
+            ? database_
+            : databaseBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
@@ -536,39 +482,38 @@ private void buildPartial0(com.google.firestore.admin.v1.CreateDatabaseRequest r
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.CreateDatabaseRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.CreateDatabaseRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.CreateDatabaseRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -576,8 +521,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.CreateDatabaseRequest other) {
-      if (other == com.google.firestore.admin.v1.CreateDatabaseRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.CreateDatabaseRequest.getDefaultInstance()) return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -617,31 +561,29 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                parent_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getDatabaseFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 26:
-              {
-                databaseId_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              parent_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getDatabaseFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 26: {
+              databaseId_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -651,28 +593,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
-     *
-     *
      * 
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -681,24 +618,21 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -706,41 +640,30 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { @@ -750,24 +673,18 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -777,58 +694,39 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private com.google.firestore.admin.v1.Database database_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Database, - com.google.firestore.admin.v1.Database.Builder, - com.google.firestore.admin.v1.DatabaseOrBuilder> - databaseBuilder_; + com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder> databaseBuilder_; /** - * - * *
      * Required. The Database to create.
      * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the database field is set. */ public boolean hasDatabase() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Required. The Database to create.
      * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The database. */ public com.google.firestore.admin.v1.Database getDatabase() { if (databaseBuilder_ == null) { - return database_ == null - ? com.google.firestore.admin.v1.Database.getDefaultInstance() - : database_; + return database_ == null ? com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; } else { return databaseBuilder_.getMessage(); } } /** - * - * *
      * Required. The Database to create.
      * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setDatabase(com.google.firestore.admin.v1.Database value) { if (databaseBuilder_ == null) { @@ -844,17 +742,14 @@ public Builder setDatabase(com.google.firestore.admin.v1.Database value) { return this; } /** - * - * *
      * Required. The Database to create.
      * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setDatabase(com.google.firestore.admin.v1.Database.Builder builderForValue) { + public Builder setDatabase( + com.google.firestore.admin.v1.Database.Builder builderForValue) { if (databaseBuilder_ == null) { database_ = builderForValue.build(); } else { @@ -865,21 +760,17 @@ public Builder setDatabase(com.google.firestore.admin.v1.Database.Builder builde return this; } /** - * - * *
      * Required. The Database to create.
      * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeDatabase(com.google.firestore.admin.v1.Database value) { if (databaseBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && database_ != null - && database_ != com.google.firestore.admin.v1.Database.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + database_ != null && + database_ != com.google.firestore.admin.v1.Database.getDefaultInstance()) { getDatabaseBuilder().mergeFrom(value); } else { database_ = value; @@ -894,15 +785,11 @@ public Builder mergeDatabase(com.google.firestore.admin.v1.Database value) { return this; } /** - * - * *
      * Required. The Database to create.
      * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearDatabase() { bitField0_ = (bitField0_ & ~0x00000002); @@ -915,15 +802,11 @@ public Builder clearDatabase() { return this; } /** - * - * *
      * Required. The Database to create.
      * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.admin.v1.Database.Builder getDatabaseBuilder() { bitField0_ |= 0x00000002; @@ -931,48 +814,36 @@ public com.google.firestore.admin.v1.Database.Builder getDatabaseBuilder() { return getDatabaseFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The Database to create.
      * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() { if (databaseBuilder_ != null) { return databaseBuilder_.getMessageOrBuilder(); } else { - return database_ == null - ? com.google.firestore.admin.v1.Database.getDefaultInstance() - : database_; + return database_ == null ? + com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; } } /** - * - * *
      * Required. The Database to create.
      * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Database, - com.google.firestore.admin.v1.Database.Builder, - com.google.firestore.admin.v1.DatabaseOrBuilder> + com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder> getDatabaseFieldBuilder() { if (databaseBuilder_ == null) { - databaseBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Database, - com.google.firestore.admin.v1.Database.Builder, - com.google.firestore.admin.v1.DatabaseOrBuilder>( - getDatabase(), getParentForChildren(), isClean()); + databaseBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder>( + getDatabase(), + getParentForChildren(), + isClean()); database_ = null; } return databaseBuilder_; @@ -980,8 +851,6 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() { private java.lang.Object databaseId_ = ""; /** - * - * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name.
@@ -994,13 +863,13 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() {
      * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The databaseId. */ public java.lang.String getDatabaseId() { java.lang.Object ref = databaseId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); databaseId_ = s; return s; @@ -1009,8 +878,6 @@ public java.lang.String getDatabaseId() { } } /** - * - * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name.
@@ -1023,14 +890,15 @@ public java.lang.String getDatabaseId() {
      * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for databaseId. */ - public com.google.protobuf.ByteString getDatabaseIdBytes() { + public com.google.protobuf.ByteString + getDatabaseIdBytes() { java.lang.Object ref = databaseId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); databaseId_ = b; return b; } else { @@ -1038,8 +906,6 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { } } /** - * - * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name.
@@ -1052,22 +918,18 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() {
      * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The databaseId to set. * @return This builder for chaining. */ - public Builder setDatabaseId(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseId( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } databaseId_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name.
@@ -1080,7 +942,6 @@ public Builder setDatabaseId(java.lang.String value) {
      * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearDatabaseId() { @@ -1090,8 +951,6 @@ public Builder clearDatabaseId() { return this; } /** - * - * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name.
@@ -1104,23 +963,21 @@ public Builder clearDatabaseId() {
      * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for databaseId to set. * @return This builder for chaining. */ - public Builder setDatabaseIdBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseIdBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); databaseId_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1130,12 +987,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.CreateDatabaseRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.CreateDatabaseRequest) private static final com.google.firestore.admin.v1.CreateDatabaseRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.CreateDatabaseRequest(); } @@ -1144,27 +1001,27 @@ public static com.google.firestore.admin.v1.CreateDatabaseRequest getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateDatabaseRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CreateDatabaseRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1179,4 +1036,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.CreateDatabaseRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequestOrBuilder.java similarity index 60% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequestOrBuilder.java index 77121db4d..ff33780a8 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequestOrBuilder.java @@ -1,104 +1,63 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface CreateDatabaseRequestOrBuilder - extends +public interface CreateDatabaseRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.CreateDatabaseRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. A parent name of the form
    * `projects/{project_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. A parent name of the form
    * `projects/{project_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * Required. The Database to create.
    * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the database field is set. */ boolean hasDatabase(); /** - * - * *
    * Required. The Database to create.
    * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The database. */ com.google.firestore.admin.v1.Database getDatabase(); /** - * - * *
    * Required. The Database to create.
    * 
* - * - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; */ com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder(); /** - * - * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name.
@@ -111,13 +70,10 @@ public interface CreateDatabaseRequestOrBuilder
    * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The databaseId. */ java.lang.String getDatabaseId(); /** - * - * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name.
@@ -130,8 +86,8 @@ public interface CreateDatabaseRequestOrBuilder
    * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for databaseId. */ - com.google.protobuf.ByteString getDatabaseIdBytes(); + com.google.protobuf.ByteString + getDatabaseIdBytes(); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java similarity index 65% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java index b4030c388..2e3910c23 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.CreateIndex][google.firestore.admin.v1.FirestoreAdmin.CreateIndex].
@@ -29,58 +12,50 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.CreateIndexRequest}
  */
-public final class CreateIndexRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class CreateIndexRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.CreateIndexRequest)
     CreateIndexRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use CreateIndexRequest.newBuilder() to construct.
   private CreateIndexRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private CreateIndexRequest() {
     parent_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new CreateIndexRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.CreateIndexRequest.class,
-            com.google.firestore.admin.v1.CreateIndexRequest.Builder.class);
+            com.google.firestore.admin.v1.CreateIndexRequest.class, com.google.firestore.admin.v1.CreateIndexRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int PARENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
-   *
-   *
    * 
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -89,32 +64,30 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -125,15 +98,11 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int INDEX_FIELD_NUMBER = 2; private com.google.firestore.admin.v1.Index index_; /** - * - * *
    * Required. The composite index to create.
    * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the index field is set. */ @java.lang.Override @@ -141,15 +110,11 @@ public boolean hasIndex() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Required. The composite index to create.
    * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The index. */ @java.lang.Override @@ -157,14 +122,11 @@ public com.google.firestore.admin.v1.Index getIndex() { return index_ == null ? com.google.firestore.admin.v1.Index.getDefaultInstance() : index_; } /** - * - * *
    * Required. The composite index to create.
    * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder() { @@ -172,7 +134,6 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -184,7 +145,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -204,7 +166,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getIndex()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getIndex()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -214,18 +177,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.CreateIndexRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.CreateIndexRequest other = - (com.google.firestore.admin.v1.CreateIndexRequest) obj; + com.google.firestore.admin.v1.CreateIndexRequest other = (com.google.firestore.admin.v1.CreateIndexRequest) obj; - if (!getParent().equals(other.getParent())) return false; + if (!getParent() + .equals(other.getParent())) return false; if (hasIndex() != other.hasIndex()) return false; if (hasIndex()) { - if (!getIndex().equals(other.getIndex())) return false; + if (!getIndex() + .equals(other.getIndex())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -249,104 +213,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateIndexRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.CreateIndexRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.CreateIndexRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.CreateIndexRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.CreateIndex][google.firestore.admin.v1.FirestoreAdmin.CreateIndex].
@@ -354,23 +313,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.CreateIndexRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.CreateIndexRequest)
       com.google.firestore.admin.v1.CreateIndexRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.CreateIndexRequest.class,
-              com.google.firestore.admin.v1.CreateIndexRequest.Builder.class);
+              com.google.firestore.admin.v1.CreateIndexRequest.class, com.google.firestore.admin.v1.CreateIndexRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.CreateIndexRequest.newBuilder()
@@ -378,17 +335,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getIndexFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -403,9 +360,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor;
     }
 
     @java.lang.Override
@@ -424,11 +381,8 @@ public com.google.firestore.admin.v1.CreateIndexRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.CreateIndexRequest buildPartial() {
-      com.google.firestore.admin.v1.CreateIndexRequest result =
-          new com.google.firestore.admin.v1.CreateIndexRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.CreateIndexRequest result = new com.google.firestore.admin.v1.CreateIndexRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -440,7 +394,9 @@ private void buildPartial0(com.google.firestore.admin.v1.CreateIndexRequest resu
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.index_ = indexBuilder_ == null ? index_ : indexBuilder_.build();
+        result.index_ = indexBuilder_ == null
+            ? index_
+            : indexBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -450,39 +406,38 @@ private void buildPartial0(com.google.firestore.admin.v1.CreateIndexRequest resu
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.CreateIndexRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.CreateIndexRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.CreateIndexRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -490,8 +445,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.CreateIndexRequest other) {
-      if (other == com.google.firestore.admin.v1.CreateIndexRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.CreateIndexRequest.getDefaultInstance()) return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -526,25 +480,24 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                parent_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getIndexFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              parent_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getIndexFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -554,28 +507,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
-     *
-     *
      * 
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -584,24 +532,21 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -609,41 +554,30 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { @@ -653,24 +587,18 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -680,35 +608,24 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private com.google.firestore.admin.v1.Index index_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index, - com.google.firestore.admin.v1.Index.Builder, - com.google.firestore.admin.v1.IndexOrBuilder> - indexBuilder_; + com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> indexBuilder_; /** - * - * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the index field is set. */ public boolean hasIndex() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The index. */ public com.google.firestore.admin.v1.Index getIndex() { @@ -719,14 +636,11 @@ public com.google.firestore.admin.v1.Index getIndex() { } } /** - * - * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setIndex(com.google.firestore.admin.v1.Index value) { if (indexBuilder_ == null) { @@ -742,16 +656,14 @@ public Builder setIndex(com.google.firestore.admin.v1.Index value) { return this; } /** - * - * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setIndex(com.google.firestore.admin.v1.Index.Builder builderForValue) { + public Builder setIndex( + com.google.firestore.admin.v1.Index.Builder builderForValue) { if (indexBuilder_ == null) { index_ = builderForValue.build(); } else { @@ -762,20 +674,17 @@ public Builder setIndex(com.google.firestore.admin.v1.Index.Builder builderForVa return this; } /** - * - * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeIndex(com.google.firestore.admin.v1.Index value) { if (indexBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && index_ != null - && index_ != com.google.firestore.admin.v1.Index.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + index_ != null && + index_ != com.google.firestore.admin.v1.Index.getDefaultInstance()) { getIndexBuilder().mergeFrom(value); } else { index_ = value; @@ -790,14 +699,11 @@ public Builder mergeIndex(com.google.firestore.admin.v1.Index value) { return this; } /** - * - * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearIndex() { bitField0_ = (bitField0_ & ~0x00000002); @@ -810,14 +716,11 @@ public Builder clearIndex() { return this; } /** - * - * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.admin.v1.Index.Builder getIndexBuilder() { bitField0_ |= 0x00000002; @@ -825,51 +728,43 @@ public com.google.firestore.admin.v1.Index.Builder getIndexBuilder() { return getIndexFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder() { if (indexBuilder_ != null) { return indexBuilder_.getMessageOrBuilder(); } else { - return index_ == null ? com.google.firestore.admin.v1.Index.getDefaultInstance() : index_; + return index_ == null ? + com.google.firestore.admin.v1.Index.getDefaultInstance() : index_; } } /** - * - * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index, - com.google.firestore.admin.v1.Index.Builder, - com.google.firestore.admin.v1.IndexOrBuilder> + com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> getIndexFieldBuilder() { if (indexBuilder_ == null) { - indexBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index, - com.google.firestore.admin.v1.Index.Builder, - com.google.firestore.admin.v1.IndexOrBuilder>( - getIndex(), getParentForChildren(), isClean()); + indexBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder>( + getIndex(), + getParentForChildren(), + isClean()); index_ = null; } return indexBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -879,12 +774,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.CreateIndexRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.CreateIndexRequest) private static final com.google.firestore.admin.v1.CreateIndexRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.CreateIndexRequest(); } @@ -893,27 +788,27 @@ public static com.google.firestore.admin.v1.CreateIndexRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateIndexRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CreateIndexRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -928,4 +823,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.CreateIndexRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequestOrBuilder.java similarity index 54% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequestOrBuilder.java index aaae79a06..e912cf81c 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequestOrBuilder.java @@ -1,95 +1,59 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface CreateIndexRequestOrBuilder - extends +public interface CreateIndexRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.CreateIndexRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * Required. The composite index to create.
    * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the index field is set. */ boolean hasIndex(); /** - * - * *
    * Required. The composite index to create.
    * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The index. */ com.google.firestore.admin.v1.Index getIndex(); /** - * - * *
    * Required. The composite index to create.
    * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; */ com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder(); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrence.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrence.java similarity index 62% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrence.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrence.java index 353b9464e..67062a16b 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrence.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrence.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/schedule.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * Represents a recurring schedule that runs at a specific time every day.
  *
@@ -30,41 +13,39 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.DailyRecurrence}
  */
-public final class DailyRecurrence extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DailyRecurrence extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.DailyRecurrence)
     DailyRecurrenceOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DailyRecurrence.newBuilder() to construct.
   private DailyRecurrence(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private DailyRecurrence() {}
+  private DailyRecurrence() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new DailyRecurrence();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.ScheduleProto
-        .internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.ScheduleProto
-        .internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable
+    return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.DailyRecurrence.class,
-            com.google.firestore.admin.v1.DailyRecurrence.Builder.class);
+            com.google.firestore.admin.v1.DailyRecurrence.class, com.google.firestore.admin.v1.DailyRecurrence.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -76,7 +57,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     getUnknownFields().writeTo(output);
   }
 
@@ -94,13 +76,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.admin.v1.DailyRecurrence)) {
       return super.equals(obj);
     }
-    com.google.firestore.admin.v1.DailyRecurrence other =
-        (com.google.firestore.admin.v1.DailyRecurrence) obj;
+    com.google.firestore.admin.v1.DailyRecurrence other = (com.google.firestore.admin.v1.DailyRecurrence) obj;
 
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -118,104 +99,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.admin.v1.DailyRecurrence parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.DailyRecurrence parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.admin.v1.DailyRecurrence parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.admin.v1.DailyRecurrence prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Represents a recurring schedule that runs at a specific time every day.
    *
@@ -224,32 +200,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.DailyRecurrence}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.DailyRecurrence)
       com.google.firestore.admin.v1.DailyRecurrenceOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.ScheduleProto
-          .internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.ScheduleProto
-          .internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable
+      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.DailyRecurrence.class,
-              com.google.firestore.admin.v1.DailyRecurrence.Builder.class);
+              com.google.firestore.admin.v1.DailyRecurrence.class, com.google.firestore.admin.v1.DailyRecurrence.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.DailyRecurrence.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -257,9 +234,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.ScheduleProto
-          .internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor;
     }
 
     @java.lang.Override
@@ -278,8 +255,7 @@ public com.google.firestore.admin.v1.DailyRecurrence build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.DailyRecurrence buildPartial() {
-      com.google.firestore.admin.v1.DailyRecurrence result =
-          new com.google.firestore.admin.v1.DailyRecurrence(this);
+      com.google.firestore.admin.v1.DailyRecurrence result = new com.google.firestore.admin.v1.DailyRecurrence(this);
       onBuilt();
       return result;
     }
@@ -288,39 +264,38 @@ public com.google.firestore.admin.v1.DailyRecurrence buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.DailyRecurrence) {
-        return mergeFrom((com.google.firestore.admin.v1.DailyRecurrence) other);
+        return mergeFrom((com.google.firestore.admin.v1.DailyRecurrence)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -355,13 +330,12 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -371,9 +345,9 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -383,12 +357,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.DailyRecurrence)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.DailyRecurrence)
   private static final com.google.firestore.admin.v1.DailyRecurrence DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.admin.v1.DailyRecurrence();
   }
@@ -397,27 +371,27 @@ public static com.google.firestore.admin.v1.DailyRecurrence getDefaultInstance()
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public DailyRecurrence parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public DailyRecurrence parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -432,4 +406,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.admin.v1.DailyRecurrence getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java
new file mode 100644
index 000000000..a76aad4a5
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java
@@ -0,0 +1,10 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/admin/v1/schedule.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.admin.v1;
+
+public interface DailyRecurrenceOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DailyRecurrence)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Database.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Database.java
similarity index 71%
rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Database.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Database.java
index 255a6ee45..7519efeb4 100644
--- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Database.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Database.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/database.proto
 
@@ -20,24 +5,21 @@
 package com.google.firestore.admin.v1;
 
 /**
- *
- *
  * 
  * A Cloud Firestore Database.
  * 
* * Protobuf type {@code google.firestore.admin.v1.Database} */ -public final class Database extends com.google.protobuf.GeneratedMessageV3 - implements +public final class Database extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Database) DatabaseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use Database.newBuilder() to construct. private Database(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Database() { name_ = ""; uid_ = ""; @@ -53,28 +35,25 @@ private Database() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Database(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.DatabaseProto - .internal_static_google_firestore_admin_v1_Database_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.DatabaseProto.internal_static_google_firestore_admin_v1_Database_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.DatabaseProto - .internal_static_google_firestore_admin_v1_Database_fieldAccessorTable + return com.google.firestore.admin.v1.DatabaseProto.internal_static_google_firestore_admin_v1_Database_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Database.class, - com.google.firestore.admin.v1.Database.Builder.class); + com.google.firestore.admin.v1.Database.class, com.google.firestore.admin.v1.Database.Builder.class); } /** - * - * *
    * The type of the database.
    * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -85,10 +64,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    * Protobuf enum {@code google.firestore.admin.v1.Database.DatabaseType}
    */
-  public enum DatabaseType implements com.google.protobuf.ProtocolMessageEnum {
+  public enum DatabaseType
+      implements com.google.protobuf.ProtocolMessageEnum {
     /**
-     *
-     *
      * 
      * The default value. This value is used if the database type is omitted.
      * 
@@ -97,8 +75,6 @@ public enum DatabaseType implements com.google.protobuf.ProtocolMessageEnum { */ DATABASE_TYPE_UNSPECIFIED(0), /** - * - * *
      * Firestore Native Mode
      * 
@@ -107,8 +83,6 @@ public enum DatabaseType implements com.google.protobuf.ProtocolMessageEnum { */ FIRESTORE_NATIVE(1), /** - * - * *
      * Firestore in Datastore Mode.
      * 
@@ -120,8 +94,6 @@ public enum DatabaseType implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * The default value. This value is used if the database type is omitted.
      * 
@@ -130,8 +102,6 @@ public enum DatabaseType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DATABASE_TYPE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * Firestore Native Mode
      * 
@@ -140,8 +110,6 @@ public enum DatabaseType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int FIRESTORE_NATIVE_VALUE = 1; /** - * - * *
      * Firestore in Datastore Mode.
      * 
@@ -150,6 +118,7 @@ public enum DatabaseType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DATASTORE_MODE_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -174,49 +143,49 @@ public static DatabaseType valueOf(int value) { */ public static DatabaseType forNumber(int value) { switch (value) { - case 0: - return DATABASE_TYPE_UNSPECIFIED; - case 1: - return FIRESTORE_NATIVE; - case 2: - return DATASTORE_MODE; - default: - return null; + case 0: return DATABASE_TYPE_UNSPECIFIED; + case 1: return FIRESTORE_NATIVE; + case 2: return DATASTORE_MODE; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + DatabaseType> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public DatabaseType findValueByNumber(int number) { + return DatabaseType.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public DatabaseType findValueByNumber(int number) { - return DatabaseType.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.firestore.admin.v1.Database.getDescriptor().getEnumTypes().get(0); } private static final DatabaseType[] VALUES = values(); - public static DatabaseType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static DatabaseType valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -234,18 +203,15 @@ private DatabaseType(int value) { } /** - * - * *
    * The type of concurrency control mode for transactions.
    * 
* * Protobuf enum {@code google.firestore.admin.v1.Database.ConcurrencyMode} */ - public enum ConcurrencyMode implements com.google.protobuf.ProtocolMessageEnum { + public enum ConcurrencyMode + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * Not used.
      * 
@@ -254,8 +220,6 @@ public enum ConcurrencyMode implements com.google.protobuf.ProtocolMessageEnum { */ CONCURRENCY_MODE_UNSPECIFIED(0), /** - * - * *
      * Use optimistic concurrency control by default. This mode is available
      * for Cloud Firestore databases.
@@ -265,8 +229,6 @@ public enum ConcurrencyMode implements com.google.protobuf.ProtocolMessageEnum {
      */
     OPTIMISTIC(1),
     /**
-     *
-     *
      * 
      * Use pessimistic concurrency control by default. This mode is available
      * for Cloud Firestore databases.
@@ -278,8 +240,6 @@ public enum ConcurrencyMode implements com.google.protobuf.ProtocolMessageEnum {
      */
     PESSIMISTIC(2),
     /**
-     *
-     *
      * 
      * Use optimistic concurrency control with entity groups by default.
      *
@@ -296,8 +256,6 @@ public enum ConcurrencyMode implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * Not used.
      * 
@@ -306,8 +264,6 @@ public enum ConcurrencyMode implements com.google.protobuf.ProtocolMessageEnum { */ public static final int CONCURRENCY_MODE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * Use optimistic concurrency control by default. This mode is available
      * for Cloud Firestore databases.
@@ -317,8 +273,6 @@ public enum ConcurrencyMode implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int OPTIMISTIC_VALUE = 1;
     /**
-     *
-     *
      * 
      * Use pessimistic concurrency control by default. This mode is available
      * for Cloud Firestore databases.
@@ -330,8 +284,6 @@ public enum ConcurrencyMode implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int PESSIMISTIC_VALUE = 2;
     /**
-     *
-     *
      * 
      * Use optimistic concurrency control with entity groups by default.
      *
@@ -345,6 +297,7 @@ public enum ConcurrencyMode implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int OPTIMISTIC_WITH_ENTITY_GROUPS_VALUE = 3;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -369,44 +322,40 @@ public static ConcurrencyMode valueOf(int value) {
      */
     public static ConcurrencyMode forNumber(int value) {
       switch (value) {
-        case 0:
-          return CONCURRENCY_MODE_UNSPECIFIED;
-        case 1:
-          return OPTIMISTIC;
-        case 2:
-          return PESSIMISTIC;
-        case 3:
-          return OPTIMISTIC_WITH_ENTITY_GROUPS;
-        default:
-          return null;
+        case 0: return CONCURRENCY_MODE_UNSPECIFIED;
+        case 1: return OPTIMISTIC;
+        case 2: return PESSIMISTIC;
+        case 3: return OPTIMISTIC_WITH_ENTITY_GROUPS;
+        default: return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap
+        internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        ConcurrencyMode> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public ConcurrencyMode findValueByNumber(int number) {
+              return ConcurrencyMode.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap
-        internalValueMap =
-            new com.google.protobuf.Internal.EnumLiteMap() {
-              public ConcurrencyMode findValueByNumber(int number) {
-                return ConcurrencyMode.forNumber(number);
-              }
-            };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.firestore.admin.v1.Database.getDescriptor().getEnumTypes().get(1);
     }
 
@@ -415,7 +364,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor
     public static ConcurrencyMode valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -433,18 +383,15 @@ private ConcurrencyMode(int value) {
   }
 
   /**
-   *
-   *
    * 
    * Point In Time Recovery feature enablement.
    * 
* * Protobuf enum {@code google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement} */ - public enum PointInTimeRecoveryEnablement implements com.google.protobuf.ProtocolMessageEnum { + public enum PointInTimeRecoveryEnablement + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * Not used.
      * 
@@ -453,8 +400,6 @@ public enum PointInTimeRecoveryEnablement implements com.google.protobuf.Protoco */ POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED(0), /** - * - * *
      * Reads are supported on selected versions of the data from within the past
      * 7 days:
@@ -470,8 +415,6 @@ public enum PointInTimeRecoveryEnablement implements com.google.protobuf.Protoco
      */
     POINT_IN_TIME_RECOVERY_ENABLED(1),
     /**
-     *
-     *
      * 
      * Reads are supported on any version of the data from within the past 1
      * hour.
@@ -484,8 +427,6 @@ public enum PointInTimeRecoveryEnablement implements com.google.protobuf.Protoco
     ;
 
     /**
-     *
-     *
      * 
      * Not used.
      * 
@@ -494,8 +435,6 @@ public enum PointInTimeRecoveryEnablement implements com.google.protobuf.Protoco */ public static final int POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED_VALUE = 0; /** - * - * *
      * Reads are supported on selected versions of the data from within the past
      * 7 days:
@@ -511,8 +450,6 @@ public enum PointInTimeRecoveryEnablement implements com.google.protobuf.Protoco
      */
     public static final int POINT_IN_TIME_RECOVERY_ENABLED_VALUE = 1;
     /**
-     *
-     *
      * 
      * Reads are supported on any version of the data from within the past 1
      * hour.
@@ -522,6 +459,7 @@ public enum PointInTimeRecoveryEnablement implements com.google.protobuf.Protoco
      */
     public static final int POINT_IN_TIME_RECOVERY_DISABLED_VALUE = 2;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -546,14 +484,10 @@ public static PointInTimeRecoveryEnablement valueOf(int value) {
      */
     public static PointInTimeRecoveryEnablement forNumber(int value) {
       switch (value) {
-        case 0:
-          return POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED;
-        case 1:
-          return POINT_IN_TIME_RECOVERY_ENABLED;
-        case 2:
-          return POINT_IN_TIME_RECOVERY_DISABLED;
-        default:
-          return null;
+        case 0: return POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED;
+        case 1: return POINT_IN_TIME_RECOVERY_ENABLED;
+        case 2: return POINT_IN_TIME_RECOVERY_DISABLED;
+        default: return null;
       }
     }
 
@@ -561,28 +495,28 @@ public static PointInTimeRecoveryEnablement forNumber(int value) {
         internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        PointInTimeRecoveryEnablement> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public PointInTimeRecoveryEnablement findValueByNumber(int number) {
+              return PointInTimeRecoveryEnablement.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap
-        internalValueMap =
-            new com.google.protobuf.Internal.EnumLiteMap() {
-              public PointInTimeRecoveryEnablement findValueByNumber(int number) {
-                return PointInTimeRecoveryEnablement.forNumber(number);
-              }
-            };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.firestore.admin.v1.Database.getDescriptor().getEnumTypes().get(2);
     }
 
@@ -591,7 +525,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor
     public static PointInTimeRecoveryEnablement valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -609,18 +544,15 @@ private PointInTimeRecoveryEnablement(int value) {
   }
 
   /**
-   *
-   *
    * 
    * The type of App Engine integration mode.
    * 
* * Protobuf enum {@code google.firestore.admin.v1.Database.AppEngineIntegrationMode} */ - public enum AppEngineIntegrationMode implements com.google.protobuf.ProtocolMessageEnum { + public enum AppEngineIntegrationMode + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * Not used.
      * 
@@ -629,8 +561,6 @@ public enum AppEngineIntegrationMode implements com.google.protobuf.ProtocolMess */ APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED(0), /** - * - * *
      * If an App Engine application exists in the same region as this database,
      * App Engine configuration will impact this database. This includes
@@ -642,8 +572,6 @@ public enum AppEngineIntegrationMode implements com.google.protobuf.ProtocolMess
      */
     ENABLED(1),
     /**
-     *
-     *
      * 
      * App Engine has no effect on the ability of this database to serve
      * requests.
@@ -658,8 +586,6 @@ public enum AppEngineIntegrationMode implements com.google.protobuf.ProtocolMess
     ;
 
     /**
-     *
-     *
      * 
      * Not used.
      * 
@@ -668,8 +594,6 @@ public enum AppEngineIntegrationMode implements com.google.protobuf.ProtocolMess */ public static final int APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * If an App Engine application exists in the same region as this database,
      * App Engine configuration will impact this database. This includes
@@ -681,8 +605,6 @@ public enum AppEngineIntegrationMode implements com.google.protobuf.ProtocolMess
      */
     public static final int ENABLED_VALUE = 1;
     /**
-     *
-     *
      * 
      * App Engine has no effect on the ability of this database to serve
      * requests.
@@ -694,6 +616,7 @@ public enum AppEngineIntegrationMode implements com.google.protobuf.ProtocolMess
      */
     public static final int DISABLED_VALUE = 2;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -718,14 +641,10 @@ public static AppEngineIntegrationMode valueOf(int value) {
      */
     public static AppEngineIntegrationMode forNumber(int value) {
       switch (value) {
-        case 0:
-          return APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED;
-        case 1:
-          return ENABLED;
-        case 2:
-          return DISABLED;
-        default:
-          return null;
+        case 0: return APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED;
+        case 1: return ENABLED;
+        case 2: return DISABLED;
+        default: return null;
       }
     }
 
@@ -733,28 +652,28 @@ public static AppEngineIntegrationMode forNumber(int value) {
         internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        AppEngineIntegrationMode> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public AppEngineIntegrationMode findValueByNumber(int number) {
+              return AppEngineIntegrationMode.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap
-        internalValueMap =
-            new com.google.protobuf.Internal.EnumLiteMap() {
-              public AppEngineIntegrationMode findValueByNumber(int number) {
-                return AppEngineIntegrationMode.forNumber(number);
-              }
-            };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.firestore.admin.v1.Database.getDescriptor().getEnumTypes().get(3);
     }
 
@@ -763,7 +682,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor
     public static AppEngineIntegrationMode valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -781,18 +701,15 @@ private AppEngineIntegrationMode(int value) {
   }
 
   /**
-   *
-   *
    * 
    * The delete protection state of the database.
    * 
* * Protobuf enum {@code google.firestore.admin.v1.Database.DeleteProtectionState} */ - public enum DeleteProtectionState implements com.google.protobuf.ProtocolMessageEnum { + public enum DeleteProtectionState + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The default value. Delete protection type is not specified
      * 
@@ -801,8 +718,6 @@ public enum DeleteProtectionState implements com.google.protobuf.ProtocolMessage */ DELETE_PROTECTION_STATE_UNSPECIFIED(0), /** - * - * *
      * Delete protection is disabled
      * 
@@ -811,8 +726,6 @@ public enum DeleteProtectionState implements com.google.protobuf.ProtocolMessage */ DELETE_PROTECTION_DISABLED(1), /** - * - * *
      * Delete protection is enabled
      * 
@@ -824,8 +737,6 @@ public enum DeleteProtectionState implements com.google.protobuf.ProtocolMessage ; /** - * - * *
      * The default value. Delete protection type is not specified
      * 
@@ -834,8 +745,6 @@ public enum DeleteProtectionState implements com.google.protobuf.ProtocolMessage */ public static final int DELETE_PROTECTION_STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * Delete protection is disabled
      * 
@@ -844,8 +753,6 @@ public enum DeleteProtectionState implements com.google.protobuf.ProtocolMessage */ public static final int DELETE_PROTECTION_DISABLED_VALUE = 1; /** - * - * *
      * Delete protection is enabled
      * 
@@ -854,6 +761,7 @@ public enum DeleteProtectionState implements com.google.protobuf.ProtocolMessage */ public static final int DELETE_PROTECTION_ENABLED_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -878,14 +786,10 @@ public static DeleteProtectionState valueOf(int value) { */ public static DeleteProtectionState forNumber(int value) { switch (value) { - case 0: - return DELETE_PROTECTION_STATE_UNSPECIFIED; - case 1: - return DELETE_PROTECTION_DISABLED; - case 2: - return DELETE_PROTECTION_ENABLED; - default: - return null; + case 0: return DELETE_PROTECTION_STATE_UNSPECIFIED; + case 1: return DELETE_PROTECTION_DISABLED; + case 2: return DELETE_PROTECTION_ENABLED; + default: return null; } } @@ -893,28 +797,28 @@ public static DeleteProtectionState forNumber(int value) { internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + DeleteProtectionState> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public DeleteProtectionState findValueByNumber(int number) { + return DeleteProtectionState.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap - internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public DeleteProtectionState findValueByNumber(int number) { - return DeleteProtectionState.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.firestore.admin.v1.Database.getDescriptor().getEnumTypes().get(4); } @@ -923,7 +827,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor public static DeleteProtectionState valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -942,19 +847,15 @@ private DeleteProtectionState(int value) { private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** - * - * *
    * The resource name of the Database.
    * Format: `projects/{project}/databases/{database}`
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -963,30 +864,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * The resource name of the Database.
    * Format: `projects/{project}/databases/{database}`
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -995,18 +896,14 @@ public com.google.protobuf.ByteString getNameBytes() { } public static final int UID_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private volatile java.lang.Object uid_ = ""; /** - * - * *
    * Output only. The system-generated UUID4 for this Database.
    * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The uid. */ @java.lang.Override @@ -1015,29 +912,29 @@ public java.lang.String getUid() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); uid_ = s; return s; } } /** - * - * *
    * Output only. The system-generated UUID4 for this Database.
    * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for uid. */ @java.lang.Override - public com.google.protobuf.ByteString getUidBytes() { + public com.google.protobuf.ByteString + getUidBytes() { java.lang.Object ref = uid_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); uid_ = b; return b; } else { @@ -1048,16 +945,12 @@ public com.google.protobuf.ByteString getUidBytes() { public static final int CREATE_TIME_FIELD_NUMBER = 5; private com.google.protobuf.Timestamp createTime_; /** - * - * *
    * Output only. The timestamp at which this database was created. Databases
    * created before 2016 do not populate create_time.
    * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ @java.lang.Override @@ -1065,16 +958,12 @@ public boolean hasCreateTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Output only. The timestamp at which this database was created. Databases
    * created before 2016 do not populate create_time.
    * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ @java.lang.Override @@ -1082,15 +971,12 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** - * - * *
    * Output only. The timestamp at which this database was created. Databases
    * created before 2016 do not populate create_time.
    * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { @@ -1100,17 +986,13 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int UPDATE_TIME_FIELD_NUMBER = 6; private com.google.protobuf.Timestamp updateTime_; /** - * - * *
    * Output only. The timestamp at which this database was most recently
    * updated. Note this only includes updates to the database resource and not
    * data contained by the database.
    * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ @java.lang.Override @@ -1118,17 +1000,13 @@ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * Output only. The timestamp at which this database was most recently
    * updated. Note this only includes updates to the database resource and not
    * data contained by the database.
    * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ @java.lang.Override @@ -1136,16 +1014,13 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** - * - * *
    * Output only. The timestamp at which this database was most recently
    * updated. Note this only includes updates to the database resource and not
    * data contained by the database.
    * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { @@ -1153,19 +1028,15 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { } public static final int LOCATION_ID_FIELD_NUMBER = 9; - @SuppressWarnings("serial") private volatile java.lang.Object locationId_ = ""; /** - * - * *
    * The location of the database. Available locations are listed at
    * https://cloud.google.com/firestore/docs/locations.
    * 
* * string location_id = 9; - * * @return The locationId. */ @java.lang.Override @@ -1174,30 +1045,30 @@ public java.lang.String getLocationId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); locationId_ = s; return s; } } /** - * - * *
    * The location of the database. Available locations are listed at
    * https://cloud.google.com/firestore/docs/locations.
    * 
* * string location_id = 9; - * * @return The bytes for locationId. */ @java.lang.Override - public com.google.protobuf.ByteString getLocationIdBytes() { + public com.google.protobuf.ByteString + getLocationIdBytes() { java.lang.Object ref = locationId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); locationId_ = b; return b; } else { @@ -1208,8 +1079,6 @@ public com.google.protobuf.ByteString getLocationIdBytes() { public static final int TYPE_FIELD_NUMBER = 10; private int type_ = 0; /** - * - * *
    * The type of the database.
    * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -1217,16 +1086,12 @@ public com.google.protobuf.ByteString getLocationIdBytes() {
    * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; - * * @return The enum numeric value on the wire for type. */ - @java.lang.Override - public int getTypeValue() { + @java.lang.Override public int getTypeValue() { return type_; } /** - * - * *
    * The type of the database.
    * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -1234,60 +1099,42 @@ public int getTypeValue() {
    * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; - * * @return The type. */ - @java.lang.Override - public com.google.firestore.admin.v1.Database.DatabaseType getType() { - com.google.firestore.admin.v1.Database.DatabaseType result = - com.google.firestore.admin.v1.Database.DatabaseType.forNumber(type_); - return result == null - ? com.google.firestore.admin.v1.Database.DatabaseType.UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.admin.v1.Database.DatabaseType getType() { + com.google.firestore.admin.v1.Database.DatabaseType result = com.google.firestore.admin.v1.Database.DatabaseType.forNumber(type_); + return result == null ? com.google.firestore.admin.v1.Database.DatabaseType.UNRECOGNIZED : result; } public static final int CONCURRENCY_MODE_FIELD_NUMBER = 15; private int concurrencyMode_ = 0; /** - * - * *
    * The concurrency control mode to use for this database.
    * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; - * * @return The enum numeric value on the wire for concurrencyMode. */ - @java.lang.Override - public int getConcurrencyModeValue() { + @java.lang.Override public int getConcurrencyModeValue() { return concurrencyMode_; } /** - * - * *
    * The concurrency control mode to use for this database.
    * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; - * * @return The concurrencyMode. */ - @java.lang.Override - public com.google.firestore.admin.v1.Database.ConcurrencyMode getConcurrencyMode() { - com.google.firestore.admin.v1.Database.ConcurrencyMode result = - com.google.firestore.admin.v1.Database.ConcurrencyMode.forNumber(concurrencyMode_); - return result == null - ? com.google.firestore.admin.v1.Database.ConcurrencyMode.UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.admin.v1.Database.ConcurrencyMode getConcurrencyMode() { + com.google.firestore.admin.v1.Database.ConcurrencyMode result = com.google.firestore.admin.v1.Database.ConcurrencyMode.forNumber(concurrencyMode_); + return result == null ? com.google.firestore.admin.v1.Database.ConcurrencyMode.UNRECOGNIZED : result; } public static final int VERSION_RETENTION_PERIOD_FIELD_NUMBER = 17; private com.google.protobuf.Duration versionRetentionPeriod_; /** - * - * *
    * Output only. The period during which past versions of data are retained in
    * the database.
@@ -1301,10 +1148,7 @@ public com.google.firestore.admin.v1.Database.ConcurrencyMode getConcurrencyMode
    * the retention period is 1 hour.
    * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the versionRetentionPeriod field is set. */ @java.lang.Override @@ -1312,8 +1156,6 @@ public boolean hasVersionRetentionPeriod() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * Output only. The period during which past versions of data are retained in
    * the database.
@@ -1327,21 +1169,14 @@ public boolean hasVersionRetentionPeriod() {
    * the retention period is 1 hour.
    * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The versionRetentionPeriod. */ @java.lang.Override public com.google.protobuf.Duration getVersionRetentionPeriod() { - return versionRetentionPeriod_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : versionRetentionPeriod_; + return versionRetentionPeriod_ == null ? com.google.protobuf.Duration.getDefaultInstance() : versionRetentionPeriod_; } /** - * - * *
    * Output only. The period during which past versions of data are retained in
    * the database.
@@ -1355,22 +1190,16 @@ public com.google.protobuf.Duration getVersionRetentionPeriod() {
    * the retention period is 1 hour.
    * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.DurationOrBuilder getVersionRetentionPeriodOrBuilder() { - return versionRetentionPeriod_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : versionRetentionPeriod_; + return versionRetentionPeriod_ == null ? com.google.protobuf.Duration.getDefaultInstance() : versionRetentionPeriod_; } public static final int EARLIEST_VERSION_TIME_FIELD_NUMBER = 18; private com.google.protobuf.Timestamp earliestVersionTime_; /** - * - * *
    * Output only. The earliest timestamp at which older versions of the data can
    * be read from the database. See [version_retention_period] above; this field
@@ -1382,10 +1211,7 @@ public com.google.protobuf.DurationOrBuilder getVersionRetentionPeriodOrBuilder(
    * you initiate the recovery.
    * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the earliestVersionTime field is set. */ @java.lang.Override @@ -1393,8 +1219,6 @@ public boolean hasEarliestVersionTime() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
    * Output only. The earliest timestamp at which older versions of the data can
    * be read from the database. See [version_retention_period] above; this field
@@ -1406,21 +1230,14 @@ public boolean hasEarliestVersionTime() {
    * you initiate the recovery.
    * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The earliestVersionTime. */ @java.lang.Override public com.google.protobuf.Timestamp getEarliestVersionTime() { - return earliestVersionTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : earliestVersionTime_; + return earliestVersionTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : earliestVersionTime_; } /** - * - * *
    * Output only. The earliest timestamp at which older versions of the data can
    * be read from the database. See [version_retention_period] above; this field
@@ -1432,110 +1249,69 @@ public com.google.protobuf.Timestamp getEarliestVersionTime() {
    * you initiate the recovery.
    * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getEarliestVersionTimeOrBuilder() { - return earliestVersionTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : earliestVersionTime_; + return earliestVersionTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : earliestVersionTime_; } public static final int POINT_IN_TIME_RECOVERY_ENABLEMENT_FIELD_NUMBER = 21; private int pointInTimeRecoveryEnablement_ = 0; /** - * - * *
    * Whether to enable the PITR feature on this database.
    * 
* - * - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; - * - * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; * @return The enum numeric value on the wire for pointInTimeRecoveryEnablement. */ - @java.lang.Override - public int getPointInTimeRecoveryEnablementValue() { + @java.lang.Override public int getPointInTimeRecoveryEnablementValue() { return pointInTimeRecoveryEnablement_; } /** - * - * *
    * Whether to enable the PITR feature on this database.
    * 
* - * - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; - * - * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; * @return The pointInTimeRecoveryEnablement. */ - @java.lang.Override - public com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement - getPointInTimeRecoveryEnablement() { - com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement result = - com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.forNumber( - pointInTimeRecoveryEnablement_); - return result == null - ? com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement getPointInTimeRecoveryEnablement() { + com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement result = com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.forNumber(pointInTimeRecoveryEnablement_); + return result == null ? com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.UNRECOGNIZED : result; } public static final int APP_ENGINE_INTEGRATION_MODE_FIELD_NUMBER = 19; private int appEngineIntegrationMode_ = 0; /** - * - * *
    * The App Engine integration mode to use for this database.
    * 
* - * - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; - * - * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; * @return The enum numeric value on the wire for appEngineIntegrationMode. */ - @java.lang.Override - public int getAppEngineIntegrationModeValue() { + @java.lang.Override public int getAppEngineIntegrationModeValue() { return appEngineIntegrationMode_; } /** - * - * *
    * The App Engine integration mode to use for this database.
    * 
* - * - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; - * - * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; * @return The appEngineIntegrationMode. */ - @java.lang.Override - public com.google.firestore.admin.v1.Database.AppEngineIntegrationMode - getAppEngineIntegrationMode() { - com.google.firestore.admin.v1.Database.AppEngineIntegrationMode result = - com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.forNumber( - appEngineIntegrationMode_); - return result == null - ? com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.admin.v1.Database.AppEngineIntegrationMode getAppEngineIntegrationMode() { + com.google.firestore.admin.v1.Database.AppEngineIntegrationMode result = com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.forNumber(appEngineIntegrationMode_); + return result == null ? com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.UNRECOGNIZED : result; } public static final int KEY_PREFIX_FIELD_NUMBER = 20; - @SuppressWarnings("serial") private volatile java.lang.Object keyPrefix_ = ""; /** - * - * *
    * Output only. The key_prefix for this database. This key_prefix is used, in
    * combination with the project id ("<key prefix>~<project id>") to construct
@@ -1547,7 +1323,6 @@ public int getAppEngineIntegrationModeValue() {
    * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The keyPrefix. */ @java.lang.Override @@ -1556,15 +1331,14 @@ public java.lang.String getKeyPrefix() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); keyPrefix_ = s; return s; } } /** - * - * *
    * Output only. The key_prefix for this database. This key_prefix is used, in
    * combination with the project id ("<key prefix>~<project id>") to construct
@@ -1576,15 +1350,16 @@ public java.lang.String getKeyPrefix() {
    * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for keyPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString getKeyPrefixBytes() { + public com.google.protobuf.ByteString + getKeyPrefixBytes() { java.lang.Object ref = keyPrefix_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); keyPrefix_ = b; return b; } else { @@ -1595,50 +1370,33 @@ public com.google.protobuf.ByteString getKeyPrefixBytes() { public static final int DELETE_PROTECTION_STATE_FIELD_NUMBER = 22; private int deleteProtectionState_ = 0; /** - * - * *
    * State of delete protection for the database.
    * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; - * - * + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; * @return The enum numeric value on the wire for deleteProtectionState. */ - @java.lang.Override - public int getDeleteProtectionStateValue() { + @java.lang.Override public int getDeleteProtectionStateValue() { return deleteProtectionState_; } /** - * - * *
    * State of delete protection for the database.
    * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; - * - * + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; * @return The deleteProtectionState. */ - @java.lang.Override - public com.google.firestore.admin.v1.Database.DeleteProtectionState getDeleteProtectionState() { - com.google.firestore.admin.v1.Database.DeleteProtectionState result = - com.google.firestore.admin.v1.Database.DeleteProtectionState.forNumber( - deleteProtectionState_); - return result == null - ? com.google.firestore.admin.v1.Database.DeleteProtectionState.UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.admin.v1.Database.DeleteProtectionState getDeleteProtectionState() { + com.google.firestore.admin.v1.Database.DeleteProtectionState result = com.google.firestore.admin.v1.Database.DeleteProtectionState.forNumber(deleteProtectionState_); + return result == null ? com.google.firestore.admin.v1.Database.DeleteProtectionState.UNRECOGNIZED : result; } public static final int ETAG_FIELD_NUMBER = 99; - @SuppressWarnings("serial") private volatile java.lang.Object etag_ = ""; /** - * - * *
    * This checksum is computed by the server based on the value of other
    * fields, and may be sent on update and delete requests to ensure the
@@ -1646,7 +1404,6 @@ public com.google.firestore.admin.v1.Database.DeleteProtectionState getDeletePro
    * 
* * string etag = 99; - * * @return The etag. */ @java.lang.Override @@ -1655,15 +1412,14 @@ public java.lang.String getEtag() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); etag_ = s; return s; } } /** - * - * *
    * This checksum is computed by the server based on the value of other
    * fields, and may be sent on update and delete requests to ensure the
@@ -1671,15 +1427,16 @@ public java.lang.String getEtag() {
    * 
* * string etag = 99; - * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); etag_ = b; return b; } else { @@ -1688,7 +1445,6 @@ public com.google.protobuf.ByteString getEtagBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1700,7 +1456,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -1716,14 +1473,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 9, locationId_); } - if (type_ - != com.google.firestore.admin.v1.Database.DatabaseType.DATABASE_TYPE_UNSPECIFIED - .getNumber()) { + if (type_ != com.google.firestore.admin.v1.Database.DatabaseType.DATABASE_TYPE_UNSPECIFIED.getNumber()) { output.writeEnum(10, type_); } - if (concurrencyMode_ - != com.google.firestore.admin.v1.Database.ConcurrencyMode.CONCURRENCY_MODE_UNSPECIFIED - .getNumber()) { + if (concurrencyMode_ != com.google.firestore.admin.v1.Database.ConcurrencyMode.CONCURRENCY_MODE_UNSPECIFIED.getNumber()) { output.writeEnum(15, concurrencyMode_); } if (((bitField0_ & 0x00000004) != 0)) { @@ -1732,25 +1485,16 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (((bitField0_ & 0x00000008) != 0)) { output.writeMessage(18, getEarliestVersionTime()); } - if (appEngineIntegrationMode_ - != com.google.firestore.admin.v1.Database.AppEngineIntegrationMode - .APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED - .getNumber()) { + if (appEngineIntegrationMode_ != com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED.getNumber()) { output.writeEnum(19, appEngineIntegrationMode_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(keyPrefix_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 20, keyPrefix_); } - if (pointInTimeRecoveryEnablement_ - != com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement - .POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED - .getNumber()) { + if (pointInTimeRecoveryEnablement_ != com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED.getNumber()) { output.writeEnum(21, pointInTimeRecoveryEnablement_); } - if (deleteProtectionState_ - != com.google.firestore.admin.v1.Database.DeleteProtectionState - .DELETE_PROTECTION_STATE_UNSPECIFIED - .getNumber()) { + if (deleteProtectionState_ != com.google.firestore.admin.v1.Database.DeleteProtectionState.DELETE_PROTECTION_STATE_UNSPECIFIED.getNumber()) { output.writeEnum(22, deleteProtectionState_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(etag_)) { @@ -1772,53 +1516,46 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, uid_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getCreateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getCreateTime()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getUpdateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getUpdateTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationId_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, locationId_); } - if (type_ - != com.google.firestore.admin.v1.Database.DatabaseType.DATABASE_TYPE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(10, type_); + if (type_ != com.google.firestore.admin.v1.Database.DatabaseType.DATABASE_TYPE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(10, type_); } - if (concurrencyMode_ - != com.google.firestore.admin.v1.Database.ConcurrencyMode.CONCURRENCY_MODE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(15, concurrencyMode_); + if (concurrencyMode_ != com.google.firestore.admin.v1.Database.ConcurrencyMode.CONCURRENCY_MODE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(15, concurrencyMode_); } if (((bitField0_ & 0x00000004) != 0)) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize(17, getVersionRetentionPeriod()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(17, getVersionRetentionPeriod()); } if (((bitField0_ & 0x00000008) != 0)) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize(18, getEarliestVersionTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(18, getEarliestVersionTime()); } - if (appEngineIntegrationMode_ - != com.google.firestore.admin.v1.Database.AppEngineIntegrationMode - .APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(19, appEngineIntegrationMode_); + if (appEngineIntegrationMode_ != com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(19, appEngineIntegrationMode_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(keyPrefix_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(20, keyPrefix_); } - if (pointInTimeRecoveryEnablement_ - != com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement - .POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED - .getNumber()) { - size += - com.google.protobuf.CodedOutputStream.computeEnumSize(21, pointInTimeRecoveryEnablement_); + if (pointInTimeRecoveryEnablement_ != com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(21, pointInTimeRecoveryEnablement_); } - if (deleteProtectionState_ - != com.google.firestore.admin.v1.Database.DeleteProtectionState - .DELETE_PROTECTION_STATE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(22, deleteProtectionState_); + if (deleteProtectionState_ != com.google.firestore.admin.v1.Database.DeleteProtectionState.DELETE_PROTECTION_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(22, deleteProtectionState_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(etag_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(99, etag_); @@ -1831,39 +1568,48 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Database)) { return super.equals(obj); } com.google.firestore.admin.v1.Database other = (com.google.firestore.admin.v1.Database) obj; - if (!getName().equals(other.getName())) return false; - if (!getUid().equals(other.getUid())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getUid() + .equals(other.getUid())) return false; if (hasCreateTime() != other.hasCreateTime()) return false; if (hasCreateTime()) { - if (!getCreateTime().equals(other.getCreateTime())) return false; + if (!getCreateTime() + .equals(other.getCreateTime())) return false; } if (hasUpdateTime() != other.hasUpdateTime()) return false; if (hasUpdateTime()) { - if (!getUpdateTime().equals(other.getUpdateTime())) return false; + if (!getUpdateTime() + .equals(other.getUpdateTime())) return false; } - if (!getLocationId().equals(other.getLocationId())) return false; + if (!getLocationId() + .equals(other.getLocationId())) return false; if (type_ != other.type_) return false; if (concurrencyMode_ != other.concurrencyMode_) return false; if (hasVersionRetentionPeriod() != other.hasVersionRetentionPeriod()) return false; if (hasVersionRetentionPeriod()) { - if (!getVersionRetentionPeriod().equals(other.getVersionRetentionPeriod())) return false; + if (!getVersionRetentionPeriod() + .equals(other.getVersionRetentionPeriod())) return false; } if (hasEarliestVersionTime() != other.hasEarliestVersionTime()) return false; if (hasEarliestVersionTime()) { - if (!getEarliestVersionTime().equals(other.getEarliestVersionTime())) return false; + if (!getEarliestVersionTime() + .equals(other.getEarliestVersionTime())) return false; } if (pointInTimeRecoveryEnablement_ != other.pointInTimeRecoveryEnablement_) return false; if (appEngineIntegrationMode_ != other.appEngineIntegrationMode_) return false; - if (!getKeyPrefix().equals(other.getKeyPrefix())) return false; + if (!getKeyPrefix() + .equals(other.getKeyPrefix())) return false; if (deleteProtectionState_ != other.deleteProtectionState_) return false; - if (!getEtag().equals(other.getEtag())) return false; + if (!getEtag() + .equals(other.getEtag())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -1916,127 +1662,120 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.Database parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.Database parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Database parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Database parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Database parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Database parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Database parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Database parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Database parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.admin.v1.Database parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Database parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Database parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Database parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.Database prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A Cloud Firestore Database.
    * 
* * Protobuf type {@code google.firestore.admin.v1.Database} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Database) com.google.firestore.admin.v1.DatabaseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.DatabaseProto - .internal_static_google_firestore_admin_v1_Database_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.DatabaseProto.internal_static_google_firestore_admin_v1_Database_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.DatabaseProto - .internal_static_google_firestore_admin_v1_Database_fieldAccessorTable + return com.google.firestore.admin.v1.DatabaseProto.internal_static_google_firestore_admin_v1_Database_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Database.class, - com.google.firestore.admin.v1.Database.Builder.class); + com.google.firestore.admin.v1.Database.class, com.google.firestore.admin.v1.Database.Builder.class); } // Construct using com.google.firestore.admin.v1.Database.newBuilder() @@ -2044,20 +1783,20 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getCreateTimeFieldBuilder(); getUpdateTimeFieldBuilder(); getVersionRetentionPeriodFieldBuilder(); getEarliestVersionTimeFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -2096,9 +1835,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.admin.v1.DatabaseProto - .internal_static_google_firestore_admin_v1_Database_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.DatabaseProto.internal_static_google_firestore_admin_v1_Database_descriptor; } @java.lang.Override @@ -2117,11 +1856,8 @@ public com.google.firestore.admin.v1.Database build() { @java.lang.Override public com.google.firestore.admin.v1.Database buildPartial() { - com.google.firestore.admin.v1.Database result = - new com.google.firestore.admin.v1.Database(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.admin.v1.Database result = new com.google.firestore.admin.v1.Database(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -2136,11 +1872,15 @@ private void buildPartial0(com.google.firestore.admin.v1.Database result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000004) != 0)) { - result.createTime_ = createTimeBuilder_ == null ? createTime_ : createTimeBuilder_.build(); + result.createTime_ = createTimeBuilder_ == null + ? createTime_ + : createTimeBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000008) != 0)) { - result.updateTime_ = updateTimeBuilder_ == null ? updateTime_ : updateTimeBuilder_.build(); + result.updateTime_ = updateTimeBuilder_ == null + ? updateTime_ + : updateTimeBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000010) != 0)) { @@ -2153,17 +1893,15 @@ private void buildPartial0(com.google.firestore.admin.v1.Database result) { result.concurrencyMode_ = concurrencyMode_; } if (((from_bitField0_ & 0x00000080) != 0)) { - result.versionRetentionPeriod_ = - versionRetentionPeriodBuilder_ == null - ? versionRetentionPeriod_ - : versionRetentionPeriodBuilder_.build(); + result.versionRetentionPeriod_ = versionRetentionPeriodBuilder_ == null + ? versionRetentionPeriod_ + : versionRetentionPeriodBuilder_.build(); to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000100) != 0)) { - result.earliestVersionTime_ = - earliestVersionTimeBuilder_ == null - ? earliestVersionTime_ - : earliestVersionTimeBuilder_.build(); + result.earliestVersionTime_ = earliestVersionTimeBuilder_ == null + ? earliestVersionTime_ + : earliestVersionTimeBuilder_.build(); to_bitField0_ |= 0x00000008; } if (((from_bitField0_ & 0x00000200) != 0)) { @@ -2188,39 +1926,38 @@ private void buildPartial0(com.google.firestore.admin.v1.Database result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.Database) { - return mergeFrom((com.google.firestore.admin.v1.Database) other); + return mergeFrom((com.google.firestore.admin.v1.Database)other); } else { super.mergeFrom(other); return this; @@ -2307,128 +2044,116 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 26: - { - uid_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000002; - break; - } // case 26 - case 42: - { - input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000004; - break; - } // case 42 - case 50: - { - input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000008; - break; - } // case 50 - case 74: - { - locationId_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000010; - break; - } // case 74 - case 80: - { - type_ = input.readEnum(); - bitField0_ |= 0x00000020; - break; - } // case 80 - case 120: - { - concurrencyMode_ = input.readEnum(); - bitField0_ |= 0x00000040; - break; - } // case 120 - case 138: - { - input.readMessage( - getVersionRetentionPeriodFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000080; - break; - } // case 138 - case 146: - { - input.readMessage( - getEarliestVersionTimeFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000100; - break; - } // case 146 - case 152: - { - appEngineIntegrationMode_ = input.readEnum(); - bitField0_ |= 0x00000400; - break; - } // case 152 - case 162: - { - keyPrefix_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000800; - break; - } // case 162 - case 168: - { - pointInTimeRecoveryEnablement_ = input.readEnum(); - bitField0_ |= 0x00000200; - break; - } // case 168 - case 176: - { - deleteProtectionState_ = input.readEnum(); - bitField0_ |= 0x00001000; - break; - } // case 176 - case 794: - { - etag_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00002000; - break; - } // case 794 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: - } // switch (tag) - } // while (!done) - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.unwrapIOException(); + case 10: { + name_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 26: { + uid_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } // case 26 + case 42: { + input.readMessage( + getCreateTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000004; + break; + } // case 42 + case 50: { + input.readMessage( + getUpdateTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000008; + break; + } // case 50 + case 74: { + locationId_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000010; + break; + } // case 74 + case 80: { + type_ = input.readEnum(); + bitField0_ |= 0x00000020; + break; + } // case 80 + case 120: { + concurrencyMode_ = input.readEnum(); + bitField0_ |= 0x00000040; + break; + } // case 120 + case 138: { + input.readMessage( + getVersionRetentionPeriodFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000080; + break; + } // case 138 + case 146: { + input.readMessage( + getEarliestVersionTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000100; + break; + } // case 146 + case 152: { + appEngineIntegrationMode_ = input.readEnum(); + bitField0_ |= 0x00000400; + break; + } // case 152 + case 162: { + keyPrefix_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000800; + break; + } // case 162 + case 168: { + pointInTimeRecoveryEnablement_ = input.readEnum(); + bitField0_ |= 0x00000200; + break; + } // case 168 + case 176: { + deleteProtectionState_ = input.readEnum(); + bitField0_ |= 0x00001000; + break; + } // case 176 + case 794: { + etag_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00002000; + break; + } // case 794 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } - private int bitField0_; private java.lang.Object name_ = ""; /** - * - * *
      * The resource name of the Database.
      * Format: `projects/{project}/databases/{database}`
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -2437,22 +2162,21 @@ public java.lang.String getName() { } } /** - * - * *
      * The resource name of the Database.
      * Format: `projects/{project}/databases/{database}`
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -2460,37 +2184,30 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * The resource name of the Database.
      * Format: `projects/{project}/databases/{database}`
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The resource name of the Database.
      * Format: `projects/{project}/databases/{database}`
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { @@ -2500,22 +2217,18 @@ public Builder clearName() { return this; } /** - * - * *
      * The resource name of the Database.
      * Format: `projects/{project}/databases/{database}`
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -2525,20 +2238,18 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object uid_ = ""; /** - * - * *
      * Output only. The system-generated UUID4 for this Database.
      * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The uid. */ public java.lang.String getUid() { java.lang.Object ref = uid_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); uid_ = s; return s; @@ -2547,21 +2258,20 @@ public java.lang.String getUid() { } } /** - * - * *
      * Output only. The system-generated UUID4 for this Database.
      * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for uid. */ - public com.google.protobuf.ByteString getUidBytes() { + public com.google.protobuf.ByteString + getUidBytes() { java.lang.Object ref = uid_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); uid_ = b; return b; } else { @@ -2569,35 +2279,28 @@ public com.google.protobuf.ByteString getUidBytes() { } } /** - * - * *
      * Output only. The system-generated UUID4 for this Database.
      * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The uid to set. * @return This builder for chaining. */ - public Builder setUid(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setUid( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } uid_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * Output only. The system-generated UUID4 for this Database.
      * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearUid() { @@ -2607,21 +2310,17 @@ public Builder clearUid() { return this; } /** - * - * *
      * Output only. The system-generated UUID4 for this Database.
      * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for uid to set. * @return This builder for chaining. */ - public Builder setUidBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setUidBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); uid_ = value; bitField0_ |= 0x00000002; @@ -2631,61 +2330,42 @@ public Builder setUidBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.Timestamp createTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - createTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; /** - * - * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { @@ -2701,18 +2381,15 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setCreateTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (createTimeBuilder_ == null) { createTime_ = builderForValue.build(); } else { @@ -2723,22 +2400,18 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { - if (((bitField0_ & 0x00000004) != 0) - && createTime_ != null - && createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000004) != 0) && + createTime_ != null && + createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getCreateTimeBuilder().mergeFrom(value); } else { createTime_ = value; @@ -2753,16 +2426,12 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearCreateTime() { bitField0_ = (bitField0_ & ~0x00000004); @@ -2775,16 +2444,12 @@ public Builder clearCreateTime() { return this; } /** - * - * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { bitField0_ |= 0x00000004; @@ -2792,50 +2457,38 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { return getCreateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { if (createTimeBuilder_ != null) { return createTimeBuilder_.getMessageOrBuilder(); } else { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } } /** - * - * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getCreateTimeFieldBuilder() { if (createTimeBuilder_ == null) { - createTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getCreateTime(), getParentForChildren(), isClean()); + createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getCreateTime(), + getParentForChildren(), + isClean()); createTime_ = null; } return createTimeBuilder_; @@ -2843,64 +2496,45 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { private com.google.protobuf.Timestamp updateTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - updateTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_; /** - * - * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ public com.google.protobuf.Timestamp getUpdateTime() { if (updateTimeBuilder_ == null) { - return updateTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : updateTime_; + return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } else { return updateTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { @@ -2916,19 +2550,16 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setUpdateTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (updateTimeBuilder_ == null) { updateTime_ = builderForValue.build(); } else { @@ -2939,23 +2570,19 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) - && updateTime_ != null - && updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) && + updateTime_ != null && + updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getUpdateTimeBuilder().mergeFrom(value); } else { updateTime_ = value; @@ -2970,17 +2597,13 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearUpdateTime() { bitField0_ = (bitField0_ & ~0x00000008); @@ -2993,17 +2616,13 @@ public Builder clearUpdateTime() { return this; } /** - * - * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { bitField0_ |= 0x00000008; @@ -3011,52 +2630,40 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { return getUpdateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { if (updateTimeBuilder_ != null) { return updateTimeBuilder_.getMessageOrBuilder(); } else { - return updateTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : updateTime_; + return updateTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } } /** - * - * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getUpdateTimeFieldBuilder() { if (updateTimeBuilder_ == null) { - updateTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getUpdateTime(), getParentForChildren(), isClean()); + updateTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getUpdateTime(), + getParentForChildren(), + isClean()); updateTime_ = null; } return updateTimeBuilder_; @@ -3064,21 +2671,19 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { private java.lang.Object locationId_ = ""; /** - * - * *
      * The location of the database. Available locations are listed at
      * https://cloud.google.com/firestore/docs/locations.
      * 
* * string location_id = 9; - * * @return The locationId. */ public java.lang.String getLocationId() { java.lang.Object ref = locationId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); locationId_ = s; return s; @@ -3087,22 +2692,21 @@ public java.lang.String getLocationId() { } } /** - * - * *
      * The location of the database. Available locations are listed at
      * https://cloud.google.com/firestore/docs/locations.
      * 
* * string location_id = 9; - * * @return The bytes for locationId. */ - public com.google.protobuf.ByteString getLocationIdBytes() { + public com.google.protobuf.ByteString + getLocationIdBytes() { java.lang.Object ref = locationId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); locationId_ = b; return b; } else { @@ -3110,37 +2714,30 @@ public com.google.protobuf.ByteString getLocationIdBytes() { } } /** - * - * *
      * The location of the database. Available locations are listed at
      * https://cloud.google.com/firestore/docs/locations.
      * 
* * string location_id = 9; - * * @param value The locationId to set. * @return This builder for chaining. */ - public Builder setLocationId(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setLocationId( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } locationId_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** - * - * *
      * The location of the database. Available locations are listed at
      * https://cloud.google.com/firestore/docs/locations.
      * 
* * string location_id = 9; - * * @return This builder for chaining. */ public Builder clearLocationId() { @@ -3150,22 +2747,18 @@ public Builder clearLocationId() { return this; } /** - * - * *
      * The location of the database. Available locations are listed at
      * https://cloud.google.com/firestore/docs/locations.
      * 
* * string location_id = 9; - * * @param value The bytes for locationId to set. * @return This builder for chaining. */ - public Builder setLocationIdBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setLocationIdBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); locationId_ = value; bitField0_ |= 0x00000010; @@ -3175,8 +2768,6 @@ public Builder setLocationIdBytes(com.google.protobuf.ByteString value) { private int type_ = 0; /** - * - * *
      * The type of the database.
      * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -3184,16 +2775,12 @@ public Builder setLocationIdBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; - * * @return The enum numeric value on the wire for type. */ - @java.lang.Override - public int getTypeValue() { + @java.lang.Override public int getTypeValue() { return type_; } /** - * - * *
      * The type of the database.
      * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -3201,7 +2788,6 @@ public int getTypeValue() {
      * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; - * * @param value The enum numeric value on the wire for type to set. * @return This builder for chaining. */ @@ -3212,8 +2798,6 @@ public Builder setTypeValue(int value) { return this; } /** - * - * *
      * The type of the database.
      * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -3221,20 +2805,14 @@ public Builder setTypeValue(int value) {
      * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; - * * @return The type. */ @java.lang.Override public com.google.firestore.admin.v1.Database.DatabaseType getType() { - com.google.firestore.admin.v1.Database.DatabaseType result = - com.google.firestore.admin.v1.Database.DatabaseType.forNumber(type_); - return result == null - ? com.google.firestore.admin.v1.Database.DatabaseType.UNRECOGNIZED - : result; + com.google.firestore.admin.v1.Database.DatabaseType result = com.google.firestore.admin.v1.Database.DatabaseType.forNumber(type_); + return result == null ? com.google.firestore.admin.v1.Database.DatabaseType.UNRECOGNIZED : result; } /** - * - * *
      * The type of the database.
      * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -3242,7 +2820,6 @@ public com.google.firestore.admin.v1.Database.DatabaseType getType() {
      * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; - * * @param value The type to set. * @return This builder for chaining. */ @@ -3256,8 +2833,6 @@ public Builder setType(com.google.firestore.admin.v1.Database.DatabaseType value return this; } /** - * - * *
      * The type of the database.
      * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -3265,7 +2840,6 @@ public Builder setType(com.google.firestore.admin.v1.Database.DatabaseType value
      * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; - * * @return This builder for chaining. */ public Builder clearType() { @@ -3277,29 +2851,22 @@ public Builder clearType() { private int concurrencyMode_ = 0; /** - * - * *
      * The concurrency control mode to use for this database.
      * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; - * * @return The enum numeric value on the wire for concurrencyMode. */ - @java.lang.Override - public int getConcurrencyModeValue() { + @java.lang.Override public int getConcurrencyModeValue() { return concurrencyMode_; } /** - * - * *
      * The concurrency control mode to use for this database.
      * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; - * * @param value The enum numeric value on the wire for concurrencyMode to set. * @return This builder for chaining. */ @@ -3310,38 +2877,28 @@ public Builder setConcurrencyModeValue(int value) { return this; } /** - * - * *
      * The concurrency control mode to use for this database.
      * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; - * * @return The concurrencyMode. */ @java.lang.Override public com.google.firestore.admin.v1.Database.ConcurrencyMode getConcurrencyMode() { - com.google.firestore.admin.v1.Database.ConcurrencyMode result = - com.google.firestore.admin.v1.Database.ConcurrencyMode.forNumber(concurrencyMode_); - return result == null - ? com.google.firestore.admin.v1.Database.ConcurrencyMode.UNRECOGNIZED - : result; + com.google.firestore.admin.v1.Database.ConcurrencyMode result = com.google.firestore.admin.v1.Database.ConcurrencyMode.forNumber(concurrencyMode_); + return result == null ? com.google.firestore.admin.v1.Database.ConcurrencyMode.UNRECOGNIZED : result; } /** - * - * *
      * The concurrency control mode to use for this database.
      * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; - * * @param value The concurrencyMode to set. * @return This builder for chaining. */ - public Builder setConcurrencyMode( - com.google.firestore.admin.v1.Database.ConcurrencyMode value) { + public Builder setConcurrencyMode(com.google.firestore.admin.v1.Database.ConcurrencyMode value) { if (value == null) { throw new NullPointerException(); } @@ -3351,14 +2908,11 @@ public Builder setConcurrencyMode( return this; } /** - * - * *
      * The concurrency control mode to use for this database.
      * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; - * * @return This builder for chaining. */ public Builder clearConcurrencyMode() { @@ -3370,13 +2924,8 @@ public Builder clearConcurrencyMode() { private com.google.protobuf.Duration versionRetentionPeriod_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, - com.google.protobuf.Duration.Builder, - com.google.protobuf.DurationOrBuilder> - versionRetentionPeriodBuilder_; + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> versionRetentionPeriodBuilder_; /** - * - * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3390,18 +2939,13 @@ public Builder clearConcurrencyMode() {
      * the retention period is 1 hour.
      * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the versionRetentionPeriod field is set. */ public boolean hasVersionRetentionPeriod() { return ((bitField0_ & 0x00000080) != 0); } /** - * - * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3415,24 +2959,17 @@ public boolean hasVersionRetentionPeriod() {
      * the retention period is 1 hour.
      * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The versionRetentionPeriod. */ public com.google.protobuf.Duration getVersionRetentionPeriod() { if (versionRetentionPeriodBuilder_ == null) { - return versionRetentionPeriod_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : versionRetentionPeriod_; + return versionRetentionPeriod_ == null ? com.google.protobuf.Duration.getDefaultInstance() : versionRetentionPeriod_; } else { return versionRetentionPeriodBuilder_.getMessage(); } } /** - * - * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3446,9 +2983,7 @@ public com.google.protobuf.Duration getVersionRetentionPeriod() {
      * the retention period is 1 hour.
      * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setVersionRetentionPeriod(com.google.protobuf.Duration value) { if (versionRetentionPeriodBuilder_ == null) { @@ -3464,8 +2999,6 @@ public Builder setVersionRetentionPeriod(com.google.protobuf.Duration value) { return this; } /** - * - * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3479,11 +3012,10 @@ public Builder setVersionRetentionPeriod(com.google.protobuf.Duration value) {
      * the retention period is 1 hour.
      * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setVersionRetentionPeriod(com.google.protobuf.Duration.Builder builderForValue) { + public Builder setVersionRetentionPeriod( + com.google.protobuf.Duration.Builder builderForValue) { if (versionRetentionPeriodBuilder_ == null) { versionRetentionPeriod_ = builderForValue.build(); } else { @@ -3494,8 +3026,6 @@ public Builder setVersionRetentionPeriod(com.google.protobuf.Duration.Builder bu return this; } /** - * - * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3509,15 +3039,13 @@ public Builder setVersionRetentionPeriod(com.google.protobuf.Duration.Builder bu
      * the retention period is 1 hour.
      * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeVersionRetentionPeriod(com.google.protobuf.Duration value) { if (versionRetentionPeriodBuilder_ == null) { - if (((bitField0_ & 0x00000080) != 0) - && versionRetentionPeriod_ != null - && versionRetentionPeriod_ != com.google.protobuf.Duration.getDefaultInstance()) { + if (((bitField0_ & 0x00000080) != 0) && + versionRetentionPeriod_ != null && + versionRetentionPeriod_ != com.google.protobuf.Duration.getDefaultInstance()) { getVersionRetentionPeriodBuilder().mergeFrom(value); } else { versionRetentionPeriod_ = value; @@ -3532,8 +3060,6 @@ public Builder mergeVersionRetentionPeriod(com.google.protobuf.Duration value) { return this; } /** - * - * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3547,9 +3073,7 @@ public Builder mergeVersionRetentionPeriod(com.google.protobuf.Duration value) {
      * the retention period is 1 hour.
      * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearVersionRetentionPeriod() { bitField0_ = (bitField0_ & ~0x00000080); @@ -3562,8 +3086,6 @@ public Builder clearVersionRetentionPeriod() { return this; } /** - * - * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3577,9 +3099,7 @@ public Builder clearVersionRetentionPeriod() {
      * the retention period is 1 hour.
      * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Duration.Builder getVersionRetentionPeriodBuilder() { bitField0_ |= 0x00000080; @@ -3587,8 +3107,6 @@ public com.google.protobuf.Duration.Builder getVersionRetentionPeriodBuilder() { return getVersionRetentionPeriodFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3602,22 +3120,17 @@ public com.google.protobuf.Duration.Builder getVersionRetentionPeriodBuilder() {
      * the retention period is 1 hour.
      * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.DurationOrBuilder getVersionRetentionPeriodOrBuilder() { if (versionRetentionPeriodBuilder_ != null) { return versionRetentionPeriodBuilder_.getMessageOrBuilder(); } else { - return versionRetentionPeriod_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : versionRetentionPeriod_; + return versionRetentionPeriod_ == null ? + com.google.protobuf.Duration.getDefaultInstance() : versionRetentionPeriod_; } } /** - * - * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3631,22 +3144,17 @@ public com.google.protobuf.DurationOrBuilder getVersionRetentionPeriodOrBuilder(
      * the retention period is 1 hour.
      * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, - com.google.protobuf.Duration.Builder, - com.google.protobuf.DurationOrBuilder> + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> getVersionRetentionPeriodFieldBuilder() { if (versionRetentionPeriodBuilder_ == null) { - versionRetentionPeriodBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, - com.google.protobuf.Duration.Builder, - com.google.protobuf.DurationOrBuilder>( - getVersionRetentionPeriod(), getParentForChildren(), isClean()); + versionRetentionPeriodBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>( + getVersionRetentionPeriod(), + getParentForChildren(), + isClean()); versionRetentionPeriod_ = null; } return versionRetentionPeriodBuilder_; @@ -3654,13 +3162,8 @@ public com.google.protobuf.DurationOrBuilder getVersionRetentionPeriodOrBuilder( private com.google.protobuf.Timestamp earliestVersionTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - earliestVersionTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> earliestVersionTimeBuilder_; /** - * - * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3672,18 +3175,13 @@ public com.google.protobuf.DurationOrBuilder getVersionRetentionPeriodOrBuilder(
      * you initiate the recovery.
      * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the earliestVersionTime field is set. */ public boolean hasEarliestVersionTime() { return ((bitField0_ & 0x00000100) != 0); } /** - * - * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3695,24 +3193,17 @@ public boolean hasEarliestVersionTime() {
      * you initiate the recovery.
      * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The earliestVersionTime. */ public com.google.protobuf.Timestamp getEarliestVersionTime() { if (earliestVersionTimeBuilder_ == null) { - return earliestVersionTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : earliestVersionTime_; + return earliestVersionTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : earliestVersionTime_; } else { return earliestVersionTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3724,9 +3215,7 @@ public com.google.protobuf.Timestamp getEarliestVersionTime() {
      * you initiate the recovery.
      * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setEarliestVersionTime(com.google.protobuf.Timestamp value) { if (earliestVersionTimeBuilder_ == null) { @@ -3742,8 +3231,6 @@ public Builder setEarliestVersionTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3755,11 +3242,10 @@ public Builder setEarliestVersionTime(com.google.protobuf.Timestamp value) {
      * you initiate the recovery.
      * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setEarliestVersionTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setEarliestVersionTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (earliestVersionTimeBuilder_ == null) { earliestVersionTime_ = builderForValue.build(); } else { @@ -3770,8 +3256,6 @@ public Builder setEarliestVersionTime(com.google.protobuf.Timestamp.Builder buil return this; } /** - * - * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3783,15 +3267,13 @@ public Builder setEarliestVersionTime(com.google.protobuf.Timestamp.Builder buil
      * you initiate the recovery.
      * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeEarliestVersionTime(com.google.protobuf.Timestamp value) { if (earliestVersionTimeBuilder_ == null) { - if (((bitField0_ & 0x00000100) != 0) - && earliestVersionTime_ != null - && earliestVersionTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000100) != 0) && + earliestVersionTime_ != null && + earliestVersionTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getEarliestVersionTimeBuilder().mergeFrom(value); } else { earliestVersionTime_ = value; @@ -3806,8 +3288,6 @@ public Builder mergeEarliestVersionTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3819,9 +3299,7 @@ public Builder mergeEarliestVersionTime(com.google.protobuf.Timestamp value) {
      * you initiate the recovery.
      * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearEarliestVersionTime() { bitField0_ = (bitField0_ & ~0x00000100); @@ -3834,8 +3312,6 @@ public Builder clearEarliestVersionTime() { return this; } /** - * - * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3847,9 +3323,7 @@ public Builder clearEarliestVersionTime() {
      * you initiate the recovery.
      * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getEarliestVersionTimeBuilder() { bitField0_ |= 0x00000100; @@ -3857,8 +3331,6 @@ public com.google.protobuf.Timestamp.Builder getEarliestVersionTimeBuilder() { return getEarliestVersionTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3870,22 +3342,17 @@ public com.google.protobuf.Timestamp.Builder getEarliestVersionTimeBuilder() {
      * you initiate the recovery.
      * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getEarliestVersionTimeOrBuilder() { if (earliestVersionTimeBuilder_ != null) { return earliestVersionTimeBuilder_.getMessageOrBuilder(); } else { - return earliestVersionTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : earliestVersionTime_; + return earliestVersionTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : earliestVersionTime_; } } /** - * - * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3897,22 +3364,17 @@ public com.google.protobuf.TimestampOrBuilder getEarliestVersionTimeOrBuilder()
      * you initiate the recovery.
      * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getEarliestVersionTimeFieldBuilder() { if (earliestVersionTimeBuilder_ == null) { - earliestVersionTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getEarliestVersionTime(), getParentForChildren(), isClean()); + earliestVersionTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getEarliestVersionTime(), + getParentForChildren(), + isClean()); earliestVersionTime_ = null; } return earliestVersionTimeBuilder_; @@ -3920,33 +3382,22 @@ public com.google.protobuf.TimestampOrBuilder getEarliestVersionTimeOrBuilder() private int pointInTimeRecoveryEnablement_ = 0; /** - * - * *
      * Whether to enable the PITR feature on this database.
      * 
* - * - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; - * - * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; * @return The enum numeric value on the wire for pointInTimeRecoveryEnablement. */ - @java.lang.Override - public int getPointInTimeRecoveryEnablementValue() { + @java.lang.Override public int getPointInTimeRecoveryEnablementValue() { return pointInTimeRecoveryEnablement_; } /** - * - * *
      * Whether to enable the PITR feature on this database.
      * 
* - * - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; - * - * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; * @param value The enum numeric value on the wire for pointInTimeRecoveryEnablement to set. * @return This builder for chaining. */ @@ -3957,44 +3408,28 @@ public Builder setPointInTimeRecoveryEnablementValue(int value) { return this; } /** - * - * *
      * Whether to enable the PITR feature on this database.
      * 
* - * - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; - * - * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; * @return The pointInTimeRecoveryEnablement. */ @java.lang.Override - public com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement - getPointInTimeRecoveryEnablement() { - com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement result = - com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.forNumber( - pointInTimeRecoveryEnablement_); - return result == null - ? com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.UNRECOGNIZED - : result; + public com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement getPointInTimeRecoveryEnablement() { + com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement result = com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.forNumber(pointInTimeRecoveryEnablement_); + return result == null ? com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.UNRECOGNIZED : result; } /** - * - * *
      * Whether to enable the PITR feature on this database.
      * 
* - * - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; - * - * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; * @param value The pointInTimeRecoveryEnablement to set. * @return This builder for chaining. */ - public Builder setPointInTimeRecoveryEnablement( - com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement value) { + public Builder setPointInTimeRecoveryEnablement(com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement value) { if (value == null) { throw new NullPointerException(); } @@ -4004,16 +3439,11 @@ public Builder setPointInTimeRecoveryEnablement( return this; } /** - * - * *
      * Whether to enable the PITR feature on this database.
      * 
* - * - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; - * - * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; * @return This builder for chaining. */ public Builder clearPointInTimeRecoveryEnablement() { @@ -4025,33 +3455,22 @@ public Builder clearPointInTimeRecoveryEnablement() { private int appEngineIntegrationMode_ = 0; /** - * - * *
      * The App Engine integration mode to use for this database.
      * 
* - * - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; - * - * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; * @return The enum numeric value on the wire for appEngineIntegrationMode. */ - @java.lang.Override - public int getAppEngineIntegrationModeValue() { + @java.lang.Override public int getAppEngineIntegrationModeValue() { return appEngineIntegrationMode_; } /** - * - * *
      * The App Engine integration mode to use for this database.
      * 
* - * - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; - * - * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; * @param value The enum numeric value on the wire for appEngineIntegrationMode to set. * @return This builder for chaining. */ @@ -4062,44 +3481,28 @@ public Builder setAppEngineIntegrationModeValue(int value) { return this; } /** - * - * *
      * The App Engine integration mode to use for this database.
      * 
* - * - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; - * - * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; * @return The appEngineIntegrationMode. */ @java.lang.Override - public com.google.firestore.admin.v1.Database.AppEngineIntegrationMode - getAppEngineIntegrationMode() { - com.google.firestore.admin.v1.Database.AppEngineIntegrationMode result = - com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.forNumber( - appEngineIntegrationMode_); - return result == null - ? com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.UNRECOGNIZED - : result; + public com.google.firestore.admin.v1.Database.AppEngineIntegrationMode getAppEngineIntegrationMode() { + com.google.firestore.admin.v1.Database.AppEngineIntegrationMode result = com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.forNumber(appEngineIntegrationMode_); + return result == null ? com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.UNRECOGNIZED : result; } /** - * - * *
      * The App Engine integration mode to use for this database.
      * 
* - * - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; - * - * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; * @param value The appEngineIntegrationMode to set. * @return This builder for chaining. */ - public Builder setAppEngineIntegrationMode( - com.google.firestore.admin.v1.Database.AppEngineIntegrationMode value) { + public Builder setAppEngineIntegrationMode(com.google.firestore.admin.v1.Database.AppEngineIntegrationMode value) { if (value == null) { throw new NullPointerException(); } @@ -4109,16 +3512,11 @@ public Builder setAppEngineIntegrationMode( return this; } /** - * - * *
      * The App Engine integration mode to use for this database.
      * 
* - * - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; - * - * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; * @return This builder for chaining. */ public Builder clearAppEngineIntegrationMode() { @@ -4130,8 +3528,6 @@ public Builder clearAppEngineIntegrationMode() { private java.lang.Object keyPrefix_ = ""; /** - * - * *
      * Output only. The key_prefix for this database. This key_prefix is used, in
      * combination with the project id ("<key prefix>~<project id>") to construct
@@ -4143,13 +3539,13 @@ public Builder clearAppEngineIntegrationMode() {
      * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The keyPrefix. */ public java.lang.String getKeyPrefix() { java.lang.Object ref = keyPrefix_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); keyPrefix_ = s; return s; @@ -4158,8 +3554,6 @@ public java.lang.String getKeyPrefix() { } } /** - * - * *
      * Output only. The key_prefix for this database. This key_prefix is used, in
      * combination with the project id ("<key prefix>~<project id>") to construct
@@ -4171,14 +3565,15 @@ public java.lang.String getKeyPrefix() {
      * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for keyPrefix. */ - public com.google.protobuf.ByteString getKeyPrefixBytes() { + public com.google.protobuf.ByteString + getKeyPrefixBytes() { java.lang.Object ref = keyPrefix_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); keyPrefix_ = b; return b; } else { @@ -4186,8 +3581,6 @@ public com.google.protobuf.ByteString getKeyPrefixBytes() { } } /** - * - * *
      * Output only. The key_prefix for this database. This key_prefix is used, in
      * combination with the project id ("<key prefix>~<project id>") to construct
@@ -4199,22 +3592,18 @@ public com.google.protobuf.ByteString getKeyPrefixBytes() {
      * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The keyPrefix to set. * @return This builder for chaining. */ - public Builder setKeyPrefix(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setKeyPrefix( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } keyPrefix_ = value; bitField0_ |= 0x00000800; onChanged(); return this; } /** - * - * *
      * Output only. The key_prefix for this database. This key_prefix is used, in
      * combination with the project id ("<key prefix>~<project id>") to construct
@@ -4226,7 +3615,6 @@ public Builder setKeyPrefix(java.lang.String value) {
      * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearKeyPrefix() { @@ -4236,8 +3624,6 @@ public Builder clearKeyPrefix() { return this; } /** - * - * *
      * Output only. The key_prefix for this database. This key_prefix is used, in
      * combination with the project id ("<key prefix>~<project id>") to construct
@@ -4249,14 +3635,12 @@ public Builder clearKeyPrefix() {
      * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for keyPrefix to set. * @return This builder for chaining. */ - public Builder setKeyPrefixBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setKeyPrefixBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); keyPrefix_ = value; bitField0_ |= 0x00000800; @@ -4266,31 +3650,22 @@ public Builder setKeyPrefixBytes(com.google.protobuf.ByteString value) { private int deleteProtectionState_ = 0; /** - * - * *
      * State of delete protection for the database.
      * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; - * - * + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; * @return The enum numeric value on the wire for deleteProtectionState. */ - @java.lang.Override - public int getDeleteProtectionStateValue() { + @java.lang.Override public int getDeleteProtectionStateValue() { return deleteProtectionState_; } /** - * - * *
      * State of delete protection for the database.
      * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; - * - * + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; * @param value The enum numeric value on the wire for deleteProtectionState to set. * @return This builder for chaining. */ @@ -4301,41 +3676,28 @@ public Builder setDeleteProtectionStateValue(int value) { return this; } /** - * - * *
      * State of delete protection for the database.
      * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; - * - * + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; * @return The deleteProtectionState. */ @java.lang.Override public com.google.firestore.admin.v1.Database.DeleteProtectionState getDeleteProtectionState() { - com.google.firestore.admin.v1.Database.DeleteProtectionState result = - com.google.firestore.admin.v1.Database.DeleteProtectionState.forNumber( - deleteProtectionState_); - return result == null - ? com.google.firestore.admin.v1.Database.DeleteProtectionState.UNRECOGNIZED - : result; + com.google.firestore.admin.v1.Database.DeleteProtectionState result = com.google.firestore.admin.v1.Database.DeleteProtectionState.forNumber(deleteProtectionState_); + return result == null ? com.google.firestore.admin.v1.Database.DeleteProtectionState.UNRECOGNIZED : result; } /** - * - * *
      * State of delete protection for the database.
      * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; - * - * + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; * @param value The deleteProtectionState to set. * @return This builder for chaining. */ - public Builder setDeleteProtectionState( - com.google.firestore.admin.v1.Database.DeleteProtectionState value) { + public Builder setDeleteProtectionState(com.google.firestore.admin.v1.Database.DeleteProtectionState value) { if (value == null) { throw new NullPointerException(); } @@ -4345,15 +3707,11 @@ public Builder setDeleteProtectionState( return this; } /** - * - * *
      * State of delete protection for the database.
      * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; - * - * + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; * @return This builder for chaining. */ public Builder clearDeleteProtectionState() { @@ -4365,8 +3723,6 @@ public Builder clearDeleteProtectionState() { private java.lang.Object etag_ = ""; /** - * - * *
      * This checksum is computed by the server based on the value of other
      * fields, and may be sent on update and delete requests to ensure the
@@ -4374,13 +3730,13 @@ public Builder clearDeleteProtectionState() {
      * 
* * string etag = 99; - * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); etag_ = s; return s; @@ -4389,8 +3745,6 @@ public java.lang.String getEtag() { } } /** - * - * *
      * This checksum is computed by the server based on the value of other
      * fields, and may be sent on update and delete requests to ensure the
@@ -4398,14 +3752,15 @@ public java.lang.String getEtag() {
      * 
* * string etag = 99; - * * @return The bytes for etag. */ - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); etag_ = b; return b; } else { @@ -4413,8 +3768,6 @@ public com.google.protobuf.ByteString getEtagBytes() { } } /** - * - * *
      * This checksum is computed by the server based on the value of other
      * fields, and may be sent on update and delete requests to ensure the
@@ -4422,22 +3775,18 @@ public com.google.protobuf.ByteString getEtagBytes() {
      * 
* * string etag = 99; - * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setEtag( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } etag_ = value; bitField0_ |= 0x00002000; onChanged(); return this; } /** - * - * *
      * This checksum is computed by the server based on the value of other
      * fields, and may be sent on update and delete requests to ensure the
@@ -4445,7 +3794,6 @@ public Builder setEtag(java.lang.String value) {
      * 
* * string etag = 99; - * * @return This builder for chaining. */ public Builder clearEtag() { @@ -4455,8 +3803,6 @@ public Builder clearEtag() { return this; } /** - * - * *
      * This checksum is computed by the server based on the value of other
      * fields, and may be sent on update and delete requests to ensure the
@@ -4464,23 +3810,21 @@ public Builder clearEtag() {
      * 
* * string etag = 99; - * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setEtagBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); etag_ = value; bitField0_ |= 0x00002000; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -4490,12 +3834,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Database) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Database) private static final com.google.firestore.admin.v1.Database DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Database(); } @@ -4504,27 +3848,27 @@ public static com.google.firestore.admin.v1.Database getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Database parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Database parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -4539,4 +3883,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Database getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseName.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseName.java similarity index 100% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseName.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseName.java diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseOrBuilder.java similarity index 79% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseOrBuilder.java index e2a909294..477167355 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseOrBuilder.java @@ -1,196 +1,141 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/database.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface DatabaseOrBuilder - extends +public interface DatabaseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Database) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The resource name of the Database.
    * Format: `projects/{project}/databases/{database}`
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * The resource name of the Database.
    * Format: `projects/{project}/databases/{database}`
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Output only. The system-generated UUID4 for this Database.
    * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The uid. */ java.lang.String getUid(); /** - * - * *
    * Output only. The system-generated UUID4 for this Database.
    * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for uid. */ - com.google.protobuf.ByteString getUidBytes(); + com.google.protobuf.ByteString + getUidBytes(); /** - * - * *
    * Output only. The timestamp at which this database was created. Databases
    * created before 2016 do not populate create_time.
    * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** - * - * *
    * Output only. The timestamp at which this database was created. Databases
    * created before 2016 do not populate create_time.
    * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** - * - * *
    * Output only. The timestamp at which this database was created. Databases
    * created before 2016 do not populate create_time.
    * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** - * - * *
    * Output only. The timestamp at which this database was most recently
    * updated. Note this only includes updates to the database resource and not
    * data contained by the database.
    * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** - * - * *
    * Output only. The timestamp at which this database was most recently
    * updated. Note this only includes updates to the database resource and not
    * data contained by the database.
    * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** - * - * *
    * Output only. The timestamp at which this database was most recently
    * updated. Note this only includes updates to the database resource and not
    * data contained by the database.
    * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** - * - * *
    * The location of the database. Available locations are listed at
    * https://cloud.google.com/firestore/docs/locations.
    * 
* * string location_id = 9; - * * @return The locationId. */ java.lang.String getLocationId(); /** - * - * *
    * The location of the database. Available locations are listed at
    * https://cloud.google.com/firestore/docs/locations.
    * 
* * string location_id = 9; - * * @return The bytes for locationId. */ - com.google.protobuf.ByteString getLocationIdBytes(); + com.google.protobuf.ByteString + getLocationIdBytes(); /** - * - * *
    * The type of the database.
    * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -198,13 +143,10 @@ public interface DatabaseOrBuilder
    * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; - * * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** - * - * *
    * The type of the database.
    * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -212,39 +154,30 @@ public interface DatabaseOrBuilder
    * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; - * * @return The type. */ com.google.firestore.admin.v1.Database.DatabaseType getType(); /** - * - * *
    * The concurrency control mode to use for this database.
    * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; - * * @return The enum numeric value on the wire for concurrencyMode. */ int getConcurrencyModeValue(); /** - * - * *
    * The concurrency control mode to use for this database.
    * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; - * * @return The concurrencyMode. */ com.google.firestore.admin.v1.Database.ConcurrencyMode getConcurrencyMode(); /** - * - * *
    * Output only. The period during which past versions of data are retained in
    * the database.
@@ -258,16 +191,11 @@ public interface DatabaseOrBuilder
    * the retention period is 1 hour.
    * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the versionRetentionPeriod field is set. */ boolean hasVersionRetentionPeriod(); /** - * - * *
    * Output only. The period during which past versions of data are retained in
    * the database.
@@ -281,16 +209,11 @@ public interface DatabaseOrBuilder
    * the retention period is 1 hour.
    * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The versionRetentionPeriod. */ com.google.protobuf.Duration getVersionRetentionPeriod(); /** - * - * *
    * Output only. The period during which past versions of data are retained in
    * the database.
@@ -304,15 +227,11 @@ public interface DatabaseOrBuilder
    * the retention period is 1 hour.
    * 
* - * - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.DurationOrBuilder getVersionRetentionPeriodOrBuilder(); /** - * - * *
    * Output only. The earliest timestamp at which older versions of the data can
    * be read from the database. See [version_retention_period] above; this field
@@ -324,16 +243,11 @@ public interface DatabaseOrBuilder
    * you initiate the recovery.
    * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the earliestVersionTime field is set. */ boolean hasEarliestVersionTime(); /** - * - * *
    * Output only. The earliest timestamp at which older versions of the data can
    * be read from the database. See [version_retention_period] above; this field
@@ -345,16 +259,11 @@ public interface DatabaseOrBuilder
    * you initiate the recovery.
    * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The earliestVersionTime. */ com.google.protobuf.Timestamp getEarliestVersionTime(); /** - * - * *
    * Output only. The earliest timestamp at which older versions of the data can
    * be read from the database. See [version_retention_period] above; this field
@@ -366,74 +275,49 @@ public interface DatabaseOrBuilder
    * you initiate the recovery.
    * 
* - * - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getEarliestVersionTimeOrBuilder(); /** - * - * *
    * Whether to enable the PITR feature on this database.
    * 
* - * - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; - * - * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; * @return The enum numeric value on the wire for pointInTimeRecoveryEnablement. */ int getPointInTimeRecoveryEnablementValue(); /** - * - * *
    * Whether to enable the PITR feature on this database.
    * 
* - * - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; - * - * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; * @return The pointInTimeRecoveryEnablement. */ - com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement - getPointInTimeRecoveryEnablement(); + com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement getPointInTimeRecoveryEnablement(); /** - * - * *
    * The App Engine integration mode to use for this database.
    * 
* - * - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; - * - * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; * @return The enum numeric value on the wire for appEngineIntegrationMode. */ int getAppEngineIntegrationModeValue(); /** - * - * *
    * The App Engine integration mode to use for this database.
    * 
* - * - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; - * - * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; * @return The appEngineIntegrationMode. */ com.google.firestore.admin.v1.Database.AppEngineIntegrationMode getAppEngineIntegrationMode(); /** - * - * *
    * Output only. The key_prefix for this database. This key_prefix is used, in
    * combination with the project id ("<key prefix>~<project id>") to construct
@@ -445,13 +329,10 @@ public interface DatabaseOrBuilder
    * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The keyPrefix. */ java.lang.String getKeyPrefix(); /** - * - * *
    * Output only. The key_prefix for this database. This key_prefix is used, in
    * combination with the project id ("<key prefix>~<project id>") to construct
@@ -463,41 +344,31 @@ public interface DatabaseOrBuilder
    * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for keyPrefix. */ - com.google.protobuf.ByteString getKeyPrefixBytes(); + com.google.protobuf.ByteString + getKeyPrefixBytes(); /** - * - * *
    * State of delete protection for the database.
    * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; - * - * + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; * @return The enum numeric value on the wire for deleteProtectionState. */ int getDeleteProtectionStateValue(); /** - * - * *
    * State of delete protection for the database.
    * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; - * - * + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; * @return The deleteProtectionState. */ com.google.firestore.admin.v1.Database.DeleteProtectionState getDeleteProtectionState(); /** - * - * *
    * This checksum is computed by the server based on the value of other
    * fields, and may be sent on update and delete requests to ensure the
@@ -505,13 +376,10 @@ public interface DatabaseOrBuilder
    * 
* * string etag = 99; - * * @return The etag. */ java.lang.String getEtag(); /** - * - * *
    * This checksum is computed by the server based on the value of other
    * fields, and may be sent on update and delete requests to ensure the
@@ -519,8 +387,8 @@ public interface DatabaseOrBuilder
    * 
* * string etag = 99; - * * @return The bytes for etag. */ - com.google.protobuf.ByteString getEtagBytes(); + com.google.protobuf.ByteString + getEtagBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java new file mode 100644 index 000000000..5530c927c --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java @@ -0,0 +1,108 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/database.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public final class DatabaseProto { + private DatabaseProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_Database_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_Database_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n(google/firestore/admin/v1/database.pro" + + "to\022\031google.firestore.admin.v1\032\037google/ap" + + "i/field_behavior.proto\032\031google/api/resou" + + "rce.proto\032\036google/protobuf/duration.prot" + + "o\032\037google/protobuf/timestamp.proto\"\271\013\n\010D" + + "atabase\022\014\n\004name\030\001 \001(\t\022\020\n\003uid\030\003 \001(\tB\003\340A\003\022" + + "4\n\013create_time\030\005 \001(\0132\032.google.protobuf.T" + + "imestampB\003\340A\003\0224\n\013update_time\030\006 \001(\0132\032.goo" + + "gle.protobuf.TimestampB\003\340A\003\022\023\n\013location_" + + "id\030\t \001(\t\022>\n\004type\030\n \001(\01620.google.firestor" + + "e.admin.v1.Database.DatabaseType\022M\n\020conc" + + "urrency_mode\030\017 \001(\01623.google.firestore.ad" + + "min.v1.Database.ConcurrencyMode\022@\n\030versi" + + "on_retention_period\030\021 \001(\0132\031.google.proto" + + "buf.DurationB\003\340A\003\022>\n\025earliest_version_ti" + + "me\030\022 \001(\0132\032.google.protobuf.TimestampB\003\340A" + + "\003\022l\n!point_in_time_recovery_enablement\030\025" + + " \001(\0162A.google.firestore.admin.v1.Databas" + + "e.PointInTimeRecoveryEnablement\022a\n\033app_e" + + "ngine_integration_mode\030\023 \001(\0162<.google.fi" + + "restore.admin.v1.Database.AppEngineInteg" + + "rationMode\022\027\n\nkey_prefix\030\024 \001(\tB\003\340A\003\022Z\n\027d" + + "elete_protection_state\030\026 \001(\01629.google.fi" + + "restore.admin.v1.Database.DeleteProtecti" + + "onState\022\014\n\004etag\030c \001(\t\"W\n\014DatabaseType\022\035\n" + + "\031DATABASE_TYPE_UNSPECIFIED\020\000\022\024\n\020FIRESTOR" + + "E_NATIVE\020\001\022\022\n\016DATASTORE_MODE\020\002\"w\n\017Concur" + + "rencyMode\022 \n\034CONCURRENCY_MODE_UNSPECIFIE" + + "D\020\000\022\016\n\nOPTIMISTIC\020\001\022\017\n\013PESSIMISTIC\020\002\022!\n\035" + + "OPTIMISTIC_WITH_ENTITY_GROUPS\020\003\"\233\001\n\035Poin" + + "tInTimeRecoveryEnablement\0221\n-POINT_IN_TI" + + "ME_RECOVERY_ENABLEMENT_UNSPECIFIED\020\000\022\"\n\036" + + "POINT_IN_TIME_RECOVERY_ENABLED\020\001\022#\n\037POIN" + + "T_IN_TIME_RECOVERY_DISABLED\020\002\"b\n\030AppEngi" + + "neIntegrationMode\022+\n\'APP_ENGINE_INTEGRAT" + + "ION_MODE_UNSPECIFIED\020\000\022\013\n\007ENABLED\020\001\022\014\n\010D" + + "ISABLED\020\002\"\177\n\025DeleteProtectionState\022\'\n#DE" + + "LETE_PROTECTION_STATE_UNSPECIFIED\020\000\022\036\n\032D" + + "ELETE_PROTECTION_DISABLED\020\001\022\035\n\031DELETE_PR" + + "OTECTION_ENABLED\020\002:R\352AO\n!firestore.googl" + + "eapis.com/Database\022\'projects/{project}/d" + + "atabases/{database}R\001\001B\334\001\n\035com.google.fi" + + "restore.admin.v1B\rDatabaseProtoP\001Z9cloud" + + ".google.com/go/firestore/apiv1/admin/adm" + + "inpb;adminpb\242\002\004GCFS\252\002\037Google.Cloud.Fires" + + "tore.Admin.V1\312\002\037Google\\Cloud\\Firestore\\A" + + "dmin\\V1\352\002#Google::Cloud::Firestore::Admi" + + "n::V1b\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.protobuf.DurationProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_firestore_admin_v1_Database_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_firestore_admin_v1_Database_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_Database_descriptor, + new java.lang.String[] { "Name", "Uid", "CreateTime", "UpdateTime", "LocationId", "Type", "ConcurrencyMode", "VersionRetentionPeriod", "EarliestVersionTime", "PointInTimeRecoveryEnablement", "AppEngineIntegrationMode", "KeyPrefix", "DeleteProtectionState", "Etag", }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.ResourceProto.resource); + com.google.protobuf.Descriptors.FileDescriptor + .internalUpdateFileDescriptor(descriptor, registry); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.protobuf.DurationProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequest.java similarity index 62% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequest.java index 112572a0d..7a1b446a1 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.DeleteBackup][google.firestore.admin.v1.FirestoreAdmin.DeleteBackup].
@@ -29,58 +12,50 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.DeleteBackupRequest}
  */
-public final class DeleteBackupRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DeleteBackupRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.DeleteBackupRequest)
     DeleteBackupRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DeleteBackupRequest.newBuilder() to construct.
   private DeleteBackupRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private DeleteBackupRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new DeleteBackupRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.DeleteBackupRequest.class,
-            com.google.firestore.admin.v1.DeleteBackupRequest.Builder.class);
+            com.google.firestore.admin.v1.DeleteBackupRequest.class, com.google.firestore.admin.v1.DeleteBackupRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
-   *
-   *
    * 
    * Required. Name of the backup to delete.
    *
    * format is `projects/{project}/locations/{location}/backups/{backup}`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -89,33 +64,31 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. Name of the backup to delete.
    *
    * format is `projects/{project}/locations/{location}/backups/{backup}`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -124,7 +97,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -136,7 +108,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -160,15 +133,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.DeleteBackupRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.DeleteBackupRequest other = - (com.google.firestore.admin.v1.DeleteBackupRequest) obj; + com.google.firestore.admin.v1.DeleteBackupRequest other = (com.google.firestore.admin.v1.DeleteBackupRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -188,103 +161,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteBackupRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteBackupRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.DeleteBackupRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.DeleteBackupRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.DeleteBackup][google.firestore.admin.v1.FirestoreAdmin.DeleteBackup].
@@ -292,32 +260,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.DeleteBackupRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.DeleteBackupRequest)
       com.google.firestore.admin.v1.DeleteBackupRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.DeleteBackupRequest.class,
-              com.google.firestore.admin.v1.DeleteBackupRequest.Builder.class);
+              com.google.firestore.admin.v1.DeleteBackupRequest.class, com.google.firestore.admin.v1.DeleteBackupRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.DeleteBackupRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -327,9 +296,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor;
     }
 
     @java.lang.Override
@@ -348,11 +317,8 @@ public com.google.firestore.admin.v1.DeleteBackupRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.DeleteBackupRequest buildPartial() {
-      com.google.firestore.admin.v1.DeleteBackupRequest result =
-          new com.google.firestore.admin.v1.DeleteBackupRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.DeleteBackupRequest result = new com.google.firestore.admin.v1.DeleteBackupRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -368,39 +334,38 @@ private void buildPartial0(com.google.firestore.admin.v1.DeleteBackupRequest res
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.DeleteBackupRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.DeleteBackupRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.DeleteBackupRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -408,8 +373,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.DeleteBackupRequest other) {
-      if (other == com.google.firestore.admin.v1.DeleteBackupRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.DeleteBackupRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -441,19 +405,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -463,29 +425,24 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. Name of the backup to delete.
      *
      * format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -494,25 +451,22 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. Name of the backup to delete.
      *
      * format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -520,43 +474,32 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. Name of the backup to delete.
      *
      * format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. Name of the backup to delete.
      *
      * format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { @@ -566,34 +509,28 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. Name of the backup to delete.
      *
      * format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -603,12 +540,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.DeleteBackupRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.DeleteBackupRequest) private static final com.google.firestore.admin.v1.DeleteBackupRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.DeleteBackupRequest(); } @@ -617,27 +554,27 @@ public static com.google.firestore.admin.v1.DeleteBackupRequest getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteBackupRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DeleteBackupRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -652,4 +589,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.DeleteBackupRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java new file mode 100644 index 000000000..aa34b1a1f --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java @@ -0,0 +1,34 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface DeleteBackupRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteBackupRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. Name of the backup to delete.
+   *
+   * format is `projects/{project}/locations/{location}/backups/{backup}`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. Name of the backup to delete.
+   *
+   * format is `projects/{project}/locations/{location}/backups/{backup}`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequest.java similarity index 62% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequest.java index 5fc48b2a0..40a966435 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,56 +5,49 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for [FirestoreAdmin.DeleteBackupSchedules][].
  * 
* * Protobuf type {@code google.firestore.admin.v1.DeleteBackupScheduleRequest} */ -public final class DeleteBackupScheduleRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class DeleteBackupScheduleRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.DeleteBackupScheduleRequest) DeleteBackupScheduleRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use DeleteBackupScheduleRequest.newBuilder() to construct. private DeleteBackupScheduleRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private DeleteBackupScheduleRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new DeleteBackupScheduleRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.DeleteBackupScheduleRequest.class, - com.google.firestore.admin.v1.DeleteBackupScheduleRequest.Builder.class); + com.google.firestore.admin.v1.DeleteBackupScheduleRequest.class, com.google.firestore.admin.v1.DeleteBackupScheduleRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** - * - * *
    * Required. The name of the backup schedule.
    *
@@ -77,10 +55,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -89,15 +64,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. The name of the backup schedule.
    *
@@ -105,18 +79,17 @@ public java.lang.String getName() {
    * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -125,7 +98,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -137,7 +109,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -161,15 +134,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.DeleteBackupScheduleRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.DeleteBackupScheduleRequest other = - (com.google.firestore.admin.v1.DeleteBackupScheduleRequest) obj; + com.google.firestore.admin.v1.DeleteBackupScheduleRequest other = (com.google.firestore.admin.v1.DeleteBackupScheduleRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -189,136 +162,131 @@ public int hashCode() { } public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.admin.v1.DeleteBackupScheduleRequest prototype) { + public static Builder newBuilder(com.google.firestore.admin.v1.DeleteBackupScheduleRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for [FirestoreAdmin.DeleteBackupSchedules][].
    * 
* * Protobuf type {@code google.firestore.admin.v1.DeleteBackupScheduleRequest} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.DeleteBackupScheduleRequest) com.google.firestore.admin.v1.DeleteBackupScheduleRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.DeleteBackupScheduleRequest.class, - com.google.firestore.admin.v1.DeleteBackupScheduleRequest.Builder.class); + com.google.firestore.admin.v1.DeleteBackupScheduleRequest.class, com.google.firestore.admin.v1.DeleteBackupScheduleRequest.Builder.class); } // Construct using com.google.firestore.admin.v1.DeleteBackupScheduleRequest.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -328,9 +296,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor; } @java.lang.Override @@ -349,11 +317,8 @@ public com.google.firestore.admin.v1.DeleteBackupScheduleRequest build() { @java.lang.Override public com.google.firestore.admin.v1.DeleteBackupScheduleRequest buildPartial() { - com.google.firestore.admin.v1.DeleteBackupScheduleRequest result = - new com.google.firestore.admin.v1.DeleteBackupScheduleRequest(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.admin.v1.DeleteBackupScheduleRequest result = new com.google.firestore.admin.v1.DeleteBackupScheduleRequest(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -369,39 +334,38 @@ private void buildPartial0(com.google.firestore.admin.v1.DeleteBackupScheduleReq public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.DeleteBackupScheduleRequest) { - return mergeFrom((com.google.firestore.admin.v1.DeleteBackupScheduleRequest) other); + return mergeFrom((com.google.firestore.admin.v1.DeleteBackupScheduleRequest)other); } else { super.mergeFrom(other); return this; @@ -409,8 +373,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.DeleteBackupScheduleRequest other) { - if (other == com.google.firestore.admin.v1.DeleteBackupScheduleRequest.getDefaultInstance()) - return this; + if (other == com.google.firestore.admin.v1.DeleteBackupScheduleRequest.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; bitField0_ |= 0x00000001; @@ -442,19 +405,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + name_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -464,13 +425,10 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object name_ = ""; /** - * - * *
      * Required. The name of the backup schedule.
      *
@@ -478,16 +436,14 @@ public Builder mergeFrom(
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -496,8 +452,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. The name of the backup schedule.
      *
@@ -505,17 +459,16 @@ public java.lang.String getName() {
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -523,8 +476,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. The name of the backup schedule.
      *
@@ -532,25 +483,19 @@ public com.google.protobuf.ByteString getNameBytes() {
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The name of the backup schedule.
      *
@@ -558,10 +503,7 @@ public Builder setName(java.lang.String value) {
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { @@ -571,8 +513,6 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. The name of the backup schedule.
      *
@@ -580,26 +520,22 @@ public Builder clearName() {
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -609,12 +545,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.DeleteBackupScheduleRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.DeleteBackupScheduleRequest) private static final com.google.firestore.admin.v1.DeleteBackupScheduleRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.DeleteBackupScheduleRequest(); } @@ -623,27 +559,27 @@ public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest getDefau return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteBackupScheduleRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DeleteBackupScheduleRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -658,4 +594,6 @@ public com.google.protobuf.Parser getParserForType( public com.google.firestore.admin.v1.DeleteBackupScheduleRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java new file mode 100644 index 000000000..07ba43409 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java @@ -0,0 +1,36 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface DeleteBackupScheduleRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteBackupScheduleRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the backup schedule.
+   *
+   * Format
+   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. The name of the backup schedule.
+   *
+   * Format
+   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadata.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadata.java similarity index 62% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadata.java index f5d292f26..2b92c6df8 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadata.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,49 +5,45 @@ package com.google.firestore.admin.v1; /** - * - * *
  * Metadata related to the delete database operation.
  * 
* * Protobuf type {@code google.firestore.admin.v1.DeleteDatabaseMetadata} */ -public final class DeleteDatabaseMetadata extends com.google.protobuf.GeneratedMessageV3 - implements +public final class DeleteDatabaseMetadata extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.DeleteDatabaseMetadata) DeleteDatabaseMetadataOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use DeleteDatabaseMetadata.newBuilder() to construct. private DeleteDatabaseMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private DeleteDatabaseMetadata() {} + private DeleteDatabaseMetadata() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new DeleteDatabaseMetadata(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.DeleteDatabaseMetadata.class, - com.google.firestore.admin.v1.DeleteDatabaseMetadata.Builder.class); + com.google.firestore.admin.v1.DeleteDatabaseMetadata.class, com.google.firestore.admin.v1.DeleteDatabaseMetadata.Builder.class); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -74,7 +55,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { getUnknownFields().writeTo(output); } @@ -92,13 +74,12 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.DeleteDatabaseMetadata)) { return super.equals(obj); } - com.google.firestore.admin.v1.DeleteDatabaseMetadata other = - (com.google.firestore.admin.v1.DeleteDatabaseMetadata) obj; + com.google.firestore.admin.v1.DeleteDatabaseMetadata other = (com.google.firestore.admin.v1.DeleteDatabaseMetadata) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -117,135 +98,131 @@ public int hashCode() { } public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.DeleteDatabaseMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Metadata related to the delete database operation.
    * 
* * Protobuf type {@code google.firestore.admin.v1.DeleteDatabaseMetadata} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.DeleteDatabaseMetadata) com.google.firestore.admin.v1.DeleteDatabaseMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.DeleteDatabaseMetadata.class, - com.google.firestore.admin.v1.DeleteDatabaseMetadata.Builder.class); + com.google.firestore.admin.v1.DeleteDatabaseMetadata.class, com.google.firestore.admin.v1.DeleteDatabaseMetadata.Builder.class); } // Construct using com.google.firestore.admin.v1.DeleteDatabaseMetadata.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -253,9 +230,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor; } @java.lang.Override @@ -274,8 +251,7 @@ public com.google.firestore.admin.v1.DeleteDatabaseMetadata build() { @java.lang.Override public com.google.firestore.admin.v1.DeleteDatabaseMetadata buildPartial() { - com.google.firestore.admin.v1.DeleteDatabaseMetadata result = - new com.google.firestore.admin.v1.DeleteDatabaseMetadata(this); + com.google.firestore.admin.v1.DeleteDatabaseMetadata result = new com.google.firestore.admin.v1.DeleteDatabaseMetadata(this); onBuilt(); return result; } @@ -284,39 +260,38 @@ public com.google.firestore.admin.v1.DeleteDatabaseMetadata buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.DeleteDatabaseMetadata) { - return mergeFrom((com.google.firestore.admin.v1.DeleteDatabaseMetadata) other); + return mergeFrom((com.google.firestore.admin.v1.DeleteDatabaseMetadata)other); } else { super.mergeFrom(other); return this; @@ -324,8 +299,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.DeleteDatabaseMetadata other) { - if (other == com.google.firestore.admin.v1.DeleteDatabaseMetadata.getDefaultInstance()) - return this; + if (other == com.google.firestore.admin.v1.DeleteDatabaseMetadata.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; @@ -352,13 +326,12 @@ public Builder mergeFrom( case 0: done = true; break; - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -368,9 +341,9 @@ public Builder mergeFrom( } // finally return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -380,12 +353,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.DeleteDatabaseMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.DeleteDatabaseMetadata) private static final com.google.firestore.admin.v1.DeleteDatabaseMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.DeleteDatabaseMetadata(); } @@ -394,27 +367,27 @@ public static com.google.firestore.admin.v1.DeleteDatabaseMetadata getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteDatabaseMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DeleteDatabaseMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -429,4 +402,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.DeleteDatabaseMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java new file mode 100644 index 000000000..01e6ff69e --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java @@ -0,0 +1,10 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface DeleteDatabaseMetadataOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteDatabaseMetadata) + com.google.protobuf.MessageOrBuilder { +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequest.java similarity index 65% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequest.java index 60503d024..a4bdeb6f8 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.DeleteDatabase][google.firestore.admin.v1.FirestoreAdmin.DeleteDatabase].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.DeleteDatabaseRequest}
  */
-public final class DeleteDatabaseRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DeleteDatabaseRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.DeleteDatabaseRequest)
     DeleteDatabaseRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DeleteDatabaseRequest.newBuilder() to construct.
   private DeleteDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private DeleteDatabaseRequest() {
     name_ = "";
     etag_ = "";
@@ -46,41 +28,34 @@ private DeleteDatabaseRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new DeleteDatabaseRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.DeleteDatabaseRequest.class,
-            com.google.firestore.admin.v1.DeleteDatabaseRequest.Builder.class);
+            com.google.firestore.admin.v1.DeleteDatabaseRequest.class, com.google.firestore.admin.v1.DeleteDatabaseRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
-   *
-   *
    * 
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -89,32 +64,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -123,12 +96,9 @@ public com.google.protobuf.ByteString getNameBytes() { } public static final int ETAG_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private volatile java.lang.Object etag_ = ""; /** - * - * *
    * The current etag of the Database.
    * If an etag is provided and does not match the current etag of the database,
@@ -136,7 +106,6 @@ public com.google.protobuf.ByteString getNameBytes() {
    * 
* * string etag = 3; - * * @return The etag. */ @java.lang.Override @@ -145,15 +114,14 @@ public java.lang.String getEtag() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); etag_ = s; return s; } } /** - * - * *
    * The current etag of the Database.
    * If an etag is provided and does not match the current etag of the database,
@@ -161,15 +129,16 @@ public java.lang.String getEtag() {
    * 
* * string etag = 3; - * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); etag_ = b; return b; } else { @@ -178,7 +147,6 @@ public com.google.protobuf.ByteString getEtagBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -190,7 +158,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -220,16 +189,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.DeleteDatabaseRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.DeleteDatabaseRequest other = - (com.google.firestore.admin.v1.DeleteDatabaseRequest) obj; + com.google.firestore.admin.v1.DeleteDatabaseRequest other = (com.google.firestore.admin.v1.DeleteDatabaseRequest) obj; - if (!getName().equals(other.getName())) return false; - if (!getEtag().equals(other.getEtag())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getEtag() + .equals(other.getEtag())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -251,103 +221,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.DeleteDatabaseRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.DeleteDatabase][google.firestore.admin.v1.FirestoreAdmin.DeleteDatabase].
@@ -355,32 +320,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.DeleteDatabaseRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.DeleteDatabaseRequest)
       com.google.firestore.admin.v1.DeleteDatabaseRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.DeleteDatabaseRequest.class,
-              com.google.firestore.admin.v1.DeleteDatabaseRequest.Builder.class);
+              com.google.firestore.admin.v1.DeleteDatabaseRequest.class, com.google.firestore.admin.v1.DeleteDatabaseRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.DeleteDatabaseRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -391,9 +357,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
@@ -412,11 +378,8 @@ public com.google.firestore.admin.v1.DeleteDatabaseRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.DeleteDatabaseRequest buildPartial() {
-      com.google.firestore.admin.v1.DeleteDatabaseRequest result =
-          new com.google.firestore.admin.v1.DeleteDatabaseRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.DeleteDatabaseRequest result = new com.google.firestore.admin.v1.DeleteDatabaseRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -435,39 +398,38 @@ private void buildPartial0(com.google.firestore.admin.v1.DeleteDatabaseRequest r
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.DeleteDatabaseRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.DeleteDatabaseRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.DeleteDatabaseRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -475,8 +437,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.DeleteDatabaseRequest other) {
-      if (other == com.google.firestore.admin.v1.DeleteDatabaseRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.DeleteDatabaseRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -513,25 +474,22 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 26:
-              {
-                etag_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 26: {
+              etag_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 26
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -541,28 +499,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -571,24 +524,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -596,41 +546,30 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { @@ -640,24 +579,18 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -667,8 +600,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object etag_ = ""; /** - * - * *
      * The current etag of the Database.
      * If an etag is provided and does not match the current etag of the database,
@@ -676,13 +607,13 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * 
* * string etag = 3; - * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); etag_ = s; return s; @@ -691,8 +622,6 @@ public java.lang.String getEtag() { } } /** - * - * *
      * The current etag of the Database.
      * If an etag is provided and does not match the current etag of the database,
@@ -700,14 +629,15 @@ public java.lang.String getEtag() {
      * 
* * string etag = 3; - * * @return The bytes for etag. */ - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); etag_ = b; return b; } else { @@ -715,8 +645,6 @@ public com.google.protobuf.ByteString getEtagBytes() { } } /** - * - * *
      * The current etag of the Database.
      * If an etag is provided and does not match the current etag of the database,
@@ -724,22 +652,18 @@ public com.google.protobuf.ByteString getEtagBytes() {
      * 
* * string etag = 3; - * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setEtag( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } etag_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * The current etag of the Database.
      * If an etag is provided and does not match the current etag of the database,
@@ -747,7 +671,6 @@ public Builder setEtag(java.lang.String value) {
      * 
* * string etag = 3; - * * @return This builder for chaining. */ public Builder clearEtag() { @@ -757,8 +680,6 @@ public Builder clearEtag() { return this; } /** - * - * *
      * The current etag of the Database.
      * If an etag is provided and does not match the current etag of the database,
@@ -766,23 +687,21 @@ public Builder clearEtag() {
      * 
* * string etag = 3; - * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setEtagBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); etag_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -792,12 +711,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.DeleteDatabaseRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.DeleteDatabaseRequest) private static final com.google.firestore.admin.v1.DeleteDatabaseRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.DeleteDatabaseRequest(); } @@ -806,27 +725,27 @@ public static com.google.firestore.admin.v1.DeleteDatabaseRequest getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteDatabaseRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DeleteDatabaseRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -841,4 +760,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.DeleteDatabaseRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequestOrBuilder.java similarity index 55% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequestOrBuilder.java index a322dac69..0811a9d8f 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequestOrBuilder.java @@ -1,63 +1,36 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface DeleteDatabaseRequestOrBuilder - extends +public interface DeleteDatabaseRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteDatabaseRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ java.lang.String getName(); /** - * - * *
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The current etag of the Database.
    * If an etag is provided and does not match the current etag of the database,
@@ -65,13 +38,10 @@ public interface DeleteDatabaseRequestOrBuilder
    * 
* * string etag = 3; - * * @return The etag. */ java.lang.String getEtag(); /** - * - * *
    * The current etag of the Database.
    * If an etag is provided and does not match the current etag of the database,
@@ -79,8 +49,8 @@ public interface DeleteDatabaseRequestOrBuilder
    * 
* * string etag = 3; - * * @return The bytes for etag. */ - com.google.protobuf.ByteString getEtagBytes(); + com.google.protobuf.ByteString + getEtagBytes(); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java similarity index 63% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java index 3841fb14c..16ab1c2c3 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.DeleteIndex][google.firestore.admin.v1.FirestoreAdmin.DeleteIndex].
@@ -29,57 +12,49 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.DeleteIndexRequest}
  */
-public final class DeleteIndexRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DeleteIndexRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.DeleteIndexRequest)
     DeleteIndexRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DeleteIndexRequest.newBuilder() to construct.
   private DeleteIndexRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private DeleteIndexRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new DeleteIndexRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.DeleteIndexRequest.class,
-            com.google.firestore.admin.v1.DeleteIndexRequest.Builder.class);
+            com.google.firestore.admin.v1.DeleteIndexRequest.class, com.google.firestore.admin.v1.DeleteIndexRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
-   *
-   *
    * 
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -88,32 +63,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -122,7 +95,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -134,7 +106,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -158,15 +131,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.DeleteIndexRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.DeleteIndexRequest other = - (com.google.firestore.admin.v1.DeleteIndexRequest) obj; + com.google.firestore.admin.v1.DeleteIndexRequest other = (com.google.firestore.admin.v1.DeleteIndexRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -185,104 +158,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteIndexRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteIndexRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.DeleteIndexRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.DeleteIndexRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.DeleteIndex][google.firestore.admin.v1.FirestoreAdmin.DeleteIndex].
@@ -290,32 +258,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.DeleteIndexRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.DeleteIndexRequest)
       com.google.firestore.admin.v1.DeleteIndexRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.DeleteIndexRequest.class,
-              com.google.firestore.admin.v1.DeleteIndexRequest.Builder.class);
+              com.google.firestore.admin.v1.DeleteIndexRequest.class, com.google.firestore.admin.v1.DeleteIndexRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.DeleteIndexRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -325,9 +294,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor;
     }
 
     @java.lang.Override
@@ -346,11 +315,8 @@ public com.google.firestore.admin.v1.DeleteIndexRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.DeleteIndexRequest buildPartial() {
-      com.google.firestore.admin.v1.DeleteIndexRequest result =
-          new com.google.firestore.admin.v1.DeleteIndexRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.DeleteIndexRequest result = new com.google.firestore.admin.v1.DeleteIndexRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -366,39 +332,38 @@ private void buildPartial0(com.google.firestore.admin.v1.DeleteIndexRequest resu
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.DeleteIndexRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.DeleteIndexRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.DeleteIndexRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -406,8 +371,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.DeleteIndexRequest other) {
-      if (other == com.google.firestore.admin.v1.DeleteIndexRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.DeleteIndexRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -439,19 +403,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -461,28 +423,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -491,24 +448,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -516,41 +470,30 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { @@ -560,33 +503,27 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -596,12 +533,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.DeleteIndexRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.DeleteIndexRequest) private static final com.google.firestore.admin.v1.DeleteIndexRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.DeleteIndexRequest(); } @@ -610,27 +547,27 @@ public static com.google.firestore.admin.v1.DeleteIndexRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteIndexRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DeleteIndexRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -645,4 +582,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.DeleteIndexRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java new file mode 100644 index 000000000..11b3208d7 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java @@ -0,0 +1,32 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface DeleteIndexRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteIndexRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java similarity index 73% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java index a13fec548..16194cfa6 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
  * results from
@@ -30,56 +13,53 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ExportDocumentsMetadata}
  */
-public final class ExportDocumentsMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ExportDocumentsMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ExportDocumentsMetadata)
     ExportDocumentsMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ExportDocumentsMetadata.newBuilder() to construct.
   private ExportDocumentsMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ExportDocumentsMetadata() {
     operationState_ = 0;
-    collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+    collectionIds_ =
+        com.google.protobuf.LazyStringArrayList.emptyList();
     outputUriPrefix_ = "";
-    namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+    namespaceIds_ =
+        com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ExportDocumentsMetadata();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto
-        .internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto
-        .internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ExportDocumentsMetadata.class,
-            com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder.class);
+            com.google.firestore.admin.v1.ExportDocumentsMetadata.class, com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder.class);
   }
 
   private int bitField0_;
   public static final int START_TIME_FIELD_NUMBER = 1;
   private com.google.protobuf.Timestamp startTime_;
   /**
-   *
-   *
    * 
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ @java.lang.Override @@ -87,14 +67,11 @@ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ @java.lang.Override @@ -102,8 +79,6 @@ public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } /** - * - * *
    * The time this operation started.
    * 
@@ -118,15 +93,12 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp endTime_; /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ @java.lang.Override @@ -134,15 +106,12 @@ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ @java.lang.Override @@ -150,8 +119,6 @@ public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -167,49 +134,37 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
   public static final int OPERATION_STATE_FIELD_NUMBER = 3;
   private int operationState_ = 0;
   /**
-   *
-   *
    * 
    * The state of the export operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The enum numeric value on the wire for operationState. */ - @java.lang.Override - public int getOperationStateValue() { + @java.lang.Override public int getOperationStateValue() { return operationState_; } /** - * - * *
    * The state of the export operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The operationState. */ - @java.lang.Override - public com.google.firestore.admin.v1.OperationState getOperationState() { - com.google.firestore.admin.v1.OperationState result = - com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { + com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } public static final int PROGRESS_DOCUMENTS_FIELD_NUMBER = 4; private com.google.firestore.admin.v1.Progress progressDocuments_; /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; - * * @return Whether the progressDocuments field is set. */ @java.lang.Override @@ -217,25 +172,18 @@ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; - * * @return The progressDocuments. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressDocuments() { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } /** - * - * *
    * The progress, in documents, of this operation.
    * 
@@ -244,22 +192,17 @@ public com.google.firestore.admin.v1.Progress getProgressDocuments() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder() { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } public static final int PROGRESS_BYTES_FIELD_NUMBER = 5; private com.google.firestore.admin.v1.Progress progressBytes_; /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; - * * @return Whether the progressBytes field is set. */ @java.lang.Override @@ -267,25 +210,18 @@ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; - * * @return The progressBytes. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressBytes() { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } /** - * - * *
    * The progress, in bytes, of this operation.
    * 
@@ -294,53 +230,42 @@ public com.google.firestore.admin.v1.Progress getProgressBytes() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder() { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } public static final int COLLECTION_IDS_FIELD_NUMBER = 6; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; - * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList + getCollectionIdsList() { return collectionIds_; } /** - * - * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; - * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** - * - * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -348,34 +273,28 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** - * - * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString + getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } public static final int OUTPUT_URI_PREFIX_FIELD_NUMBER = 7; - @SuppressWarnings("serial") private volatile java.lang.Object outputUriPrefix_ = ""; /** - * - * *
    * Where the documents are being exported to.
    * 
* * string output_uri_prefix = 7; - * * @return The outputUriPrefix. */ @java.lang.Override @@ -384,29 +303,29 @@ public java.lang.String getOutputUriPrefix() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); outputUriPrefix_ = s; return s; } } /** - * - * *
    * Where the documents are being exported to.
    * 
* * string output_uri_prefix = 7; - * * @return The bytes for outputUriPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString getOutputUriPrefixBytes() { + public com.google.protobuf.ByteString + getOutputUriPrefixBytes() { java.lang.Object ref = outputUriPrefix_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); outputUriPrefix_ = b; return b; } else { @@ -415,47 +334,38 @@ public com.google.protobuf.ByteString getOutputUriPrefixBytes() { } public static final int NAMESPACE_IDS_FIELD_NUMBER = 8; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; - * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList + getNamespaceIdsList() { return namespaceIds_; } /** - * - * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; - * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** - * - * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; - * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -463,26 +373,22 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** - * - * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; - * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString + getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } public static final int SNAPSHOT_TIME_FIELD_NUMBER = 9; private com.google.protobuf.Timestamp snapshotTime_; /** - * - * *
    * The timestamp that corresponds to the version of the database that is being
    * exported. If unspecified, there are no guarantees about the consistency of
@@ -490,7 +396,6 @@ public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) {
    * 
* * .google.protobuf.Timestamp snapshot_time = 9; - * * @return Whether the snapshotTime field is set. */ @java.lang.Override @@ -498,8 +403,6 @@ public boolean hasSnapshotTime() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
    * The timestamp that corresponds to the version of the database that is being
    * exported. If unspecified, there are no guarantees about the consistency of
@@ -507,18 +410,13 @@ public boolean hasSnapshotTime() {
    * 
* * .google.protobuf.Timestamp snapshot_time = 9; - * * @return The snapshotTime. */ @java.lang.Override public com.google.protobuf.Timestamp getSnapshotTime() { - return snapshotTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : snapshotTime_; + return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; } /** - * - * *
    * The timestamp that corresponds to the version of the database that is being
    * exported. If unspecified, there are no guarantees about the consistency of
@@ -529,13 +427,10 @@ public com.google.protobuf.Timestamp getSnapshotTime() {
    */
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
-    return snapshotTime_ == null
-        ? com.google.protobuf.Timestamp.getDefaultInstance()
-        : snapshotTime_;
+    return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_;
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -547,15 +442,15 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getStartTime());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
       output.writeMessage(2, getEndTime());
     }
-    if (operationState_
-        != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) {
+    if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) {
       output.writeEnum(3, operationState_);
     }
     if (((bitField0_ & 0x00000004) != 0)) {
@@ -586,20 +481,24 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getStartTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, getStartTime());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEndTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, getEndTime());
     }
-    if (operationState_
-        != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) {
-      size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, operationState_);
+    if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) {
+      size += com.google.protobuf.CodedOutputStream
+        .computeEnumSize(3, operationState_);
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getProgressDocuments());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(4, getProgressDocuments());
     }
     if (((bitField0_ & 0x00000008) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getProgressBytes());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(5, getProgressBytes());
     }
     {
       int dataSize = 0;
@@ -621,7 +520,8 @@ public int getSerializedSize() {
       size += 1 * getNamespaceIdsList().size();
     }
     if (((bitField0_ & 0x00000010) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(9, getSnapshotTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(9, getSnapshotTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -631,37 +531,44 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.admin.v1.ExportDocumentsMetadata)) {
       return super.equals(obj);
     }
-    com.google.firestore.admin.v1.ExportDocumentsMetadata other =
-        (com.google.firestore.admin.v1.ExportDocumentsMetadata) obj;
+    com.google.firestore.admin.v1.ExportDocumentsMetadata other = (com.google.firestore.admin.v1.ExportDocumentsMetadata) obj;
 
     if (hasStartTime() != other.hasStartTime()) return false;
     if (hasStartTime()) {
-      if (!getStartTime().equals(other.getStartTime())) return false;
+      if (!getStartTime()
+          .equals(other.getStartTime())) return false;
     }
     if (hasEndTime() != other.hasEndTime()) return false;
     if (hasEndTime()) {
-      if (!getEndTime().equals(other.getEndTime())) return false;
+      if (!getEndTime()
+          .equals(other.getEndTime())) return false;
     }
     if (operationState_ != other.operationState_) return false;
     if (hasProgressDocuments() != other.hasProgressDocuments()) return false;
     if (hasProgressDocuments()) {
-      if (!getProgressDocuments().equals(other.getProgressDocuments())) return false;
+      if (!getProgressDocuments()
+          .equals(other.getProgressDocuments())) return false;
     }
     if (hasProgressBytes() != other.hasProgressBytes()) return false;
     if (hasProgressBytes()) {
-      if (!getProgressBytes().equals(other.getProgressBytes())) return false;
-    }
-    if (!getCollectionIdsList().equals(other.getCollectionIdsList())) return false;
-    if (!getOutputUriPrefix().equals(other.getOutputUriPrefix())) return false;
-    if (!getNamespaceIdsList().equals(other.getNamespaceIdsList())) return false;
+      if (!getProgressBytes()
+          .equals(other.getProgressBytes())) return false;
+    }
+    if (!getCollectionIdsList()
+        .equals(other.getCollectionIdsList())) return false;
+    if (!getOutputUriPrefix()
+        .equals(other.getOutputUriPrefix())) return false;
+    if (!getNamespaceIdsList()
+        .equals(other.getNamespaceIdsList())) return false;
     if (hasSnapshotTime() != other.hasSnapshotTime()) return false;
     if (hasSnapshotTime()) {
-      if (!getSnapshotTime().equals(other.getSnapshotTime())) return false;
+      if (!getSnapshotTime()
+          .equals(other.getSnapshotTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -712,104 +619,98 @@ public int hashCode() {
   }
 
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
-  public static Builder newBuilder(
-      com.google.firestore.admin.v1.ExportDocumentsMetadata prototype) {
+  public static Builder newBuilder(com.google.firestore.admin.v1.ExportDocumentsMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
    * results from
@@ -818,23 +719,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.ExportDocumentsMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ExportDocumentsMetadata)
       com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ExportDocumentsMetadata.class,
-              com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder.class);
+              com.google.firestore.admin.v1.ExportDocumentsMetadata.class, com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ExportDocumentsMetadata.newBuilder()
@@ -842,13 +741,14 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getStartTimeFieldBuilder();
         getEndTimeFieldBuilder();
         getProgressDocumentsFieldBuilder();
@@ -856,7 +756,6 @@ private void maybeForceBuilderInitialization() {
         getSnapshotTimeFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -882,9 +781,11 @@ public Builder clear() {
         progressBytesBuilder_.dispose();
         progressBytesBuilder_ = null;
       }
-      collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+      collectionIds_ =
+          com.google.protobuf.LazyStringArrayList.emptyList();
       outputUriPrefix_ = "";
-      namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+      namespaceIds_ =
+          com.google.protobuf.LazyStringArrayList.emptyList();
       snapshotTime_ = null;
       if (snapshotTimeBuilder_ != null) {
         snapshotTimeBuilder_.dispose();
@@ -894,9 +795,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -915,11 +816,8 @@ public com.google.firestore.admin.v1.ExportDocumentsMetadata build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ExportDocumentsMetadata buildPartial() {
-      com.google.firestore.admin.v1.ExportDocumentsMetadata result =
-          new com.google.firestore.admin.v1.ExportDocumentsMetadata(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.ExportDocumentsMetadata result = new com.google.firestore.admin.v1.ExportDocumentsMetadata(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -928,26 +826,30 @@ private void buildPartial0(com.google.firestore.admin.v1.ExportDocumentsMetadata
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.startTime_ = startTimeBuilder_ == null ? startTime_ : startTimeBuilder_.build();
+        result.startTime_ = startTimeBuilder_ == null
+            ? startTime_
+            : startTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.endTime_ = endTimeBuilder_ == null ? endTime_ : endTimeBuilder_.build();
+        result.endTime_ = endTimeBuilder_ == null
+            ? endTime_
+            : endTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
         result.operationState_ = operationState_;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.progressDocuments_ =
-            progressDocumentsBuilder_ == null
-                ? progressDocuments_
-                : progressDocumentsBuilder_.build();
+        result.progressDocuments_ = progressDocumentsBuilder_ == null
+            ? progressDocuments_
+            : progressDocumentsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.progressBytes_ =
-            progressBytesBuilder_ == null ? progressBytes_ : progressBytesBuilder_.build();
+        result.progressBytes_ = progressBytesBuilder_ == null
+            ? progressBytes_
+            : progressBytesBuilder_.build();
         to_bitField0_ |= 0x00000008;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
@@ -962,8 +864,9 @@ private void buildPartial0(com.google.firestore.admin.v1.ExportDocumentsMetadata
         result.namespaceIds_ = namespaceIds_;
       }
       if (((from_bitField0_ & 0x00000100) != 0)) {
-        result.snapshotTime_ =
-            snapshotTimeBuilder_ == null ? snapshotTime_ : snapshotTimeBuilder_.build();
+        result.snapshotTime_ = snapshotTimeBuilder_ == null
+            ? snapshotTime_
+            : snapshotTimeBuilder_.build();
         to_bitField0_ |= 0x00000010;
       }
       result.bitField0_ |= to_bitField0_;
@@ -973,39 +876,38 @@ private void buildPartial0(com.google.firestore.admin.v1.ExportDocumentsMetadata
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ExportDocumentsMetadata) {
-        return mergeFrom((com.google.firestore.admin.v1.ExportDocumentsMetadata) other);
+        return mergeFrom((com.google.firestore.admin.v1.ExportDocumentsMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1013,8 +915,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ExportDocumentsMetadata other) {
-      if (other == com.google.firestore.admin.v1.ExportDocumentsMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.ExportDocumentsMetadata.getDefaultInstance()) return this;
       if (other.hasStartTime()) {
         mergeStartTime(other.getStartTime());
       }
@@ -1084,70 +985,69 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getStartTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getEndTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 24:
-              {
-                operationState_ = input.readEnum();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 24
-            case 34:
-              {
-                input.readMessage(
-                    getProgressDocumentsFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 34
-            case 42:
-              {
-                input.readMessage(getProgressBytesFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 42
-            case 50:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureCollectionIdsIsMutable();
-                collectionIds_.add(s);
-                break;
-              } // case 50
-            case 58:
-              {
-                outputUriPrefix_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000040;
-                break;
-              } // case 58
-            case 66:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureNamespaceIdsIsMutable();
-                namespaceIds_.add(s);
-                break;
-              } // case 66
-            case 74:
-              {
-                input.readMessage(getSnapshotTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000100;
-                break;
-              } // case 74
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getStartTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getEndTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 24: {
+              operationState_ = input.readEnum();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 24
+            case 34: {
+              input.readMessage(
+                  getProgressDocumentsFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 34
+            case 42: {
+              input.readMessage(
+                  getProgressBytesFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 42
+            case 50: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureCollectionIdsIsMutable();
+              collectionIds_.add(s);
+              break;
+            } // case 50
+            case 58: {
+              outputUriPrefix_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000040;
+              break;
+            } // case 58
+            case 66: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureNamespaceIdsIsMutable();
+              namespaceIds_.add(s);
+              break;
+            } // case 66
+            case 74: {
+              input.readMessage(
+                  getSnapshotTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000100;
+              break;
+            } // case 74
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1157,38 +1057,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.protobuf.Timestamp startTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
-        startTimeBuilder_;
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_;
     /**
-     *
-     *
      * 
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ public com.google.protobuf.Timestamp getStartTime() { @@ -1199,8 +1089,6 @@ public com.google.protobuf.Timestamp getStartTime() { } } /** - * - * *
      * The time this operation started.
      * 
@@ -1221,15 +1109,14 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; */ - public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setStartTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (startTimeBuilder_ == null) { startTime_ = builderForValue.build(); } else { @@ -1240,8 +1127,6 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu return this; } /** - * - * *
      * The time this operation started.
      * 
@@ -1250,9 +1135,9 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu */ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { if (startTimeBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && startTime_ != null - && startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + startTime_ != null && + startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getStartTimeBuilder().mergeFrom(value); } else { startTime_ = value; @@ -1267,8 +1152,6 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time this operation started.
      * 
@@ -1286,8 +1169,6 @@ public Builder clearStartTime() { return this; } /** - * - * *
      * The time this operation started.
      * 
@@ -1300,8 +1181,6 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { return getStartTimeFieldBuilder().getBuilder(); } /** - * - * *
      * The time this operation started.
      * 
@@ -1312,12 +1191,11 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { if (startTimeBuilder_ != null) { return startTimeBuilder_.getMessageOrBuilder(); } else { - return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + return startTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } /** - * - * *
      * The time this operation started.
      * 
@@ -1325,17 +1203,14 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { * .google.protobuf.Timestamp start_time = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getStartTimeFieldBuilder() { if (startTimeBuilder_ == null) { - startTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getStartTime(), getParentForChildren(), isClean()); + startTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getStartTime(), + getParentForChildren(), + isClean()); startTime_ = null; } return startTimeBuilder_; @@ -1343,35 +1218,26 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { private com.google.protobuf.Timestamp endTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - endTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; /** - * - * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ public com.google.protobuf.Timestamp getEndTime() { @@ -1382,8 +1248,6 @@ public com.google.protobuf.Timestamp getEndTime() { } } /** - * - * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1405,8 +1269,6 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1414,7 +1276,8 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp end_time = 2;
      */
-    public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setEndTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (endTimeBuilder_ == null) {
         endTime_ = builderForValue.build();
       } else {
@@ -1425,8 +1288,6 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1436,9 +1297,9 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
      */
     public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       if (endTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0)
-            && endTime_ != null
-            && endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0) &&
+          endTime_ != null &&
+          endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getEndTimeBuilder().mergeFrom(value);
         } else {
           endTime_ = value;
@@ -1453,8 +1314,6 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1473,8 +1332,6 @@ public Builder clearEndTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1488,8 +1345,6 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() {
       return getEndTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1501,12 +1356,11 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
       if (endTimeBuilder_ != null) {
         return endTimeBuilder_.getMessageOrBuilder();
       } else {
-        return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
+        return endTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1515,17 +1369,14 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
      * .google.protobuf.Timestamp end_time = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getEndTimeFieldBuilder() {
       if (endTimeBuilder_ == null) {
-        endTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getEndTime(), getParentForChildren(), isClean());
+        endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getEndTime(),
+                getParentForChildren(),
+                isClean());
         endTime_ = null;
       }
       return endTimeBuilder_;
@@ -1533,29 +1384,22 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
 
     private int operationState_ = 0;
     /**
-     *
-     *
      * 
      * The state of the export operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The enum numeric value on the wire for operationState. */ - @java.lang.Override - public int getOperationStateValue() { + @java.lang.Override public int getOperationStateValue() { return operationState_; } /** - * - * *
      * The state of the export operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @param value The enum numeric value on the wire for operationState to set. * @return This builder for chaining. */ @@ -1566,31 +1410,24 @@ public Builder setOperationStateValue(int value) { return this; } /** - * - * *
      * The state of the export operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The operationState. */ @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { - com.google.firestore.admin.v1.OperationState result = - com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } /** - * - * *
      * The state of the export operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @param value The operationState to set. * @return This builder for chaining. */ @@ -1604,14 +1441,11 @@ public Builder setOperationState(com.google.firestore.admin.v1.OperationState va return this; } /** - * - * *
      * The state of the export operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return This builder for chaining. */ public Builder clearOperationState() { @@ -1623,47 +1457,34 @@ public Builder clearOperationState() { private com.google.firestore.admin.v1.Progress progressDocuments_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> - progressDocumentsBuilder_; + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressDocumentsBuilder_; /** - * - * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; - * * @return Whether the progressDocuments field is set. */ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; - * * @return The progressDocuments. */ public com.google.firestore.admin.v1.Progress getProgressDocuments() { if (progressDocumentsBuilder_ == null) { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } else { return progressDocumentsBuilder_.getMessage(); } } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1684,8 +1505,6 @@ public Builder setProgressDocuments(com.google.firestore.admin.v1.Progress value return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1704,8 +1523,6 @@ public Builder setProgressDocuments( return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1714,9 +1531,9 @@ public Builder setProgressDocuments( */ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress value) { if (progressDocumentsBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) - && progressDocuments_ != null - && progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) && + progressDocuments_ != null && + progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressDocumentsBuilder().mergeFrom(value); } else { progressDocuments_ = value; @@ -1731,8 +1548,6 @@ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress val return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1750,8 +1565,6 @@ public Builder clearProgressDocuments() { return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1764,8 +1577,6 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressDocumentsBuilde return getProgressDocumentsFieldBuilder().getBuilder(); } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1776,14 +1587,11 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui if (progressDocumentsBuilder_ != null) { return progressDocumentsBuilder_.getMessageOrBuilder(); } else { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? + com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1791,17 +1599,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui * .google.firestore.admin.v1.Progress progress_documents = 4; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> getProgressDocumentsFieldBuilder() { if (progressDocumentsBuilder_ == null) { - progressDocumentsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressDocuments(), getParentForChildren(), isClean()); + progressDocumentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressDocuments(), + getParentForChildren(), + isClean()); progressDocuments_ = null; } return progressDocumentsBuilder_; @@ -1809,47 +1614,34 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui private com.google.firestore.admin.v1.Progress progressBytes_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> - progressBytesBuilder_; + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressBytesBuilder_; /** - * - * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; - * * @return Whether the progressBytes field is set. */ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; - * * @return The progressBytes. */ public com.google.firestore.admin.v1.Progress getProgressBytes() { if (progressBytesBuilder_ == null) { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } else { return progressBytesBuilder_.getMessage(); } } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1870,8 +1662,6 @@ public Builder setProgressBytes(com.google.firestore.admin.v1.Progress value) { return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1890,8 +1680,6 @@ public Builder setProgressBytes( return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1900,9 +1688,9 @@ public Builder setProgressBytes( */ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) { if (progressBytesBuilder_ == null) { - if (((bitField0_ & 0x00000010) != 0) - && progressBytes_ != null - && progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000010) != 0) && + progressBytes_ != null && + progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressBytesBuilder().mergeFrom(value); } else { progressBytes_ = value; @@ -1917,8 +1705,6 @@ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1936,8 +1722,6 @@ public Builder clearProgressBytes() { return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1950,8 +1734,6 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressBytesBuilder() return getProgressBytesFieldBuilder().getBuilder(); } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1962,14 +1744,11 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder if (progressBytesBuilder_ != null) { return progressBytesBuilder_.getMessageOrBuilder(); } else { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? + com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1977,17 +1756,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder * .google.firestore.admin.v1.Progress progress_bytes = 5; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> getProgressBytesFieldBuilder() { if (progressBytesBuilder_ == null) { - progressBytesBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressBytes(), getParentForChildren(), isClean()); + progressBytesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressBytes(), + getParentForChildren(), + isClean()); progressBytes_ = null; } return progressBytesBuilder_; @@ -1995,7 +1771,6 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureCollectionIdsIsMutable() { if (!collectionIds_.isModifiable()) { collectionIds_ = new com.google.protobuf.LazyStringArrayList(collectionIds_); @@ -2003,43 +1778,35 @@ private void ensureCollectionIdsIsMutable() { bitField0_ |= 0x00000020; } /** - * - * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; - * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList + getCollectionIdsList() { collectionIds_.makeImmutable(); return collectionIds_; } /** - * - * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; - * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** - * - * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -2047,37 +1814,31 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** - * - * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString + getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } /** - * - * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; - * * @param index The index to set the value at. * @param value The collectionIds to set. * @return This builder for chaining. */ - public Builder setCollectionIds(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCollectionIds( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureCollectionIdsIsMutable(); collectionIds_.set(index, value); bitField0_ |= 0x00000020; @@ -2085,21 +1846,17 @@ public Builder setCollectionIds(int index, java.lang.String value) { return this; } /** - * - * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; - * * @param value The collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIds(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addCollectionIds( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureCollectionIdsIsMutable(); collectionIds_.add(value); bitField0_ |= 0x00000020; @@ -2107,58 +1864,50 @@ public Builder addCollectionIds(java.lang.String value) { return this; } /** - * - * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; - * * @param values The collectionIds to add. * @return This builder for chaining. */ - public Builder addAllCollectionIds(java.lang.Iterable values) { + public Builder addAllCollectionIds( + java.lang.Iterable values) { ensureCollectionIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, collectionIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, collectionIds_); bitField0_ |= 0x00000020; onChanged(); return this; } /** - * - * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; - * * @return This builder for chaining. */ public Builder clearCollectionIds() { - collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000020); - ; + collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000020);; onChanged(); return this; } /** - * - * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; - * * @param value The bytes of the collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addCollectionIdsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureCollectionIdsIsMutable(); collectionIds_.add(value); @@ -2169,20 +1918,18 @@ public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { private java.lang.Object outputUriPrefix_ = ""; /** - * - * *
      * Where the documents are being exported to.
      * 
* * string output_uri_prefix = 7; - * * @return The outputUriPrefix. */ public java.lang.String getOutputUriPrefix() { java.lang.Object ref = outputUriPrefix_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); outputUriPrefix_ = s; return s; @@ -2191,21 +1938,20 @@ public java.lang.String getOutputUriPrefix() { } } /** - * - * *
      * Where the documents are being exported to.
      * 
* * string output_uri_prefix = 7; - * * @return The bytes for outputUriPrefix. */ - public com.google.protobuf.ByteString getOutputUriPrefixBytes() { + public com.google.protobuf.ByteString + getOutputUriPrefixBytes() { java.lang.Object ref = outputUriPrefix_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); outputUriPrefix_ = b; return b; } else { @@ -2213,35 +1959,28 @@ public com.google.protobuf.ByteString getOutputUriPrefixBytes() { } } /** - * - * *
      * Where the documents are being exported to.
      * 
* * string output_uri_prefix = 7; - * * @param value The outputUriPrefix to set. * @return This builder for chaining. */ - public Builder setOutputUriPrefix(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setOutputUriPrefix( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } outputUriPrefix_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** - * - * *
      * Where the documents are being exported to.
      * 
* * string output_uri_prefix = 7; - * * @return This builder for chaining. */ public Builder clearOutputUriPrefix() { @@ -2251,21 +1990,17 @@ public Builder clearOutputUriPrefix() { return this; } /** - * - * *
      * Where the documents are being exported to.
      * 
* * string output_uri_prefix = 7; - * * @param value The bytes for outputUriPrefix to set. * @return This builder for chaining. */ - public Builder setOutputUriPrefixBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setOutputUriPrefixBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); outputUriPrefix_ = value; bitField0_ |= 0x00000040; @@ -2275,7 +2010,6 @@ public Builder setOutputUriPrefixBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureNamespaceIdsIsMutable() { if (!namespaceIds_.isModifiable()) { namespaceIds_ = new com.google.protobuf.LazyStringArrayList(namespaceIds_); @@ -2283,43 +2017,35 @@ private void ensureNamespaceIdsIsMutable() { bitField0_ |= 0x00000080; } /** - * - * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; - * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList + getNamespaceIdsList() { namespaceIds_.makeImmutable(); return namespaceIds_; } /** - * - * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; - * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** - * - * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; - * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -2327,37 +2053,31 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** - * - * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; - * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString + getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } /** - * - * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; - * * @param index The index to set the value at. * @param value The namespaceIds to set. * @return This builder for chaining. */ - public Builder setNamespaceIds(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNamespaceIds( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureNamespaceIdsIsMutable(); namespaceIds_.set(index, value); bitField0_ |= 0x00000080; @@ -2365,21 +2085,17 @@ public Builder setNamespaceIds(int index, java.lang.String value) { return this; } /** - * - * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; - * * @param value The namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIds(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addNamespaceIds( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); bitField0_ |= 0x00000080; @@ -2387,58 +2103,50 @@ public Builder addNamespaceIds(java.lang.String value) { return this; } /** - * - * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; - * * @param values The namespaceIds to add. * @return This builder for chaining. */ - public Builder addAllNamespaceIds(java.lang.Iterable values) { + public Builder addAllNamespaceIds( + java.lang.Iterable values) { ensureNamespaceIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, namespaceIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, namespaceIds_); bitField0_ |= 0x00000080; onChanged(); return this; } /** - * - * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; - * * @return This builder for chaining. */ public Builder clearNamespaceIds() { - namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000080); - ; + namespaceIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000080);; onChanged(); return this; } /** - * - * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; - * * @param value The bytes of the namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addNamespaceIdsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); @@ -2449,13 +2157,8 @@ public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.Timestamp snapshotTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - snapshotTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> snapshotTimeBuilder_; /** - * - * *
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2463,15 +2166,12 @@ public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.protobuf.Timestamp snapshot_time = 9; - * * @return Whether the snapshotTime field is set. */ public boolean hasSnapshotTime() { return ((bitField0_ & 0x00000100) != 0); } /** - * - * *
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2479,21 +2179,16 @@ public boolean hasSnapshotTime() {
      * 
* * .google.protobuf.Timestamp snapshot_time = 9; - * * @return The snapshotTime. */ public com.google.protobuf.Timestamp getSnapshotTime() { if (snapshotTimeBuilder_ == null) { - return snapshotTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : snapshotTime_; + return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; } else { return snapshotTimeBuilder_.getMessage(); } } /** - * - * *
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2516,8 +2211,6 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2526,7 +2219,8 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp snapshot_time = 9;
      */
-    public Builder setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setSnapshotTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (snapshotTimeBuilder_ == null) {
         snapshotTime_ = builderForValue.build();
       } else {
@@ -2537,8 +2231,6 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForV
       return this;
     }
     /**
-     *
-     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2549,9 +2241,9 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForV
      */
     public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) {
       if (snapshotTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000100) != 0)
-            && snapshotTime_ != null
-            && snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000100) != 0) &&
+          snapshotTime_ != null &&
+          snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getSnapshotTimeBuilder().mergeFrom(value);
         } else {
           snapshotTime_ = value;
@@ -2566,8 +2258,6 @@ public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2587,8 +2277,6 @@ public Builder clearSnapshotTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2603,8 +2291,6 @@ public com.google.protobuf.Timestamp.Builder getSnapshotTimeBuilder() {
       return getSnapshotTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2617,14 +2303,11 @@ public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
       if (snapshotTimeBuilder_ != null) {
         return snapshotTimeBuilder_.getMessageOrBuilder();
       } else {
-        return snapshotTime_ == null
-            ? com.google.protobuf.Timestamp.getDefaultInstance()
-            : snapshotTime_;
+        return snapshotTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2634,24 +2317,21 @@ public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
      * .google.protobuf.Timestamp snapshot_time = 9;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getSnapshotTimeFieldBuilder() {
       if (snapshotTimeBuilder_ == null) {
-        snapshotTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getSnapshotTime(), getParentForChildren(), isClean());
+        snapshotTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getSnapshotTime(),
+                getParentForChildren(),
+                isClean());
         snapshotTime_ = null;
       }
       return snapshotTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -2661,12 +2341,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ExportDocumentsMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ExportDocumentsMetadata)
   private static final com.google.firestore.admin.v1.ExportDocumentsMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ExportDocumentsMetadata();
   }
@@ -2675,27 +2355,27 @@ public static com.google.firestore.admin.v1.ExportDocumentsMetadata getDefaultIn
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public ExportDocumentsMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public ExportDocumentsMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2710,4 +2390,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.admin.v1.ExportDocumentsMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadataOrBuilder.java
similarity index 84%
rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadataOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadataOrBuilder.java
index 09a9a111b..e66fd9cc4 100644
--- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadataOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadataOrBuilder.java
@@ -1,56 +1,32 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/operation.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.admin.v1;
 
-public interface ExportDocumentsMetadataOrBuilder
-    extends
+public interface ExportDocumentsMetadataOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ExportDocumentsMetadata)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** - * - * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** - * - * *
    * The time this operation started.
    * 
@@ -60,34 +36,26 @@ public interface ExportDocumentsMetadataOrBuilder com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -98,57 +66,43 @@ public interface ExportDocumentsMetadataOrBuilder
   com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
 
   /**
-   *
-   *
    * 
    * The state of the export operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The enum numeric value on the wire for operationState. */ int getOperationStateValue(); /** - * - * *
    * The state of the export operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The operationState. */ com.google.firestore.admin.v1.OperationState getOperationState(); /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; - * * @return Whether the progressDocuments field is set. */ boolean hasProgressDocuments(); /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; - * * @return The progressDocuments. */ com.google.firestore.admin.v1.Progress getProgressDocuments(); /** - * - * *
    * The progress, in documents, of this operation.
    * 
@@ -158,32 +112,24 @@ public interface ExportDocumentsMetadataOrBuilder com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder(); /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; - * * @return Whether the progressBytes field is set. */ boolean hasProgressBytes(); /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; - * * @return The progressBytes. */ com.google.firestore.admin.v1.Progress getProgressBytes(); /** - * - * *
    * The progress, in bytes, of this operation.
    * 
@@ -193,135 +139,108 @@ public interface ExportDocumentsMetadataOrBuilder com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder(); /** - * - * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; - * * @return A list containing the collectionIds. */ - java.util.List getCollectionIdsList(); + java.util.List + getCollectionIdsList(); /** - * - * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; - * * @return The count of collectionIds. */ int getCollectionIdsCount(); /** - * - * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ java.lang.String getCollectionIds(int index); /** - * - * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - com.google.protobuf.ByteString getCollectionIdsBytes(int index); + com.google.protobuf.ByteString + getCollectionIdsBytes(int index); /** - * - * *
    * Where the documents are being exported to.
    * 
* * string output_uri_prefix = 7; - * * @return The outputUriPrefix. */ java.lang.String getOutputUriPrefix(); /** - * - * *
    * Where the documents are being exported to.
    * 
* * string output_uri_prefix = 7; - * * @return The bytes for outputUriPrefix. */ - com.google.protobuf.ByteString getOutputUriPrefixBytes(); + com.google.protobuf.ByteString + getOutputUriPrefixBytes(); /** - * - * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; - * * @return A list containing the namespaceIds. */ - java.util.List getNamespaceIdsList(); + java.util.List + getNamespaceIdsList(); /** - * - * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; - * * @return The count of namespaceIds. */ int getNamespaceIdsCount(); /** - * - * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; - * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ java.lang.String getNamespaceIds(int index); /** - * - * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; - * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - com.google.protobuf.ByteString getNamespaceIdsBytes(int index); + com.google.protobuf.ByteString + getNamespaceIdsBytes(int index); /** - * - * *
    * The timestamp that corresponds to the version of the database that is being
    * exported. If unspecified, there are no guarantees about the consistency of
@@ -329,13 +248,10 @@ public interface ExportDocumentsMetadataOrBuilder
    * 
* * .google.protobuf.Timestamp snapshot_time = 9; - * * @return Whether the snapshotTime field is set. */ boolean hasSnapshotTime(); /** - * - * *
    * The timestamp that corresponds to the version of the database that is being
    * exported. If unspecified, there are no guarantees about the consistency of
@@ -343,13 +259,10 @@ public interface ExportDocumentsMetadataOrBuilder
    * 
* * .google.protobuf.Timestamp snapshot_time = 9; - * * @return The snapshotTime. */ com.google.protobuf.Timestamp getSnapshotTime(); /** - * - * *
    * The timestamp that corresponds to the version of the database that is being
    * exported. If unspecified, there are no guarantees about the consistency of
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java
similarity index 76%
rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java
index 9fcd6160e..6925c086c 100644
--- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/firestore_admin.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.admin.v1;
 
 /**
- *
- *
  * 
  * The request for
  * [FirestoreAdmin.ExportDocuments][google.firestore.admin.v1.FirestoreAdmin.ExportDocuments].
@@ -29,61 +12,55 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ExportDocumentsRequest}
  */
-public final class ExportDocumentsRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ExportDocumentsRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ExportDocumentsRequest)
     ExportDocumentsRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ExportDocumentsRequest.newBuilder() to construct.
   private ExportDocumentsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ExportDocumentsRequest() {
     name_ = "";
-    collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+    collectionIds_ =
+        com.google.protobuf.LazyStringArrayList.emptyList();
     outputUriPrefix_ = "";
-    namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+    namespaceIds_ =
+        com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ExportDocumentsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ExportDocumentsRequest.class,
-            com.google.firestore.admin.v1.ExportDocumentsRequest.Builder.class);
+            com.google.firestore.admin.v1.ExportDocumentsRequest.class, com.google.firestore.admin.v1.ExportDocumentsRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int NAME_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
-   *
-   *
    * 
    * Required. Database to export. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -92,32 +69,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. Database to export. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -126,47 +101,41 @@ public com.google.protobuf.ByteString getNameBytes() { } public static final int COLLECTION_IDS_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
-   * Which collection ids to export. Unspecified means all collections.
+   * Which collection ids to export. Unspecified means all collections. Each
+   * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList + getCollectionIdsList() { return collectionIds_; } /** - * - * *
-   * Which collection ids to export. Unspecified means all collections.
+   * Which collection ids to export. Unspecified means all collections. Each
+   * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** - * - * *
-   * Which collection ids to export. Unspecified means all collections.
+   * Which collection ids to export. Unspecified means all collections. Each
+   * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -174,28 +143,24 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** - * - * *
-   * Which collection ids to export. Unspecified means all collections.
+   * Which collection ids to export. Unspecified means all collections. Each
+   * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString + getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } public static final int OUTPUT_URI_PREFIX_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private volatile java.lang.Object outputUriPrefix_ = ""; /** - * - * *
    * The output URI. Currently only supports Google Cloud Storage URIs of the
    * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -208,7 +173,6 @@ public com.google.protobuf.ByteString getCollectionIdsBytes(int index) {
    * 
* * string output_uri_prefix = 3; - * * @return The outputUriPrefix. */ @java.lang.Override @@ -217,15 +181,14 @@ public java.lang.String getOutputUriPrefix() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); outputUriPrefix_ = s; return s; } } /** - * - * *
    * The output URI. Currently only supports Google Cloud Storage URIs of the
    * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -238,15 +201,16 @@ public java.lang.String getOutputUriPrefix() {
    * 
* * string output_uri_prefix = 3; - * * @return The bytes for outputUriPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString getOutputUriPrefixBytes() { + public com.google.protobuf.ByteString + getOutputUriPrefixBytes() { java.lang.Object ref = outputUriPrefix_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); outputUriPrefix_ = b; return b; } else { @@ -255,13 +219,10 @@ public com.google.protobuf.ByteString getOutputUriPrefixBytes() { } public static final int NAMESPACE_IDS_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -272,15 +233,13 @@ public com.google.protobuf.ByteString getOutputUriPrefixBytes() {
    * 
* * repeated string namespace_ids = 4; - * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList + getNamespaceIdsList() { return namespaceIds_; } /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -291,15 +250,12 @@ public com.google.protobuf.ProtocolStringList getNamespaceIdsList() {
    * 
* * repeated string namespace_ids = 4; - * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -310,7 +266,6 @@ public int getNamespaceIdsCount() {
    * 
* * repeated string namespace_ids = 4; - * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -318,8 +273,6 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -330,19 +283,17 @@ public java.lang.String getNamespaceIds(int index) {
    * 
* * repeated string namespace_ids = 4; - * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString + getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } public static final int SNAPSHOT_TIME_FIELD_NUMBER = 5; private com.google.protobuf.Timestamp snapshotTime_; /** - * - * *
    * The timestamp that corresponds to the version of the database to be
    * exported. The timestamp must be in the past, rounded to the minute and not
@@ -354,7 +305,6 @@ public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) {
    * 
* * .google.protobuf.Timestamp snapshot_time = 5; - * * @return Whether the snapshotTime field is set. */ @java.lang.Override @@ -362,8 +312,6 @@ public boolean hasSnapshotTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The timestamp that corresponds to the version of the database to be
    * exported. The timestamp must be in the past, rounded to the minute and not
@@ -375,18 +323,13 @@ public boolean hasSnapshotTime() {
    * 
* * .google.protobuf.Timestamp snapshot_time = 5; - * * @return The snapshotTime. */ @java.lang.Override public com.google.protobuf.Timestamp getSnapshotTime() { - return snapshotTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : snapshotTime_; + return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; } /** - * - * *
    * The timestamp that corresponds to the version of the database to be
    * exported. The timestamp must be in the past, rounded to the minute and not
@@ -401,13 +344,10 @@ public com.google.protobuf.Timestamp getSnapshotTime() {
    */
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
-    return snapshotTime_ == null
-        ? com.google.protobuf.Timestamp.getDefaultInstance()
-        : snapshotTime_;
+    return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_;
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -419,7 +359,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -467,7 +408,8 @@ public int getSerializedSize() {
       size += 1 * getNamespaceIdsList().size();
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getSnapshotTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(5, getSnapshotTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -477,21 +419,25 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.admin.v1.ExportDocumentsRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.admin.v1.ExportDocumentsRequest other =
-        (com.google.firestore.admin.v1.ExportDocumentsRequest) obj;
+    com.google.firestore.admin.v1.ExportDocumentsRequest other = (com.google.firestore.admin.v1.ExportDocumentsRequest) obj;
 
-    if (!getName().equals(other.getName())) return false;
-    if (!getCollectionIdsList().equals(other.getCollectionIdsList())) return false;
-    if (!getOutputUriPrefix().equals(other.getOutputUriPrefix())) return false;
-    if (!getNamespaceIdsList().equals(other.getNamespaceIdsList())) return false;
+    if (!getName()
+        .equals(other.getName())) return false;
+    if (!getCollectionIdsList()
+        .equals(other.getCollectionIdsList())) return false;
+    if (!getOutputUriPrefix()
+        .equals(other.getOutputUriPrefix())) return false;
+    if (!getNamespaceIdsList()
+        .equals(other.getNamespaceIdsList())) return false;
     if (hasSnapshotTime() != other.hasSnapshotTime()) return false;
     if (hasSnapshotTime()) {
-      if (!getSnapshotTime().equals(other.getSnapshotTime())) return false;
+      if (!getSnapshotTime()
+          .equals(other.getSnapshotTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -526,103 +472,98 @@ public int hashCode() {
   }
 
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.admin.v1.ExportDocumentsRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.ExportDocumentsRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.admin.v1.ExportDocumentsRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The request for
    * [FirestoreAdmin.ExportDocuments][google.firestore.admin.v1.FirestoreAdmin.ExportDocuments].
@@ -630,23 +571,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.ExportDocumentsRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ExportDocumentsRequest)
       com.google.firestore.admin.v1.ExportDocumentsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ExportDocumentsRequest.class,
-              com.google.firestore.admin.v1.ExportDocumentsRequest.Builder.class);
+              com.google.firestore.admin.v1.ExportDocumentsRequest.class, com.google.firestore.admin.v1.ExportDocumentsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ExportDocumentsRequest.newBuilder()
@@ -654,25 +593,27 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getSnapshotTimeFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
       bitField0_ = 0;
       name_ = "";
-      collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+      collectionIds_ =
+          com.google.protobuf.LazyStringArrayList.emptyList();
       outputUriPrefix_ = "";
-      namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+      namespaceIds_ =
+          com.google.protobuf.LazyStringArrayList.emptyList();
       snapshotTime_ = null;
       if (snapshotTimeBuilder_ != null) {
         snapshotTimeBuilder_.dispose();
@@ -682,9 +623,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -703,11 +644,8 @@ public com.google.firestore.admin.v1.ExportDocumentsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ExportDocumentsRequest buildPartial() {
-      com.google.firestore.admin.v1.ExportDocumentsRequest result =
-          new com.google.firestore.admin.v1.ExportDocumentsRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.ExportDocumentsRequest result = new com.google.firestore.admin.v1.ExportDocumentsRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -730,8 +668,9 @@ private void buildPartial0(com.google.firestore.admin.v1.ExportDocumentsRequest
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.snapshotTime_ =
-            snapshotTimeBuilder_ == null ? snapshotTime_ : snapshotTimeBuilder_.build();
+        result.snapshotTime_ = snapshotTimeBuilder_ == null
+            ? snapshotTime_
+            : snapshotTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -741,39 +680,38 @@ private void buildPartial0(com.google.firestore.admin.v1.ExportDocumentsRequest
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ExportDocumentsRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.ExportDocumentsRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.ExportDocumentsRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -781,8 +719,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ExportDocumentsRequest other) {
-      if (other == com.google.firestore.admin.v1.ExportDocumentsRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.ExportDocumentsRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -842,45 +779,41 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureCollectionIdsIsMutable();
-                collectionIds_.add(s);
-                break;
-              } // case 18
-            case 26:
-              {
-                outputUriPrefix_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            case 34:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureNamespaceIdsIsMutable();
-                namespaceIds_.add(s);
-                break;
-              } // case 34
-            case 42:
-              {
-                input.readMessage(getSnapshotTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 42
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureCollectionIdsIsMutable();
+              collectionIds_.add(s);
+              break;
+            } // case 18
+            case 26: {
+              outputUriPrefix_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            case 34: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureNamespaceIdsIsMutable();
+              namespaceIds_.add(s);
+              break;
+            } // case 34
+            case 42: {
+              input.readMessage(
+                  getSnapshotTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 42
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -890,28 +823,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. Database to export. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -920,24 +848,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. Database to export. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -945,41 +870,30 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. Database to export. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. Database to export. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { @@ -989,24 +903,18 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. Database to export. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -1016,7 +924,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureCollectionIdsIsMutable() { if (!collectionIds_.isModifiable()) { collectionIds_ = new com.google.protobuf.LazyStringArrayList(collectionIds_); @@ -1024,43 +931,38 @@ private void ensureCollectionIdsIsMutable() { bitField0_ |= 0x00000002; } /** - * - * *
-     * Which collection ids to export. Unspecified means all collections.
+     * Which collection ids to export. Unspecified means all collections. Each
+     * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList + getCollectionIdsList() { collectionIds_.makeImmutable(); return collectionIds_; } /** - * - * *
-     * Which collection ids to export. Unspecified means all collections.
+     * Which collection ids to export. Unspecified means all collections. Each
+     * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** - * - * *
-     * Which collection ids to export. Unspecified means all collections.
+     * Which collection ids to export. Unspecified means all collections. Each
+     * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -1068,37 +970,33 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** - * - * *
-     * Which collection ids to export. Unspecified means all collections.
+     * Which collection ids to export. Unspecified means all collections. Each
+     * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString + getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } /** - * - * *
-     * Which collection ids to export. Unspecified means all collections.
+     * Which collection ids to export. Unspecified means all collections. Each
+     * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @param index The index to set the value at. * @param value The collectionIds to set. * @return This builder for chaining. */ - public Builder setCollectionIds(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCollectionIds( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureCollectionIdsIsMutable(); collectionIds_.set(index, value); bitField0_ |= 0x00000002; @@ -1106,21 +1004,18 @@ public Builder setCollectionIds(int index, java.lang.String value) { return this; } /** - * - * *
-     * Which collection ids to export. Unspecified means all collections.
+     * Which collection ids to export. Unspecified means all collections. Each
+     * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @param value The collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIds(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addCollectionIds( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureCollectionIdsIsMutable(); collectionIds_.add(value); bitField0_ |= 0x00000002; @@ -1128,58 +1023,53 @@ public Builder addCollectionIds(java.lang.String value) { return this; } /** - * - * *
-     * Which collection ids to export. Unspecified means all collections.
+     * Which collection ids to export. Unspecified means all collections. Each
+     * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @param values The collectionIds to add. * @return This builder for chaining. */ - public Builder addAllCollectionIds(java.lang.Iterable values) { + public Builder addAllCollectionIds( + java.lang.Iterable values) { ensureCollectionIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, collectionIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, collectionIds_); bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
-     * Which collection ids to export. Unspecified means all collections.
+     * Which collection ids to export. Unspecified means all collections. Each
+     * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @return This builder for chaining. */ public Builder clearCollectionIds() { - collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000002); - ; + collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002);; onChanged(); return this; } /** - * - * *
-     * Which collection ids to export. Unspecified means all collections.
+     * Which collection ids to export. Unspecified means all collections. Each
+     * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @param value The bytes of the collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addCollectionIdsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureCollectionIdsIsMutable(); collectionIds_.add(value); @@ -1190,8 +1080,6 @@ public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { private java.lang.Object outputUriPrefix_ = ""; /** - * - * *
      * The output URI. Currently only supports Google Cloud Storage URIs of the
      * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -1204,13 +1092,13 @@ public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) {
      * 
* * string output_uri_prefix = 3; - * * @return The outputUriPrefix. */ public java.lang.String getOutputUriPrefix() { java.lang.Object ref = outputUriPrefix_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); outputUriPrefix_ = s; return s; @@ -1219,8 +1107,6 @@ public java.lang.String getOutputUriPrefix() { } } /** - * - * *
      * The output URI. Currently only supports Google Cloud Storage URIs of the
      * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -1233,14 +1119,15 @@ public java.lang.String getOutputUriPrefix() {
      * 
* * string output_uri_prefix = 3; - * * @return The bytes for outputUriPrefix. */ - public com.google.protobuf.ByteString getOutputUriPrefixBytes() { + public com.google.protobuf.ByteString + getOutputUriPrefixBytes() { java.lang.Object ref = outputUriPrefix_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); outputUriPrefix_ = b; return b; } else { @@ -1248,8 +1135,6 @@ public com.google.protobuf.ByteString getOutputUriPrefixBytes() { } } /** - * - * *
      * The output URI. Currently only supports Google Cloud Storage URIs of the
      * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -1262,22 +1147,18 @@ public com.google.protobuf.ByteString getOutputUriPrefixBytes() {
      * 
* * string output_uri_prefix = 3; - * * @param value The outputUriPrefix to set. * @return This builder for chaining. */ - public Builder setOutputUriPrefix(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setOutputUriPrefix( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } outputUriPrefix_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * The output URI. Currently only supports Google Cloud Storage URIs of the
      * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -1290,7 +1171,6 @@ public Builder setOutputUriPrefix(java.lang.String value) {
      * 
* * string output_uri_prefix = 3; - * * @return This builder for chaining. */ public Builder clearOutputUriPrefix() { @@ -1300,8 +1180,6 @@ public Builder clearOutputUriPrefix() { return this; } /** - * - * *
      * The output URI. Currently only supports Google Cloud Storage URIs of the
      * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -1314,14 +1192,12 @@ public Builder clearOutputUriPrefix() {
      * 
* * string output_uri_prefix = 3; - * * @param value The bytes for outputUriPrefix to set. * @return This builder for chaining. */ - public Builder setOutputUriPrefixBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setOutputUriPrefixBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); outputUriPrefix_ = value; bitField0_ |= 0x00000004; @@ -1331,7 +1207,6 @@ public Builder setOutputUriPrefixBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureNamespaceIdsIsMutable() { if (!namespaceIds_.isModifiable()) { namespaceIds_ = new com.google.protobuf.LazyStringArrayList(namespaceIds_); @@ -1339,8 +1214,6 @@ private void ensureNamespaceIdsIsMutable() { bitField0_ |= 0x00000008; } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1351,16 +1224,14 @@ private void ensureNamespaceIdsIsMutable() {
      * 
* * repeated string namespace_ids = 4; - * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList + getNamespaceIdsList() { namespaceIds_.makeImmutable(); return namespaceIds_; } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1371,15 +1242,12 @@ public com.google.protobuf.ProtocolStringList getNamespaceIdsList() {
      * 
* * repeated string namespace_ids = 4; - * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1390,7 +1258,6 @@ public int getNamespaceIdsCount() {
      * 
* * repeated string namespace_ids = 4; - * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -1398,8 +1265,6 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1410,16 +1275,14 @@ public java.lang.String getNamespaceIds(int index) {
      * 
* * repeated string namespace_ids = 4; - * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString + getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1430,15 +1293,13 @@ public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) {
      * 
* * repeated string namespace_ids = 4; - * * @param index The index to set the value at. * @param value The namespaceIds to set. * @return This builder for chaining. */ - public Builder setNamespaceIds(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNamespaceIds( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureNamespaceIdsIsMutable(); namespaceIds_.set(index, value); bitField0_ |= 0x00000008; @@ -1446,8 +1307,6 @@ public Builder setNamespaceIds(int index, java.lang.String value) { return this; } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1458,14 +1317,12 @@ public Builder setNamespaceIds(int index, java.lang.String value) {
      * 
* * repeated string namespace_ids = 4; - * * @param value The namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIds(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addNamespaceIds( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); bitField0_ |= 0x00000008; @@ -1473,8 +1330,6 @@ public Builder addNamespaceIds(java.lang.String value) { return this; } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1485,20 +1340,19 @@ public Builder addNamespaceIds(java.lang.String value) {
      * 
* * repeated string namespace_ids = 4; - * * @param values The namespaceIds to add. * @return This builder for chaining. */ - public Builder addAllNamespaceIds(java.lang.Iterable values) { + public Builder addAllNamespaceIds( + java.lang.Iterable values) { ensureNamespaceIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, namespaceIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, namespaceIds_); bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1509,19 +1363,16 @@ public Builder addAllNamespaceIds(java.lang.Iterable values) {
      * 
* * repeated string namespace_ids = 4; - * * @return This builder for chaining. */ public Builder clearNamespaceIds() { - namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000008); - ; + namespaceIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000008);; onChanged(); return this; } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1532,14 +1383,12 @@ public Builder clearNamespaceIds() {
      * 
* * repeated string namespace_ids = 4; - * * @param value The bytes of the namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addNamespaceIdsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); @@ -1550,13 +1399,8 @@ public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.Timestamp snapshotTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - snapshotTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> snapshotTimeBuilder_; /** - * - * *
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1568,15 +1412,12 @@ public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.protobuf.Timestamp snapshot_time = 5; - * * @return Whether the snapshotTime field is set. */ public boolean hasSnapshotTime() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1588,21 +1429,16 @@ public boolean hasSnapshotTime() {
      * 
* * .google.protobuf.Timestamp snapshot_time = 5; - * * @return The snapshotTime. */ public com.google.protobuf.Timestamp getSnapshotTime() { if (snapshotTimeBuilder_ == null) { - return snapshotTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : snapshotTime_; + return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; } else { return snapshotTimeBuilder_.getMessage(); } } /** - * - * *
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1629,8 +1465,6 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1643,7 +1477,8 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp snapshot_time = 5;
      */
-    public Builder setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setSnapshotTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (snapshotTimeBuilder_ == null) {
         snapshotTime_ = builderForValue.build();
       } else {
@@ -1654,8 +1489,6 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForV
       return this;
     }
     /**
-     *
-     *
      * 
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1670,9 +1503,9 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForV
      */
     public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) {
       if (snapshotTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000010) != 0)
-            && snapshotTime_ != null
-            && snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000010) != 0) &&
+          snapshotTime_ != null &&
+          snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getSnapshotTimeBuilder().mergeFrom(value);
         } else {
           snapshotTime_ = value;
@@ -1687,8 +1520,6 @@ public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1712,8 +1543,6 @@ public Builder clearSnapshotTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1732,8 +1561,6 @@ public com.google.protobuf.Timestamp.Builder getSnapshotTimeBuilder() {
       return getSnapshotTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1750,14 +1577,11 @@ public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
       if (snapshotTimeBuilder_ != null) {
         return snapshotTimeBuilder_.getMessageOrBuilder();
       } else {
-        return snapshotTime_ == null
-            ? com.google.protobuf.Timestamp.getDefaultInstance()
-            : snapshotTime_;
+        return snapshotTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1771,24 +1595,21 @@ public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
      * .google.protobuf.Timestamp snapshot_time = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getSnapshotTimeFieldBuilder() {
       if (snapshotTimeBuilder_ == null) {
-        snapshotTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getSnapshotTime(), getParentForChildren(), isClean());
+        snapshotTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getSnapshotTime(),
+                getParentForChildren(),
+                isClean());
         snapshotTime_ = null;
       }
       return snapshotTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1798,12 +1619,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ExportDocumentsRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ExportDocumentsRequest)
   private static final com.google.firestore.admin.v1.ExportDocumentsRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ExportDocumentsRequest();
   }
@@ -1812,27 +1633,27 @@ public static com.google.firestore.admin.v1.ExportDocumentsRequest getDefaultIns
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public ExportDocumentsRequest parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public ExportDocumentsRequest parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1847,4 +1668,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.admin.v1.ExportDocumentsRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequestOrBuilder.java
similarity index 82%
rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequestOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequestOrBuilder.java
index 1744f8271..6c9c5b44c 100644
--- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequestOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequestOrBuilder.java
@@ -1,114 +1,81 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/firestore_admin.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.admin.v1;
 
-public interface ExportDocumentsRequestOrBuilder
-    extends
+public interface ExportDocumentsRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ExportDocumentsRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. Database to export. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ java.lang.String getName(); /** - * - * *
    * Required. Database to export. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
-   * Which collection ids to export. Unspecified means all collections.
+   * Which collection ids to export. Unspecified means all collections. Each
+   * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @return A list containing the collectionIds. */ - java.util.List getCollectionIdsList(); + java.util.List + getCollectionIdsList(); /** - * - * *
-   * Which collection ids to export. Unspecified means all collections.
+   * Which collection ids to export. Unspecified means all collections. Each
+   * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @return The count of collectionIds. */ int getCollectionIdsCount(); /** - * - * *
-   * Which collection ids to export. Unspecified means all collections.
+   * Which collection ids to export. Unspecified means all collections. Each
+   * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ java.lang.String getCollectionIds(int index); /** - * - * *
-   * Which collection ids to export. Unspecified means all collections.
+   * Which collection ids to export. Unspecified means all collections. Each
+   * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - com.google.protobuf.ByteString getCollectionIdsBytes(int index); + com.google.protobuf.ByteString + getCollectionIdsBytes(int index); /** - * - * *
    * The output URI. Currently only supports Google Cloud Storage URIs of the
    * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -121,13 +88,10 @@ public interface ExportDocumentsRequestOrBuilder
    * 
* * string output_uri_prefix = 3; - * * @return The outputUriPrefix. */ java.lang.String getOutputUriPrefix(); /** - * - * *
    * The output URI. Currently only supports Google Cloud Storage URIs of the
    * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -140,14 +104,12 @@ public interface ExportDocumentsRequestOrBuilder
    * 
* * string output_uri_prefix = 3; - * * @return The bytes for outputUriPrefix. */ - com.google.protobuf.ByteString getOutputUriPrefixBytes(); + com.google.protobuf.ByteString + getOutputUriPrefixBytes(); /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -158,13 +120,11 @@ public interface ExportDocumentsRequestOrBuilder
    * 
* * repeated string namespace_ids = 4; - * * @return A list containing the namespaceIds. */ - java.util.List getNamespaceIdsList(); + java.util.List + getNamespaceIdsList(); /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -175,13 +135,10 @@ public interface ExportDocumentsRequestOrBuilder
    * 
* * repeated string namespace_ids = 4; - * * @return The count of namespaceIds. */ int getNamespaceIdsCount(); /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -192,14 +149,11 @@ public interface ExportDocumentsRequestOrBuilder
    * 
* * repeated string namespace_ids = 4; - * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ java.lang.String getNamespaceIds(int index); /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -210,15 +164,13 @@ public interface ExportDocumentsRequestOrBuilder
    * 
* * repeated string namespace_ids = 4; - * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - com.google.protobuf.ByteString getNamespaceIdsBytes(int index); + com.google.protobuf.ByteString + getNamespaceIdsBytes(int index); /** - * - * *
    * The timestamp that corresponds to the version of the database to be
    * exported. The timestamp must be in the past, rounded to the minute and not
@@ -230,13 +182,10 @@ public interface ExportDocumentsRequestOrBuilder
    * 
* * .google.protobuf.Timestamp snapshot_time = 5; - * * @return Whether the snapshotTime field is set. */ boolean hasSnapshotTime(); /** - * - * *
    * The timestamp that corresponds to the version of the database to be
    * exported. The timestamp must be in the past, rounded to the minute and not
@@ -248,13 +197,10 @@ public interface ExportDocumentsRequestOrBuilder
    * 
* * .google.protobuf.Timestamp snapshot_time = 5; - * * @return The snapshotTime. */ com.google.protobuf.Timestamp getSnapshotTime(); /** - * - * *
    * The timestamp that corresponds to the version of the database to be
    * exported. The timestamp must be in the past, rounded to the minute and not
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java
similarity index 67%
rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java
index 564098d3a..e323f40ed 100644
--- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/operation.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.admin.v1;
 
 /**
- *
- *
  * 
  * Returned in the [google.longrunning.Operation][google.longrunning.Operation]
  * response field.
@@ -29,48 +12,43 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ExportDocumentsResponse}
  */
-public final class ExportDocumentsResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ExportDocumentsResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ExportDocumentsResponse)
     ExportDocumentsResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ExportDocumentsResponse.newBuilder() to construct.
   private ExportDocumentsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ExportDocumentsResponse() {
     outputUriPrefix_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ExportDocumentsResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto
-        .internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto
-        .internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ExportDocumentsResponse.class,
-            com.google.firestore.admin.v1.ExportDocumentsResponse.Builder.class);
+            com.google.firestore.admin.v1.ExportDocumentsResponse.class, com.google.firestore.admin.v1.ExportDocumentsResponse.Builder.class);
   }
 
   public static final int OUTPUT_URI_PREFIX_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object outputUriPrefix_ = "";
   /**
-   *
-   *
    * 
    * Location of the output files. This can be used to begin an import
    * into Cloud Firestore (this project or another project) after the operation
@@ -78,7 +56,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string output_uri_prefix = 1; - * * @return The outputUriPrefix. */ @java.lang.Override @@ -87,15 +64,14 @@ public java.lang.String getOutputUriPrefix() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); outputUriPrefix_ = s; return s; } } /** - * - * *
    * Location of the output files. This can be used to begin an import
    * into Cloud Firestore (this project or another project) after the operation
@@ -103,15 +79,16 @@ public java.lang.String getOutputUriPrefix() {
    * 
* * string output_uri_prefix = 1; - * * @return The bytes for outputUriPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString getOutputUriPrefixBytes() { + public com.google.protobuf.ByteString + getOutputUriPrefixBytes() { java.lang.Object ref = outputUriPrefix_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); outputUriPrefix_ = b; return b; } else { @@ -120,7 +97,6 @@ public com.google.protobuf.ByteString getOutputUriPrefixBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -132,7 +108,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(outputUriPrefix_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, outputUriPrefix_); } @@ -156,15 +133,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ExportDocumentsResponse)) { return super.equals(obj); } - com.google.firestore.admin.v1.ExportDocumentsResponse other = - (com.google.firestore.admin.v1.ExportDocumentsResponse) obj; + com.google.firestore.admin.v1.ExportDocumentsResponse other = (com.google.firestore.admin.v1.ExportDocumentsResponse) obj; - if (!getOutputUriPrefix().equals(other.getOutputUriPrefix())) return false; + if (!getOutputUriPrefix() + .equals(other.getOutputUriPrefix())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -184,104 +161,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ExportDocumentsResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ExportDocumentsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ExportDocumentsResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.admin.v1.ExportDocumentsResponse prototype) { + public static Builder newBuilder(com.google.firestore.admin.v1.ExportDocumentsResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Returned in the [google.longrunning.Operation][google.longrunning.Operation]
    * response field.
@@ -289,32 +260,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.ExportDocumentsResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ExportDocumentsResponse)
       com.google.firestore.admin.v1.ExportDocumentsResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ExportDocumentsResponse.class,
-              com.google.firestore.admin.v1.ExportDocumentsResponse.Builder.class);
+              com.google.firestore.admin.v1.ExportDocumentsResponse.class, com.google.firestore.admin.v1.ExportDocumentsResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ExportDocumentsResponse.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -324,9 +296,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor;
     }
 
     @java.lang.Override
@@ -345,11 +317,8 @@ public com.google.firestore.admin.v1.ExportDocumentsResponse build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ExportDocumentsResponse buildPartial() {
-      com.google.firestore.admin.v1.ExportDocumentsResponse result =
-          new com.google.firestore.admin.v1.ExportDocumentsResponse(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.ExportDocumentsResponse result = new com.google.firestore.admin.v1.ExportDocumentsResponse(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -365,39 +334,38 @@ private void buildPartial0(com.google.firestore.admin.v1.ExportDocumentsResponse
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ExportDocumentsResponse) {
-        return mergeFrom((com.google.firestore.admin.v1.ExportDocumentsResponse) other);
+        return mergeFrom((com.google.firestore.admin.v1.ExportDocumentsResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -405,8 +373,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ExportDocumentsResponse other) {
-      if (other == com.google.firestore.admin.v1.ExportDocumentsResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.ExportDocumentsResponse.getDefaultInstance()) return this;
       if (!other.getOutputUriPrefix().isEmpty()) {
         outputUriPrefix_ = other.outputUriPrefix_;
         bitField0_ |= 0x00000001;
@@ -438,19 +405,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                outputUriPrefix_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              outputUriPrefix_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -460,13 +425,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object outputUriPrefix_ = "";
     /**
-     *
-     *
      * 
      * Location of the output files. This can be used to begin an import
      * into Cloud Firestore (this project or another project) after the operation
@@ -474,13 +436,13 @@ public Builder mergeFrom(
      * 
* * string output_uri_prefix = 1; - * * @return The outputUriPrefix. */ public java.lang.String getOutputUriPrefix() { java.lang.Object ref = outputUriPrefix_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); outputUriPrefix_ = s; return s; @@ -489,8 +451,6 @@ public java.lang.String getOutputUriPrefix() { } } /** - * - * *
      * Location of the output files. This can be used to begin an import
      * into Cloud Firestore (this project or another project) after the operation
@@ -498,14 +458,15 @@ public java.lang.String getOutputUriPrefix() {
      * 
* * string output_uri_prefix = 1; - * * @return The bytes for outputUriPrefix. */ - public com.google.protobuf.ByteString getOutputUriPrefixBytes() { + public com.google.protobuf.ByteString + getOutputUriPrefixBytes() { java.lang.Object ref = outputUriPrefix_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); outputUriPrefix_ = b; return b; } else { @@ -513,8 +474,6 @@ public com.google.protobuf.ByteString getOutputUriPrefixBytes() { } } /** - * - * *
      * Location of the output files. This can be used to begin an import
      * into Cloud Firestore (this project or another project) after the operation
@@ -522,22 +481,18 @@ public com.google.protobuf.ByteString getOutputUriPrefixBytes() {
      * 
* * string output_uri_prefix = 1; - * * @param value The outputUriPrefix to set. * @return This builder for chaining. */ - public Builder setOutputUriPrefix(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setOutputUriPrefix( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } outputUriPrefix_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Location of the output files. This can be used to begin an import
      * into Cloud Firestore (this project or another project) after the operation
@@ -545,7 +500,6 @@ public Builder setOutputUriPrefix(java.lang.String value) {
      * 
* * string output_uri_prefix = 1; - * * @return This builder for chaining. */ public Builder clearOutputUriPrefix() { @@ -555,8 +509,6 @@ public Builder clearOutputUriPrefix() { return this; } /** - * - * *
      * Location of the output files. This can be used to begin an import
      * into Cloud Firestore (this project or another project) after the operation
@@ -564,23 +516,21 @@ public Builder clearOutputUriPrefix() {
      * 
* * string output_uri_prefix = 1; - * * @param value The bytes for outputUriPrefix to set. * @return This builder for chaining. */ - public Builder setOutputUriPrefixBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setOutputUriPrefixBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); outputUriPrefix_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -590,12 +540,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ExportDocumentsResponse) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ExportDocumentsResponse) private static final com.google.firestore.admin.v1.ExportDocumentsResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ExportDocumentsResponse(); } @@ -604,27 +554,27 @@ public static com.google.firestore.admin.v1.ExportDocumentsResponse getDefaultIn return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ExportDocumentsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ExportDocumentsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -639,4 +589,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ExportDocumentsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponseOrBuilder.java similarity index 56% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponseOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponseOrBuilder.java index 842726a08..ee0f57cd0 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponseOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponseOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ExportDocumentsResponseOrBuilder - extends +public interface ExportDocumentsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ExportDocumentsResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Location of the output files. This can be used to begin an import
    * into Cloud Firestore (this project or another project) after the operation
@@ -34,13 +16,10 @@ public interface ExportDocumentsResponseOrBuilder
    * 
* * string output_uri_prefix = 1; - * * @return The outputUriPrefix. */ java.lang.String getOutputUriPrefix(); /** - * - * *
    * Location of the output files. This can be used to begin an import
    * into Cloud Firestore (this project or another project) after the operation
@@ -48,8 +27,8 @@ public interface ExportDocumentsResponseOrBuilder
    * 
* * string output_uri_prefix = 1; - * * @return The bytes for outputUriPrefix. */ - com.google.protobuf.ByteString getOutputUriPrefixBytes(); + com.google.protobuf.ByteString + getOutputUriPrefixBytes(); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Field.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Field.java similarity index 70% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Field.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Field.java index 27fff53b1..4f2160b11 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Field.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Field.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/field.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * Represents a single field in the database.
  *
@@ -31,59 +14,53 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.Field}
  */
-public final class Field extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Field extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Field)
     FieldOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Field.newBuilder() to construct.
   private Field(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Field() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Field();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FieldProto
-        .internal_static_google_firestore_admin_v1_Field_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FieldProto
-        .internal_static_google_firestore_admin_v1_Field_fieldAccessorTable
+    return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.Field.class,
-            com.google.firestore.admin.v1.Field.Builder.class);
+            com.google.firestore.admin.v1.Field.class, com.google.firestore.admin.v1.Field.Builder.class);
   }
 
-  public interface IndexConfigOrBuilder
-      extends
+  public interface IndexConfigOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Field.IndexConfig)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * The indexes supported for this field.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - java.util.List getIndexesList(); + java.util.List + getIndexesList(); /** - * - * *
      * The indexes supported for this field.
      * 
@@ -92,8 +69,6 @@ public interface IndexConfigOrBuilder */ com.google.firestore.admin.v1.Index getIndexes(int index); /** - * - * *
      * The indexes supported for this field.
      * 
@@ -102,30 +77,25 @@ public interface IndexConfigOrBuilder */ int getIndexesCount(); /** - * - * *
      * The indexes supported for this field.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - java.util.List + java.util.List getIndexesOrBuilderList(); /** - * - * *
      * The indexes supported for this field.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int index); + com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( + int index); /** - * - * *
      * Output only. When true, the `Field`'s index configuration is set from the
      * configuration specified by the `ancestor_field`.
@@ -133,45 +103,37 @@ public interface IndexConfigOrBuilder
      * 
* * bool uses_ancestor_config = 2; - * * @return The usesAncestorConfig. */ boolean getUsesAncestorConfig(); /** - * - * *
-     * Output only. Specifies the resource name of the `Field` from which this field's
-     * index configuration is set (when `uses_ancestor_config` is true),
+     * Output only. Specifies the resource name of the `Field` from which this
+     * field's index configuration is set (when `uses_ancestor_config` is true),
      * or from which it *would* be set if this field had no index configuration
      * (when `uses_ancestor_config` is false).
      * 
* * string ancestor_field = 3; - * * @return The ancestorField. */ java.lang.String getAncestorField(); /** - * - * *
-     * Output only. Specifies the resource name of the `Field` from which this field's
-     * index configuration is set (when `uses_ancestor_config` is true),
+     * Output only. Specifies the resource name of the `Field` from which this
+     * field's index configuration is set (when `uses_ancestor_config` is true),
      * or from which it *would* be set if this field had no index configuration
      * (when `uses_ancestor_config` is false).
      * 
* * string ancestor_field = 3; - * * @return The bytes for ancestorField. */ - com.google.protobuf.ByteString getAncestorFieldBytes(); + com.google.protobuf.ByteString + getAncestorFieldBytes(); /** - * - * *
      * Output only
      * When true, the `Field`'s index configuration is in the process of being
@@ -181,30 +143,26 @@ public interface IndexConfigOrBuilder
      * 
* * bool reverting = 4; - * * @return The reverting. */ boolean getReverting(); } /** - * - * *
    * The index configuration for this field.
    * 
* * Protobuf type {@code google.firestore.admin.v1.Field.IndexConfig} */ - public static final class IndexConfig extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class IndexConfig extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Field.IndexConfig) IndexConfigOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use IndexConfig.newBuilder() to construct. private IndexConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private IndexConfig() { indexes_ = java.util.Collections.emptyList(); ancestorField_ = ""; @@ -212,32 +170,28 @@ private IndexConfig() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new IndexConfig(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FieldProto - .internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FieldProto - .internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable + return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Field.IndexConfig.class, - com.google.firestore.admin.v1.Field.IndexConfig.Builder.class); + com.google.firestore.admin.v1.Field.IndexConfig.class, com.google.firestore.admin.v1.Field.IndexConfig.Builder.class); } public static final int INDEXES_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private java.util.List indexes_; /** - * - * *
      * The indexes supported for this field.
      * 
@@ -249,8 +203,6 @@ public java.util.List getIndexesList() { return indexes_; } /** - * - * *
      * The indexes supported for this field.
      * 
@@ -258,13 +210,11 @@ public java.util.List getIndexesList() { * repeated .google.firestore.admin.v1.Index indexes = 1; */ @java.lang.Override - public java.util.List + public java.util.List getIndexesOrBuilderList() { return indexes_; } /** - * - * *
      * The indexes supported for this field.
      * 
@@ -276,8 +226,6 @@ public int getIndexesCount() { return indexes_.size(); } /** - * - * *
      * The indexes supported for this field.
      * 
@@ -289,8 +237,6 @@ public com.google.firestore.admin.v1.Index getIndexes(int index) { return indexes_.get(index); } /** - * - * *
      * The indexes supported for this field.
      * 
@@ -298,15 +244,14 @@ public com.google.firestore.admin.v1.Index getIndexes(int index) { * repeated .google.firestore.admin.v1.Index indexes = 1; */ @java.lang.Override - public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int index) { + public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( + int index) { return indexes_.get(index); } public static final int USES_ANCESTOR_CONFIG_FIELD_NUMBER = 2; private boolean usesAncestorConfig_ = false; /** - * - * *
      * Output only. When true, the `Field`'s index configuration is set from the
      * configuration specified by the `ancestor_field`.
@@ -314,7 +259,6 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int inde
      * 
* * bool uses_ancestor_config = 2; - * * @return The usesAncestorConfig. */ @java.lang.Override @@ -323,21 +267,17 @@ public boolean getUsesAncestorConfig() { } public static final int ANCESTOR_FIELD_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private volatile java.lang.Object ancestorField_ = ""; /** - * - * *
-     * Output only. Specifies the resource name of the `Field` from which this field's
-     * index configuration is set (when `uses_ancestor_config` is true),
+     * Output only. Specifies the resource name of the `Field` from which this
+     * field's index configuration is set (when `uses_ancestor_config` is true),
      * or from which it *would* be set if this field had no index configuration
      * (when `uses_ancestor_config` is false).
      * 
* * string ancestor_field = 3; - * * @return The ancestorField. */ @java.lang.Override @@ -346,32 +286,32 @@ public java.lang.String getAncestorField() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); ancestorField_ = s; return s; } } /** - * - * *
-     * Output only. Specifies the resource name of the `Field` from which this field's
-     * index configuration is set (when `uses_ancestor_config` is true),
+     * Output only. Specifies the resource name of the `Field` from which this
+     * field's index configuration is set (when `uses_ancestor_config` is true),
      * or from which it *would* be set if this field had no index configuration
      * (when `uses_ancestor_config` is false).
      * 
* * string ancestor_field = 3; - * * @return The bytes for ancestorField. */ @java.lang.Override - public com.google.protobuf.ByteString getAncestorFieldBytes() { + public com.google.protobuf.ByteString + getAncestorFieldBytes() { java.lang.Object ref = ancestorField_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); ancestorField_ = b; return b; } else { @@ -382,8 +322,6 @@ public com.google.protobuf.ByteString getAncestorFieldBytes() { public static final int REVERTING_FIELD_NUMBER = 4; private boolean reverting_ = false; /** - * - * *
      * Output only
      * When true, the `Field`'s index configuration is in the process of being
@@ -393,7 +331,6 @@ public com.google.protobuf.ByteString getAncestorFieldBytes() {
      * 
* * bool reverting = 4; - * * @return The reverting. */ @java.lang.Override @@ -402,7 +339,6 @@ public boolean getReverting() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -414,7 +350,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < indexes_.size(); i++) { output.writeMessage(1, indexes_.get(i)); } @@ -437,16 +374,19 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < indexes_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, indexes_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, indexes_.get(i)); } if (usesAncestorConfig_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(2, usesAncestorConfig_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(2, usesAncestorConfig_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(ancestorField_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, ancestorField_); } if (reverting_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(4, reverting_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(4, reverting_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -456,18 +396,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Field.IndexConfig)) { return super.equals(obj); } - com.google.firestore.admin.v1.Field.IndexConfig other = - (com.google.firestore.admin.v1.Field.IndexConfig) obj; + com.google.firestore.admin.v1.Field.IndexConfig other = (com.google.firestore.admin.v1.Field.IndexConfig) obj; - if (!getIndexesList().equals(other.getIndexesList())) return false; - if (getUsesAncestorConfig() != other.getUsesAncestorConfig()) return false; - if (!getAncestorField().equals(other.getAncestorField())) return false; - if (getReverting() != other.getReverting()) return false; + if (!getIndexesList() + .equals(other.getIndexesList())) return false; + if (getUsesAncestorConfig() + != other.getUsesAncestorConfig()) return false; + if (!getAncestorField() + .equals(other.getAncestorField())) return false; + if (getReverting() + != other.getReverting()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -484,104 +427,102 @@ public int hashCode() { hash = (53 * hash) + getIndexesList().hashCode(); } hash = (37 * hash) + USES_ANCESTOR_CONFIG_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getUsesAncestorConfig()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getUsesAncestorConfig()); hash = (37 * hash) + ANCESTOR_FIELD_FIELD_NUMBER; hash = (53 * hash) + getAncestorField().hashCode(); hash = (37 * hash) + REVERTING_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getReverting()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getReverting()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Field.IndexConfig parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.Field.IndexConfig parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Field.IndexConfig parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.Field.IndexConfig prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -591,41 +532,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * The index configuration for this field.
      * 
* * Protobuf type {@code google.firestore.admin.v1.Field.IndexConfig} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Field.IndexConfig) com.google.firestore.admin.v1.Field.IndexConfigOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FieldProto - .internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FieldProto - .internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable + return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Field.IndexConfig.class, - com.google.firestore.admin.v1.Field.IndexConfig.Builder.class); + com.google.firestore.admin.v1.Field.IndexConfig.class, com.google.firestore.admin.v1.Field.IndexConfig.Builder.class); } // Construct using com.google.firestore.admin.v1.Field.IndexConfig.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -644,9 +583,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.admin.v1.FieldProto - .internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor; } @java.lang.Override @@ -665,18 +604,14 @@ public com.google.firestore.admin.v1.Field.IndexConfig build() { @java.lang.Override public com.google.firestore.admin.v1.Field.IndexConfig buildPartial() { - com.google.firestore.admin.v1.Field.IndexConfig result = - new com.google.firestore.admin.v1.Field.IndexConfig(this); + com.google.firestore.admin.v1.Field.IndexConfig result = new com.google.firestore.admin.v1.Field.IndexConfig(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } - private void buildPartialRepeatedFields( - com.google.firestore.admin.v1.Field.IndexConfig result) { + private void buildPartialRepeatedFields(com.google.firestore.admin.v1.Field.IndexConfig result) { if (indexesBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { indexes_ = java.util.Collections.unmodifiableList(indexes_); @@ -705,41 +640,38 @@ private void buildPartial0(com.google.firestore.admin.v1.Field.IndexConfig resul public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.Field.IndexConfig) { - return mergeFrom((com.google.firestore.admin.v1.Field.IndexConfig) other); + return mergeFrom((com.google.firestore.admin.v1.Field.IndexConfig)other); } else { super.mergeFrom(other); return this; @@ -747,8 +679,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.Field.IndexConfig other) { - if (other == com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance()) - return this; + if (other == com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance()) return this; if (indexesBuilder_ == null) { if (!other.indexes_.isEmpty()) { if (indexes_.isEmpty()) { @@ -767,10 +698,9 @@ public Builder mergeFrom(com.google.firestore.admin.v1.Field.IndexConfig other) indexesBuilder_ = null; indexes_ = other.indexes_; bitField0_ = (bitField0_ & ~0x00000001); - indexesBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getIndexesFieldBuilder() - : null; + indexesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getIndexesFieldBuilder() : null; } else { indexesBuilder_.addAllMessages(other.indexes_); } @@ -813,44 +743,40 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.firestore.admin.v1.Index m = - input.readMessage( - com.google.firestore.admin.v1.Index.parser(), extensionRegistry); - if (indexesBuilder_ == null) { - ensureIndexesIsMutable(); - indexes_.add(m); - } else { - indexesBuilder_.addMessage(m); - } - break; - } // case 10 - case 16: - { - usesAncestorConfig_ = input.readBool(); - bitField0_ |= 0x00000002; - break; - } // case 16 - case 26: - { - ancestorField_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000004; - break; - } // case 26 - case 32: - { - reverting_ = input.readBool(); - bitField0_ |= 0x00000008; - break; - } // case 32 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + com.google.firestore.admin.v1.Index m = + input.readMessage( + com.google.firestore.admin.v1.Index.parser(), + extensionRegistry); + if (indexesBuilder_ == null) { + ensureIndexesIsMutable(); + indexes_.add(m); + } else { + indexesBuilder_.addMessage(m); + } + break; + } // case 10 + case 16: { + usesAncestorConfig_ = input.readBool(); + bitField0_ |= 0x00000002; + break; + } // case 16 + case 26: { + ancestorField_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000004; + break; + } // case 26 + case 32: { + reverting_ = input.readBool(); + bitField0_ |= 0x00000008; + break; + } // case 32 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -860,28 +786,21 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.util.List indexes_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureIndexesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { indexes_ = new java.util.ArrayList(indexes_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Index, - com.google.firestore.admin.v1.Index.Builder, - com.google.firestore.admin.v1.IndexOrBuilder> - indexesBuilder_; + com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> indexesBuilder_; /** - * - * *
        * The indexes supported for this field.
        * 
@@ -896,8 +815,6 @@ public java.util.List getIndexesList() { } } /** - * - * *
        * The indexes supported for this field.
        * 
@@ -912,8 +829,6 @@ public int getIndexesCount() { } } /** - * - * *
        * The indexes supported for this field.
        * 
@@ -928,15 +843,14 @@ public com.google.firestore.admin.v1.Index getIndexes(int index) { } } /** - * - * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public Builder setIndexes(int index, com.google.firestore.admin.v1.Index value) { + public Builder setIndexes( + int index, com.google.firestore.admin.v1.Index value) { if (indexesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -950,8 +864,6 @@ public Builder setIndexes(int index, com.google.firestore.admin.v1.Index value) return this; } /** - * - * *
        * The indexes supported for this field.
        * 
@@ -970,8 +882,6 @@ public Builder setIndexes( return this; } /** - * - * *
        * The indexes supported for this field.
        * 
@@ -992,15 +902,14 @@ public Builder addIndexes(com.google.firestore.admin.v1.Index value) { return this; } /** - * - * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public Builder addIndexes(int index, com.google.firestore.admin.v1.Index value) { + public Builder addIndexes( + int index, com.google.firestore.admin.v1.Index value) { if (indexesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1014,15 +923,14 @@ public Builder addIndexes(int index, com.google.firestore.admin.v1.Index value) return this; } /** - * - * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public Builder addIndexes(com.google.firestore.admin.v1.Index.Builder builderForValue) { + public Builder addIndexes( + com.google.firestore.admin.v1.Index.Builder builderForValue) { if (indexesBuilder_ == null) { ensureIndexesIsMutable(); indexes_.add(builderForValue.build()); @@ -1033,8 +941,6 @@ public Builder addIndexes(com.google.firestore.admin.v1.Index.Builder builderFor return this; } /** - * - * *
        * The indexes supported for this field.
        * 
@@ -1053,8 +959,6 @@ public Builder addIndexes( return this; } /** - * - * *
        * The indexes supported for this field.
        * 
@@ -1065,7 +969,8 @@ public Builder addAllIndexes( java.lang.Iterable values) { if (indexesBuilder_ == null) { ensureIndexesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, indexes_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, indexes_); onChanged(); } else { indexesBuilder_.addAllMessages(values); @@ -1073,8 +978,6 @@ public Builder addAllIndexes( return this; } /** - * - * *
        * The indexes supported for this field.
        * 
@@ -1092,8 +995,6 @@ public Builder clearIndexes() { return this; } /** - * - * *
        * The indexes supported for this field.
        * 
@@ -1111,44 +1012,39 @@ public Builder removeIndexes(int index) { return this; } /** - * - * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public com.google.firestore.admin.v1.Index.Builder getIndexesBuilder(int index) { + public com.google.firestore.admin.v1.Index.Builder getIndexesBuilder( + int index) { return getIndexesFieldBuilder().getBuilder(index); } /** - * - * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int index) { + public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( + int index) { if (indexesBuilder_ == null) { - return indexes_.get(index); - } else { + return indexes_.get(index); } else { return indexesBuilder_.getMessageOrBuilder(index); } } /** - * - * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public java.util.List - getIndexesOrBuilderList() { + public java.util.List + getIndexesOrBuilderList() { if (indexesBuilder_ != null) { return indexesBuilder_.getMessageOrBuilderList(); } else { @@ -1156,8 +1052,6 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int inde } } /** - * - * *
        * The indexes supported for this field.
        * 
@@ -1165,56 +1059,49 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int inde * repeated .google.firestore.admin.v1.Index indexes = 1; */ public com.google.firestore.admin.v1.Index.Builder addIndexesBuilder() { - return getIndexesFieldBuilder() - .addBuilder(com.google.firestore.admin.v1.Index.getDefaultInstance()); + return getIndexesFieldBuilder().addBuilder( + com.google.firestore.admin.v1.Index.getDefaultInstance()); } /** - * - * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public com.google.firestore.admin.v1.Index.Builder addIndexesBuilder(int index) { - return getIndexesFieldBuilder() - .addBuilder(index, com.google.firestore.admin.v1.Index.getDefaultInstance()); + public com.google.firestore.admin.v1.Index.Builder addIndexesBuilder( + int index) { + return getIndexesFieldBuilder().addBuilder( + index, com.google.firestore.admin.v1.Index.getDefaultInstance()); } /** - * - * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public java.util.List getIndexesBuilderList() { + public java.util.List + getIndexesBuilderList() { return getIndexesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Index, - com.google.firestore.admin.v1.Index.Builder, - com.google.firestore.admin.v1.IndexOrBuilder> + com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> getIndexesFieldBuilder() { if (indexesBuilder_ == null) { - indexesBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Index, - com.google.firestore.admin.v1.Index.Builder, - com.google.firestore.admin.v1.IndexOrBuilder>( - indexes_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + indexesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder>( + indexes_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); indexes_ = null; } return indexesBuilder_; } - private boolean usesAncestorConfig_; + private boolean usesAncestorConfig_ ; /** - * - * *
        * Output only. When true, the `Field`'s index configuration is set from the
        * configuration specified by the `ancestor_field`.
@@ -1222,7 +1109,6 @@ public java.util.List getIndexesBui
        * 
* * bool uses_ancestor_config = 2; - * * @return The usesAncestorConfig. */ @java.lang.Override @@ -1230,8 +1116,6 @@ public boolean getUsesAncestorConfig() { return usesAncestorConfig_; } /** - * - * *
        * Output only. When true, the `Field`'s index configuration is set from the
        * configuration specified by the `ancestor_field`.
@@ -1239,7 +1123,6 @@ public boolean getUsesAncestorConfig() {
        * 
* * bool uses_ancestor_config = 2; - * * @param value The usesAncestorConfig to set. * @return This builder for chaining. */ @@ -1251,8 +1134,6 @@ public Builder setUsesAncestorConfig(boolean value) { return this; } /** - * - * *
        * Output only. When true, the `Field`'s index configuration is set from the
        * configuration specified by the `ancestor_field`.
@@ -1260,7 +1141,6 @@ public Builder setUsesAncestorConfig(boolean value) {
        * 
* * bool uses_ancestor_config = 2; - * * @return This builder for chaining. */ public Builder clearUsesAncestorConfig() { @@ -1272,23 +1152,21 @@ public Builder clearUsesAncestorConfig() { private java.lang.Object ancestorField_ = ""; /** - * - * *
-       * Output only. Specifies the resource name of the `Field` from which this field's
-       * index configuration is set (when `uses_ancestor_config` is true),
+       * Output only. Specifies the resource name of the `Field` from which this
+       * field's index configuration is set (when `uses_ancestor_config` is true),
        * or from which it *would* be set if this field had no index configuration
        * (when `uses_ancestor_config` is false).
        * 
* * string ancestor_field = 3; - * * @return The ancestorField. */ public java.lang.String getAncestorField() { java.lang.Object ref = ancestorField_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); ancestorField_ = s; return s; @@ -1297,24 +1175,23 @@ public java.lang.String getAncestorField() { } } /** - * - * *
-       * Output only. Specifies the resource name of the `Field` from which this field's
-       * index configuration is set (when `uses_ancestor_config` is true),
+       * Output only. Specifies the resource name of the `Field` from which this
+       * field's index configuration is set (when `uses_ancestor_config` is true),
        * or from which it *would* be set if this field had no index configuration
        * (when `uses_ancestor_config` is false).
        * 
* * string ancestor_field = 3; - * * @return The bytes for ancestorField. */ - public com.google.protobuf.ByteString getAncestorFieldBytes() { + public com.google.protobuf.ByteString + getAncestorFieldBytes() { java.lang.Object ref = ancestorField_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); ancestorField_ = b; return b; } else { @@ -1322,41 +1199,34 @@ public com.google.protobuf.ByteString getAncestorFieldBytes() { } } /** - * - * *
-       * Output only. Specifies the resource name of the `Field` from which this field's
-       * index configuration is set (when `uses_ancestor_config` is true),
+       * Output only. Specifies the resource name of the `Field` from which this
+       * field's index configuration is set (when `uses_ancestor_config` is true),
        * or from which it *would* be set if this field had no index configuration
        * (when `uses_ancestor_config` is false).
        * 
* * string ancestor_field = 3; - * * @param value The ancestorField to set. * @return This builder for chaining. */ - public Builder setAncestorField(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setAncestorField( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ancestorField_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
-       * Output only. Specifies the resource name of the `Field` from which this field's
-       * index configuration is set (when `uses_ancestor_config` is true),
+       * Output only. Specifies the resource name of the `Field` from which this
+       * field's index configuration is set (when `uses_ancestor_config` is true),
        * or from which it *would* be set if this field had no index configuration
        * (when `uses_ancestor_config` is false).
        * 
* * string ancestor_field = 3; - * * @return This builder for chaining. */ public Builder clearAncestorField() { @@ -1366,24 +1236,20 @@ public Builder clearAncestorField() { return this; } /** - * - * *
-       * Output only. Specifies the resource name of the `Field` from which this field's
-       * index configuration is set (when `uses_ancestor_config` is true),
+       * Output only. Specifies the resource name of the `Field` from which this
+       * field's index configuration is set (when `uses_ancestor_config` is true),
        * or from which it *would* be set if this field had no index configuration
        * (when `uses_ancestor_config` is false).
        * 
* * string ancestor_field = 3; - * * @param value The bytes for ancestorField to set. * @return This builder for chaining. */ - public Builder setAncestorFieldBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setAncestorFieldBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ancestorField_ = value; bitField0_ |= 0x00000004; @@ -1391,10 +1257,8 @@ public Builder setAncestorFieldBytes(com.google.protobuf.ByteString value) { return this; } - private boolean reverting_; + private boolean reverting_ ; /** - * - * *
        * Output only
        * When true, the `Field`'s index configuration is in the process of being
@@ -1404,7 +1268,6 @@ public Builder setAncestorFieldBytes(com.google.protobuf.ByteString value) {
        * 
* * bool reverting = 4; - * * @return The reverting. */ @java.lang.Override @@ -1412,8 +1275,6 @@ public boolean getReverting() { return reverting_; } /** - * - * *
        * Output only
        * When true, the `Field`'s index configuration is in the process of being
@@ -1423,7 +1284,6 @@ public boolean getReverting() {
        * 
* * bool reverting = 4; - * * @param value The reverting to set. * @return This builder for chaining. */ @@ -1435,8 +1295,6 @@ public Builder setReverting(boolean value) { return this; } /** - * - * *
        * Output only
        * When true, the `Field`'s index configuration is in the process of being
@@ -1446,7 +1304,6 @@ public Builder setReverting(boolean value) {
        * 
* * bool reverting = 4; - * * @return This builder for chaining. */ public Builder clearReverting() { @@ -1455,7 +1312,6 @@ public Builder clearReverting() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1468,12 +1324,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Field.IndexConfig) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Field.IndexConfig) private static final com.google.firestore.admin.v1.Field.IndexConfig DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Field.IndexConfig(); } @@ -1482,28 +1338,27 @@ public static com.google.firestore.admin.v1.Field.IndexConfig getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public IndexConfig parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public IndexConfig parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1518,103 +1373,89 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Field.IndexConfig getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface TtlConfigOrBuilder - extends + public interface TtlConfigOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Field.TtlConfig) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Output only. The state of the TTL configuration.
      * 
* - * - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ int getStateValue(); /** - * - * *
      * Output only. The state of the TTL configuration.
      * 
* - * - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ com.google.firestore.admin.v1.Field.TtlConfig.State getState(); } /** - * - * *
    * The TTL (time-to-live) configuration for documents that have this `Field`
    * set.
+   *
    * Storing a timestamp value into a TTL-enabled field will be treated as
-   * the document's absolute expiration time. Using any other data type or
-   * leaving the field absent will disable the TTL for the individual document.
+   * the document's absolute expiration time. Timestamp values in the past
+   * indicate that the document is eligible for immediate expiration. Using any
+   * other data type or leaving the field absent will disable expiration for the
+   * individual document.
    * 
* * Protobuf type {@code google.firestore.admin.v1.Field.TtlConfig} */ - public static final class TtlConfig extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class TtlConfig extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Field.TtlConfig) TtlConfigOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use TtlConfig.newBuilder() to construct. private TtlConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private TtlConfig() { state_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new TtlConfig(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FieldProto - .internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FieldProto - .internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable + return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Field.TtlConfig.class, - com.google.firestore.admin.v1.Field.TtlConfig.Builder.class); + com.google.firestore.admin.v1.Field.TtlConfig.class, com.google.firestore.admin.v1.Field.TtlConfig.Builder.class); } /** - * - * *
      * The state of applying the TTL configuration to all documents.
      * 
* * Protobuf enum {@code google.firestore.admin.v1.Field.TtlConfig.State} */ - public enum State implements com.google.protobuf.ProtocolMessageEnum { + public enum State + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
        * The state is unspecified or unknown.
        * 
@@ -1623,8 +1464,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ STATE_UNSPECIFIED(0), /** - * - * *
        * The TTL is being applied. There is an active long-running operation to
        * track the change. Newly written documents will have TTLs applied as
@@ -1637,8 +1476,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
        */
       CREATING(1),
       /**
-       *
-       *
        * 
        * The TTL is active for all documents.
        * 
@@ -1647,8 +1484,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ ACTIVE(2), /** - * - * *
        * The TTL configuration could not be enabled for all existing documents.
        * Newly written documents will continue to have their TTL applied.
@@ -1663,8 +1498,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
       ;
 
       /**
-       *
-       *
        * 
        * The state is unspecified or unknown.
        * 
@@ -1673,8 +1506,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
        * The TTL is being applied. There is an active long-running operation to
        * track the change. Newly written documents will have TTLs applied as
@@ -1687,8 +1518,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int CREATING_VALUE = 1;
       /**
-       *
-       *
        * 
        * The TTL is active for all documents.
        * 
@@ -1697,8 +1526,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ACTIVE_VALUE = 2; /** - * - * *
        * The TTL configuration could not be enabled for all existing documents.
        * Newly written documents will continue to have their TTL applied.
@@ -1710,6 +1537,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int NEEDS_REPAIR_VALUE = 3;
 
+
       public final int getNumber() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalArgumentException(
@@ -1734,51 +1562,50 @@ public static State valueOf(int value) {
        */
       public static State forNumber(int value) {
         switch (value) {
-          case 0:
-            return STATE_UNSPECIFIED;
-          case 1:
-            return CREATING;
-          case 2:
-            return ACTIVE;
-          case 3:
-            return NEEDS_REPAIR;
-          default:
-            return null;
+          case 0: return STATE_UNSPECIFIED;
+          case 1: return CREATING;
+          case 2: return ACTIVE;
+          case 3: return NEEDS_REPAIR;
+          default: return null;
         }
       }
 
-      public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+      public static com.google.protobuf.Internal.EnumLiteMap
+          internalGetValueMap() {
         return internalValueMap;
       }
+      private static final com.google.protobuf.Internal.EnumLiteMap<
+          State> internalValueMap =
+            new com.google.protobuf.Internal.EnumLiteMap() {
+              public State findValueByNumber(int number) {
+                return State.forNumber(number);
+              }
+            };
 
-      private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public State findValueByNumber(int number) {
-              return State.forNumber(number);
-            }
-          };
-
-      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+      public final com.google.protobuf.Descriptors.EnumValueDescriptor
+          getValueDescriptor() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalStateException(
               "Can't get the descriptor of an unrecognized enum value.");
         }
         return getDescriptor().getValues().get(ordinal());
       }
-
-      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+      public final com.google.protobuf.Descriptors.EnumDescriptor
+          getDescriptorForType() {
         return getDescriptor();
       }
-
-      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+      public static final com.google.protobuf.Descriptors.EnumDescriptor
+          getDescriptor() {
         return com.google.firestore.admin.v1.Field.TtlConfig.getDescriptor().getEnumTypes().get(0);
       }
 
       private static final State[] VALUES = values();
 
-      public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+      public static State valueOf(
+          com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
         if (desc.getType() != getDescriptor()) {
-          throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+          throw new java.lang.IllegalArgumentException(
+            "EnumValueDescriptor is not for this type.");
         }
         if (desc.getIndex() == -1) {
           return UNRECOGNIZED;
@@ -1798,46 +1625,30 @@ private State(int value) {
     public static final int STATE_FIELD_NUMBER = 1;
     private int state_ = 0;
     /**
-     *
-     *
      * 
      * Output only. The state of the TTL configuration.
      * 
* - * - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
      * Output only. The state of the TTL configuration.
      * 
* - * - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ - @java.lang.Override - public com.google.firestore.admin.v1.Field.TtlConfig.State getState() { - com.google.firestore.admin.v1.Field.TtlConfig.State result = - com.google.firestore.admin.v1.Field.TtlConfig.State.forNumber(state_); - return result == null - ? com.google.firestore.admin.v1.Field.TtlConfig.State.UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.admin.v1.Field.TtlConfig.State getState() { + com.google.firestore.admin.v1.Field.TtlConfig.State result = com.google.firestore.admin.v1.Field.TtlConfig.State.forNumber(state_); + return result == null ? com.google.firestore.admin.v1.Field.TtlConfig.State.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1849,9 +1660,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (state_ - != com.google.firestore.admin.v1.Field.TtlConfig.State.STATE_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (state_ != com.google.firestore.admin.v1.Field.TtlConfig.State.STATE_UNSPECIFIED.getNumber()) { output.writeEnum(1, state_); } getUnknownFields().writeTo(output); @@ -1863,9 +1674,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (state_ - != com.google.firestore.admin.v1.Field.TtlConfig.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, state_); + if (state_ != com.google.firestore.admin.v1.Field.TtlConfig.State.STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, state_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1875,13 +1686,12 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Field.TtlConfig)) { return super.equals(obj); } - com.google.firestore.admin.v1.Field.TtlConfig other = - (com.google.firestore.admin.v1.Field.TtlConfig) obj; + com.google.firestore.admin.v1.Field.TtlConfig other = (com.google.firestore.admin.v1.Field.TtlConfig) obj; if (state_ != other.state_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; @@ -1902,94 +1712,90 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Field.TtlConfig parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.Field.TtlConfig parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Field.TtlConfig parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.Field.TtlConfig prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1999,45 +1805,46 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * The TTL (time-to-live) configuration for documents that have this `Field`
      * set.
+     *
      * Storing a timestamp value into a TTL-enabled field will be treated as
-     * the document's absolute expiration time. Using any other data type or
-     * leaving the field absent will disable the TTL for the individual document.
+     * the document's absolute expiration time. Timestamp values in the past
+     * indicate that the document is eligible for immediate expiration. Using any
+     * other data type or leaving the field absent will disable expiration for the
+     * individual document.
      * 
* * Protobuf type {@code google.firestore.admin.v1.Field.TtlConfig} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Field.TtlConfig) com.google.firestore.admin.v1.Field.TtlConfigOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FieldProto - .internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FieldProto - .internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable + return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Field.TtlConfig.class, - com.google.firestore.admin.v1.Field.TtlConfig.Builder.class); + com.google.firestore.admin.v1.Field.TtlConfig.class, com.google.firestore.admin.v1.Field.TtlConfig.Builder.class); } // Construct using com.google.firestore.admin.v1.Field.TtlConfig.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -2047,9 +1854,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.admin.v1.FieldProto - .internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor; } @java.lang.Override @@ -2068,11 +1875,8 @@ public com.google.firestore.admin.v1.Field.TtlConfig build() { @java.lang.Override public com.google.firestore.admin.v1.Field.TtlConfig buildPartial() { - com.google.firestore.admin.v1.Field.TtlConfig result = - new com.google.firestore.admin.v1.Field.TtlConfig(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.admin.v1.Field.TtlConfig result = new com.google.firestore.admin.v1.Field.TtlConfig(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -2088,41 +1892,38 @@ private void buildPartial0(com.google.firestore.admin.v1.Field.TtlConfig result) public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.Field.TtlConfig) { - return mergeFrom((com.google.firestore.admin.v1.Field.TtlConfig) other); + return mergeFrom((com.google.firestore.admin.v1.Field.TtlConfig)other); } else { super.mergeFrom(other); return this; @@ -2130,8 +1931,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.Field.TtlConfig other) { - if (other == com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance()) - return this; + if (other == com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance()) return this; if (other.state_ != 0) { setStateValue(other.getStateValue()); } @@ -2161,19 +1961,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - state_ = input.readEnum(); - bitField0_ |= 0x00000001; - break; - } // case 8 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + state_ = input.readEnum(); + bitField0_ |= 0x00000001; + break; + } // case 8 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -2183,38 +1981,26 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private int state_ = 0; /** - * - * *
        * Output only. The state of the TTL configuration.
        * 
* - * - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
        * Output only. The state of the TTL configuration.
        * 
* - * - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ @@ -2225,37 +2011,24 @@ public Builder setStateValue(int value) { return this; } /** - * - * *
        * Output only. The state of the TTL configuration.
        * 
* - * - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ @java.lang.Override public com.google.firestore.admin.v1.Field.TtlConfig.State getState() { - com.google.firestore.admin.v1.Field.TtlConfig.State result = - com.google.firestore.admin.v1.Field.TtlConfig.State.forNumber(state_); - return result == null - ? com.google.firestore.admin.v1.Field.TtlConfig.State.UNRECOGNIZED - : result; + com.google.firestore.admin.v1.Field.TtlConfig.State result = com.google.firestore.admin.v1.Field.TtlConfig.State.forNumber(state_); + return result == null ? com.google.firestore.admin.v1.Field.TtlConfig.State.UNRECOGNIZED : result; } /** - * - * *
        * Output only. The state of the TTL configuration.
        * 
* - * - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The state to set. * @return This builder for chaining. */ @@ -2269,16 +2042,11 @@ public Builder setState(com.google.firestore.admin.v1.Field.TtlConfig.State valu return this; } /** - * - * *
        * Output only. The state of the TTL configuration.
        * 
* - * - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearState() { @@ -2287,7 +2055,6 @@ public Builder clearState() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2300,12 +2067,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Field.TtlConfig) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Field.TtlConfig) private static final com.google.firestore.admin.v1.Field.TtlConfig DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Field.TtlConfig(); } @@ -2314,28 +2081,27 @@ public static com.google.firestore.admin.v1.Field.TtlConfig getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public TtlConfig parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TtlConfig parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2350,37 +2116,33 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Field.TtlConfig getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** - * - * *
-   * Required. A field name of the form
+   * Required. A field name of the form:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
    *
-   * A field path may be a simple field name, e.g. `address` or a path to fields
-   * within map_value , e.g. `address.city`,
+   * A field path can be a simple field name, e.g. `address` or a path to fields
+   * within `map_value` , e.g. `address.city`,
    * or a special field path. The only valid special field is `*`, which
    * represents any field.
    *
-   * Field paths may be quoted using ` (backtick). The only character that needs
-   * to be escaped within a quoted field path is the backtick character itself,
-   * escaped using a backslash. Special characters in field paths that
+   * Field paths can be quoted using `` ` `` (backtick). The only character that
+   * must be escaped within a quoted field path is the backtick character
+   * itself, escaped using a backslash. Special characters in field paths that
    * must be quoted include: `*`, `.`,
-   * ``` (backtick), `[`, `]`, as well as any ascii symbolic characters.
+   * `` ` `` (backtick), `[`, `]`, as well as any ascii symbolic characters.
    *
    * Examples:
-   * (Note: Comments here are written in markdown syntax, so there is an
-   *  additional layer of backticks to represent a code block)
-   * `\`address.city\`` represents a field named `address.city`, not the map key
-   * `city` in the field `address`.
-   * `\`*\`` represents a field named `*`, not any field.
+   * `` `address.city` `` represents a field named `address.city`, not the map
+   * key `city` in the field `address`. `` `*` `` represents a field named `*`,
+   * not any field.
    *
    * A special `Field` contains the default indexing settings for all fields.
    * This field's resource name is:
@@ -2390,7 +2152,6 @@ public com.google.firestore.admin.v1.Field.TtlConfig getDefaultInstanceForType()
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The name. */ @java.lang.Override @@ -2399,36 +2160,33 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
-   * Required. A field name of the form
+   * Required. A field name of the form:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
    *
-   * A field path may be a simple field name, e.g. `address` or a path to fields
-   * within map_value , e.g. `address.city`,
+   * A field path can be a simple field name, e.g. `address` or a path to fields
+   * within `map_value` , e.g. `address.city`,
    * or a special field path. The only valid special field is `*`, which
    * represents any field.
    *
-   * Field paths may be quoted using ` (backtick). The only character that needs
-   * to be escaped within a quoted field path is the backtick character itself,
-   * escaped using a backslash. Special characters in field paths that
+   * Field paths can be quoted using `` ` `` (backtick). The only character that
+   * must be escaped within a quoted field path is the backtick character
+   * itself, escaped using a backslash. Special characters in field paths that
    * must be quoted include: `*`, `.`,
-   * ``` (backtick), `[`, `]`, as well as any ascii symbolic characters.
+   * `` ` `` (backtick), `[`, `]`, as well as any ascii symbolic characters.
    *
    * Examples:
-   * (Note: Comments here are written in markdown syntax, so there is an
-   *  additional layer of backticks to represent a code block)
-   * `\`address.city\`` represents a field named `address.city`, not the map key
-   * `city` in the field `address`.
-   * `\`*\`` represents a field named `*`, not any field.
+   * `` `address.city` `` represents a field named `address.city`, not the map
+   * key `city` in the field `address`. `` `*` `` represents a field named `*`,
+   * not any field.
    *
    * A special `Field` contains the default indexing settings for all fields.
    * This field's resource name is:
@@ -2438,15 +2196,16 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -2457,8 +2216,6 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int INDEX_CONFIG_FIELD_NUMBER = 2; private com.google.firestore.admin.v1.Field.IndexConfig indexConfig_; /** - * - * *
    * The index configuration for this field. If unset, field indexing will
    * revert to the configuration defined by the `ancestor_field`. To
@@ -2467,7 +2224,6 @@ public com.google.protobuf.ByteString getNameBytes() {
    * 
* * .google.firestore.admin.v1.Field.IndexConfig index_config = 2; - * * @return Whether the indexConfig field is set. */ @java.lang.Override @@ -2475,8 +2231,6 @@ public boolean hasIndexConfig() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The index configuration for this field. If unset, field indexing will
    * revert to the configuration defined by the `ancestor_field`. To
@@ -2485,18 +2239,13 @@ public boolean hasIndexConfig() {
    * 
* * .google.firestore.admin.v1.Field.IndexConfig index_config = 2; - * * @return The indexConfig. */ @java.lang.Override public com.google.firestore.admin.v1.Field.IndexConfig getIndexConfig() { - return indexConfig_ == null - ? com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance() - : indexConfig_; + return indexConfig_ == null ? com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance() : indexConfig_; } /** - * - * *
    * The index configuration for this field. If unset, field indexing will
    * revert to the configuration defined by the `ancestor_field`. To
@@ -2508,16 +2257,12 @@ public com.google.firestore.admin.v1.Field.IndexConfig getIndexConfig() {
    */
   @java.lang.Override
   public com.google.firestore.admin.v1.Field.IndexConfigOrBuilder getIndexConfigOrBuilder() {
-    return indexConfig_ == null
-        ? com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance()
-        : indexConfig_;
+    return indexConfig_ == null ? com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance() : indexConfig_;
   }
 
   public static final int TTL_CONFIG_FIELD_NUMBER = 3;
   private com.google.firestore.admin.v1.Field.TtlConfig ttlConfig_;
   /**
-   *
-   *
    * 
    * The TTL configuration for this `Field`.
    * Setting or unsetting this will enable or disable the TTL for
@@ -2525,7 +2270,6 @@ public com.google.firestore.admin.v1.Field.IndexConfigOrBuilder getIndexConfigOr
    * 
* * .google.firestore.admin.v1.Field.TtlConfig ttl_config = 3; - * * @return Whether the ttlConfig field is set. */ @java.lang.Override @@ -2533,8 +2277,6 @@ public boolean hasTtlConfig() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The TTL configuration for this `Field`.
    * Setting or unsetting this will enable or disable the TTL for
@@ -2542,18 +2284,13 @@ public boolean hasTtlConfig() {
    * 
* * .google.firestore.admin.v1.Field.TtlConfig ttl_config = 3; - * * @return The ttlConfig. */ @java.lang.Override public com.google.firestore.admin.v1.Field.TtlConfig getTtlConfig() { - return ttlConfig_ == null - ? com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance() - : ttlConfig_; + return ttlConfig_ == null ? com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance() : ttlConfig_; } /** - * - * *
    * The TTL configuration for this `Field`.
    * Setting or unsetting this will enable or disable the TTL for
@@ -2564,13 +2301,10 @@ public com.google.firestore.admin.v1.Field.TtlConfig getTtlConfig() {
    */
   @java.lang.Override
   public com.google.firestore.admin.v1.Field.TtlConfigOrBuilder getTtlConfigOrBuilder() {
-    return ttlConfig_ == null
-        ? com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance()
-        : ttlConfig_;
+    return ttlConfig_ == null ? com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance() : ttlConfig_;
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -2582,7 +2316,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -2605,10 +2340,12 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getIndexConfig());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, getIndexConfig());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getTtlConfig());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getTtlConfig());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -2618,21 +2355,24 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.admin.v1.Field)) {
       return super.equals(obj);
     }
     com.google.firestore.admin.v1.Field other = (com.google.firestore.admin.v1.Field) obj;
 
-    if (!getName().equals(other.getName())) return false;
+    if (!getName()
+        .equals(other.getName())) return false;
     if (hasIndexConfig() != other.hasIndexConfig()) return false;
     if (hasIndexConfig()) {
-      if (!getIndexConfig().equals(other.getIndexConfig())) return false;
+      if (!getIndexConfig()
+          .equals(other.getIndexConfig())) return false;
     }
     if (hasTtlConfig() != other.hasTtlConfig()) return false;
     if (hasTtlConfig()) {
-      if (!getTtlConfig().equals(other.getTtlConfig())) return false;
+      if (!getTtlConfig()
+          .equals(other.getTtlConfig())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -2660,103 +2400,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.admin.v1.Field parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.admin.v1.Field parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.Field parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.admin.v1.Field parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.firestore.admin.v1.Field parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.Field parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.Field parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.Field parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.Field parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.admin.v1.Field parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.admin.v1.Field parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.admin.v1.Field parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.Field parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.admin.v1.Field parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.admin.v1.Field prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Represents a single field in the database.
    *
@@ -2766,23 +2502,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.Field}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Field)
       com.google.firestore.admin.v1.FieldOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FieldProto
-          .internal_static_google_firestore_admin_v1_Field_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FieldProto
-          .internal_static_google_firestore_admin_v1_Field_fieldAccessorTable
+      return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.Field.class,
-              com.google.firestore.admin.v1.Field.Builder.class);
+              com.google.firestore.admin.v1.Field.class, com.google.firestore.admin.v1.Field.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.Field.newBuilder()
@@ -2790,18 +2524,18 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getIndexConfigFieldBuilder();
         getTtlConfigFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -2821,9 +2555,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FieldProto
-          .internal_static_google_firestore_admin_v1_Field_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_descriptor;
     }
 
     @java.lang.Override
@@ -2843,9 +2577,7 @@ public com.google.firestore.admin.v1.Field build() {
     @java.lang.Override
     public com.google.firestore.admin.v1.Field buildPartial() {
       com.google.firestore.admin.v1.Field result = new com.google.firestore.admin.v1.Field(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -2857,12 +2589,15 @@ private void buildPartial0(com.google.firestore.admin.v1.Field result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.indexConfig_ =
-            indexConfigBuilder_ == null ? indexConfig_ : indexConfigBuilder_.build();
+        result.indexConfig_ = indexConfigBuilder_ == null
+            ? indexConfig_
+            : indexConfigBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.ttlConfig_ = ttlConfigBuilder_ == null ? ttlConfig_ : ttlConfigBuilder_.build();
+        result.ttlConfig_ = ttlConfigBuilder_ == null
+            ? ttlConfig_
+            : ttlConfigBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       result.bitField0_ |= to_bitField0_;
@@ -2872,39 +2607,38 @@ private void buildPartial0(com.google.firestore.admin.v1.Field result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.Field) {
-        return mergeFrom((com.google.firestore.admin.v1.Field) other);
+        return mergeFrom((com.google.firestore.admin.v1.Field)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -2950,31 +2684,31 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getIndexConfigFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 26:
-              {
-                input.readMessage(getTtlConfigFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getIndexConfigFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 26: {
+              input.readMessage(
+                  getTtlConfigFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -2984,34 +2718,29 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
-     * Required. A field name of the form
+     * Required. A field name of the form:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      *
-     * A field path may be a simple field name, e.g. `address` or a path to fields
-     * within map_value , e.g. `address.city`,
+     * A field path can be a simple field name, e.g. `address` or a path to fields
+     * within `map_value` , e.g. `address.city`,
      * or a special field path. The only valid special field is `*`, which
      * represents any field.
      *
-     * Field paths may be quoted using ` (backtick). The only character that needs
-     * to be escaped within a quoted field path is the backtick character itself,
-     * escaped using a backslash. Special characters in field paths that
+     * Field paths can be quoted using `` ` `` (backtick). The only character that
+     * must be escaped within a quoted field path is the backtick character
+     * itself, escaped using a backslash. Special characters in field paths that
      * must be quoted include: `*`, `.`,
-     * ``` (backtick), `[`, `]`, as well as any ascii symbolic characters.
+     * `` ` `` (backtick), `[`, `]`, as well as any ascii symbolic characters.
      *
      * Examples:
-     * (Note: Comments here are written in markdown syntax, so there is an
-     *  additional layer of backticks to represent a code block)
-     * `\`address.city\`` represents a field named `address.city`, not the map key
-     * `city` in the field `address`.
-     * `\`*\`` represents a field named `*`, not any field.
+     * `` `address.city` `` represents a field named `address.city`, not the map
+     * key `city` in the field `address`. `` `*` `` represents a field named `*`,
+     * not any field.
      *
      * A special `Field` contains the default indexing settings for all fields.
      * This field's resource name is:
@@ -3021,13 +2750,13 @@ public Builder mergeFrom(
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -3036,29 +2765,25 @@ public java.lang.String getName() { } } /** - * - * *
-     * Required. A field name of the form
+     * Required. A field name of the form:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      *
-     * A field path may be a simple field name, e.g. `address` or a path to fields
-     * within map_value , e.g. `address.city`,
+     * A field path can be a simple field name, e.g. `address` or a path to fields
+     * within `map_value` , e.g. `address.city`,
      * or a special field path. The only valid special field is `*`, which
      * represents any field.
      *
-     * Field paths may be quoted using ` (backtick). The only character that needs
-     * to be escaped within a quoted field path is the backtick character itself,
-     * escaped using a backslash. Special characters in field paths that
+     * Field paths can be quoted using `` ` `` (backtick). The only character that
+     * must be escaped within a quoted field path is the backtick character
+     * itself, escaped using a backslash. Special characters in field paths that
      * must be quoted include: `*`, `.`,
-     * ``` (backtick), `[`, `]`, as well as any ascii symbolic characters.
+     * `` ` `` (backtick), `[`, `]`, as well as any ascii symbolic characters.
      *
      * Examples:
-     * (Note: Comments here are written in markdown syntax, so there is an
-     *  additional layer of backticks to represent a code block)
-     * `\`address.city\`` represents a field named `address.city`, not the map key
-     * `city` in the field `address`.
-     * `\`*\`` represents a field named `*`, not any field.
+     * `` `address.city` `` represents a field named `address.city`, not the map
+     * key `city` in the field `address`. `` `*` `` represents a field named `*`,
+     * not any field.
      *
      * A special `Field` contains the default indexing settings for all fields.
      * This field's resource name is:
@@ -3068,14 +2793,15 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -3083,29 +2809,25 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
-     * Required. A field name of the form
+     * Required. A field name of the form:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      *
-     * A field path may be a simple field name, e.g. `address` or a path to fields
-     * within map_value , e.g. `address.city`,
+     * A field path can be a simple field name, e.g. `address` or a path to fields
+     * within `map_value` , e.g. `address.city`,
      * or a special field path. The only valid special field is `*`, which
      * represents any field.
      *
-     * Field paths may be quoted using ` (backtick). The only character that needs
-     * to be escaped within a quoted field path is the backtick character itself,
-     * escaped using a backslash. Special characters in field paths that
+     * Field paths can be quoted using `` ` `` (backtick). The only character that
+     * must be escaped within a quoted field path is the backtick character
+     * itself, escaped using a backslash. Special characters in field paths that
      * must be quoted include: `*`, `.`,
-     * ``` (backtick), `[`, `]`, as well as any ascii symbolic characters.
+     * `` ` `` (backtick), `[`, `]`, as well as any ascii symbolic characters.
      *
      * Examples:
-     * (Note: Comments here are written in markdown syntax, so there is an
-     *  additional layer of backticks to represent a code block)
-     * `\`address.city\`` represents a field named `address.city`, not the map key
-     * `city` in the field `address`.
-     * `\`*\`` represents a field named `*`, not any field.
+     * `` `address.city` `` represents a field named `address.city`, not the map
+     * key `city` in the field `address`. `` `*` `` represents a field named `*`,
+     * not any field.
      *
      * A special `Field` contains the default indexing settings for all fields.
      * This field's resource name is:
@@ -3115,43 +2837,37 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
-     * Required. A field name of the form
+     * Required. A field name of the form:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      *
-     * A field path may be a simple field name, e.g. `address` or a path to fields
-     * within map_value , e.g. `address.city`,
+     * A field path can be a simple field name, e.g. `address` or a path to fields
+     * within `map_value` , e.g. `address.city`,
      * or a special field path. The only valid special field is `*`, which
      * represents any field.
      *
-     * Field paths may be quoted using ` (backtick). The only character that needs
-     * to be escaped within a quoted field path is the backtick character itself,
-     * escaped using a backslash. Special characters in field paths that
+     * Field paths can be quoted using `` ` `` (backtick). The only character that
+     * must be escaped within a quoted field path is the backtick character
+     * itself, escaped using a backslash. Special characters in field paths that
      * must be quoted include: `*`, `.`,
-     * ``` (backtick), `[`, `]`, as well as any ascii symbolic characters.
+     * `` ` `` (backtick), `[`, `]`, as well as any ascii symbolic characters.
      *
      * Examples:
-     * (Note: Comments here are written in markdown syntax, so there is an
-     *  additional layer of backticks to represent a code block)
-     * `\`address.city\`` represents a field named `address.city`, not the map key
-     * `city` in the field `address`.
-     * `\`*\`` represents a field named `*`, not any field.
+     * `` `address.city` `` represents a field named `address.city`, not the map
+     * key `city` in the field `address`. `` `*` `` represents a field named `*`,
+     * not any field.
      *
      * A special `Field` contains the default indexing settings for all fields.
      * This field's resource name is:
@@ -3161,7 +2877,6 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearName() { @@ -3171,29 +2886,25 @@ public Builder clearName() { return this; } /** - * - * *
-     * Required. A field name of the form
+     * Required. A field name of the form:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      *
-     * A field path may be a simple field name, e.g. `address` or a path to fields
-     * within map_value , e.g. `address.city`,
+     * A field path can be a simple field name, e.g. `address` or a path to fields
+     * within `map_value` , e.g. `address.city`,
      * or a special field path. The only valid special field is `*`, which
      * represents any field.
      *
-     * Field paths may be quoted using ` (backtick). The only character that needs
-     * to be escaped within a quoted field path is the backtick character itself,
-     * escaped using a backslash. Special characters in field paths that
+     * Field paths can be quoted using `` ` `` (backtick). The only character that
+     * must be escaped within a quoted field path is the backtick character
+     * itself, escaped using a backslash. Special characters in field paths that
      * must be quoted include: `*`, `.`,
-     * ``` (backtick), `[`, `]`, as well as any ascii symbolic characters.
+     * `` ` `` (backtick), `[`, `]`, as well as any ascii symbolic characters.
      *
      * Examples:
-     * (Note: Comments here are written in markdown syntax, so there is an
-     *  additional layer of backticks to represent a code block)
-     * `\`address.city\`` represents a field named `address.city`, not the map key
-     * `city` in the field `address`.
-     * `\`*\`` represents a field named `*`, not any field.
+     * `` `address.city` `` represents a field named `address.city`, not the map
+     * key `city` in the field `address`. `` `*` `` represents a field named `*`,
+     * not any field.
      *
      * A special `Field` contains the default indexing settings for all fields.
      * This field's resource name is:
@@ -3203,14 +2914,12 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -3220,13 +2929,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private com.google.firestore.admin.v1.Field.IndexConfig indexConfig_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Field.IndexConfig, - com.google.firestore.admin.v1.Field.IndexConfig.Builder, - com.google.firestore.admin.v1.Field.IndexConfigOrBuilder> - indexConfigBuilder_; + com.google.firestore.admin.v1.Field.IndexConfig, com.google.firestore.admin.v1.Field.IndexConfig.Builder, com.google.firestore.admin.v1.Field.IndexConfigOrBuilder> indexConfigBuilder_; /** - * - * *
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3235,15 +2939,12 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.firestore.admin.v1.Field.IndexConfig index_config = 2; - * * @return Whether the indexConfig field is set. */ public boolean hasIndexConfig() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3252,21 +2953,16 @@ public boolean hasIndexConfig() {
      * 
* * .google.firestore.admin.v1.Field.IndexConfig index_config = 2; - * * @return The indexConfig. */ public com.google.firestore.admin.v1.Field.IndexConfig getIndexConfig() { if (indexConfigBuilder_ == null) { - return indexConfig_ == null - ? com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance() - : indexConfig_; + return indexConfig_ == null ? com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance() : indexConfig_; } else { return indexConfigBuilder_.getMessage(); } } /** - * - * *
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3290,8 +2986,6 @@ public Builder setIndexConfig(com.google.firestore.admin.v1.Field.IndexConfig va
       return this;
     }
     /**
-     *
-     *
      * 
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3313,8 +3007,6 @@ public Builder setIndexConfig(
       return this;
     }
     /**
-     *
-     *
      * 
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3326,10 +3018,9 @@ public Builder setIndexConfig(
      */
     public Builder mergeIndexConfig(com.google.firestore.admin.v1.Field.IndexConfig value) {
       if (indexConfigBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0)
-            && indexConfig_ != null
-            && indexConfig_
-                != com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0) &&
+          indexConfig_ != null &&
+          indexConfig_ != com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance()) {
           getIndexConfigBuilder().mergeFrom(value);
         } else {
           indexConfig_ = value;
@@ -3344,8 +3035,6 @@ public Builder mergeIndexConfig(com.google.firestore.admin.v1.Field.IndexConfig
       return this;
     }
     /**
-     *
-     *
      * 
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3366,8 +3055,6 @@ public Builder clearIndexConfig() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3383,8 +3070,6 @@ public com.google.firestore.admin.v1.Field.IndexConfig.Builder getIndexConfigBui
       return getIndexConfigFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3398,14 +3083,11 @@ public com.google.firestore.admin.v1.Field.IndexConfigOrBuilder getIndexConfigOr
       if (indexConfigBuilder_ != null) {
         return indexConfigBuilder_.getMessageOrBuilder();
       } else {
-        return indexConfig_ == null
-            ? com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance()
-            : indexConfig_;
+        return indexConfig_ == null ?
+            com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance() : indexConfig_;
       }
     }
     /**
-     *
-     *
      * 
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3416,17 +3098,14 @@ public com.google.firestore.admin.v1.Field.IndexConfigOrBuilder getIndexConfigOr
      * .google.firestore.admin.v1.Field.IndexConfig index_config = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.admin.v1.Field.IndexConfig,
-            com.google.firestore.admin.v1.Field.IndexConfig.Builder,
-            com.google.firestore.admin.v1.Field.IndexConfigOrBuilder>
+        com.google.firestore.admin.v1.Field.IndexConfig, com.google.firestore.admin.v1.Field.IndexConfig.Builder, com.google.firestore.admin.v1.Field.IndexConfigOrBuilder> 
         getIndexConfigFieldBuilder() {
       if (indexConfigBuilder_ == null) {
-        indexConfigBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.admin.v1.Field.IndexConfig,
-                com.google.firestore.admin.v1.Field.IndexConfig.Builder,
-                com.google.firestore.admin.v1.Field.IndexConfigOrBuilder>(
-                getIndexConfig(), getParentForChildren(), isClean());
+        indexConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.admin.v1.Field.IndexConfig, com.google.firestore.admin.v1.Field.IndexConfig.Builder, com.google.firestore.admin.v1.Field.IndexConfigOrBuilder>(
+                getIndexConfig(),
+                getParentForChildren(),
+                isClean());
         indexConfig_ = null;
       }
       return indexConfigBuilder_;
@@ -3434,13 +3113,8 @@ public com.google.firestore.admin.v1.Field.IndexConfigOrBuilder getIndexConfigOr
 
     private com.google.firestore.admin.v1.Field.TtlConfig ttlConfig_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.admin.v1.Field.TtlConfig,
-            com.google.firestore.admin.v1.Field.TtlConfig.Builder,
-            com.google.firestore.admin.v1.Field.TtlConfigOrBuilder>
-        ttlConfigBuilder_;
+        com.google.firestore.admin.v1.Field.TtlConfig, com.google.firestore.admin.v1.Field.TtlConfig.Builder, com.google.firestore.admin.v1.Field.TtlConfigOrBuilder> ttlConfigBuilder_;
     /**
-     *
-     *
      * 
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3448,15 +3122,12 @@ public com.google.firestore.admin.v1.Field.IndexConfigOrBuilder getIndexConfigOr
      * 
* * .google.firestore.admin.v1.Field.TtlConfig ttl_config = 3; - * * @return Whether the ttlConfig field is set. */ public boolean hasTtlConfig() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3464,21 +3135,16 @@ public boolean hasTtlConfig() {
      * 
* * .google.firestore.admin.v1.Field.TtlConfig ttl_config = 3; - * * @return The ttlConfig. */ public com.google.firestore.admin.v1.Field.TtlConfig getTtlConfig() { if (ttlConfigBuilder_ == null) { - return ttlConfig_ == null - ? com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance() - : ttlConfig_; + return ttlConfig_ == null ? com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance() : ttlConfig_; } else { return ttlConfigBuilder_.getMessage(); } } /** - * - * *
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3501,8 +3167,6 @@ public Builder setTtlConfig(com.google.firestore.admin.v1.Field.TtlConfig value)
       return this;
     }
     /**
-     *
-     *
      * 
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3523,8 +3187,6 @@ public Builder setTtlConfig(
       return this;
     }
     /**
-     *
-     *
      * 
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3535,9 +3197,9 @@ public Builder setTtlConfig(
      */
     public Builder mergeTtlConfig(com.google.firestore.admin.v1.Field.TtlConfig value) {
       if (ttlConfigBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0)
-            && ttlConfig_ != null
-            && ttlConfig_ != com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0) &&
+          ttlConfig_ != null &&
+          ttlConfig_ != com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance()) {
           getTtlConfigBuilder().mergeFrom(value);
         } else {
           ttlConfig_ = value;
@@ -3552,8 +3214,6 @@ public Builder mergeTtlConfig(com.google.firestore.admin.v1.Field.TtlConfig valu
       return this;
     }
     /**
-     *
-     *
      * 
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3573,8 +3233,6 @@ public Builder clearTtlConfig() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3589,8 +3247,6 @@ public com.google.firestore.admin.v1.Field.TtlConfig.Builder getTtlConfigBuilder
       return getTtlConfigFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3603,14 +3259,11 @@ public com.google.firestore.admin.v1.Field.TtlConfigOrBuilder getTtlConfigOrBuil
       if (ttlConfigBuilder_ != null) {
         return ttlConfigBuilder_.getMessageOrBuilder();
       } else {
-        return ttlConfig_ == null
-            ? com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance()
-            : ttlConfig_;
+        return ttlConfig_ == null ?
+            com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance() : ttlConfig_;
       }
     }
     /**
-     *
-     *
      * 
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3620,24 +3273,21 @@ public com.google.firestore.admin.v1.Field.TtlConfigOrBuilder getTtlConfigOrBuil
      * .google.firestore.admin.v1.Field.TtlConfig ttl_config = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.admin.v1.Field.TtlConfig,
-            com.google.firestore.admin.v1.Field.TtlConfig.Builder,
-            com.google.firestore.admin.v1.Field.TtlConfigOrBuilder>
+        com.google.firestore.admin.v1.Field.TtlConfig, com.google.firestore.admin.v1.Field.TtlConfig.Builder, com.google.firestore.admin.v1.Field.TtlConfigOrBuilder> 
         getTtlConfigFieldBuilder() {
       if (ttlConfigBuilder_ == null) {
-        ttlConfigBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.admin.v1.Field.TtlConfig,
-                com.google.firestore.admin.v1.Field.TtlConfig.Builder,
-                com.google.firestore.admin.v1.Field.TtlConfigOrBuilder>(
-                getTtlConfig(), getParentForChildren(), isClean());
+        ttlConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.admin.v1.Field.TtlConfig, com.google.firestore.admin.v1.Field.TtlConfig.Builder, com.google.firestore.admin.v1.Field.TtlConfigOrBuilder>(
+                getTtlConfig(),
+                getParentForChildren(),
+                isClean());
         ttlConfig_ = null;
       }
       return ttlConfigBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -3647,12 +3297,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Field)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Field)
   private static final com.google.firestore.admin.v1.Field DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Field();
   }
@@ -3661,27 +3311,27 @@ public static com.google.firestore.admin.v1.Field getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Field parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Field parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -3696,4 +3346,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.admin.v1.Field getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldName.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldName.java
similarity index 100%
rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldName.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldName.java
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java
similarity index 66%
rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java
index 34a1fc941..4996a53c0 100644
--- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/operation.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.admin.v1;
 
 /**
- *
- *
  * 
  * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
  * results from
@@ -30,16 +13,15 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.FieldOperationMetadata}
  */
-public final class FieldOperationMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class FieldOperationMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.FieldOperationMetadata)
     FieldOperationMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use FieldOperationMetadata.newBuilder() to construct.
   private FieldOperationMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private FieldOperationMetadata() {
     field_ = "";
     indexConfigDeltas_ = java.util.Collections.emptyList();
@@ -48,87 +30,66 @@ private FieldOperationMetadata() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new FieldOperationMetadata();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto
-        .internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto
-        .internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.FieldOperationMetadata.class,
-            com.google.firestore.admin.v1.FieldOperationMetadata.Builder.class);
+            com.google.firestore.admin.v1.FieldOperationMetadata.class, com.google.firestore.admin.v1.FieldOperationMetadata.Builder.class);
   }
 
-  public interface IndexConfigDeltaOrBuilder
-      extends
+  public interface IndexConfigDeltaOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * Specifies how the index is changing.
      * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; * @return The enum numeric value on the wire for changeType. */ int getChangeTypeValue(); /** - * - * *
      * Specifies how the index is changing.
      * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; * @return The changeType. */ - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType - getChangeType(); + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType getChangeType(); /** - * - * *
      * The index being changed.
      * 
* * .google.firestore.admin.v1.Index index = 2; - * * @return Whether the index field is set. */ boolean hasIndex(); /** - * - * *
      * The index being changed.
      * 
* * .google.firestore.admin.v1.Index index = 2; - * * @return The index. */ com.google.firestore.admin.v1.Index getIndex(); /** - * - * *
      * The index being changed.
      * 
@@ -138,63 +99,55 @@ public interface IndexConfigDeltaOrBuilder com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder(); } /** - * - * *
    * Information about an index configuration change.
    * 
* * Protobuf type {@code google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta} */ - public static final class IndexConfigDelta extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class IndexConfigDelta extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) IndexConfigDeltaOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use IndexConfigDelta.newBuilder() to construct. private IndexConfigDelta(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private IndexConfigDelta() { changeType_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new IndexConfigDelta(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.OperationProto - .internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.OperationProto - .internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.class, - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder.class); + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.class, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder.class); } /** - * - * *
      * Specifies how the index is changing.
      * 
* - * Protobuf enum {@code - * google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType} + * Protobuf enum {@code google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType} */ - public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { + public enum ChangeType + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
        * The type of change is not specified or known.
        * 
@@ -203,8 +156,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { */ CHANGE_TYPE_UNSPECIFIED(0), /** - * - * *
        * The single field index is being added.
        * 
@@ -213,8 +164,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { */ ADD(1), /** - * - * *
        * The single field index is being removed.
        * 
@@ -226,8 +175,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
        * The type of change is not specified or known.
        * 
@@ -236,8 +183,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int CHANGE_TYPE_UNSPECIFIED_VALUE = 0; /** - * - * *
        * The single field index is being added.
        * 
@@ -246,8 +191,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ADD_VALUE = 1; /** - * - * *
        * The single field index is being removed.
        * 
@@ -256,6 +199,7 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int REMOVE_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -280,51 +224,49 @@ public static ChangeType valueOf(int value) { */ public static ChangeType forNumber(int value) { switch (value) { - case 0: - return CHANGE_TYPE_UNSPECIFIED; - case 1: - return ADD; - case 2: - return REMOVE; - default: - return null; + case 0: return CHANGE_TYPE_UNSPECIFIED; + case 1: return ADD; + case 2: return REMOVE; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + ChangeType> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public ChangeType findValueByNumber(int number) { + return ChangeType.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public ChangeType findValueByNumber(int number) { - return ChangeType.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { - return com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.getDescriptor() - .getEnumTypes() - .get(0); + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.getDescriptor().getEnumTypes().get(0); } private static final ChangeType[] VALUES = values(); - public static ChangeType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static ChangeType valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -345,58 +287,37 @@ private ChangeType(int value) { public static final int CHANGE_TYPE_FIELD_NUMBER = 1; private int changeType_ = 0; /** - * - * *
      * Specifies how the index is changing.
      * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; * @return The enum numeric value on the wire for changeType. */ - @java.lang.Override - public int getChangeTypeValue() { + @java.lang.Override public int getChangeTypeValue() { return changeType_; } /** - * - * *
      * Specifies how the index is changing.
      * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; * @return The changeType. */ - @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType - getChangeType() { - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType result = - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType - .forNumber(changeType_); - return result == null - ? com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType - .UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType getChangeType() { + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType result = com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType.forNumber(changeType_); + return result == null ? com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType.UNRECOGNIZED : result; } public static final int INDEX_FIELD_NUMBER = 2; private com.google.firestore.admin.v1.Index index_; /** - * - * *
      * The index being changed.
      * 
* * .google.firestore.admin.v1.Index index = 2; - * * @return Whether the index field is set. */ @java.lang.Override @@ -404,14 +325,11 @@ public boolean hasIndex() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * The index being changed.
      * 
* * .google.firestore.admin.v1.Index index = 2; - * * @return The index. */ @java.lang.Override @@ -419,8 +337,6 @@ public com.google.firestore.admin.v1.Index getIndex() { return index_ == null ? com.google.firestore.admin.v1.Index.getDefaultInstance() : index_; } /** - * - * *
      * The index being changed.
      * 
@@ -433,7 +349,6 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -445,11 +360,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (changeType_ - != com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType - .CHANGE_TYPE_UNSPECIFIED - .getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (changeType_ != com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType.CHANGE_TYPE_UNSPECIFIED.getNumber()) { output.writeEnum(1, changeType_); } if (((bitField0_ & 0x00000001) != 0)) { @@ -464,14 +377,13 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (changeType_ - != com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType - .CHANGE_TYPE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, changeType_); + if (changeType_ != com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType.CHANGE_TYPE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, changeType_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getIndex()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getIndex()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -481,18 +393,18 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta)) { return super.equals(obj); } - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta other = - (com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) obj; + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta other = (com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) obj; if (changeType_ != other.changeType_) return false; if (hasIndex() != other.hasIndex()) return false; if (hasIndex()) { - if (!getIndex().equals(other.getIndex())) return false; + if (!getIndex() + .equals(other.getIndex())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -517,95 +429,89 @@ public int hashCode() { } public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta - parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta prototype) { + public static Builder newBuilder(com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -615,52 +521,45 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Information about an index configuration change.
      * 
* * Protobuf type {@code google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.OperationProto - .internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.OperationProto - .internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.class, - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder - .class); + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.class, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder.class); } - // Construct using - // com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.newBuilder() + // Construct using com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.newBuilder() private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getIndexFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -675,22 +574,19 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.admin.v1.OperationProto - .internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor; } @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta - getDefaultInstanceForType() { - return com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta - .getDefaultInstance(); + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getDefaultInstanceForType() { + return com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.getDefaultInstance(); } @java.lang.Override public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta build() { - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta result = - buildPartial(); + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } @@ -699,24 +595,22 @@ public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta bui @java.lang.Override public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta buildPartial() { - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta result = - new com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta result = new com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } - private void buildPartial0( - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta result) { + private void buildPartial0(com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.changeType_ = changeType_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { - result.index_ = indexBuilder_ == null ? index_ : indexBuilder_.build(); + result.index_ = indexBuilder_ == null + ? index_ + : indexBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; @@ -726,54 +620,46 @@ private void buildPartial0( public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { - if (other - instanceof com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) { - return mergeFrom( - (com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) other); + if (other instanceof com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) { + return mergeFrom((com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta other) { - if (other - == com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta - .getDefaultInstance()) return this; + public Builder mergeFrom(com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta other) { + if (other == com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.getDefaultInstance()) return this; if (other.changeType_ != 0) { setChangeTypeValue(other.getChangeTypeValue()); } @@ -806,25 +692,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - changeType_ = input.readEnum(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 18: - { - input.readMessage(getIndexFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + changeType_ = input.readEnum(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 18: { + input.readMessage( + getIndexFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -834,38 +719,26 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private int changeType_ = 0; /** - * - * *
        * Specifies how the index is changing.
        * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; * @return The enum numeric value on the wire for changeType. */ - @java.lang.Override - public int getChangeTypeValue() { + @java.lang.Override public int getChangeTypeValue() { return changeType_; } /** - * - * *
        * Specifies how the index is changing.
        * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; * @param value The enum numeric value on the wire for changeType to set. * @return This builder for chaining. */ @@ -876,45 +749,28 @@ public Builder setChangeTypeValue(int value) { return this; } /** - * - * *
        * Specifies how the index is changing.
        * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; * @return The changeType. */ @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType - getChangeType() { - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType result = - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType - .forNumber(changeType_); - return result == null - ? com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType - .UNRECOGNIZED - : result; + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType getChangeType() { + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType result = com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType.forNumber(changeType_); + return result == null ? com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType.UNRECOGNIZED : result; } /** - * - * *
        * Specifies how the index is changing.
        * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; * @param value The changeType to set. * @return This builder for chaining. */ - public Builder setChangeType( - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType value) { + public Builder setChangeType(com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType value) { if (value == null) { throw new NullPointerException(); } @@ -924,16 +780,11 @@ public Builder setChangeType( return this; } /** - * - * *
        * Specifies how the index is changing.
        * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; * @return This builder for chaining. */ public Builder clearChangeType() { @@ -945,33 +796,24 @@ public Builder clearChangeType() { private com.google.firestore.admin.v1.Index index_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index, - com.google.firestore.admin.v1.Index.Builder, - com.google.firestore.admin.v1.IndexOrBuilder> - indexBuilder_; + com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> indexBuilder_; /** - * - * *
        * The index being changed.
        * 
* * .google.firestore.admin.v1.Index index = 2; - * * @return Whether the index field is set. */ public boolean hasIndex() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
        * The index being changed.
        * 
* * .google.firestore.admin.v1.Index index = 2; - * * @return The index. */ public com.google.firestore.admin.v1.Index getIndex() { @@ -982,8 +824,6 @@ public com.google.firestore.admin.v1.Index getIndex() { } } /** - * - * *
        * The index being changed.
        * 
@@ -1004,15 +844,14 @@ public Builder setIndex(com.google.firestore.admin.v1.Index value) { return this; } /** - * - * *
        * The index being changed.
        * 
* * .google.firestore.admin.v1.Index index = 2; */ - public Builder setIndex(com.google.firestore.admin.v1.Index.Builder builderForValue) { + public Builder setIndex( + com.google.firestore.admin.v1.Index.Builder builderForValue) { if (indexBuilder_ == null) { index_ = builderForValue.build(); } else { @@ -1023,8 +862,6 @@ public Builder setIndex(com.google.firestore.admin.v1.Index.Builder builderForVa return this; } /** - * - * *
        * The index being changed.
        * 
@@ -1033,9 +870,9 @@ public Builder setIndex(com.google.firestore.admin.v1.Index.Builder builderForVa */ public Builder mergeIndex(com.google.firestore.admin.v1.Index value) { if (indexBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && index_ != null - && index_ != com.google.firestore.admin.v1.Index.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + index_ != null && + index_ != com.google.firestore.admin.v1.Index.getDefaultInstance()) { getIndexBuilder().mergeFrom(value); } else { index_ = value; @@ -1050,8 +887,6 @@ public Builder mergeIndex(com.google.firestore.admin.v1.Index value) { return this; } /** - * - * *
        * The index being changed.
        * 
@@ -1069,8 +904,6 @@ public Builder clearIndex() { return this; } /** - * - * *
        * The index being changed.
        * 
@@ -1083,8 +916,6 @@ public com.google.firestore.admin.v1.Index.Builder getIndexBuilder() { return getIndexFieldBuilder().getBuilder(); } /** - * - * *
        * The index being changed.
        * 
@@ -1095,12 +926,11 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder() { if (indexBuilder_ != null) { return indexBuilder_.getMessageOrBuilder(); } else { - return index_ == null ? com.google.firestore.admin.v1.Index.getDefaultInstance() : index_; + return index_ == null ? + com.google.firestore.admin.v1.Index.getDefaultInstance() : index_; } } /** - * - * *
        * The index being changed.
        * 
@@ -1108,22 +938,18 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder() { * .google.firestore.admin.v1.Index index = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index, - com.google.firestore.admin.v1.Index.Builder, - com.google.firestore.admin.v1.IndexOrBuilder> + com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> getIndexFieldBuilder() { if (indexBuilder_ == null) { - indexBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index, - com.google.firestore.admin.v1.Index.Builder, - com.google.firestore.admin.v1.IndexOrBuilder>( - getIndex(), getParentForChildren(), isClean()); + indexBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder>( + getIndex(), + getParentForChildren(), + isClean()); index_ = null; } return indexBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1136,45 +962,41 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) - private static final com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta - DEFAULT_INSTANCE; - + private static final com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta DEFAULT_INSTANCE; static { - DEFAULT_INSTANCE = - new com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta(); + DEFAULT_INSTANCE = new com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta(); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta - getDefaultInstance() { + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public IndexConfigDelta parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public IndexConfigDelta parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1186,104 +1008,85 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta - getDefaultInstanceForType() { + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface TtlConfigDeltaOrBuilder - extends + public interface TtlConfigDeltaOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Specifies how the TTL configuration is changing.
      * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; * @return The enum numeric value on the wire for changeType. */ int getChangeTypeValue(); /** - * - * *
      * Specifies how the TTL configuration is changing.
      * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; * @return The changeType. */ com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType getChangeType(); } /** - * - * *
    * Information about a TTL configuration change.
    * 
* * Protobuf type {@code google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta} */ - public static final class TtlConfigDelta extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class TtlConfigDelta extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) TtlConfigDeltaOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use TtlConfigDelta.newBuilder() to construct. private TtlConfigDelta(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private TtlConfigDelta() { changeType_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new TtlConfigDelta(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.OperationProto - .internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.OperationProto - .internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.class, - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder.class); + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.class, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder.class); } /** - * - * *
      * Specifies how the TTL config is changing.
      * 
* - * Protobuf enum {@code - * google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType} + * Protobuf enum {@code google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType} */ - public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { + public enum ChangeType + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
        * The type of change is not specified or known.
        * 
@@ -1292,8 +1095,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { */ CHANGE_TYPE_UNSPECIFIED(0), /** - * - * *
        * The TTL config is being added.
        * 
@@ -1302,8 +1103,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { */ ADD(1), /** - * - * *
        * The TTL config is being removed.
        * 
@@ -1315,8 +1114,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
        * The type of change is not specified or known.
        * 
@@ -1325,8 +1122,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int CHANGE_TYPE_UNSPECIFIED_VALUE = 0; /** - * - * *
        * The TTL config is being added.
        * 
@@ -1335,8 +1130,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ADD_VALUE = 1; /** - * - * *
        * The TTL config is being removed.
        * 
@@ -1345,6 +1138,7 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int REMOVE_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -1369,51 +1163,49 @@ public static ChangeType valueOf(int value) { */ public static ChangeType forNumber(int value) { switch (value) { - case 0: - return CHANGE_TYPE_UNSPECIFIED; - case 1: - return ADD; - case 2: - return REMOVE; - default: - return null; + case 0: return CHANGE_TYPE_UNSPECIFIED; + case 1: return ADD; + case 2: return REMOVE; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + ChangeType> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public ChangeType findValueByNumber(int number) { + return ChangeType.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public ChangeType findValueByNumber(int number) { - return ChangeType.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { - return com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDescriptor() - .getEnumTypes() - .get(0); + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDescriptor().getEnumTypes().get(0); } private static final ChangeType[] VALUES = values(); - public static ChangeType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static ChangeType valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -1433,49 +1225,30 @@ private ChangeType(int value) { public static final int CHANGE_TYPE_FIELD_NUMBER = 1; private int changeType_ = 0; /** - * - * *
      * Specifies how the TTL configuration is changing.
      * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; * @return The enum numeric value on the wire for changeType. */ - @java.lang.Override - public int getChangeTypeValue() { + @java.lang.Override public int getChangeTypeValue() { return changeType_; } /** - * - * *
      * Specifies how the TTL configuration is changing.
      * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; * @return The changeType. */ - @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType - getChangeType() { - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType result = - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType.forNumber( - changeType_); - return result == null - ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType - .UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType getChangeType() { + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType result = com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType.forNumber(changeType_); + return result == null ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1487,11 +1260,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (changeType_ - != com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType - .CHANGE_TYPE_UNSPECIFIED - .getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (changeType_ != com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType.CHANGE_TYPE_UNSPECIFIED.getNumber()) { output.writeEnum(1, changeType_); } getUnknownFields().writeTo(output); @@ -1503,11 +1274,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (changeType_ - != com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType - .CHANGE_TYPE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, changeType_); + if (changeType_ != com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType.CHANGE_TYPE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, changeType_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1517,13 +1286,12 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta)) { return super.equals(obj); } - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta other = - (com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) obj; + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta other = (com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) obj; if (changeType_ != other.changeType_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; @@ -1545,95 +1313,89 @@ public int hashCode() { } public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta - parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta prototype) { + public static Builder newBuilder(com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1643,42 +1405,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Information about a TTL configuration change.
      * 
* * Protobuf type {@code google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.OperationProto - .internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.OperationProto - .internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.class, - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder.class); + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.class, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder.class); } - // Construct using - // com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.newBuilder() - private Builder() {} + // Construct using com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.newBuilder() + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -1688,16 +1447,14 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.admin.v1.OperationProto - .internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor; } @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta - getDefaultInstanceForType() { - return com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta - .getDefaultInstance(); + public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta getDefaultInstanceForType() { + return com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance(); } @java.lang.Override @@ -1711,17 +1468,13 @@ public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta build @java.lang.Override public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta buildPartial() { - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta result = - new com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta result = new com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } - private void buildPartial0( - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta result) { + private void buildPartial0(com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.changeType_ = changeType_; @@ -1732,53 +1485,46 @@ private void buildPartial0( public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) { - return mergeFrom( - (com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) other); + return mergeFrom((com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta other) { - if (other - == com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta - .getDefaultInstance()) return this; + public Builder mergeFrom(com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta other) { + if (other == com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance()) return this; if (other.changeType_ != 0) { setChangeTypeValue(other.getChangeTypeValue()); } @@ -1808,19 +1554,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - changeType_ = input.readEnum(); - bitField0_ |= 0x00000001; - break; - } // case 8 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + changeType_ = input.readEnum(); + bitField0_ |= 0x00000001; + break; + } // case 8 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1830,38 +1574,26 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private int changeType_ = 0; /** - * - * *
        * Specifies how the TTL configuration is changing.
        * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; * @return The enum numeric value on the wire for changeType. */ - @java.lang.Override - public int getChangeTypeValue() { + @java.lang.Override public int getChangeTypeValue() { return changeType_; } /** - * - * *
        * Specifies how the TTL configuration is changing.
        * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; * @param value The enum numeric value on the wire for changeType to set. * @return This builder for chaining. */ @@ -1872,45 +1604,28 @@ public Builder setChangeTypeValue(int value) { return this; } /** - * - * *
        * Specifies how the TTL configuration is changing.
        * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; * @return The changeType. */ @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType - getChangeType() { - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType result = - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType - .forNumber(changeType_); - return result == null - ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType - .UNRECOGNIZED - : result; + public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType getChangeType() { + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType result = com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType.forNumber(changeType_); + return result == null ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType.UNRECOGNIZED : result; } /** - * - * *
        * Specifies how the TTL configuration is changing.
        * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; * @param value The changeType to set. * @return This builder for chaining. */ - public Builder setChangeType( - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType value) { + public Builder setChangeType(com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType value) { if (value == null) { throw new NullPointerException(); } @@ -1920,16 +1635,11 @@ public Builder setChangeType( return this; } /** - * - * *
        * Specifies how the TTL configuration is changing.
        * 
* - * - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; * @return This builder for chaining. */ public Builder clearChangeType() { @@ -1938,7 +1648,6 @@ public Builder clearChangeType() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1951,44 +1660,41 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) - private static final com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta - DEFAULT_INSTANCE; - + private static final com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta(); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta - getDefaultInstance() { + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public TtlConfigDelta parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TtlConfigDelta parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2000,24 +1706,21 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta - getDefaultInstanceForType() { + public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } private int bitField0_; public static final int START_TIME_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp startTime_; /** - * - * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ @java.lang.Override @@ -2025,14 +1728,11 @@ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ @java.lang.Override @@ -2040,8 +1740,6 @@ public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } /** - * - * *
    * The time this operation started.
    * 
@@ -2056,15 +1754,12 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp endTime_; /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ @java.lang.Override @@ -2072,15 +1767,12 @@ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ @java.lang.Override @@ -2088,8 +1780,6 @@ public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -2103,19 +1793,15 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
   }
 
   public static final int FIELD_FIELD_NUMBER = 3;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object field_ = "";
   /**
-   *
-   *
    * 
    * The field resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
    * 
* * string field = 3; - * * @return The field. */ @java.lang.Override @@ -2124,30 +1810,30 @@ public java.lang.String getField() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); field_ = s; return s; } } /** - * - * *
    * The field resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
    * 
* * string field = 3; - * * @return The bytes for field. */ @java.lang.Override - public com.google.protobuf.ByteString getFieldBytes() { + public com.google.protobuf.ByteString + getFieldBytes() { java.lang.Object ref = field_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); field_ = b; return b; } else { @@ -2156,147 +1842,110 @@ public com.google.protobuf.ByteString getFieldBytes() { } public static final int INDEX_CONFIG_DELTAS_FIELD_NUMBER = 4; - @SuppressWarnings("serial") - private java.util.List - indexConfigDeltas_; + private java.util.List indexConfigDeltas_; /** - * - * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ @java.lang.Override - public java.util.List - getIndexConfigDeltasList() { + public java.util.List getIndexConfigDeltasList() { return indexConfigDeltas_; } /** - * - * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ @java.lang.Override - public java.util.List< - ? extends com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder> + public java.util.List getIndexConfigDeltasOrBuilderList() { return indexConfigDeltas_; } /** - * - * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ @java.lang.Override public int getIndexConfigDeltasCount() { return indexConfigDeltas_.size(); } /** - * - * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getIndexConfigDeltas( - int index) { + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getIndexConfigDeltas(int index) { return indexConfigDeltas_.get(index); } /** - * - * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder - getIndexConfigDeltasOrBuilder(int index) { + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder getIndexConfigDeltasOrBuilder( + int index) { return indexConfigDeltas_.get(index); } public static final int STATE_FIELD_NUMBER = 5; private int state_ = 0; /** - * - * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 5; - * * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 5; - * * @return The state. */ - @java.lang.Override - public com.google.firestore.admin.v1.OperationState getState() { - com.google.firestore.admin.v1.OperationState result = - com.google.firestore.admin.v1.OperationState.forNumber(state_); + @java.lang.Override public com.google.firestore.admin.v1.OperationState getState() { + com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(state_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } public static final int PROGRESS_DOCUMENTS_FIELD_NUMBER = 6; private com.google.firestore.admin.v1.Progress progressDocuments_; /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 6; - * * @return Whether the progressDocuments field is set. */ @java.lang.Override @@ -2304,25 +1953,18 @@ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 6; - * * @return The progressDocuments. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressDocuments() { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } /** - * - * *
    * The progress, in documents, of this operation.
    * 
@@ -2331,22 +1973,17 @@ public com.google.firestore.admin.v1.Progress getProgressDocuments() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder() { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } public static final int PROGRESS_BYTES_FIELD_NUMBER = 7; private com.google.firestore.admin.v1.Progress progressBytes_; /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 7; - * * @return Whether the progressBytes field is set. */ @java.lang.Override @@ -2354,25 +1991,18 @@ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 7; - * * @return The progressBytes. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressBytes() { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } /** - * - * *
    * The progress, in bytes, of this operation.
    * 
@@ -2381,23 +2011,17 @@ public com.google.firestore.admin.v1.Progress getProgressBytes() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder() { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } public static final int TTL_CONFIG_DELTA_FIELD_NUMBER = 8; private com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttlConfigDelta_; /** - * - * *
    * Describes the deltas of TTL configuration.
    * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; * @return Whether the ttlConfigDelta field is set. */ @java.lang.Override @@ -2405,43 +2029,30 @@ public boolean hasTtlConfigDelta() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
    * Describes the deltas of TTL configuration.
    * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; * @return The ttlConfigDelta. */ @java.lang.Override public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta getTtlConfigDelta() { - return ttlConfigDelta_ == null - ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance() - : ttlConfigDelta_; + return ttlConfigDelta_ == null ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance() : ttlConfigDelta_; } /** - * - * *
    * Describes the deltas of TTL configuration.
    * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; */ @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder - getTtlConfigDeltaOrBuilder() { - return ttlConfigDelta_ == null - ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance() - : ttlConfigDelta_; + public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder getTtlConfigDeltaOrBuilder() { + return ttlConfigDelta_ == null ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance() : ttlConfigDelta_; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2453,7 +2064,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getStartTime()); } @@ -2466,8 +2078,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io for (int i = 0; i < indexConfigDeltas_.size(); i++) { output.writeMessage(4, indexConfigDeltas_.get(i)); } - if (state_ - != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + if (state_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { output.writeEnum(5, state_); } if (((bitField0_ & 0x00000004) != 0)) { @@ -2489,30 +2100,35 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getStartTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getStartTime()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEndTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getEndTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(field_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, field_); } for (int i = 0; i < indexConfigDeltas_.size(); i++) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize(4, indexConfigDeltas_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, indexConfigDeltas_.get(i)); } - if (state_ - != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(5, state_); + if (state_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(5, state_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getProgressDocuments()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getProgressDocuments()); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getProgressBytes()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(7, getProgressBytes()); } if (((bitField0_ & 0x00000010) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, getTtlConfigDelta()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(8, getTtlConfigDelta()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -2522,36 +2138,42 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.FieldOperationMetadata)) { return super.equals(obj); } - com.google.firestore.admin.v1.FieldOperationMetadata other = - (com.google.firestore.admin.v1.FieldOperationMetadata) obj; + com.google.firestore.admin.v1.FieldOperationMetadata other = (com.google.firestore.admin.v1.FieldOperationMetadata) obj; if (hasStartTime() != other.hasStartTime()) return false; if (hasStartTime()) { - if (!getStartTime().equals(other.getStartTime())) return false; + if (!getStartTime() + .equals(other.getStartTime())) return false; } if (hasEndTime() != other.hasEndTime()) return false; if (hasEndTime()) { - if (!getEndTime().equals(other.getEndTime())) return false; + if (!getEndTime() + .equals(other.getEndTime())) return false; } - if (!getField().equals(other.getField())) return false; - if (!getIndexConfigDeltasList().equals(other.getIndexConfigDeltasList())) return false; + if (!getField() + .equals(other.getField())) return false; + if (!getIndexConfigDeltasList() + .equals(other.getIndexConfigDeltasList())) return false; if (state_ != other.state_) return false; if (hasProgressDocuments() != other.hasProgressDocuments()) return false; if (hasProgressDocuments()) { - if (!getProgressDocuments().equals(other.getProgressDocuments())) return false; + if (!getProgressDocuments() + .equals(other.getProgressDocuments())) return false; } if (hasProgressBytes() != other.hasProgressBytes()) return false; if (hasProgressBytes()) { - if (!getProgressBytes().equals(other.getProgressBytes())) return false; + if (!getProgressBytes() + .equals(other.getProgressBytes())) return false; } if (hasTtlConfigDelta() != other.hasTtlConfigDelta()) return false; if (hasTtlConfigDelta()) { - if (!getTtlConfigDelta().equals(other.getTtlConfigDelta())) return false; + if (!getTtlConfigDelta() + .equals(other.getTtlConfigDelta())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -2598,103 +2220,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.FieldOperationMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.FieldOperationMetadata parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.FieldOperationMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
    * results from
@@ -2703,23 +2320,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.FieldOperationMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.FieldOperationMetadata)
       com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.FieldOperationMetadata.class,
-              com.google.firestore.admin.v1.FieldOperationMetadata.Builder.class);
+              com.google.firestore.admin.v1.FieldOperationMetadata.class, com.google.firestore.admin.v1.FieldOperationMetadata.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.FieldOperationMetadata.newBuilder()
@@ -2727,13 +2342,14 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getStartTimeFieldBuilder();
         getEndTimeFieldBuilder();
         getIndexConfigDeltasFieldBuilder();
@@ -2742,7 +2358,6 @@ private void maybeForceBuilderInitialization() {
         getTtlConfigDeltaFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -2785,9 +2400,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -2806,18 +2421,14 @@ public com.google.firestore.admin.v1.FieldOperationMetadata build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.FieldOperationMetadata buildPartial() {
-      com.google.firestore.admin.v1.FieldOperationMetadata result =
-          new com.google.firestore.admin.v1.FieldOperationMetadata(this);
+      com.google.firestore.admin.v1.FieldOperationMetadata result = new com.google.firestore.admin.v1.FieldOperationMetadata(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
 
-    private void buildPartialRepeatedFields(
-        com.google.firestore.admin.v1.FieldOperationMetadata result) {
+    private void buildPartialRepeatedFields(com.google.firestore.admin.v1.FieldOperationMetadata result) {
       if (indexConfigDeltasBuilder_ == null) {
         if (((bitField0_ & 0x00000008) != 0)) {
           indexConfigDeltas_ = java.util.Collections.unmodifiableList(indexConfigDeltas_);
@@ -2833,11 +2444,15 @@ private void buildPartial0(com.google.firestore.admin.v1.FieldOperationMetadata
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.startTime_ = startTimeBuilder_ == null ? startTime_ : startTimeBuilder_.build();
+        result.startTime_ = startTimeBuilder_ == null
+            ? startTime_
+            : startTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.endTime_ = endTimeBuilder_ == null ? endTime_ : endTimeBuilder_.build();
+        result.endTime_ = endTimeBuilder_ == null
+            ? endTime_
+            : endTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
@@ -2847,20 +2462,21 @@ private void buildPartial0(com.google.firestore.admin.v1.FieldOperationMetadata
         result.state_ = state_;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.progressDocuments_ =
-            progressDocumentsBuilder_ == null
-                ? progressDocuments_
-                : progressDocumentsBuilder_.build();
+        result.progressDocuments_ = progressDocumentsBuilder_ == null
+            ? progressDocuments_
+            : progressDocumentsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000040) != 0)) {
-        result.progressBytes_ =
-            progressBytesBuilder_ == null ? progressBytes_ : progressBytesBuilder_.build();
+        result.progressBytes_ = progressBytesBuilder_ == null
+            ? progressBytes_
+            : progressBytesBuilder_.build();
         to_bitField0_ |= 0x00000008;
       }
       if (((from_bitField0_ & 0x00000080) != 0)) {
-        result.ttlConfigDelta_ =
-            ttlConfigDeltaBuilder_ == null ? ttlConfigDelta_ : ttlConfigDeltaBuilder_.build();
+        result.ttlConfigDelta_ = ttlConfigDeltaBuilder_ == null
+            ? ttlConfigDelta_
+            : ttlConfigDeltaBuilder_.build();
         to_bitField0_ |= 0x00000010;
       }
       result.bitField0_ |= to_bitField0_;
@@ -2870,39 +2486,38 @@ private void buildPartial0(com.google.firestore.admin.v1.FieldOperationMetadata
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.FieldOperationMetadata) {
-        return mergeFrom((com.google.firestore.admin.v1.FieldOperationMetadata) other);
+        return mergeFrom((com.google.firestore.admin.v1.FieldOperationMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -2910,8 +2525,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.FieldOperationMetadata other) {
-      if (other == com.google.firestore.admin.v1.FieldOperationMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.FieldOperationMetadata.getDefaultInstance()) return this;
       if (other.hasStartTime()) {
         mergeStartTime(other.getStartTime());
       }
@@ -2941,10 +2555,9 @@ public Builder mergeFrom(com.google.firestore.admin.v1.FieldOperationMetadata ot
             indexConfigDeltasBuilder_ = null;
             indexConfigDeltas_ = other.indexConfigDeltas_;
             bitField0_ = (bitField0_ & ~0x00000008);
-            indexConfigDeltasBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getIndexConfigDeltasFieldBuilder()
-                    : null;
+            indexConfigDeltasBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getIndexConfigDeltasFieldBuilder() : null;
           } else {
             indexConfigDeltasBuilder_.addAllMessages(other.indexConfigDeltas_);
           }
@@ -2988,71 +2601,70 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getStartTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getEndTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 26:
-              {
-                field_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            case 34:
-              {
-                com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta m =
-                    input.readMessage(
-                        com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
-                            .parser(),
-                        extensionRegistry);
-                if (indexConfigDeltasBuilder_ == null) {
-                  ensureIndexConfigDeltasIsMutable();
-                  indexConfigDeltas_.add(m);
-                } else {
-                  indexConfigDeltasBuilder_.addMessage(m);
-                }
-                break;
-              } // case 34
-            case 40:
-              {
-                state_ = input.readEnum();
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 40
-            case 50:
-              {
-                input.readMessage(
-                    getProgressDocumentsFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000020;
-                break;
-              } // case 50
-            case 58:
-              {
-                input.readMessage(getProgressBytesFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000040;
-                break;
-              } // case 58
-            case 66:
-              {
-                input.readMessage(getTtlConfigDeltaFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000080;
-                break;
-              } // case 66
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getStartTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getEndTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 26: {
+              field_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            case 34: {
+              com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta m =
+                  input.readMessage(
+                      com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.parser(),
+                      extensionRegistry);
+              if (indexConfigDeltasBuilder_ == null) {
+                ensureIndexConfigDeltasIsMutable();
+                indexConfigDeltas_.add(m);
+              } else {
+                indexConfigDeltasBuilder_.addMessage(m);
+              }
+              break;
+            } // case 34
+            case 40: {
+              state_ = input.readEnum();
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 40
+            case 50: {
+              input.readMessage(
+                  getProgressDocumentsFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000020;
+              break;
+            } // case 50
+            case 58: {
+              input.readMessage(
+                  getProgressBytesFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000040;
+              break;
+            } // case 58
+            case 66: {
+              input.readMessage(
+                  getTtlConfigDeltaFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000080;
+              break;
+            } // case 66
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -3062,38 +2674,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.protobuf.Timestamp startTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
-        startTimeBuilder_;
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_;
     /**
-     *
-     *
      * 
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ public com.google.protobuf.Timestamp getStartTime() { @@ -3104,8 +2706,6 @@ public com.google.protobuf.Timestamp getStartTime() { } } /** - * - * *
      * The time this operation started.
      * 
@@ -3126,15 +2726,14 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; */ - public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setStartTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (startTimeBuilder_ == null) { startTime_ = builderForValue.build(); } else { @@ -3145,8 +2744,6 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu return this; } /** - * - * *
      * The time this operation started.
      * 
@@ -3155,9 +2752,9 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu */ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { if (startTimeBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && startTime_ != null - && startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + startTime_ != null && + startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getStartTimeBuilder().mergeFrom(value); } else { startTime_ = value; @@ -3172,8 +2769,6 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time this operation started.
      * 
@@ -3191,8 +2786,6 @@ public Builder clearStartTime() { return this; } /** - * - * *
      * The time this operation started.
      * 
@@ -3205,8 +2798,6 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { return getStartTimeFieldBuilder().getBuilder(); } /** - * - * *
      * The time this operation started.
      * 
@@ -3217,12 +2808,11 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { if (startTimeBuilder_ != null) { return startTimeBuilder_.getMessageOrBuilder(); } else { - return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + return startTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } /** - * - * *
      * The time this operation started.
      * 
@@ -3230,17 +2820,14 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { * .google.protobuf.Timestamp start_time = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getStartTimeFieldBuilder() { if (startTimeBuilder_ == null) { - startTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getStartTime(), getParentForChildren(), isClean()); + startTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getStartTime(), + getParentForChildren(), + isClean()); startTime_ = null; } return startTimeBuilder_; @@ -3248,35 +2835,26 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { private com.google.protobuf.Timestamp endTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - endTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; /** - * - * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ public com.google.protobuf.Timestamp getEndTime() { @@ -3287,8 +2865,6 @@ public com.google.protobuf.Timestamp getEndTime() { } } /** - * - * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -3310,8 +2886,6 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -3319,7 +2893,8 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp end_time = 2;
      */
-    public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setEndTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (endTimeBuilder_ == null) {
         endTime_ = builderForValue.build();
       } else {
@@ -3330,8 +2905,6 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -3341,9 +2914,9 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
      */
     public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       if (endTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0)
-            && endTime_ != null
-            && endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0) &&
+          endTime_ != null &&
+          endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getEndTimeBuilder().mergeFrom(value);
         } else {
           endTime_ = value;
@@ -3358,8 +2931,6 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -3378,8 +2949,6 @@ public Builder clearEndTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -3393,8 +2962,6 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() {
       return getEndTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -3406,12 +2973,11 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
       if (endTimeBuilder_ != null) {
         return endTimeBuilder_.getMessageOrBuilder();
       } else {
-        return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
+        return endTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -3420,17 +2986,14 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
      * .google.protobuf.Timestamp end_time = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getEndTimeFieldBuilder() {
       if (endTimeBuilder_ == null) {
-        endTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getEndTime(), getParentForChildren(), isClean());
+        endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getEndTime(),
+                getParentForChildren(),
+                isClean());
         endTime_ = null;
       }
       return endTimeBuilder_;
@@ -3438,21 +3001,19 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
 
     private java.lang.Object field_ = "";
     /**
-     *
-     *
      * 
      * The field resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      * 
* * string field = 3; - * * @return The field. */ public java.lang.String getField() { java.lang.Object ref = field_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); field_ = s; return s; @@ -3461,22 +3022,21 @@ public java.lang.String getField() { } } /** - * - * *
      * The field resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      * 
* * string field = 3; - * * @return The bytes for field. */ - public com.google.protobuf.ByteString getFieldBytes() { + public com.google.protobuf.ByteString + getFieldBytes() { java.lang.Object ref = field_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); field_ = b; return b; } else { @@ -3484,37 +3044,30 @@ public com.google.protobuf.ByteString getFieldBytes() { } } /** - * - * *
      * The field resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      * 
* * string field = 3; - * * @param value The field to set. * @return This builder for chaining. */ - public Builder setField(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setField( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } field_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * The field resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      * 
* * string field = 3; - * * @return This builder for chaining. */ public Builder clearField() { @@ -3524,22 +3077,18 @@ public Builder clearField() { return this; } /** - * - * *
      * The field resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      * 
* * string field = 3; - * * @param value The bytes for field to set. * @return This builder for chaining. */ - public Builder setFieldBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFieldBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); field_ = value; bitField0_ |= 0x00000004; @@ -3547,40 +3096,28 @@ public Builder setFieldBytes(com.google.protobuf.ByteString value) { return this; } - private java.util.List - indexConfigDeltas_ = java.util.Collections.emptyList(); - + private java.util.List indexConfigDeltas_ = + java.util.Collections.emptyList(); private void ensureIndexConfigDeltasIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { - indexConfigDeltas_ = - new java.util.ArrayList< - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta>( - indexConfigDeltas_); + indexConfigDeltas_ = new java.util.ArrayList(indexConfigDeltas_); bitField0_ |= 0x00000008; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta, - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder, - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder> - indexConfigDeltasBuilder_; + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder> indexConfigDeltasBuilder_; /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ - public java.util.List - getIndexConfigDeltasList() { + public java.util.List getIndexConfigDeltasList() { if (indexConfigDeltasBuilder_ == null) { return java.util.Collections.unmodifiableList(indexConfigDeltas_); } else { @@ -3588,17 +3125,13 @@ private void ensureIndexConfigDeltasIsMutable() { } } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ public int getIndexConfigDeltasCount() { if (indexConfigDeltasBuilder_ == null) { @@ -3608,20 +3141,15 @@ public int getIndexConfigDeltasCount() { } } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta - getIndexConfigDeltas(int index) { + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getIndexConfigDeltas(int index) { if (indexConfigDeltasBuilder_ == null) { return indexConfigDeltas_.get(index); } else { @@ -3629,17 +3157,13 @@ public int getIndexConfigDeltasCount() { } } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ public Builder setIndexConfigDeltas( int index, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta value) { @@ -3656,22 +3180,16 @@ public Builder setIndexConfigDeltas( return this; } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ public Builder setIndexConfigDeltas( - int index, - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder - builderForValue) { + int index, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder builderForValue) { if (indexConfigDeltasBuilder_ == null) { ensureIndexConfigDeltasIsMutable(); indexConfigDeltas_.set(index, builderForValue.build()); @@ -3682,20 +3200,15 @@ public Builder setIndexConfigDeltas( return this; } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ - public Builder addIndexConfigDeltas( - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta value) { + public Builder addIndexConfigDeltas(com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta value) { if (indexConfigDeltasBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3709,17 +3222,13 @@ public Builder addIndexConfigDeltas( return this; } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ public Builder addIndexConfigDeltas( int index, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta value) { @@ -3736,21 +3245,16 @@ public Builder addIndexConfigDeltas( return this; } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ public Builder addIndexConfigDeltas( - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder - builderForValue) { + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder builderForValue) { if (indexConfigDeltasBuilder_ == null) { ensureIndexConfigDeltasIsMutable(); indexConfigDeltas_.add(builderForValue.build()); @@ -3761,22 +3265,16 @@ public Builder addIndexConfigDeltas( return this; } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ public Builder addIndexConfigDeltas( - int index, - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder - builderForValue) { + int index, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder builderForValue) { if (indexConfigDeltasBuilder_ == null) { ensureIndexConfigDeltasIsMutable(); indexConfigDeltas_.add(index, builderForValue.build()); @@ -3787,25 +3285,20 @@ public Builder addIndexConfigDeltas( return this; } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ public Builder addAllIndexConfigDeltas( - java.lang.Iterable< - ? extends com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta> - values) { + java.lang.Iterable values) { if (indexConfigDeltasBuilder_ == null) { ensureIndexConfigDeltasIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, indexConfigDeltas_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, indexConfigDeltas_); onChanged(); } else { indexConfigDeltasBuilder_.addAllMessages(values); @@ -3813,17 +3306,13 @@ public Builder addAllIndexConfigDeltas( return this; } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ public Builder clearIndexConfigDeltas() { if (indexConfigDeltasBuilder_ == null) { @@ -3836,17 +3325,13 @@ public Builder clearIndexConfigDeltas() { return this; } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ public Builder removeIndexConfigDeltas(int index) { if (indexConfigDeltasBuilder_ == null) { @@ -3859,60 +3344,45 @@ public Builder removeIndexConfigDeltas(int index) { return this; } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder - getIndexConfigDeltasBuilder(int index) { + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder getIndexConfigDeltasBuilder( + int index) { return getIndexConfigDeltasFieldBuilder().getBuilder(index); } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder - getIndexConfigDeltasOrBuilder(int index) { + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder getIndexConfigDeltasOrBuilder( + int index) { if (indexConfigDeltasBuilder_ == null) { - return indexConfigDeltas_.get(index); - } else { + return indexConfigDeltas_.get(index); } else { return indexConfigDeltasBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ - public java.util.List< - ? extends - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder> - getIndexConfigDeltasOrBuilderList() { + public java.util.List + getIndexConfigDeltasOrBuilderList() { if (indexConfigDeltasBuilder_ != null) { return indexConfigDeltasBuilder_.getMessageOrBuilderList(); } else { @@ -3920,76 +3390,51 @@ public Builder removeIndexConfigDeltas(int index) { } } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder - addIndexConfigDeltasBuilder() { - return getIndexConfigDeltasFieldBuilder() - .addBuilder( - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta - .getDefaultInstance()); + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder addIndexConfigDeltasBuilder() { + return getIndexConfigDeltasFieldBuilder().addBuilder( + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.getDefaultInstance()); } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder - addIndexConfigDeltasBuilder(int index) { - return getIndexConfigDeltasFieldBuilder() - .addBuilder( - index, - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta - .getDefaultInstance()); + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder addIndexConfigDeltasBuilder( + int index) { + return getIndexConfigDeltasFieldBuilder().addBuilder( + index, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.getDefaultInstance()); } /** - * - * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ - public java.util.List< - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder> - getIndexConfigDeltasBuilderList() { + public java.util.List + getIndexConfigDeltasBuilderList() { return getIndexConfigDeltasFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta, - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder, - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder> + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder> getIndexConfigDeltasFieldBuilder() { if (indexConfigDeltasBuilder_ == null) { - indexConfigDeltasBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta, - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder, - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder>( + indexConfigDeltasBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder>( indexConfigDeltas_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), @@ -4001,29 +3446,22 @@ public Builder removeIndexConfigDeltas(int index) { private int state_ = 0; /** - * - * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 5; - * * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 5; - * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ @@ -4034,31 +3472,24 @@ public Builder setStateValue(int value) { return this; } /** - * - * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 5; - * * @return The state. */ @java.lang.Override public com.google.firestore.admin.v1.OperationState getState() { - com.google.firestore.admin.v1.OperationState result = - com.google.firestore.admin.v1.OperationState.forNumber(state_); + com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(state_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } /** - * - * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 5; - * * @param value The state to set. * @return This builder for chaining. */ @@ -4072,14 +3503,11 @@ public Builder setState(com.google.firestore.admin.v1.OperationState value) { return this; } /** - * - * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 5; - * * @return This builder for chaining. */ public Builder clearState() { @@ -4091,47 +3519,34 @@ public Builder clearState() { private com.google.firestore.admin.v1.Progress progressDocuments_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> - progressDocumentsBuilder_; + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressDocumentsBuilder_; /** - * - * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 6; - * * @return Whether the progressDocuments field is set. */ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 6; - * * @return The progressDocuments. */ public com.google.firestore.admin.v1.Progress getProgressDocuments() { if (progressDocumentsBuilder_ == null) { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } else { return progressDocumentsBuilder_.getMessage(); } } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -4152,8 +3567,6 @@ public Builder setProgressDocuments(com.google.firestore.admin.v1.Progress value return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -4172,8 +3585,6 @@ public Builder setProgressDocuments( return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -4182,9 +3593,9 @@ public Builder setProgressDocuments( */ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress value) { if (progressDocumentsBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) - && progressDocuments_ != null - && progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) && + progressDocuments_ != null && + progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressDocumentsBuilder().mergeFrom(value); } else { progressDocuments_ = value; @@ -4199,8 +3610,6 @@ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress val return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -4218,8 +3627,6 @@ public Builder clearProgressDocuments() { return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -4232,8 +3639,6 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressDocumentsBuilde return getProgressDocumentsFieldBuilder().getBuilder(); } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -4244,14 +3649,11 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui if (progressDocumentsBuilder_ != null) { return progressDocumentsBuilder_.getMessageOrBuilder(); } else { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? + com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -4259,17 +3661,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui * .google.firestore.admin.v1.Progress progress_documents = 6; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> getProgressDocumentsFieldBuilder() { if (progressDocumentsBuilder_ == null) { - progressDocumentsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressDocuments(), getParentForChildren(), isClean()); + progressDocumentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressDocuments(), + getParentForChildren(), + isClean()); progressDocuments_ = null; } return progressDocumentsBuilder_; @@ -4277,47 +3676,34 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui private com.google.firestore.admin.v1.Progress progressBytes_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> - progressBytesBuilder_; + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressBytesBuilder_; /** - * - * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 7; - * * @return Whether the progressBytes field is set. */ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000040) != 0); } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 7; - * * @return The progressBytes. */ public com.google.firestore.admin.v1.Progress getProgressBytes() { if (progressBytesBuilder_ == null) { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } else { return progressBytesBuilder_.getMessage(); } } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -4338,8 +3724,6 @@ public Builder setProgressBytes(com.google.firestore.admin.v1.Progress value) { return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -4358,8 +3742,6 @@ public Builder setProgressBytes( return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -4368,9 +3750,9 @@ public Builder setProgressBytes( */ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) { if (progressBytesBuilder_ == null) { - if (((bitField0_ & 0x00000040) != 0) - && progressBytes_ != null - && progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000040) != 0) && + progressBytes_ != null && + progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressBytesBuilder().mergeFrom(value); } else { progressBytes_ = value; @@ -4385,8 +3767,6 @@ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -4404,8 +3784,6 @@ public Builder clearProgressBytes() { return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -4418,8 +3796,6 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressBytesBuilder() return getProgressBytesFieldBuilder().getBuilder(); } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -4430,14 +3806,11 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder if (progressBytesBuilder_ != null) { return progressBytesBuilder_.getMessageOrBuilder(); } else { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? + com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -4445,17 +3818,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder * .google.firestore.admin.v1.Progress progress_bytes = 7; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> getProgressBytesFieldBuilder() { if (progressBytesBuilder_ == null) { - progressBytesBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressBytes(), getParentForChildren(), isClean()); + progressBytesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressBytes(), + getParentForChildren(), + isClean()); progressBytes_ = null; } return progressBytesBuilder_; @@ -4463,59 +3833,41 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder private com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttlConfigDelta_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta, - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder, - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder> - ttlConfigDeltaBuilder_; + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder> ttlConfigDeltaBuilder_; /** - * - * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; * @return Whether the ttlConfigDelta field is set. */ public boolean hasTtlConfigDelta() { return ((bitField0_ & 0x00000080) != 0); } /** - * - * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; * @return The ttlConfigDelta. */ public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta getTtlConfigDelta() { if (ttlConfigDeltaBuilder_ == null) { - return ttlConfigDelta_ == null - ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta - .getDefaultInstance() - : ttlConfigDelta_; + return ttlConfigDelta_ == null ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance() : ttlConfigDelta_; } else { return ttlConfigDeltaBuilder_.getMessage(); } } /** - * - * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; */ - public Builder setTtlConfigDelta( - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta value) { + public Builder setTtlConfigDelta(com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta value) { if (ttlConfigDeltaBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -4529,18 +3881,14 @@ public Builder setTtlConfigDelta( return this; } /** - * - * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; */ public Builder setTtlConfigDelta( - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder - builderForValue) { + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder builderForValue) { if (ttlConfigDeltaBuilder_ == null) { ttlConfigDelta_ = builderForValue.build(); } else { @@ -4551,23 +3899,17 @@ public Builder setTtlConfigDelta( return this; } /** - * - * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; */ - public Builder mergeTtlConfigDelta( - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta value) { + public Builder mergeTtlConfigDelta(com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta value) { if (ttlConfigDeltaBuilder_ == null) { - if (((bitField0_ & 0x00000080) != 0) - && ttlConfigDelta_ != null - && ttlConfigDelta_ - != com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta - .getDefaultInstance()) { + if (((bitField0_ & 0x00000080) != 0) && + ttlConfigDelta_ != null && + ttlConfigDelta_ != com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance()) { getTtlConfigDeltaBuilder().mergeFrom(value); } else { ttlConfigDelta_ = value; @@ -4582,14 +3924,11 @@ public Builder mergeTtlConfigDelta( return this; } /** - * - * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; */ public Builder clearTtlConfigDelta() { bitField0_ = (bitField0_ & ~0x00000080); @@ -4602,71 +3941,55 @@ public Builder clearTtlConfigDelta() { return this; } /** - * - * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; */ - public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder - getTtlConfigDeltaBuilder() { + public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder getTtlConfigDeltaBuilder() { bitField0_ |= 0x00000080; onChanged(); return getTtlConfigDeltaFieldBuilder().getBuilder(); } /** - * - * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; */ - public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder - getTtlConfigDeltaOrBuilder() { + public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder getTtlConfigDeltaOrBuilder() { if (ttlConfigDeltaBuilder_ != null) { return ttlConfigDeltaBuilder_.getMessageOrBuilder(); } else { - return ttlConfigDelta_ == null - ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta - .getDefaultInstance() - : ttlConfigDelta_; + return ttlConfigDelta_ == null ? + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance() : ttlConfigDelta_; } } /** - * - * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta, - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder, - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder> + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder> getTtlConfigDeltaFieldBuilder() { if (ttlConfigDeltaBuilder_ == null) { - ttlConfigDeltaBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta, - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder, - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder>( - getTtlConfigDelta(), getParentForChildren(), isClean()); + ttlConfigDeltaBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder>( + getTtlConfigDelta(), + getParentForChildren(), + isClean()); ttlConfigDelta_ = null; } return ttlConfigDeltaBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -4676,12 +3999,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.FieldOperationMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.FieldOperationMetadata) private static final com.google.firestore.admin.v1.FieldOperationMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.FieldOperationMetadata(); } @@ -4690,27 +4013,27 @@ public static com.google.firestore.admin.v1.FieldOperationMetadata getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public FieldOperationMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public FieldOperationMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -4725,4 +4048,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.FieldOperationMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadataOrBuilder.java similarity index 75% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadataOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadataOrBuilder.java index 29f38bb53..43cda99bc 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadataOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadataOrBuilder.java @@ -1,56 +1,32 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface FieldOperationMetadataOrBuilder - extends +public interface FieldOperationMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.FieldOperationMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** - * - * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** - * - * *
    * The time this operation started.
    * 
@@ -60,34 +36,26 @@ public interface FieldOperationMetadataOrBuilder com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -98,160 +66,119 @@ public interface FieldOperationMetadataOrBuilder
   com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
 
   /**
-   *
-   *
    * 
    * The field resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
    * 
* * string field = 3; - * * @return The field. */ java.lang.String getField(); /** - * - * *
    * The field resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
    * 
* * string field = 3; - * * @return The bytes for field. */ - com.google.protobuf.ByteString getFieldBytes(); + com.google.protobuf.ByteString + getFieldBytes(); /** - * - * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ - java.util.List + java.util.List getIndexConfigDeltasList(); /** - * - * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getIndexConfigDeltas( - int index); + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getIndexConfigDeltas(int index); /** - * - * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ int getIndexConfigDeltasCount(); /** - * - * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ - java.util.List< - ? extends com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder> + java.util.List getIndexConfigDeltasOrBuilderList(); /** - * - * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; - * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; */ - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder - getIndexConfigDeltasOrBuilder(int index); + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder getIndexConfigDeltasOrBuilder( + int index); /** - * - * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 5; - * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** - * - * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 5; - * * @return The state. */ com.google.firestore.admin.v1.OperationState getState(); /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 6; - * * @return Whether the progressDocuments field is set. */ boolean hasProgressDocuments(); /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 6; - * * @return The progressDocuments. */ com.google.firestore.admin.v1.Progress getProgressDocuments(); /** - * - * *
    * The progress, in documents, of this operation.
    * 
@@ -261,32 +188,24 @@ com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getIndexCo com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder(); /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 7; - * * @return Whether the progressBytes field is set. */ boolean hasProgressBytes(); /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 7; - * * @return The progressBytes. */ com.google.firestore.admin.v1.Progress getProgressBytes(); /** - * - * *
    * The progress, in bytes, of this operation.
    * 
@@ -296,41 +215,29 @@ com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getIndexCo com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder(); /** - * - * *
    * Describes the deltas of TTL configuration.
    * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; * @return Whether the ttlConfigDelta field is set. */ boolean hasTtlConfigDelta(); /** - * - * *
    * Describes the deltas of TTL configuration.
    * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; * @return The ttlConfigDelta. */ com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta getTtlConfigDelta(); /** - * - * *
    * Describes the deltas of TTL configuration.
    * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; - * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; */ - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder - getTtlConfigDeltaOrBuilder(); + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder getTtlConfigDeltaOrBuilder(); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOrBuilder.java similarity index 64% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOrBuilder.java index b2d3577f3..c89eed4e6 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOrBuilder.java @@ -1,53 +1,33 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/field.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface FieldOrBuilder - extends +public interface FieldOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Field) com.google.protobuf.MessageOrBuilder { /** - * - * *
-   * Required. A field name of the form
+   * Required. A field name of the form:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
    *
-   * A field path may be a simple field name, e.g. `address` or a path to fields
-   * within map_value , e.g. `address.city`,
+   * A field path can be a simple field name, e.g. `address` or a path to fields
+   * within `map_value` , e.g. `address.city`,
    * or a special field path. The only valid special field is `*`, which
    * represents any field.
    *
-   * Field paths may be quoted using ` (backtick). The only character that needs
-   * to be escaped within a quoted field path is the backtick character itself,
-   * escaped using a backslash. Special characters in field paths that
+   * Field paths can be quoted using `` ` `` (backtick). The only character that
+   * must be escaped within a quoted field path is the backtick character
+   * itself, escaped using a backslash. Special characters in field paths that
    * must be quoted include: `*`, `.`,
-   * ``` (backtick), `[`, `]`, as well as any ascii symbolic characters.
+   * `` ` `` (backtick), `[`, `]`, as well as any ascii symbolic characters.
    *
    * Examples:
-   * (Note: Comments here are written in markdown syntax, so there is an
-   *  additional layer of backticks to represent a code block)
-   * `\`address.city\`` represents a field named `address.city`, not the map key
-   * `city` in the field `address`.
-   * `\`*\`` represents a field named `*`, not any field.
+   * `` `address.city` `` represents a field named `address.city`, not the map
+   * key `city` in the field `address`. `` `*` `` represents a field named `*`,
+   * not any field.
    *
    * A special `Field` contains the default indexing settings for all fields.
    * This field's resource name is:
@@ -57,34 +37,29 @@ public interface FieldOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
-   * Required. A field name of the form
+   * Required. A field name of the form:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
    *
-   * A field path may be a simple field name, e.g. `address` or a path to fields
-   * within map_value , e.g. `address.city`,
+   * A field path can be a simple field name, e.g. `address` or a path to fields
+   * within `map_value` , e.g. `address.city`,
    * or a special field path. The only valid special field is `*`, which
    * represents any field.
    *
-   * Field paths may be quoted using ` (backtick). The only character that needs
-   * to be escaped within a quoted field path is the backtick character itself,
-   * escaped using a backslash. Special characters in field paths that
+   * Field paths can be quoted using `` ` `` (backtick). The only character that
+   * must be escaped within a quoted field path is the backtick character
+   * itself, escaped using a backslash. Special characters in field paths that
    * must be quoted include: `*`, `.`,
-   * ``` (backtick), `[`, `]`, as well as any ascii symbolic characters.
+   * `` ` `` (backtick), `[`, `]`, as well as any ascii symbolic characters.
    *
    * Examples:
-   * (Note: Comments here are written in markdown syntax, so there is an
-   *  additional layer of backticks to represent a code block)
-   * `\`address.city\`` represents a field named `address.city`, not the map key
-   * `city` in the field `address`.
-   * `\`*\`` represents a field named `*`, not any field.
+   * `` `address.city` `` represents a field named `address.city`, not the map
+   * key `city` in the field `address`. `` `*` `` represents a field named `*`,
+   * not any field.
    *
    * A special `Field` contains the default indexing settings for all fields.
    * This field's resource name is:
@@ -94,14 +69,12 @@ public interface FieldOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The index configuration for this field. If unset, field indexing will
    * revert to the configuration defined by the `ancestor_field`. To
@@ -110,13 +83,10 @@ public interface FieldOrBuilder
    * 
* * .google.firestore.admin.v1.Field.IndexConfig index_config = 2; - * * @return Whether the indexConfig field is set. */ boolean hasIndexConfig(); /** - * - * *
    * The index configuration for this field. If unset, field indexing will
    * revert to the configuration defined by the `ancestor_field`. To
@@ -125,13 +95,10 @@ public interface FieldOrBuilder
    * 
* * .google.firestore.admin.v1.Field.IndexConfig index_config = 2; - * * @return The indexConfig. */ com.google.firestore.admin.v1.Field.IndexConfig getIndexConfig(); /** - * - * *
    * The index configuration for this field. If unset, field indexing will
    * revert to the configuration defined by the `ancestor_field`. To
@@ -144,8 +111,6 @@ public interface FieldOrBuilder
   com.google.firestore.admin.v1.Field.IndexConfigOrBuilder getIndexConfigOrBuilder();
 
   /**
-   *
-   *
    * 
    * The TTL configuration for this `Field`.
    * Setting or unsetting this will enable or disable the TTL for
@@ -153,13 +118,10 @@ public interface FieldOrBuilder
    * 
* * .google.firestore.admin.v1.Field.TtlConfig ttl_config = 3; - * * @return Whether the ttlConfig field is set. */ boolean hasTtlConfig(); /** - * - * *
    * The TTL configuration for this `Field`.
    * Setting or unsetting this will enable or disable the TTL for
@@ -167,13 +129,10 @@ public interface FieldOrBuilder
    * 
* * .google.firestore.admin.v1.Field.TtlConfig ttl_config = 3; - * * @return The ttlConfig. */ com.google.firestore.admin.v1.Field.TtlConfig getTtlConfig(); /** - * - * *
    * The TTL configuration for this `Field`.
    * Setting or unsetting this will enable or disable the TTL for
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java
new file mode 100644
index 000000000..a0bc5661a
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java
@@ -0,0 +1,105 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/admin/v1/field.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.admin.v1;
+
+public final class FieldProto {
+  private FieldProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_Field_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_Field_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n%google/firestore/admin/v1/field.proto\022" +
+      "\031google.firestore.admin.v1\032\037google/api/f" +
+      "ield_behavior.proto\032\031google/api/resource" +
+      ".proto\032%google/firestore/admin/v1/index." +
+      "proto\"\305\004\n\005Field\022\021\n\004name\030\001 \001(\tB\003\340A\002\022B\n\014in" +
+      "dex_config\030\002 \001(\0132,.google.firestore.admi" +
+      "n.v1.Field.IndexConfig\022>\n\nttl_config\030\003 \001" +
+      "(\0132*.google.firestore.admin.v1.Field.Ttl" +
+      "Config\032\211\001\n\013IndexConfig\0221\n\007indexes\030\001 \003(\0132" +
+      " .google.firestore.admin.v1.Index\022\034\n\024use" +
+      "s_ancestor_config\030\002 \001(\010\022\026\n\016ancestor_fiel" +
+      "d\030\003 \001(\t\022\021\n\treverting\030\004 \001(\010\032\235\001\n\tTtlConfig" +
+      "\022D\n\005state\030\001 \001(\01620.google.firestore.admin" +
+      ".v1.Field.TtlConfig.StateB\003\340A\003\"J\n\005State\022" +
+      "\025\n\021STATE_UNSPECIFIED\020\000\022\014\n\010CREATING\020\001\022\n\n\006" +
+      "ACTIVE\020\002\022\020\n\014NEEDS_REPAIR\020\003:y\352Av\n\036firesto" +
+      "re.googleapis.com/Field\022Tprojects/{proje" +
+      "ct}/databases/{database}/collectionGroup" +
+      "s/{collection}/fields/{field}B\331\001\n\035com.go" +
+      "ogle.firestore.admin.v1B\nFieldProtoP\001Z9c" +
+      "loud.google.com/go/firestore/apiv1/admin" +
+      "/adminpb;adminpb\242\002\004GCFS\252\002\037Google.Cloud.F" +
+      "irestore.Admin.V1\312\002\037Google\\Cloud\\Firesto" +
+      "re\\Admin\\V1\352\002#Google::Cloud::Firestore::" +
+      "Admin::V1b\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+          com.google.api.FieldBehaviorProto.getDescriptor(),
+          com.google.api.ResourceProto.getDescriptor(),
+          com.google.firestore.admin.v1.IndexProto.getDescriptor(),
+        });
+    internal_static_google_firestore_admin_v1_Field_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_admin_v1_Field_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_Field_descriptor,
+        new java.lang.String[] { "Name", "IndexConfig", "TtlConfig", });
+    internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor =
+      internal_static_google_firestore_admin_v1_Field_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor,
+        new java.lang.String[] { "Indexes", "UsesAncestorConfig", "AncestorField", "Reverting", });
+    internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor =
+      internal_static_google_firestore_admin_v1_Field_descriptor.getNestedTypes().get(1);
+    internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor,
+        new java.lang.String[] { "State", });
+    com.google.protobuf.ExtensionRegistry registry =
+        com.google.protobuf.ExtensionRegistry.newInstance();
+    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
+    registry.add(com.google.api.ResourceProto.resource);
+    com.google.protobuf.Descriptors.FileDescriptor
+        .internalUpdateFileDescriptor(descriptor, registry);
+    com.google.api.FieldBehaviorProto.getDescriptor();
+    com.google.api.ResourceProto.getDescriptor();
+    com.google.firestore.admin.v1.IndexProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java
new file mode 100644
index 000000000..8b9d36da9
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java
@@ -0,0 +1,671 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/admin/v1/firestore_admin.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.admin.v1;
+
+public final class FirestoreAdminProto {
+  private FirestoreAdminProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n/google/firestore/admin/v1/firestore_ad" +
+      "min.proto\022\031google.firestore.admin.v1\032\034go" +
+      "ogle/api/annotations.proto\032\027google/api/c" +
+      "lient.proto\032\037google/api/field_behavior.p" +
+      "roto\032\031google/api/resource.proto\032&google/" +
+      "firestore/admin/v1/backup.proto\032(google/" +
+      "firestore/admin/v1/database.proto\032%googl" +
+      "e/firestore/admin/v1/field.proto\032%google" +
+      "/firestore/admin/v1/index.proto\032)google/" +
+      "firestore/admin/v1/operation.proto\032(goog" +
+      "le/firestore/admin/v1/schedule.proto\032#go" +
+      "ogle/longrunning/operations.proto\032\033googl" +
+      "e/protobuf/empty.proto\032 google/protobuf/" +
+      "field_mask.proto\032\037google/protobuf/timest" +
+      "amp.proto\"g\n\024ListDatabasesRequest\0229\n\006par" +
+      "ent\030\001 \001(\tB)\340A\002\372A#\022!firestore.googleapis." +
+      "com/Database\022\024\n\014show_deleted\030\004 \001(\010\"\250\001\n\025C" +
+      "reateDatabaseRequest\0229\n\006parent\030\001 \001(\tB)\340A" +
+      "\002\372A#\022!firestore.googleapis.com/Database\022" +
+      ":\n\010database\030\002 \001(\0132#.google.firestore.adm" +
+      "in.v1.DatabaseB\003\340A\002\022\030\n\013database_id\030\003 \001(\t" +
+      "B\003\340A\002\"\030\n\026CreateDatabaseMetadata\"d\n\025ListD" +
+      "atabasesResponse\0226\n\tdatabases\030\001 \003(\0132#.go" +
+      "ogle.firestore.admin.v1.Database\022\023\n\013unre" +
+      "achable\030\003 \003(\t\"M\n\022GetDatabaseRequest\0227\n\004n" +
+      "ame\030\001 \001(\tB)\340A\002\372A#\n!firestore.googleapis." +
+      "com/Database\"\204\001\n\025UpdateDatabaseRequest\022:" +
+      "\n\010database\030\001 \001(\0132#.google.firestore.admi" +
+      "n.v1.DatabaseB\003\340A\002\022/\n\013update_mask\030\002 \001(\0132" +
+      "\032.google.protobuf.FieldMask\"\030\n\026UpdateDat" +
+      "abaseMetadata\"^\n\025DeleteDatabaseRequest\0227" +
+      "\n\004name\030\001 \001(\tB)\340A\002\372A#\n!firestore.googleap" +
+      "is.com/Database\022\014\n\004etag\030\003 \001(\t\"\030\n\026DeleteD" +
+      "atabaseMetadata\"\241\001\n\033CreateBackupSchedule" +
+      "Request\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!firesto" +
+      "re.googleapis.com/Database\022G\n\017backup_sch" +
+      "edule\030\002 \001(\0132).google.firestore.admin.v1." +
+      "BackupScheduleB\003\340A\002\"Y\n\030GetBackupSchedule" +
+      "Request\022=\n\004name\030\001 \001(\tB/\340A\002\372A)\n\'firestore" +
+      ".googleapis.com/BackupSchedule\"\227\001\n\033Updat" +
+      "eBackupScheduleRequest\022G\n\017backup_schedul" +
+      "e\030\001 \001(\0132).google.firestore.admin.v1.Back" +
+      "upScheduleB\003\340A\002\022/\n\013update_mask\030\002 \001(\0132\032.g" +
+      "oogle.protobuf.FieldMask\"W\n\032ListBackupSc" +
+      "hedulesRequest\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!" +
+      "firestore.googleapis.com/Database\"b\n\033Lis" +
+      "tBackupSchedulesResponse\022C\n\020backup_sched" +
+      "ules\030\001 \003(\0132).google.firestore.admin.v1.B" +
+      "ackupSchedule\"\\\n\033DeleteBackupScheduleReq" +
+      "uest\022=\n\004name\030\001 \001(\tB/\340A\002\372A)\n\'firestore.go" +
+      "ogleapis.com/BackupSchedule\"\214\001\n\022CreateIn" +
+      "dexRequest\022@\n\006parent\030\001 \001(\tB0\340A\002\372A*\n(fire" +
+      "store.googleapis.com/CollectionGroup\0224\n\005" +
+      "index\030\002 \001(\0132 .google.firestore.admin.v1." +
+      "IndexB\003\340A\002\"\215\001\n\022ListIndexesRequest\022@\n\006par" +
+      "ent\030\001 \001(\tB0\340A\002\372A*\n(firestore.googleapis." +
+      "com/CollectionGroup\022\016\n\006filter\030\002 \001(\t\022\021\n\tp" +
+      "age_size\030\003 \001(\005\022\022\n\npage_token\030\004 \001(\t\"a\n\023Li" +
+      "stIndexesResponse\0221\n\007indexes\030\001 \003(\0132 .goo" +
+      "gle.firestore.admin.v1.Index\022\027\n\017next_pag" +
+      "e_token\030\002 \001(\t\"G\n\017GetIndexRequest\0224\n\004name" +
+      "\030\001 \001(\tB&\340A\002\372A \n\036firestore.googleapis.com" +
+      "/Index\"J\n\022DeleteIndexRequest\0224\n\004name\030\001 \001" +
+      "(\tB&\340A\002\372A \n\036firestore.googleapis.com/Ind" +
+      "ex\"{\n\022UpdateFieldRequest\0224\n\005field\030\001 \001(\0132" +
+      " .google.firestore.admin.v1.FieldB\003\340A\002\022/" +
+      "\n\013update_mask\030\002 \001(\0132\032.google.protobuf.Fi" +
+      "eldMask\"G\n\017GetFieldRequest\0224\n\004name\030\001 \001(\t" +
+      "B&\340A\002\372A \n\036firestore.googleapis.com/Field" +
+      "\"\214\001\n\021ListFieldsRequest\022@\n\006parent\030\001 \001(\tB0" +
+      "\340A\002\372A*\n(firestore.googleapis.com/Collect" +
+      "ionGroup\022\016\n\006filter\030\002 \001(\t\022\021\n\tpage_size\030\003 " +
+      "\001(\005\022\022\n\npage_token\030\004 \001(\t\"_\n\022ListFieldsRes" +
+      "ponse\0220\n\006fields\030\001 \003(\0132 .google.firestore" +
+      ".admin.v1.Field\022\027\n\017next_page_token\030\002 \001(\t" +
+      "\"\316\001\n\026ExportDocumentsRequest\0227\n\004name\030\001 \001(" +
+      "\tB)\340A\002\372A#\n!firestore.googleapis.com/Data" +
+      "base\022\026\n\016collection_ids\030\002 \003(\t\022\031\n\021output_u" +
+      "ri_prefix\030\003 \001(\t\022\025\n\rnamespace_ids\030\004 \003(\t\0221" +
+      "\n\rsnapshot_time\030\005 \001(\0132\032.google.protobuf." +
+      "Timestamp\"\232\001\n\026ImportDocumentsRequest\0227\n\004" +
+      "name\030\001 \001(\tB)\340A\002\372A#\n!firestore.googleapis" +
+      ".com/Database\022\026\n\016collection_ids\030\002 \003(\t\022\030\n" +
+      "\020input_uri_prefix\030\003 \001(\t\022\025\n\rnamespace_ids" +
+      "\030\004 \003(\t\"\216\001\n\032BulkDeleteDocumentsRequest\0227\n" +
+      "\004name\030\001 \001(\tB)\340A\002\372A#\n!firestore.googleapi" +
+      "s.com/Database\022\033\n\016collection_ids\030\002 \003(\tB\003" +
+      "\340A\001\022\032\n\rnamespace_ids\030\003 \003(\tB\003\340A\001\"\035\n\033BulkD" +
+      "eleteDocumentsResponse\"I\n\020GetBackupReque" +
+      "st\0225\n\004name\030\001 \001(\tB\'\340A\002\372A!\n\037firestore.goog" +
+      "leapis.com/Backup\"O\n\022ListBackupsRequest\022" +
+      "9\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!firestore.googl" +
+      "eapis.com/Location\"^\n\023ListBackupsRespons" +
+      "e\0222\n\007backups\030\001 \003(\0132!.google.firestore.ad" +
+      "min.v1.Backup\022\023\n\013unreachable\030\003 \003(\t\"L\n\023De" +
+      "leteBackupRequest\0225\n\004name\030\001 \001(\tB\'\340A\002\372A!\n" +
+      "\037firestore.googleapis.com/Backup\"\246\001\n\026Res" +
+      "toreDatabaseRequest\0229\n\006parent\030\001 \001(\tB)\340A\002" +
+      "\372A#\022!firestore.googleapis.com/Database\022\030" +
+      "\n\013database_id\030\002 \001(\tB\003\340A\002\0227\n\006backup\030\003 \001(\t" +
+      "B\'\340A\002\372A!\n\037firestore.googleapis.com/Backu" +
+      "p2\313%\n\016FirestoreAdmin\022\333\001\n\013CreateIndex\022-.g" +
+      "oogle.firestore.admin.v1.CreateIndexRequ" +
+      "est\032\035.google.longrunning.Operation\"~\312A\037\n" +
+      "\005Index\022\026IndexOperationMetadata\332A\014parent," +
+      "index\202\323\344\223\002G\">/v1/{parent=projects/*/data" +
+      "bases/*/collectionGroups/*}/indexes:\005ind" +
+      "ex\022\275\001\n\013ListIndexes\022-.google.firestore.ad" +
+      "min.v1.ListIndexesRequest\032..google.fires" +
+      "tore.admin.v1.ListIndexesResponse\"O\332A\006pa" +
+      "rent\202\323\344\223\002@\022>/v1/{parent=projects/*/datab" +
+      "ases/*/collectionGroups/*}/indexes\022\247\001\n\010G" +
+      "etIndex\022*.google.firestore.admin.v1.GetI" +
+      "ndexRequest\032 .google.firestore.admin.v1." +
+      "Index\"M\332A\004name\202\323\344\223\002@\022>/v1/{name=projects" +
+      "/*/databases/*/collectionGroups/*/indexe" +
+      "s/*}\022\243\001\n\013DeleteIndex\022-.google.firestore." +
+      "admin.v1.DeleteIndexRequest\032\026.google.pro" +
+      "tobuf.Empty\"M\332A\004name\202\323\344\223\002@*>/v1/{name=pr" +
+      "ojects/*/databases/*/collectionGroups/*/" +
+      "indexes/*}\022\246\001\n\010GetField\022*.google.firesto" +
+      "re.admin.v1.GetFieldRequest\032 .google.fir" +
+      "estore.admin.v1.Field\"L\332A\004name\202\323\344\223\002?\022=/v" +
+      "1/{name=projects/*/databases/*/collectio" +
+      "nGroups/*/fields/*}\022\331\001\n\013UpdateField\022-.go" +
+      "ogle.firestore.admin.v1.UpdateFieldReque" +
+      "st\032\035.google.longrunning.Operation\"|\312A\037\n\005" +
+      "Field\022\026FieldOperationMetadata\332A\005field\202\323\344" +
+      "\223\002L2C/v1/{field.name=projects/*/database" +
+      "s/*/collectionGroups/*/fields/*}:\005field\022" +
+      "\271\001\n\nListFields\022,.google.firestore.admin." +
+      "v1.ListFieldsRequest\032-.google.firestore." +
+      "admin.v1.ListFieldsResponse\"N\332A\006parent\202\323" +
+      "\344\223\002?\022=/v1/{parent=projects/*/databases/*" +
+      "/collectionGroups/*}/fields\022\335\001\n\017ExportDo" +
+      "cuments\0221.google.firestore.admin.v1.Expo" +
+      "rtDocumentsRequest\032\035.google.longrunning." +
+      "Operation\"x\312A2\n\027ExportDocumentsResponse\022" +
+      "\027ExportDocumentsMetadata\332A\004name\202\323\344\223\0026\"1/" +
+      "v1/{name=projects/*/databases/*}:exportD" +
+      "ocuments:\001*\022\333\001\n\017ImportDocuments\0221.google" +
+      ".firestore.admin.v1.ImportDocumentsReque" +
+      "st\032\035.google.longrunning.Operation\"v\312A0\n\025" +
+      "google.protobuf.Empty\022\027ImportDocumentsMe" +
+      "tadata\332A\004name\202\323\344\223\0026\"1/v1/{name=projects/" +
+      "*/databases/*}:importDocuments:\001*\022\362\001\n\023Bu" +
+      "lkDeleteDocuments\0225.google.firestore.adm" +
+      "in.v1.BulkDeleteDocumentsRequest\032\035.googl" +
+      "e.longrunning.Operation\"\204\001\312A:\n\033BulkDelet" +
+      "eDocumentsResponse\022\033BulkDeleteDocumentsM" +
+      "etadata\332A\004name\202\323\344\223\002:\"5/v1/{name=projects" +
+      "/*/databases/*}:bulkDeleteDocuments:\001*\022\331" +
+      "\001\n\016CreateDatabase\0220.google.firestore.adm" +
+      "in.v1.CreateDatabaseRequest\032\035.google.lon" +
+      "grunning.Operation\"v\312A\"\n\010Database\022\026Creat" +
+      "eDatabaseMetadata\332A\033parent,database,data" +
+      "base_id\202\323\344\223\002-\"!/v1/{parent=projects/*}/d" +
+      "atabases:\010database\022\223\001\n\013GetDatabase\022-.goo" +
+      "gle.firestore.admin.v1.GetDatabaseReques" +
+      "t\032#.google.firestore.admin.v1.Database\"0" +
+      "\332A\004name\202\323\344\223\002#\022!/v1/{name=projects/*/data" +
+      "bases/*}\022\246\001\n\rListDatabases\022/.google.fire" +
+      "store.admin.v1.ListDatabasesRequest\0320.go" +
+      "ogle.firestore.admin.v1.ListDatabasesRes" +
+      "ponse\"2\332A\006parent\202\323\344\223\002#\022!/v1/{parent=proj" +
+      "ects/*}/databases\022\333\001\n\016UpdateDatabase\0220.g" +
+      "oogle.firestore.admin.v1.UpdateDatabaseR" +
+      "equest\032\035.google.longrunning.Operation\"x\312" +
+      "A\"\n\010Database\022\026UpdateDatabaseMetadata\332A\024d" +
+      "atabase,update_mask\202\323\344\223\00262*/v1/{database" +
+      ".name=projects/*/databases/*}:\010database\022" +
+      "\270\001\n\016DeleteDatabase\0220.google.firestore.ad" +
+      "min.v1.DeleteDatabaseRequest\032\035.google.lo" +
+      "ngrunning.Operation\"U\312A\"\n\010Database\022\026Dele" +
+      "teDatabaseMetadata\332A\004name\202\323\344\223\002#*!/v1/{na" +
+      "me=projects/*/databases/*}\022\227\001\n\tGetBackup" +
+      "\022+.google.firestore.admin.v1.GetBackupRe" +
+      "quest\032!.google.firestore.admin.v1.Backup" +
+      "\":\332A\004name\202\323\344\223\002-\022+/v1/{name=projects/*/lo" +
+      "cations/*/backups/*}\022\252\001\n\013ListBackups\022-.g" +
+      "oogle.firestore.admin.v1.ListBackupsRequ" +
+      "est\032..google.firestore.admin.v1.ListBack" +
+      "upsResponse\"<\332A\006parent\202\323\344\223\002-\022+/v1/{paren" +
+      "t=projects/*/locations/*}/backups\022\222\001\n\014De" +
+      "leteBackup\022..google.firestore.admin.v1.D" +
+      "eleteBackupRequest\032\026.google.protobuf.Emp" +
+      "ty\":\332A\004name\202\323\344\223\002-*+/v1/{name=projects/*/" +
+      "locations/*/backups/*}\022\277\001\n\017RestoreDataba" +
+      "se\0221.google.firestore.admin.v1.RestoreDa" +
+      "tabaseRequest\032\035.google.longrunning.Opera" +
+      "tion\"Z\312A#\n\010Database\022\027RestoreDatabaseMeta" +
+      "data\202\323\344\223\002.\")/v1/{parent=projects/*}/data" +
+      "bases:restore:\001*\022\340\001\n\024CreateBackupSchedul" +
+      "e\0226.google.firestore.admin.v1.CreateBack" +
+      "upScheduleRequest\032).google.firestore.adm" +
+      "in.v1.BackupSchedule\"e\332A\026parent,backup_s" +
+      "chedule\202\323\344\223\002F\"3/v1/{parent=projects/*/da" +
+      "tabases/*}/backupSchedules:\017backup_sched" +
+      "ule\022\267\001\n\021GetBackupSchedule\0223.google.fires" +
+      "tore.admin.v1.GetBackupScheduleRequest\032)" +
+      ".google.firestore.admin.v1.BackupSchedul" +
+      "e\"B\332A\004name\202\323\344\223\0025\0223/v1/{name=projects/*/d" +
+      "atabases/*/backupSchedules/*}\022\312\001\n\023ListBa" +
+      "ckupSchedules\0225.google.firestore.admin.v" +
+      "1.ListBackupSchedulesRequest\0326.google.fi" +
+      "restore.admin.v1.ListBackupSchedulesResp" +
+      "onse\"D\332A\006parent\202\323\344\223\0025\0223/v1/{parent=proje" +
+      "cts/*/databases/*}/backupSchedules\022\365\001\n\024U" +
+      "pdateBackupSchedule\0226.google.firestore.a" +
+      "dmin.v1.UpdateBackupScheduleRequest\032).go" +
+      "ogle.firestore.admin.v1.BackupSchedule\"z" +
+      "\332A\033backup_schedule,update_mask\202\323\344\223\002V2C/v" +
+      "1/{backup_schedule.name=projects/*/datab" +
+      "ases/*/backupSchedules/*}:\017backup_schedu" +
+      "le\022\252\001\n\024DeleteBackupSchedule\0226.google.fir" +
+      "estore.admin.v1.DeleteBackupScheduleRequ" +
+      "est\032\026.google.protobuf.Empty\"B\332A\004name\202\323\344\223" +
+      "\0025*3/v1/{name=projects/*/databases/*/bac" +
+      "kupSchedules/*}\032v\312A\030firestore.googleapis" +
+      ".com\322AXhttps://www.googleapis.com/auth/c" +
+      "loud-platform,https://www.googleapis.com" +
+      "/auth/datastoreB\245\003\n\035com.google.firestore" +
+      ".admin.v1B\023FirestoreAdminProtoP\001Z9cloud." +
+      "google.com/go/firestore/apiv1/admin/admi" +
+      "npb;adminpb\242\002\004GCFS\252\002\037Google.Cloud.Firest" +
+      "ore.Admin.V1\312\002\037Google\\Cloud\\Firestore\\Ad" +
+      "min\\V1\352\002#Google::Cloud::Firestore::Admin" +
+      "::V1\352AL\n!firestore.googleapis.com/Locati" +
+      "on\022\'projects/{project}/locations/{locati" +
+      "on}\352Aq\n(firestore.googleapis.com/Collect" +
+      "ionGroup\022Eprojects/{project}/databases/{" +
+      "database}/collectionGroups/{collection}b" +
+      "\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+          com.google.api.AnnotationsProto.getDescriptor(),
+          com.google.api.ClientProto.getDescriptor(),
+          com.google.api.FieldBehaviorProto.getDescriptor(),
+          com.google.api.ResourceProto.getDescriptor(),
+          com.google.firestore.admin.v1.BackupProto.getDescriptor(),
+          com.google.firestore.admin.v1.DatabaseProto.getDescriptor(),
+          com.google.firestore.admin.v1.FieldProto.getDescriptor(),
+          com.google.firestore.admin.v1.IndexProto.getDescriptor(),
+          com.google.firestore.admin.v1.OperationProto.getDescriptor(),
+          com.google.firestore.admin.v1.ScheduleProto.getDescriptor(),
+          com.google.longrunning.OperationsProto.getDescriptor(),
+          com.google.protobuf.EmptyProto.getDescriptor(),
+          com.google.protobuf.FieldMaskProto.getDescriptor(),
+          com.google.protobuf.TimestampProto.getDescriptor(),
+        });
+    internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor,
+        new java.lang.String[] { "Parent", "ShowDeleted", });
+    internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor,
+        new java.lang.String[] { "Parent", "Database", "DatabaseId", });
+    internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor =
+      getDescriptor().getMessageTypes().get(2);
+    internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor,
+        new java.lang.String[] { });
+    internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor =
+      getDescriptor().getMessageTypes().get(3);
+    internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor,
+        new java.lang.String[] { "Databases", "Unreachable", });
+    internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor =
+      getDescriptor().getMessageTypes().get(4);
+    internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor,
+        new java.lang.String[] { "Name", });
+    internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor =
+      getDescriptor().getMessageTypes().get(5);
+    internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor,
+        new java.lang.String[] { "Database", "UpdateMask", });
+    internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor =
+      getDescriptor().getMessageTypes().get(6);
+    internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor,
+        new java.lang.String[] { });
+    internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor =
+      getDescriptor().getMessageTypes().get(7);
+    internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor,
+        new java.lang.String[] { "Name", "Etag", });
+    internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor =
+      getDescriptor().getMessageTypes().get(8);
+    internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor,
+        new java.lang.String[] { });
+    internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor =
+      getDescriptor().getMessageTypes().get(9);
+    internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor,
+        new java.lang.String[] { "Parent", "BackupSchedule", });
+    internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor =
+      getDescriptor().getMessageTypes().get(10);
+    internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor,
+        new java.lang.String[] { "Name", });
+    internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor =
+      getDescriptor().getMessageTypes().get(11);
+    internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor,
+        new java.lang.String[] { "BackupSchedule", "UpdateMask", });
+    internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor =
+      getDescriptor().getMessageTypes().get(12);
+    internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor,
+        new java.lang.String[] { "Parent", });
+    internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor =
+      getDescriptor().getMessageTypes().get(13);
+    internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor,
+        new java.lang.String[] { "BackupSchedules", });
+    internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor =
+      getDescriptor().getMessageTypes().get(14);
+    internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor,
+        new java.lang.String[] { "Name", });
+    internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor =
+      getDescriptor().getMessageTypes().get(15);
+    internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor,
+        new java.lang.String[] { "Parent", "Index", });
+    internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor =
+      getDescriptor().getMessageTypes().get(16);
+    internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor,
+        new java.lang.String[] { "Parent", "Filter", "PageSize", "PageToken", });
+    internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor =
+      getDescriptor().getMessageTypes().get(17);
+    internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor,
+        new java.lang.String[] { "Indexes", "NextPageToken", });
+    internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor =
+      getDescriptor().getMessageTypes().get(18);
+    internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor,
+        new java.lang.String[] { "Name", });
+    internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor =
+      getDescriptor().getMessageTypes().get(19);
+    internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor,
+        new java.lang.String[] { "Name", });
+    internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor =
+      getDescriptor().getMessageTypes().get(20);
+    internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor,
+        new java.lang.String[] { "Field", "UpdateMask", });
+    internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor =
+      getDescriptor().getMessageTypes().get(21);
+    internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor,
+        new java.lang.String[] { "Name", });
+    internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(22);
+    internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor,
+        new java.lang.String[] { "Parent", "Filter", "PageSize", "PageToken", });
+    internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor =
+      getDescriptor().getMessageTypes().get(23);
+    internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor,
+        new java.lang.String[] { "Fields", "NextPageToken", });
+    internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(24);
+    internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor,
+        new java.lang.String[] { "Name", "CollectionIds", "OutputUriPrefix", "NamespaceIds", "SnapshotTime", });
+    internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(25);
+    internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor,
+        new java.lang.String[] { "Name", "CollectionIds", "InputUriPrefix", "NamespaceIds", });
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(26);
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor,
+        new java.lang.String[] { "Name", "CollectionIds", "NamespaceIds", });
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor =
+      getDescriptor().getMessageTypes().get(27);
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor,
+        new java.lang.String[] { });
+    internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor =
+      getDescriptor().getMessageTypes().get(28);
+    internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor,
+        new java.lang.String[] { "Name", });
+    internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(29);
+    internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor,
+        new java.lang.String[] { "Parent", });
+    internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor =
+      getDescriptor().getMessageTypes().get(30);
+    internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor,
+        new java.lang.String[] { "Backups", "Unreachable", });
+    internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor =
+      getDescriptor().getMessageTypes().get(31);
+    internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor,
+        new java.lang.String[] { "Name", });
+    internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor =
+      getDescriptor().getMessageTypes().get(32);
+    internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor,
+        new java.lang.String[] { "Parent", "DatabaseId", "Backup", });
+    com.google.protobuf.ExtensionRegistry registry =
+        com.google.protobuf.ExtensionRegistry.newInstance();
+    registry.add(com.google.api.ClientProto.defaultHost);
+    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
+    registry.add(com.google.api.AnnotationsProto.http);
+    registry.add(com.google.api.ClientProto.methodSignature);
+    registry.add(com.google.api.ClientProto.oauthScopes);
+    registry.add(com.google.api.ResourceProto.resourceDefinition);
+    registry.add(com.google.api.ResourceProto.resourceReference);
+    registry.add(com.google.longrunning.OperationsProto.operationInfo);
+    com.google.protobuf.Descriptors.FileDescriptor
+        .internalUpdateFileDescriptor(descriptor, registry);
+    com.google.api.AnnotationsProto.getDescriptor();
+    com.google.api.ClientProto.getDescriptor();
+    com.google.api.FieldBehaviorProto.getDescriptor();
+    com.google.api.ResourceProto.getDescriptor();
+    com.google.firestore.admin.v1.BackupProto.getDescriptor();
+    com.google.firestore.admin.v1.DatabaseProto.getDescriptor();
+    com.google.firestore.admin.v1.FieldProto.getDescriptor();
+    com.google.firestore.admin.v1.IndexProto.getDescriptor();
+    com.google.firestore.admin.v1.OperationProto.getDescriptor();
+    com.google.firestore.admin.v1.ScheduleProto.getDescriptor();
+    com.google.longrunning.OperationsProto.getDescriptor();
+    com.google.protobuf.EmptyProto.getDescriptor();
+    com.google.protobuf.FieldMaskProto.getDescriptor();
+    com.google.protobuf.TimestampProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequest.java
similarity index 63%
rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequest.java
index e9be92d06..bf7d02e8d 100644
--- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequest.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/firestore_admin.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.admin.v1;
 
 /**
- *
- *
  * 
  * The request for
  * [FirestoreAdmin.GetBackup][google.firestore.admin.v1.FirestoreAdmin.GetBackup].
@@ -29,58 +12,50 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.GetBackupRequest}
  */
-public final class GetBackupRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class GetBackupRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.GetBackupRequest)
     GetBackupRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use GetBackupRequest.newBuilder() to construct.
   private GetBackupRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private GetBackupRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new GetBackupRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.GetBackupRequest.class,
-            com.google.firestore.admin.v1.GetBackupRequest.Builder.class);
+            com.google.firestore.admin.v1.GetBackupRequest.class, com.google.firestore.admin.v1.GetBackupRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
-   *
-   *
    * 
    * Required. Name of the backup to fetch.
    *
    * Format is `projects/{project}/locations/{location}/backups/{backup}`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -89,33 +64,31 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. Name of the backup to fetch.
    *
    * Format is `projects/{project}/locations/{location}/backups/{backup}`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -124,7 +97,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -136,7 +108,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -160,15 +133,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.GetBackupRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.GetBackupRequest other = - (com.google.firestore.admin.v1.GetBackupRequest) obj; + com.google.firestore.admin.v1.GetBackupRequest other = (com.google.firestore.admin.v1.GetBackupRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -187,104 +160,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.GetBackupRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetBackupRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetBackupRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetBackupRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.GetBackupRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.GetBackupRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.GetBackupRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.GetBackup][google.firestore.admin.v1.FirestoreAdmin.GetBackup].
@@ -292,32 +260,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.GetBackupRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.GetBackupRequest)
       com.google.firestore.admin.v1.GetBackupRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.GetBackupRequest.class,
-              com.google.firestore.admin.v1.GetBackupRequest.Builder.class);
+              com.google.firestore.admin.v1.GetBackupRequest.class, com.google.firestore.admin.v1.GetBackupRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.GetBackupRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -327,9 +296,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor;
     }
 
     @java.lang.Override
@@ -348,11 +317,8 @@ public com.google.firestore.admin.v1.GetBackupRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.GetBackupRequest buildPartial() {
-      com.google.firestore.admin.v1.GetBackupRequest result =
-          new com.google.firestore.admin.v1.GetBackupRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.GetBackupRequest result = new com.google.firestore.admin.v1.GetBackupRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -368,39 +334,38 @@ private void buildPartial0(com.google.firestore.admin.v1.GetBackupRequest result
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.GetBackupRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.GetBackupRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.GetBackupRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -440,19 +405,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -462,29 +425,24 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. Name of the backup to fetch.
      *
      * Format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -493,25 +451,22 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. Name of the backup to fetch.
      *
      * Format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -519,43 +474,32 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. Name of the backup to fetch.
      *
      * Format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. Name of the backup to fetch.
      *
      * Format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { @@ -565,34 +509,28 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. Name of the backup to fetch.
      *
      * Format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -602,12 +540,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.GetBackupRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.GetBackupRequest) private static final com.google.firestore.admin.v1.GetBackupRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.GetBackupRequest(); } @@ -616,27 +554,27 @@ public static com.google.firestore.admin.v1.GetBackupRequest getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetBackupRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetBackupRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -651,4 +589,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.GetBackupRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java new file mode 100644 index 000000000..9eb29e636 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java @@ -0,0 +1,34 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface GetBackupRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetBackupRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. Name of the backup to fetch.
+   *
+   * Format is `projects/{project}/locations/{location}/backups/{backup}`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. Name of the backup to fetch.
+   *
+   * Format is `projects/{project}/locations/{location}/backups/{backup}`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequest.java similarity index 63% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequest.java index 18a4ad0ee..59b247e36 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.GetBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.GetBackupSchedule].
@@ -29,48 +12,43 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.GetBackupScheduleRequest}
  */
-public final class GetBackupScheduleRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class GetBackupScheduleRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.GetBackupScheduleRequest)
     GetBackupScheduleRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use GetBackupScheduleRequest.newBuilder() to construct.
   private GetBackupScheduleRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private GetBackupScheduleRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new GetBackupScheduleRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.GetBackupScheduleRequest.class,
-            com.google.firestore.admin.v1.GetBackupScheduleRequest.Builder.class);
+            com.google.firestore.admin.v1.GetBackupScheduleRequest.class, com.google.firestore.admin.v1.GetBackupScheduleRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
-   *
-   *
    * 
    * Required. The name of the backup schedule.
    *
@@ -78,10 +56,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -90,15 +65,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. The name of the backup schedule.
    *
@@ -106,18 +80,17 @@ public java.lang.String getName() {
    * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -126,7 +99,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -138,7 +110,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -162,15 +135,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.GetBackupScheduleRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.GetBackupScheduleRequest other = - (com.google.firestore.admin.v1.GetBackupScheduleRequest) obj; + com.google.firestore.admin.v1.GetBackupScheduleRequest other = (com.google.firestore.admin.v1.GetBackupScheduleRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -190,104 +163,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.admin.v1.GetBackupScheduleRequest prototype) { + public static Builder newBuilder(com.google.firestore.admin.v1.GetBackupScheduleRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.GetBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.GetBackupSchedule].
@@ -295,32 +262,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.GetBackupScheduleRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.GetBackupScheduleRequest)
       com.google.firestore.admin.v1.GetBackupScheduleRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.GetBackupScheduleRequest.class,
-              com.google.firestore.admin.v1.GetBackupScheduleRequest.Builder.class);
+              com.google.firestore.admin.v1.GetBackupScheduleRequest.class, com.google.firestore.admin.v1.GetBackupScheduleRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.GetBackupScheduleRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -330,9 +298,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor;
     }
 
     @java.lang.Override
@@ -351,11 +319,8 @@ public com.google.firestore.admin.v1.GetBackupScheduleRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.GetBackupScheduleRequest buildPartial() {
-      com.google.firestore.admin.v1.GetBackupScheduleRequest result =
-          new com.google.firestore.admin.v1.GetBackupScheduleRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.GetBackupScheduleRequest result = new com.google.firestore.admin.v1.GetBackupScheduleRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -371,39 +336,38 @@ private void buildPartial0(com.google.firestore.admin.v1.GetBackupScheduleReques
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.GetBackupScheduleRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.GetBackupScheduleRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.GetBackupScheduleRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -411,8 +375,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.GetBackupScheduleRequest other) {
-      if (other == com.google.firestore.admin.v1.GetBackupScheduleRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.GetBackupScheduleRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -444,19 +407,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -466,13 +427,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. The name of the backup schedule.
      *
@@ -480,16 +438,14 @@ public Builder mergeFrom(
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -498,8 +454,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. The name of the backup schedule.
      *
@@ -507,17 +461,16 @@ public java.lang.String getName() {
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -525,8 +478,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. The name of the backup schedule.
      *
@@ -534,25 +485,19 @@ public com.google.protobuf.ByteString getNameBytes() {
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The name of the backup schedule.
      *
@@ -560,10 +505,7 @@ public Builder setName(java.lang.String value) {
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { @@ -573,8 +515,6 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. The name of the backup schedule.
      *
@@ -582,26 +522,22 @@ public Builder clearName() {
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -611,12 +547,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.GetBackupScheduleRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.GetBackupScheduleRequest) private static final com.google.firestore.admin.v1.GetBackupScheduleRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.GetBackupScheduleRequest(); } @@ -625,27 +561,27 @@ public static com.google.firestore.admin.v1.GetBackupScheduleRequest getDefaultI return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetBackupScheduleRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetBackupScheduleRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -660,4 +596,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.GetBackupScheduleRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java new file mode 100644 index 000000000..dd888e577 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java @@ -0,0 +1,36 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface GetBackupScheduleRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetBackupScheduleRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the backup schedule.
+   *
+   * Format
+   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. The name of the backup schedule.
+   *
+   * Format
+   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java similarity index 62% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java index c399f6caf..becdbb788 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.GetDatabase][google.firestore.admin.v1.FirestoreAdmin.GetDatabase].
@@ -29,57 +12,49 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.GetDatabaseRequest}
  */
-public final class GetDatabaseRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class GetDatabaseRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.GetDatabaseRequest)
     GetDatabaseRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use GetDatabaseRequest.newBuilder() to construct.
   private GetDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private GetDatabaseRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new GetDatabaseRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.GetDatabaseRequest.class,
-            com.google.firestore.admin.v1.GetDatabaseRequest.Builder.class);
+            com.google.firestore.admin.v1.GetDatabaseRequest.class, com.google.firestore.admin.v1.GetDatabaseRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
-   *
-   *
    * 
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -88,32 +63,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -122,7 +95,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -134,7 +106,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -158,15 +131,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.GetDatabaseRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.GetDatabaseRequest other = - (com.google.firestore.admin.v1.GetDatabaseRequest) obj; + com.google.firestore.admin.v1.GetDatabaseRequest other = (com.google.firestore.admin.v1.GetDatabaseRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -185,104 +158,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetDatabaseRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.GetDatabaseRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.GetDatabaseRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.GetDatabaseRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.GetDatabase][google.firestore.admin.v1.FirestoreAdmin.GetDatabase].
@@ -290,32 +258,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.GetDatabaseRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.GetDatabaseRequest)
       com.google.firestore.admin.v1.GetDatabaseRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.GetDatabaseRequest.class,
-              com.google.firestore.admin.v1.GetDatabaseRequest.Builder.class);
+              com.google.firestore.admin.v1.GetDatabaseRequest.class, com.google.firestore.admin.v1.GetDatabaseRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.GetDatabaseRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -325,9 +294,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
@@ -346,11 +315,8 @@ public com.google.firestore.admin.v1.GetDatabaseRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.GetDatabaseRequest buildPartial() {
-      com.google.firestore.admin.v1.GetDatabaseRequest result =
-          new com.google.firestore.admin.v1.GetDatabaseRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.GetDatabaseRequest result = new com.google.firestore.admin.v1.GetDatabaseRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -366,39 +332,38 @@ private void buildPartial0(com.google.firestore.admin.v1.GetDatabaseRequest resu
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.GetDatabaseRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.GetDatabaseRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.GetDatabaseRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -406,8 +371,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.GetDatabaseRequest other) {
-      if (other == com.google.firestore.admin.v1.GetDatabaseRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.GetDatabaseRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -439,19 +403,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -461,28 +423,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -491,24 +448,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -516,41 +470,30 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { @@ -560,33 +503,27 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -596,12 +533,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.GetDatabaseRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.GetDatabaseRequest) private static final com.google.firestore.admin.v1.GetDatabaseRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.GetDatabaseRequest(); } @@ -610,27 +547,27 @@ public static com.google.firestore.admin.v1.GetDatabaseRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetDatabaseRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetDatabaseRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -645,4 +582,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.GetDatabaseRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java new file mode 100644 index 000000000..dc4a618fa --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java @@ -0,0 +1,32 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface GetDatabaseRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetDatabaseRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}`
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}`
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java similarity index 63% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java index 3d3403da4..7442ab45b 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.GetField][google.firestore.admin.v1.FirestoreAdmin.GetField].
@@ -29,57 +12,49 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.GetFieldRequest}
  */
-public final class GetFieldRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class GetFieldRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.GetFieldRequest)
     GetFieldRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use GetFieldRequest.newBuilder() to construct.
   private GetFieldRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private GetFieldRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new GetFieldRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.GetFieldRequest.class,
-            com.google.firestore.admin.v1.GetFieldRequest.Builder.class);
+            com.google.firestore.admin.v1.GetFieldRequest.class, com.google.firestore.admin.v1.GetFieldRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
-   *
-   *
    * 
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -88,32 +63,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -122,7 +95,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -134,7 +106,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -158,15 +131,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.GetFieldRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.GetFieldRequest other = - (com.google.firestore.admin.v1.GetFieldRequest) obj; + com.google.firestore.admin.v1.GetFieldRequest other = (com.google.firestore.admin.v1.GetFieldRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -185,104 +158,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.GetFieldRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetFieldRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetFieldRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetFieldRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.GetFieldRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.GetFieldRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.GetFieldRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.GetField][google.firestore.admin.v1.FirestoreAdmin.GetField].
@@ -290,32 +258,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.GetFieldRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.GetFieldRequest)
       com.google.firestore.admin.v1.GetFieldRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.GetFieldRequest.class,
-              com.google.firestore.admin.v1.GetFieldRequest.Builder.class);
+              com.google.firestore.admin.v1.GetFieldRequest.class, com.google.firestore.admin.v1.GetFieldRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.GetFieldRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -325,9 +294,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor;
     }
 
     @java.lang.Override
@@ -346,11 +315,8 @@ public com.google.firestore.admin.v1.GetFieldRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.GetFieldRequest buildPartial() {
-      com.google.firestore.admin.v1.GetFieldRequest result =
-          new com.google.firestore.admin.v1.GetFieldRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.GetFieldRequest result = new com.google.firestore.admin.v1.GetFieldRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -366,39 +332,38 @@ private void buildPartial0(com.google.firestore.admin.v1.GetFieldRequest result)
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.GetFieldRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.GetFieldRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.GetFieldRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -438,19 +403,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -460,28 +423,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -490,24 +448,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -515,41 +470,30 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { @@ -559,33 +503,27 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -595,12 +533,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.GetFieldRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.GetFieldRequest) private static final com.google.firestore.admin.v1.GetFieldRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.GetFieldRequest(); } @@ -609,27 +547,27 @@ public static com.google.firestore.admin.v1.GetFieldRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetFieldRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetFieldRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -644,4 +582,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.GetFieldRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java new file mode 100644 index 000000000..42906ae54 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java @@ -0,0 +1,32 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface GetFieldRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetFieldRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequest.java similarity index 63% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequest.java index 4b9685af2..2c386a6c0 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.GetIndex][google.firestore.admin.v1.FirestoreAdmin.GetIndex].
@@ -29,57 +12,49 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.GetIndexRequest}
  */
-public final class GetIndexRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class GetIndexRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.GetIndexRequest)
     GetIndexRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use GetIndexRequest.newBuilder() to construct.
   private GetIndexRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private GetIndexRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new GetIndexRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.GetIndexRequest.class,
-            com.google.firestore.admin.v1.GetIndexRequest.Builder.class);
+            com.google.firestore.admin.v1.GetIndexRequest.class, com.google.firestore.admin.v1.GetIndexRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
-   *
-   *
    * 
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -88,32 +63,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -122,7 +95,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -134,7 +106,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -158,15 +131,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.GetIndexRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.GetIndexRequest other = - (com.google.firestore.admin.v1.GetIndexRequest) obj; + com.google.firestore.admin.v1.GetIndexRequest other = (com.google.firestore.admin.v1.GetIndexRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -185,104 +158,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.GetIndexRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetIndexRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetIndexRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetIndexRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.GetIndexRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.GetIndexRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.GetIndexRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.GetIndex][google.firestore.admin.v1.FirestoreAdmin.GetIndex].
@@ -290,32 +258,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.GetIndexRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.GetIndexRequest)
       com.google.firestore.admin.v1.GetIndexRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.GetIndexRequest.class,
-              com.google.firestore.admin.v1.GetIndexRequest.Builder.class);
+              com.google.firestore.admin.v1.GetIndexRequest.class, com.google.firestore.admin.v1.GetIndexRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.GetIndexRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -325,9 +294,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor;
     }
 
     @java.lang.Override
@@ -346,11 +315,8 @@ public com.google.firestore.admin.v1.GetIndexRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.GetIndexRequest buildPartial() {
-      com.google.firestore.admin.v1.GetIndexRequest result =
-          new com.google.firestore.admin.v1.GetIndexRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.GetIndexRequest result = new com.google.firestore.admin.v1.GetIndexRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -366,39 +332,38 @@ private void buildPartial0(com.google.firestore.admin.v1.GetIndexRequest result)
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.GetIndexRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.GetIndexRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.GetIndexRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -438,19 +403,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -460,28 +423,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -490,24 +448,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -515,41 +470,30 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { @@ -559,33 +503,27 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -595,12 +533,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.GetIndexRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.GetIndexRequest) private static final com.google.firestore.admin.v1.GetIndexRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.GetIndexRequest(); } @@ -609,27 +547,27 @@ public static com.google.firestore.admin.v1.GetIndexRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetIndexRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetIndexRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -644,4 +582,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.GetIndexRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java new file mode 100644 index 000000000..7c69447db --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java @@ -0,0 +1,32 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface GetIndexRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetIndexRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadata.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadata.java similarity index 73% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadata.java index e556c616d..5a61c1b10 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadata.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
  * results from
@@ -30,56 +13,53 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ImportDocumentsMetadata}
  */
-public final class ImportDocumentsMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ImportDocumentsMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ImportDocumentsMetadata)
     ImportDocumentsMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ImportDocumentsMetadata.newBuilder() to construct.
   private ImportDocumentsMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ImportDocumentsMetadata() {
     operationState_ = 0;
-    collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+    collectionIds_ =
+        com.google.protobuf.LazyStringArrayList.emptyList();
     inputUriPrefix_ = "";
-    namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+    namespaceIds_ =
+        com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ImportDocumentsMetadata();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto
-        .internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto
-        .internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ImportDocumentsMetadata.class,
-            com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder.class);
+            com.google.firestore.admin.v1.ImportDocumentsMetadata.class, com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder.class);
   }
 
   private int bitField0_;
   public static final int START_TIME_FIELD_NUMBER = 1;
   private com.google.protobuf.Timestamp startTime_;
   /**
-   *
-   *
    * 
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ @java.lang.Override @@ -87,14 +67,11 @@ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ @java.lang.Override @@ -102,8 +79,6 @@ public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } /** - * - * *
    * The time this operation started.
    * 
@@ -118,15 +93,12 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp endTime_; /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ @java.lang.Override @@ -134,15 +106,12 @@ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ @java.lang.Override @@ -150,8 +119,6 @@ public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -167,49 +134,37 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
   public static final int OPERATION_STATE_FIELD_NUMBER = 3;
   private int operationState_ = 0;
   /**
-   *
-   *
    * 
    * The state of the import operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The enum numeric value on the wire for operationState. */ - @java.lang.Override - public int getOperationStateValue() { + @java.lang.Override public int getOperationStateValue() { return operationState_; } /** - * - * *
    * The state of the import operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The operationState. */ - @java.lang.Override - public com.google.firestore.admin.v1.OperationState getOperationState() { - com.google.firestore.admin.v1.OperationState result = - com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { + com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } public static final int PROGRESS_DOCUMENTS_FIELD_NUMBER = 4; private com.google.firestore.admin.v1.Progress progressDocuments_; /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; - * * @return Whether the progressDocuments field is set. */ @java.lang.Override @@ -217,25 +172,18 @@ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; - * * @return The progressDocuments. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressDocuments() { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } /** - * - * *
    * The progress, in documents, of this operation.
    * 
@@ -244,22 +192,17 @@ public com.google.firestore.admin.v1.Progress getProgressDocuments() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder() { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } public static final int PROGRESS_BYTES_FIELD_NUMBER = 5; private com.google.firestore.admin.v1.Progress progressBytes_; /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; - * * @return Whether the progressBytes field is set. */ @java.lang.Override @@ -267,25 +210,18 @@ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; - * * @return The progressBytes. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressBytes() { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } /** - * - * *
    * The progress, in bytes, of this operation.
    * 
@@ -294,53 +230,42 @@ public com.google.firestore.admin.v1.Progress getProgressBytes() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder() { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } public static final int COLLECTION_IDS_FIELD_NUMBER = 6; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; - * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList + getCollectionIdsList() { return collectionIds_; } /** - * - * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; - * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** - * - * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -348,34 +273,28 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** - * - * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString + getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } public static final int INPUT_URI_PREFIX_FIELD_NUMBER = 7; - @SuppressWarnings("serial") private volatile java.lang.Object inputUriPrefix_ = ""; /** - * - * *
    * The location of the documents being imported.
    * 
* * string input_uri_prefix = 7; - * * @return The inputUriPrefix. */ @java.lang.Override @@ -384,29 +303,29 @@ public java.lang.String getInputUriPrefix() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); inputUriPrefix_ = s; return s; } } /** - * - * *
    * The location of the documents being imported.
    * 
* * string input_uri_prefix = 7; - * * @return The bytes for inputUriPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString getInputUriPrefixBytes() { + public com.google.protobuf.ByteString + getInputUriPrefixBytes() { java.lang.Object ref = inputUriPrefix_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); inputUriPrefix_ = b; return b; } else { @@ -415,47 +334,38 @@ public com.google.protobuf.ByteString getInputUriPrefixBytes() { } public static final int NAMESPACE_IDS_FIELD_NUMBER = 8; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; - * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList + getNamespaceIdsList() { return namespaceIds_; } /** - * - * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; - * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** - * - * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; - * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -463,23 +373,20 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** - * - * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; - * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString + getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -491,15 +398,15 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getStartTime()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getEndTime()); } - if (operationState_ - != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { output.writeEnum(3, operationState_); } if (((bitField0_ & 0x00000004) != 0)) { @@ -527,20 +434,24 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getStartTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getStartTime()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEndTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getEndTime()); } - if (operationState_ - != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, operationState_); + if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(3, operationState_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getProgressDocuments()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getProgressDocuments()); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getProgressBytes()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getProgressBytes()); } { int dataSize = 0; @@ -569,34 +480,40 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ImportDocumentsMetadata)) { return super.equals(obj); } - com.google.firestore.admin.v1.ImportDocumentsMetadata other = - (com.google.firestore.admin.v1.ImportDocumentsMetadata) obj; + com.google.firestore.admin.v1.ImportDocumentsMetadata other = (com.google.firestore.admin.v1.ImportDocumentsMetadata) obj; if (hasStartTime() != other.hasStartTime()) return false; if (hasStartTime()) { - if (!getStartTime().equals(other.getStartTime())) return false; + if (!getStartTime() + .equals(other.getStartTime())) return false; } if (hasEndTime() != other.hasEndTime()) return false; if (hasEndTime()) { - if (!getEndTime().equals(other.getEndTime())) return false; + if (!getEndTime() + .equals(other.getEndTime())) return false; } if (operationState_ != other.operationState_) return false; if (hasProgressDocuments() != other.hasProgressDocuments()) return false; if (hasProgressDocuments()) { - if (!getProgressDocuments().equals(other.getProgressDocuments())) return false; + if (!getProgressDocuments() + .equals(other.getProgressDocuments())) return false; } if (hasProgressBytes() != other.hasProgressBytes()) return false; if (hasProgressBytes()) { - if (!getProgressBytes().equals(other.getProgressBytes())) return false; - } - if (!getCollectionIdsList().equals(other.getCollectionIdsList())) return false; - if (!getInputUriPrefix().equals(other.getInputUriPrefix())) return false; - if (!getNamespaceIdsList().equals(other.getNamespaceIdsList())) return false; + if (!getProgressBytes() + .equals(other.getProgressBytes())) return false; + } + if (!getCollectionIdsList() + .equals(other.getCollectionIdsList())) return false; + if (!getInputUriPrefix() + .equals(other.getInputUriPrefix())) return false; + if (!getNamespaceIdsList() + .equals(other.getNamespaceIdsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -642,104 +559,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.admin.v1.ImportDocumentsMetadata prototype) { + public static Builder newBuilder(com.google.firestore.admin.v1.ImportDocumentsMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
    * results from
@@ -748,23 +659,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.ImportDocumentsMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ImportDocumentsMetadata)
       com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ImportDocumentsMetadata.class,
-              com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder.class);
+              com.google.firestore.admin.v1.ImportDocumentsMetadata.class, com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ImportDocumentsMetadata.newBuilder()
@@ -772,20 +681,20 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getStartTimeFieldBuilder();
         getEndTimeFieldBuilder();
         getProgressDocumentsFieldBuilder();
         getProgressBytesFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -811,16 +720,18 @@ public Builder clear() {
         progressBytesBuilder_.dispose();
         progressBytesBuilder_ = null;
       }
-      collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+      collectionIds_ =
+          com.google.protobuf.LazyStringArrayList.emptyList();
       inputUriPrefix_ = "";
-      namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+      namespaceIds_ =
+          com.google.protobuf.LazyStringArrayList.emptyList();
       return this;
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -839,11 +750,8 @@ public com.google.firestore.admin.v1.ImportDocumentsMetadata build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ImportDocumentsMetadata buildPartial() {
-      com.google.firestore.admin.v1.ImportDocumentsMetadata result =
-          new com.google.firestore.admin.v1.ImportDocumentsMetadata(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.ImportDocumentsMetadata result = new com.google.firestore.admin.v1.ImportDocumentsMetadata(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -852,26 +760,30 @@ private void buildPartial0(com.google.firestore.admin.v1.ImportDocumentsMetadata
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.startTime_ = startTimeBuilder_ == null ? startTime_ : startTimeBuilder_.build();
+        result.startTime_ = startTimeBuilder_ == null
+            ? startTime_
+            : startTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.endTime_ = endTimeBuilder_ == null ? endTime_ : endTimeBuilder_.build();
+        result.endTime_ = endTimeBuilder_ == null
+            ? endTime_
+            : endTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
         result.operationState_ = operationState_;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.progressDocuments_ =
-            progressDocumentsBuilder_ == null
-                ? progressDocuments_
-                : progressDocumentsBuilder_.build();
+        result.progressDocuments_ = progressDocumentsBuilder_ == null
+            ? progressDocuments_
+            : progressDocumentsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.progressBytes_ =
-            progressBytesBuilder_ == null ? progressBytes_ : progressBytesBuilder_.build();
+        result.progressBytes_ = progressBytesBuilder_ == null
+            ? progressBytes_
+            : progressBytesBuilder_.build();
         to_bitField0_ |= 0x00000008;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
@@ -892,39 +804,38 @@ private void buildPartial0(com.google.firestore.admin.v1.ImportDocumentsMetadata
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ImportDocumentsMetadata) {
-        return mergeFrom((com.google.firestore.admin.v1.ImportDocumentsMetadata) other);
+        return mergeFrom((com.google.firestore.admin.v1.ImportDocumentsMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -932,8 +843,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ImportDocumentsMetadata other) {
-      if (other == com.google.firestore.admin.v1.ImportDocumentsMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.ImportDocumentsMetadata.getDefaultInstance()) return this;
       if (other.hasStartTime()) {
         mergeStartTime(other.getStartTime());
       }
@@ -1000,64 +910,62 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getStartTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getEndTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 24:
-              {
-                operationState_ = input.readEnum();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 24
-            case 34:
-              {
-                input.readMessage(
-                    getProgressDocumentsFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 34
-            case 42:
-              {
-                input.readMessage(getProgressBytesFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 42
-            case 50:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureCollectionIdsIsMutable();
-                collectionIds_.add(s);
-                break;
-              } // case 50
-            case 58:
-              {
-                inputUriPrefix_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000040;
-                break;
-              } // case 58
-            case 66:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureNamespaceIdsIsMutable();
-                namespaceIds_.add(s);
-                break;
-              } // case 66
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getStartTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getEndTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 24: {
+              operationState_ = input.readEnum();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 24
+            case 34: {
+              input.readMessage(
+                  getProgressDocumentsFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 34
+            case 42: {
+              input.readMessage(
+                  getProgressBytesFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 42
+            case 50: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureCollectionIdsIsMutable();
+              collectionIds_.add(s);
+              break;
+            } // case 50
+            case 58: {
+              inputUriPrefix_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000040;
+              break;
+            } // case 58
+            case 66: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureNamespaceIdsIsMutable();
+              namespaceIds_.add(s);
+              break;
+            } // case 66
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1067,38 +975,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.protobuf.Timestamp startTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
-        startTimeBuilder_;
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_;
     /**
-     *
-     *
      * 
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ public com.google.protobuf.Timestamp getStartTime() { @@ -1109,8 +1007,6 @@ public com.google.protobuf.Timestamp getStartTime() { } } /** - * - * *
      * The time this operation started.
      * 
@@ -1131,15 +1027,14 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; */ - public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setStartTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (startTimeBuilder_ == null) { startTime_ = builderForValue.build(); } else { @@ -1150,8 +1045,6 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu return this; } /** - * - * *
      * The time this operation started.
      * 
@@ -1160,9 +1053,9 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu */ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { if (startTimeBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && startTime_ != null - && startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + startTime_ != null && + startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getStartTimeBuilder().mergeFrom(value); } else { startTime_ = value; @@ -1177,8 +1070,6 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time this operation started.
      * 
@@ -1196,8 +1087,6 @@ public Builder clearStartTime() { return this; } /** - * - * *
      * The time this operation started.
      * 
@@ -1210,8 +1099,6 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { return getStartTimeFieldBuilder().getBuilder(); } /** - * - * *
      * The time this operation started.
      * 
@@ -1222,12 +1109,11 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { if (startTimeBuilder_ != null) { return startTimeBuilder_.getMessageOrBuilder(); } else { - return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + return startTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } /** - * - * *
      * The time this operation started.
      * 
@@ -1235,17 +1121,14 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { * .google.protobuf.Timestamp start_time = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getStartTimeFieldBuilder() { if (startTimeBuilder_ == null) { - startTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getStartTime(), getParentForChildren(), isClean()); + startTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getStartTime(), + getParentForChildren(), + isClean()); startTime_ = null; } return startTimeBuilder_; @@ -1253,35 +1136,26 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { private com.google.protobuf.Timestamp endTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - endTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; /** - * - * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ public com.google.protobuf.Timestamp getEndTime() { @@ -1292,8 +1166,6 @@ public com.google.protobuf.Timestamp getEndTime() { } } /** - * - * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1315,8 +1187,6 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1324,7 +1194,8 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp end_time = 2;
      */
-    public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setEndTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (endTimeBuilder_ == null) {
         endTime_ = builderForValue.build();
       } else {
@@ -1335,8 +1206,6 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1346,9 +1215,9 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
      */
     public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       if (endTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0)
-            && endTime_ != null
-            && endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0) &&
+          endTime_ != null &&
+          endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getEndTimeBuilder().mergeFrom(value);
         } else {
           endTime_ = value;
@@ -1363,8 +1232,6 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1383,8 +1250,6 @@ public Builder clearEndTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1398,8 +1263,6 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() {
       return getEndTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1411,12 +1274,11 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
       if (endTimeBuilder_ != null) {
         return endTimeBuilder_.getMessageOrBuilder();
       } else {
-        return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
+        return endTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1425,17 +1287,14 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
      * .google.protobuf.Timestamp end_time = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getEndTimeFieldBuilder() {
       if (endTimeBuilder_ == null) {
-        endTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getEndTime(), getParentForChildren(), isClean());
+        endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getEndTime(),
+                getParentForChildren(),
+                isClean());
         endTime_ = null;
       }
       return endTimeBuilder_;
@@ -1443,29 +1302,22 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
 
     private int operationState_ = 0;
     /**
-     *
-     *
      * 
      * The state of the import operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The enum numeric value on the wire for operationState. */ - @java.lang.Override - public int getOperationStateValue() { + @java.lang.Override public int getOperationStateValue() { return operationState_; } /** - * - * *
      * The state of the import operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @param value The enum numeric value on the wire for operationState to set. * @return This builder for chaining. */ @@ -1476,31 +1328,24 @@ public Builder setOperationStateValue(int value) { return this; } /** - * - * *
      * The state of the import operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The operationState. */ @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { - com.google.firestore.admin.v1.OperationState result = - com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } /** - * - * *
      * The state of the import operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @param value The operationState to set. * @return This builder for chaining. */ @@ -1514,14 +1359,11 @@ public Builder setOperationState(com.google.firestore.admin.v1.OperationState va return this; } /** - * - * *
      * The state of the import operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return This builder for chaining. */ public Builder clearOperationState() { @@ -1533,47 +1375,34 @@ public Builder clearOperationState() { private com.google.firestore.admin.v1.Progress progressDocuments_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> - progressDocumentsBuilder_; + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressDocumentsBuilder_; /** - * - * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; - * * @return Whether the progressDocuments field is set. */ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; - * * @return The progressDocuments. */ public com.google.firestore.admin.v1.Progress getProgressDocuments() { if (progressDocumentsBuilder_ == null) { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } else { return progressDocumentsBuilder_.getMessage(); } } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1594,8 +1423,6 @@ public Builder setProgressDocuments(com.google.firestore.admin.v1.Progress value return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1614,8 +1441,6 @@ public Builder setProgressDocuments( return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1624,9 +1449,9 @@ public Builder setProgressDocuments( */ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress value) { if (progressDocumentsBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) - && progressDocuments_ != null - && progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) && + progressDocuments_ != null && + progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressDocumentsBuilder().mergeFrom(value); } else { progressDocuments_ = value; @@ -1641,8 +1466,6 @@ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress val return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1660,8 +1483,6 @@ public Builder clearProgressDocuments() { return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1674,8 +1495,6 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressDocumentsBuilde return getProgressDocumentsFieldBuilder().getBuilder(); } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1686,14 +1505,11 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui if (progressDocumentsBuilder_ != null) { return progressDocumentsBuilder_.getMessageOrBuilder(); } else { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? + com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1701,17 +1517,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui * .google.firestore.admin.v1.Progress progress_documents = 4; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> getProgressDocumentsFieldBuilder() { if (progressDocumentsBuilder_ == null) { - progressDocumentsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressDocuments(), getParentForChildren(), isClean()); + progressDocumentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressDocuments(), + getParentForChildren(), + isClean()); progressDocuments_ = null; } return progressDocumentsBuilder_; @@ -1719,47 +1532,34 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui private com.google.firestore.admin.v1.Progress progressBytes_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> - progressBytesBuilder_; + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressBytesBuilder_; /** - * - * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; - * * @return Whether the progressBytes field is set. */ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; - * * @return The progressBytes. */ public com.google.firestore.admin.v1.Progress getProgressBytes() { if (progressBytesBuilder_ == null) { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } else { return progressBytesBuilder_.getMessage(); } } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1780,8 +1580,6 @@ public Builder setProgressBytes(com.google.firestore.admin.v1.Progress value) { return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1800,8 +1598,6 @@ public Builder setProgressBytes( return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1810,9 +1606,9 @@ public Builder setProgressBytes( */ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) { if (progressBytesBuilder_ == null) { - if (((bitField0_ & 0x00000010) != 0) - && progressBytes_ != null - && progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000010) != 0) && + progressBytes_ != null && + progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressBytesBuilder().mergeFrom(value); } else { progressBytes_ = value; @@ -1827,8 +1623,6 @@ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1846,8 +1640,6 @@ public Builder clearProgressBytes() { return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1860,8 +1652,6 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressBytesBuilder() return getProgressBytesFieldBuilder().getBuilder(); } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1872,14 +1662,11 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder if (progressBytesBuilder_ != null) { return progressBytesBuilder_.getMessageOrBuilder(); } else { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? + com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1887,17 +1674,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder * .google.firestore.admin.v1.Progress progress_bytes = 5; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> getProgressBytesFieldBuilder() { if (progressBytesBuilder_ == null) { - progressBytesBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressBytes(), getParentForChildren(), isClean()); + progressBytesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressBytes(), + getParentForChildren(), + isClean()); progressBytes_ = null; } return progressBytesBuilder_; @@ -1905,7 +1689,6 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureCollectionIdsIsMutable() { if (!collectionIds_.isModifiable()) { collectionIds_ = new com.google.protobuf.LazyStringArrayList(collectionIds_); @@ -1913,43 +1696,35 @@ private void ensureCollectionIdsIsMutable() { bitField0_ |= 0x00000020; } /** - * - * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; - * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList + getCollectionIdsList() { collectionIds_.makeImmutable(); return collectionIds_; } /** - * - * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; - * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** - * - * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -1957,37 +1732,31 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** - * - * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString + getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } /** - * - * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; - * * @param index The index to set the value at. * @param value The collectionIds to set. * @return This builder for chaining. */ - public Builder setCollectionIds(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCollectionIds( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureCollectionIdsIsMutable(); collectionIds_.set(index, value); bitField0_ |= 0x00000020; @@ -1995,21 +1764,17 @@ public Builder setCollectionIds(int index, java.lang.String value) { return this; } /** - * - * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; - * * @param value The collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIds(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addCollectionIds( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureCollectionIdsIsMutable(); collectionIds_.add(value); bitField0_ |= 0x00000020; @@ -2017,58 +1782,50 @@ public Builder addCollectionIds(java.lang.String value) { return this; } /** - * - * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; - * * @param values The collectionIds to add. * @return This builder for chaining. */ - public Builder addAllCollectionIds(java.lang.Iterable values) { + public Builder addAllCollectionIds( + java.lang.Iterable values) { ensureCollectionIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, collectionIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, collectionIds_); bitField0_ |= 0x00000020; onChanged(); return this; } /** - * - * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; - * * @return This builder for chaining. */ public Builder clearCollectionIds() { - collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000020); - ; + collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000020);; onChanged(); return this; } /** - * - * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; - * * @param value The bytes of the collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addCollectionIdsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureCollectionIdsIsMutable(); collectionIds_.add(value); @@ -2079,20 +1836,18 @@ public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { private java.lang.Object inputUriPrefix_ = ""; /** - * - * *
      * The location of the documents being imported.
      * 
* * string input_uri_prefix = 7; - * * @return The inputUriPrefix. */ public java.lang.String getInputUriPrefix() { java.lang.Object ref = inputUriPrefix_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); inputUriPrefix_ = s; return s; @@ -2101,21 +1856,20 @@ public java.lang.String getInputUriPrefix() { } } /** - * - * *
      * The location of the documents being imported.
      * 
* * string input_uri_prefix = 7; - * * @return The bytes for inputUriPrefix. */ - public com.google.protobuf.ByteString getInputUriPrefixBytes() { + public com.google.protobuf.ByteString + getInputUriPrefixBytes() { java.lang.Object ref = inputUriPrefix_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); inputUriPrefix_ = b; return b; } else { @@ -2123,35 +1877,28 @@ public com.google.protobuf.ByteString getInputUriPrefixBytes() { } } /** - * - * *
      * The location of the documents being imported.
      * 
* * string input_uri_prefix = 7; - * * @param value The inputUriPrefix to set. * @return This builder for chaining. */ - public Builder setInputUriPrefix(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setInputUriPrefix( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } inputUriPrefix_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** - * - * *
      * The location of the documents being imported.
      * 
* * string input_uri_prefix = 7; - * * @return This builder for chaining. */ public Builder clearInputUriPrefix() { @@ -2161,21 +1908,17 @@ public Builder clearInputUriPrefix() { return this; } /** - * - * *
      * The location of the documents being imported.
      * 
* * string input_uri_prefix = 7; - * * @param value The bytes for inputUriPrefix to set. * @return This builder for chaining. */ - public Builder setInputUriPrefixBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setInputUriPrefixBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); inputUriPrefix_ = value; bitField0_ |= 0x00000040; @@ -2185,7 +1928,6 @@ public Builder setInputUriPrefixBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureNamespaceIdsIsMutable() { if (!namespaceIds_.isModifiable()) { namespaceIds_ = new com.google.protobuf.LazyStringArrayList(namespaceIds_); @@ -2193,43 +1935,35 @@ private void ensureNamespaceIdsIsMutable() { bitField0_ |= 0x00000080; } /** - * - * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; - * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList + getNamespaceIdsList() { namespaceIds_.makeImmutable(); return namespaceIds_; } /** - * - * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; - * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** - * - * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; - * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -2237,37 +1971,31 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** - * - * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; - * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString + getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } /** - * - * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; - * * @param index The index to set the value at. * @param value The namespaceIds to set. * @return This builder for chaining. */ - public Builder setNamespaceIds(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNamespaceIds( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureNamespaceIdsIsMutable(); namespaceIds_.set(index, value); bitField0_ |= 0x00000080; @@ -2275,21 +2003,17 @@ public Builder setNamespaceIds(int index, java.lang.String value) { return this; } /** - * - * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; - * * @param value The namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIds(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addNamespaceIds( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); bitField0_ |= 0x00000080; @@ -2297,58 +2021,50 @@ public Builder addNamespaceIds(java.lang.String value) { return this; } /** - * - * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; - * * @param values The namespaceIds to add. * @return This builder for chaining. */ - public Builder addAllNamespaceIds(java.lang.Iterable values) { + public Builder addAllNamespaceIds( + java.lang.Iterable values) { ensureNamespaceIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, namespaceIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, namespaceIds_); bitField0_ |= 0x00000080; onChanged(); return this; } /** - * - * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; - * * @return This builder for chaining. */ public Builder clearNamespaceIds() { - namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000080); - ; + namespaceIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000080);; onChanged(); return this; } /** - * - * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; - * * @param value The bytes of the namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addNamespaceIdsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); @@ -2356,9 +2072,9 @@ public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2368,12 +2084,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ImportDocumentsMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ImportDocumentsMetadata) private static final com.google.firestore.admin.v1.ImportDocumentsMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ImportDocumentsMetadata(); } @@ -2382,27 +2098,27 @@ public static com.google.firestore.admin.v1.ImportDocumentsMetadata getDefaultIn return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ImportDocumentsMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ImportDocumentsMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2417,4 +2133,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ImportDocumentsMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadataOrBuilder.java similarity index 82% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadataOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadataOrBuilder.java index 9259e8391..79485fe8f 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadataOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadataOrBuilder.java @@ -1,56 +1,32 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ImportDocumentsMetadataOrBuilder - extends +public interface ImportDocumentsMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ImportDocumentsMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** - * - * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** - * - * *
    * The time this operation started.
    * 
@@ -60,34 +36,26 @@ public interface ImportDocumentsMetadataOrBuilder com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -98,57 +66,43 @@ public interface ImportDocumentsMetadataOrBuilder
   com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
 
   /**
-   *
-   *
    * 
    * The state of the import operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The enum numeric value on the wire for operationState. */ int getOperationStateValue(); /** - * - * *
    * The state of the import operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The operationState. */ com.google.firestore.admin.v1.OperationState getOperationState(); /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; - * * @return Whether the progressDocuments field is set. */ boolean hasProgressDocuments(); /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; - * * @return The progressDocuments. */ com.google.firestore.admin.v1.Progress getProgressDocuments(); /** - * - * *
    * The progress, in documents, of this operation.
    * 
@@ -158,32 +112,24 @@ public interface ImportDocumentsMetadataOrBuilder com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder(); /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; - * * @return Whether the progressBytes field is set. */ boolean hasProgressBytes(); /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; - * * @return The progressBytes. */ com.google.firestore.admin.v1.Progress getProgressBytes(); /** - * - * *
    * The progress, in bytes, of this operation.
    * 
@@ -193,129 +139,104 @@ public interface ImportDocumentsMetadataOrBuilder com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder(); /** - * - * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; - * * @return A list containing the collectionIds. */ - java.util.List getCollectionIdsList(); + java.util.List + getCollectionIdsList(); /** - * - * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; - * * @return The count of collectionIds. */ int getCollectionIdsCount(); /** - * - * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ java.lang.String getCollectionIds(int index); /** - * - * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - com.google.protobuf.ByteString getCollectionIdsBytes(int index); + com.google.protobuf.ByteString + getCollectionIdsBytes(int index); /** - * - * *
    * The location of the documents being imported.
    * 
* * string input_uri_prefix = 7; - * * @return The inputUriPrefix. */ java.lang.String getInputUriPrefix(); /** - * - * *
    * The location of the documents being imported.
    * 
* * string input_uri_prefix = 7; - * * @return The bytes for inputUriPrefix. */ - com.google.protobuf.ByteString getInputUriPrefixBytes(); + com.google.protobuf.ByteString + getInputUriPrefixBytes(); /** - * - * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; - * * @return A list containing the namespaceIds. */ - java.util.List getNamespaceIdsList(); + java.util.List + getNamespaceIdsList(); /** - * - * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; - * * @return The count of namespaceIds. */ int getNamespaceIdsCount(); /** - * - * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; - * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ java.lang.String getNamespaceIds(int index); /** - * - * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; - * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - com.google.protobuf.ByteString getNamespaceIdsBytes(int index); + com.google.protobuf.ByteString + getNamespaceIdsBytes(int index); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequest.java similarity index 73% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequest.java index b2309f8a4..56d46d91c 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.ImportDocuments][google.firestore.admin.v1.FirestoreAdmin.ImportDocuments].
@@ -29,60 +12,54 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ImportDocumentsRequest}
  */
-public final class ImportDocumentsRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ImportDocumentsRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ImportDocumentsRequest)
     ImportDocumentsRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ImportDocumentsRequest.newBuilder() to construct.
   private ImportDocumentsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ImportDocumentsRequest() {
     name_ = "";
-    collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+    collectionIds_ =
+        com.google.protobuf.LazyStringArrayList.emptyList();
     inputUriPrefix_ = "";
-    namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+    namespaceIds_ =
+        com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ImportDocumentsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ImportDocumentsRequest.class,
-            com.google.firestore.admin.v1.ImportDocumentsRequest.Builder.class);
+            com.google.firestore.admin.v1.ImportDocumentsRequest.class, com.google.firestore.admin.v1.ImportDocumentsRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
-   *
-   *
    * 
    * Required. Database to import into. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -91,32 +68,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. Database to import into. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -125,50 +100,41 @@ public com.google.protobuf.ByteString getNameBytes() { } public static final int COLLECTION_IDS_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
    * Which collection ids to import. Unspecified means all collections included
-   * in the import.
+   * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList + getCollectionIdsList() { return collectionIds_; } /** - * - * *
    * Which collection ids to import. Unspecified means all collections included
-   * in the import.
+   * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** - * - * *
    * Which collection ids to import. Unspecified means all collections included
-   * in the import.
+   * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -176,29 +142,24 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** - * - * *
    * Which collection ids to import. Unspecified means all collections included
-   * in the import.
+   * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString + getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } public static final int INPUT_URI_PREFIX_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private volatile java.lang.Object inputUriPrefix_ = ""; /** - * - * *
    * Location of the exported files.
    * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -208,7 +169,6 @@ public com.google.protobuf.ByteString getCollectionIdsBytes(int index) {
    * 
* * string input_uri_prefix = 3; - * * @return The inputUriPrefix. */ @java.lang.Override @@ -217,15 +177,14 @@ public java.lang.String getInputUriPrefix() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); inputUriPrefix_ = s; return s; } } /** - * - * *
    * Location of the exported files.
    * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -235,15 +194,16 @@ public java.lang.String getInputUriPrefix() {
    * 
* * string input_uri_prefix = 3; - * * @return The bytes for inputUriPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString getInputUriPrefixBytes() { + public com.google.protobuf.ByteString + getInputUriPrefixBytes() { java.lang.Object ref = inputUriPrefix_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); inputUriPrefix_ = b; return b; } else { @@ -252,13 +212,10 @@ public com.google.protobuf.ByteString getInputUriPrefixBytes() { } public static final int NAMESPACE_IDS_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -269,15 +226,13 @@ public com.google.protobuf.ByteString getInputUriPrefixBytes() {
    * 
* * repeated string namespace_ids = 4; - * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList + getNamespaceIdsList() { return namespaceIds_; } /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -288,15 +243,12 @@ public com.google.protobuf.ProtocolStringList getNamespaceIdsList() {
    * 
* * repeated string namespace_ids = 4; - * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -307,7 +259,6 @@ public int getNamespaceIdsCount() {
    * 
* * repeated string namespace_ids = 4; - * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -315,8 +266,6 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -327,16 +276,15 @@ public java.lang.String getNamespaceIds(int index) {
    * 
* * repeated string namespace_ids = 4; - * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString + getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -348,7 +296,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -400,18 +349,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ImportDocumentsRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.ImportDocumentsRequest other = - (com.google.firestore.admin.v1.ImportDocumentsRequest) obj; + com.google.firestore.admin.v1.ImportDocumentsRequest other = (com.google.firestore.admin.v1.ImportDocumentsRequest) obj; - if (!getName().equals(other.getName())) return false; - if (!getCollectionIdsList().equals(other.getCollectionIdsList())) return false; - if (!getInputUriPrefix().equals(other.getInputUriPrefix())) return false; - if (!getNamespaceIdsList().equals(other.getNamespaceIdsList())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getCollectionIdsList() + .equals(other.getCollectionIdsList())) return false; + if (!getInputUriPrefix() + .equals(other.getInputUriPrefix())) return false; + if (!getNamespaceIdsList() + .equals(other.getNamespaceIdsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -441,103 +393,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ImportDocumentsRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ImportDocumentsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ImportDocumentsRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.ImportDocumentsRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.ImportDocuments][google.firestore.admin.v1.FirestoreAdmin.ImportDocuments].
@@ -545,47 +492,50 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.ImportDocumentsRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ImportDocumentsRequest)
       com.google.firestore.admin.v1.ImportDocumentsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ImportDocumentsRequest.class,
-              com.google.firestore.admin.v1.ImportDocumentsRequest.Builder.class);
+              com.google.firestore.admin.v1.ImportDocumentsRequest.class, com.google.firestore.admin.v1.ImportDocumentsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ImportDocumentsRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
       bitField0_ = 0;
       name_ = "";
-      collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+      collectionIds_ =
+          com.google.protobuf.LazyStringArrayList.emptyList();
       inputUriPrefix_ = "";
-      namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+      namespaceIds_ =
+          com.google.protobuf.LazyStringArrayList.emptyList();
       return this;
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -604,11 +554,8 @@ public com.google.firestore.admin.v1.ImportDocumentsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ImportDocumentsRequest buildPartial() {
-      com.google.firestore.admin.v1.ImportDocumentsRequest result =
-          new com.google.firestore.admin.v1.ImportDocumentsRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.ImportDocumentsRequest result = new com.google.firestore.admin.v1.ImportDocumentsRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -635,39 +582,38 @@ private void buildPartial0(com.google.firestore.admin.v1.ImportDocumentsRequest
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ImportDocumentsRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.ImportDocumentsRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.ImportDocumentsRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -675,8 +621,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ImportDocumentsRequest other) {
-      if (other == com.google.firestore.admin.v1.ImportDocumentsRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.ImportDocumentsRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -733,39 +678,34 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureCollectionIdsIsMutable();
-                collectionIds_.add(s);
-                break;
-              } // case 18
-            case 26:
-              {
-                inputUriPrefix_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            case 34:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureNamespaceIdsIsMutable();
-                namespaceIds_.add(s);
-                break;
-              } // case 34
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureCollectionIdsIsMutable();
+              collectionIds_.add(s);
+              break;
+            } // case 18
+            case 26: {
+              inputUriPrefix_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            case 34: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureNamespaceIdsIsMutable();
+              namespaceIds_.add(s);
+              break;
+            } // case 34
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -775,28 +715,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. Database to import into. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -805,24 +740,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. Database to import into. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -830,41 +762,30 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. Database to import into. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. Database to import into. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { @@ -874,24 +795,18 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. Database to import into. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -901,7 +816,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureCollectionIdsIsMutable() { if (!collectionIds_.isModifiable()) { collectionIds_ = new com.google.protobuf.LazyStringArrayList(collectionIds_); @@ -909,46 +823,38 @@ private void ensureCollectionIdsIsMutable() { bitField0_ |= 0x00000002; } /** - * - * *
      * Which collection ids to import. Unspecified means all collections included
-     * in the import.
+     * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList + getCollectionIdsList() { collectionIds_.makeImmutable(); return collectionIds_; } /** - * - * *
      * Which collection ids to import. Unspecified means all collections included
-     * in the import.
+     * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** - * - * *
      * Which collection ids to import. Unspecified means all collections included
-     * in the import.
+     * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -956,39 +862,33 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** - * - * *
      * Which collection ids to import. Unspecified means all collections included
-     * in the import.
+     * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString + getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } /** - * - * *
      * Which collection ids to import. Unspecified means all collections included
-     * in the import.
+     * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @param index The index to set the value at. * @param value The collectionIds to set. * @return This builder for chaining. */ - public Builder setCollectionIds(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCollectionIds( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureCollectionIdsIsMutable(); collectionIds_.set(index, value); bitField0_ |= 0x00000002; @@ -996,22 +896,18 @@ public Builder setCollectionIds(int index, java.lang.String value) { return this; } /** - * - * *
      * Which collection ids to import. Unspecified means all collections included
-     * in the import.
+     * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @param value The collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIds(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addCollectionIds( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureCollectionIdsIsMutable(); collectionIds_.add(value); bitField0_ |= 0x00000002; @@ -1019,61 +915,53 @@ public Builder addCollectionIds(java.lang.String value) { return this; } /** - * - * *
      * Which collection ids to import. Unspecified means all collections included
-     * in the import.
+     * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @param values The collectionIds to add. * @return This builder for chaining. */ - public Builder addAllCollectionIds(java.lang.Iterable values) { + public Builder addAllCollectionIds( + java.lang.Iterable values) { ensureCollectionIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, collectionIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, collectionIds_); bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * Which collection ids to import. Unspecified means all collections included
-     * in the import.
+     * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @return This builder for chaining. */ public Builder clearCollectionIds() { - collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000002); - ; + collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002);; onChanged(); return this; } /** - * - * *
      * Which collection ids to import. Unspecified means all collections included
-     * in the import.
+     * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; - * * @param value The bytes of the collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addCollectionIdsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureCollectionIdsIsMutable(); collectionIds_.add(value); @@ -1084,8 +972,6 @@ public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { private java.lang.Object inputUriPrefix_ = ""; /** - * - * *
      * Location of the exported files.
      * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -1095,13 +981,13 @@ public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) {
      * 
* * string input_uri_prefix = 3; - * * @return The inputUriPrefix. */ public java.lang.String getInputUriPrefix() { java.lang.Object ref = inputUriPrefix_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); inputUriPrefix_ = s; return s; @@ -1110,8 +996,6 @@ public java.lang.String getInputUriPrefix() { } } /** - * - * *
      * Location of the exported files.
      * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -1121,14 +1005,15 @@ public java.lang.String getInputUriPrefix() {
      * 
* * string input_uri_prefix = 3; - * * @return The bytes for inputUriPrefix. */ - public com.google.protobuf.ByteString getInputUriPrefixBytes() { + public com.google.protobuf.ByteString + getInputUriPrefixBytes() { java.lang.Object ref = inputUriPrefix_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); inputUriPrefix_ = b; return b; } else { @@ -1136,8 +1021,6 @@ public com.google.protobuf.ByteString getInputUriPrefixBytes() { } } /** - * - * *
      * Location of the exported files.
      * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -1147,22 +1030,18 @@ public com.google.protobuf.ByteString getInputUriPrefixBytes() {
      * 
* * string input_uri_prefix = 3; - * * @param value The inputUriPrefix to set. * @return This builder for chaining. */ - public Builder setInputUriPrefix(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setInputUriPrefix( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } inputUriPrefix_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * Location of the exported files.
      * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -1172,7 +1051,6 @@ public Builder setInputUriPrefix(java.lang.String value) {
      * 
* * string input_uri_prefix = 3; - * * @return This builder for chaining. */ public Builder clearInputUriPrefix() { @@ -1182,8 +1060,6 @@ public Builder clearInputUriPrefix() { return this; } /** - * - * *
      * Location of the exported files.
      * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -1193,14 +1069,12 @@ public Builder clearInputUriPrefix() {
      * 
* * string input_uri_prefix = 3; - * * @param value The bytes for inputUriPrefix to set. * @return This builder for chaining. */ - public Builder setInputUriPrefixBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setInputUriPrefixBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); inputUriPrefix_ = value; bitField0_ |= 0x00000004; @@ -1210,7 +1084,6 @@ public Builder setInputUriPrefixBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureNamespaceIdsIsMutable() { if (!namespaceIds_.isModifiable()) { namespaceIds_ = new com.google.protobuf.LazyStringArrayList(namespaceIds_); @@ -1218,8 +1091,6 @@ private void ensureNamespaceIdsIsMutable() { bitField0_ |= 0x00000008; } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1230,16 +1101,14 @@ private void ensureNamespaceIdsIsMutable() {
      * 
* * repeated string namespace_ids = 4; - * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList + getNamespaceIdsList() { namespaceIds_.makeImmutable(); return namespaceIds_; } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1250,15 +1119,12 @@ public com.google.protobuf.ProtocolStringList getNamespaceIdsList() {
      * 
* * repeated string namespace_ids = 4; - * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1269,7 +1135,6 @@ public int getNamespaceIdsCount() {
      * 
* * repeated string namespace_ids = 4; - * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -1277,8 +1142,6 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1289,16 +1152,14 @@ public java.lang.String getNamespaceIds(int index) {
      * 
* * repeated string namespace_ids = 4; - * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString + getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1309,15 +1170,13 @@ public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) {
      * 
* * repeated string namespace_ids = 4; - * * @param index The index to set the value at. * @param value The namespaceIds to set. * @return This builder for chaining. */ - public Builder setNamespaceIds(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNamespaceIds( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureNamespaceIdsIsMutable(); namespaceIds_.set(index, value); bitField0_ |= 0x00000008; @@ -1325,8 +1184,6 @@ public Builder setNamespaceIds(int index, java.lang.String value) { return this; } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1337,14 +1194,12 @@ public Builder setNamespaceIds(int index, java.lang.String value) {
      * 
* * repeated string namespace_ids = 4; - * * @param value The namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIds(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addNamespaceIds( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); bitField0_ |= 0x00000008; @@ -1352,8 +1207,6 @@ public Builder addNamespaceIds(java.lang.String value) { return this; } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1364,20 +1217,19 @@ public Builder addNamespaceIds(java.lang.String value) {
      * 
* * repeated string namespace_ids = 4; - * * @param values The namespaceIds to add. * @return This builder for chaining. */ - public Builder addAllNamespaceIds(java.lang.Iterable values) { + public Builder addAllNamespaceIds( + java.lang.Iterable values) { ensureNamespaceIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, namespaceIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, namespaceIds_); bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1388,19 +1240,16 @@ public Builder addAllNamespaceIds(java.lang.Iterable values) {
      * 
* * repeated string namespace_ids = 4; - * * @return This builder for chaining. */ public Builder clearNamespaceIds() { - namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000008); - ; + namespaceIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000008);; onChanged(); return this; } /** - * - * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1411,14 +1260,12 @@ public Builder clearNamespaceIds() {
      * 
* * repeated string namespace_ids = 4; - * * @param value The bytes of the namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addNamespaceIdsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); @@ -1426,9 +1273,9 @@ public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1438,12 +1285,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ImportDocumentsRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ImportDocumentsRequest) private static final com.google.firestore.admin.v1.ImportDocumentsRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ImportDocumentsRequest(); } @@ -1452,27 +1299,27 @@ public static com.google.firestore.admin.v1.ImportDocumentsRequest getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ImportDocumentsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ImportDocumentsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1487,4 +1334,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ImportDocumentsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequestOrBuilder.java similarity index 76% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequestOrBuilder.java index 0ca695c00..06fdba43c 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequestOrBuilder.java @@ -1,118 +1,81 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ImportDocumentsRequestOrBuilder - extends +public interface ImportDocumentsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ImportDocumentsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. Database to import into. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ java.lang.String getName(); /** - * - * *
    * Required. Database to import into. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Which collection ids to import. Unspecified means all collections included
-   * in the import.
+   * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @return A list containing the collectionIds. */ - java.util.List getCollectionIdsList(); + java.util.List + getCollectionIdsList(); /** - * - * *
    * Which collection ids to import. Unspecified means all collections included
-   * in the import.
+   * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @return The count of collectionIds. */ int getCollectionIdsCount(); /** - * - * *
    * Which collection ids to import. Unspecified means all collections included
-   * in the import.
+   * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ java.lang.String getCollectionIds(int index); /** - * - * *
    * Which collection ids to import. Unspecified means all collections included
-   * in the import.
+   * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - com.google.protobuf.ByteString getCollectionIdsBytes(int index); + com.google.protobuf.ByteString + getCollectionIdsBytes(int index); /** - * - * *
    * Location of the exported files.
    * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -122,13 +85,10 @@ public interface ImportDocumentsRequestOrBuilder
    * 
* * string input_uri_prefix = 3; - * * @return The inputUriPrefix. */ java.lang.String getInputUriPrefix(); /** - * - * *
    * Location of the exported files.
    * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -138,14 +98,12 @@ public interface ImportDocumentsRequestOrBuilder
    * 
* * string input_uri_prefix = 3; - * * @return The bytes for inputUriPrefix. */ - com.google.protobuf.ByteString getInputUriPrefixBytes(); + com.google.protobuf.ByteString + getInputUriPrefixBytes(); /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -156,13 +114,11 @@ public interface ImportDocumentsRequestOrBuilder
    * 
* * repeated string namespace_ids = 4; - * * @return A list containing the namespaceIds. */ - java.util.List getNamespaceIdsList(); + java.util.List + getNamespaceIdsList(); /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -173,13 +129,10 @@ public interface ImportDocumentsRequestOrBuilder
    * 
* * repeated string namespace_ids = 4; - * * @return The count of namespaceIds. */ int getNamespaceIdsCount(); /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -190,14 +143,11 @@ public interface ImportDocumentsRequestOrBuilder
    * 
* * repeated string namespace_ids = 4; - * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ java.lang.String getNamespaceIds(int index); /** - * - * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -208,9 +158,9 @@ public interface ImportDocumentsRequestOrBuilder
    * 
* * repeated string namespace_ids = 4; - * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - com.google.protobuf.ByteString getNamespaceIdsBytes(int index); + com.google.protobuf.ByteString + getNamespaceIdsBytes(int index); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Index.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Index.java similarity index 75% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Index.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Index.java index 4b98060c6..2ce9cfe23 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Index.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Index.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/index.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * Cloud Firestore indexes enable simple and complex queries against
  * documents in a database.
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.Index}
  */
-public final class Index extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Index extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Index)
     IndexOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Index.newBuilder() to construct.
   private Index(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Index() {
     name_ = "";
     queryScope_ = 0;
@@ -49,28 +31,25 @@ private Index() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Index();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.IndexProto
-        .internal_static_google_firestore_admin_v1_Index_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.IndexProto
-        .internal_static_google_firestore_admin_v1_Index_fieldAccessorTable
+    return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.Index.class,
-            com.google.firestore.admin.v1.Index.Builder.class);
+            com.google.firestore.admin.v1.Index.class, com.google.firestore.admin.v1.Index.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * Query Scope defines the scope at which a query is run. This is specified on
    * a StructuredQuery's `from` field.
@@ -78,10 +57,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    * Protobuf enum {@code google.firestore.admin.v1.Index.QueryScope}
    */
-  public enum QueryScope implements com.google.protobuf.ProtocolMessageEnum {
+  public enum QueryScope
+      implements com.google.protobuf.ProtocolMessageEnum {
     /**
-     *
-     *
      * 
      * The query scope is unspecified. Not a valid option.
      * 
@@ -90,8 +68,6 @@ public enum QueryScope implements com.google.protobuf.ProtocolMessageEnum { */ QUERY_SCOPE_UNSPECIFIED(0), /** - * - * *
      * Indexes with a collection query scope specified allow queries
      * against a collection that is the child of a specific document, specified
@@ -102,8 +78,6 @@ public enum QueryScope implements com.google.protobuf.ProtocolMessageEnum {
      */
     COLLECTION(1),
     /**
-     *
-     *
      * 
      * Indexes with a collection group query scope specified allow queries
      * against all collections that has the collection id specified by the
@@ -114,8 +88,6 @@ public enum QueryScope implements com.google.protobuf.ProtocolMessageEnum {
      */
     COLLECTION_GROUP(2),
     /**
-     *
-     *
      * 
      * Include all the collections's ancestor in the index. Only available for
      * Datastore Mode databases.
@@ -128,8 +100,6 @@ public enum QueryScope implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * The query scope is unspecified. Not a valid option.
      * 
@@ -138,8 +108,6 @@ public enum QueryScope implements com.google.protobuf.ProtocolMessageEnum { */ public static final int QUERY_SCOPE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * Indexes with a collection query scope specified allow queries
      * against a collection that is the child of a specific document, specified
@@ -150,8 +118,6 @@ public enum QueryScope implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int COLLECTION_VALUE = 1;
     /**
-     *
-     *
      * 
      * Indexes with a collection group query scope specified allow queries
      * against all collections that has the collection id specified by the
@@ -162,8 +128,6 @@ public enum QueryScope implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int COLLECTION_GROUP_VALUE = 2;
     /**
-     *
-     *
      * 
      * Include all the collections's ancestor in the index. Only available for
      * Datastore Mode databases.
@@ -173,6 +137,7 @@ public enum QueryScope implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int COLLECTION_RECURSIVE_VALUE = 3;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -197,51 +162,50 @@ public static QueryScope valueOf(int value) {
      */
     public static QueryScope forNumber(int value) {
       switch (value) {
-        case 0:
-          return QUERY_SCOPE_UNSPECIFIED;
-        case 1:
-          return COLLECTION;
-        case 2:
-          return COLLECTION_GROUP;
-        case 3:
-          return COLLECTION_RECURSIVE;
-        default:
-          return null;
+        case 0: return QUERY_SCOPE_UNSPECIFIED;
+        case 1: return COLLECTION;
+        case 2: return COLLECTION_GROUP;
+        case 3: return COLLECTION_RECURSIVE;
+        default: return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap
+        internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        QueryScope> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public QueryScope findValueByNumber(int number) {
+              return QueryScope.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public QueryScope findValueByNumber(int number) {
-            return QueryScope.forNumber(number);
-          }
-        };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.firestore.admin.v1.Index.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final QueryScope[] VALUES = values();
 
-    public static QueryScope valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static QueryScope valueOf(
+        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -259,8 +223,6 @@ private QueryScope(int value) {
   }
 
   /**
-   *
-   *
    * 
    * API Scope defines the APIs (Firestore Native, or Firestore in
    * Datastore Mode) that are supported for queries.
@@ -268,10 +230,9 @@ private QueryScope(int value) {
    *
    * Protobuf enum {@code google.firestore.admin.v1.Index.ApiScope}
    */
-  public enum ApiScope implements com.google.protobuf.ProtocolMessageEnum {
+  public enum ApiScope
+      implements com.google.protobuf.ProtocolMessageEnum {
     /**
-     *
-     *
      * 
      * The index can only be used by the Firestore Native query API.
      * This is the default.
@@ -281,8 +242,6 @@ public enum ApiScope implements com.google.protobuf.ProtocolMessageEnum {
      */
     ANY_API(0),
     /**
-     *
-     *
      * 
      * The index can only be used by the Firestore in Datastore Mode query API.
      * 
@@ -294,8 +253,6 @@ public enum ApiScope implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * The index can only be used by the Firestore Native query API.
      * This is the default.
@@ -305,8 +262,6 @@ public enum ApiScope implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int ANY_API_VALUE = 0;
     /**
-     *
-     *
      * 
      * The index can only be used by the Firestore in Datastore Mode query API.
      * 
@@ -315,6 +270,7 @@ public enum ApiScope implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DATASTORE_MODE_API_VALUE = 1; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -339,47 +295,48 @@ public static ApiScope valueOf(int value) { */ public static ApiScope forNumber(int value) { switch (value) { - case 0: - return ANY_API; - case 1: - return DATASTORE_MODE_API; - default: - return null; + case 0: return ANY_API; + case 1: return DATASTORE_MODE_API; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + ApiScope> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public ApiScope findValueByNumber(int number) { + return ApiScope.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public ApiScope findValueByNumber(int number) { - return ApiScope.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.firestore.admin.v1.Index.getDescriptor().getEnumTypes().get(1); } private static final ApiScope[] VALUES = values(); - public static ApiScope valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static ApiScope valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -397,8 +354,6 @@ private ApiScope(int value) { } /** - * - * *
    * The state of an index. During index creation, an index will be in the
    * `CREATING` state. If the index is created successfully, it will transition
@@ -408,10 +363,9 @@ private ApiScope(int value) {
    *
    * Protobuf enum {@code google.firestore.admin.v1.Index.State}
    */
-  public enum State implements com.google.protobuf.ProtocolMessageEnum {
+  public enum State
+      implements com.google.protobuf.ProtocolMessageEnum {
     /**
-     *
-     *
      * 
      * The state is unspecified.
      * 
@@ -420,8 +374,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ STATE_UNSPECIFIED(0), /** - * - * *
      * The index is being created.
      * There is an active long-running operation for the index.
@@ -433,8 +385,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     CREATING(1),
     /**
-     *
-     *
      * 
      * The index is ready to be used.
      * The index is updated when writing a document.
@@ -445,8 +395,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     READY(2),
     /**
-     *
-     *
      * 
      * The index was being created, but something went wrong.
      * There is no active long-running operation for the index,
@@ -465,8 +413,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * The state is unspecified.
      * 
@@ -475,8 +421,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The index is being created.
      * There is an active long-running operation for the index.
@@ -488,8 +432,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int CREATING_VALUE = 1;
     /**
-     *
-     *
      * 
      * The index is ready to be used.
      * The index is updated when writing a document.
@@ -500,8 +442,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int READY_VALUE = 2;
     /**
-     *
-     *
      * 
      * The index was being created, but something went wrong.
      * There is no active long-running operation for the index,
@@ -517,6 +457,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int NEEDS_REPAIR_VALUE = 3;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -541,51 +482,50 @@ public static State valueOf(int value) {
      */
     public static State forNumber(int value) {
       switch (value) {
-        case 0:
-          return STATE_UNSPECIFIED;
-        case 1:
-          return CREATING;
-        case 2:
-          return READY;
-        case 3:
-          return NEEDS_REPAIR;
-        default:
-          return null;
+        case 0: return STATE_UNSPECIFIED;
+        case 1: return CREATING;
+        case 2: return READY;
+        case 3: return NEEDS_REPAIR;
+        default: return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap
+        internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        State> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public State findValueByNumber(int number) {
+              return State.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public State findValueByNumber(int number) {
-            return State.forNumber(number);
-          }
-        };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.firestore.admin.v1.Index.getDescriptor().getEnumTypes().get(2);
     }
 
     private static final State[] VALUES = values();
 
-    public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static State valueOf(
+        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -602,14 +542,11 @@ private State(int value) {
     // @@protoc_insertion_point(enum_scope:google.firestore.admin.v1.Index.State)
   }
 
-  public interface IndexFieldOrBuilder
-      extends
+  public interface IndexFieldOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Index.IndexField)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * Can be __name__.
      * For single field indexes, this must match the name of the field or may
@@ -617,13 +554,10 @@ public interface IndexFieldOrBuilder
      * 
* * string field_path = 1; - * * @return The fieldPath. */ java.lang.String getFieldPath(); /** - * - * *
      * Can be __name__.
      * For single field indexes, this must match the name of the field or may
@@ -631,119 +565,93 @@ public interface IndexFieldOrBuilder
      * 
* * string field_path = 1; - * * @return The bytes for fieldPath. */ - com.google.protobuf.ByteString getFieldPathBytes(); + com.google.protobuf.ByteString + getFieldPathBytes(); /** - * - * *
      * Indicates that this field supports ordering by the specified order or
      * comparing using =, !=, <, <=, >, >=.
      * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; - * * @return Whether the order field is set. */ boolean hasOrder(); /** - * - * *
      * Indicates that this field supports ordering by the specified order or
      * comparing using =, !=, <, <=, >, >=.
      * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; - * * @return The enum numeric value on the wire for order. */ int getOrderValue(); /** - * - * *
      * Indicates that this field supports ordering by the specified order or
      * comparing using =, !=, <, <=, >, >=.
      * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; - * * @return The order. */ com.google.firestore.admin.v1.Index.IndexField.Order getOrder(); /** - * - * *
      * Indicates that this field supports operations on `array_value`s.
      * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; - * * @return Whether the arrayConfig field is set. */ boolean hasArrayConfig(); /** - * - * *
      * Indicates that this field supports operations on `array_value`s.
      * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; - * * @return The enum numeric value on the wire for arrayConfig. */ int getArrayConfigValue(); /** - * - * *
      * Indicates that this field supports operations on `array_value`s.
      * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; - * * @return The arrayConfig. */ com.google.firestore.admin.v1.Index.IndexField.ArrayConfig getArrayConfig(); /** - * - * *
-     * Indicates that this field supports nearest neighbors and distance
+     * Indicates that this field supports nearest neighbor and distance
      * operations on vector.
      * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; - * * @return Whether the vectorConfig field is set. */ boolean hasVectorConfig(); /** - * - * *
-     * Indicates that this field supports nearest neighbors and distance
+     * Indicates that this field supports nearest neighbor and distance
      * operations on vector.
      * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; - * * @return The vectorConfig. */ com.google.firestore.admin.v1.Index.IndexField.VectorConfig getVectorConfig(); /** - * - * *
-     * Indicates that this field supports nearest neighbors and distance
+     * Indicates that this field supports nearest neighbor and distance
      * operations on vector.
      * 
* @@ -754,8 +662,6 @@ public interface IndexFieldOrBuilder com.google.firestore.admin.v1.Index.IndexField.ValueModeCase getValueModeCase(); } /** - * - * *
    * A field in an index.
    * The field_path describes which field is indexed, the value_mode describes
@@ -764,54 +670,49 @@ public interface IndexFieldOrBuilder
    *
    * Protobuf type {@code google.firestore.admin.v1.Index.IndexField}
    */
-  public static final class IndexField extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class IndexField extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Index.IndexField)
       IndexFieldOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use IndexField.newBuilder() to construct.
     private IndexField(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private IndexField() {
       fieldPath_ = "";
     }
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new IndexField();
     }
 
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.IndexProto
-          .internal_static_google_firestore_admin_v1_Index_IndexField_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.IndexProto
-          .internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable
+      return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.Index.IndexField.class,
-              com.google.firestore.admin.v1.Index.IndexField.Builder.class);
+              com.google.firestore.admin.v1.Index.IndexField.class, com.google.firestore.admin.v1.Index.IndexField.Builder.class);
     }
 
     /**
-     *
-     *
      * 
      * The supported orderings.
      * 
* * Protobuf enum {@code google.firestore.admin.v1.Index.IndexField.Order} */ - public enum Order implements com.google.protobuf.ProtocolMessageEnum { + public enum Order + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
        * The ordering is unspecified. Not a valid option.
        * 
@@ -820,8 +721,6 @@ public enum Order implements com.google.protobuf.ProtocolMessageEnum { */ ORDER_UNSPECIFIED(0), /** - * - * *
        * The field is ordered by ascending field value.
        * 
@@ -830,8 +729,6 @@ public enum Order implements com.google.protobuf.ProtocolMessageEnum { */ ASCENDING(1), /** - * - * *
        * The field is ordered by descending field value.
        * 
@@ -843,8 +740,6 @@ public enum Order implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
        * The ordering is unspecified. Not a valid option.
        * 
@@ -853,8 +748,6 @@ public enum Order implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ORDER_UNSPECIFIED_VALUE = 0; /** - * - * *
        * The field is ordered by ascending field value.
        * 
@@ -863,8 +756,6 @@ public enum Order implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ASCENDING_VALUE = 1; /** - * - * *
        * The field is ordered by descending field value.
        * 
@@ -873,6 +764,7 @@ public enum Order implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DESCENDING_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -897,49 +789,49 @@ public static Order valueOf(int value) { */ public static Order forNumber(int value) { switch (value) { - case 0: - return ORDER_UNSPECIFIED; - case 1: - return ASCENDING; - case 2: - return DESCENDING; - default: - return null; + case 0: return ORDER_UNSPECIFIED; + case 1: return ASCENDING; + case 2: return DESCENDING; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + Order> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Order findValueByNumber(int number) { + return Order.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public Order findValueByNumber(int number) { - return Order.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.firestore.admin.v1.Index.IndexField.getDescriptor().getEnumTypes().get(0); } private static final Order[] VALUES = values(); - public static Order valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static Order valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -957,18 +849,15 @@ private Order(int value) { } /** - * - * *
      * The supported array value configurations.
      * 
* * Protobuf enum {@code google.firestore.admin.v1.Index.IndexField.ArrayConfig} */ - public enum ArrayConfig implements com.google.protobuf.ProtocolMessageEnum { + public enum ArrayConfig + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
        * The index does not support additional array queries.
        * 
@@ -977,8 +866,6 @@ public enum ArrayConfig implements com.google.protobuf.ProtocolMessageEnum { */ ARRAY_CONFIG_UNSPECIFIED(0), /** - * - * *
        * The index supports array containment queries.
        * 
@@ -990,8 +877,6 @@ public enum ArrayConfig implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
        * The index does not support additional array queries.
        * 
@@ -1000,8 +885,6 @@ public enum ArrayConfig implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ARRAY_CONFIG_UNSPECIFIED_VALUE = 0; /** - * - * *
        * The index supports array containment queries.
        * 
@@ -1010,6 +893,7 @@ public enum ArrayConfig implements com.google.protobuf.ProtocolMessageEnum { */ public static final int CONTAINS_VALUE = 1; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -1034,47 +918,48 @@ public static ArrayConfig valueOf(int value) { */ public static ArrayConfig forNumber(int value) { switch (value) { - case 0: - return ARRAY_CONFIG_UNSPECIFIED; - case 1: - return CONTAINS; - default: - return null; + case 0: return ARRAY_CONFIG_UNSPECIFIED; + case 1: return CONTAINS; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + ArrayConfig> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public ArrayConfig findValueByNumber(int number) { + return ArrayConfig.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public ArrayConfig findValueByNumber(int number) { - return ArrayConfig.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.firestore.admin.v1.Index.IndexField.getDescriptor().getEnumTypes().get(1); } private static final ArrayConfig[] VALUES = values(); - public static ArrayConfig valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static ArrayConfig valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -1091,14 +976,11 @@ private ArrayConfig(int value) { // @@protoc_insertion_point(enum_scope:google.firestore.admin.v1.Index.IndexField.ArrayConfig) } - public interface VectorConfigOrBuilder - extends + public interface VectorConfigOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Index.IndexField.VectorConfig) com.google.protobuf.MessageOrBuilder { /** - * - * *
        * Required. The vector dimension this configuration applies to.
        *
@@ -1107,98 +989,83 @@ public interface VectorConfigOrBuilder
        * 
* * int32 dimension = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The dimension. */ int getDimension(); /** - * - * *
        * Indicates the vector index is a flat index.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; - * * @return Whether the flat field is set. */ boolean hasFlat(); /** - * - * *
        * Indicates the vector index is a flat index.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; - * * @return The flat. */ com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex getFlat(); /** - * - * *
        * Indicates the vector index is a flat index.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder - getFlatOrBuilder(); + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder getFlatOrBuilder(); com.google.firestore.admin.v1.Index.IndexField.VectorConfig.TypeCase getTypeCase(); } /** - * - * *
      * The index configuration to support vector search operations
      * 
* * Protobuf type {@code google.firestore.admin.v1.Index.IndexField.VectorConfig} */ - public static final class VectorConfig extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class VectorConfig extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Index.IndexField.VectorConfig) VectorConfigOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use VectorConfig.newBuilder() to construct. private VectorConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private VectorConfig() {} + private VectorConfig() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new VectorConfig(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.IndexProto - .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.IndexProto - .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable + return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.class, - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder.class); + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.class, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder.class); } - public interface FlatIndexOrBuilder - extends + public interface FlatIndexOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) - com.google.protobuf.MessageOrBuilder {} + com.google.protobuf.MessageOrBuilder { + } /** - * - * *
        * An index that stores vectors in a flat data structure, and supports
        * exhaustive search.
@@ -1206,42 +1073,39 @@ public interface FlatIndexOrBuilder
        *
        * Protobuf type {@code google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex}
        */
-      public static final class FlatIndex extends com.google.protobuf.GeneratedMessageV3
-          implements
+      public static final class FlatIndex extends
+          com.google.protobuf.GeneratedMessageV3 implements
           // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex)
           FlatIndexOrBuilder {
-        private static final long serialVersionUID = 0L;
+      private static final long serialVersionUID = 0L;
         // Use FlatIndex.newBuilder() to construct.
         private FlatIndex(com.google.protobuf.GeneratedMessageV3.Builder builder) {
           super(builder);
         }
-
-        private FlatIndex() {}
+        private FlatIndex() {
+        }
 
         @java.lang.Override
         @SuppressWarnings({"unused"})
-        protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+        protected java.lang.Object newInstance(
+            UnusedPrivateParameter unused) {
           return new FlatIndex();
         }
 
-        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-          return com.google.firestore.admin.v1.IndexProto
-              .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor
+            getDescriptor() {
+          return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.firestore.admin.v1.IndexProto
-              .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable
+          return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.class,
-                  com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder
-                      .class);
+                  com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.class, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder.class);
         }
 
         private byte memoizedIsInitialized = -1;
-
         @java.lang.Override
         public final boolean isInitialized() {
           byte isInitialized = memoizedIsInitialized;
@@ -1254,7 +1118,7 @@ public final boolean isInitialized() {
 
         @java.lang.Override
         public void writeTo(com.google.protobuf.CodedOutputStream output)
-            throws java.io.IOException {
+                            throws java.io.IOException {
           getUnknownFields().writeTo(output);
         }
 
@@ -1272,14 +1136,12 @@ public int getSerializedSize() {
         @java.lang.Override
         public boolean equals(final java.lang.Object obj) {
           if (obj == this) {
-            return true;
+           return true;
           }
-          if (!(obj
-              instanceof com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex)) {
+          if (!(obj instanceof com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex)) {
             return super.equals(obj);
           }
-          com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex other =
-              (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) obj;
+          com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex other = (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) obj;
 
           if (!getUnknownFields().equals(other.getUnknownFields())) return false;
           return true;
@@ -1297,105 +1159,90 @@ public int hashCode() {
           return hash;
         }
 
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            parseFrom(java.nio.ByteBuffer data)
-                throws com.google.protobuf.InvalidProtocolBufferException {
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
+            java.nio.ByteBuffer data)
+            throws com.google.protobuf.InvalidProtocolBufferException {
           return PARSER.parseFrom(data);
         }
-
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            parseFrom(
-                java.nio.ByteBuffer data,
-                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-                throws com.google.protobuf.InvalidProtocolBufferException {
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
+            java.nio.ByteBuffer data,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
           return PARSER.parseFrom(data, extensionRegistry);
         }
-
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            parseFrom(com.google.protobuf.ByteString data)
-                throws com.google.protobuf.InvalidProtocolBufferException {
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
+            com.google.protobuf.ByteString data)
+            throws com.google.protobuf.InvalidProtocolBufferException {
           return PARSER.parseFrom(data);
         }
-
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            parseFrom(
-                com.google.protobuf.ByteString data,
-                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-                throws com.google.protobuf.InvalidProtocolBufferException {
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
+            com.google.protobuf.ByteString data,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
           return PARSER.parseFrom(data, extensionRegistry);
         }
-
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(byte[] data)
+            throws com.google.protobuf.InvalidProtocolBufferException {
           return PARSER.parseFrom(data);
         }
-
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-                throws com.google.protobuf.InvalidProtocolBufferException {
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
+            byte[] data,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
           return PARSER.parseFrom(data, extensionRegistry);
         }
-
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            parseFrom(java.io.InputStream input) throws java.io.IOException {
-          return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(java.io.InputStream input)
+            throws java.io.IOException {
+          return com.google.protobuf.GeneratedMessageV3
+              .parseWithIOException(PARSER, input);
         }
-
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            parseFrom(
-                java.io.InputStream input,
-                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-                throws java.io.IOException {
-          return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-              PARSER, input, extensionRegistry);
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
+            java.io.InputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws java.io.IOException {
+          return com.google.protobuf.GeneratedMessageV3
+              .parseWithIOException(PARSER, input, extensionRegistry);
         }
 
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
-          return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-              PARSER, input);
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseDelimitedFrom(java.io.InputStream input)
+            throws java.io.IOException {
+          return com.google.protobuf.GeneratedMessageV3
+              .parseDelimitedWithIOException(PARSER, input);
         }
 
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            parseDelimitedFrom(
-                java.io.InputStream input,
-                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-                throws java.io.IOException {
-          return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-              PARSER, input, extensionRegistry);
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseDelimitedFrom(
+            java.io.InputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws java.io.IOException {
+          return com.google.protobuf.GeneratedMessageV3
+              .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
         }
-
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-          return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
+            com.google.protobuf.CodedInputStream input)
+            throws java.io.IOException {
+          return com.google.protobuf.GeneratedMessageV3
+              .parseWithIOException(PARSER, input);
         }
-
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            parseFrom(
-                com.google.protobuf.CodedInputStream input,
-                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-                throws java.io.IOException {
-          return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-              PARSER, input, extensionRegistry);
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws java.io.IOException {
+          return com.google.protobuf.GeneratedMessageV3
+              .parseWithIOException(PARSER, input, extensionRegistry);
         }
 
         @java.lang.Override
-        public Builder newBuilderForType() {
-          return newBuilder();
-        }
-
+        public Builder newBuilderForType() { return newBuilder(); }
         public static Builder newBuilder() {
           return DEFAULT_INSTANCE.toBuilder();
         }
-
-        public static Builder newBuilder(
-            com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex prototype) {
+        public static Builder newBuilder(com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex prototype) {
           return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
         }
-
         @java.lang.Override
         public Builder toBuilder() {
-          return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+          return this == DEFAULT_INSTANCE
+              ? new Builder() : new Builder().mergeFrom(this);
         }
 
         @java.lang.Override
@@ -1405,8 +1252,6 @@ protected Builder newBuilderForType(
           return builder;
         }
         /**
-         *
-         *
          * 
          * An index that stores vectors in a flat data structure, and supports
          * exhaustive search.
@@ -1414,35 +1259,33 @@ protected Builder newBuilderForType(
          *
          * Protobuf type {@code google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex}
          */
-        public static final class Builder
-            extends com.google.protobuf.GeneratedMessageV3.Builder
-            implements
+        public static final class Builder extends
+            com.google.protobuf.GeneratedMessageV3.Builder implements
             // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex)
             com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder {
-          public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-            return com.google.firestore.admin.v1.IndexProto
-                .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor;
+          public static final com.google.protobuf.Descriptors.Descriptor
+              getDescriptor() {
+            return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor;
           }
 
           @java.lang.Override
           protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
               internalGetFieldAccessorTable() {
-            return com.google.firestore.admin.v1.IndexProto
-                .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable
+            return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable
                 .ensureFieldAccessorsInitialized(
-                    com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.class,
-                    com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder
-                        .class);
+                    com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.class, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder.class);
           }
 
-          // Construct using
-          // com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.newBuilder()
-          private Builder() {}
+          // Construct using com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.newBuilder()
+          private Builder() {
 
-          private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-            super(parent);
           }
 
+          private Builder(
+              com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+            super(parent);
+
+          }
           @java.lang.Override
           public Builder clear() {
             super.clear();
@@ -1450,22 +1293,19 @@ public Builder clear() {
           }
 
           @java.lang.Override
-          public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-            return com.google.firestore.admin.v1.IndexProto
-                .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor;
+          public com.google.protobuf.Descriptors.Descriptor
+              getDescriptorForType() {
+            return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor;
           }
 
           @java.lang.Override
-          public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-              getDefaultInstanceForType() {
-            return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-                .getDefaultInstance();
+          public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex getDefaultInstanceForType() {
+            return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance();
           }
 
           @java.lang.Override
           public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex build() {
-            com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex result =
-                buildPartial();
+            com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex result = buildPartial();
             if (!result.isInitialized()) {
               throw newUninitializedMessageException(result);
             }
@@ -1473,10 +1313,8 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex bui
           }
 
           @java.lang.Override
-          public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-              buildPartial() {
-            com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex result =
-                new com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex(this);
+          public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex buildPartial() {
+            com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex result = new com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex(this);
             onBuilt();
             return result;
           }
@@ -1485,54 +1323,46 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex bui
           public Builder clone() {
             return super.clone();
           }
-
           @java.lang.Override
           public Builder setField(
-              com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+              com.google.protobuf.Descriptors.FieldDescriptor field,
+              java.lang.Object value) {
             return super.setField(field, value);
           }
-
           @java.lang.Override
-          public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+          public Builder clearField(
+              com.google.protobuf.Descriptors.FieldDescriptor field) {
             return super.clearField(field);
           }
-
           @java.lang.Override
-          public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+          public Builder clearOneof(
+              com.google.protobuf.Descriptors.OneofDescriptor oneof) {
             return super.clearOneof(oneof);
           }
-
           @java.lang.Override
           public Builder setRepeatedField(
               com.google.protobuf.Descriptors.FieldDescriptor field,
-              int index,
-              java.lang.Object value) {
+              int index, java.lang.Object value) {
             return super.setRepeatedField(field, index, value);
           }
-
           @java.lang.Override
           public Builder addRepeatedField(
-              com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+              com.google.protobuf.Descriptors.FieldDescriptor field,
+              java.lang.Object value) {
             return super.addRepeatedField(field, value);
           }
-
           @java.lang.Override
           public Builder mergeFrom(com.google.protobuf.Message other) {
-            if (other
-                instanceof com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) {
-              return mergeFrom(
-                  (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) other);
+            if (other instanceof com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) {
+              return mergeFrom((com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex)other);
             } else {
               super.mergeFrom(other);
               return this;
             }
           }
 
-          public Builder mergeFrom(
-              com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex other) {
-            if (other
-                == com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-                    .getDefaultInstance()) return this;
+          public Builder mergeFrom(com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex other) {
+            if (other == com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance()) return this;
             this.mergeUnknownFields(other.getUnknownFields());
             onChanged();
             return this;
@@ -1559,13 +1389,12 @@ public Builder mergeFrom(
                   case 0:
                     done = true;
                     break;
-                  default:
-                    {
-                      if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                        done = true; // was an endgroup tag
-                      }
-                      break;
-                    } // default:
+                  default: {
+                    if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                      done = true; // was an endgroup tag
+                    }
+                    break;
+                  } // default:
                 } // switch (tag)
               } // while (!done)
             } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1575,7 +1404,6 @@ public Builder mergeFrom(
             } // finally
             return this;
           }
-
           @java.lang.Override
           public final Builder setUnknownFields(
               final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -1588,45 +1416,41 @@ public final Builder mergeUnknownFields(
             return super.mergeUnknownFields(unknownFields);
           }
 
+
           // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex)
         }
 
         // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex)
-        private static final com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            DEFAULT_INSTANCE;
-
+        private static final com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex DEFAULT_INSTANCE;
         static {
-          DEFAULT_INSTANCE =
-              new com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex();
+          DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex();
         }
 
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            getDefaultInstance() {
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex getDefaultInstance() {
           return DEFAULT_INSTANCE;
         }
 
-        private static final com.google.protobuf.Parser PARSER =
-            new com.google.protobuf.AbstractParser() {
-              @java.lang.Override
-              public FlatIndex parsePartialFrom(
-                  com.google.protobuf.CodedInputStream input,
-                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-                  throws com.google.protobuf.InvalidProtocolBufferException {
-                Builder builder = newBuilder();
-                try {
-                  builder.mergeFrom(input, extensionRegistry);
-                } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-                  throw e.setUnfinishedMessage(builder.buildPartial());
-                } catch (com.google.protobuf.UninitializedMessageException e) {
-                  throw e.asInvalidProtocolBufferException()
-                      .setUnfinishedMessage(builder.buildPartial());
-                } catch (java.io.IOException e) {
-                  throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                      .setUnfinishedMessage(builder.buildPartial());
-                }
-                return builder.buildPartial();
-              }
-            };
+        private static final com.google.protobuf.Parser
+            PARSER = new com.google.protobuf.AbstractParser() {
+          @java.lang.Override
+          public FlatIndex parsePartialFrom(
+              com.google.protobuf.CodedInputStream input,
+              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+              throws com.google.protobuf.InvalidProtocolBufferException {
+            Builder builder = newBuilder();
+            try {
+              builder.mergeFrom(input, extensionRegistry);
+            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+              throw e.setUnfinishedMessage(builder.buildPartial());
+            } catch (com.google.protobuf.UninitializedMessageException e) {
+              throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+            } catch (java.io.IOException e) {
+              throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                  .setUnfinishedMessage(builder.buildPartial());
+            }
+            return builder.buildPartial();
+          }
+        };
 
         public static com.google.protobuf.Parser parser() {
           return PARSER;
@@ -1638,25 +1462,21 @@ public com.google.protobuf.Parser getParserForType() {
         }
 
         @java.lang.Override
-        public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
-            getDefaultInstanceForType() {
+        public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex getDefaultInstanceForType() {
           return DEFAULT_INSTANCE;
         }
+
       }
 
       private int typeCase_ = 0;
-
       @SuppressWarnings("serial")
       private java.lang.Object type_;
-
       public enum TypeCase
-          implements
-              com.google.protobuf.Internal.EnumLite,
+          implements com.google.protobuf.Internal.EnumLite,
               com.google.protobuf.AbstractMessage.InternalOneOfEnum {
         FLAT(2),
         TYPE_NOT_SET(0);
         private final int value;
-
         private TypeCase(int value) {
           this.value = value;
         }
@@ -1672,29 +1492,25 @@ public static TypeCase valueOf(int value) {
 
         public static TypeCase forNumber(int value) {
           switch (value) {
-            case 2:
-              return FLAT;
-            case 0:
-              return TYPE_NOT_SET;
-            default:
-              return null;
+            case 2: return FLAT;
+            case 0: return TYPE_NOT_SET;
+            default: return null;
           }
         }
-
         public int getNumber() {
           return this.value;
         }
       };
 
-      public TypeCase getTypeCase() {
-        return TypeCase.forNumber(typeCase_);
+      public TypeCase
+      getTypeCase() {
+        return TypeCase.forNumber(
+            typeCase_);
       }
 
       public static final int DIMENSION_FIELD_NUMBER = 1;
       private int dimension_ = 0;
       /**
-       *
-       *
        * 
        * Required. The vector dimension this configuration applies to.
        *
@@ -1703,7 +1519,6 @@ public TypeCase getTypeCase() {
        * 
* * int32 dimension = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The dimension. */ @java.lang.Override @@ -1713,14 +1528,11 @@ public int getDimension() { public static final int FLAT_FIELD_NUMBER = 2; /** - * - * *
        * Indicates the vector index is a flat index.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; - * * @return Whether the flat field is set. */ @java.lang.Override @@ -1728,27 +1540,21 @@ public boolean hasFlat() { return typeCase_ == 2; } /** - * - * *
        * Indicates the vector index is a flat index.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; - * * @return The flat. */ @java.lang.Override public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex getFlat() { if (typeCase_ == 2) { - return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_; + return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_; } - return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex - .getDefaultInstance(); + return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance(); } /** - * - * *
        * Indicates the vector index is a flat index.
        * 
@@ -1756,17 +1562,14 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex get * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ @java.lang.Override - public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder - getFlatOrBuilder() { + public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder getFlatOrBuilder() { if (typeCase_ == 2) { - return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_; + return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_; } - return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex - .getDefaultInstance(); + return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1778,13 +1581,13 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (dimension_ != 0) { output.writeInt32(1, dimension_); } if (typeCase_ == 2) { - output.writeMessage( - 2, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_); + output.writeMessage(2, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_); } getUnknownFields().writeTo(output); } @@ -1796,12 +1599,12 @@ public int getSerializedSize() { size = 0; if (dimension_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(1, dimension_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(1, dimension_); } if (typeCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1811,19 +1614,20 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Index.IndexField.VectorConfig)) { return super.equals(obj); } - com.google.firestore.admin.v1.Index.IndexField.VectorConfig other = - (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) obj; + com.google.firestore.admin.v1.Index.IndexField.VectorConfig other = (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) obj; - if (getDimension() != other.getDimension()) return false; + if (getDimension() + != other.getDimension()) return false; if (!getTypeCase().equals(other.getTypeCase())) return false; switch (typeCase_) { case 2: - if (!getFlat().equals(other.getFlat())) return false; + if (!getFlat() + .equals(other.getFlat())) return false; break; case 0: default: @@ -1855,94 +1659,89 @@ public int hashCode() { } public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.admin.v1.Index.IndexField.VectorConfig prototype) { + public static Builder newBuilder(com.google.firestore.admin.v1.Index.IndexField.VectorConfig prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1952,41 +1751,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
        * The index configuration to support vector search operations
        * 
* * Protobuf type {@code google.firestore.admin.v1.Index.IndexField.VectorConfig} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Index.IndexField.VectorConfig) com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.IndexProto - .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.IndexProto - .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable + return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.class, - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder.class); + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.class, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder.class); } // Construct using com.google.firestore.admin.v1.Index.IndexField.VectorConfig.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -2001,14 +1798,13 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.admin.v1.IndexProto - .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; } @java.lang.Override - public com.google.firestore.admin.v1.Index.IndexField.VectorConfig - getDefaultInstanceForType() { + public com.google.firestore.admin.v1.Index.IndexField.VectorConfig getDefaultInstanceForType() { return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance(); } @@ -2023,29 +1819,25 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig build() { @java.lang.Override public com.google.firestore.admin.v1.Index.IndexField.VectorConfig buildPartial() { - com.google.firestore.admin.v1.Index.IndexField.VectorConfig result = - new com.google.firestore.admin.v1.Index.IndexField.VectorConfig(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.admin.v1.Index.IndexField.VectorConfig result = new com.google.firestore.admin.v1.Index.IndexField.VectorConfig(this); + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; } - private void buildPartial0( - com.google.firestore.admin.v1.Index.IndexField.VectorConfig result) { + private void buildPartial0(com.google.firestore.admin.v1.Index.IndexField.VectorConfig result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.dimension_ = dimension_; } } - private void buildPartialOneofs( - com.google.firestore.admin.v1.Index.IndexField.VectorConfig result) { + private void buildPartialOneofs(com.google.firestore.admin.v1.Index.IndexField.VectorConfig result) { result.typeCase_ = typeCase_; result.type_ = this.type_; - if (typeCase_ == 2 && flatBuilder_ != null) { + if (typeCase_ == 2 && + flatBuilder_ != null) { result.type_ = flatBuilder_.build(); } } @@ -2054,65 +1846,57 @@ private void buildPartialOneofs( public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.Index.IndexField.VectorConfig) { - return mergeFrom((com.google.firestore.admin.v1.Index.IndexField.VectorConfig) other); + return mergeFrom((com.google.firestore.admin.v1.Index.IndexField.VectorConfig)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.firestore.admin.v1.Index.IndexField.VectorConfig other) { - if (other - == com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance()) - return this; + public Builder mergeFrom(com.google.firestore.admin.v1.Index.IndexField.VectorConfig other) { + if (other == com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance()) return this; if (other.getDimension() != 0) { setDimension(other.getDimension()); } switch (other.getTypeCase()) { - case FLAT: - { - mergeFlat(other.getFlat()); - break; - } - case TYPE_NOT_SET: - { - break; - } + case FLAT: { + mergeFlat(other.getFlat()); + break; + } + case TYPE_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -2140,25 +1924,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - dimension_ = input.readInt32(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 18: - { - input.readMessage(getFlatFieldBuilder().getBuilder(), extensionRegistry); - typeCase_ = 2; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + dimension_ = input.readInt32(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 18: { + input.readMessage( + getFlatFieldBuilder().getBuilder(), + extensionRegistry); + typeCase_ = 2; + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -2168,12 +1951,12 @@ public Builder mergeFrom( } // finally return this; } - private int typeCase_ = 0; private java.lang.Object type_; - - public TypeCase getTypeCase() { - return TypeCase.forNumber(typeCase_); + public TypeCase + getTypeCase() { + return TypeCase.forNumber( + typeCase_); } public Builder clearType() { @@ -2185,10 +1968,8 @@ public Builder clearType() { private int bitField0_; - private int dimension_; + private int dimension_ ; /** - * - * *
          * Required. The vector dimension this configuration applies to.
          *
@@ -2197,7 +1978,6 @@ public Builder clearType() {
          * 
* * int32 dimension = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The dimension. */ @java.lang.Override @@ -2205,8 +1985,6 @@ public int getDimension() { return dimension_; } /** - * - * *
          * Required. The vector dimension this configuration applies to.
          *
@@ -2215,7 +1993,6 @@ public int getDimension() {
          * 
* * int32 dimension = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The dimension to set. * @return This builder for chaining. */ @@ -2227,8 +2004,6 @@ public Builder setDimension(int value) { return this; } /** - * - * *
          * Required. The vector dimension this configuration applies to.
          *
@@ -2237,7 +2012,6 @@ public Builder setDimension(int value) {
          * 
* * int32 dimension = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearDimension() { @@ -2248,19 +2022,13 @@ public Builder clearDimension() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex, - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder, - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder> - flatBuilder_; + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder> flatBuilder_; /** - * - * *
          * Indicates the vector index is a flat index.
          * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; - * * @return Whether the flat field is set. */ @java.lang.Override @@ -2268,14 +2036,11 @@ public boolean hasFlat() { return typeCase_ == 2; } /** - * - * *
          * Indicates the vector index is a flat index.
          * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; - * * @return The flat. */ @java.lang.Override @@ -2284,27 +2049,22 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex get if (typeCase_ == 2) { return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_; } - return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex - .getDefaultInstance(); + return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance(); } else { if (typeCase_ == 2) { return flatBuilder_.getMessage(); } - return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex - .getDefaultInstance(); + return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance(); } } /** - * - * *
          * Indicates the vector index is a flat index.
          * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ - public Builder setFlat( - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex value) { + public Builder setFlat(com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex value) { if (flatBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -2318,8 +2078,6 @@ public Builder setFlat( return this; } /** - * - * *
          * Indicates the vector index is a flat index.
          * 
@@ -2327,8 +2085,7 @@ public Builder setFlat( * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ public Builder setFlat( - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder - builderForValue) { + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder builderForValue) { if (flatBuilder_ == null) { type_ = builderForValue.build(); onChanged(); @@ -2339,27 +2096,18 @@ public Builder setFlat( return this; } /** - * - * *
          * Indicates the vector index is a flat index.
          * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ - public Builder mergeFlat( - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex value) { + public Builder mergeFlat(com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex value) { if (flatBuilder_ == null) { - if (typeCase_ == 2 - && type_ - != com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex - .getDefaultInstance()) { - type_ = - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.newBuilder( - (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) - type_) - .mergeFrom(value) - .buildPartial(); + if (typeCase_ == 2 && + type_ != com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance()) { + type_ = com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.newBuilder((com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_) + .mergeFrom(value).buildPartial(); } else { type_ = value; } @@ -2375,8 +2123,6 @@ public Builder mergeFlat( return this; } /** - * - * *
          * Indicates the vector index is a flat index.
          * 
@@ -2400,21 +2146,16 @@ public Builder clearFlat() { return this; } /** - * - * *
          * Indicates the vector index is a flat index.
          * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ - public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder - getFlatBuilder() { + public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder getFlatBuilder() { return getFlatFieldBuilder().getBuilder(); } /** - * - * *
          * Indicates the vector index is a flat index.
          * 
@@ -2422,21 +2163,17 @@ public Builder clearFlat() { * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ @java.lang.Override - public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder - getFlatOrBuilder() { + public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder getFlatOrBuilder() { if ((typeCase_ == 2) && (flatBuilder_ != null)) { return flatBuilder_.getMessageOrBuilder(); } else { if (typeCase_ == 2) { return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_; } - return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex - .getDefaultInstance(); + return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance(); } } /** - * - * *
          * Indicates the vector index is a flat index.
          * 
@@ -2444,21 +2181,14 @@ public Builder clearFlat() { * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex, - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder, - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder> + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder> getFlatFieldBuilder() { if (flatBuilder_ == null) { if (!(typeCase_ == 2)) { - type_ = - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex - .getDefaultInstance(); + type_ = com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance(); } - flatBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex, - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder, - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder>( + flatBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder>( (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_, getParentForChildren(), isClean()); @@ -2468,7 +2198,6 @@ public Builder clearFlat() { onChanged(); return flatBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2481,44 +2210,41 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Index.IndexField.VectorConfig) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Index.IndexField.VectorConfig) - private static final com.google.firestore.admin.v1.Index.IndexField.VectorConfig - DEFAULT_INSTANCE; - + private static final com.google.firestore.admin.v1.Index.IndexField.VectorConfig DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Index.IndexField.VectorConfig(); } - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig - getDefaultInstance() { + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public VectorConfig parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public VectorConfig parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2530,27 +2256,23 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.firestore.admin.v1.Index.IndexField.VectorConfig - getDefaultInstanceForType() { + public com.google.firestore.admin.v1.Index.IndexField.VectorConfig getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } private int valueModeCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object valueMode_; - public enum ValueModeCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { ORDER(2), ARRAY_CONFIG(3), VECTOR_CONFIG(4), VALUEMODE_NOT_SET(0); private final int value; - private ValueModeCase(int value) { this.value = value; } @@ -2566,35 +2288,28 @@ public static ValueModeCase valueOf(int value) { public static ValueModeCase forNumber(int value) { switch (value) { - case 2: - return ORDER; - case 3: - return ARRAY_CONFIG; - case 4: - return VECTOR_CONFIG; - case 0: - return VALUEMODE_NOT_SET; - default: - return null; + case 2: return ORDER; + case 3: return ARRAY_CONFIG; + case 4: return VECTOR_CONFIG; + case 0: return VALUEMODE_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public ValueModeCase getValueModeCase() { - return ValueModeCase.forNumber(valueModeCase_); + public ValueModeCase + getValueModeCase() { + return ValueModeCase.forNumber( + valueModeCase_); } public static final int FIELD_PATH_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object fieldPath_ = ""; /** - * - * *
      * Can be __name__.
      * For single field indexes, this must match the name of the field or may
@@ -2602,7 +2317,6 @@ public ValueModeCase getValueModeCase() {
      * 
* * string field_path = 1; - * * @return The fieldPath. */ @java.lang.Override @@ -2611,15 +2325,14 @@ public java.lang.String getFieldPath() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldPath_ = s; return s; } } /** - * - * *
      * Can be __name__.
      * For single field indexes, this must match the name of the field or may
@@ -2627,15 +2340,16 @@ public java.lang.String getFieldPath() {
      * 
* * string field_path = 1; - * * @return The bytes for fieldPath. */ @java.lang.Override - public com.google.protobuf.ByteString getFieldPathBytes() { + public com.google.protobuf.ByteString + getFieldPathBytes() { java.lang.Object ref = fieldPath_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); fieldPath_ = b; return b; } else { @@ -2645,30 +2359,24 @@ public com.google.protobuf.ByteString getFieldPathBytes() { public static final int ORDER_FIELD_NUMBER = 2; /** - * - * *
      * Indicates that this field supports ordering by the specified order or
      * comparing using =, !=, <, <=, >, >=.
      * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; - * * @return Whether the order field is set. */ public boolean hasOrder() { return valueModeCase_ == 2; } /** - * - * *
      * Indicates that this field supports ordering by the specified order or
      * comparing using =, !=, <, <=, >, >=.
      * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; - * * @return The enum numeric value on the wire for order. */ public int getOrderValue() { @@ -2678,53 +2386,41 @@ public int getOrderValue() { return 0; } /** - * - * *
      * Indicates that this field supports ordering by the specified order or
      * comparing using =, !=, <, <=, >, >=.
      * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; - * * @return The order. */ public com.google.firestore.admin.v1.Index.IndexField.Order getOrder() { if (valueModeCase_ == 2) { - com.google.firestore.admin.v1.Index.IndexField.Order result = - com.google.firestore.admin.v1.Index.IndexField.Order.forNumber( - (java.lang.Integer) valueMode_); - return result == null - ? com.google.firestore.admin.v1.Index.IndexField.Order.UNRECOGNIZED - : result; + com.google.firestore.admin.v1.Index.IndexField.Order result = com.google.firestore.admin.v1.Index.IndexField.Order.forNumber( + (java.lang.Integer) valueMode_); + return result == null ? com.google.firestore.admin.v1.Index.IndexField.Order.UNRECOGNIZED : result; } return com.google.firestore.admin.v1.Index.IndexField.Order.ORDER_UNSPECIFIED; } public static final int ARRAY_CONFIG_FIELD_NUMBER = 3; /** - * - * *
      * Indicates that this field supports operations on `array_value`s.
      * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; - * * @return Whether the arrayConfig field is set. */ public boolean hasArrayConfig() { return valueModeCase_ == 3; } /** - * - * *
      * Indicates that this field supports operations on `array_value`s.
      * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; - * * @return The enum numeric value on the wire for arrayConfig. */ public int getArrayConfigValue() { @@ -2734,39 +2430,30 @@ public int getArrayConfigValue() { return 0; } /** - * - * *
      * Indicates that this field supports operations on `array_value`s.
      * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; - * * @return The arrayConfig. */ public com.google.firestore.admin.v1.Index.IndexField.ArrayConfig getArrayConfig() { if (valueModeCase_ == 3) { - com.google.firestore.admin.v1.Index.IndexField.ArrayConfig result = - com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.forNumber( - (java.lang.Integer) valueMode_); - return result == null - ? com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.UNRECOGNIZED - : result; + com.google.firestore.admin.v1.Index.IndexField.ArrayConfig result = com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.forNumber( + (java.lang.Integer) valueMode_); + return result == null ? com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.UNRECOGNIZED : result; } return com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.ARRAY_CONFIG_UNSPECIFIED; } public static final int VECTOR_CONFIG_FIELD_NUMBER = 4; /** - * - * *
-     * Indicates that this field supports nearest neighbors and distance
+     * Indicates that this field supports nearest neighbor and distance
      * operations on vector.
      * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; - * * @return Whether the vectorConfig field is set. */ @java.lang.Override @@ -2774,45 +2461,38 @@ public boolean hasVectorConfig() { return valueModeCase_ == 4; } /** - * - * *
-     * Indicates that this field supports nearest neighbors and distance
+     * Indicates that this field supports nearest neighbor and distance
      * operations on vector.
      * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; - * * @return The vectorConfig. */ @java.lang.Override public com.google.firestore.admin.v1.Index.IndexField.VectorConfig getVectorConfig() { if (valueModeCase_ == 4) { - return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_; + return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_; } return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance(); } /** - * - * *
-     * Indicates that this field supports nearest neighbors and distance
+     * Indicates that this field supports nearest neighbor and distance
      * operations on vector.
      * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; */ @java.lang.Override - public com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder - getVectorConfigOrBuilder() { + public com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder getVectorConfigOrBuilder() { if (valueModeCase_ == 4) { - return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_; + return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_; } return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2824,7 +2504,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fieldPath_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, fieldPath_); } @@ -2835,8 +2516,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io output.writeEnum(3, ((java.lang.Integer) valueMode_)); } if (valueModeCase_ == 4) { - output.writeMessage( - 4, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_); + output.writeMessage(4, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_); } getUnknownFields().writeTo(output); } @@ -2851,19 +2531,16 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, fieldPath_); } if (valueModeCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeEnumSize( - 2, ((java.lang.Integer) valueMode_)); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, ((java.lang.Integer) valueMode_)); } if (valueModeCase_ == 3) { - size += - com.google.protobuf.CodedOutputStream.computeEnumSize( - 3, ((java.lang.Integer) valueMode_)); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(3, ((java.lang.Integer) valueMode_)); } if (valueModeCase_ == 4) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 4, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -2873,25 +2550,28 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Index.IndexField)) { return super.equals(obj); } - com.google.firestore.admin.v1.Index.IndexField other = - (com.google.firestore.admin.v1.Index.IndexField) obj; + com.google.firestore.admin.v1.Index.IndexField other = (com.google.firestore.admin.v1.Index.IndexField) obj; - if (!getFieldPath().equals(other.getFieldPath())) return false; + if (!getFieldPath() + .equals(other.getFieldPath())) return false; if (!getValueModeCase().equals(other.getValueModeCase())) return false; switch (valueModeCase_) { case 2: - if (getOrderValue() != other.getOrderValue()) return false; + if (getOrderValue() + != other.getOrderValue()) return false; break; case 3: - if (getArrayConfigValue() != other.getArrayConfigValue()) return false; + if (getArrayConfigValue() + != other.getArrayConfigValue()) return false; break; case 4: - if (!getVectorConfig().equals(other.getVectorConfig())) return false; + if (!getVectorConfig() + .equals(other.getVectorConfig())) return false; break; case 0: default: @@ -2930,94 +2610,90 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.Index.IndexField parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.Index.IndexField parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Index.IndexField parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Index.IndexField parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Index.IndexField parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Index.IndexField parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Index.IndexField parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.Index.IndexField parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.Index.IndexField parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Index.IndexField parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Index.IndexField parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.Index.IndexField parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Index.IndexField parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Index.IndexField parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Index.IndexField parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.Index.IndexField prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -3027,8 +2703,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * A field in an index.
      * The field_path describes which field is indexed, the value_mode describes
@@ -3037,33 +2711,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.firestore.admin.v1.Index.IndexField}
      */
-    public static final class Builder
-        extends com.google.protobuf.GeneratedMessageV3.Builder
-        implements
+    public static final class Builder extends
+        com.google.protobuf.GeneratedMessageV3.Builder implements
         // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Index.IndexField)
         com.google.firestore.admin.v1.Index.IndexFieldOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.firestore.admin.v1.IndexProto
-            .internal_static_google_firestore_admin_v1_Index_IndexField_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.firestore.admin.v1.IndexProto
-            .internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable
+        return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.firestore.admin.v1.Index.IndexField.class,
-                com.google.firestore.admin.v1.Index.IndexField.Builder.class);
+                com.google.firestore.admin.v1.Index.IndexField.class, com.google.firestore.admin.v1.Index.IndexField.Builder.class);
       }
 
       // Construct using com.google.firestore.admin.v1.Index.IndexField.newBuilder()
-      private Builder() {}
+      private Builder() {
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-        super(parent);
       }
 
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        super(parent);
+
+      }
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -3078,9 +2752,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.firestore.admin.v1.IndexProto
-            .internal_static_google_firestore_admin_v1_Index_IndexField_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_descriptor;
       }
 
       @java.lang.Override
@@ -3099,11 +2773,8 @@ public com.google.firestore.admin.v1.Index.IndexField build() {
 
       @java.lang.Override
       public com.google.firestore.admin.v1.Index.IndexField buildPartial() {
-        com.google.firestore.admin.v1.Index.IndexField result =
-            new com.google.firestore.admin.v1.Index.IndexField(this);
-        if (bitField0_ != 0) {
-          buildPartial0(result);
-        }
+        com.google.firestore.admin.v1.Index.IndexField result = new com.google.firestore.admin.v1.Index.IndexField(this);
+        if (bitField0_ != 0) { buildPartial0(result); }
         buildPartialOneofs(result);
         onBuilt();
         return result;
@@ -3119,7 +2790,8 @@ private void buildPartial0(com.google.firestore.admin.v1.Index.IndexField result
       private void buildPartialOneofs(com.google.firestore.admin.v1.Index.IndexField result) {
         result.valueModeCase_ = valueModeCase_;
         result.valueMode_ = this.valueMode_;
-        if (valueModeCase_ == 4 && vectorConfigBuilder_ != null) {
+        if (valueModeCase_ == 4 &&
+            vectorConfigBuilder_ != null) {
           result.valueMode_ = vectorConfigBuilder_.build();
         }
       }
@@ -3128,41 +2800,38 @@ private void buildPartialOneofs(com.google.firestore.admin.v1.Index.IndexField r
       public Builder clone() {
         return super.clone();
       }
-
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.setField(field, value);
       }
-
       @java.lang.Override
-      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(
+          com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
-
       @java.lang.Override
-      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(
+          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
-
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index,
-          java.lang.Object value) {
+          int index, java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
-
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
-
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.firestore.admin.v1.Index.IndexField) {
-          return mergeFrom((com.google.firestore.admin.v1.Index.IndexField) other);
+          return mergeFrom((com.google.firestore.admin.v1.Index.IndexField)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -3170,33 +2839,28 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.firestore.admin.v1.Index.IndexField other) {
-        if (other == com.google.firestore.admin.v1.Index.IndexField.getDefaultInstance())
-          return this;
+        if (other == com.google.firestore.admin.v1.Index.IndexField.getDefaultInstance()) return this;
         if (!other.getFieldPath().isEmpty()) {
           fieldPath_ = other.fieldPath_;
           bitField0_ |= 0x00000001;
           onChanged();
         }
         switch (other.getValueModeCase()) {
-          case ORDER:
-            {
-              setOrderValue(other.getOrderValue());
-              break;
-            }
-          case ARRAY_CONFIG:
-            {
-              setArrayConfigValue(other.getArrayConfigValue());
-              break;
-            }
-          case VECTOR_CONFIG:
-            {
-              mergeVectorConfig(other.getVectorConfig());
-              break;
-            }
-          case VALUEMODE_NOT_SET:
-            {
-              break;
-            }
+          case ORDER: {
+            setOrderValue(other.getOrderValue());
+            break;
+          }
+          case ARRAY_CONFIG: {
+            setArrayConfigValue(other.getArrayConfigValue());
+            break;
+          }
+          case VECTOR_CONFIG: {
+            mergeVectorConfig(other.getVectorConfig());
+            break;
+          }
+          case VALUEMODE_NOT_SET: {
+            break;
+          }
         }
         this.mergeUnknownFields(other.getUnknownFields());
         onChanged();
@@ -3224,39 +2888,36 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10:
-                {
-                  fieldPath_ = input.readStringRequireUtf8();
-                  bitField0_ |= 0x00000001;
-                  break;
-                } // case 10
-              case 16:
-                {
-                  int rawValue = input.readEnum();
-                  valueModeCase_ = 2;
-                  valueMode_ = rawValue;
-                  break;
-                } // case 16
-              case 24:
-                {
-                  int rawValue = input.readEnum();
-                  valueModeCase_ = 3;
-                  valueMode_ = rawValue;
-                  break;
-                } // case 24
-              case 34:
-                {
-                  input.readMessage(getVectorConfigFieldBuilder().getBuilder(), extensionRegistry);
-                  valueModeCase_ = 4;
-                  break;
-                } // case 34
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+              case 10: {
+                fieldPath_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+              case 16: {
+                int rawValue = input.readEnum();
+                valueModeCase_ = 2;
+                valueMode_ = rawValue;
+                break;
+              } // case 16
+              case 24: {
+                int rawValue = input.readEnum();
+                valueModeCase_ = 3;
+                valueMode_ = rawValue;
+                break;
+              } // case 24
+              case 34: {
+                input.readMessage(
+                    getVectorConfigFieldBuilder().getBuilder(),
+                    extensionRegistry);
+                valueModeCase_ = 4;
+                break;
+              } // case 34
+              default: {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -3266,12 +2927,12 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       private int valueModeCase_ = 0;
       private java.lang.Object valueMode_;
-
-      public ValueModeCase getValueModeCase() {
-        return ValueModeCase.forNumber(valueModeCase_);
+      public ValueModeCase
+          getValueModeCase() {
+        return ValueModeCase.forNumber(
+            valueModeCase_);
       }
 
       public Builder clearValueMode() {
@@ -3285,8 +2946,6 @@ public Builder clearValueMode() {
 
       private java.lang.Object fieldPath_ = "";
       /**
-       *
-       *
        * 
        * Can be __name__.
        * For single field indexes, this must match the name of the field or may
@@ -3294,13 +2953,13 @@ public Builder clearValueMode() {
        * 
* * string field_path = 1; - * * @return The fieldPath. */ public java.lang.String getFieldPath() { java.lang.Object ref = fieldPath_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldPath_ = s; return s; @@ -3309,8 +2968,6 @@ public java.lang.String getFieldPath() { } } /** - * - * *
        * Can be __name__.
        * For single field indexes, this must match the name of the field or may
@@ -3318,14 +2975,15 @@ public java.lang.String getFieldPath() {
        * 
* * string field_path = 1; - * * @return The bytes for fieldPath. */ - public com.google.protobuf.ByteString getFieldPathBytes() { + public com.google.protobuf.ByteString + getFieldPathBytes() { java.lang.Object ref = fieldPath_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); fieldPath_ = b; return b; } else { @@ -3333,8 +2991,6 @@ public com.google.protobuf.ByteString getFieldPathBytes() { } } /** - * - * *
        * Can be __name__.
        * For single field indexes, this must match the name of the field or may
@@ -3342,22 +2998,18 @@ public com.google.protobuf.ByteString getFieldPathBytes() {
        * 
* * string field_path = 1; - * * @param value The fieldPath to set. * @return This builder for chaining. */ - public Builder setFieldPath(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFieldPath( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } fieldPath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * Can be __name__.
        * For single field indexes, this must match the name of the field or may
@@ -3365,7 +3017,6 @@ public Builder setFieldPath(java.lang.String value) {
        * 
* * string field_path = 1; - * * @return This builder for chaining. */ public Builder clearFieldPath() { @@ -3375,8 +3026,6 @@ public Builder clearFieldPath() { return this; } /** - * - * *
        * Can be __name__.
        * For single field indexes, this must match the name of the field or may
@@ -3384,14 +3033,12 @@ public Builder clearFieldPath() {
        * 
* * string field_path = 1; - * * @param value The bytes for fieldPath to set. * @return This builder for chaining. */ - public Builder setFieldPathBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFieldPathBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fieldPath_ = value; bitField0_ |= 0x00000001; @@ -3400,15 +3047,12 @@ public Builder setFieldPathBytes(com.google.protobuf.ByteString value) { } /** - * - * *
        * Indicates that this field supports ordering by the specified order or
        * comparing using =, !=, <, <=, >, >=.
        * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; - * * @return Whether the order field is set. */ @java.lang.Override @@ -3416,15 +3060,12 @@ public boolean hasOrder() { return valueModeCase_ == 2; } /** - * - * *
        * Indicates that this field supports ordering by the specified order or
        * comparing using =, !=, <, <=, >, >=.
        * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; - * * @return The enum numeric value on the wire for order. */ @java.lang.Override @@ -3435,15 +3076,12 @@ public int getOrderValue() { return 0; } /** - * - * *
        * Indicates that this field supports ordering by the specified order or
        * comparing using =, !=, <, <=, >, >=.
        * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; - * * @param value The enum numeric value on the wire for order to set. * @return This builder for chaining. */ @@ -3454,39 +3092,30 @@ public Builder setOrderValue(int value) { return this; } /** - * - * *
        * Indicates that this field supports ordering by the specified order or
        * comparing using =, !=, <, <=, >, >=.
        * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; - * * @return The order. */ @java.lang.Override public com.google.firestore.admin.v1.Index.IndexField.Order getOrder() { if (valueModeCase_ == 2) { - com.google.firestore.admin.v1.Index.IndexField.Order result = - com.google.firestore.admin.v1.Index.IndexField.Order.forNumber( - (java.lang.Integer) valueMode_); - return result == null - ? com.google.firestore.admin.v1.Index.IndexField.Order.UNRECOGNIZED - : result; + com.google.firestore.admin.v1.Index.IndexField.Order result = com.google.firestore.admin.v1.Index.IndexField.Order.forNumber( + (java.lang.Integer) valueMode_); + return result == null ? com.google.firestore.admin.v1.Index.IndexField.Order.UNRECOGNIZED : result; } return com.google.firestore.admin.v1.Index.IndexField.Order.ORDER_UNSPECIFIED; } /** - * - * *
        * Indicates that this field supports ordering by the specified order or
        * comparing using =, !=, <, <=, >, >=.
        * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; - * * @param value The order to set. * @return This builder for chaining. */ @@ -3500,15 +3129,12 @@ public Builder setOrder(com.google.firestore.admin.v1.Index.IndexField.Order val return this; } /** - * - * *
        * Indicates that this field supports ordering by the specified order or
        * comparing using =, !=, <, <=, >, >=.
        * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; - * * @return This builder for chaining. */ public Builder clearOrder() { @@ -3521,14 +3147,11 @@ public Builder clearOrder() { } /** - * - * *
        * Indicates that this field supports operations on `array_value`s.
        * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; - * * @return Whether the arrayConfig field is set. */ @java.lang.Override @@ -3536,14 +3159,11 @@ public boolean hasArrayConfig() { return valueModeCase_ == 3; } /** - * - * *
        * Indicates that this field supports operations on `array_value`s.
        * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; - * * @return The enum numeric value on the wire for arrayConfig. */ @java.lang.Override @@ -3554,14 +3174,11 @@ public int getArrayConfigValue() { return 0; } /** - * - * *
        * Indicates that this field supports operations on `array_value`s.
        * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; - * * @param value The enum numeric value on the wire for arrayConfig to set. * @return This builder for chaining. */ @@ -3572,42 +3189,32 @@ public Builder setArrayConfigValue(int value) { return this; } /** - * - * *
        * Indicates that this field supports operations on `array_value`s.
        * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; - * * @return The arrayConfig. */ @java.lang.Override public com.google.firestore.admin.v1.Index.IndexField.ArrayConfig getArrayConfig() { if (valueModeCase_ == 3) { - com.google.firestore.admin.v1.Index.IndexField.ArrayConfig result = - com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.forNumber( - (java.lang.Integer) valueMode_); - return result == null - ? com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.UNRECOGNIZED - : result; + com.google.firestore.admin.v1.Index.IndexField.ArrayConfig result = com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.forNumber( + (java.lang.Integer) valueMode_); + return result == null ? com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.UNRECOGNIZED : result; } return com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.ARRAY_CONFIG_UNSPECIFIED; } /** - * - * *
        * Indicates that this field supports operations on `array_value`s.
        * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; - * * @param value The arrayConfig to set. * @return This builder for chaining. */ - public Builder setArrayConfig( - com.google.firestore.admin.v1.Index.IndexField.ArrayConfig value) { + public Builder setArrayConfig(com.google.firestore.admin.v1.Index.IndexField.ArrayConfig value) { if (value == null) { throw new NullPointerException(); } @@ -3617,14 +3224,11 @@ public Builder setArrayConfig( return this; } /** - * - * *
        * Indicates that this field supports operations on `array_value`s.
        * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; - * * @return This builder for chaining. */ public Builder clearArrayConfig() { @@ -3637,20 +3241,14 @@ public Builder clearArrayConfig() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index.IndexField.VectorConfig, - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder, - com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder> - vectorConfigBuilder_; + com.google.firestore.admin.v1.Index.IndexField.VectorConfig, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder, com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder> vectorConfigBuilder_; /** - * - * *
-       * Indicates that this field supports nearest neighbors and distance
+       * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; - * * @return Whether the vectorConfig field is set. */ @java.lang.Override @@ -3658,15 +3256,12 @@ public boolean hasVectorConfig() { return valueModeCase_ == 4; } /** - * - * *
-       * Indicates that this field supports nearest neighbors and distance
+       * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; - * * @return The vectorConfig. */ @java.lang.Override @@ -3684,17 +3279,14 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig getVectorConf } } /** - * - * *
-       * Indicates that this field supports nearest neighbors and distance
+       * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; */ - public Builder setVectorConfig( - com.google.firestore.admin.v1.Index.IndexField.VectorConfig value) { + public Builder setVectorConfig(com.google.firestore.admin.v1.Index.IndexField.VectorConfig value) { if (vectorConfigBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3708,10 +3300,8 @@ public Builder setVectorConfig( return this; } /** - * - * *
-       * Indicates that this field supports nearest neighbors and distance
+       * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
        * 
* @@ -3729,27 +3319,19 @@ public Builder setVectorConfig( return this; } /** - * - * *
-       * Indicates that this field supports nearest neighbors and distance
+       * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; */ - public Builder mergeVectorConfig( - com.google.firestore.admin.v1.Index.IndexField.VectorConfig value) { + public Builder mergeVectorConfig(com.google.firestore.admin.v1.Index.IndexField.VectorConfig value) { if (vectorConfigBuilder_ == null) { - if (valueModeCase_ == 4 - && valueMode_ - != com.google.firestore.admin.v1.Index.IndexField.VectorConfig - .getDefaultInstance()) { - valueMode_ = - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.newBuilder( - (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_) - .mergeFrom(value) - .buildPartial(); + if (valueModeCase_ == 4 && + valueMode_ != com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance()) { + valueMode_ = com.google.firestore.admin.v1.Index.IndexField.VectorConfig.newBuilder((com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_) + .mergeFrom(value).buildPartial(); } else { valueMode_ = value; } @@ -3765,10 +3347,8 @@ public Builder mergeVectorConfig( return this; } /** - * - * *
-       * Indicates that this field supports nearest neighbors and distance
+       * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
        * 
* @@ -3791,32 +3371,26 @@ public Builder clearVectorConfig() { return this; } /** - * - * *
-       * Indicates that this field supports nearest neighbors and distance
+       * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; */ - public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder - getVectorConfigBuilder() { + public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder getVectorConfigBuilder() { return getVectorConfigFieldBuilder().getBuilder(); } /** - * - * *
-       * Indicates that this field supports nearest neighbors and distance
+       * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; */ @java.lang.Override - public com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder - getVectorConfigOrBuilder() { + public com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder getVectorConfigOrBuilder() { if ((valueModeCase_ == 4) && (vectorConfigBuilder_ != null)) { return vectorConfigBuilder_.getMessageOrBuilder(); } else { @@ -3827,30 +3401,22 @@ public Builder clearVectorConfig() { } } /** - * - * *
-       * Indicates that this field supports nearest neighbors and distance
+       * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index.IndexField.VectorConfig, - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder, - com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder> + com.google.firestore.admin.v1.Index.IndexField.VectorConfig, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder, com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder> getVectorConfigFieldBuilder() { if (vectorConfigBuilder_ == null) { if (!(valueModeCase_ == 4)) { - valueMode_ = - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance(); + valueMode_ = com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance(); } - vectorConfigBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index.IndexField.VectorConfig, - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder, - com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder>( + vectorConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Index.IndexField.VectorConfig, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder, com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder>( (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_, getParentForChildren(), isClean()); @@ -3860,7 +3426,6 @@ public Builder clearVectorConfig() { onChanged(); return vectorConfigBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -3873,12 +3438,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Index.IndexField) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Index.IndexField) private static final com.google.firestore.admin.v1.Index.IndexField DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Index.IndexField(); } @@ -3887,29 +3452,28 @@ public static com.google.firestore.admin.v1.Index.IndexField getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public IndexField parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; - + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public IndexField parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + public static com.google.protobuf.Parser parser() { return PARSER; } @@ -3923,15 +3487,13 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Index.IndexField getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int NAME_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** - * - * *
    * Output only. A server defined name for this index.
    * The form of this name for composite indexes will be:
@@ -3940,7 +3502,6 @@ public com.google.firestore.admin.v1.Index.IndexField getDefaultInstanceForType(
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -3949,15 +3510,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Output only. A server defined name for this index.
    * The form of this name for composite indexes will be:
@@ -3966,15 +3526,16 @@ public java.lang.String getName() {
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -3985,8 +3546,6 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int QUERY_SCOPE_FIELD_NUMBER = 2; private int queryScope_ = 0; /** - * - * *
    * Indexes with a collection query scope specified allow queries
    * against a collection that is the child of a specific document, specified at
@@ -3998,16 +3557,12 @@ public com.google.protobuf.ByteString getNameBytes() {
    * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; - * * @return The enum numeric value on the wire for queryScope. */ - @java.lang.Override - public int getQueryScopeValue() { + @java.lang.Override public int getQueryScopeValue() { return queryScope_; } /** - * - * *
    * Indexes with a collection query scope specified allow queries
    * against a collection that is the child of a specific document, specified at
@@ -4019,58 +3574,43 @@ public int getQueryScopeValue() {
    * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; - * * @return The queryScope. */ - @java.lang.Override - public com.google.firestore.admin.v1.Index.QueryScope getQueryScope() { - com.google.firestore.admin.v1.Index.QueryScope result = - com.google.firestore.admin.v1.Index.QueryScope.forNumber(queryScope_); + @java.lang.Override public com.google.firestore.admin.v1.Index.QueryScope getQueryScope() { + com.google.firestore.admin.v1.Index.QueryScope result = com.google.firestore.admin.v1.Index.QueryScope.forNumber(queryScope_); return result == null ? com.google.firestore.admin.v1.Index.QueryScope.UNRECOGNIZED : result; } public static final int API_SCOPE_FIELD_NUMBER = 5; private int apiScope_ = 0; /** - * - * *
    * The API scope supported by this index.
    * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; - * * @return The enum numeric value on the wire for apiScope. */ - @java.lang.Override - public int getApiScopeValue() { + @java.lang.Override public int getApiScopeValue() { return apiScope_; } /** - * - * *
    * The API scope supported by this index.
    * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; - * * @return The apiScope. */ - @java.lang.Override - public com.google.firestore.admin.v1.Index.ApiScope getApiScope() { - com.google.firestore.admin.v1.Index.ApiScope result = - com.google.firestore.admin.v1.Index.ApiScope.forNumber(apiScope_); + @java.lang.Override public com.google.firestore.admin.v1.Index.ApiScope getApiScope() { + com.google.firestore.admin.v1.Index.ApiScope result = com.google.firestore.admin.v1.Index.ApiScope.forNumber(apiScope_); return result == null ? com.google.firestore.admin.v1.Index.ApiScope.UNRECOGNIZED : result; } public static final int FIELDS_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private java.util.List fields_; /** - * - * *
    * The fields supported by this index.
    *
@@ -4092,8 +3632,6 @@ public java.util.List getFieldsL
     return fields_;
   }
   /**
-   *
-   *
    * 
    * The fields supported by this index.
    *
@@ -4111,13 +3649,11 @@ public java.util.List getFieldsL
    * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getFieldsOrBuilderList() {
     return fields_;
   }
   /**
-   *
-   *
    * 
    * The fields supported by this index.
    *
@@ -4139,8 +3675,6 @@ public int getFieldsCount() {
     return fields_.size();
   }
   /**
-   *
-   *
    * 
    * The fields supported by this index.
    *
@@ -4162,8 +3696,6 @@ public com.google.firestore.admin.v1.Index.IndexField getFields(int index) {
     return fields_.get(index);
   }
   /**
-   *
-   *
    * 
    * The fields supported by this index.
    *
@@ -4181,47 +3713,38 @@ public com.google.firestore.admin.v1.Index.IndexField getFields(int index) {
    * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
    */
   @java.lang.Override
-  public com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilder(int index) {
+  public com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilder(
+      int index) {
     return fields_.get(index);
   }
 
   public static final int STATE_FIELD_NUMBER = 4;
   private int state_ = 0;
   /**
-   *
-   *
    * 
    * Output only. The serving state of the index.
    * 
* * .google.firestore.admin.v1.Index.State state = 4; - * * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
    * Output only. The serving state of the index.
    * 
* * .google.firestore.admin.v1.Index.State state = 4; - * * @return The state. */ - @java.lang.Override - public com.google.firestore.admin.v1.Index.State getState() { - com.google.firestore.admin.v1.Index.State result = - com.google.firestore.admin.v1.Index.State.forNumber(state_); + @java.lang.Override public com.google.firestore.admin.v1.Index.State getState() { + com.google.firestore.admin.v1.Index.State result = com.google.firestore.admin.v1.Index.State.forNumber(state_); return result == null ? com.google.firestore.admin.v1.Index.State.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -4233,12 +3756,12 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } - if (queryScope_ - != com.google.firestore.admin.v1.Index.QueryScope.QUERY_SCOPE_UNSPECIFIED.getNumber()) { + if (queryScope_ != com.google.firestore.admin.v1.Index.QueryScope.QUERY_SCOPE_UNSPECIFIED.getNumber()) { output.writeEnum(2, queryScope_); } for (int i = 0; i < fields_.size(); i++) { @@ -4262,18 +3785,21 @@ public int getSerializedSize() { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } - if (queryScope_ - != com.google.firestore.admin.v1.Index.QueryScope.QUERY_SCOPE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, queryScope_); + if (queryScope_ != com.google.firestore.admin.v1.Index.QueryScope.QUERY_SCOPE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, queryScope_); } for (int i = 0; i < fields_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, fields_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, fields_.get(i)); } if (state_ != com.google.firestore.admin.v1.Index.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, state_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(4, state_); } if (apiScope_ != com.google.firestore.admin.v1.Index.ApiScope.ANY_API.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(5, apiScope_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(5, apiScope_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -4283,17 +3809,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Index)) { return super.equals(obj); } com.google.firestore.admin.v1.Index other = (com.google.firestore.admin.v1.Index) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (queryScope_ != other.queryScope_) return false; if (apiScope_ != other.apiScope_) return false; - if (!getFieldsList().equals(other.getFieldsList())) return false; + if (!getFieldsList() + .equals(other.getFieldsList())) return false; if (state_ != other.state_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -4323,103 +3851,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.Index parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.Index parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Index parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.Index parseFrom(com.google.protobuf.ByteString data) + public static com.google.firestore.admin.v1.Index parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Index parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Index parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Index parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Index parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Index parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.admin.v1.Index parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Index parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Index parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Index parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.Index prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Cloud Firestore indexes enable simple and complex queries against
    * documents in a database.
@@ -4427,32 +3951,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.Index}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Index)
       com.google.firestore.admin.v1.IndexOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.IndexProto
-          .internal_static_google_firestore_admin_v1_Index_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.IndexProto
-          .internal_static_google_firestore_admin_v1_Index_fieldAccessorTable
+      return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.Index.class,
-              com.google.firestore.admin.v1.Index.Builder.class);
+              com.google.firestore.admin.v1.Index.class, com.google.firestore.admin.v1.Index.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.Index.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -4472,9 +3997,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.IndexProto
-          .internal_static_google_firestore_admin_v1_Index_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_descriptor;
     }
 
     @java.lang.Override
@@ -4495,9 +4020,7 @@ public com.google.firestore.admin.v1.Index build() {
     public com.google.firestore.admin.v1.Index buildPartial() {
       com.google.firestore.admin.v1.Index result = new com.google.firestore.admin.v1.Index(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -4534,39 +4057,38 @@ private void buildPartial0(com.google.firestore.admin.v1.Index result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.Index) {
-        return mergeFrom((com.google.firestore.admin.v1.Index) other);
+        return mergeFrom((com.google.firestore.admin.v1.Index)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -4604,10 +4126,9 @@ public Builder mergeFrom(com.google.firestore.admin.v1.Index other) {
             fieldsBuilder_ = null;
             fields_ = other.fields_;
             bitField0_ = (bitField0_ & ~0x00000008);
-            fieldsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getFieldsFieldBuilder()
-                    : null;
+            fieldsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getFieldsFieldBuilder() : null;
           } else {
             fieldsBuilder_.addAllMessages(other.fields_);
           }
@@ -4642,50 +4163,45 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 16:
-              {
-                queryScope_ = input.readEnum();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 16
-            case 26:
-              {
-                com.google.firestore.admin.v1.Index.IndexField m =
-                    input.readMessage(
-                        com.google.firestore.admin.v1.Index.IndexField.parser(), extensionRegistry);
-                if (fieldsBuilder_ == null) {
-                  ensureFieldsIsMutable();
-                  fields_.add(m);
-                } else {
-                  fieldsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 26
-            case 32:
-              {
-                state_ = input.readEnum();
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 32
-            case 40:
-              {
-                apiScope_ = input.readEnum();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 40
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 16: {
+              queryScope_ = input.readEnum();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 16
+            case 26: {
+              com.google.firestore.admin.v1.Index.IndexField m =
+                  input.readMessage(
+                      com.google.firestore.admin.v1.Index.IndexField.parser(),
+                      extensionRegistry);
+              if (fieldsBuilder_ == null) {
+                ensureFieldsIsMutable();
+                fields_.add(m);
+              } else {
+                fieldsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 26
+            case 32: {
+              state_ = input.readEnum();
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 32
+            case 40: {
+              apiScope_ = input.readEnum();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 40
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -4695,13 +4211,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Output only. A server defined name for this index.
      * The form of this name for composite indexes will be:
@@ -4710,13 +4223,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -4725,8 +4238,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Output only. A server defined name for this index.
      * The form of this name for composite indexes will be:
@@ -4735,14 +4246,15 @@ public java.lang.String getName() {
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -4750,8 +4262,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Output only. A server defined name for this index.
      * The form of this name for composite indexes will be:
@@ -4760,22 +4270,18 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Output only. A server defined name for this index.
      * The form of this name for composite indexes will be:
@@ -4784,7 +4290,6 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { @@ -4794,8 +4299,6 @@ public Builder clearName() { return this; } /** - * - * *
      * Output only. A server defined name for this index.
      * The form of this name for composite indexes will be:
@@ -4804,14 +4307,12 @@ public Builder clearName() {
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -4821,8 +4322,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private int queryScope_ = 0; /** - * - * *
      * Indexes with a collection query scope specified allow queries
      * against a collection that is the child of a specific document, specified at
@@ -4834,16 +4333,12 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; - * * @return The enum numeric value on the wire for queryScope. */ - @java.lang.Override - public int getQueryScopeValue() { + @java.lang.Override public int getQueryScopeValue() { return queryScope_; } /** - * - * *
      * Indexes with a collection query scope specified allow queries
      * against a collection that is the child of a specific document, specified at
@@ -4855,7 +4350,6 @@ public int getQueryScopeValue() {
      * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; - * * @param value The enum numeric value on the wire for queryScope to set. * @return This builder for chaining. */ @@ -4866,8 +4360,6 @@ public Builder setQueryScopeValue(int value) { return this; } /** - * - * *
      * Indexes with a collection query scope specified allow queries
      * against a collection that is the child of a specific document, specified at
@@ -4879,18 +4371,14 @@ public Builder setQueryScopeValue(int value) {
      * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; - * * @return The queryScope. */ @java.lang.Override public com.google.firestore.admin.v1.Index.QueryScope getQueryScope() { - com.google.firestore.admin.v1.Index.QueryScope result = - com.google.firestore.admin.v1.Index.QueryScope.forNumber(queryScope_); + com.google.firestore.admin.v1.Index.QueryScope result = com.google.firestore.admin.v1.Index.QueryScope.forNumber(queryScope_); return result == null ? com.google.firestore.admin.v1.Index.QueryScope.UNRECOGNIZED : result; } /** - * - * *
      * Indexes with a collection query scope specified allow queries
      * against a collection that is the child of a specific document, specified at
@@ -4902,7 +4390,6 @@ public com.google.firestore.admin.v1.Index.QueryScope getQueryScope() {
      * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; - * * @param value The queryScope to set. * @return This builder for chaining. */ @@ -4916,8 +4403,6 @@ public Builder setQueryScope(com.google.firestore.admin.v1.Index.QueryScope valu return this; } /** - * - * *
      * Indexes with a collection query scope specified allow queries
      * against a collection that is the child of a specific document, specified at
@@ -4929,7 +4414,6 @@ public Builder setQueryScope(com.google.firestore.admin.v1.Index.QueryScope valu
      * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; - * * @return This builder for chaining. */ public Builder clearQueryScope() { @@ -4941,29 +4425,22 @@ public Builder clearQueryScope() { private int apiScope_ = 0; /** - * - * *
      * The API scope supported by this index.
      * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; - * * @return The enum numeric value on the wire for apiScope. */ - @java.lang.Override - public int getApiScopeValue() { + @java.lang.Override public int getApiScopeValue() { return apiScope_; } /** - * - * *
      * The API scope supported by this index.
      * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; - * * @param value The enum numeric value on the wire for apiScope to set. * @return This builder for chaining. */ @@ -4974,31 +4451,24 @@ public Builder setApiScopeValue(int value) { return this; } /** - * - * *
      * The API scope supported by this index.
      * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; - * * @return The apiScope. */ @java.lang.Override public com.google.firestore.admin.v1.Index.ApiScope getApiScope() { - com.google.firestore.admin.v1.Index.ApiScope result = - com.google.firestore.admin.v1.Index.ApiScope.forNumber(apiScope_); + com.google.firestore.admin.v1.Index.ApiScope result = com.google.firestore.admin.v1.Index.ApiScope.forNumber(apiScope_); return result == null ? com.google.firestore.admin.v1.Index.ApiScope.UNRECOGNIZED : result; } /** - * - * *
      * The API scope supported by this index.
      * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; - * * @param value The apiScope to set. * @return This builder for chaining. */ @@ -5012,14 +4482,11 @@ public Builder setApiScope(com.google.firestore.admin.v1.Index.ApiScope value) { return this; } /** - * - * *
      * The API scope supported by this index.
      * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; - * * @return This builder for chaining. */ public Builder clearApiScope() { @@ -5030,24 +4497,18 @@ public Builder clearApiScope() { } private java.util.List fields_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureFieldsIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { fields_ = new java.util.ArrayList(fields_); bitField0_ |= 0x00000008; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Index.IndexField, - com.google.firestore.admin.v1.Index.IndexField.Builder, - com.google.firestore.admin.v1.Index.IndexFieldOrBuilder> - fieldsBuilder_; + com.google.firestore.admin.v1.Index.IndexField, com.google.firestore.admin.v1.Index.IndexField.Builder, com.google.firestore.admin.v1.Index.IndexFieldOrBuilder> fieldsBuilder_; /** - * - * *
      * The fields supported by this index.
      *
@@ -5072,8 +4533,6 @@ public java.util.List getFieldsL
       }
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5098,8 +4557,6 @@ public int getFieldsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5124,8 +4581,6 @@ public com.google.firestore.admin.v1.Index.IndexField getFields(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5142,7 +4597,8 @@ public com.google.firestore.admin.v1.Index.IndexField getFields(int index) {
      *
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
-    public Builder setFields(int index, com.google.firestore.admin.v1.Index.IndexField value) {
+    public Builder setFields(
+        int index, com.google.firestore.admin.v1.Index.IndexField value) {
       if (fieldsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -5156,8 +4612,6 @@ public Builder setFields(int index, com.google.firestore.admin.v1.Index.IndexFie
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5186,8 +4640,6 @@ public Builder setFields(
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5218,8 +4670,6 @@ public Builder addFields(com.google.firestore.admin.v1.Index.IndexField value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5236,7 +4686,8 @@ public Builder addFields(com.google.firestore.admin.v1.Index.IndexField value) {
      *
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
-    public Builder addFields(int index, com.google.firestore.admin.v1.Index.IndexField value) {
+    public Builder addFields(
+        int index, com.google.firestore.admin.v1.Index.IndexField value) {
       if (fieldsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -5250,8 +4701,6 @@ public Builder addFields(int index, com.google.firestore.admin.v1.Index.IndexFie
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5280,8 +4729,6 @@ public Builder addFields(
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5310,8 +4757,6 @@ public Builder addFields(
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5332,7 +4777,8 @@ public Builder addAllFields(
         java.lang.Iterable values) {
       if (fieldsBuilder_ == null) {
         ensureFieldsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, fields_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, fields_);
         onChanged();
       } else {
         fieldsBuilder_.addAllMessages(values);
@@ -5340,8 +4786,6 @@ public Builder addAllFields(
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5369,8 +4813,6 @@ public Builder clearFields() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5398,8 +4840,6 @@ public Builder removeFields(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5416,12 +4856,11 @@ public Builder removeFields(int index) {
      *
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
-    public com.google.firestore.admin.v1.Index.IndexField.Builder getFieldsBuilder(int index) {
+    public com.google.firestore.admin.v1.Index.IndexField.Builder getFieldsBuilder(
+        int index) {
       return getFieldsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5438,16 +4877,14 @@ public com.google.firestore.admin.v1.Index.IndexField.Builder getFieldsBuilder(i
      *
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
-    public com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilder(int index) {
+    public com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilder(
+        int index) {
       if (fieldsBuilder_ == null) {
-        return fields_.get(index);
-      } else {
+        return fields_.get(index);  } else {
         return fieldsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5464,8 +4901,8 @@ public com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilde
      *
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
-    public java.util.List
-        getFieldsOrBuilderList() {
+    public java.util.List 
+         getFieldsOrBuilderList() {
       if (fieldsBuilder_ != null) {
         return fieldsBuilder_.getMessageOrBuilderList();
       } else {
@@ -5473,8 +4910,6 @@ public com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilde
       }
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5492,12 +4927,10 @@ public com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilde
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
     public com.google.firestore.admin.v1.Index.IndexField.Builder addFieldsBuilder() {
-      return getFieldsFieldBuilder()
-          .addBuilder(com.google.firestore.admin.v1.Index.IndexField.getDefaultInstance());
+      return getFieldsFieldBuilder().addBuilder(
+          com.google.firestore.admin.v1.Index.IndexField.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5514,13 +4947,12 @@ public com.google.firestore.admin.v1.Index.IndexField.Builder addFieldsBuilder()
      *
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
-    public com.google.firestore.admin.v1.Index.IndexField.Builder addFieldsBuilder(int index) {
-      return getFieldsFieldBuilder()
-          .addBuilder(index, com.google.firestore.admin.v1.Index.IndexField.getDefaultInstance());
+    public com.google.firestore.admin.v1.Index.IndexField.Builder addFieldsBuilder(
+        int index) {
+      return getFieldsFieldBuilder().addBuilder(
+          index, com.google.firestore.admin.v1.Index.IndexField.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The fields supported by this index.
      *
@@ -5537,23 +4969,20 @@ public com.google.firestore.admin.v1.Index.IndexField.Builder addFieldsBuilder(i
      *
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
-    public java.util.List
-        getFieldsBuilderList() {
+    public java.util.List 
+         getFieldsBuilderList() {
       return getFieldsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.admin.v1.Index.IndexField,
-            com.google.firestore.admin.v1.Index.IndexField.Builder,
-            com.google.firestore.admin.v1.Index.IndexFieldOrBuilder>
+        com.google.firestore.admin.v1.Index.IndexField, com.google.firestore.admin.v1.Index.IndexField.Builder, com.google.firestore.admin.v1.Index.IndexFieldOrBuilder> 
         getFieldsFieldBuilder() {
       if (fieldsBuilder_ == null) {
-        fieldsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.firestore.admin.v1.Index.IndexField,
-                com.google.firestore.admin.v1.Index.IndexField.Builder,
-                com.google.firestore.admin.v1.Index.IndexFieldOrBuilder>(
-                fields_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean());
+        fieldsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.firestore.admin.v1.Index.IndexField, com.google.firestore.admin.v1.Index.IndexField.Builder, com.google.firestore.admin.v1.Index.IndexFieldOrBuilder>(
+                fields_,
+                ((bitField0_ & 0x00000008) != 0),
+                getParentForChildren(),
+                isClean());
         fields_ = null;
       }
       return fieldsBuilder_;
@@ -5561,29 +4990,22 @@ public com.google.firestore.admin.v1.Index.IndexField.Builder addFieldsBuilder(i
 
     private int state_ = 0;
     /**
-     *
-     *
      * 
      * Output only. The serving state of the index.
      * 
* * .google.firestore.admin.v1.Index.State state = 4; - * * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
      * Output only. The serving state of the index.
      * 
* * .google.firestore.admin.v1.Index.State state = 4; - * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ @@ -5594,31 +5016,24 @@ public Builder setStateValue(int value) { return this; } /** - * - * *
      * Output only. The serving state of the index.
      * 
* * .google.firestore.admin.v1.Index.State state = 4; - * * @return The state. */ @java.lang.Override public com.google.firestore.admin.v1.Index.State getState() { - com.google.firestore.admin.v1.Index.State result = - com.google.firestore.admin.v1.Index.State.forNumber(state_); + com.google.firestore.admin.v1.Index.State result = com.google.firestore.admin.v1.Index.State.forNumber(state_); return result == null ? com.google.firestore.admin.v1.Index.State.UNRECOGNIZED : result; } /** - * - * *
      * Output only. The serving state of the index.
      * 
* * .google.firestore.admin.v1.Index.State state = 4; - * * @param value The state to set. * @return This builder for chaining. */ @@ -5632,14 +5047,11 @@ public Builder setState(com.google.firestore.admin.v1.Index.State value) { return this; } /** - * - * *
      * Output only. The serving state of the index.
      * 
* * .google.firestore.admin.v1.Index.State state = 4; - * * @return This builder for chaining. */ public Builder clearState() { @@ -5648,9 +5060,9 @@ public Builder clearState() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -5660,12 +5072,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Index) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Index) private static final com.google.firestore.admin.v1.Index DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Index(); } @@ -5674,27 +5086,27 @@ public static com.google.firestore.admin.v1.Index getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Index parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Index parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -5709,4 +5121,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Index getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexName.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexName.java similarity index 100% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexName.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexName.java diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadata.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadata.java similarity index 72% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadata.java index ff822be42..2033be4dc 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadata.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
  * results from
@@ -30,16 +13,15 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.IndexOperationMetadata}
  */
-public final class IndexOperationMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class IndexOperationMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.IndexOperationMetadata)
     IndexOperationMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use IndexOperationMetadata.newBuilder() to construct.
   private IndexOperationMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private IndexOperationMetadata() {
     index_ = "";
     state_ = 0;
@@ -47,37 +29,33 @@ private IndexOperationMetadata() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new IndexOperationMetadata();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto
-        .internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto
-        .internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.IndexOperationMetadata.class,
-            com.google.firestore.admin.v1.IndexOperationMetadata.Builder.class);
+            com.google.firestore.admin.v1.IndexOperationMetadata.class, com.google.firestore.admin.v1.IndexOperationMetadata.Builder.class);
   }
 
   private int bitField0_;
   public static final int START_TIME_FIELD_NUMBER = 1;
   private com.google.protobuf.Timestamp startTime_;
   /**
-   *
-   *
    * 
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ @java.lang.Override @@ -85,14 +63,11 @@ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ @java.lang.Override @@ -100,8 +75,6 @@ public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } /** - * - * *
    * The time this operation started.
    * 
@@ -116,15 +89,12 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp endTime_; /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ @java.lang.Override @@ -132,15 +102,12 @@ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ @java.lang.Override @@ -148,8 +115,6 @@ public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -163,19 +128,15 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
   }
 
   public static final int INDEX_FIELD_NUMBER = 3;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object index_ = "";
   /**
-   *
-   *
    * 
    * The index resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* * string index = 3; - * * @return The index. */ @java.lang.Override @@ -184,30 +145,30 @@ public java.lang.String getIndex() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); index_ = s; return s; } } /** - * - * *
    * The index resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* * string index = 3; - * * @return The bytes for index. */ @java.lang.Override - public com.google.protobuf.ByteString getIndexBytes() { + public com.google.protobuf.ByteString + getIndexBytes() { java.lang.Object ref = index_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); index_ = b; return b; } else { @@ -218,49 +179,37 @@ public com.google.protobuf.ByteString getIndexBytes() { public static final int STATE_FIELD_NUMBER = 4; private int state_ = 0; /** - * - * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 4; - * * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 4; - * * @return The state. */ - @java.lang.Override - public com.google.firestore.admin.v1.OperationState getState() { - com.google.firestore.admin.v1.OperationState result = - com.google.firestore.admin.v1.OperationState.forNumber(state_); + @java.lang.Override public com.google.firestore.admin.v1.OperationState getState() { + com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(state_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } public static final int PROGRESS_DOCUMENTS_FIELD_NUMBER = 5; private com.google.firestore.admin.v1.Progress progressDocuments_; /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 5; - * * @return Whether the progressDocuments field is set. */ @java.lang.Override @@ -268,25 +217,18 @@ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 5; - * * @return The progressDocuments. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressDocuments() { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } /** - * - * *
    * The progress, in documents, of this operation.
    * 
@@ -295,22 +237,17 @@ public com.google.firestore.admin.v1.Progress getProgressDocuments() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder() { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } public static final int PROGRESS_BYTES_FIELD_NUMBER = 6; private com.google.firestore.admin.v1.Progress progressBytes_; /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 6; - * * @return Whether the progressBytes field is set. */ @java.lang.Override @@ -318,25 +255,18 @@ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 6; - * * @return The progressBytes. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressBytes() { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } /** - * - * *
    * The progress, in bytes, of this operation.
    * 
@@ -345,13 +275,10 @@ public com.google.firestore.admin.v1.Progress getProgressBytes() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder() { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -363,7 +290,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getStartTime()); } @@ -373,8 +301,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(index_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, index_); } - if (state_ - != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + if (state_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { output.writeEnum(4, state_); } if (((bitField0_ & 0x00000004) != 0)) { @@ -393,23 +320,27 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getStartTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getStartTime()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEndTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getEndTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(index_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, index_); } - if (state_ - != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, state_); + if (state_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(4, state_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getProgressDocuments()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getProgressDocuments()); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getProgressBytes()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getProgressBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -419,31 +350,35 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.IndexOperationMetadata)) { return super.equals(obj); } - com.google.firestore.admin.v1.IndexOperationMetadata other = - (com.google.firestore.admin.v1.IndexOperationMetadata) obj; + com.google.firestore.admin.v1.IndexOperationMetadata other = (com.google.firestore.admin.v1.IndexOperationMetadata) obj; if (hasStartTime() != other.hasStartTime()) return false; if (hasStartTime()) { - if (!getStartTime().equals(other.getStartTime())) return false; + if (!getStartTime() + .equals(other.getStartTime())) return false; } if (hasEndTime() != other.hasEndTime()) return false; if (hasEndTime()) { - if (!getEndTime().equals(other.getEndTime())) return false; + if (!getEndTime() + .equals(other.getEndTime())) return false; } - if (!getIndex().equals(other.getIndex())) return false; + if (!getIndex() + .equals(other.getIndex())) return false; if (state_ != other.state_) return false; if (hasProgressDocuments() != other.hasProgressDocuments()) return false; if (hasProgressDocuments()) { - if (!getProgressDocuments().equals(other.getProgressDocuments())) return false; + if (!getProgressDocuments() + .equals(other.getProgressDocuments())) return false; } if (hasProgressBytes() != other.hasProgressBytes()) return false; if (hasProgressBytes()) { - if (!getProgressBytes().equals(other.getProgressBytes())) return false; + if (!getProgressBytes() + .equals(other.getProgressBytes())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -482,103 +417,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.IndexOperationMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.IndexOperationMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.IndexOperationMetadata parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.IndexOperationMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
    * results from
@@ -587,23 +517,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.IndexOperationMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.IndexOperationMetadata)
       com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.IndexOperationMetadata.class,
-              com.google.firestore.admin.v1.IndexOperationMetadata.Builder.class);
+              com.google.firestore.admin.v1.IndexOperationMetadata.class, com.google.firestore.admin.v1.IndexOperationMetadata.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.IndexOperationMetadata.newBuilder()
@@ -611,20 +539,20 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getStartTimeFieldBuilder();
         getEndTimeFieldBuilder();
         getProgressDocumentsFieldBuilder();
         getProgressBytesFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -655,9 +583,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -676,11 +604,8 @@ public com.google.firestore.admin.v1.IndexOperationMetadata build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.IndexOperationMetadata buildPartial() {
-      com.google.firestore.admin.v1.IndexOperationMetadata result =
-          new com.google.firestore.admin.v1.IndexOperationMetadata(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.IndexOperationMetadata result = new com.google.firestore.admin.v1.IndexOperationMetadata(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -689,11 +614,15 @@ private void buildPartial0(com.google.firestore.admin.v1.IndexOperationMetadata
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.startTime_ = startTimeBuilder_ == null ? startTime_ : startTimeBuilder_.build();
+        result.startTime_ = startTimeBuilder_ == null
+            ? startTime_
+            : startTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.endTime_ = endTimeBuilder_ == null ? endTime_ : endTimeBuilder_.build();
+        result.endTime_ = endTimeBuilder_ == null
+            ? endTime_
+            : endTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
@@ -703,15 +632,15 @@ private void buildPartial0(com.google.firestore.admin.v1.IndexOperationMetadata
         result.state_ = state_;
       }
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.progressDocuments_ =
-            progressDocumentsBuilder_ == null
-                ? progressDocuments_
-                : progressDocumentsBuilder_.build();
+        result.progressDocuments_ = progressDocumentsBuilder_ == null
+            ? progressDocuments_
+            : progressDocumentsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.progressBytes_ =
-            progressBytesBuilder_ == null ? progressBytes_ : progressBytesBuilder_.build();
+        result.progressBytes_ = progressBytesBuilder_ == null
+            ? progressBytes_
+            : progressBytesBuilder_.build();
         to_bitField0_ |= 0x00000008;
       }
       result.bitField0_ |= to_bitField0_;
@@ -721,39 +650,38 @@ private void buildPartial0(com.google.firestore.admin.v1.IndexOperationMetadata
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.IndexOperationMetadata) {
-        return mergeFrom((com.google.firestore.admin.v1.IndexOperationMetadata) other);
+        return mergeFrom((com.google.firestore.admin.v1.IndexOperationMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -761,8 +689,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.IndexOperationMetadata other) {
-      if (other == com.google.firestore.admin.v1.IndexOperationMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.IndexOperationMetadata.getDefaultInstance()) return this;
       if (other.hasStartTime()) {
         mergeStartTime(other.getStartTime());
       }
@@ -809,50 +736,50 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getStartTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getEndTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 26:
-              {
-                index_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            case 32:
-              {
-                state_ = input.readEnum();
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 32
-            case 42:
-              {
-                input.readMessage(
-                    getProgressDocumentsFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 42
-            case 50:
-              {
-                input.readMessage(getProgressBytesFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000020;
-                break;
-              } // case 50
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getStartTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getEndTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 26: {
+              index_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            case 32: {
+              state_ = input.readEnum();
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 32
+            case 42: {
+              input.readMessage(
+                  getProgressDocumentsFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 42
+            case 50: {
+              input.readMessage(
+                  getProgressBytesFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000020;
+              break;
+            } // case 50
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -862,38 +789,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.protobuf.Timestamp startTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
-        startTimeBuilder_;
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_;
     /**
-     *
-     *
      * 
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ public com.google.protobuf.Timestamp getStartTime() { @@ -904,8 +821,6 @@ public com.google.protobuf.Timestamp getStartTime() { } } /** - * - * *
      * The time this operation started.
      * 
@@ -926,15 +841,14 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; */ - public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setStartTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (startTimeBuilder_ == null) { startTime_ = builderForValue.build(); } else { @@ -945,8 +859,6 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu return this; } /** - * - * *
      * The time this operation started.
      * 
@@ -955,9 +867,9 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu */ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { if (startTimeBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && startTime_ != null - && startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + startTime_ != null && + startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getStartTimeBuilder().mergeFrom(value); } else { startTime_ = value; @@ -972,8 +884,6 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time this operation started.
      * 
@@ -991,8 +901,6 @@ public Builder clearStartTime() { return this; } /** - * - * *
      * The time this operation started.
      * 
@@ -1005,8 +913,6 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { return getStartTimeFieldBuilder().getBuilder(); } /** - * - * *
      * The time this operation started.
      * 
@@ -1017,12 +923,11 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { if (startTimeBuilder_ != null) { return startTimeBuilder_.getMessageOrBuilder(); } else { - return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + return startTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } /** - * - * *
      * The time this operation started.
      * 
@@ -1030,17 +935,14 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { * .google.protobuf.Timestamp start_time = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getStartTimeFieldBuilder() { if (startTimeBuilder_ == null) { - startTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getStartTime(), getParentForChildren(), isClean()); + startTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getStartTime(), + getParentForChildren(), + isClean()); startTime_ = null; } return startTimeBuilder_; @@ -1048,35 +950,26 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { private com.google.protobuf.Timestamp endTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - endTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; /** - * - * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ public com.google.protobuf.Timestamp getEndTime() { @@ -1087,8 +980,6 @@ public com.google.protobuf.Timestamp getEndTime() { } } /** - * - * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1110,8 +1001,6 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1119,7 +1008,8 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp end_time = 2;
      */
-    public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setEndTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (endTimeBuilder_ == null) {
         endTime_ = builderForValue.build();
       } else {
@@ -1130,8 +1020,6 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1141,9 +1029,9 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
      */
     public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       if (endTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0)
-            && endTime_ != null
-            && endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0) &&
+          endTime_ != null &&
+          endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getEndTimeBuilder().mergeFrom(value);
         } else {
           endTime_ = value;
@@ -1158,8 +1046,6 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1178,8 +1064,6 @@ public Builder clearEndTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1193,8 +1077,6 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() {
       return getEndTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1206,12 +1088,11 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
       if (endTimeBuilder_ != null) {
         return endTimeBuilder_.getMessageOrBuilder();
       } else {
-        return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
+        return endTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1220,17 +1101,14 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
      * .google.protobuf.Timestamp end_time = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getEndTimeFieldBuilder() {
       if (endTimeBuilder_ == null) {
-        endTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getEndTime(), getParentForChildren(), isClean());
+        endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getEndTime(),
+                getParentForChildren(),
+                isClean());
         endTime_ = null;
       }
       return endTimeBuilder_;
@@ -1238,21 +1116,19 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
 
     private java.lang.Object index_ = "";
     /**
-     *
-     *
      * 
      * The index resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* * string index = 3; - * * @return The index. */ public java.lang.String getIndex() { java.lang.Object ref = index_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); index_ = s; return s; @@ -1261,22 +1137,21 @@ public java.lang.String getIndex() { } } /** - * - * *
      * The index resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* * string index = 3; - * * @return The bytes for index. */ - public com.google.protobuf.ByteString getIndexBytes() { + public com.google.protobuf.ByteString + getIndexBytes() { java.lang.Object ref = index_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); index_ = b; return b; } else { @@ -1284,37 +1159,30 @@ public com.google.protobuf.ByteString getIndexBytes() { } } /** - * - * *
      * The index resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* * string index = 3; - * * @param value The index to set. * @return This builder for chaining. */ - public Builder setIndex(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setIndex( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } index_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * The index resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* * string index = 3; - * * @return This builder for chaining. */ public Builder clearIndex() { @@ -1324,22 +1192,18 @@ public Builder clearIndex() { return this; } /** - * - * *
      * The index resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* * string index = 3; - * * @param value The bytes for index to set. * @return This builder for chaining. */ - public Builder setIndexBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setIndexBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); index_ = value; bitField0_ |= 0x00000004; @@ -1349,29 +1213,22 @@ public Builder setIndexBytes(com.google.protobuf.ByteString value) { private int state_ = 0; /** - * - * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 4; - * * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 4; - * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ @@ -1382,31 +1239,24 @@ public Builder setStateValue(int value) { return this; } /** - * - * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 4; - * * @return The state. */ @java.lang.Override public com.google.firestore.admin.v1.OperationState getState() { - com.google.firestore.admin.v1.OperationState result = - com.google.firestore.admin.v1.OperationState.forNumber(state_); + com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(state_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } /** - * - * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 4; - * * @param value The state to set. * @return This builder for chaining. */ @@ -1420,14 +1270,11 @@ public Builder setState(com.google.firestore.admin.v1.OperationState value) { return this; } /** - * - * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 4; - * * @return This builder for chaining. */ public Builder clearState() { @@ -1439,47 +1286,34 @@ public Builder clearState() { private com.google.firestore.admin.v1.Progress progressDocuments_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> - progressDocumentsBuilder_; + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressDocumentsBuilder_; /** - * - * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 5; - * * @return Whether the progressDocuments field is set. */ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 5; - * * @return The progressDocuments. */ public com.google.firestore.admin.v1.Progress getProgressDocuments() { if (progressDocumentsBuilder_ == null) { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } else { return progressDocumentsBuilder_.getMessage(); } } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1500,8 +1334,6 @@ public Builder setProgressDocuments(com.google.firestore.admin.v1.Progress value return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1520,8 +1352,6 @@ public Builder setProgressDocuments( return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1530,9 +1360,9 @@ public Builder setProgressDocuments( */ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress value) { if (progressDocumentsBuilder_ == null) { - if (((bitField0_ & 0x00000010) != 0) - && progressDocuments_ != null - && progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000010) != 0) && + progressDocuments_ != null && + progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressDocumentsBuilder().mergeFrom(value); } else { progressDocuments_ = value; @@ -1547,8 +1377,6 @@ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress val return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1566,8 +1394,6 @@ public Builder clearProgressDocuments() { return this; } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1580,8 +1406,6 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressDocumentsBuilde return getProgressDocumentsFieldBuilder().getBuilder(); } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1592,14 +1416,11 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui if (progressDocumentsBuilder_ != null) { return progressDocumentsBuilder_.getMessageOrBuilder(); } else { - return progressDocuments_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressDocuments_; + return progressDocuments_ == null ? + com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; } } /** - * - * *
      * The progress, in documents, of this operation.
      * 
@@ -1607,17 +1428,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui * .google.firestore.admin.v1.Progress progress_documents = 5; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> getProgressDocumentsFieldBuilder() { if (progressDocumentsBuilder_ == null) { - progressDocumentsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressDocuments(), getParentForChildren(), isClean()); + progressDocumentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressDocuments(), + getParentForChildren(), + isClean()); progressDocuments_ = null; } return progressDocumentsBuilder_; @@ -1625,47 +1443,34 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui private com.google.firestore.admin.v1.Progress progressBytes_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> - progressBytesBuilder_; + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressBytesBuilder_; /** - * - * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 6; - * * @return Whether the progressBytes field is set. */ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 6; - * * @return The progressBytes. */ public com.google.firestore.admin.v1.Progress getProgressBytes() { if (progressBytesBuilder_ == null) { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } else { return progressBytesBuilder_.getMessage(); } } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1686,8 +1491,6 @@ public Builder setProgressBytes(com.google.firestore.admin.v1.Progress value) { return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1706,8 +1509,6 @@ public Builder setProgressBytes( return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1716,9 +1517,9 @@ public Builder setProgressBytes( */ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) { if (progressBytesBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) - && progressBytes_ != null - && progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) && + progressBytes_ != null && + progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressBytesBuilder().mergeFrom(value); } else { progressBytes_ = value; @@ -1733,8 +1534,6 @@ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1752,8 +1551,6 @@ public Builder clearProgressBytes() { return this; } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1766,8 +1563,6 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressBytesBuilder() return getProgressBytesFieldBuilder().getBuilder(); } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1778,14 +1573,11 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder if (progressBytesBuilder_ != null) { return progressBytesBuilder_.getMessageOrBuilder(); } else { - return progressBytes_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressBytes_; + return progressBytes_ == null ? + com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; } } /** - * - * *
      * The progress, in bytes, of this operation.
      * 
@@ -1793,24 +1585,21 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder * .google.firestore.admin.v1.Progress progress_bytes = 6; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> getProgressBytesFieldBuilder() { if (progressBytesBuilder_ == null) { - progressBytesBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressBytes(), getParentForChildren(), isClean()); + progressBytesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressBytes(), + getParentForChildren(), + isClean()); progressBytes_ = null; } return progressBytesBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1820,12 +1609,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.IndexOperationMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.IndexOperationMetadata) private static final com.google.firestore.admin.v1.IndexOperationMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.IndexOperationMetadata(); } @@ -1834,27 +1623,27 @@ public static com.google.firestore.admin.v1.IndexOperationMetadata getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public IndexOperationMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public IndexOperationMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1869,4 +1658,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.IndexOperationMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadataOrBuilder.java similarity index 82% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadataOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadataOrBuilder.java index fa8e3feef..7351bfdc4 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadataOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadataOrBuilder.java @@ -1,56 +1,32 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface IndexOperationMetadataOrBuilder - extends +public interface IndexOperationMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.IndexOperationMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** - * - * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** - * - * *
    * The time this operation started.
    * 
@@ -60,34 +36,26 @@ public interface IndexOperationMetadataOrBuilder com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** - * - * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -98,84 +66,65 @@ public interface IndexOperationMetadataOrBuilder
   com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
 
   /**
-   *
-   *
    * 
    * The index resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* * string index = 3; - * * @return The index. */ java.lang.String getIndex(); /** - * - * *
    * The index resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* * string index = 3; - * * @return The bytes for index. */ - com.google.protobuf.ByteString getIndexBytes(); + com.google.protobuf.ByteString + getIndexBytes(); /** - * - * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 4; - * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** - * - * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 4; - * * @return The state. */ com.google.firestore.admin.v1.OperationState getState(); /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 5; - * * @return Whether the progressDocuments field is set. */ boolean hasProgressDocuments(); /** - * - * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 5; - * * @return The progressDocuments. */ com.google.firestore.admin.v1.Progress getProgressDocuments(); /** - * - * *
    * The progress, in documents, of this operation.
    * 
@@ -185,32 +134,24 @@ public interface IndexOperationMetadataOrBuilder com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder(); /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 6; - * * @return Whether the progressBytes field is set. */ boolean hasProgressBytes(); /** - * - * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 6; - * * @return The progressBytes. */ com.google.firestore.admin.v1.Progress getProgressBytes(); /** - * - * *
    * The progress, in bytes, of this operation.
    * 
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOrBuilder.java similarity index 89% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOrBuilder.java index 7381d8cc4..6d10f1615 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/index.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface IndexOrBuilder - extends +public interface IndexOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Index) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Output only. A server defined name for this index.
    * The form of this name for composite indexes will be:
@@ -35,13 +17,10 @@ public interface IndexOrBuilder
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Output only. A server defined name for this index.
    * The form of this name for composite indexes will be:
@@ -50,14 +29,12 @@ public interface IndexOrBuilder
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Indexes with a collection query scope specified allow queries
    * against a collection that is the child of a specific document, specified at
@@ -69,13 +46,10 @@ public interface IndexOrBuilder
    * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; - * * @return The enum numeric value on the wire for queryScope. */ int getQueryScopeValue(); /** - * - * *
    * Indexes with a collection query scope specified allow queries
    * against a collection that is the child of a specific document, specified at
@@ -87,39 +61,30 @@ public interface IndexOrBuilder
    * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; - * * @return The queryScope. */ com.google.firestore.admin.v1.Index.QueryScope getQueryScope(); /** - * - * *
    * The API scope supported by this index.
    * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; - * * @return The enum numeric value on the wire for apiScope. */ int getApiScopeValue(); /** - * - * *
    * The API scope supported by this index.
    * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; - * * @return The apiScope. */ com.google.firestore.admin.v1.Index.ApiScope getApiScope(); /** - * - * *
    * The fields supported by this index.
    *
@@ -136,10 +101,9 @@ public interface IndexOrBuilder
    *
    * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
    */
-  java.util.List getFieldsList();
+  java.util.List 
+      getFieldsList();
   /**
-   *
-   *
    * 
    * The fields supported by this index.
    *
@@ -158,8 +122,6 @@ public interface IndexOrBuilder
    */
   com.google.firestore.admin.v1.Index.IndexField getFields(int index);
   /**
-   *
-   *
    * 
    * The fields supported by this index.
    *
@@ -178,8 +140,6 @@ public interface IndexOrBuilder
    */
   int getFieldsCount();
   /**
-   *
-   *
    * 
    * The fields supported by this index.
    *
@@ -196,11 +156,9 @@ public interface IndexOrBuilder
    *
    * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
    */
-  java.util.List
+  java.util.List 
       getFieldsOrBuilderList();
   /**
-   *
-   *
    * 
    * The fields supported by this index.
    *
@@ -217,29 +175,24 @@ public interface IndexOrBuilder
    *
    * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
    */
-  com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilder(int index);
+  com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * Output only. The serving state of the index.
    * 
* * .google.firestore.admin.v1.Index.State state = 4; - * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** - * - * *
    * Output only. The serving state of the index.
    * 
* * .google.firestore.admin.v1.Index.State state = 4; - * * @return The state. */ com.google.firestore.admin.v1.Index.State getState(); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java new file mode 100644 index 000000000..541df0d82 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java @@ -0,0 +1,128 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/index.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public final class IndexProto { + private IndexProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_Index_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_Index_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_Index_IndexField_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n%google/firestore/admin/v1/index.proto\022" + + "\031google.firestore.admin.v1\032\037google/api/f" + + "ield_behavior.proto\032\031google/api/resource" + + ".proto\"\221\t\n\005Index\022\014\n\004name\030\001 \001(\t\022@\n\013query_" + + "scope\030\002 \001(\0162+.google.firestore.admin.v1." + + "Index.QueryScope\022<\n\tapi_scope\030\005 \001(\0162).go" + + "ogle.firestore.admin.v1.Index.ApiScope\022;" + + "\n\006fields\030\003 \003(\0132+.google.firestore.admin." + + "v1.Index.IndexField\0225\n\005state\030\004 \001(\0162&.goo" + + "gle.firestore.admin.v1.Index.State\032\242\004\n\nI" + + "ndexField\022\022\n\nfield_path\030\001 \001(\t\022B\n\005order\030\002" + + " \001(\01621.google.firestore.admin.v1.Index.I" + + "ndexField.OrderH\000\022O\n\014array_config\030\003 \001(\0162" + + "7.google.firestore.admin.v1.Index.IndexF" + + "ield.ArrayConfigH\000\022Q\n\rvector_config\030\004 \001(" + + "\01328.google.firestore.admin.v1.Index.Inde" + + "xField.VectorConfigH\000\032\217\001\n\014VectorConfig\022\026" + + "\n\tdimension\030\001 \001(\005B\003\340A\002\022R\n\004flat\030\002 \001(\0132B.g" + + "oogle.firestore.admin.v1.Index.IndexFiel" + + "d.VectorConfig.FlatIndexH\000\032\013\n\tFlatIndexB" + + "\006\n\004type\"=\n\005Order\022\025\n\021ORDER_UNSPECIFIED\020\000\022" + + "\r\n\tASCENDING\020\001\022\016\n\nDESCENDING\020\002\"9\n\013ArrayC" + + "onfig\022\034\n\030ARRAY_CONFIG_UNSPECIFIED\020\000\022\014\n\010C" + + "ONTAINS\020\001B\014\n\nvalue_mode\"i\n\nQueryScope\022\033\n" + + "\027QUERY_SCOPE_UNSPECIFIED\020\000\022\016\n\nCOLLECTION" + + "\020\001\022\024\n\020COLLECTION_GROUP\020\002\022\030\n\024COLLECTION_R" + + "ECURSIVE\020\003\"/\n\010ApiScope\022\013\n\007ANY_API\020\000\022\026\n\022D" + + "ATASTORE_MODE_API\020\001\"I\n\005State\022\025\n\021STATE_UN" + + "SPECIFIED\020\000\022\014\n\010CREATING\020\001\022\t\n\005READY\020\002\022\020\n\014" + + "NEEDS_REPAIR\020\003:z\352Aw\n\036firestore.googleapi" + + "s.com/Index\022Uprojects/{project}/database" + + "s/{database}/collectionGroups/{collectio" + + "n}/indexes/{index}B\331\001\n\035com.google.firest" + + "ore.admin.v1B\nIndexProtoP\001Z9cloud.google" + + ".com/go/firestore/apiv1/admin/adminpb;ad" + + "minpb\242\002\004GCFS\252\002\037Google.Cloud.Firestore.Ad" + + "min.V1\312\002\037Google\\Cloud\\Firestore\\Admin\\V1" + + "\352\002#Google::Cloud::Firestore::Admin::V1b\006" + + "proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + }); + internal_static_google_firestore_admin_v1_Index_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_firestore_admin_v1_Index_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_Index_descriptor, + new java.lang.String[] { "Name", "QueryScope", "ApiScope", "Fields", "State", }); + internal_static_google_firestore_admin_v1_Index_IndexField_descriptor = + internal_static_google_firestore_admin_v1_Index_descriptor.getNestedTypes().get(0); + internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_Index_IndexField_descriptor, + new java.lang.String[] { "FieldPath", "Order", "ArrayConfig", "VectorConfig", "ValueMode", }); + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor = + internal_static_google_firestore_admin_v1_Index_IndexField_descriptor.getNestedTypes().get(0); + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor, + new java.lang.String[] { "Dimension", "Flat", "Type", }); + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor = + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor.getNestedTypes().get(0); + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor, + new java.lang.String[] { }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.ResourceProto.resource); + com.google.protobuf.Descriptors.FileDescriptor + .internalUpdateFileDescriptor(descriptor, registry); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequest.java similarity index 62% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequest.java index 441f55ac8..e4f696d52 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.ListBackupSchedules][google.firestore.admin.v1.FirestoreAdmin.ListBackupSchedules].
@@ -29,58 +12,50 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListBackupSchedulesRequest}
  */
-public final class ListBackupSchedulesRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ListBackupSchedulesRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListBackupSchedulesRequest)
     ListBackupSchedulesRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ListBackupSchedulesRequest.newBuilder() to construct.
   private ListBackupSchedulesRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ListBackupSchedulesRequest() {
     parent_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ListBackupSchedulesRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListBackupSchedulesRequest.class,
-            com.google.firestore.admin.v1.ListBackupSchedulesRequest.Builder.class);
+            com.google.firestore.admin.v1.ListBackupSchedulesRequest.class, com.google.firestore.admin.v1.ListBackupSchedulesRequest.Builder.class);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
-   *
-   *
    * 
    * Required. The parent database.
    *
    * Format is `projects/{project}/databases/{database}`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -89,33 +64,31 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. The parent database.
    *
    * Format is `projects/{project}/databases/{database}`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -124,7 +97,6 @@ public com.google.protobuf.ByteString getParentBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -136,7 +108,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -160,15 +133,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListBackupSchedulesRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListBackupSchedulesRequest other = - (com.google.firestore.admin.v1.ListBackupSchedulesRequest) obj; + com.google.firestore.admin.v1.ListBackupSchedulesRequest other = (com.google.firestore.admin.v1.ListBackupSchedulesRequest) obj; - if (!getParent().equals(other.getParent())) return false; + if (!getParent() + .equals(other.getParent())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -188,104 +161,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.admin.v1.ListBackupSchedulesRequest prototype) { + public static Builder newBuilder(com.google.firestore.admin.v1.ListBackupSchedulesRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.ListBackupSchedules][google.firestore.admin.v1.FirestoreAdmin.ListBackupSchedules].
@@ -293,32 +260,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.ListBackupSchedulesRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListBackupSchedulesRequest)
       com.google.firestore.admin.v1.ListBackupSchedulesRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListBackupSchedulesRequest.class,
-              com.google.firestore.admin.v1.ListBackupSchedulesRequest.Builder.class);
+              com.google.firestore.admin.v1.ListBackupSchedulesRequest.class, com.google.firestore.admin.v1.ListBackupSchedulesRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListBackupSchedulesRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -328,9 +296,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor;
     }
 
     @java.lang.Override
@@ -349,11 +317,8 @@ public com.google.firestore.admin.v1.ListBackupSchedulesRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListBackupSchedulesRequest buildPartial() {
-      com.google.firestore.admin.v1.ListBackupSchedulesRequest result =
-          new com.google.firestore.admin.v1.ListBackupSchedulesRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.ListBackupSchedulesRequest result = new com.google.firestore.admin.v1.ListBackupSchedulesRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -369,39 +334,38 @@ private void buildPartial0(com.google.firestore.admin.v1.ListBackupSchedulesRequ
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListBackupSchedulesRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.ListBackupSchedulesRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.ListBackupSchedulesRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -409,8 +373,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListBackupSchedulesRequest other) {
-      if (other == com.google.firestore.admin.v1.ListBackupSchedulesRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.ListBackupSchedulesRequest.getDefaultInstance()) return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -442,19 +405,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                parent_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              parent_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -464,29 +425,24 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
-     *
-     *
      * 
      * Required. The parent database.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -495,25 +451,22 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The parent database.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -521,43 +474,32 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The parent database.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The parent database.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { @@ -567,34 +509,28 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. The parent database.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -604,12 +540,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListBackupSchedulesRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListBackupSchedulesRequest) private static final com.google.firestore.admin.v1.ListBackupSchedulesRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListBackupSchedulesRequest(); } @@ -618,27 +554,27 @@ public static com.google.firestore.admin.v1.ListBackupSchedulesRequest getDefaul return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListBackupSchedulesRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListBackupSchedulesRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -653,4 +589,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.firestore.admin.v1.ListBackupSchedulesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java new file mode 100644 index 000000000..810a608eb --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java @@ -0,0 +1,34 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface ListBackupSchedulesRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListBackupSchedulesRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The parent database.
+   *
+   * Format is `projects/{project}/databases/{database}`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + java.lang.String getParent(); + /** + *
+   * Required. The parent database.
+   *
+   * Format is `projects/{project}/databases/{database}`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + com.google.protobuf.ByteString + getParentBytes(); +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponse.java similarity index 72% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponse.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponse.java index 07fbfebda..fffeb4a49 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponse.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The response for
  * [FirestoreAdmin.ListBackupSchedules][google.firestore.admin.v1.FirestoreAdmin.ListBackupSchedules].
@@ -29,48 +12,43 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListBackupSchedulesResponse}
  */
-public final class ListBackupSchedulesResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ListBackupSchedulesResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListBackupSchedulesResponse)
     ListBackupSchedulesResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ListBackupSchedulesResponse.newBuilder() to construct.
   private ListBackupSchedulesResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ListBackupSchedulesResponse() {
     backupSchedules_ = java.util.Collections.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ListBackupSchedulesResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListBackupSchedulesResponse.class,
-            com.google.firestore.admin.v1.ListBackupSchedulesResponse.Builder.class);
+            com.google.firestore.admin.v1.ListBackupSchedulesResponse.class, com.google.firestore.admin.v1.ListBackupSchedulesResponse.Builder.class);
   }
 
   public static final int BACKUP_SCHEDULES_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private java.util.List backupSchedules_;
   /**
-   *
-   *
    * 
    * List of all backup schedules.
    * 
@@ -82,8 +60,6 @@ public java.util.List getBackupSch return backupSchedules_; } /** - * - * *
    * List of all backup schedules.
    * 
@@ -91,13 +67,11 @@ public java.util.List getBackupSch * repeated .google.firestore.admin.v1.BackupSchedule backup_schedules = 1; */ @java.lang.Override - public java.util.List + public java.util.List getBackupSchedulesOrBuilderList() { return backupSchedules_; } /** - * - * *
    * List of all backup schedules.
    * 
@@ -109,8 +83,6 @@ public int getBackupSchedulesCount() { return backupSchedules_.size(); } /** - * - * *
    * List of all backup schedules.
    * 
@@ -122,8 +94,6 @@ public com.google.firestore.admin.v1.BackupSchedule getBackupSchedules(int index return backupSchedules_.get(index); } /** - * - * *
    * List of all backup schedules.
    * 
@@ -137,7 +107,6 @@ public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupSchedulesO } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -149,7 +118,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < backupSchedules_.size(); i++) { output.writeMessage(1, backupSchedules_.get(i)); } @@ -163,7 +133,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < backupSchedules_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, backupSchedules_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, backupSchedules_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -173,15 +144,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListBackupSchedulesResponse)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListBackupSchedulesResponse other = - (com.google.firestore.admin.v1.ListBackupSchedulesResponse) obj; + com.google.firestore.admin.v1.ListBackupSchedulesResponse other = (com.google.firestore.admin.v1.ListBackupSchedulesResponse) obj; - if (!getBackupSchedulesList().equals(other.getBackupSchedulesList())) return false; + if (!getBackupSchedulesList() + .equals(other.getBackupSchedulesList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -203,104 +174,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.admin.v1.ListBackupSchedulesResponse prototype) { + public static Builder newBuilder(com.google.firestore.admin.v1.ListBackupSchedulesResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The response for
    * [FirestoreAdmin.ListBackupSchedules][google.firestore.admin.v1.FirestoreAdmin.ListBackupSchedules].
@@ -308,32 +273,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.ListBackupSchedulesResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListBackupSchedulesResponse)
       com.google.firestore.admin.v1.ListBackupSchedulesResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListBackupSchedulesResponse.class,
-              com.google.firestore.admin.v1.ListBackupSchedulesResponse.Builder.class);
+              com.google.firestore.admin.v1.ListBackupSchedulesResponse.class, com.google.firestore.admin.v1.ListBackupSchedulesResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListBackupSchedulesResponse.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -349,9 +315,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor;
     }
 
     @java.lang.Override
@@ -370,18 +336,14 @@ public com.google.firestore.admin.v1.ListBackupSchedulesResponse build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListBackupSchedulesResponse buildPartial() {
-      com.google.firestore.admin.v1.ListBackupSchedulesResponse result =
-          new com.google.firestore.admin.v1.ListBackupSchedulesResponse(this);
+      com.google.firestore.admin.v1.ListBackupSchedulesResponse result = new com.google.firestore.admin.v1.ListBackupSchedulesResponse(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
 
-    private void buildPartialRepeatedFields(
-        com.google.firestore.admin.v1.ListBackupSchedulesResponse result) {
+    private void buildPartialRepeatedFields(com.google.firestore.admin.v1.ListBackupSchedulesResponse result) {
       if (backupSchedulesBuilder_ == null) {
         if (((bitField0_ & 0x00000001) != 0)) {
           backupSchedules_ = java.util.Collections.unmodifiableList(backupSchedules_);
@@ -401,39 +363,38 @@ private void buildPartial0(com.google.firestore.admin.v1.ListBackupSchedulesResp
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListBackupSchedulesResponse) {
-        return mergeFrom((com.google.firestore.admin.v1.ListBackupSchedulesResponse) other);
+        return mergeFrom((com.google.firestore.admin.v1.ListBackupSchedulesResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -441,8 +402,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListBackupSchedulesResponse other) {
-      if (other == com.google.firestore.admin.v1.ListBackupSchedulesResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.ListBackupSchedulesResponse.getDefaultInstance()) return this;
       if (backupSchedulesBuilder_ == null) {
         if (!other.backupSchedules_.isEmpty()) {
           if (backupSchedules_.isEmpty()) {
@@ -461,10 +421,9 @@ public Builder mergeFrom(com.google.firestore.admin.v1.ListBackupSchedulesRespon
             backupSchedulesBuilder_ = null;
             backupSchedules_ = other.backupSchedules_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            backupSchedulesBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getBackupSchedulesFieldBuilder()
-                    : null;
+            backupSchedulesBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getBackupSchedulesFieldBuilder() : null;
           } else {
             backupSchedulesBuilder_.addAllMessages(other.backupSchedules_);
           }
@@ -496,26 +455,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                com.google.firestore.admin.v1.BackupSchedule m =
-                    input.readMessage(
-                        com.google.firestore.admin.v1.BackupSchedule.parser(), extensionRegistry);
-                if (backupSchedulesBuilder_ == null) {
-                  ensureBackupSchedulesIsMutable();
-                  backupSchedules_.add(m);
-                } else {
-                  backupSchedulesBuilder_.addMessage(m);
-                }
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              com.google.firestore.admin.v1.BackupSchedule m =
+                  input.readMessage(
+                      com.google.firestore.admin.v1.BackupSchedule.parser(),
+                      extensionRegistry);
+              if (backupSchedulesBuilder_ == null) {
+                ensureBackupSchedulesIsMutable();
+                backupSchedules_.add(m);
+              } else {
+                backupSchedulesBuilder_.addMessage(m);
+              }
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -525,29 +483,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.util.List backupSchedules_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureBackupSchedulesIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
-        backupSchedules_ =
-            new java.util.ArrayList(backupSchedules_);
+        backupSchedules_ = new java.util.ArrayList(backupSchedules_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.admin.v1.BackupSchedule,
-            com.google.firestore.admin.v1.BackupSchedule.Builder,
-            com.google.firestore.admin.v1.BackupScheduleOrBuilder>
-        backupSchedulesBuilder_;
+        com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder> backupSchedulesBuilder_;
 
     /**
-     *
-     *
      * 
      * List of all backup schedules.
      * 
@@ -562,8 +512,6 @@ public java.util.List getBackupSch } } /** - * - * *
      * List of all backup schedules.
      * 
@@ -578,8 +526,6 @@ public int getBackupSchedulesCount() { } } /** - * - * *
      * List of all backup schedules.
      * 
@@ -594,8 +540,6 @@ public com.google.firestore.admin.v1.BackupSchedule getBackupSchedules(int index } } /** - * - * *
      * List of all backup schedules.
      * 
@@ -617,8 +561,6 @@ public Builder setBackupSchedules( return this; } /** - * - * *
      * List of all backup schedules.
      * 
@@ -637,8 +579,6 @@ public Builder setBackupSchedules( return this; } /** - * - * *
      * List of all backup schedules.
      * 
@@ -659,8 +599,6 @@ public Builder addBackupSchedules(com.google.firestore.admin.v1.BackupSchedule v return this; } /** - * - * *
      * List of all backup schedules.
      * 
@@ -682,8 +620,6 @@ public Builder addBackupSchedules( return this; } /** - * - * *
      * List of all backup schedules.
      * 
@@ -702,8 +638,6 @@ public Builder addBackupSchedules( return this; } /** - * - * *
      * List of all backup schedules.
      * 
@@ -722,8 +656,6 @@ public Builder addBackupSchedules( return this; } /** - * - * *
      * List of all backup schedules.
      * 
@@ -734,7 +666,8 @@ public Builder addAllBackupSchedules( java.lang.Iterable values) { if (backupSchedulesBuilder_ == null) { ensureBackupSchedulesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, backupSchedules_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, backupSchedules_); onChanged(); } else { backupSchedulesBuilder_.addAllMessages(values); @@ -742,8 +675,6 @@ public Builder addAllBackupSchedules( return this; } /** - * - * *
      * List of all backup schedules.
      * 
@@ -761,8 +692,6 @@ public Builder clearBackupSchedules() { return this; } /** - * - * *
      * List of all backup schedules.
      * 
@@ -780,8 +709,6 @@ public Builder removeBackupSchedules(int index) { return this; } /** - * - * *
      * List of all backup schedules.
      * 
@@ -793,8 +720,6 @@ public com.google.firestore.admin.v1.BackupSchedule.Builder getBackupSchedulesBu return getBackupSchedulesFieldBuilder().getBuilder(index); } /** - * - * *
      * List of all backup schedules.
      * 
@@ -804,22 +729,19 @@ public com.google.firestore.admin.v1.BackupSchedule.Builder getBackupSchedulesBu public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupSchedulesOrBuilder( int index) { if (backupSchedulesBuilder_ == null) { - return backupSchedules_.get(index); - } else { + return backupSchedules_.get(index); } else { return backupSchedulesBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * List of all backup schedules.
      * 
* * repeated .google.firestore.admin.v1.BackupSchedule backup_schedules = 1; */ - public java.util.List - getBackupSchedulesOrBuilderList() { + public java.util.List + getBackupSchedulesOrBuilderList() { if (backupSchedulesBuilder_ != null) { return backupSchedulesBuilder_.getMessageOrBuilderList(); } else { @@ -827,8 +749,6 @@ public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupSchedulesO } } /** - * - * *
      * List of all backup schedules.
      * 
@@ -836,12 +756,10 @@ public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupSchedulesO * repeated .google.firestore.admin.v1.BackupSchedule backup_schedules = 1; */ public com.google.firestore.admin.v1.BackupSchedule.Builder addBackupSchedulesBuilder() { - return getBackupSchedulesFieldBuilder() - .addBuilder(com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()); + return getBackupSchedulesFieldBuilder().addBuilder( + com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()); } /** - * - * *
      * List of all backup schedules.
      * 
@@ -850,34 +768,26 @@ public com.google.firestore.admin.v1.BackupSchedule.Builder addBackupSchedulesBu */ public com.google.firestore.admin.v1.BackupSchedule.Builder addBackupSchedulesBuilder( int index) { - return getBackupSchedulesFieldBuilder() - .addBuilder(index, com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()); + return getBackupSchedulesFieldBuilder().addBuilder( + index, com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()); } /** - * - * *
      * List of all backup schedules.
      * 
* * repeated .google.firestore.admin.v1.BackupSchedule backup_schedules = 1; */ - public java.util.List - getBackupSchedulesBuilderList() { + public java.util.List + getBackupSchedulesBuilderList() { return getBackupSchedulesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.BackupSchedule, - com.google.firestore.admin.v1.BackupSchedule.Builder, - com.google.firestore.admin.v1.BackupScheduleOrBuilder> + com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder> getBackupSchedulesFieldBuilder() { if (backupSchedulesBuilder_ == null) { - backupSchedulesBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.BackupSchedule, - com.google.firestore.admin.v1.BackupSchedule.Builder, - com.google.firestore.admin.v1.BackupScheduleOrBuilder>( + backupSchedulesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder>( backupSchedules_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), @@ -886,9 +796,9 @@ public com.google.firestore.admin.v1.BackupSchedule.Builder addBackupSchedulesBu } return backupSchedulesBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -898,12 +808,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListBackupSchedulesResponse) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListBackupSchedulesResponse) private static final com.google.firestore.admin.v1.ListBackupSchedulesResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListBackupSchedulesResponse(); } @@ -912,27 +822,27 @@ public static com.google.firestore.admin.v1.ListBackupSchedulesResponse getDefau return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListBackupSchedulesResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListBackupSchedulesResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -947,4 +857,6 @@ public com.google.protobuf.Parser getParserForType( public com.google.firestore.admin.v1.ListBackupSchedulesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponseOrBuilder.java similarity index 63% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponseOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponseOrBuilder.java index b2b4cc77c..0b3c1c85d 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponseOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponseOrBuilder.java @@ -1,42 +1,23 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListBackupSchedulesResponseOrBuilder - extends +public interface ListBackupSchedulesResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListBackupSchedulesResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * List of all backup schedules.
    * 
* * repeated .google.firestore.admin.v1.BackupSchedule backup_schedules = 1; */ - java.util.List getBackupSchedulesList(); + java.util.List + getBackupSchedulesList(); /** - * - * *
    * List of all backup schedules.
    * 
@@ -45,8 +26,6 @@ public interface ListBackupSchedulesResponseOrBuilder */ com.google.firestore.admin.v1.BackupSchedule getBackupSchedules(int index); /** - * - * *
    * List of all backup schedules.
    * 
@@ -55,24 +34,21 @@ public interface ListBackupSchedulesResponseOrBuilder */ int getBackupSchedulesCount(); /** - * - * *
    * List of all backup schedules.
    * 
* * repeated .google.firestore.admin.v1.BackupSchedule backup_schedules = 1; */ - java.util.List + java.util.List getBackupSchedulesOrBuilderList(); /** - * - * *
    * List of all backup schedules.
    * 
* * repeated .google.firestore.admin.v1.BackupSchedule backup_schedules = 1; */ - com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupSchedulesOrBuilder(int index); + com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupSchedulesOrBuilder( + int index); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequest.java similarity index 64% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequest.java index fd2bc58c4..c1ff2fdd5 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.ListBackups][google.firestore.admin.v1.FirestoreAdmin.ListBackups].
@@ -29,48 +12,43 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListBackupsRequest}
  */
-public final class ListBackupsRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ListBackupsRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListBackupsRequest)
     ListBackupsRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ListBackupsRequest.newBuilder() to construct.
   private ListBackupsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ListBackupsRequest() {
     parent_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ListBackupsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListBackupsRequest.class,
-            com.google.firestore.admin.v1.ListBackupsRequest.Builder.class);
+            com.google.firestore.admin.v1.ListBackupsRequest.class, com.google.firestore.admin.v1.ListBackupsRequest.Builder.class);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
-   *
-   *
    * 
    * Required. The location to list backups from.
    *
@@ -80,10 +58,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * locations.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -92,15 +67,14 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. The location to list backups from.
    *
@@ -110,18 +84,17 @@ public java.lang.String getParent() {
    * locations.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -130,7 +103,6 @@ public com.google.protobuf.ByteString getParentBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -142,7 +114,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -166,15 +139,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListBackupsRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListBackupsRequest other = - (com.google.firestore.admin.v1.ListBackupsRequest) obj; + com.google.firestore.admin.v1.ListBackupsRequest other = (com.google.firestore.admin.v1.ListBackupsRequest) obj; - if (!getParent().equals(other.getParent())) return false; + if (!getParent() + .equals(other.getParent())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -193,104 +166,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupsRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListBackupsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListBackupsRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.ListBackupsRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.ListBackups][google.firestore.admin.v1.FirestoreAdmin.ListBackups].
@@ -298,32 +266,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.ListBackupsRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListBackupsRequest)
       com.google.firestore.admin.v1.ListBackupsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListBackupsRequest.class,
-              com.google.firestore.admin.v1.ListBackupsRequest.Builder.class);
+              com.google.firestore.admin.v1.ListBackupsRequest.class, com.google.firestore.admin.v1.ListBackupsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListBackupsRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -333,9 +302,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -354,11 +323,8 @@ public com.google.firestore.admin.v1.ListBackupsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListBackupsRequest buildPartial() {
-      com.google.firestore.admin.v1.ListBackupsRequest result =
-          new com.google.firestore.admin.v1.ListBackupsRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.ListBackupsRequest result = new com.google.firestore.admin.v1.ListBackupsRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -374,39 +340,38 @@ private void buildPartial0(com.google.firestore.admin.v1.ListBackupsRequest resu
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListBackupsRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.ListBackupsRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.ListBackupsRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -414,8 +379,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListBackupsRequest other) {
-      if (other == com.google.firestore.admin.v1.ListBackupsRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.ListBackupsRequest.getDefaultInstance()) return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -447,19 +411,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                parent_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              parent_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -469,13 +431,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
-     *
-     *
      * 
      * Required. The location to list backups from.
      *
@@ -485,16 +444,14 @@ public Builder mergeFrom(
      * locations.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -503,8 +460,6 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The location to list backups from.
      *
@@ -514,17 +469,16 @@ public java.lang.String getParent() {
      * locations.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -532,8 +486,6 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The location to list backups from.
      *
@@ -543,25 +495,19 @@ public com.google.protobuf.ByteString getParentBytes() {
      * locations.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The location to list backups from.
      *
@@ -571,10 +517,7 @@ public Builder setParent(java.lang.String value) {
      * locations.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { @@ -584,8 +527,6 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. The location to list backups from.
      *
@@ -595,26 +536,22 @@ public Builder clearParent() {
      * locations.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -624,12 +561,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListBackupsRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListBackupsRequest) private static final com.google.firestore.admin.v1.ListBackupsRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListBackupsRequest(); } @@ -638,27 +575,27 @@ public static com.google.firestore.admin.v1.ListBackupsRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListBackupsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListBackupsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -673,4 +610,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListBackupsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequestOrBuilder.java similarity index 51% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequestOrBuilder.java index ab2541756..83f969656 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequestOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListBackupsRequestOrBuilder - extends +public interface ListBackupsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListBackupsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The location to list backups from.
    *
@@ -36,16 +18,11 @@ public interface ListBackupsRequestOrBuilder
    * locations.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. The location to list backups from.
    *
@@ -55,11 +32,9 @@ public interface ListBackupsRequestOrBuilder
    * locations.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponse.java similarity index 74% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponse.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponse.java index 444e6d34d..8322c21cf 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponse.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The response for
  * [FirestoreAdmin.ListBackups][google.firestore.admin.v1.FirestoreAdmin.ListBackups].
@@ -29,49 +12,45 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListBackupsResponse}
  */
-public final class ListBackupsResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ListBackupsResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListBackupsResponse)
     ListBackupsResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ListBackupsResponse.newBuilder() to construct.
   private ListBackupsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ListBackupsResponse() {
     backups_ = java.util.Collections.emptyList();
-    unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList();
+    unreachable_ =
+        com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ListBackupsResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListBackupsResponse.class,
-            com.google.firestore.admin.v1.ListBackupsResponse.Builder.class);
+            com.google.firestore.admin.v1.ListBackupsResponse.class, com.google.firestore.admin.v1.ListBackupsResponse.Builder.class);
   }
 
   public static final int BACKUPS_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private java.util.List backups_;
   /**
-   *
-   *
    * 
    * List of all backups for the project.
    * 
@@ -83,8 +62,6 @@ public java.util.List getBackupsList() { return backups_; } /** - * - * *
    * List of all backups for the project.
    * 
@@ -92,13 +69,11 @@ public java.util.List getBackupsList() { * repeated .google.firestore.admin.v1.Backup backups = 1; */ @java.lang.Override - public java.util.List + public java.util.List getBackupsOrBuilderList() { return backups_; } /** - * - * *
    * List of all backups for the project.
    * 
@@ -110,8 +85,6 @@ public int getBackupsCount() { return backups_.size(); } /** - * - * *
    * List of all backups for the project.
    * 
@@ -123,8 +96,6 @@ public com.google.firestore.admin.v1.Backup getBackups(int index) { return backups_.get(index); } /** - * - * *
    * List of all backups for the project.
    * 
@@ -132,18 +103,16 @@ public com.google.firestore.admin.v1.Backup getBackups(int index) { * repeated .google.firestore.admin.v1.Backup backups = 1; */ @java.lang.Override - public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(int index) { + public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder( + int index) { return backups_.get(index); } public static final int UNREACHABLE_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -154,15 +123,13 @@ public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(int ind
    * 
* * repeated string unreachable = 3; - * * @return A list containing the unreachable. */ - public com.google.protobuf.ProtocolStringList getUnreachableList() { + public com.google.protobuf.ProtocolStringList + getUnreachableList() { return unreachable_; } /** - * - * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -173,15 +140,12 @@ public com.google.protobuf.ProtocolStringList getUnreachableList() {
    * 
* * repeated string unreachable = 3; - * * @return The count of unreachable. */ public int getUnreachableCount() { return unreachable_.size(); } /** - * - * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -192,7 +156,6 @@ public int getUnreachableCount() {
    * 
* * repeated string unreachable = 3; - * * @param index The index of the element to return. * @return The unreachable at the given index. */ @@ -200,8 +163,6 @@ public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } /** - * - * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -212,16 +173,15 @@ public java.lang.String getUnreachable(int index) {
    * 
* * repeated string unreachable = 3; - * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - public com.google.protobuf.ByteString getUnreachableBytes(int index) { + public com.google.protobuf.ByteString + getUnreachableBytes(int index) { return unreachable_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -233,7 +193,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < backups_.size(); i++) { output.writeMessage(1, backups_.get(i)); } @@ -250,7 +211,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < backups_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, backups_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, backups_.get(i)); } { int dataSize = 0; @@ -268,16 +230,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListBackupsResponse)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListBackupsResponse other = - (com.google.firestore.admin.v1.ListBackupsResponse) obj; + com.google.firestore.admin.v1.ListBackupsResponse other = (com.google.firestore.admin.v1.ListBackupsResponse) obj; - if (!getBackupsList().equals(other.getBackupsList())) return false; - if (!getUnreachableList().equals(other.getUnreachableList())) return false; + if (!getBackupsList() + .equals(other.getBackupsList())) return false; + if (!getUnreachableList() + .equals(other.getUnreachableList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -303,103 +266,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupsResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListBackupsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListBackupsResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.ListBackupsResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The response for
    * [FirestoreAdmin.ListBackups][google.firestore.admin.v1.FirestoreAdmin.ListBackups].
@@ -407,32 +365,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.ListBackupsResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListBackupsResponse)
       com.google.firestore.admin.v1.ListBackupsResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListBackupsResponse.class,
-              com.google.firestore.admin.v1.ListBackupsResponse.Builder.class);
+              com.google.firestore.admin.v1.ListBackupsResponse.class, com.google.firestore.admin.v1.ListBackupsResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListBackupsResponse.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -444,14 +403,15 @@ public Builder clear() {
         backupsBuilder_.clear();
       }
       bitField0_ = (bitField0_ & ~0x00000001);
-      unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList();
+      unreachable_ =
+          com.google.protobuf.LazyStringArrayList.emptyList();
       return this;
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor;
     }
 
     @java.lang.Override
@@ -470,18 +430,14 @@ public com.google.firestore.admin.v1.ListBackupsResponse build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListBackupsResponse buildPartial() {
-      com.google.firestore.admin.v1.ListBackupsResponse result =
-          new com.google.firestore.admin.v1.ListBackupsResponse(this);
+      com.google.firestore.admin.v1.ListBackupsResponse result = new com.google.firestore.admin.v1.ListBackupsResponse(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
 
-    private void buildPartialRepeatedFields(
-        com.google.firestore.admin.v1.ListBackupsResponse result) {
+    private void buildPartialRepeatedFields(com.google.firestore.admin.v1.ListBackupsResponse result) {
       if (backupsBuilder_ == null) {
         if (((bitField0_ & 0x00000001) != 0)) {
           backups_ = java.util.Collections.unmodifiableList(backups_);
@@ -505,39 +461,38 @@ private void buildPartial0(com.google.firestore.admin.v1.ListBackupsResponse res
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListBackupsResponse) {
-        return mergeFrom((com.google.firestore.admin.v1.ListBackupsResponse) other);
+        return mergeFrom((com.google.firestore.admin.v1.ListBackupsResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -545,8 +500,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListBackupsResponse other) {
-      if (other == com.google.firestore.admin.v1.ListBackupsResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.ListBackupsResponse.getDefaultInstance()) return this;
       if (backupsBuilder_ == null) {
         if (!other.backups_.isEmpty()) {
           if (backups_.isEmpty()) {
@@ -565,10 +519,9 @@ public Builder mergeFrom(com.google.firestore.admin.v1.ListBackupsResponse other
             backupsBuilder_ = null;
             backups_ = other.backups_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            backupsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getBackupsFieldBuilder()
-                    : null;
+            backupsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getBackupsFieldBuilder() : null;
           } else {
             backupsBuilder_.addAllMessages(other.backups_);
           }
@@ -610,33 +563,31 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                com.google.firestore.admin.v1.Backup m =
-                    input.readMessage(
-                        com.google.firestore.admin.v1.Backup.parser(), extensionRegistry);
-                if (backupsBuilder_ == null) {
-                  ensureBackupsIsMutable();
-                  backups_.add(m);
-                } else {
-                  backupsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 10
-            case 26:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureUnreachableIsMutable();
-                unreachable_.add(s);
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              com.google.firestore.admin.v1.Backup m =
+                  input.readMessage(
+                      com.google.firestore.admin.v1.Backup.parser(),
+                      extensionRegistry);
+              if (backupsBuilder_ == null) {
+                ensureBackupsIsMutable();
+                backups_.add(m);
+              } else {
+                backupsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 10
+            case 26: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureUnreachableIsMutable();
+              unreachable_.add(s);
+              break;
+            } // case 26
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -646,28 +597,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.util.List backups_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureBackupsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         backups_ = new java.util.ArrayList(backups_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.admin.v1.Backup,
-            com.google.firestore.admin.v1.Backup.Builder,
-            com.google.firestore.admin.v1.BackupOrBuilder>
-        backupsBuilder_;
+        com.google.firestore.admin.v1.Backup, com.google.firestore.admin.v1.Backup.Builder, com.google.firestore.admin.v1.BackupOrBuilder> backupsBuilder_;
 
     /**
-     *
-     *
      * 
      * List of all backups for the project.
      * 
@@ -682,8 +626,6 @@ public java.util.List getBackupsList() { } } /** - * - * *
      * List of all backups for the project.
      * 
@@ -698,8 +640,6 @@ public int getBackupsCount() { } } /** - * - * *
      * List of all backups for the project.
      * 
@@ -714,15 +654,14 @@ public com.google.firestore.admin.v1.Backup getBackups(int index) { } } /** - * - * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public Builder setBackups(int index, com.google.firestore.admin.v1.Backup value) { + public Builder setBackups( + int index, com.google.firestore.admin.v1.Backup value) { if (backupsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -736,8 +675,6 @@ public Builder setBackups(int index, com.google.firestore.admin.v1.Backup value) return this; } /** - * - * *
      * List of all backups for the project.
      * 
@@ -756,8 +693,6 @@ public Builder setBackups( return this; } /** - * - * *
      * List of all backups for the project.
      * 
@@ -778,15 +713,14 @@ public Builder addBackups(com.google.firestore.admin.v1.Backup value) { return this; } /** - * - * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public Builder addBackups(int index, com.google.firestore.admin.v1.Backup value) { + public Builder addBackups( + int index, com.google.firestore.admin.v1.Backup value) { if (backupsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -800,15 +734,14 @@ public Builder addBackups(int index, com.google.firestore.admin.v1.Backup value) return this; } /** - * - * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public Builder addBackups(com.google.firestore.admin.v1.Backup.Builder builderForValue) { + public Builder addBackups( + com.google.firestore.admin.v1.Backup.Builder builderForValue) { if (backupsBuilder_ == null) { ensureBackupsIsMutable(); backups_.add(builderForValue.build()); @@ -819,8 +752,6 @@ public Builder addBackups(com.google.firestore.admin.v1.Backup.Builder builderFo return this; } /** - * - * *
      * List of all backups for the project.
      * 
@@ -839,8 +770,6 @@ public Builder addBackups( return this; } /** - * - * *
      * List of all backups for the project.
      * 
@@ -851,7 +780,8 @@ public Builder addAllBackups( java.lang.Iterable values) { if (backupsBuilder_ == null) { ensureBackupsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, backups_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, backups_); onChanged(); } else { backupsBuilder_.addAllMessages(values); @@ -859,8 +789,6 @@ public Builder addAllBackups( return this; } /** - * - * *
      * List of all backups for the project.
      * 
@@ -878,8 +806,6 @@ public Builder clearBackups() { return this; } /** - * - * *
      * List of all backups for the project.
      * 
@@ -897,44 +823,39 @@ public Builder removeBackups(int index) { return this; } /** - * - * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public com.google.firestore.admin.v1.Backup.Builder getBackupsBuilder(int index) { + public com.google.firestore.admin.v1.Backup.Builder getBackupsBuilder( + int index) { return getBackupsFieldBuilder().getBuilder(index); } /** - * - * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(int index) { + public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder( + int index) { if (backupsBuilder_ == null) { - return backups_.get(index); - } else { + return backups_.get(index); } else { return backupsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public java.util.List - getBackupsOrBuilderList() { + public java.util.List + getBackupsOrBuilderList() { if (backupsBuilder_ != null) { return backupsBuilder_.getMessageOrBuilderList(); } else { @@ -942,8 +863,6 @@ public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(int ind } } /** - * - * *
      * List of all backups for the project.
      * 
@@ -951,47 +870,42 @@ public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(int ind * repeated .google.firestore.admin.v1.Backup backups = 1; */ public com.google.firestore.admin.v1.Backup.Builder addBackupsBuilder() { - return getBackupsFieldBuilder() - .addBuilder(com.google.firestore.admin.v1.Backup.getDefaultInstance()); + return getBackupsFieldBuilder().addBuilder( + com.google.firestore.admin.v1.Backup.getDefaultInstance()); } /** - * - * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public com.google.firestore.admin.v1.Backup.Builder addBackupsBuilder(int index) { - return getBackupsFieldBuilder() - .addBuilder(index, com.google.firestore.admin.v1.Backup.getDefaultInstance()); + public com.google.firestore.admin.v1.Backup.Builder addBackupsBuilder( + int index) { + return getBackupsFieldBuilder().addBuilder( + index, com.google.firestore.admin.v1.Backup.getDefaultInstance()); } /** - * - * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public java.util.List getBackupsBuilderList() { + public java.util.List + getBackupsBuilderList() { return getBackupsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Backup, - com.google.firestore.admin.v1.Backup.Builder, - com.google.firestore.admin.v1.BackupOrBuilder> + com.google.firestore.admin.v1.Backup, com.google.firestore.admin.v1.Backup.Builder, com.google.firestore.admin.v1.BackupOrBuilder> getBackupsFieldBuilder() { if (backupsBuilder_ == null) { - backupsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Backup, - com.google.firestore.admin.v1.Backup.Builder, - com.google.firestore.admin.v1.BackupOrBuilder>( - backups_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + backupsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.admin.v1.Backup, com.google.firestore.admin.v1.Backup.Builder, com.google.firestore.admin.v1.BackupOrBuilder>( + backups_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); backups_ = null; } return backupsBuilder_; @@ -999,7 +913,6 @@ public java.util.List getBackupsBu private com.google.protobuf.LazyStringArrayList unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureUnreachableIsMutable() { if (!unreachable_.isModifiable()) { unreachable_ = new com.google.protobuf.LazyStringArrayList(unreachable_); @@ -1007,8 +920,6 @@ private void ensureUnreachableIsMutable() { bitField0_ |= 0x00000002; } /** - * - * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -1019,16 +930,14 @@ private void ensureUnreachableIsMutable() {
      * 
* * repeated string unreachable = 3; - * * @return A list containing the unreachable. */ - public com.google.protobuf.ProtocolStringList getUnreachableList() { + public com.google.protobuf.ProtocolStringList + getUnreachableList() { unreachable_.makeImmutable(); return unreachable_; } /** - * - * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -1039,15 +948,12 @@ public com.google.protobuf.ProtocolStringList getUnreachableList() {
      * 
* * repeated string unreachable = 3; - * * @return The count of unreachable. */ public int getUnreachableCount() { return unreachable_.size(); } /** - * - * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -1058,7 +964,6 @@ public int getUnreachableCount() {
      * 
* * repeated string unreachable = 3; - * * @param index The index of the element to return. * @return The unreachable at the given index. */ @@ -1066,8 +971,6 @@ public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } /** - * - * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -1078,16 +981,14 @@ public java.lang.String getUnreachable(int index) {
      * 
* * repeated string unreachable = 3; - * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - public com.google.protobuf.ByteString getUnreachableBytes(int index) { + public com.google.protobuf.ByteString + getUnreachableBytes(int index) { return unreachable_.getByteString(index); } /** - * - * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -1098,15 +999,13 @@ public com.google.protobuf.ByteString getUnreachableBytes(int index) {
      * 
* * repeated string unreachable = 3; - * * @param index The index to set the value at. * @param value The unreachable to set. * @return This builder for chaining. */ - public Builder setUnreachable(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setUnreachable( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureUnreachableIsMutable(); unreachable_.set(index, value); bitField0_ |= 0x00000002; @@ -1114,8 +1013,6 @@ public Builder setUnreachable(int index, java.lang.String value) { return this; } /** - * - * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -1126,14 +1023,12 @@ public Builder setUnreachable(int index, java.lang.String value) {
      * 
* * repeated string unreachable = 3; - * * @param value The unreachable to add. * @return This builder for chaining. */ - public Builder addUnreachable(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addUnreachable( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureUnreachableIsMutable(); unreachable_.add(value); bitField0_ |= 0x00000002; @@ -1141,8 +1036,6 @@ public Builder addUnreachable(java.lang.String value) { return this; } /** - * - * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -1153,20 +1046,19 @@ public Builder addUnreachable(java.lang.String value) {
      * 
* * repeated string unreachable = 3; - * * @param values The unreachable to add. * @return This builder for chaining. */ - public Builder addAllUnreachable(java.lang.Iterable values) { + public Builder addAllUnreachable( + java.lang.Iterable values) { ensureUnreachableIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, unreachable_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, unreachable_); bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -1177,19 +1069,16 @@ public Builder addAllUnreachable(java.lang.Iterable values) {
      * 
* * repeated string unreachable = 3; - * * @return This builder for chaining. */ public Builder clearUnreachable() { - unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000002); - ; + unreachable_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002);; onChanged(); return this; } /** - * - * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -1200,14 +1089,12 @@ public Builder clearUnreachable() {
      * 
* * repeated string unreachable = 3; - * * @param value The bytes of the unreachable to add. * @return This builder for chaining. */ - public Builder addUnreachableBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addUnreachableBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureUnreachableIsMutable(); unreachable_.add(value); @@ -1215,9 +1102,9 @@ public Builder addUnreachableBytes(com.google.protobuf.ByteString value) { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1227,12 +1114,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListBackupsResponse) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListBackupsResponse) private static final com.google.firestore.admin.v1.ListBackupsResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListBackupsResponse(); } @@ -1241,27 +1128,27 @@ public static com.google.firestore.admin.v1.ListBackupsResponse getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListBackupsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListBackupsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1276,4 +1163,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListBackupsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponseOrBuilder.java similarity index 77% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponseOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponseOrBuilder.java index 6d36e5016..5840081e8 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponseOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponseOrBuilder.java @@ -1,42 +1,23 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListBackupsResponseOrBuilder - extends +public interface ListBackupsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListBackupsResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * List of all backups for the project.
    * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - java.util.List getBackupsList(); + java.util.List + getBackupsList(); /** - * - * *
    * List of all backups for the project.
    * 
@@ -45,8 +26,6 @@ public interface ListBackupsResponseOrBuilder */ com.google.firestore.admin.v1.Backup getBackups(int index); /** - * - * *
    * List of all backups for the project.
    * 
@@ -55,29 +34,25 @@ public interface ListBackupsResponseOrBuilder */ int getBackupsCount(); /** - * - * *
    * List of all backups for the project.
    * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - java.util.List getBackupsOrBuilderList(); + java.util.List + getBackupsOrBuilderList(); /** - * - * *
    * List of all backups for the project.
    * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(int index); + com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder( + int index); /** - * - * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -88,13 +63,11 @@ public interface ListBackupsResponseOrBuilder
    * 
* * repeated string unreachable = 3; - * * @return A list containing the unreachable. */ - java.util.List getUnreachableList(); + java.util.List + getUnreachableList(); /** - * - * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -105,13 +78,10 @@ public interface ListBackupsResponseOrBuilder
    * 
* * repeated string unreachable = 3; - * * @return The count of unreachable. */ int getUnreachableCount(); /** - * - * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -122,14 +92,11 @@ public interface ListBackupsResponseOrBuilder
    * 
* * repeated string unreachable = 3; - * * @param index The index of the element to return. * @return The unreachable at the given index. */ java.lang.String getUnreachable(int index); /** - * - * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -140,9 +107,9 @@ public interface ListBackupsResponseOrBuilder
    * 
* * repeated string unreachable = 3; - * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - com.google.protobuf.ByteString getUnreachableBytes(int index); + com.google.protobuf.ByteString + getUnreachableBytes(int index); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequest.java similarity index 58% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequest.java index 28019a02f..3bc2ec3ff 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,65 +5,55 @@ package com.google.firestore.admin.v1; /** - * - * *
  * A request to list the Firestore Databases in all locations for a project.
  * 
* * Protobuf type {@code google.firestore.admin.v1.ListDatabasesRequest} */ -public final class ListDatabasesRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListDatabasesRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListDatabasesRequest) ListDatabasesRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListDatabasesRequest.newBuilder() to construct. private ListDatabasesRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListDatabasesRequest() { parent_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListDatabasesRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.ListDatabasesRequest.class, - com.google.firestore.admin.v1.ListDatabasesRequest.Builder.class); + com.google.firestore.admin.v1.ListDatabasesRequest.class, com.google.firestore.admin.v1.ListDatabasesRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; /** - * - * *
    * Required. A parent name of the form
    * `projects/{project_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -87,32 +62,30 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. A parent name of the form
    * `projects/{project_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -120,8 +93,22 @@ public com.google.protobuf.ByteString getParentBytes() { } } - private byte memoizedIsInitialized = -1; + public static final int SHOW_DELETED_FIELD_NUMBER = 4; + private boolean showDeleted_ = false; + /** + *
+   * If true, also returns deleted resources.
+   * 
+ * + * bool show_deleted = 4; + * @return The showDeleted. + */ + @java.lang.Override + public boolean getShowDeleted() { + return showDeleted_; + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -133,10 +120,14 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } + if (showDeleted_ != false) { + output.writeBool(4, showDeleted_); + } getUnknownFields().writeTo(output); } @@ -149,6 +140,10 @@ public int getSerializedSize() { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } + if (showDeleted_ != false) { + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(4, showDeleted_); + } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; @@ -157,15 +152,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListDatabasesRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListDatabasesRequest other = - (com.google.firestore.admin.v1.ListDatabasesRequest) obj; + com.google.firestore.admin.v1.ListDatabasesRequest other = (com.google.firestore.admin.v1.ListDatabasesRequest) obj; - if (!getParent().equals(other.getParent())) return false; + if (!getParent() + .equals(other.getParent())) return false; + if (getShowDeleted() + != other.getShowDeleted()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -179,153 +176,153 @@ public int hashCode() { hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + PARENT_FIELD_NUMBER; hash = (53 * hash) + getParent().hashCode(); + hash = (37 * hash) + SHOW_DELETED_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getShowDeleted()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListDatabasesRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListDatabasesRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListDatabasesRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.ListDatabasesRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A request to list the Firestore Databases in all locations for a project.
    * 
* * Protobuf type {@code google.firestore.admin.v1.ListDatabasesRequest} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListDatabasesRequest) com.google.firestore.admin.v1.ListDatabasesRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.ListDatabasesRequest.class, - com.google.firestore.admin.v1.ListDatabasesRequest.Builder.class); + com.google.firestore.admin.v1.ListDatabasesRequest.class, com.google.firestore.admin.v1.ListDatabasesRequest.Builder.class); } // Construct using com.google.firestore.admin.v1.ListDatabasesRequest.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; parent_ = ""; + showDeleted_ = false; return this; } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor; } @java.lang.Override @@ -344,11 +341,8 @@ public com.google.firestore.admin.v1.ListDatabasesRequest build() { @java.lang.Override public com.google.firestore.admin.v1.ListDatabasesRequest buildPartial() { - com.google.firestore.admin.v1.ListDatabasesRequest result = - new com.google.firestore.admin.v1.ListDatabasesRequest(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.admin.v1.ListDatabasesRequest result = new com.google.firestore.admin.v1.ListDatabasesRequest(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -358,45 +352,47 @@ private void buildPartial0(com.google.firestore.admin.v1.ListDatabasesRequest re if (((from_bitField0_ & 0x00000001) != 0)) { result.parent_ = parent_; } + if (((from_bitField0_ & 0x00000002) != 0)) { + result.showDeleted_ = showDeleted_; + } } @java.lang.Override public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.ListDatabasesRequest) { - return mergeFrom((com.google.firestore.admin.v1.ListDatabasesRequest) other); + return mergeFrom((com.google.firestore.admin.v1.ListDatabasesRequest)other); } else { super.mergeFrom(other); return this; @@ -404,13 +400,15 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.ListDatabasesRequest other) { - if (other == com.google.firestore.admin.v1.ListDatabasesRequest.getDefaultInstance()) - return this; + if (other == com.google.firestore.admin.v1.ListDatabasesRequest.getDefaultInstance()) return this; if (!other.getParent().isEmpty()) { parent_ = other.parent_; bitField0_ |= 0x00000001; onChanged(); } + if (other.getShowDeleted() != false) { + setShowDeleted(other.getShowDeleted()); + } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; @@ -437,19 +435,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - parent_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + parent_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 32: { + showDeleted_ = input.readBool(); + bitField0_ |= 0x00000002; + break; + } // case 32 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -459,28 +460,23 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object parent_ = ""; /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -489,24 +485,21 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -514,41 +507,30 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { @@ -558,24 +540,18 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -583,8 +559,52 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { return this; } + private boolean showDeleted_ ; + /** + *
+     * If true, also returns deleted resources.
+     * 
+ * + * bool show_deleted = 4; + * @return The showDeleted. + */ + @java.lang.Override + public boolean getShowDeleted() { + return showDeleted_; + } + /** + *
+     * If true, also returns deleted resources.
+     * 
+ * + * bool show_deleted = 4; + * @param value The showDeleted to set. + * @return This builder for chaining. + */ + public Builder setShowDeleted(boolean value) { + + showDeleted_ = value; + bitField0_ |= 0x00000002; + onChanged(); + return this; + } + /** + *
+     * If true, also returns deleted resources.
+     * 
+ * + * bool show_deleted = 4; + * @return This builder for chaining. + */ + public Builder clearShowDeleted() { + bitField0_ = (bitField0_ & ~0x00000002); + showDeleted_ = false; + onChanged(); + return this; + } @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -594,12 +614,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListDatabasesRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListDatabasesRequest) private static final com.google.firestore.admin.v1.ListDatabasesRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListDatabasesRequest(); } @@ -608,27 +628,27 @@ public static com.google.firestore.admin.v1.ListDatabasesRequest getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListDatabasesRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListDatabasesRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -643,4 +663,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListDatabasesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java new file mode 100644 index 000000000..343e19416 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java @@ -0,0 +1,42 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface ListDatabasesRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListDatabasesRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. A parent name of the form
+   * `projects/{project_id}`
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + java.lang.String getParent(); + /** + *
+   * Required. A parent name of the form
+   * `projects/{project_id}`
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + com.google.protobuf.ByteString + getParentBytes(); + + /** + *
+   * If true, also returns deleted resources.
+   * 
+ * + * bool show_deleted = 4; + * @return The showDeleted. + */ + boolean getShowDeleted(); +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponse.java similarity index 75% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponse.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponse.java index 71a0bfcf5..b4e76e1ee 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponse.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,57 +5,51 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The list of databases for a project.
  * 
* * Protobuf type {@code google.firestore.admin.v1.ListDatabasesResponse} */ -public final class ListDatabasesResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListDatabasesResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListDatabasesResponse) ListDatabasesResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListDatabasesResponse.newBuilder() to construct. private ListDatabasesResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListDatabasesResponse() { databases_ = java.util.Collections.emptyList(); - unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); + unreachable_ = + com.google.protobuf.LazyStringArrayList.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListDatabasesResponse(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.ListDatabasesResponse.class, - com.google.firestore.admin.v1.ListDatabasesResponse.Builder.class); + com.google.firestore.admin.v1.ListDatabasesResponse.class, com.google.firestore.admin.v1.ListDatabasesResponse.Builder.class); } public static final int DATABASES_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private java.util.List databases_; /** - * - * *
    * The databases in the project.
    * 
@@ -82,8 +61,6 @@ public java.util.List getDatabasesList() return databases_; } /** - * - * *
    * The databases in the project.
    * 
@@ -91,13 +68,11 @@ public java.util.List getDatabasesList() * repeated .google.firestore.admin.v1.Database databases = 1; */ @java.lang.Override - public java.util.List + public java.util.List getDatabasesOrBuilderList() { return databases_; } /** - * - * *
    * The databases in the project.
    * 
@@ -109,8 +84,6 @@ public int getDatabasesCount() { return databases_.size(); } /** - * - * *
    * The databases in the project.
    * 
@@ -122,8 +95,6 @@ public com.google.firestore.admin.v1.Database getDatabases(int index) { return databases_.get(index); } /** - * - * *
    * The databases in the project.
    * 
@@ -131,18 +102,16 @@ public com.google.firestore.admin.v1.Database getDatabases(int index) { * repeated .google.firestore.admin.v1.Database databases = 1; */ @java.lang.Override - public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(int index) { + public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder( + int index) { return databases_.get(index); } public static final int UNREACHABLE_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -156,15 +125,13 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(int
    * 
* * repeated string unreachable = 3; - * * @return A list containing the unreachable. */ - public com.google.protobuf.ProtocolStringList getUnreachableList() { + public com.google.protobuf.ProtocolStringList + getUnreachableList() { return unreachable_; } /** - * - * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -178,15 +145,12 @@ public com.google.protobuf.ProtocolStringList getUnreachableList() {
    * 
* * repeated string unreachable = 3; - * * @return The count of unreachable. */ public int getUnreachableCount() { return unreachable_.size(); } /** - * - * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -200,7 +164,6 @@ public int getUnreachableCount() {
    * 
* * repeated string unreachable = 3; - * * @param index The index of the element to return. * @return The unreachable at the given index. */ @@ -208,8 +171,6 @@ public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } /** - * - * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -223,16 +184,15 @@ public java.lang.String getUnreachable(int index) {
    * 
* * repeated string unreachable = 3; - * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - public com.google.protobuf.ByteString getUnreachableBytes(int index) { + public com.google.protobuf.ByteString + getUnreachableBytes(int index) { return unreachable_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -244,7 +204,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < databases_.size(); i++) { output.writeMessage(1, databases_.get(i)); } @@ -261,7 +222,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < databases_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, databases_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, databases_.get(i)); } { int dataSize = 0; @@ -279,16 +241,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListDatabasesResponse)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListDatabasesResponse other = - (com.google.firestore.admin.v1.ListDatabasesResponse) obj; + com.google.firestore.admin.v1.ListDatabasesResponse other = (com.google.firestore.admin.v1.ListDatabasesResponse) obj; - if (!getDatabasesList().equals(other.getDatabasesList())) return false; - if (!getUnreachableList().equals(other.getUnreachableList())) return false; + if (!getDatabasesList() + .equals(other.getDatabasesList())) return false; + if (!getUnreachableList() + .equals(other.getUnreachableList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -314,135 +277,131 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListDatabasesResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListDatabasesResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListDatabasesResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.ListDatabasesResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The list of databases for a project.
    * 
* * Protobuf type {@code google.firestore.admin.v1.ListDatabasesResponse} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListDatabasesResponse) com.google.firestore.admin.v1.ListDatabasesResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.ListDatabasesResponse.class, - com.google.firestore.admin.v1.ListDatabasesResponse.Builder.class); + com.google.firestore.admin.v1.ListDatabasesResponse.class, com.google.firestore.admin.v1.ListDatabasesResponse.Builder.class); } // Construct using com.google.firestore.admin.v1.ListDatabasesResponse.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -454,14 +413,15 @@ public Builder clear() { databasesBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); - unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); + unreachable_ = + com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor; } @java.lang.Override @@ -480,18 +440,14 @@ public com.google.firestore.admin.v1.ListDatabasesResponse build() { @java.lang.Override public com.google.firestore.admin.v1.ListDatabasesResponse buildPartial() { - com.google.firestore.admin.v1.ListDatabasesResponse result = - new com.google.firestore.admin.v1.ListDatabasesResponse(this); + com.google.firestore.admin.v1.ListDatabasesResponse result = new com.google.firestore.admin.v1.ListDatabasesResponse(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } - private void buildPartialRepeatedFields( - com.google.firestore.admin.v1.ListDatabasesResponse result) { + private void buildPartialRepeatedFields(com.google.firestore.admin.v1.ListDatabasesResponse result) { if (databasesBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { databases_ = java.util.Collections.unmodifiableList(databases_); @@ -515,39 +471,38 @@ private void buildPartial0(com.google.firestore.admin.v1.ListDatabasesResponse r public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.ListDatabasesResponse) { - return mergeFrom((com.google.firestore.admin.v1.ListDatabasesResponse) other); + return mergeFrom((com.google.firestore.admin.v1.ListDatabasesResponse)other); } else { super.mergeFrom(other); return this; @@ -555,8 +510,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.ListDatabasesResponse other) { - if (other == com.google.firestore.admin.v1.ListDatabasesResponse.getDefaultInstance()) - return this; + if (other == com.google.firestore.admin.v1.ListDatabasesResponse.getDefaultInstance()) return this; if (databasesBuilder_ == null) { if (!other.databases_.isEmpty()) { if (databases_.isEmpty()) { @@ -575,10 +529,9 @@ public Builder mergeFrom(com.google.firestore.admin.v1.ListDatabasesResponse oth databasesBuilder_ = null; databases_ = other.databases_; bitField0_ = (bitField0_ & ~0x00000001); - databasesBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getDatabasesFieldBuilder() - : null; + databasesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getDatabasesFieldBuilder() : null; } else { databasesBuilder_.addAllMessages(other.databases_); } @@ -620,33 +573,31 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.firestore.admin.v1.Database m = - input.readMessage( - com.google.firestore.admin.v1.Database.parser(), extensionRegistry); - if (databasesBuilder_ == null) { - ensureDatabasesIsMutable(); - databases_.add(m); - } else { - databasesBuilder_.addMessage(m); - } - break; - } // case 10 - case 26: - { - java.lang.String s = input.readStringRequireUtf8(); - ensureUnreachableIsMutable(); - unreachable_.add(s); - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + com.google.firestore.admin.v1.Database m = + input.readMessage( + com.google.firestore.admin.v1.Database.parser(), + extensionRegistry); + if (databasesBuilder_ == null) { + ensureDatabasesIsMutable(); + databases_.add(m); + } else { + databasesBuilder_.addMessage(m); + } + break; + } // case 10 + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + ensureUnreachableIsMutable(); + unreachable_.add(s); + break; + } // case 26 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -656,28 +607,21 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.util.List databases_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureDatabasesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { databases_ = new java.util.ArrayList(databases_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Database, - com.google.firestore.admin.v1.Database.Builder, - com.google.firestore.admin.v1.DatabaseOrBuilder> - databasesBuilder_; + com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder> databasesBuilder_; /** - * - * *
      * The databases in the project.
      * 
@@ -692,8 +636,6 @@ public java.util.List getDatabasesList() } } /** - * - * *
      * The databases in the project.
      * 
@@ -708,8 +650,6 @@ public int getDatabasesCount() { } } /** - * - * *
      * The databases in the project.
      * 
@@ -724,15 +664,14 @@ public com.google.firestore.admin.v1.Database getDatabases(int index) { } } /** - * - * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public Builder setDatabases(int index, com.google.firestore.admin.v1.Database value) { + public Builder setDatabases( + int index, com.google.firestore.admin.v1.Database value) { if (databasesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -746,8 +685,6 @@ public Builder setDatabases(int index, com.google.firestore.admin.v1.Database va return this; } /** - * - * *
      * The databases in the project.
      * 
@@ -766,8 +703,6 @@ public Builder setDatabases( return this; } /** - * - * *
      * The databases in the project.
      * 
@@ -788,15 +723,14 @@ public Builder addDatabases(com.google.firestore.admin.v1.Database value) { return this; } /** - * - * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public Builder addDatabases(int index, com.google.firestore.admin.v1.Database value) { + public Builder addDatabases( + int index, com.google.firestore.admin.v1.Database value) { if (databasesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -810,15 +744,14 @@ public Builder addDatabases(int index, com.google.firestore.admin.v1.Database va return this; } /** - * - * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public Builder addDatabases(com.google.firestore.admin.v1.Database.Builder builderForValue) { + public Builder addDatabases( + com.google.firestore.admin.v1.Database.Builder builderForValue) { if (databasesBuilder_ == null) { ensureDatabasesIsMutable(); databases_.add(builderForValue.build()); @@ -829,8 +762,6 @@ public Builder addDatabases(com.google.firestore.admin.v1.Database.Builder build return this; } /** - * - * *
      * The databases in the project.
      * 
@@ -849,8 +780,6 @@ public Builder addDatabases( return this; } /** - * - * *
      * The databases in the project.
      * 
@@ -861,7 +790,8 @@ public Builder addAllDatabases( java.lang.Iterable values) { if (databasesBuilder_ == null) { ensureDatabasesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, databases_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, databases_); onChanged(); } else { databasesBuilder_.addAllMessages(values); @@ -869,8 +799,6 @@ public Builder addAllDatabases( return this; } /** - * - * *
      * The databases in the project.
      * 
@@ -888,8 +816,6 @@ public Builder clearDatabases() { return this; } /** - * - * *
      * The databases in the project.
      * 
@@ -907,44 +833,39 @@ public Builder removeDatabases(int index) { return this; } /** - * - * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public com.google.firestore.admin.v1.Database.Builder getDatabasesBuilder(int index) { + public com.google.firestore.admin.v1.Database.Builder getDatabasesBuilder( + int index) { return getDatabasesFieldBuilder().getBuilder(index); } /** - * - * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(int index) { + public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder( + int index) { if (databasesBuilder_ == null) { - return databases_.get(index); - } else { + return databases_.get(index); } else { return databasesBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public java.util.List - getDatabasesOrBuilderList() { + public java.util.List + getDatabasesOrBuilderList() { if (databasesBuilder_ != null) { return databasesBuilder_.getMessageOrBuilderList(); } else { @@ -952,8 +873,6 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(int } } /** - * - * *
      * The databases in the project.
      * 
@@ -961,48 +880,42 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(int * repeated .google.firestore.admin.v1.Database databases = 1; */ public com.google.firestore.admin.v1.Database.Builder addDatabasesBuilder() { - return getDatabasesFieldBuilder() - .addBuilder(com.google.firestore.admin.v1.Database.getDefaultInstance()); + return getDatabasesFieldBuilder().addBuilder( + com.google.firestore.admin.v1.Database.getDefaultInstance()); } /** - * - * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public com.google.firestore.admin.v1.Database.Builder addDatabasesBuilder(int index) { - return getDatabasesFieldBuilder() - .addBuilder(index, com.google.firestore.admin.v1.Database.getDefaultInstance()); + public com.google.firestore.admin.v1.Database.Builder addDatabasesBuilder( + int index) { + return getDatabasesFieldBuilder().addBuilder( + index, com.google.firestore.admin.v1.Database.getDefaultInstance()); } /** - * - * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public java.util.List - getDatabasesBuilderList() { + public java.util.List + getDatabasesBuilderList() { return getDatabasesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Database, - com.google.firestore.admin.v1.Database.Builder, - com.google.firestore.admin.v1.DatabaseOrBuilder> + com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder> getDatabasesFieldBuilder() { if (databasesBuilder_ == null) { - databasesBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Database, - com.google.firestore.admin.v1.Database.Builder, - com.google.firestore.admin.v1.DatabaseOrBuilder>( - databases_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + databasesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder>( + databases_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); databases_ = null; } return databasesBuilder_; @@ -1010,7 +923,6 @@ public com.google.firestore.admin.v1.Database.Builder addDatabasesBuilder(int in private com.google.protobuf.LazyStringArrayList unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureUnreachableIsMutable() { if (!unreachable_.isModifiable()) { unreachable_ = new com.google.protobuf.LazyStringArrayList(unreachable_); @@ -1018,8 +930,6 @@ private void ensureUnreachableIsMutable() { bitField0_ |= 0x00000002; } /** - * - * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1033,16 +943,14 @@ private void ensureUnreachableIsMutable() {
      * 
* * repeated string unreachable = 3; - * * @return A list containing the unreachable. */ - public com.google.protobuf.ProtocolStringList getUnreachableList() { + public com.google.protobuf.ProtocolStringList + getUnreachableList() { unreachable_.makeImmutable(); return unreachable_; } /** - * - * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1056,15 +964,12 @@ public com.google.protobuf.ProtocolStringList getUnreachableList() {
      * 
* * repeated string unreachable = 3; - * * @return The count of unreachable. */ public int getUnreachableCount() { return unreachable_.size(); } /** - * - * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1078,7 +983,6 @@ public int getUnreachableCount() {
      * 
* * repeated string unreachable = 3; - * * @param index The index of the element to return. * @return The unreachable at the given index. */ @@ -1086,8 +990,6 @@ public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } /** - * - * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1101,16 +1003,14 @@ public java.lang.String getUnreachable(int index) {
      * 
* * repeated string unreachable = 3; - * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - public com.google.protobuf.ByteString getUnreachableBytes(int index) { + public com.google.protobuf.ByteString + getUnreachableBytes(int index) { return unreachable_.getByteString(index); } /** - * - * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1124,15 +1024,13 @@ public com.google.protobuf.ByteString getUnreachableBytes(int index) {
      * 
* * repeated string unreachable = 3; - * * @param index The index to set the value at. * @param value The unreachable to set. * @return This builder for chaining. */ - public Builder setUnreachable(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setUnreachable( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureUnreachableIsMutable(); unreachable_.set(index, value); bitField0_ |= 0x00000002; @@ -1140,8 +1038,6 @@ public Builder setUnreachable(int index, java.lang.String value) { return this; } /** - * - * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1155,14 +1051,12 @@ public Builder setUnreachable(int index, java.lang.String value) {
      * 
* * repeated string unreachable = 3; - * * @param value The unreachable to add. * @return This builder for chaining. */ - public Builder addUnreachable(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addUnreachable( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureUnreachableIsMutable(); unreachable_.add(value); bitField0_ |= 0x00000002; @@ -1170,8 +1064,6 @@ public Builder addUnreachable(java.lang.String value) { return this; } /** - * - * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1185,20 +1077,19 @@ public Builder addUnreachable(java.lang.String value) {
      * 
* * repeated string unreachable = 3; - * * @param values The unreachable to add. * @return This builder for chaining. */ - public Builder addAllUnreachable(java.lang.Iterable values) { + public Builder addAllUnreachable( + java.lang.Iterable values) { ensureUnreachableIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, unreachable_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, unreachable_); bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1212,19 +1103,16 @@ public Builder addAllUnreachable(java.lang.Iterable values) {
      * 
* * repeated string unreachable = 3; - * * @return This builder for chaining. */ public Builder clearUnreachable() { - unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000002); - ; + unreachable_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002);; onChanged(); return this; } /** - * - * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1238,14 +1126,12 @@ public Builder clearUnreachable() {
      * 
* * repeated string unreachable = 3; - * * @param value The bytes of the unreachable to add. * @return This builder for chaining. */ - public Builder addUnreachableBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addUnreachableBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureUnreachableIsMutable(); unreachable_.add(value); @@ -1253,9 +1139,9 @@ public Builder addUnreachableBytes(com.google.protobuf.ByteString value) { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1265,12 +1151,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListDatabasesResponse) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListDatabasesResponse) private static final com.google.firestore.admin.v1.ListDatabasesResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListDatabasesResponse(); } @@ -1279,27 +1165,27 @@ public static com.google.firestore.admin.v1.ListDatabasesResponse getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListDatabasesResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListDatabasesResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1314,4 +1200,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListDatabasesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponseOrBuilder.java similarity index 81% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponseOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponseOrBuilder.java index e20bbfcb0..7d187f58b 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponseOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponseOrBuilder.java @@ -1,42 +1,23 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListDatabasesResponseOrBuilder - extends +public interface ListDatabasesResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListDatabasesResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The databases in the project.
    * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - java.util.List getDatabasesList(); + java.util.List + getDatabasesList(); /** - * - * *
    * The databases in the project.
    * 
@@ -45,8 +26,6 @@ public interface ListDatabasesResponseOrBuilder */ com.google.firestore.admin.v1.Database getDatabases(int index); /** - * - * *
    * The databases in the project.
    * 
@@ -55,30 +34,25 @@ public interface ListDatabasesResponseOrBuilder */ int getDatabasesCount(); /** - * - * *
    * The databases in the project.
    * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - java.util.List + java.util.List getDatabasesOrBuilderList(); /** - * - * *
    * The databases in the project.
    * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(int index); + com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder( + int index); /** - * - * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -92,13 +66,11 @@ public interface ListDatabasesResponseOrBuilder
    * 
* * repeated string unreachable = 3; - * * @return A list containing the unreachable. */ - java.util.List getUnreachableList(); + java.util.List + getUnreachableList(); /** - * - * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -112,13 +84,10 @@ public interface ListDatabasesResponseOrBuilder
    * 
* * repeated string unreachable = 3; - * * @return The count of unreachable. */ int getUnreachableCount(); /** - * - * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -132,14 +101,11 @@ public interface ListDatabasesResponseOrBuilder
    * 
* * repeated string unreachable = 3; - * * @param index The index of the element to return. * @return The unreachable at the given index. */ java.lang.String getUnreachable(int index); /** - * - * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -153,9 +119,9 @@ public interface ListDatabasesResponseOrBuilder
    * 
* * repeated string unreachable = 3; - * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - com.google.protobuf.ByteString getUnreachableBytes(int index); + com.google.protobuf.ByteString + getUnreachableBytes(int index); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequest.java similarity index 70% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequest.java index a07c1cee3..c57c93b1f 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListFieldsRequest}
  */
-public final class ListFieldsRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ListFieldsRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListFieldsRequest)
     ListFieldsRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ListFieldsRequest.newBuilder() to construct.
   private ListFieldsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ListFieldsRequest() {
     parent_ = "";
     filter_ = "";
@@ -47,41 +29,34 @@ private ListFieldsRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ListFieldsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListFieldsRequest.class,
-            com.google.firestore.admin.v1.ListFieldsRequest.Builder.class);
+            com.google.firestore.admin.v1.ListFieldsRequest.class, com.google.firestore.admin.v1.ListFieldsRequest.Builder.class);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
-   *
-   *
    * 
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -90,32 +65,30 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -124,23 +97,20 @@ public com.google.protobuf.ByteString getParentBytes() { } public static final int FILTER_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; /** - * - * *
    * The filter to apply to list results. Currently,
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
    * only supports listing fields that have been explicitly overridden. To issue
    * this query, call
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
-   * with a filter that includes `indexConfig.usesAncestorConfig:false` .
+   * with a filter that includes `indexConfig.usesAncestorConfig:false` or
+   * `ttlConfig:*`.
    * 
* * string filter = 2; - * * @return The filter. */ @java.lang.Override @@ -149,34 +119,35 @@ public java.lang.String getFilter() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filter_ = s; return s; } } /** - * - * *
    * The filter to apply to list results. Currently,
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
    * only supports listing fields that have been explicitly overridden. To issue
    * this query, call
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
-   * with a filter that includes `indexConfig.usesAncestorConfig:false` .
+   * with a filter that includes `indexConfig.usesAncestorConfig:false` or
+   * `ttlConfig:*`.
    * 
* * string filter = 2; - * * @return The bytes for filter. */ @java.lang.Override - public com.google.protobuf.ByteString getFilterBytes() { + public com.google.protobuf.ByteString + getFilterBytes() { java.lang.Object ref = filter_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); filter_ = b; return b; } else { @@ -187,14 +158,11 @@ public com.google.protobuf.ByteString getFilterBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; /** - * - * *
    * The number of results to return.
    * 
* * int32 page_size = 3; - * * @return The pageSize. */ @java.lang.Override @@ -203,12 +171,9 @@ public int getPageSize() { } public static final int PAGE_TOKEN_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; /** - * - * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -216,7 +181,6 @@ public int getPageSize() {
    * 
* * string page_token = 4; - * * @return The pageToken. */ @java.lang.Override @@ -225,15 +189,14 @@ public java.lang.String getPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; } } /** - * - * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -241,15 +204,16 @@ public java.lang.String getPageToken() {
    * 
* * string page_token = 4; - * * @return The bytes for pageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pageToken_ = b; return b; } else { @@ -258,7 +222,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -270,7 +233,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -299,7 +263,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, filter_); } if (pageSize_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(3, pageSize_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(3, pageSize_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, pageToken_); @@ -312,18 +277,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListFieldsRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListFieldsRequest other = - (com.google.firestore.admin.v1.ListFieldsRequest) obj; - - if (!getParent().equals(other.getParent())) return false; - if (!getFilter().equals(other.getFilter())) return false; - if (getPageSize() != other.getPageSize()) return false; - if (!getPageToken().equals(other.getPageToken())) return false; + com.google.firestore.admin.v1.ListFieldsRequest other = (com.google.firestore.admin.v1.ListFieldsRequest) obj; + + if (!getParent() + .equals(other.getParent())) return false; + if (!getFilter() + .equals(other.getFilter())) return false; + if (getPageSize() + != other.getPageSize()) return false; + if (!getPageToken() + .equals(other.getPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -348,104 +316,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListFieldsRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListFieldsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListFieldsRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.ListFieldsRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
@@ -453,32 +416,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.ListFieldsRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListFieldsRequest)
       com.google.firestore.admin.v1.ListFieldsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListFieldsRequest.class,
-              com.google.firestore.admin.v1.ListFieldsRequest.Builder.class);
+              com.google.firestore.admin.v1.ListFieldsRequest.class, com.google.firestore.admin.v1.ListFieldsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListFieldsRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -491,9 +455,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -512,11 +476,8 @@ public com.google.firestore.admin.v1.ListFieldsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListFieldsRequest buildPartial() {
-      com.google.firestore.admin.v1.ListFieldsRequest result =
-          new com.google.firestore.admin.v1.ListFieldsRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.ListFieldsRequest result = new com.google.firestore.admin.v1.ListFieldsRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -541,39 +502,38 @@ private void buildPartial0(com.google.firestore.admin.v1.ListFieldsRequest resul
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListFieldsRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.ListFieldsRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.ListFieldsRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -581,8 +541,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListFieldsRequest other) {
-      if (other == com.google.firestore.admin.v1.ListFieldsRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.ListFieldsRequest.getDefaultInstance()) return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -627,37 +586,32 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                parent_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                filter_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 24:
-              {
-                pageSize_ = input.readInt32();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 24
-            case 34:
-              {
-                pageToken_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 34
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              parent_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              filter_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 24: {
+              pageSize_ = input.readInt32();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 24
+            case 34: {
+              pageToken_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 34
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -667,28 +621,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
-     *
-     *
      * 
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -697,24 +646,21 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -722,41 +668,30 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { @@ -766,24 +701,18 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -793,25 +722,24 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private java.lang.Object filter_ = ""; /** - * - * *
      * The filter to apply to list results. Currently,
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
      * only supports listing fields that have been explicitly overridden. To issue
      * this query, call
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
-     * with a filter that includes `indexConfig.usesAncestorConfig:false` .
+     * with a filter that includes `indexConfig.usesAncestorConfig:false` or
+     * `ttlConfig:*`.
      * 
* * string filter = 2; - * * @return The filter. */ public java.lang.String getFilter() { java.lang.Object ref = filter_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filter_ = s; return s; @@ -820,26 +748,26 @@ public java.lang.String getFilter() { } } /** - * - * *
      * The filter to apply to list results. Currently,
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
      * only supports listing fields that have been explicitly overridden. To issue
      * this query, call
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
-     * with a filter that includes `indexConfig.usesAncestorConfig:false` .
+     * with a filter that includes `indexConfig.usesAncestorConfig:false` or
+     * `ttlConfig:*`.
      * 
* * string filter = 2; - * * @return The bytes for filter. */ - public com.google.protobuf.ByteString getFilterBytes() { + public com.google.protobuf.ByteString + getFilterBytes() { java.lang.Object ref = filter_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); filter_ = b; return b; } else { @@ -847,45 +775,40 @@ public com.google.protobuf.ByteString getFilterBytes() { } } /** - * - * *
      * The filter to apply to list results. Currently,
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
      * only supports listing fields that have been explicitly overridden. To issue
      * this query, call
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
-     * with a filter that includes `indexConfig.usesAncestorConfig:false` .
+     * with a filter that includes `indexConfig.usesAncestorConfig:false` or
+     * `ttlConfig:*`.
      * 
* * string filter = 2; - * * @param value The filter to set. * @return This builder for chaining. */ - public Builder setFilter(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFilter( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } filter_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * The filter to apply to list results. Currently,
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
      * only supports listing fields that have been explicitly overridden. To issue
      * this query, call
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
-     * with a filter that includes `indexConfig.usesAncestorConfig:false` .
+     * with a filter that includes `indexConfig.usesAncestorConfig:false` or
+     * `ttlConfig:*`.
      * 
* * string filter = 2; - * * @return This builder for chaining. */ public Builder clearFilter() { @@ -895,26 +818,23 @@ public Builder clearFilter() { return this; } /** - * - * *
      * The filter to apply to list results. Currently,
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
      * only supports listing fields that have been explicitly overridden. To issue
      * this query, call
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
-     * with a filter that includes `indexConfig.usesAncestorConfig:false` .
+     * with a filter that includes `indexConfig.usesAncestorConfig:false` or
+     * `ttlConfig:*`.
      * 
* * string filter = 2; - * * @param value The bytes for filter to set. * @return This builder for chaining. */ - public Builder setFilterBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFilterBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); filter_ = value; bitField0_ |= 0x00000002; @@ -922,16 +842,13 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { return this; } - private int pageSize_; + private int pageSize_ ; /** - * - * *
      * The number of results to return.
      * 
* * int32 page_size = 3; - * * @return The pageSize. */ @java.lang.Override @@ -939,14 +856,11 @@ public int getPageSize() { return pageSize_; } /** - * - * *
      * The number of results to return.
      * 
* * int32 page_size = 3; - * * @param value The pageSize to set. * @return This builder for chaining. */ @@ -958,14 +872,11 @@ public Builder setPageSize(int value) { return this; } /** - * - * *
      * The number of results to return.
      * 
* * int32 page_size = 3; - * * @return This builder for chaining. */ public Builder clearPageSize() { @@ -977,8 +888,6 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** - * - * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -986,13 +895,13 @@ public Builder clearPageSize() {
      * 
* * string page_token = 4; - * * @return The pageToken. */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; @@ -1001,8 +910,6 @@ public java.lang.String getPageToken() { } } /** - * - * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -1010,14 +917,15 @@ public java.lang.String getPageToken() {
      * 
* * string page_token = 4; - * * @return The bytes for pageToken. */ - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pageToken_ = b; return b; } else { @@ -1025,8 +933,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } } /** - * - * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -1034,22 +940,18 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
      * 
* * string page_token = 4; - * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPageToken( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } pageToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -1057,7 +959,6 @@ public Builder setPageToken(java.lang.String value) {
      * 
* * string page_token = 4; - * * @return This builder for chaining. */ public Builder clearPageToken() { @@ -1067,8 +968,6 @@ public Builder clearPageToken() { return this; } /** - * - * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -1076,23 +975,21 @@ public Builder clearPageToken() {
      * 
* * string page_token = 4; - * * @param value The bytes for pageToken to set. * @return This builder for chaining. */ - public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); pageToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1102,12 +999,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListFieldsRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListFieldsRequest) private static final com.google.firestore.admin.v1.ListFieldsRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListFieldsRequest(); } @@ -1116,27 +1013,27 @@ public static com.google.firestore.admin.v1.ListFieldsRequest getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListFieldsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListFieldsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1151,4 +1048,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListFieldsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequestOrBuilder.java similarity index 68% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequestOrBuilder.java index 7a92547e8..1217533f8 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequestOrBuilder.java @@ -1,111 +1,78 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListFieldsRequestOrBuilder - extends +public interface ListFieldsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListFieldsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * The filter to apply to list results. Currently,
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
    * only supports listing fields that have been explicitly overridden. To issue
    * this query, call
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
-   * with a filter that includes `indexConfig.usesAncestorConfig:false` .
+   * with a filter that includes `indexConfig.usesAncestorConfig:false` or
+   * `ttlConfig:*`.
    * 
* * string filter = 2; - * * @return The filter. */ java.lang.String getFilter(); /** - * - * *
    * The filter to apply to list results. Currently,
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
    * only supports listing fields that have been explicitly overridden. To issue
    * this query, call
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
-   * with a filter that includes `indexConfig.usesAncestorConfig:false` .
+   * with a filter that includes `indexConfig.usesAncestorConfig:false` or
+   * `ttlConfig:*`.
    * 
* * string filter = 2; - * * @return The bytes for filter. */ - com.google.protobuf.ByteString getFilterBytes(); + com.google.protobuf.ByteString + getFilterBytes(); /** - * - * *
    * The number of results to return.
    * 
* * int32 page_size = 3; - * * @return The pageSize. */ int getPageSize(); /** - * - * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -113,13 +80,10 @@ public interface ListFieldsRequestOrBuilder
    * 
* * string page_token = 4; - * * @return The pageToken. */ java.lang.String getPageToken(); /** - * - * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -127,8 +91,8 @@ public interface ListFieldsRequestOrBuilder
    * 
* * string page_token = 4; - * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString getPageTokenBytes(); + com.google.protobuf.ByteString + getPageTokenBytes(); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponse.java similarity index 71% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponse.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponse.java index b055c2723..cf0f048c8 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponse.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The response for
  * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListFieldsResponse}
  */
-public final class ListFieldsResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ListFieldsResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListFieldsResponse)
     ListFieldsResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ListFieldsResponse.newBuilder() to construct.
   private ListFieldsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ListFieldsResponse() {
     fields_ = java.util.Collections.emptyList();
     nextPageToken_ = "";
@@ -46,32 +28,28 @@ private ListFieldsResponse() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ListFieldsResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListFieldsResponse.class,
-            com.google.firestore.admin.v1.ListFieldsResponse.Builder.class);
+            com.google.firestore.admin.v1.ListFieldsResponse.class, com.google.firestore.admin.v1.ListFieldsResponse.Builder.class);
   }
 
   public static final int FIELDS_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private java.util.List fields_;
   /**
-   *
-   *
    * 
    * The requested fields.
    * 
@@ -83,8 +61,6 @@ public java.util.List getFieldsList() { return fields_; } /** - * - * *
    * The requested fields.
    * 
@@ -92,13 +68,11 @@ public java.util.List getFieldsList() { * repeated .google.firestore.admin.v1.Field fields = 1; */ @java.lang.Override - public java.util.List + public java.util.List getFieldsOrBuilderList() { return fields_; } /** - * - * *
    * The requested fields.
    * 
@@ -110,8 +84,6 @@ public int getFieldsCount() { return fields_.size(); } /** - * - * *
    * The requested fields.
    * 
@@ -123,8 +95,6 @@ public com.google.firestore.admin.v1.Field getFields(int index) { return fields_.get(index); } /** - * - * *
    * The requested fields.
    * 
@@ -132,24 +102,21 @@ public com.google.firestore.admin.v1.Field getFields(int index) { * repeated .google.firestore.admin.v1.Field fields = 1; */ @java.lang.Override - public com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder(int index) { + public com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder( + int index) { return fields_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; /** - * - * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ @java.lang.Override @@ -158,30 +125,30 @@ public java.lang.String getNextPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; } } /** - * - * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -190,7 +157,6 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -202,7 +168,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < fields_.size(); i++) { output.writeMessage(1, fields_.get(i)); } @@ -219,7 +186,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < fields_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, fields_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, fields_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -232,16 +200,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListFieldsResponse)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListFieldsResponse other = - (com.google.firestore.admin.v1.ListFieldsResponse) obj; + com.google.firestore.admin.v1.ListFieldsResponse other = (com.google.firestore.admin.v1.ListFieldsResponse) obj; - if (!getFieldsList().equals(other.getFieldsList())) return false; - if (!getNextPageToken().equals(other.getNextPageToken())) return false; + if (!getFieldsList() + .equals(other.getFieldsList())) return false; + if (!getNextPageToken() + .equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -264,104 +233,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListFieldsResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListFieldsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListFieldsResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.ListFieldsResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The response for
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
@@ -369,32 +333,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.ListFieldsResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListFieldsResponse)
       com.google.firestore.admin.v1.ListFieldsResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListFieldsResponse.class,
-              com.google.firestore.admin.v1.ListFieldsResponse.Builder.class);
+              com.google.firestore.admin.v1.ListFieldsResponse.class, com.google.firestore.admin.v1.ListFieldsResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListFieldsResponse.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -411,9 +376,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor;
     }
 
     @java.lang.Override
@@ -432,18 +397,14 @@ public com.google.firestore.admin.v1.ListFieldsResponse build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListFieldsResponse buildPartial() {
-      com.google.firestore.admin.v1.ListFieldsResponse result =
-          new com.google.firestore.admin.v1.ListFieldsResponse(this);
+      com.google.firestore.admin.v1.ListFieldsResponse result = new com.google.firestore.admin.v1.ListFieldsResponse(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
 
-    private void buildPartialRepeatedFields(
-        com.google.firestore.admin.v1.ListFieldsResponse result) {
+    private void buildPartialRepeatedFields(com.google.firestore.admin.v1.ListFieldsResponse result) {
       if (fieldsBuilder_ == null) {
         if (((bitField0_ & 0x00000001) != 0)) {
           fields_ = java.util.Collections.unmodifiableList(fields_);
@@ -466,39 +427,38 @@ private void buildPartial0(com.google.firestore.admin.v1.ListFieldsResponse resu
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListFieldsResponse) {
-        return mergeFrom((com.google.firestore.admin.v1.ListFieldsResponse) other);
+        return mergeFrom((com.google.firestore.admin.v1.ListFieldsResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -506,8 +466,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListFieldsResponse other) {
-      if (other == com.google.firestore.admin.v1.ListFieldsResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.ListFieldsResponse.getDefaultInstance()) return this;
       if (fieldsBuilder_ == null) {
         if (!other.fields_.isEmpty()) {
           if (fields_.isEmpty()) {
@@ -526,10 +485,9 @@ public Builder mergeFrom(com.google.firestore.admin.v1.ListFieldsResponse other)
             fieldsBuilder_ = null;
             fields_ = other.fields_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            fieldsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getFieldsFieldBuilder()
-                    : null;
+            fieldsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getFieldsFieldBuilder() : null;
           } else {
             fieldsBuilder_.addAllMessages(other.fields_);
           }
@@ -566,32 +524,30 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                com.google.firestore.admin.v1.Field m =
-                    input.readMessage(
-                        com.google.firestore.admin.v1.Field.parser(), extensionRegistry);
-                if (fieldsBuilder_ == null) {
-                  ensureFieldsIsMutable();
-                  fields_.add(m);
-                } else {
-                  fieldsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 10
-            case 18:
-              {
-                nextPageToken_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              com.google.firestore.admin.v1.Field m =
+                  input.readMessage(
+                      com.google.firestore.admin.v1.Field.parser(),
+                      extensionRegistry);
+              if (fieldsBuilder_ == null) {
+                ensureFieldsIsMutable();
+                fields_.add(m);
+              } else {
+                fieldsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 10
+            case 18: {
+              nextPageToken_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -601,28 +557,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.util.List fields_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureFieldsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         fields_ = new java.util.ArrayList(fields_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.admin.v1.Field,
-            com.google.firestore.admin.v1.Field.Builder,
-            com.google.firestore.admin.v1.FieldOrBuilder>
-        fieldsBuilder_;
+        com.google.firestore.admin.v1.Field, com.google.firestore.admin.v1.Field.Builder, com.google.firestore.admin.v1.FieldOrBuilder> fieldsBuilder_;
 
     /**
-     *
-     *
      * 
      * The requested fields.
      * 
@@ -637,8 +586,6 @@ public java.util.List getFieldsList() { } } /** - * - * *
      * The requested fields.
      * 
@@ -653,8 +600,6 @@ public int getFieldsCount() { } } /** - * - * *
      * The requested fields.
      * 
@@ -669,15 +614,14 @@ public com.google.firestore.admin.v1.Field getFields(int index) { } } /** - * - * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public Builder setFields(int index, com.google.firestore.admin.v1.Field value) { + public Builder setFields( + int index, com.google.firestore.admin.v1.Field value) { if (fieldsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -691,8 +635,6 @@ public Builder setFields(int index, com.google.firestore.admin.v1.Field value) { return this; } /** - * - * *
      * The requested fields.
      * 
@@ -711,8 +653,6 @@ public Builder setFields( return this; } /** - * - * *
      * The requested fields.
      * 
@@ -733,15 +673,14 @@ public Builder addFields(com.google.firestore.admin.v1.Field value) { return this; } /** - * - * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public Builder addFields(int index, com.google.firestore.admin.v1.Field value) { + public Builder addFields( + int index, com.google.firestore.admin.v1.Field value) { if (fieldsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -755,15 +694,14 @@ public Builder addFields(int index, com.google.firestore.admin.v1.Field value) { return this; } /** - * - * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public Builder addFields(com.google.firestore.admin.v1.Field.Builder builderForValue) { + public Builder addFields( + com.google.firestore.admin.v1.Field.Builder builderForValue) { if (fieldsBuilder_ == null) { ensureFieldsIsMutable(); fields_.add(builderForValue.build()); @@ -774,8 +712,6 @@ public Builder addFields(com.google.firestore.admin.v1.Field.Builder builderForV return this; } /** - * - * *
      * The requested fields.
      * 
@@ -794,8 +730,6 @@ public Builder addFields( return this; } /** - * - * *
      * The requested fields.
      * 
@@ -806,7 +740,8 @@ public Builder addAllFields( java.lang.Iterable values) { if (fieldsBuilder_ == null) { ensureFieldsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, fields_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, fields_); onChanged(); } else { fieldsBuilder_.addAllMessages(values); @@ -814,8 +749,6 @@ public Builder addAllFields( return this; } /** - * - * *
      * The requested fields.
      * 
@@ -833,8 +766,6 @@ public Builder clearFields() { return this; } /** - * - * *
      * The requested fields.
      * 
@@ -852,44 +783,39 @@ public Builder removeFields(int index) { return this; } /** - * - * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public com.google.firestore.admin.v1.Field.Builder getFieldsBuilder(int index) { + public com.google.firestore.admin.v1.Field.Builder getFieldsBuilder( + int index) { return getFieldsFieldBuilder().getBuilder(index); } /** - * - * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder(int index) { + public com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder( + int index) { if (fieldsBuilder_ == null) { - return fields_.get(index); - } else { + return fields_.get(index); } else { return fieldsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public java.util.List - getFieldsOrBuilderList() { + public java.util.List + getFieldsOrBuilderList() { if (fieldsBuilder_ != null) { return fieldsBuilder_.getMessageOrBuilderList(); } else { @@ -897,8 +823,6 @@ public com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder(int index } } /** - * - * *
      * The requested fields.
      * 
@@ -906,47 +830,42 @@ public com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder(int index * repeated .google.firestore.admin.v1.Field fields = 1; */ public com.google.firestore.admin.v1.Field.Builder addFieldsBuilder() { - return getFieldsFieldBuilder() - .addBuilder(com.google.firestore.admin.v1.Field.getDefaultInstance()); + return getFieldsFieldBuilder().addBuilder( + com.google.firestore.admin.v1.Field.getDefaultInstance()); } /** - * - * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public com.google.firestore.admin.v1.Field.Builder addFieldsBuilder(int index) { - return getFieldsFieldBuilder() - .addBuilder(index, com.google.firestore.admin.v1.Field.getDefaultInstance()); + public com.google.firestore.admin.v1.Field.Builder addFieldsBuilder( + int index) { + return getFieldsFieldBuilder().addBuilder( + index, com.google.firestore.admin.v1.Field.getDefaultInstance()); } /** - * - * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public java.util.List getFieldsBuilderList() { + public java.util.List + getFieldsBuilderList() { return getFieldsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Field, - com.google.firestore.admin.v1.Field.Builder, - com.google.firestore.admin.v1.FieldOrBuilder> + com.google.firestore.admin.v1.Field, com.google.firestore.admin.v1.Field.Builder, com.google.firestore.admin.v1.FieldOrBuilder> getFieldsFieldBuilder() { if (fieldsBuilder_ == null) { - fieldsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Field, - com.google.firestore.admin.v1.Field.Builder, - com.google.firestore.admin.v1.FieldOrBuilder>( - fields_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + fieldsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.admin.v1.Field, com.google.firestore.admin.v1.Field.Builder, com.google.firestore.admin.v1.FieldOrBuilder>( + fields_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); fields_ = null; } return fieldsBuilder_; @@ -954,21 +873,19 @@ public java.util.List getFieldsBuil private java.lang.Object nextPageToken_ = ""; /** - * - * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; @@ -977,22 +894,21 @@ public java.lang.String getNextPageToken() { } } /** - * - * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -1000,37 +916,30 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } } /** - * - * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; - * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNextPageToken( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; - * * @return This builder for chaining. */ public Builder clearNextPageToken() { @@ -1040,31 +949,27 @@ public Builder clearNextPageToken() { return this; } /** - * - * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; - * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNextPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1074,12 +979,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListFieldsResponse) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListFieldsResponse) private static final com.google.firestore.admin.v1.ListFieldsResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListFieldsResponse(); } @@ -1088,27 +993,27 @@ public static com.google.firestore.admin.v1.ListFieldsResponse getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListFieldsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListFieldsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1123,4 +1028,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListFieldsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponseOrBuilder.java similarity index 65% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponseOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponseOrBuilder.java index 519c7e670..b57d913f5 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponseOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponseOrBuilder.java @@ -1,42 +1,23 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListFieldsResponseOrBuilder - extends +public interface ListFieldsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListFieldsResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The requested fields.
    * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - java.util.List getFieldsList(); + java.util.List + getFieldsList(); /** - * - * *
    * The requested fields.
    * 
@@ -45,8 +26,6 @@ public interface ListFieldsResponseOrBuilder */ com.google.firestore.admin.v1.Field getFields(int index); /** - * - * *
    * The requested fields.
    * 
@@ -55,50 +34,43 @@ public interface ListFieldsResponseOrBuilder */ int getFieldsCount(); /** - * - * *
    * The requested fields.
    * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - java.util.List getFieldsOrBuilderList(); + java.util.List + getFieldsOrBuilderList(); /** - * - * *
    * The requested fields.
    * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder(int index); + com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder( + int index); /** - * - * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** - * - * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString getNextPageTokenBytes(); + com.google.protobuf.ByteString + getNextPageTokenBytes(); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequest.java similarity index 68% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequest.java index 91f68dbc4..6571ca553 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListIndexesRequest}
  */
-public final class ListIndexesRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ListIndexesRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListIndexesRequest)
     ListIndexesRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ListIndexesRequest.newBuilder() to construct.
   private ListIndexesRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ListIndexesRequest() {
     parent_ = "";
     filter_ = "";
@@ -47,41 +29,34 @@ private ListIndexesRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ListIndexesRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListIndexesRequest.class,
-            com.google.firestore.admin.v1.ListIndexesRequest.Builder.class);
+            com.google.firestore.admin.v1.ListIndexesRequest.class, com.google.firestore.admin.v1.ListIndexesRequest.Builder.class);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
-   *
-   *
    * 
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -90,32 +65,30 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -124,18 +97,14 @@ public com.google.protobuf.ByteString getParentBytes() { } public static final int FILTER_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; /** - * - * *
    * The filter to apply to list results.
    * 
* * string filter = 2; - * * @return The filter. */ @java.lang.Override @@ -144,29 +113,29 @@ public java.lang.String getFilter() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filter_ = s; return s; } } /** - * - * *
    * The filter to apply to list results.
    * 
* * string filter = 2; - * * @return The bytes for filter. */ @java.lang.Override - public com.google.protobuf.ByteString getFilterBytes() { + public com.google.protobuf.ByteString + getFilterBytes() { java.lang.Object ref = filter_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); filter_ = b; return b; } else { @@ -177,14 +146,11 @@ public com.google.protobuf.ByteString getFilterBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; /** - * - * *
    * The number of results to return.
    * 
* * int32 page_size = 3; - * * @return The pageSize. */ @java.lang.Override @@ -193,12 +159,9 @@ public int getPageSize() { } public static final int PAGE_TOKEN_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; /** - * - * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -206,7 +169,6 @@ public int getPageSize() {
    * 
* * string page_token = 4; - * * @return The pageToken. */ @java.lang.Override @@ -215,15 +177,14 @@ public java.lang.String getPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; } } /** - * - * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -231,15 +192,16 @@ public java.lang.String getPageToken() {
    * 
* * string page_token = 4; - * * @return The bytes for pageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pageToken_ = b; return b; } else { @@ -248,7 +210,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -260,7 +221,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -289,7 +251,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, filter_); } if (pageSize_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(3, pageSize_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(3, pageSize_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, pageToken_); @@ -302,18 +265,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListIndexesRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListIndexesRequest other = - (com.google.firestore.admin.v1.ListIndexesRequest) obj; + com.google.firestore.admin.v1.ListIndexesRequest other = (com.google.firestore.admin.v1.ListIndexesRequest) obj; - if (!getParent().equals(other.getParent())) return false; - if (!getFilter().equals(other.getFilter())) return false; - if (getPageSize() != other.getPageSize()) return false; - if (!getPageToken().equals(other.getPageToken())) return false; + if (!getParent() + .equals(other.getParent())) return false; + if (!getFilter() + .equals(other.getFilter())) return false; + if (getPageSize() + != other.getPageSize()) return false; + if (!getPageToken() + .equals(other.getPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -338,104 +304,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListIndexesRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListIndexesRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListIndexesRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.ListIndexesRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].
@@ -443,32 +404,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.ListIndexesRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListIndexesRequest)
       com.google.firestore.admin.v1.ListIndexesRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListIndexesRequest.class,
-              com.google.firestore.admin.v1.ListIndexesRequest.Builder.class);
+              com.google.firestore.admin.v1.ListIndexesRequest.class, com.google.firestore.admin.v1.ListIndexesRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListIndexesRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -481,9 +443,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor;
     }
 
     @java.lang.Override
@@ -502,11 +464,8 @@ public com.google.firestore.admin.v1.ListIndexesRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListIndexesRequest buildPartial() {
-      com.google.firestore.admin.v1.ListIndexesRequest result =
-          new com.google.firestore.admin.v1.ListIndexesRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.ListIndexesRequest result = new com.google.firestore.admin.v1.ListIndexesRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -531,39 +490,38 @@ private void buildPartial0(com.google.firestore.admin.v1.ListIndexesRequest resu
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListIndexesRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.ListIndexesRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.ListIndexesRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -571,8 +529,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListIndexesRequest other) {
-      if (other == com.google.firestore.admin.v1.ListIndexesRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.ListIndexesRequest.getDefaultInstance()) return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -617,37 +574,32 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                parent_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                filter_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 24:
-              {
-                pageSize_ = input.readInt32();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 24
-            case 34:
-              {
-                pageToken_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 34
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              parent_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              filter_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 24: {
+              pageSize_ = input.readInt32();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 24
+            case 34: {
+              pageToken_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 34
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -657,28 +609,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
-     *
-     *
      * 
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -687,24 +634,21 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -712,41 +656,30 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { @@ -756,24 +689,18 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -783,20 +710,18 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private java.lang.Object filter_ = ""; /** - * - * *
      * The filter to apply to list results.
      * 
* * string filter = 2; - * * @return The filter. */ public java.lang.String getFilter() { java.lang.Object ref = filter_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filter_ = s; return s; @@ -805,21 +730,20 @@ public java.lang.String getFilter() { } } /** - * - * *
      * The filter to apply to list results.
      * 
* * string filter = 2; - * * @return The bytes for filter. */ - public com.google.protobuf.ByteString getFilterBytes() { + public com.google.protobuf.ByteString + getFilterBytes() { java.lang.Object ref = filter_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); filter_ = b; return b; } else { @@ -827,35 +751,28 @@ public com.google.protobuf.ByteString getFilterBytes() { } } /** - * - * *
      * The filter to apply to list results.
      * 
* * string filter = 2; - * * @param value The filter to set. * @return This builder for chaining. */ - public Builder setFilter(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFilter( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } filter_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * The filter to apply to list results.
      * 
* * string filter = 2; - * * @return This builder for chaining. */ public Builder clearFilter() { @@ -865,21 +782,17 @@ public Builder clearFilter() { return this; } /** - * - * *
      * The filter to apply to list results.
      * 
* * string filter = 2; - * * @param value The bytes for filter to set. * @return This builder for chaining. */ - public Builder setFilterBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFilterBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); filter_ = value; bitField0_ |= 0x00000002; @@ -887,16 +800,13 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { return this; } - private int pageSize_; + private int pageSize_ ; /** - * - * *
      * The number of results to return.
      * 
* * int32 page_size = 3; - * * @return The pageSize. */ @java.lang.Override @@ -904,14 +814,11 @@ public int getPageSize() { return pageSize_; } /** - * - * *
      * The number of results to return.
      * 
* * int32 page_size = 3; - * * @param value The pageSize to set. * @return This builder for chaining. */ @@ -923,14 +830,11 @@ public Builder setPageSize(int value) { return this; } /** - * - * *
      * The number of results to return.
      * 
* * int32 page_size = 3; - * * @return This builder for chaining. */ public Builder clearPageSize() { @@ -942,8 +846,6 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** - * - * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -951,13 +853,13 @@ public Builder clearPageSize() {
      * 
* * string page_token = 4; - * * @return The pageToken. */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; @@ -966,8 +868,6 @@ public java.lang.String getPageToken() { } } /** - * - * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -975,14 +875,15 @@ public java.lang.String getPageToken() {
      * 
* * string page_token = 4; - * * @return The bytes for pageToken. */ - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pageToken_ = b; return b; } else { @@ -990,8 +891,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } } /** - * - * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -999,22 +898,18 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
      * 
* * string page_token = 4; - * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPageToken( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } pageToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -1022,7 +917,6 @@ public Builder setPageToken(java.lang.String value) {
      * 
* * string page_token = 4; - * * @return This builder for chaining. */ public Builder clearPageToken() { @@ -1032,8 +926,6 @@ public Builder clearPageToken() { return this; } /** - * - * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -1041,23 +933,21 @@ public Builder clearPageToken() {
      * 
* * string page_token = 4; - * * @param value The bytes for pageToken to set. * @return This builder for chaining. */ - public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); pageToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1067,12 +957,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListIndexesRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListIndexesRequest) private static final com.google.firestore.admin.v1.ListIndexesRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListIndexesRequest(); } @@ -1081,27 +971,27 @@ public static com.google.firestore.admin.v1.ListIndexesRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListIndexesRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListIndexesRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1116,4 +1006,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListIndexesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequestOrBuilder.java similarity index 61% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequestOrBuilder.java index e7979f7fc..e1eb0d104 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequestOrBuilder.java @@ -1,101 +1,66 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListIndexesRequestOrBuilder - extends +public interface ListIndexesRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListIndexesRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * The filter to apply to list results.
    * 
* * string filter = 2; - * * @return The filter. */ java.lang.String getFilter(); /** - * - * *
    * The filter to apply to list results.
    * 
* * string filter = 2; - * * @return The bytes for filter. */ - com.google.protobuf.ByteString getFilterBytes(); + com.google.protobuf.ByteString + getFilterBytes(); /** - * - * *
    * The number of results to return.
    * 
* * int32 page_size = 3; - * * @return The pageSize. */ int getPageSize(); /** - * - * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -103,13 +68,10 @@ public interface ListIndexesRequestOrBuilder
    * 
* * string page_token = 4; - * * @return The pageToken. */ java.lang.String getPageToken(); /** - * - * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -117,8 +79,8 @@ public interface ListIndexesRequestOrBuilder
    * 
* * string page_token = 4; - * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString getPageTokenBytes(); + com.google.protobuf.ByteString + getPageTokenBytes(); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponse.java similarity index 71% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponse.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponse.java index ccda24a76..1e5256286 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponse.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The response for
  * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListIndexesResponse}
  */
-public final class ListIndexesResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ListIndexesResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListIndexesResponse)
     ListIndexesResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ListIndexesResponse.newBuilder() to construct.
   private ListIndexesResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ListIndexesResponse() {
     indexes_ = java.util.Collections.emptyList();
     nextPageToken_ = "";
@@ -46,32 +28,28 @@ private ListIndexesResponse() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ListIndexesResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListIndexesResponse.class,
-            com.google.firestore.admin.v1.ListIndexesResponse.Builder.class);
+            com.google.firestore.admin.v1.ListIndexesResponse.class, com.google.firestore.admin.v1.ListIndexesResponse.Builder.class);
   }
 
   public static final int INDEXES_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private java.util.List indexes_;
   /**
-   *
-   *
    * 
    * The requested indexes.
    * 
@@ -83,8 +61,6 @@ public java.util.List getIndexesList() { return indexes_; } /** - * - * *
    * The requested indexes.
    * 
@@ -92,13 +68,11 @@ public java.util.List getIndexesList() { * repeated .google.firestore.admin.v1.Index indexes = 1; */ @java.lang.Override - public java.util.List + public java.util.List getIndexesOrBuilderList() { return indexes_; } /** - * - * *
    * The requested indexes.
    * 
@@ -110,8 +84,6 @@ public int getIndexesCount() { return indexes_.size(); } /** - * - * *
    * The requested indexes.
    * 
@@ -123,8 +95,6 @@ public com.google.firestore.admin.v1.Index getIndexes(int index) { return indexes_.get(index); } /** - * - * *
    * The requested indexes.
    * 
@@ -132,24 +102,21 @@ public com.google.firestore.admin.v1.Index getIndexes(int index) { * repeated .google.firestore.admin.v1.Index indexes = 1; */ @java.lang.Override - public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int index) { + public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( + int index) { return indexes_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; /** - * - * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ @java.lang.Override @@ -158,30 +125,30 @@ public java.lang.String getNextPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; } } /** - * - * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -190,7 +157,6 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -202,7 +168,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < indexes_.size(); i++) { output.writeMessage(1, indexes_.get(i)); } @@ -219,7 +186,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < indexes_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, indexes_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, indexes_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -232,16 +200,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListIndexesResponse)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListIndexesResponse other = - (com.google.firestore.admin.v1.ListIndexesResponse) obj; + com.google.firestore.admin.v1.ListIndexesResponse other = (com.google.firestore.admin.v1.ListIndexesResponse) obj; - if (!getIndexesList().equals(other.getIndexesList())) return false; - if (!getNextPageToken().equals(other.getNextPageToken())) return false; + if (!getIndexesList() + .equals(other.getIndexesList())) return false; + if (!getNextPageToken() + .equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -265,103 +234,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListIndexesResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListIndexesResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListIndexesResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.ListIndexesResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The response for
    * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].
@@ -369,32 +333,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.ListIndexesResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListIndexesResponse)
       com.google.firestore.admin.v1.ListIndexesResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListIndexesResponse.class,
-              com.google.firestore.admin.v1.ListIndexesResponse.Builder.class);
+              com.google.firestore.admin.v1.ListIndexesResponse.class, com.google.firestore.admin.v1.ListIndexesResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListIndexesResponse.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -411,9 +376,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor;
     }
 
     @java.lang.Override
@@ -432,18 +397,14 @@ public com.google.firestore.admin.v1.ListIndexesResponse build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListIndexesResponse buildPartial() {
-      com.google.firestore.admin.v1.ListIndexesResponse result =
-          new com.google.firestore.admin.v1.ListIndexesResponse(this);
+      com.google.firestore.admin.v1.ListIndexesResponse result = new com.google.firestore.admin.v1.ListIndexesResponse(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
 
-    private void buildPartialRepeatedFields(
-        com.google.firestore.admin.v1.ListIndexesResponse result) {
+    private void buildPartialRepeatedFields(com.google.firestore.admin.v1.ListIndexesResponse result) {
       if (indexesBuilder_ == null) {
         if (((bitField0_ & 0x00000001) != 0)) {
           indexes_ = java.util.Collections.unmodifiableList(indexes_);
@@ -466,39 +427,38 @@ private void buildPartial0(com.google.firestore.admin.v1.ListIndexesResponse res
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListIndexesResponse) {
-        return mergeFrom((com.google.firestore.admin.v1.ListIndexesResponse) other);
+        return mergeFrom((com.google.firestore.admin.v1.ListIndexesResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -506,8 +466,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListIndexesResponse other) {
-      if (other == com.google.firestore.admin.v1.ListIndexesResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.ListIndexesResponse.getDefaultInstance()) return this;
       if (indexesBuilder_ == null) {
         if (!other.indexes_.isEmpty()) {
           if (indexes_.isEmpty()) {
@@ -526,10 +485,9 @@ public Builder mergeFrom(com.google.firestore.admin.v1.ListIndexesResponse other
             indexesBuilder_ = null;
             indexes_ = other.indexes_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            indexesBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getIndexesFieldBuilder()
-                    : null;
+            indexesBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getIndexesFieldBuilder() : null;
           } else {
             indexesBuilder_.addAllMessages(other.indexes_);
           }
@@ -566,32 +524,30 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                com.google.firestore.admin.v1.Index m =
-                    input.readMessage(
-                        com.google.firestore.admin.v1.Index.parser(), extensionRegistry);
-                if (indexesBuilder_ == null) {
-                  ensureIndexesIsMutable();
-                  indexes_.add(m);
-                } else {
-                  indexesBuilder_.addMessage(m);
-                }
-                break;
-              } // case 10
-            case 18:
-              {
-                nextPageToken_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              com.google.firestore.admin.v1.Index m =
+                  input.readMessage(
+                      com.google.firestore.admin.v1.Index.parser(),
+                      extensionRegistry);
+              if (indexesBuilder_ == null) {
+                ensureIndexesIsMutable();
+                indexes_.add(m);
+              } else {
+                indexesBuilder_.addMessage(m);
+              }
+              break;
+            } // case 10
+            case 18: {
+              nextPageToken_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -601,28 +557,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.util.List indexes_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureIndexesIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         indexes_ = new java.util.ArrayList(indexes_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.admin.v1.Index,
-            com.google.firestore.admin.v1.Index.Builder,
-            com.google.firestore.admin.v1.IndexOrBuilder>
-        indexesBuilder_;
+        com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> indexesBuilder_;
 
     /**
-     *
-     *
      * 
      * The requested indexes.
      * 
@@ -637,8 +586,6 @@ public java.util.List getIndexesList() { } } /** - * - * *
      * The requested indexes.
      * 
@@ -653,8 +600,6 @@ public int getIndexesCount() { } } /** - * - * *
      * The requested indexes.
      * 
@@ -669,15 +614,14 @@ public com.google.firestore.admin.v1.Index getIndexes(int index) { } } /** - * - * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public Builder setIndexes(int index, com.google.firestore.admin.v1.Index value) { + public Builder setIndexes( + int index, com.google.firestore.admin.v1.Index value) { if (indexesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -691,8 +635,6 @@ public Builder setIndexes(int index, com.google.firestore.admin.v1.Index value) return this; } /** - * - * *
      * The requested indexes.
      * 
@@ -711,8 +653,6 @@ public Builder setIndexes( return this; } /** - * - * *
      * The requested indexes.
      * 
@@ -733,15 +673,14 @@ public Builder addIndexes(com.google.firestore.admin.v1.Index value) { return this; } /** - * - * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public Builder addIndexes(int index, com.google.firestore.admin.v1.Index value) { + public Builder addIndexes( + int index, com.google.firestore.admin.v1.Index value) { if (indexesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -755,15 +694,14 @@ public Builder addIndexes(int index, com.google.firestore.admin.v1.Index value) return this; } /** - * - * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public Builder addIndexes(com.google.firestore.admin.v1.Index.Builder builderForValue) { + public Builder addIndexes( + com.google.firestore.admin.v1.Index.Builder builderForValue) { if (indexesBuilder_ == null) { ensureIndexesIsMutable(); indexes_.add(builderForValue.build()); @@ -774,8 +712,6 @@ public Builder addIndexes(com.google.firestore.admin.v1.Index.Builder builderFor return this; } /** - * - * *
      * The requested indexes.
      * 
@@ -794,8 +730,6 @@ public Builder addIndexes( return this; } /** - * - * *
      * The requested indexes.
      * 
@@ -806,7 +740,8 @@ public Builder addAllIndexes( java.lang.Iterable values) { if (indexesBuilder_ == null) { ensureIndexesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, indexes_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, indexes_); onChanged(); } else { indexesBuilder_.addAllMessages(values); @@ -814,8 +749,6 @@ public Builder addAllIndexes( return this; } /** - * - * *
      * The requested indexes.
      * 
@@ -833,8 +766,6 @@ public Builder clearIndexes() { return this; } /** - * - * *
      * The requested indexes.
      * 
@@ -852,44 +783,39 @@ public Builder removeIndexes(int index) { return this; } /** - * - * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public com.google.firestore.admin.v1.Index.Builder getIndexesBuilder(int index) { + public com.google.firestore.admin.v1.Index.Builder getIndexesBuilder( + int index) { return getIndexesFieldBuilder().getBuilder(index); } /** - * - * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int index) { + public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( + int index) { if (indexesBuilder_ == null) { - return indexes_.get(index); - } else { + return indexes_.get(index); } else { return indexesBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public java.util.List - getIndexesOrBuilderList() { + public java.util.List + getIndexesOrBuilderList() { if (indexesBuilder_ != null) { return indexesBuilder_.getMessageOrBuilderList(); } else { @@ -897,8 +823,6 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int inde } } /** - * - * *
      * The requested indexes.
      * 
@@ -906,47 +830,42 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int inde * repeated .google.firestore.admin.v1.Index indexes = 1; */ public com.google.firestore.admin.v1.Index.Builder addIndexesBuilder() { - return getIndexesFieldBuilder() - .addBuilder(com.google.firestore.admin.v1.Index.getDefaultInstance()); + return getIndexesFieldBuilder().addBuilder( + com.google.firestore.admin.v1.Index.getDefaultInstance()); } /** - * - * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public com.google.firestore.admin.v1.Index.Builder addIndexesBuilder(int index) { - return getIndexesFieldBuilder() - .addBuilder(index, com.google.firestore.admin.v1.Index.getDefaultInstance()); + public com.google.firestore.admin.v1.Index.Builder addIndexesBuilder( + int index) { + return getIndexesFieldBuilder().addBuilder( + index, com.google.firestore.admin.v1.Index.getDefaultInstance()); } /** - * - * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public java.util.List getIndexesBuilderList() { + public java.util.List + getIndexesBuilderList() { return getIndexesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Index, - com.google.firestore.admin.v1.Index.Builder, - com.google.firestore.admin.v1.IndexOrBuilder> + com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> getIndexesFieldBuilder() { if (indexesBuilder_ == null) { - indexesBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Index, - com.google.firestore.admin.v1.Index.Builder, - com.google.firestore.admin.v1.IndexOrBuilder>( - indexes_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + indexesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder>( + indexes_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); indexes_ = null; } return indexesBuilder_; @@ -954,21 +873,19 @@ public java.util.List getIndexesBui private java.lang.Object nextPageToken_ = ""; /** - * - * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; @@ -977,22 +894,21 @@ public java.lang.String getNextPageToken() { } } /** - * - * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -1000,37 +916,30 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } } /** - * - * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; - * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNextPageToken( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; - * * @return This builder for chaining. */ public Builder clearNextPageToken() { @@ -1040,31 +949,27 @@ public Builder clearNextPageToken() { return this; } /** - * - * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; - * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNextPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1074,12 +979,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListIndexesResponse) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListIndexesResponse) private static final com.google.firestore.admin.v1.ListIndexesResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListIndexesResponse(); } @@ -1088,27 +993,27 @@ public static com.google.firestore.admin.v1.ListIndexesResponse getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListIndexesResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListIndexesResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1123,4 +1028,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListIndexesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponseOrBuilder.java similarity index 65% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponseOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponseOrBuilder.java index f42aeae73..34c8671a4 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponseOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponseOrBuilder.java @@ -1,42 +1,23 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListIndexesResponseOrBuilder - extends +public interface ListIndexesResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListIndexesResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The requested indexes.
    * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - java.util.List getIndexesList(); + java.util.List + getIndexesList(); /** - * - * *
    * The requested indexes.
    * 
@@ -45,8 +26,6 @@ public interface ListIndexesResponseOrBuilder */ com.google.firestore.admin.v1.Index getIndexes(int index); /** - * - * *
    * The requested indexes.
    * 
@@ -55,50 +34,43 @@ public interface ListIndexesResponseOrBuilder */ int getIndexesCount(); /** - * - * *
    * The requested indexes.
    * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - java.util.List getIndexesOrBuilderList(); + java.util.List + getIndexesOrBuilderList(); /** - * - * *
    * The requested indexes.
    * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int index); + com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( + int index); /** - * - * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** - * - * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString getNextPageTokenBytes(); + com.google.protobuf.ByteString + getNextPageTokenBytes(); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadata.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadata.java similarity index 63% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadata.java index 44c0bec1d..1061d1191 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadata.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/location.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The metadata message for
  * [google.cloud.location.Location.metadata][google.cloud.location.Location.metadata].
@@ -29,41 +12,39 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.LocationMetadata}
  */
-public final class LocationMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class LocationMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.LocationMetadata)
     LocationMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use LocationMetadata.newBuilder() to construct.
   private LocationMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private LocationMetadata() {}
+  private LocationMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new LocationMetadata();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.LocationProto
-        .internal_static_google_firestore_admin_v1_LocationMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.LocationProto.internal_static_google_firestore_admin_v1_LocationMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.LocationProto
-        .internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable
+    return com.google.firestore.admin.v1.LocationProto.internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.LocationMetadata.class,
-            com.google.firestore.admin.v1.LocationMetadata.Builder.class);
+            com.google.firestore.admin.v1.LocationMetadata.class, com.google.firestore.admin.v1.LocationMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -75,7 +56,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     getUnknownFields().writeTo(output);
   }
 
@@ -93,13 +75,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.admin.v1.LocationMetadata)) {
       return super.equals(obj);
     }
-    com.google.firestore.admin.v1.LocationMetadata other =
-        (com.google.firestore.admin.v1.LocationMetadata) obj;
+    com.google.firestore.admin.v1.LocationMetadata other = (com.google.firestore.admin.v1.LocationMetadata) obj;
 
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -117,104 +98,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.admin.v1.LocationMetadata parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.admin.v1.LocationMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.LocationMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.admin.v1.LocationMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.admin.v1.LocationMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The metadata message for
    * [google.cloud.location.Location.metadata][google.cloud.location.Location.metadata].
@@ -222,32 +198,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.LocationMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.LocationMetadata)
       com.google.firestore.admin.v1.LocationMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.LocationProto
-          .internal_static_google_firestore_admin_v1_LocationMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.LocationProto.internal_static_google_firestore_admin_v1_LocationMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.LocationProto
-          .internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable
+      return com.google.firestore.admin.v1.LocationProto.internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.LocationMetadata.class,
-              com.google.firestore.admin.v1.LocationMetadata.Builder.class);
+              com.google.firestore.admin.v1.LocationMetadata.class, com.google.firestore.admin.v1.LocationMetadata.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.LocationMetadata.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -255,9 +232,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.LocationProto
-          .internal_static_google_firestore_admin_v1_LocationMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.LocationProto.internal_static_google_firestore_admin_v1_LocationMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -276,8 +253,7 @@ public com.google.firestore.admin.v1.LocationMetadata build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.LocationMetadata buildPartial() {
-      com.google.firestore.admin.v1.LocationMetadata result =
-          new com.google.firestore.admin.v1.LocationMetadata(this);
+      com.google.firestore.admin.v1.LocationMetadata result = new com.google.firestore.admin.v1.LocationMetadata(this);
       onBuilt();
       return result;
     }
@@ -286,39 +262,38 @@ public com.google.firestore.admin.v1.LocationMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.LocationMetadata) {
-        return mergeFrom((com.google.firestore.admin.v1.LocationMetadata) other);
+        return mergeFrom((com.google.firestore.admin.v1.LocationMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -353,13 +328,12 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -369,9 +343,9 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -381,12 +355,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.LocationMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.LocationMetadata)
   private static final com.google.firestore.admin.v1.LocationMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.admin.v1.LocationMetadata();
   }
@@ -395,27 +369,27 @@ public static com.google.firestore.admin.v1.LocationMetadata getDefaultInstance(
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public LocationMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public LocationMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -430,4 +404,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.admin.v1.LocationMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java
new file mode 100644
index 000000000..dbc45ee47
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java
@@ -0,0 +1,10 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/admin/v1/location.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.admin.v1;
+
+public interface LocationMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.LocationMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationName.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationName.java
similarity index 100%
rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationName.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationName.java
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java
new file mode 100644
index 000000000..b2319452a
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java
@@ -0,0 +1,54 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/admin/v1/location.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.admin.v1;
+
+public final class LocationProto {
+  private LocationProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_LocationMetadata_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n(google/firestore/admin/v1/location.pro" +
+      "to\022\031google.firestore.admin.v1\"\022\n\020Locatio" +
+      "nMetadataB\334\001\n\035com.google.firestore.admin" +
+      ".v1B\rLocationProtoP\001Z9cloud.google.com/g" +
+      "o/firestore/apiv1/admin/adminpb;adminpb\242" +
+      "\002\004GCFS\252\002\037Google.Cloud.Firestore.Admin.V1" +
+      "\312\002\037Google\\Cloud\\Firestore\\Admin\\V1\352\002#Goo" +
+      "gle::Cloud::Firestore::Admin::V1b\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+        });
+    internal_static_google_firestore_admin_v1_LocationMetadata_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_LocationMetadata_descriptor,
+        new java.lang.String[] { });
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java
new file mode 100644
index 000000000..32645bec7
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java
@@ -0,0 +1,245 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/admin/v1/operation.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.admin.v1;
+
+public final class OperationProto {
+  private OperationProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_admin_v1_Progress_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n)google/firestore/admin/v1/operation.pr" +
+      "oto\022\031google.firestore.admin.v1\032\031google/a" +
+      "pi/resource.proto\032%google/firestore/admi" +
+      "n/v1/index.proto\032\037google/protobuf/timest" +
+      "amp.proto\"\275\002\n\026IndexOperationMetadata\022.\n\n" +
+      "start_time\030\001 \001(\0132\032.google.protobuf.Times" +
+      "tamp\022,\n\010end_time\030\002 \001(\0132\032.google.protobuf" +
+      ".Timestamp\022\r\n\005index\030\003 \001(\t\0228\n\005state\030\004 \001(\016" +
+      "2).google.firestore.admin.v1.OperationSt" +
+      "ate\022?\n\022progress_documents\030\005 \001(\0132#.google" +
+      ".firestore.admin.v1.Progress\022;\n\016progress" +
+      "_bytes\030\006 \001(\0132#.google.firestore.admin.v1" +
+      ".Progress\"\231\007\n\026FieldOperationMetadata\022.\n\n" +
+      "start_time\030\001 \001(\0132\032.google.protobuf.Times" +
+      "tamp\022,\n\010end_time\030\002 \001(\0132\032.google.protobuf" +
+      ".Timestamp\022\r\n\005field\030\003 \001(\t\022_\n\023index_confi" +
+      "g_deltas\030\004 \003(\0132B.google.firestore.admin." +
+      "v1.FieldOperationMetadata.IndexConfigDel" +
+      "ta\0228\n\005state\030\005 \001(\0162).google.firestore.adm" +
+      "in.v1.OperationState\022?\n\022progress_documen" +
+      "ts\030\006 \001(\0132#.google.firestore.admin.v1.Pro" +
+      "gress\022;\n\016progress_bytes\030\007 \001(\0132#.google.f" +
+      "irestore.admin.v1.Progress\022Z\n\020ttl_config" +
+      "_delta\030\010 \001(\0132@.google.firestore.admin.v1" +
+      ".FieldOperationMetadata.TtlConfigDelta\032\347" +
+      "\001\n\020IndexConfigDelta\022b\n\013change_type\030\001 \001(\016" +
+      "2M.google.firestore.admin.v1.FieldOperat" +
+      "ionMetadata.IndexConfigDelta.ChangeType\022" +
+      "/\n\005index\030\002 \001(\0132 .google.firestore.admin." +
+      "v1.Index\">\n\nChangeType\022\033\n\027CHANGE_TYPE_UN" +
+      "SPECIFIED\020\000\022\007\n\003ADD\020\001\022\n\n\006REMOVE\020\002\032\262\001\n\016Ttl" +
+      "ConfigDelta\022`\n\013change_type\030\001 \001(\0162K.googl" +
+      "e.firestore.admin.v1.FieldOperationMetad" +
+      "ata.TtlConfigDelta.ChangeType\">\n\nChangeT" +
+      "ype\022\033\n\027CHANGE_TYPE_UNSPECIFIED\020\000\022\007\n\003ADD\020" +
+      "\001\022\n\n\006REMOVE\020\002\"\266\003\n\027ExportDocumentsMetadat" +
+      "a\022.\n\nstart_time\030\001 \001(\0132\032.google.protobuf." +
+      "Timestamp\022,\n\010end_time\030\002 \001(\0132\032.google.pro" +
+      "tobuf.Timestamp\022B\n\017operation_state\030\003 \001(\016" +
+      "2).google.firestore.admin.v1.OperationSt" +
+      "ate\022?\n\022progress_documents\030\004 \001(\0132#.google" +
+      ".firestore.admin.v1.Progress\022;\n\016progress" +
+      "_bytes\030\005 \001(\0132#.google.firestore.admin.v1" +
+      ".Progress\022\026\n\016collection_ids\030\006 \003(\t\022\031\n\021out" +
+      "put_uri_prefix\030\007 \001(\t\022\025\n\rnamespace_ids\030\010 " +
+      "\003(\t\0221\n\rsnapshot_time\030\t \001(\0132\032.google.prot" +
+      "obuf.Timestamp\"\202\003\n\027ImportDocumentsMetada" +
+      "ta\022.\n\nstart_time\030\001 \001(\0132\032.google.protobuf" +
+      ".Timestamp\022,\n\010end_time\030\002 \001(\0132\032.google.pr" +
+      "otobuf.Timestamp\022B\n\017operation_state\030\003 \001(" +
+      "\0162).google.firestore.admin.v1.OperationS" +
+      "tate\022?\n\022progress_documents\030\004 \001(\0132#.googl" +
+      "e.firestore.admin.v1.Progress\022;\n\016progres" +
+      "s_bytes\030\005 \001(\0132#.google.firestore.admin.v" +
+      "1.Progress\022\026\n\016collection_ids\030\006 \003(\t\022\030\n\020in" +
+      "put_uri_prefix\030\007 \001(\t\022\025\n\rnamespace_ids\030\010 " +
+      "\003(\t\"\237\003\n\033BulkDeleteDocumentsMetadata\022.\n\ns" +
+      "tart_time\030\001 \001(\0132\032.google.protobuf.Timest" +
+      "amp\022,\n\010end_time\030\002 \001(\0132\032.google.protobuf." +
+      "Timestamp\022B\n\017operation_state\030\003 \001(\0162).goo" +
+      "gle.firestore.admin.v1.OperationState\022?\n" +
+      "\022progress_documents\030\004 \001(\0132#.google.fires" +
+      "tore.admin.v1.Progress\022;\n\016progress_bytes" +
+      "\030\005 \001(\0132#.google.firestore.admin.v1.Progr" +
+      "ess\022\026\n\016collection_ids\030\006 \003(\t\022\025\n\rnamespace" +
+      "_ids\030\007 \003(\t\0221\n\rsnapshot_time\030\010 \001(\0132\032.goog" +
+      "le.protobuf.Timestamp\"4\n\027ExportDocuments" +
+      "Response\022\031\n\021output_uri_prefix\030\001 \001(\t\"\355\002\n\027" +
+      "RestoreDatabaseMetadata\022.\n\nstart_time\030\001 " +
+      "\001(\0132\032.google.protobuf.Timestamp\022,\n\010end_t" +
+      "ime\030\002 \001(\0132\032.google.protobuf.Timestamp\022B\n" +
+      "\017operation_state\030\003 \001(\0162).google.firestor" +
+      "e.admin.v1.OperationState\0228\n\010database\030\004 " +
+      "\001(\tB&\372A#\n!firestore.googleapis.com/Datab" +
+      "ase\0224\n\006backup\030\005 \001(\tB$\372A!\n\037firestore.goog" +
+      "leapis.com/Backup\022@\n\023progress_percentage" +
+      "\030\010 \001(\0132#.google.firestore.admin.v1.Progr" +
+      "ess\":\n\010Progress\022\026\n\016estimated_work\030\001 \001(\003\022" +
+      "\026\n\016completed_work\030\002 \001(\003*\236\001\n\016OperationSta" +
+      "te\022\037\n\033OPERATION_STATE_UNSPECIFIED\020\000\022\020\n\014I" +
+      "NITIALIZING\020\001\022\016\n\nPROCESSING\020\002\022\016\n\nCANCELL" +
+      "ING\020\003\022\016\n\nFINALIZING\020\004\022\016\n\nSUCCESSFUL\020\005\022\n\n" +
+      "\006FAILED\020\006\022\r\n\tCANCELLED\020\007B\335\001\n\035com.google." +
+      "firestore.admin.v1B\016OperationProtoP\001Z9cl" +
+      "oud.google.com/go/firestore/apiv1/admin/" +
+      "adminpb;adminpb\242\002\004GCFS\252\002\037Google.Cloud.Fi" +
+      "restore.Admin.V1\312\002\037Google\\Cloud\\Firestor" +
+      "e\\Admin\\V1\352\002#Google::Cloud::Firestore::A" +
+      "dmin::V1b\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+          com.google.api.ResourceProto.getDescriptor(),
+          com.google.firestore.admin.v1.IndexProto.getDescriptor(),
+          com.google.protobuf.TimestampProto.getDescriptor(),
+        });
+    internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor,
+        new java.lang.String[] { "StartTime", "EndTime", "Index", "State", "ProgressDocuments", "ProgressBytes", });
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor,
+        new java.lang.String[] { "StartTime", "EndTime", "Field", "IndexConfigDeltas", "State", "ProgressDocuments", "ProgressBytes", "TtlConfigDelta", });
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor =
+      internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor,
+        new java.lang.String[] { "ChangeType", "Index", });
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor =
+      internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor.getNestedTypes().get(1);
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor,
+        new java.lang.String[] { "ChangeType", });
+    internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor =
+      getDescriptor().getMessageTypes().get(2);
+    internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor,
+        new java.lang.String[] { "StartTime", "EndTime", "OperationState", "ProgressDocuments", "ProgressBytes", "CollectionIds", "OutputUriPrefix", "NamespaceIds", "SnapshotTime", });
+    internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor =
+      getDescriptor().getMessageTypes().get(3);
+    internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor,
+        new java.lang.String[] { "StartTime", "EndTime", "OperationState", "ProgressDocuments", "ProgressBytes", "CollectionIds", "InputUriPrefix", "NamespaceIds", });
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor =
+      getDescriptor().getMessageTypes().get(4);
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor,
+        new java.lang.String[] { "StartTime", "EndTime", "OperationState", "ProgressDocuments", "ProgressBytes", "CollectionIds", "NamespaceIds", "SnapshotTime", });
+    internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor =
+      getDescriptor().getMessageTypes().get(5);
+    internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor,
+        new java.lang.String[] { "OutputUriPrefix", });
+    internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor =
+      getDescriptor().getMessageTypes().get(6);
+    internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor,
+        new java.lang.String[] { "StartTime", "EndTime", "OperationState", "Database", "Backup", "ProgressPercentage", });
+    internal_static_google_firestore_admin_v1_Progress_descriptor =
+      getDescriptor().getMessageTypes().get(7);
+    internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_admin_v1_Progress_descriptor,
+        new java.lang.String[] { "EstimatedWork", "CompletedWork", });
+    com.google.protobuf.ExtensionRegistry registry =
+        com.google.protobuf.ExtensionRegistry.newInstance();
+    registry.add(com.google.api.ResourceProto.resourceReference);
+    com.google.protobuf.Descriptors.FileDescriptor
+        .internalUpdateFileDescriptor(descriptor, registry);
+    com.google.api.ResourceProto.getDescriptor();
+    com.google.firestore.admin.v1.IndexProto.getDescriptor();
+    com.google.protobuf.TimestampProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationState.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationState.java
similarity index 73%
rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationState.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationState.java
index 3cb9a142e..ef51c34d1 100644
--- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationState.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationState.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/operation.proto
 
@@ -20,18 +5,15 @@
 package com.google.firestore.admin.v1;
 
 /**
- *
- *
  * 
  * Describes the state of the operation.
  * 
* * Protobuf enum {@code google.firestore.admin.v1.OperationState} */ -public enum OperationState implements com.google.protobuf.ProtocolMessageEnum { +public enum OperationState + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
    * Unspecified.
    * 
@@ -40,8 +22,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum { */ OPERATION_STATE_UNSPECIFIED(0), /** - * - * *
    * Request is being prepared for processing.
    * 
@@ -50,8 +30,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum { */ INITIALIZING(1), /** - * - * *
    * Request is actively being processed.
    * 
@@ -60,8 +38,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum { */ PROCESSING(2), /** - * - * *
    * Request is in the process of being cancelled after user called
    * google.longrunning.Operations.CancelOperation on the operation.
@@ -71,8 +47,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum {
    */
   CANCELLING(3),
   /**
-   *
-   *
    * 
    * Request has been processed and is in its finalization stage.
    * 
@@ -81,8 +55,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum { */ FINALIZING(4), /** - * - * *
    * Request has completed successfully.
    * 
@@ -91,8 +63,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum { */ SUCCESSFUL(5), /** - * - * *
    * Request has finished being processed, but encountered an error.
    * 
@@ -101,8 +71,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum { */ FAILED(6), /** - * - * *
    * Request has finished being cancelled after user called
    * google.longrunning.Operations.CancelOperation.
@@ -115,8 +83,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum {
   ;
 
   /**
-   *
-   *
    * 
    * Unspecified.
    * 
@@ -125,8 +91,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum { */ public static final int OPERATION_STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
    * Request is being prepared for processing.
    * 
@@ -135,8 +99,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum { */ public static final int INITIALIZING_VALUE = 1; /** - * - * *
    * Request is actively being processed.
    * 
@@ -145,8 +107,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum { */ public static final int PROCESSING_VALUE = 2; /** - * - * *
    * Request is in the process of being cancelled after user called
    * google.longrunning.Operations.CancelOperation on the operation.
@@ -156,8 +116,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int CANCELLING_VALUE = 3;
   /**
-   *
-   *
    * 
    * Request has been processed and is in its finalization stage.
    * 
@@ -166,8 +124,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum { */ public static final int FINALIZING_VALUE = 4; /** - * - * *
    * Request has completed successfully.
    * 
@@ -176,8 +132,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum { */ public static final int SUCCESSFUL_VALUE = 5; /** - * - * *
    * Request has finished being processed, but encountered an error.
    * 
@@ -186,8 +140,6 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum { */ public static final int FAILED_VALUE = 6; /** - * - * *
    * Request has finished being cancelled after user called
    * google.longrunning.Operations.CancelOperation.
@@ -197,6 +149,7 @@ public enum OperationState implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int CANCELLED_VALUE = 7;
 
+
   public final int getNumber() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalArgumentException(
@@ -221,59 +174,54 @@ public static OperationState valueOf(int value) {
    */
   public static OperationState forNumber(int value) {
     switch (value) {
-      case 0:
-        return OPERATION_STATE_UNSPECIFIED;
-      case 1:
-        return INITIALIZING;
-      case 2:
-        return PROCESSING;
-      case 3:
-        return CANCELLING;
-      case 4:
-        return FINALIZING;
-      case 5:
-        return SUCCESSFUL;
-      case 6:
-        return FAILED;
-      case 7:
-        return CANCELLED;
-      default:
-        return null;
+      case 0: return OPERATION_STATE_UNSPECIFIED;
+      case 1: return INITIALIZING;
+      case 2: return PROCESSING;
+      case 3: return CANCELLING;
+      case 4: return FINALIZING;
+      case 5: return SUCCESSFUL;
+      case 6: return FAILED;
+      case 7: return CANCELLED;
+      default: return null;
     }
   }
 
-  public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+  public static com.google.protobuf.Internal.EnumLiteMap
+      internalGetValueMap() {
     return internalValueMap;
   }
-
-  private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-      new com.google.protobuf.Internal.EnumLiteMap() {
-        public OperationState findValueByNumber(int number) {
-          return OperationState.forNumber(number);
-        }
-      };
-
-  public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+  private static final com.google.protobuf.Internal.EnumLiteMap<
+      OperationState> internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public OperationState findValueByNumber(int number) {
+            return OperationState.forNumber(number);
+          }
+        };
+
+  public final com.google.protobuf.Descriptors.EnumValueDescriptor
+      getValueDescriptor() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalStateException(
           "Can't get the descriptor of an unrecognized enum value.");
     }
     return getDescriptor().getValues().get(ordinal());
   }
-
-  public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+  public final com.google.protobuf.Descriptors.EnumDescriptor
+      getDescriptorForType() {
     return getDescriptor();
   }
-
-  public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.EnumDescriptor
+      getDescriptor() {
     return com.google.firestore.admin.v1.OperationProto.getDescriptor().getEnumTypes().get(0);
   }
 
   private static final OperationState[] VALUES = values();
 
-  public static OperationState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+  public static OperationState valueOf(
+      com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
     if (desc.getType() != getDescriptor()) {
-      throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+      throw new java.lang.IllegalArgumentException(
+        "EnumValueDescriptor is not for this type.");
     }
     if (desc.getIndex() == -1) {
       return UNRECOGNIZED;
@@ -289,3 +237,4 @@ private OperationState(int value) {
 
   // @@protoc_insertion_point(enum_scope:google.firestore.admin.v1.OperationState)
 }
+
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Progress.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Progress.java
similarity index 66%
rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Progress.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Progress.java
index 97392a536..4d2e0d597 100644
--- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Progress.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Progress.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/operation.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.admin.v1;
 
 /**
- *
- *
  * 
  * Describes the progress of the operation.
  * Unit of work is generic and must be interpreted based on where
@@ -30,50 +13,46 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.Progress}
  */
-public final class Progress extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Progress extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Progress)
     ProgressOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Progress.newBuilder() to construct.
   private Progress(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private Progress() {}
+  private Progress() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Progress();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto
-        .internal_static_google_firestore_admin_v1_Progress_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_Progress_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto
-        .internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.Progress.class,
-            com.google.firestore.admin.v1.Progress.Builder.class);
+            com.google.firestore.admin.v1.Progress.class, com.google.firestore.admin.v1.Progress.Builder.class);
   }
 
   public static final int ESTIMATED_WORK_FIELD_NUMBER = 1;
   private long estimatedWork_ = 0L;
   /**
-   *
-   *
    * 
    * The amount of work estimated.
    * 
* * int64 estimated_work = 1; - * * @return The estimatedWork. */ @java.lang.Override @@ -84,14 +63,11 @@ public long getEstimatedWork() { public static final int COMPLETED_WORK_FIELD_NUMBER = 2; private long completedWork_ = 0L; /** - * - * *
    * The amount of work completed.
    * 
* * int64 completed_work = 2; - * * @return The completedWork. */ @java.lang.Override @@ -100,7 +76,6 @@ public long getCompletedWork() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -112,7 +87,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (estimatedWork_ != 0L) { output.writeInt64(1, estimatedWork_); } @@ -129,10 +105,12 @@ public int getSerializedSize() { size = 0; if (estimatedWork_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, estimatedWork_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(1, estimatedWork_); } if (completedWork_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, completedWork_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(2, completedWork_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -142,15 +120,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Progress)) { return super.equals(obj); } com.google.firestore.admin.v1.Progress other = (com.google.firestore.admin.v1.Progress) obj; - if (getEstimatedWork() != other.getEstimatedWork()) return false; - if (getCompletedWork() != other.getCompletedWork()) return false; + if (getEstimatedWork() + != other.getEstimatedWork()) return false; + if (getCompletedWork() + != other.getCompletedWork()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -163,112 +143,109 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + ESTIMATED_WORK_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getEstimatedWork()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getEstimatedWork()); hash = (37 * hash) + COMPLETED_WORK_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getCompletedWork()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getCompletedWork()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.firestore.admin.v1.Progress parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.Progress parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Progress parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Progress parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Progress parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Progress parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.Progress parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Progress parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Progress parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.admin.v1.Progress parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Progress parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Progress parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.Progress parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.Progress prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Describes the progress of the operation.
    * Unit of work is generic and must be interpreted based on where
@@ -277,32 +254,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.Progress}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Progress)
       com.google.firestore.admin.v1.ProgressOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_Progress_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_Progress_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.Progress.class,
-              com.google.firestore.admin.v1.Progress.Builder.class);
+              com.google.firestore.admin.v1.Progress.class, com.google.firestore.admin.v1.Progress.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.Progress.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -313,9 +291,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_Progress_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_Progress_descriptor;
     }
 
     @java.lang.Override
@@ -334,11 +312,8 @@ public com.google.firestore.admin.v1.Progress build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.Progress buildPartial() {
-      com.google.firestore.admin.v1.Progress result =
-          new com.google.firestore.admin.v1.Progress(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.Progress result = new com.google.firestore.admin.v1.Progress(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -357,39 +332,38 @@ private void buildPartial0(com.google.firestore.admin.v1.Progress result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.Progress) {
-        return mergeFrom((com.google.firestore.admin.v1.Progress) other);
+        return mergeFrom((com.google.firestore.admin.v1.Progress)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -430,25 +404,22 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 8:
-              {
-                estimatedWork_ = input.readInt64();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 8
-            case 16:
-              {
-                completedWork_ = input.readInt64();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 16
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 8: {
+              estimatedWork_ = input.readInt64();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 8
+            case 16: {
+              completedWork_ = input.readInt64();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 16
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -458,19 +429,15 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
-    private long estimatedWork_;
+    private long estimatedWork_ ;
     /**
-     *
-     *
      * 
      * The amount of work estimated.
      * 
* * int64 estimated_work = 1; - * * @return The estimatedWork. */ @java.lang.Override @@ -478,14 +445,11 @@ public long getEstimatedWork() { return estimatedWork_; } /** - * - * *
      * The amount of work estimated.
      * 
* * int64 estimated_work = 1; - * * @param value The estimatedWork to set. * @return This builder for chaining. */ @@ -497,14 +461,11 @@ public Builder setEstimatedWork(long value) { return this; } /** - * - * *
      * The amount of work estimated.
      * 
* * int64 estimated_work = 1; - * * @return This builder for chaining. */ public Builder clearEstimatedWork() { @@ -514,16 +475,13 @@ public Builder clearEstimatedWork() { return this; } - private long completedWork_; + private long completedWork_ ; /** - * - * *
      * The amount of work completed.
      * 
* * int64 completed_work = 2; - * * @return The completedWork. */ @java.lang.Override @@ -531,14 +489,11 @@ public long getCompletedWork() { return completedWork_; } /** - * - * *
      * The amount of work completed.
      * 
* * int64 completed_work = 2; - * * @param value The completedWork to set. * @return This builder for chaining. */ @@ -550,14 +505,11 @@ public Builder setCompletedWork(long value) { return this; } /** - * - * *
      * The amount of work completed.
      * 
* * int64 completed_work = 2; - * * @return This builder for chaining. */ public Builder clearCompletedWork() { @@ -566,9 +518,9 @@ public Builder clearCompletedWork() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -578,12 +530,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Progress) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Progress) private static final com.google.firestore.admin.v1.Progress DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Progress(); } @@ -592,27 +544,27 @@ public static com.google.firestore.admin.v1.Progress getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Progress parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Progress parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -627,4 +579,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Progress getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProgressOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProgressOrBuilder.java similarity index 50% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProgressOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProgressOrBuilder.java index 04706cfdd..4b962bd97 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProgressOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProgressOrBuilder.java @@ -1,51 +1,29 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ProgressOrBuilder - extends +public interface ProgressOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Progress) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The amount of work estimated.
    * 
* * int64 estimated_work = 1; - * * @return The estimatedWork. */ long getEstimatedWork(); /** - * - * *
    * The amount of work completed.
    * 
* * int64 completed_work = 2; - * * @return The completedWork. */ long getCompletedWork(); diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProjectName.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProjectName.java similarity index 100% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProjectName.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProjectName.java diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadata.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadata.java similarity index 72% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadata.java index d34f928c7..fbe62d9f1 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadata.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * Metadata for the [long-running operation][google.longrunning.Operation] from
  * the [RestoreDatabase][google.firestore.admin.v1.RestoreDatabase] request.
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.RestoreDatabaseMetadata}
  */
-public final class RestoreDatabaseMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RestoreDatabaseMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.RestoreDatabaseMetadata)
     RestoreDatabaseMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RestoreDatabaseMetadata.newBuilder() to construct.
   private RestoreDatabaseMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private RestoreDatabaseMetadata() {
     operationState_ = 0;
     database_ = "";
@@ -47,37 +29,33 @@ private RestoreDatabaseMetadata() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RestoreDatabaseMetadata();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto
-        .internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto
-        .internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.RestoreDatabaseMetadata.class,
-            com.google.firestore.admin.v1.RestoreDatabaseMetadata.Builder.class);
+            com.google.firestore.admin.v1.RestoreDatabaseMetadata.class, com.google.firestore.admin.v1.RestoreDatabaseMetadata.Builder.class);
   }
 
   private int bitField0_;
   public static final int START_TIME_FIELD_NUMBER = 1;
   private com.google.protobuf.Timestamp startTime_;
   /**
-   *
-   *
    * 
    * The time the restore was started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ @java.lang.Override @@ -85,14 +63,11 @@ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The time the restore was started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ @java.lang.Override @@ -100,8 +75,6 @@ public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } /** - * - * *
    * The time the restore was started.
    * 
@@ -116,14 +89,11 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp endTime_; /** - * - * *
    * The time the restore finished, unset for ongoing restores.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ @java.lang.Override @@ -131,14 +101,11 @@ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The time the restore finished, unset for ongoing restores.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ @java.lang.Override @@ -146,8 +113,6 @@ public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** - * - * *
    * The time the restore finished, unset for ongoing restores.
    * 
@@ -162,51 +127,38 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { public static final int OPERATION_STATE_FIELD_NUMBER = 3; private int operationState_ = 0; /** - * - * *
    * The operation state of the restore.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The enum numeric value on the wire for operationState. */ - @java.lang.Override - public int getOperationStateValue() { + @java.lang.Override public int getOperationStateValue() { return operationState_; } /** - * - * *
    * The operation state of the restore.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The operationState. */ - @java.lang.Override - public com.google.firestore.admin.v1.OperationState getOperationState() { - com.google.firestore.admin.v1.OperationState result = - com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { + com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } public static final int DATABASE_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; /** - * - * *
    * The name of the database being restored to.
    * 
* * string database = 4 [(.google.api.resource_reference) = { ... } - * * @return The database. */ @java.lang.Override @@ -215,29 +167,29 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** - * - * *
    * The name of the database being restored to.
    * 
* * string database = 4 [(.google.api.resource_reference) = { ... } - * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -246,18 +198,14 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } public static final int BACKUP_FIELD_NUMBER = 5; - @SuppressWarnings("serial") private volatile java.lang.Object backup_ = ""; /** - * - * *
    * The name of the backup restoring from.
    * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } - * * @return The backup. */ @java.lang.Override @@ -266,29 +214,29 @@ public java.lang.String getBackup() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); backup_ = s; return s; } } /** - * - * *
    * The name of the backup restoring from.
    * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } - * * @return The bytes for backup. */ @java.lang.Override - public com.google.protobuf.ByteString getBackupBytes() { + public com.google.protobuf.ByteString + getBackupBytes() { java.lang.Object ref = backup_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); backup_ = b; return b; } else { @@ -299,14 +247,11 @@ public com.google.protobuf.ByteString getBackupBytes() { public static final int PROGRESS_PERCENTAGE_FIELD_NUMBER = 8; private com.google.firestore.admin.v1.Progress progressPercentage_; /** - * - * *
    * How far along the restore is as an estimated percentage of remaining time.
    * 
* * .google.firestore.admin.v1.Progress progress_percentage = 8; - * * @return Whether the progressPercentage field is set. */ @java.lang.Override @@ -314,25 +259,18 @@ public boolean hasProgressPercentage() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * How far along the restore is as an estimated percentage of remaining time.
    * 
* * .google.firestore.admin.v1.Progress progress_percentage = 8; - * * @return The progressPercentage. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressPercentage() { - return progressPercentage_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressPercentage_; + return progressPercentage_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressPercentage_; } /** - * - * *
    * How far along the restore is as an estimated percentage of remaining time.
    * 
@@ -341,13 +279,10 @@ public com.google.firestore.admin.v1.Progress getProgressPercentage() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressPercentageOrBuilder() { - return progressPercentage_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressPercentage_; + return progressPercentage_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressPercentage_; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -359,15 +294,15 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getStartTime()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getEndTime()); } - if (operationState_ - != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { output.writeEnum(3, operationState_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) { @@ -389,14 +324,16 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getStartTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getStartTime()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEndTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getEndTime()); } - if (operationState_ - != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, operationState_); + if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(3, operationState_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, database_); @@ -405,7 +342,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, backup_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, getProgressPercentage()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(8, getProgressPercentage()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -415,28 +353,32 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.RestoreDatabaseMetadata)) { return super.equals(obj); } - com.google.firestore.admin.v1.RestoreDatabaseMetadata other = - (com.google.firestore.admin.v1.RestoreDatabaseMetadata) obj; + com.google.firestore.admin.v1.RestoreDatabaseMetadata other = (com.google.firestore.admin.v1.RestoreDatabaseMetadata) obj; if (hasStartTime() != other.hasStartTime()) return false; if (hasStartTime()) { - if (!getStartTime().equals(other.getStartTime())) return false; + if (!getStartTime() + .equals(other.getStartTime())) return false; } if (hasEndTime() != other.hasEndTime()) return false; if (hasEndTime()) { - if (!getEndTime().equals(other.getEndTime())) return false; + if (!getEndTime() + .equals(other.getEndTime())) return false; } if (operationState_ != other.operationState_) return false; - if (!getDatabase().equals(other.getDatabase())) return false; - if (!getBackup().equals(other.getBackup())) return false; + if (!getDatabase() + .equals(other.getDatabase())) return false; + if (!getBackup() + .equals(other.getBackup())) return false; if (hasProgressPercentage() != other.hasProgressPercentage()) return false; if (hasProgressPercentage()) { - if (!getProgressPercentage().equals(other.getProgressPercentage())) return false; + if (!getProgressPercentage() + .equals(other.getProgressPercentage())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -473,104 +415,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.admin.v1.RestoreDatabaseMetadata prototype) { + public static Builder newBuilder(com.google.firestore.admin.v1.RestoreDatabaseMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Metadata for the [long-running operation][google.longrunning.Operation] from
    * the [RestoreDatabase][google.firestore.admin.v1.RestoreDatabase] request.
@@ -578,23 +514,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.RestoreDatabaseMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.RestoreDatabaseMetadata)
       com.google.firestore.admin.v1.RestoreDatabaseMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.RestoreDatabaseMetadata.class,
-              com.google.firestore.admin.v1.RestoreDatabaseMetadata.Builder.class);
+              com.google.firestore.admin.v1.RestoreDatabaseMetadata.class, com.google.firestore.admin.v1.RestoreDatabaseMetadata.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.RestoreDatabaseMetadata.newBuilder()
@@ -602,19 +536,19 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getStartTimeFieldBuilder();
         getEndTimeFieldBuilder();
         getProgressPercentageFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -641,9 +575,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto
-          .internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -662,11 +596,8 @@ public com.google.firestore.admin.v1.RestoreDatabaseMetadata build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.RestoreDatabaseMetadata buildPartial() {
-      com.google.firestore.admin.v1.RestoreDatabaseMetadata result =
-          new com.google.firestore.admin.v1.RestoreDatabaseMetadata(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.RestoreDatabaseMetadata result = new com.google.firestore.admin.v1.RestoreDatabaseMetadata(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -675,11 +606,15 @@ private void buildPartial0(com.google.firestore.admin.v1.RestoreDatabaseMetadata
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.startTime_ = startTimeBuilder_ == null ? startTime_ : startTimeBuilder_.build();
+        result.startTime_ = startTimeBuilder_ == null
+            ? startTime_
+            : startTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.endTime_ = endTimeBuilder_ == null ? endTime_ : endTimeBuilder_.build();
+        result.endTime_ = endTimeBuilder_ == null
+            ? endTime_
+            : endTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
@@ -692,10 +627,9 @@ private void buildPartial0(com.google.firestore.admin.v1.RestoreDatabaseMetadata
         result.backup_ = backup_;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.progressPercentage_ =
-            progressPercentageBuilder_ == null
-                ? progressPercentage_
-                : progressPercentageBuilder_.build();
+        result.progressPercentage_ = progressPercentageBuilder_ == null
+            ? progressPercentage_
+            : progressPercentageBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       result.bitField0_ |= to_bitField0_;
@@ -705,39 +639,38 @@ private void buildPartial0(com.google.firestore.admin.v1.RestoreDatabaseMetadata
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.RestoreDatabaseMetadata) {
-        return mergeFrom((com.google.firestore.admin.v1.RestoreDatabaseMetadata) other);
+        return mergeFrom((com.google.firestore.admin.v1.RestoreDatabaseMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -745,8 +678,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.RestoreDatabaseMetadata other) {
-      if (other == com.google.firestore.admin.v1.RestoreDatabaseMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.RestoreDatabaseMetadata.getDefaultInstance()) return this;
       if (other.hasStartTime()) {
         mergeStartTime(other.getStartTime());
       }
@@ -795,50 +727,48 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getStartTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getEndTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 24:
-              {
-                operationState_ = input.readEnum();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 24
-            case 34:
-              {
-                database_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 34
-            case 42:
-              {
-                backup_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 42
-            case 66:
-              {
-                input.readMessage(
-                    getProgressPercentageFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000020;
-                break;
-              } // case 66
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getStartTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getEndTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 24: {
+              operationState_ = input.readEnum();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 24
+            case 34: {
+              database_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 34
+            case 42: {
+              backup_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 42
+            case 66: {
+              input.readMessage(
+                  getProgressPercentageFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000020;
+              break;
+            } // case 66
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -848,38 +778,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.protobuf.Timestamp startTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
-        startTimeBuilder_;
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_;
     /**
-     *
-     *
      * 
      * The time the restore was started.
      * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * The time the restore was started.
      * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ public com.google.protobuf.Timestamp getStartTime() { @@ -890,8 +810,6 @@ public com.google.protobuf.Timestamp getStartTime() { } } /** - * - * *
      * The time the restore was started.
      * 
@@ -912,15 +830,14 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time the restore was started.
      * 
* * .google.protobuf.Timestamp start_time = 1; */ - public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setStartTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (startTimeBuilder_ == null) { startTime_ = builderForValue.build(); } else { @@ -931,8 +848,6 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu return this; } /** - * - * *
      * The time the restore was started.
      * 
@@ -941,9 +856,9 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu */ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { if (startTimeBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && startTime_ != null - && startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + startTime_ != null && + startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getStartTimeBuilder().mergeFrom(value); } else { startTime_ = value; @@ -958,8 +873,6 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time the restore was started.
      * 
@@ -977,8 +890,6 @@ public Builder clearStartTime() { return this; } /** - * - * *
      * The time the restore was started.
      * 
@@ -991,8 +902,6 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { return getStartTimeFieldBuilder().getBuilder(); } /** - * - * *
      * The time the restore was started.
      * 
@@ -1003,12 +912,11 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { if (startTimeBuilder_ != null) { return startTimeBuilder_.getMessageOrBuilder(); } else { - return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + return startTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } /** - * - * *
      * The time the restore was started.
      * 
@@ -1016,17 +924,14 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { * .google.protobuf.Timestamp start_time = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getStartTimeFieldBuilder() { if (startTimeBuilder_ == null) { - startTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getStartTime(), getParentForChildren(), isClean()); + startTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getStartTime(), + getParentForChildren(), + isClean()); startTime_ = null; } return startTimeBuilder_; @@ -1034,33 +939,24 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { private com.google.protobuf.Timestamp endTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - endTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; /** - * - * *
      * The time the restore finished, unset for ongoing restores.
      * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The time the restore finished, unset for ongoing restores.
      * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ public com.google.protobuf.Timestamp getEndTime() { @@ -1071,8 +967,6 @@ public com.google.protobuf.Timestamp getEndTime() { } } /** - * - * *
      * The time the restore finished, unset for ongoing restores.
      * 
@@ -1093,15 +987,14 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time the restore finished, unset for ongoing restores.
      * 
* * .google.protobuf.Timestamp end_time = 2; */ - public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setEndTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (endTimeBuilder_ == null) { endTime_ = builderForValue.build(); } else { @@ -1112,8 +1005,6 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) return this; } /** - * - * *
      * The time the restore finished, unset for ongoing restores.
      * 
@@ -1122,9 +1013,9 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) */ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { if (endTimeBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && endTime_ != null - && endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + endTime_ != null && + endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getEndTimeBuilder().mergeFrom(value); } else { endTime_ = value; @@ -1139,8 +1030,6 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time the restore finished, unset for ongoing restores.
      * 
@@ -1158,8 +1047,6 @@ public Builder clearEndTime() { return this; } /** - * - * *
      * The time the restore finished, unset for ongoing restores.
      * 
@@ -1172,8 +1059,6 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { return getEndTimeFieldBuilder().getBuilder(); } /** - * - * *
      * The time the restore finished, unset for ongoing restores.
      * 
@@ -1184,12 +1069,11 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { if (endTimeBuilder_ != null) { return endTimeBuilder_.getMessageOrBuilder(); } else { - return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + return endTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } } /** - * - * *
      * The time the restore finished, unset for ongoing restores.
      * 
@@ -1197,17 +1081,14 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { * .google.protobuf.Timestamp end_time = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getEndTimeFieldBuilder() { if (endTimeBuilder_ == null) { - endTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getEndTime(), getParentForChildren(), isClean()); + endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getEndTime(), + getParentForChildren(), + isClean()); endTime_ = null; } return endTimeBuilder_; @@ -1215,29 +1096,22 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { private int operationState_ = 0; /** - * - * *
      * The operation state of the restore.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The enum numeric value on the wire for operationState. */ - @java.lang.Override - public int getOperationStateValue() { + @java.lang.Override public int getOperationStateValue() { return operationState_; } /** - * - * *
      * The operation state of the restore.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @param value The enum numeric value on the wire for operationState to set. * @return This builder for chaining. */ @@ -1248,31 +1122,24 @@ public Builder setOperationStateValue(int value) { return this; } /** - * - * *
      * The operation state of the restore.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The operationState. */ @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { - com.google.firestore.admin.v1.OperationState result = - com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } /** - * - * *
      * The operation state of the restore.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @param value The operationState to set. * @return This builder for chaining. */ @@ -1286,14 +1153,11 @@ public Builder setOperationState(com.google.firestore.admin.v1.OperationState va return this; } /** - * - * *
      * The operation state of the restore.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return This builder for chaining. */ public Builder clearOperationState() { @@ -1305,20 +1169,18 @@ public Builder clearOperationState() { private java.lang.Object database_ = ""; /** - * - * *
      * The name of the database being restored to.
      * 
* * string database = 4 [(.google.api.resource_reference) = { ... } - * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -1327,21 +1189,20 @@ public java.lang.String getDatabase() { } } /** - * - * *
      * The name of the database being restored to.
      * 
* * string database = 4 [(.google.api.resource_reference) = { ... } - * * @return The bytes for database. */ - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -1349,35 +1210,28 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } } /** - * - * *
      * The name of the database being restored to.
      * 
* * string database = 4 [(.google.api.resource_reference) = { ... } - * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabase( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } database_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
      * The name of the database being restored to.
      * 
* * string database = 4 [(.google.api.resource_reference) = { ... } - * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -1387,21 +1241,17 @@ public Builder clearDatabase() { return this; } /** - * - * *
      * The name of the database being restored to.
      * 
* * string database = 4 [(.google.api.resource_reference) = { ... } - * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000008; @@ -1411,20 +1261,18 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { private java.lang.Object backup_ = ""; /** - * - * *
      * The name of the backup restoring from.
      * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } - * * @return The backup. */ public java.lang.String getBackup() { java.lang.Object ref = backup_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); backup_ = s; return s; @@ -1433,21 +1281,20 @@ public java.lang.String getBackup() { } } /** - * - * *
      * The name of the backup restoring from.
      * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } - * * @return The bytes for backup. */ - public com.google.protobuf.ByteString getBackupBytes() { + public com.google.protobuf.ByteString + getBackupBytes() { java.lang.Object ref = backup_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); backup_ = b; return b; } else { @@ -1455,35 +1302,28 @@ public com.google.protobuf.ByteString getBackupBytes() { } } /** - * - * *
      * The name of the backup restoring from.
      * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } - * * @param value The backup to set. * @return This builder for chaining. */ - public Builder setBackup(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setBackup( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } backup_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** - * - * *
      * The name of the backup restoring from.
      * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } - * * @return This builder for chaining. */ public Builder clearBackup() { @@ -1493,21 +1333,17 @@ public Builder clearBackup() { return this; } /** - * - * *
      * The name of the backup restoring from.
      * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } - * * @param value The bytes for backup to set. * @return This builder for chaining. */ - public Builder setBackupBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setBackupBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); backup_ = value; bitField0_ |= 0x00000010; @@ -1517,47 +1353,34 @@ public Builder setBackupBytes(com.google.protobuf.ByteString value) { private com.google.firestore.admin.v1.Progress progressPercentage_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> - progressPercentageBuilder_; + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressPercentageBuilder_; /** - * - * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
* * .google.firestore.admin.v1.Progress progress_percentage = 8; - * * @return Whether the progressPercentage field is set. */ public boolean hasProgressPercentage() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
* * .google.firestore.admin.v1.Progress progress_percentage = 8; - * * @return The progressPercentage. */ public com.google.firestore.admin.v1.Progress getProgressPercentage() { if (progressPercentageBuilder_ == null) { - return progressPercentage_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressPercentage_; + return progressPercentage_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressPercentage_; } else { return progressPercentageBuilder_.getMessage(); } } /** - * - * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
@@ -1578,8 +1401,6 @@ public Builder setProgressPercentage(com.google.firestore.admin.v1.Progress valu return this; } /** - * - * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
@@ -1598,8 +1419,6 @@ public Builder setProgressPercentage( return this; } /** - * - * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
@@ -1608,9 +1427,9 @@ public Builder setProgressPercentage( */ public Builder mergeProgressPercentage(com.google.firestore.admin.v1.Progress value) { if (progressPercentageBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) - && progressPercentage_ != null - && progressPercentage_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) && + progressPercentage_ != null && + progressPercentage_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressPercentageBuilder().mergeFrom(value); } else { progressPercentage_ = value; @@ -1625,8 +1444,6 @@ public Builder mergeProgressPercentage(com.google.firestore.admin.v1.Progress va return this; } /** - * - * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
@@ -1644,8 +1461,6 @@ public Builder clearProgressPercentage() { return this; } /** - * - * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
@@ -1658,8 +1473,6 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressPercentageBuild return getProgressPercentageFieldBuilder().getBuilder(); } /** - * - * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
@@ -1670,14 +1483,11 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressPercentageOrBu if (progressPercentageBuilder_ != null) { return progressPercentageBuilder_.getMessageOrBuilder(); } else { - return progressPercentage_ == null - ? com.google.firestore.admin.v1.Progress.getDefaultInstance() - : progressPercentage_; + return progressPercentage_ == null ? + com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressPercentage_; } } /** - * - * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
@@ -1685,24 +1495,21 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressPercentageOrBu * .google.firestore.admin.v1.Progress progress_percentage = 8; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> getProgressPercentageFieldBuilder() { if (progressPercentageBuilder_ == null) { - progressPercentageBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, - com.google.firestore.admin.v1.Progress.Builder, - com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressPercentage(), getParentForChildren(), isClean()); + progressPercentageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressPercentage(), + getParentForChildren(), + isClean()); progressPercentage_ = null; } return progressPercentageBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1712,12 +1519,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.RestoreDatabaseMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.RestoreDatabaseMetadata) private static final com.google.firestore.admin.v1.RestoreDatabaseMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.RestoreDatabaseMetadata(); } @@ -1726,27 +1533,27 @@ public static com.google.firestore.admin.v1.RestoreDatabaseMetadata getDefaultIn return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RestoreDatabaseMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RestoreDatabaseMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1761,4 +1568,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.RestoreDatabaseMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadataOrBuilder.java similarity index 80% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadataOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadataOrBuilder.java index 607e33338..e7c8e1f1f 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadataOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadataOrBuilder.java @@ -1,56 +1,32 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface RestoreDatabaseMetadataOrBuilder - extends +public interface RestoreDatabaseMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.RestoreDatabaseMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The time the restore was started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** - * - * *
    * The time the restore was started.
    * 
* * .google.protobuf.Timestamp start_time = 1; - * * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** - * - * *
    * The time the restore was started.
    * 
@@ -60,32 +36,24 @@ public interface RestoreDatabaseMetadataOrBuilder com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** - * - * *
    * The time the restore finished, unset for ongoing restores.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** - * - * *
    * The time the restore finished, unset for ongoing restores.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** - * - * *
    * The time the restore finished, unset for ongoing restores.
    * 
@@ -95,107 +63,83 @@ public interface RestoreDatabaseMetadataOrBuilder com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); /** - * - * *
    * The operation state of the restore.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The enum numeric value on the wire for operationState. */ int getOperationStateValue(); /** - * - * *
    * The operation state of the restore.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; - * * @return The operationState. */ com.google.firestore.admin.v1.OperationState getOperationState(); /** - * - * *
    * The name of the database being restored to.
    * 
* * string database = 4 [(.google.api.resource_reference) = { ... } - * * @return The database. */ java.lang.String getDatabase(); /** - * - * *
    * The name of the database being restored to.
    * 
* * string database = 4 [(.google.api.resource_reference) = { ... } - * * @return The bytes for database. */ - com.google.protobuf.ByteString getDatabaseBytes(); + com.google.protobuf.ByteString + getDatabaseBytes(); /** - * - * *
    * The name of the backup restoring from.
    * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } - * * @return The backup. */ java.lang.String getBackup(); /** - * - * *
    * The name of the backup restoring from.
    * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } - * * @return The bytes for backup. */ - com.google.protobuf.ByteString getBackupBytes(); + com.google.protobuf.ByteString + getBackupBytes(); /** - * - * *
    * How far along the restore is as an estimated percentage of remaining time.
    * 
* * .google.firestore.admin.v1.Progress progress_percentage = 8; - * * @return Whether the progressPercentage field is set. */ boolean hasProgressPercentage(); /** - * - * *
    * How far along the restore is as an estimated percentage of remaining time.
    * 
* * .google.firestore.admin.v1.Progress progress_percentage = 8; - * * @return The progressPercentage. */ com.google.firestore.admin.v1.Progress getProgressPercentage(); /** - * - * *
    * How far along the restore is as an estimated percentage of remaining time.
    * 
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequest.java similarity index 68% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequest.java index 4afad3b7e..7c67696f3 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request message for
  * [FirestoreAdmin.RestoreDatabase][google.firestore.admin.v1.RestoreDatabase].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.RestoreDatabaseRequest}
  */
-public final class RestoreDatabaseRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RestoreDatabaseRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.RestoreDatabaseRequest)
     RestoreDatabaseRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RestoreDatabaseRequest.newBuilder() to construct.
   private RestoreDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private RestoreDatabaseRequest() {
     parent_ = "";
     databaseId_ = "";
@@ -47,41 +29,34 @@ private RestoreDatabaseRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RestoreDatabaseRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.RestoreDatabaseRequest.class,
-            com.google.firestore.admin.v1.RestoreDatabaseRequest.Builder.class);
+            com.google.firestore.admin.v1.RestoreDatabaseRequest.class, com.google.firestore.admin.v1.RestoreDatabaseRequest.Builder.class);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
-   *
-   *
    * 
    * Required. The project to restore the database in. Format is
    * `projects/{project_id}`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -90,32 +65,30 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. The project to restore the database in. Format is
    * `projects/{project_id}`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -124,12 +97,9 @@ public com.google.protobuf.ByteString getParentBytes() { } public static final int DATABASE_ID_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object databaseId_ = ""; /** - * - * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name. This database id must not be
@@ -143,7 +113,6 @@ public com.google.protobuf.ByteString getParentBytes() {
    * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The databaseId. */ @java.lang.Override @@ -152,15 +121,14 @@ public java.lang.String getDatabaseId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); databaseId_ = s; return s; } } /** - * - * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name. This database id must not be
@@ -174,15 +142,16 @@ public java.lang.String getDatabaseId() {
    * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for databaseId. */ @java.lang.Override - public com.google.protobuf.ByteString getDatabaseIdBytes() { + public com.google.protobuf.ByteString + getDatabaseIdBytes() { java.lang.Object ref = databaseId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); databaseId_ = b; return b; } else { @@ -191,12 +160,9 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { } public static final int BACKUP_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private volatile java.lang.Object backup_ = ""; /** - * - * *
    * Required. Backup to restore from. Must be from the same project as the
    * parent.
@@ -204,10 +170,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() {
    * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
    * 
* - * - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The backup. */ @java.lang.Override @@ -216,15 +179,14 @@ public java.lang.String getBackup() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); backup_ = s; return s; } } /** - * - * *
    * Required. Backup to restore from. Must be from the same project as the
    * parent.
@@ -232,18 +194,17 @@ public java.lang.String getBackup() {
    * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
    * 
* - * - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for backup. */ @java.lang.Override - public com.google.protobuf.ByteString getBackupBytes() { + public com.google.protobuf.ByteString + getBackupBytes() { java.lang.Object ref = backup_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); backup_ = b; return b; } else { @@ -252,7 +213,6 @@ public com.google.protobuf.ByteString getBackupBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -264,7 +224,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -300,17 +261,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.RestoreDatabaseRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.RestoreDatabaseRequest other = - (com.google.firestore.admin.v1.RestoreDatabaseRequest) obj; + com.google.firestore.admin.v1.RestoreDatabaseRequest other = (com.google.firestore.admin.v1.RestoreDatabaseRequest) obj; - if (!getParent().equals(other.getParent())) return false; - if (!getDatabaseId().equals(other.getDatabaseId())) return false; - if (!getBackup().equals(other.getBackup())) return false; + if (!getParent() + .equals(other.getParent())) return false; + if (!getDatabaseId() + .equals(other.getDatabaseId())) return false; + if (!getBackup() + .equals(other.getBackup())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -334,103 +297,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.RestoreDatabaseRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request message for
    * [FirestoreAdmin.RestoreDatabase][google.firestore.admin.v1.RestoreDatabase].
@@ -438,32 +396,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.RestoreDatabaseRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.RestoreDatabaseRequest)
       com.google.firestore.admin.v1.RestoreDatabaseRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.RestoreDatabaseRequest.class,
-              com.google.firestore.admin.v1.RestoreDatabaseRequest.Builder.class);
+              com.google.firestore.admin.v1.RestoreDatabaseRequest.class, com.google.firestore.admin.v1.RestoreDatabaseRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.RestoreDatabaseRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -475,9 +434,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
@@ -496,11 +455,8 @@ public com.google.firestore.admin.v1.RestoreDatabaseRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.RestoreDatabaseRequest buildPartial() {
-      com.google.firestore.admin.v1.RestoreDatabaseRequest result =
-          new com.google.firestore.admin.v1.RestoreDatabaseRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.RestoreDatabaseRequest result = new com.google.firestore.admin.v1.RestoreDatabaseRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -522,39 +478,38 @@ private void buildPartial0(com.google.firestore.admin.v1.RestoreDatabaseRequest
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.RestoreDatabaseRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.RestoreDatabaseRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.RestoreDatabaseRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -562,8 +517,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.RestoreDatabaseRequest other) {
-      if (other == com.google.firestore.admin.v1.RestoreDatabaseRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.RestoreDatabaseRequest.getDefaultInstance()) return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -605,31 +559,27 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                parent_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                databaseId_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 26:
-              {
-                backup_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              parent_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              databaseId_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 26: {
+              backup_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -639,28 +589,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
-     *
-     *
      * 
      * Required. The project to restore the database in. Format is
      * `projects/{project_id}`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -669,24 +614,21 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The project to restore the database in. Format is
      * `projects/{project_id}`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -694,41 +636,30 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The project to restore the database in. Format is
      * `projects/{project_id}`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The project to restore the database in. Format is
      * `projects/{project_id}`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { @@ -738,24 +669,18 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. The project to restore the database in. Format is
      * `projects/{project_id}`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -765,8 +690,6 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private java.lang.Object databaseId_ = ""; /** - * - * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name. This database id must not be
@@ -780,13 +703,13 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
      * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The databaseId. */ public java.lang.String getDatabaseId() { java.lang.Object ref = databaseId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); databaseId_ = s; return s; @@ -795,8 +718,6 @@ public java.lang.String getDatabaseId() { } } /** - * - * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name. This database id must not be
@@ -810,14 +731,15 @@ public java.lang.String getDatabaseId() {
      * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for databaseId. */ - public com.google.protobuf.ByteString getDatabaseIdBytes() { + public com.google.protobuf.ByteString + getDatabaseIdBytes() { java.lang.Object ref = databaseId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); databaseId_ = b; return b; } else { @@ -825,8 +747,6 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { } } /** - * - * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name. This database id must not be
@@ -840,22 +760,18 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() {
      * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The databaseId to set. * @return This builder for chaining. */ - public Builder setDatabaseId(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseId( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } databaseId_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name. This database id must not be
@@ -869,7 +785,6 @@ public Builder setDatabaseId(java.lang.String value) {
      * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearDatabaseId() { @@ -879,8 +794,6 @@ public Builder clearDatabaseId() { return this; } /** - * - * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name. This database id must not be
@@ -894,14 +807,12 @@ public Builder clearDatabaseId() {
      * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for databaseId to set. * @return This builder for chaining. */ - public Builder setDatabaseIdBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseIdBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); databaseId_ = value; bitField0_ |= 0x00000002; @@ -911,8 +822,6 @@ public Builder setDatabaseIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object backup_ = ""; /** - * - * *
      * Required. Backup to restore from. Must be from the same project as the
      * parent.
@@ -920,16 +829,14 @@ public Builder setDatabaseIdBytes(com.google.protobuf.ByteString value) {
      * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
      * 
* - * - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The backup. */ public java.lang.String getBackup() { java.lang.Object ref = backup_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); backup_ = s; return s; @@ -938,8 +845,6 @@ public java.lang.String getBackup() { } } /** - * - * *
      * Required. Backup to restore from. Must be from the same project as the
      * parent.
@@ -947,17 +852,16 @@ public java.lang.String getBackup() {
      * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
      * 
* - * - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for backup. */ - public com.google.protobuf.ByteString getBackupBytes() { + public com.google.protobuf.ByteString + getBackupBytes() { java.lang.Object ref = backup_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); backup_ = b; return b; } else { @@ -965,8 +869,6 @@ public com.google.protobuf.ByteString getBackupBytes() { } } /** - * - * *
      * Required. Backup to restore from. Must be from the same project as the
      * parent.
@@ -974,25 +876,19 @@ public com.google.protobuf.ByteString getBackupBytes() {
      * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
      * 
* - * - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The backup to set. * @return This builder for chaining. */ - public Builder setBackup(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setBackup( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } backup_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * Required. Backup to restore from. Must be from the same project as the
      * parent.
@@ -1000,10 +896,7 @@ public Builder setBackup(java.lang.String value) {
      * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
      * 
* - * - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearBackup() { @@ -1013,8 +906,6 @@ public Builder clearBackup() { return this; } /** - * - * *
      * Required. Backup to restore from. Must be from the same project as the
      * parent.
@@ -1022,26 +913,22 @@ public Builder clearBackup() {
      * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
      * 
* - * - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for backup to set. * @return This builder for chaining. */ - public Builder setBackupBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setBackupBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); backup_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1051,12 +938,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.RestoreDatabaseRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.RestoreDatabaseRequest) private static final com.google.firestore.admin.v1.RestoreDatabaseRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.RestoreDatabaseRequest(); } @@ -1065,27 +952,27 @@ public static com.google.firestore.admin.v1.RestoreDatabaseRequest getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RestoreDatabaseRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RestoreDatabaseRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1100,4 +987,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.RestoreDatabaseRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequestOrBuilder.java similarity index 63% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequestOrBuilder.java index a1b317b9f..c59fd1dc9 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequestOrBuilder.java @@ -1,63 +1,36 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface RestoreDatabaseRequestOrBuilder - extends +public interface RestoreDatabaseRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.RestoreDatabaseRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The project to restore the database in. Format is
    * `projects/{project_id}`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. The project to restore the database in. Format is
    * `projects/{project_id}`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name. This database id must not be
@@ -71,13 +44,10 @@ public interface RestoreDatabaseRequestOrBuilder
    * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The databaseId. */ java.lang.String getDatabaseId(); /** - * - * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name. This database id must not be
@@ -91,14 +61,12 @@ public interface RestoreDatabaseRequestOrBuilder
    * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for databaseId. */ - com.google.protobuf.ByteString getDatabaseIdBytes(); + com.google.protobuf.ByteString + getDatabaseIdBytes(); /** - * - * *
    * Required. Backup to restore from. Must be from the same project as the
    * parent.
@@ -106,16 +74,11 @@ public interface RestoreDatabaseRequestOrBuilder
    * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
    * 
* - * - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The backup. */ java.lang.String getBackup(); /** - * - * *
    * Required. Backup to restore from. Must be from the same project as the
    * parent.
@@ -123,11 +86,9 @@ public interface RestoreDatabaseRequestOrBuilder
    * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
    * 
* - * - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for backup. */ - com.google.protobuf.ByteString getBackupBytes(); + com.google.protobuf.ByteString + getBackupBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java new file mode 100644 index 000000000..e02c83c58 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java @@ -0,0 +1,110 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/schedule.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public final class ScheduleProto { + private ScheduleProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_BackupSchedule_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n(google/firestore/admin/v1/schedule.pro" + + "to\022\031google.firestore.admin.v1\032\037google/ap" + + "i/field_behavior.proto\032\031google/api/resou" + + "rce.proto\032\036google/protobuf/duration.prot" + + "o\032\037google/protobuf/timestamp.proto\032\033goog" + + "le/type/dayofweek.proto\"\326\003\n\016BackupSchedu" + + "le\022\021\n\004name\030\001 \001(\tB\003\340A\003\0224\n\013create_time\030\003 \001" + + "(\0132\032.google.protobuf.TimestampB\003\340A\003\0224\n\013u" + + "pdate_time\030\n \001(\0132\032.google.protobuf.Times" + + "tampB\003\340A\003\022,\n\tretention\030\006 \001(\0132\031.google.pr" + + "otobuf.Duration\022F\n\020daily_recurrence\030\007 \001(" + + "\0132*.google.firestore.admin.v1.DailyRecur" + + "renceH\000\022H\n\021weekly_recurrence\030\010 \001(\0132+.goo" + + "gle.firestore.admin.v1.WeeklyRecurrenceH" + + "\000:w\352At\n\'firestore.googleapis.com/BackupS" + + "chedule\022Iprojects/{project}/databases/{d" + + "atabase}/backupSchedules/{backup_schedul" + + "e}B\014\n\nrecurrence\"\021\n\017DailyRecurrence\"7\n\020W" + + "eeklyRecurrence\022#\n\003day\030\002 \001(\0162\026.google.ty" + + "pe.DayOfWeekB\334\001\n\035com.google.firestore.ad" + + "min.v1B\rScheduleProtoP\001Z9cloud.google.co" + + "m/go/firestore/apiv1/admin/adminpb;admin" + + "pb\242\002\004GCFS\252\002\037Google.Cloud.Firestore.Admin" + + ".V1\312\002\037Google\\Cloud\\Firestore\\Admin\\V1\352\002#" + + "Google::Cloud::Firestore::Admin::V1b\006pro" + + "to3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.protobuf.DurationProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + com.google.type.DayOfWeekProto.getDescriptor(), + }); + internal_static_google_firestore_admin_v1_BackupSchedule_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_BackupSchedule_descriptor, + new java.lang.String[] { "Name", "CreateTime", "UpdateTime", "Retention", "DailyRecurrence", "WeeklyRecurrence", "Recurrence", }); + internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor, + new java.lang.String[] { }); + internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor, + new java.lang.String[] { "Day", }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.ResourceProto.resource); + com.google.protobuf.Descriptors.FileDescriptor + .internalUpdateFileDescriptor(descriptor, registry); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.protobuf.DurationProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + com.google.type.DayOfWeekProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequest.java similarity index 63% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequest.java index 50704d968..6271fdaa6 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.UpdateBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.UpdateBackupSchedule].
@@ -29,53 +12,47 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.UpdateBackupScheduleRequest}
  */
-public final class UpdateBackupScheduleRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class UpdateBackupScheduleRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.UpdateBackupScheduleRequest)
     UpdateBackupScheduleRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use UpdateBackupScheduleRequest.newBuilder() to construct.
   private UpdateBackupScheduleRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private UpdateBackupScheduleRequest() {}
+  private UpdateBackupScheduleRequest() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new UpdateBackupScheduleRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.UpdateBackupScheduleRequest.class,
-            com.google.firestore.admin.v1.UpdateBackupScheduleRequest.Builder.class);
+            com.google.firestore.admin.v1.UpdateBackupScheduleRequest.class, com.google.firestore.admin.v1.UpdateBackupScheduleRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int BACKUP_SCHEDULE_FIELD_NUMBER = 1;
   private com.google.firestore.admin.v1.BackupSchedule backupSchedule_;
   /**
-   *
-   *
    * 
    * Required. The backup schedule to update.
    * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the backupSchedule field is set. */ @java.lang.Override @@ -83,53 +60,37 @@ public boolean hasBackupSchedule() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Required. The backup schedule to update.
    * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The backupSchedule. */ @java.lang.Override public com.google.firestore.admin.v1.BackupSchedule getBackupSchedule() { - return backupSchedule_ == null - ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() - : backupSchedule_; + return backupSchedule_ == null ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; } /** - * - * *
    * Required. The backup schedule to update.
    * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOrBuilder() { - return backupSchedule_ == null - ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() - : backupSchedule_; + return backupSchedule_ == null ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; } public static final int UPDATE_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask updateMask_; /** - * - * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return Whether the updateMask field is set. */ @java.lang.Override @@ -137,14 +98,11 @@ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return The updateMask. */ @java.lang.Override @@ -152,8 +110,6 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * The list of fields to be updated.
    * 
@@ -166,7 +122,6 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -178,7 +133,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getBackupSchedule()); } @@ -195,10 +151,12 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getBackupSchedule()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getBackupSchedule()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getUpdateMask()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -208,21 +166,22 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.UpdateBackupScheduleRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.UpdateBackupScheduleRequest other = - (com.google.firestore.admin.v1.UpdateBackupScheduleRequest) obj; + com.google.firestore.admin.v1.UpdateBackupScheduleRequest other = (com.google.firestore.admin.v1.UpdateBackupScheduleRequest) obj; if (hasBackupSchedule() != other.hasBackupSchedule()) return false; if (hasBackupSchedule()) { - if (!getBackupSchedule().equals(other.getBackupSchedule())) return false; + if (!getBackupSchedule() + .equals(other.getBackupSchedule())) return false; } if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask().equals(other.getUpdateMask())) return false; + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -249,104 +208,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.admin.v1.UpdateBackupScheduleRequest prototype) { + public static Builder newBuilder(com.google.firestore.admin.v1.UpdateBackupScheduleRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.UpdateBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.UpdateBackupSchedule].
@@ -354,23 +307,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.UpdateBackupScheduleRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.UpdateBackupScheduleRequest)
       com.google.firestore.admin.v1.UpdateBackupScheduleRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.UpdateBackupScheduleRequest.class,
-              com.google.firestore.admin.v1.UpdateBackupScheduleRequest.Builder.class);
+              com.google.firestore.admin.v1.UpdateBackupScheduleRequest.class, com.google.firestore.admin.v1.UpdateBackupScheduleRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.UpdateBackupScheduleRequest.newBuilder()
@@ -378,18 +329,18 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getBackupScheduleFieldBuilder();
         getUpdateMaskFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -408,9 +359,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor;
     }
 
     @java.lang.Override
@@ -429,11 +380,8 @@ public com.google.firestore.admin.v1.UpdateBackupScheduleRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.UpdateBackupScheduleRequest buildPartial() {
-      com.google.firestore.admin.v1.UpdateBackupScheduleRequest result =
-          new com.google.firestore.admin.v1.UpdateBackupScheduleRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.UpdateBackupScheduleRequest result = new com.google.firestore.admin.v1.UpdateBackupScheduleRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -442,12 +390,15 @@ private void buildPartial0(com.google.firestore.admin.v1.UpdateBackupScheduleReq
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.backupSchedule_ =
-            backupScheduleBuilder_ == null ? backupSchedule_ : backupScheduleBuilder_.build();
+        result.backupSchedule_ = backupScheduleBuilder_ == null
+            ? backupSchedule_
+            : backupScheduleBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.updateMask_ = updateMaskBuilder_ == null ? updateMask_ : updateMaskBuilder_.build();
+        result.updateMask_ = updateMaskBuilder_ == null
+            ? updateMask_
+            : updateMaskBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       result.bitField0_ |= to_bitField0_;
@@ -457,39 +408,38 @@ private void buildPartial0(com.google.firestore.admin.v1.UpdateBackupScheduleReq
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.UpdateBackupScheduleRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.UpdateBackupScheduleRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.UpdateBackupScheduleRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -497,8 +447,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.UpdateBackupScheduleRequest other) {
-      if (other == com.google.firestore.admin.v1.UpdateBackupScheduleRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.UpdateBackupScheduleRequest.getDefaultInstance()) return this;
       if (other.hasBackupSchedule()) {
         mergeBackupSchedule(other.getBackupSchedule());
       }
@@ -531,25 +480,26 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getBackupScheduleFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getBackupScheduleFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getUpdateMaskFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -559,63 +509,43 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.firestore.admin.v1.BackupSchedule backupSchedule_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.admin.v1.BackupSchedule,
-            com.google.firestore.admin.v1.BackupSchedule.Builder,
-            com.google.firestore.admin.v1.BackupScheduleOrBuilder>
-        backupScheduleBuilder_;
+        com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder> backupScheduleBuilder_;
     /**
-     *
-     *
      * 
      * Required. The backup schedule to update.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the backupSchedule field is set. */ public boolean hasBackupSchedule() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Required. The backup schedule to update.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The backupSchedule. */ public com.google.firestore.admin.v1.BackupSchedule getBackupSchedule() { if (backupScheduleBuilder_ == null) { - return backupSchedule_ == null - ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() - : backupSchedule_; + return backupSchedule_ == null ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; } else { return backupScheduleBuilder_.getMessage(); } } /** - * - * *
      * Required. The backup schedule to update.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setBackupSchedule(com.google.firestore.admin.v1.BackupSchedule value) { if (backupScheduleBuilder_ == null) { @@ -631,15 +561,11 @@ public Builder setBackupSchedule(com.google.firestore.admin.v1.BackupSchedule va return this; } /** - * - * *
      * Required. The backup schedule to update.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setBackupSchedule( com.google.firestore.admin.v1.BackupSchedule.Builder builderForValue) { @@ -653,22 +579,17 @@ public Builder setBackupSchedule( return this; } /** - * - * *
      * Required. The backup schedule to update.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeBackupSchedule(com.google.firestore.admin.v1.BackupSchedule value) { if (backupScheduleBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && backupSchedule_ != null - && backupSchedule_ - != com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + backupSchedule_ != null && + backupSchedule_ != com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()) { getBackupScheduleBuilder().mergeFrom(value); } else { backupSchedule_ = value; @@ -683,15 +604,11 @@ public Builder mergeBackupSchedule(com.google.firestore.admin.v1.BackupSchedule return this; } /** - * - * *
      * Required. The backup schedule to update.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearBackupSchedule() { bitField0_ = (bitField0_ & ~0x00000001); @@ -704,15 +621,11 @@ public Builder clearBackupSchedule() { return this; } /** - * - * *
      * Required. The backup schedule to update.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.admin.v1.BackupSchedule.Builder getBackupScheduleBuilder() { bitField0_ |= 0x00000001; @@ -720,48 +633,36 @@ public com.google.firestore.admin.v1.BackupSchedule.Builder getBackupScheduleBui return getBackupScheduleFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The backup schedule to update.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOrBuilder() { if (backupScheduleBuilder_ != null) { return backupScheduleBuilder_.getMessageOrBuilder(); } else { - return backupSchedule_ == null - ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() - : backupSchedule_; + return backupSchedule_ == null ? + com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; } } /** - * - * *
      * Required. The backup schedule to update.
      * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.BackupSchedule, - com.google.firestore.admin.v1.BackupSchedule.Builder, - com.google.firestore.admin.v1.BackupScheduleOrBuilder> + com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder> getBackupScheduleFieldBuilder() { if (backupScheduleBuilder_ == null) { - backupScheduleBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.BackupSchedule, - com.google.firestore.admin.v1.BackupSchedule.Builder, - com.google.firestore.admin.v1.BackupScheduleOrBuilder>( - getBackupSchedule(), getParentForChildren(), isClean()); + backupScheduleBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder>( + getBackupSchedule(), + getParentForChildren(), + isClean()); backupSchedule_ = null; } return backupScheduleBuilder_; @@ -769,47 +670,34 @@ public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOr private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - updateMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * The list of fields to be updated.
      * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The list of fields to be updated.
      * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * The list of fields to be updated.
      * 
@@ -830,15 +718,14 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * The list of fields to be updated.
      * 
* * .google.protobuf.FieldMask update_mask = 2; */ - public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); } else { @@ -849,8 +736,6 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal return this; } /** - * - * *
      * The list of fields to be updated.
      * 
@@ -859,9 +744,9 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && updateMask_ != null - && updateMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + updateMask_ != null && + updateMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) { getUpdateMaskBuilder().mergeFrom(value); } else { updateMask_ = value; @@ -876,8 +761,6 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * The list of fields to be updated.
      * 
@@ -895,8 +778,6 @@ public Builder clearUpdateMask() { return this; } /** - * - * *
      * The list of fields to be updated.
      * 
@@ -909,8 +790,6 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { return getUpdateMaskFieldBuilder().getBuilder(); } /** - * - * *
      * The list of fields to be updated.
      * 
@@ -921,14 +800,11 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } } /** - * - * *
      * The list of fields to be updated.
      * 
@@ -936,24 +812,21 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * .google.protobuf.FieldMask update_mask = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), getParentForChildren(), isClean()); + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); updateMask_ = null; } return updateMaskBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -963,12 +836,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.UpdateBackupScheduleRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.UpdateBackupScheduleRequest) private static final com.google.firestore.admin.v1.UpdateBackupScheduleRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.UpdateBackupScheduleRequest(); } @@ -977,27 +850,27 @@ public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest getDefau return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UpdateBackupScheduleRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public UpdateBackupScheduleRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1012,4 +885,6 @@ public com.google.protobuf.Parser getParserForType( public com.google.firestore.admin.v1.UpdateBackupScheduleRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequestOrBuilder.java similarity index 57% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequestOrBuilder.java index 347c89d92..53c69d242 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequestOrBuilder.java @@ -1,97 +1,59 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface UpdateBackupScheduleRequestOrBuilder - extends +public interface UpdateBackupScheduleRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.UpdateBackupScheduleRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The backup schedule to update.
    * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the backupSchedule field is set. */ boolean hasBackupSchedule(); /** - * - * *
    * Required. The backup schedule to update.
    * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The backupSchedule. */ com.google.firestore.admin.v1.BackupSchedule getBackupSchedule(); /** - * - * *
    * Required. The backup schedule to update.
    * 
* - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; */ com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOrBuilder(); /** - * - * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** - * - * *
    * The list of fields to be updated.
    * 
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadata.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadata.java similarity index 62% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadata.java index 5c6a90911..1ba656bad 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadata.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,49 +5,45 @@ package com.google.firestore.admin.v1; /** - * - * *
  * Metadata related to the update database operation.
  * 
* * Protobuf type {@code google.firestore.admin.v1.UpdateDatabaseMetadata} */ -public final class UpdateDatabaseMetadata extends com.google.protobuf.GeneratedMessageV3 - implements +public final class UpdateDatabaseMetadata extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.UpdateDatabaseMetadata) UpdateDatabaseMetadataOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use UpdateDatabaseMetadata.newBuilder() to construct. private UpdateDatabaseMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private UpdateDatabaseMetadata() {} + private UpdateDatabaseMetadata() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new UpdateDatabaseMetadata(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.UpdateDatabaseMetadata.class, - com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder.class); + com.google.firestore.admin.v1.UpdateDatabaseMetadata.class, com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder.class); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -74,7 +55,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { getUnknownFields().writeTo(output); } @@ -92,13 +74,12 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.UpdateDatabaseMetadata)) { return super.equals(obj); } - com.google.firestore.admin.v1.UpdateDatabaseMetadata other = - (com.google.firestore.admin.v1.UpdateDatabaseMetadata) obj; + com.google.firestore.admin.v1.UpdateDatabaseMetadata other = (com.google.firestore.admin.v1.UpdateDatabaseMetadata) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -117,135 +98,131 @@ public int hashCode() { } public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.UpdateDatabaseMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Metadata related to the update database operation.
    * 
* * Protobuf type {@code google.firestore.admin.v1.UpdateDatabaseMetadata} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.UpdateDatabaseMetadata) com.google.firestore.admin.v1.UpdateDatabaseMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.UpdateDatabaseMetadata.class, - com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder.class); + com.google.firestore.admin.v1.UpdateDatabaseMetadata.class, com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder.class); } // Construct using com.google.firestore.admin.v1.UpdateDatabaseMetadata.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -253,9 +230,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.admin.v1.FirestoreAdminProto - .internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor; } @java.lang.Override @@ -274,8 +251,7 @@ public com.google.firestore.admin.v1.UpdateDatabaseMetadata build() { @java.lang.Override public com.google.firestore.admin.v1.UpdateDatabaseMetadata buildPartial() { - com.google.firestore.admin.v1.UpdateDatabaseMetadata result = - new com.google.firestore.admin.v1.UpdateDatabaseMetadata(this); + com.google.firestore.admin.v1.UpdateDatabaseMetadata result = new com.google.firestore.admin.v1.UpdateDatabaseMetadata(this); onBuilt(); return result; } @@ -284,39 +260,38 @@ public com.google.firestore.admin.v1.UpdateDatabaseMetadata buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.UpdateDatabaseMetadata) { - return mergeFrom((com.google.firestore.admin.v1.UpdateDatabaseMetadata) other); + return mergeFrom((com.google.firestore.admin.v1.UpdateDatabaseMetadata)other); } else { super.mergeFrom(other); return this; @@ -324,8 +299,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.UpdateDatabaseMetadata other) { - if (other == com.google.firestore.admin.v1.UpdateDatabaseMetadata.getDefaultInstance()) - return this; + if (other == com.google.firestore.admin.v1.UpdateDatabaseMetadata.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; @@ -352,13 +326,12 @@ public Builder mergeFrom( case 0: done = true; break; - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -368,9 +341,9 @@ public Builder mergeFrom( } // finally return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -380,12 +353,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.UpdateDatabaseMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.UpdateDatabaseMetadata) private static final com.google.firestore.admin.v1.UpdateDatabaseMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.UpdateDatabaseMetadata(); } @@ -394,27 +367,27 @@ public static com.google.firestore.admin.v1.UpdateDatabaseMetadata getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UpdateDatabaseMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public UpdateDatabaseMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -429,4 +402,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.UpdateDatabaseMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java new file mode 100644 index 000000000..cd5c4ec6f --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java @@ -0,0 +1,10 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface UpdateDatabaseMetadataOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.UpdateDatabaseMetadata) + com.google.protobuf.MessageOrBuilder { +} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequest.java similarity index 64% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequest.java index 647cadb29..3a178e3e8 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.UpdateDatabase][google.firestore.admin.v1.FirestoreAdmin.UpdateDatabase].
@@ -29,53 +12,47 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.UpdateDatabaseRequest}
  */
-public final class UpdateDatabaseRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class UpdateDatabaseRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.UpdateDatabaseRequest)
     UpdateDatabaseRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use UpdateDatabaseRequest.newBuilder() to construct.
   private UpdateDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private UpdateDatabaseRequest() {}
+  private UpdateDatabaseRequest() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new UpdateDatabaseRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.UpdateDatabaseRequest.class,
-            com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder.class);
+            com.google.firestore.admin.v1.UpdateDatabaseRequest.class, com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int DATABASE_FIELD_NUMBER = 1;
   private com.google.firestore.admin.v1.Database database_;
   /**
-   *
-   *
    * 
    * Required. The database to update.
    * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the database field is set. */ @java.lang.Override @@ -83,53 +60,37 @@ public boolean hasDatabase() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Required. The database to update.
    * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The database. */ @java.lang.Override public com.google.firestore.admin.v1.Database getDatabase() { - return database_ == null - ? com.google.firestore.admin.v1.Database.getDefaultInstance() - : database_; + return database_ == null ? com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; } /** - * - * *
    * Required. The database to update.
    * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() { - return database_ == null - ? com.google.firestore.admin.v1.Database.getDefaultInstance() - : database_; + return database_ == null ? com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; } public static final int UPDATE_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask updateMask_; /** - * - * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return Whether the updateMask field is set. */ @java.lang.Override @@ -137,14 +98,11 @@ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return The updateMask. */ @java.lang.Override @@ -152,8 +110,6 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * The list of fields to be updated.
    * 
@@ -166,7 +122,6 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -178,7 +133,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getDatabase()); } @@ -195,10 +151,12 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getDatabase()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getDatabase()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getUpdateMask()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -208,21 +166,22 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.UpdateDatabaseRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.UpdateDatabaseRequest other = - (com.google.firestore.admin.v1.UpdateDatabaseRequest) obj; + com.google.firestore.admin.v1.UpdateDatabaseRequest other = (com.google.firestore.admin.v1.UpdateDatabaseRequest) obj; if (hasDatabase() != other.hasDatabase()) return false; if (hasDatabase()) { - if (!getDatabase().equals(other.getDatabase())) return false; + if (!getDatabase() + .equals(other.getDatabase())) return false; } if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask().equals(other.getUpdateMask())) return false; + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -249,103 +208,98 @@ public int hashCode() { } public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.UpdateDatabaseRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [FirestoreAdmin.UpdateDatabase][google.firestore.admin.v1.FirestoreAdmin.UpdateDatabase].
@@ -353,23 +307,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.UpdateDatabaseRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.UpdateDatabaseRequest)
       com.google.firestore.admin.v1.UpdateDatabaseRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.UpdateDatabaseRequest.class,
-              com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder.class);
+              com.google.firestore.admin.v1.UpdateDatabaseRequest.class, com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.UpdateDatabaseRequest.newBuilder()
@@ -377,18 +329,18 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getDatabaseFieldBuilder();
         getUpdateMaskFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -407,9 +359,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
@@ -428,11 +380,8 @@ public com.google.firestore.admin.v1.UpdateDatabaseRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.UpdateDatabaseRequest buildPartial() {
-      com.google.firestore.admin.v1.UpdateDatabaseRequest result =
-          new com.google.firestore.admin.v1.UpdateDatabaseRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.UpdateDatabaseRequest result = new com.google.firestore.admin.v1.UpdateDatabaseRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -441,11 +390,15 @@ private void buildPartial0(com.google.firestore.admin.v1.UpdateDatabaseRequest r
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.database_ = databaseBuilder_ == null ? database_ : databaseBuilder_.build();
+        result.database_ = databaseBuilder_ == null
+            ? database_
+            : databaseBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.updateMask_ = updateMaskBuilder_ == null ? updateMask_ : updateMaskBuilder_.build();
+        result.updateMask_ = updateMaskBuilder_ == null
+            ? updateMask_
+            : updateMaskBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       result.bitField0_ |= to_bitField0_;
@@ -455,39 +408,38 @@ private void buildPartial0(com.google.firestore.admin.v1.UpdateDatabaseRequest r
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.UpdateDatabaseRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.UpdateDatabaseRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.UpdateDatabaseRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -495,8 +447,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.UpdateDatabaseRequest other) {
-      if (other == com.google.firestore.admin.v1.UpdateDatabaseRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.UpdateDatabaseRequest.getDefaultInstance()) return this;
       if (other.hasDatabase()) {
         mergeDatabase(other.getDatabase());
       }
@@ -529,25 +480,26 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getDatabaseFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getDatabaseFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getUpdateMaskFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -557,63 +509,43 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.firestore.admin.v1.Database database_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.admin.v1.Database,
-            com.google.firestore.admin.v1.Database.Builder,
-            com.google.firestore.admin.v1.DatabaseOrBuilder>
-        databaseBuilder_;
+        com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder> databaseBuilder_;
     /**
-     *
-     *
      * 
      * Required. The database to update.
      * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the database field is set. */ public boolean hasDatabase() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Required. The database to update.
      * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The database. */ public com.google.firestore.admin.v1.Database getDatabase() { if (databaseBuilder_ == null) { - return database_ == null - ? com.google.firestore.admin.v1.Database.getDefaultInstance() - : database_; + return database_ == null ? com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; } else { return databaseBuilder_.getMessage(); } } /** - * - * *
      * Required. The database to update.
      * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setDatabase(com.google.firestore.admin.v1.Database value) { if (databaseBuilder_ == null) { @@ -629,17 +561,14 @@ public Builder setDatabase(com.google.firestore.admin.v1.Database value) { return this; } /** - * - * *
      * Required. The database to update.
      * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setDatabase(com.google.firestore.admin.v1.Database.Builder builderForValue) { + public Builder setDatabase( + com.google.firestore.admin.v1.Database.Builder builderForValue) { if (databaseBuilder_ == null) { database_ = builderForValue.build(); } else { @@ -650,21 +579,17 @@ public Builder setDatabase(com.google.firestore.admin.v1.Database.Builder builde return this; } /** - * - * *
      * Required. The database to update.
      * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeDatabase(com.google.firestore.admin.v1.Database value) { if (databaseBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && database_ != null - && database_ != com.google.firestore.admin.v1.Database.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + database_ != null && + database_ != com.google.firestore.admin.v1.Database.getDefaultInstance()) { getDatabaseBuilder().mergeFrom(value); } else { database_ = value; @@ -679,15 +604,11 @@ public Builder mergeDatabase(com.google.firestore.admin.v1.Database value) { return this; } /** - * - * *
      * Required. The database to update.
      * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearDatabase() { bitField0_ = (bitField0_ & ~0x00000001); @@ -700,15 +621,11 @@ public Builder clearDatabase() { return this; } /** - * - * *
      * Required. The database to update.
      * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.admin.v1.Database.Builder getDatabaseBuilder() { bitField0_ |= 0x00000001; @@ -716,48 +633,36 @@ public com.google.firestore.admin.v1.Database.Builder getDatabaseBuilder() { return getDatabaseFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The database to update.
      * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() { if (databaseBuilder_ != null) { return databaseBuilder_.getMessageOrBuilder(); } else { - return database_ == null - ? com.google.firestore.admin.v1.Database.getDefaultInstance() - : database_; + return database_ == null ? + com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; } } /** - * - * *
      * Required. The database to update.
      * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Database, - com.google.firestore.admin.v1.Database.Builder, - com.google.firestore.admin.v1.DatabaseOrBuilder> + com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder> getDatabaseFieldBuilder() { if (databaseBuilder_ == null) { - databaseBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Database, - com.google.firestore.admin.v1.Database.Builder, - com.google.firestore.admin.v1.DatabaseOrBuilder>( - getDatabase(), getParentForChildren(), isClean()); + databaseBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder>( + getDatabase(), + getParentForChildren(), + isClean()); database_ = null; } return databaseBuilder_; @@ -765,47 +670,34 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() { private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - updateMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * The list of fields to be updated.
      * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The list of fields to be updated.
      * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * The list of fields to be updated.
      * 
@@ -826,15 +718,14 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * The list of fields to be updated.
      * 
* * .google.protobuf.FieldMask update_mask = 2; */ - public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); } else { @@ -845,8 +736,6 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal return this; } /** - * - * *
      * The list of fields to be updated.
      * 
@@ -855,9 +744,9 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && updateMask_ != null - && updateMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + updateMask_ != null && + updateMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) { getUpdateMaskBuilder().mergeFrom(value); } else { updateMask_ = value; @@ -872,8 +761,6 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * The list of fields to be updated.
      * 
@@ -891,8 +778,6 @@ public Builder clearUpdateMask() { return this; } /** - * - * *
      * The list of fields to be updated.
      * 
@@ -905,8 +790,6 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { return getUpdateMaskFieldBuilder().getBuilder(); } /** - * - * *
      * The list of fields to be updated.
      * 
@@ -917,14 +800,11 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } } /** - * - * *
      * The list of fields to be updated.
      * 
@@ -932,24 +812,21 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * .google.protobuf.FieldMask update_mask = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), getParentForChildren(), isClean()); + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); updateMask_ = null; } return updateMaskBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -959,12 +836,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.UpdateDatabaseRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.UpdateDatabaseRequest) private static final com.google.firestore.admin.v1.UpdateDatabaseRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.UpdateDatabaseRequest(); } @@ -973,27 +850,27 @@ public static com.google.firestore.admin.v1.UpdateDatabaseRequest getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UpdateDatabaseRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public UpdateDatabaseRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1008,4 +885,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.UpdateDatabaseRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequestOrBuilder.java similarity index 56% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequestOrBuilder.java index 6d1d29ba8..cd24ce723 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequestOrBuilder.java @@ -1,97 +1,59 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface UpdateDatabaseRequestOrBuilder - extends +public interface UpdateDatabaseRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.UpdateDatabaseRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The database to update.
    * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the database field is set. */ boolean hasDatabase(); /** - * - * *
    * Required. The database to update.
    * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The database. */ com.google.firestore.admin.v1.Database getDatabase(); /** - * - * *
    * Required. The database to update.
    * 
* - * - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; */ com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder(); /** - * - * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** - * - * *
    * The list of fields to be updated.
    * 
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequest.java similarity index 69% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequest.java index ca68a9eec..f1bc3987e 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -20,8 +5,6 @@ package com.google.firestore.admin.v1; /** - * - * *
  * The request for
  * [FirestoreAdmin.UpdateField][google.firestore.admin.v1.FirestoreAdmin.UpdateField].
@@ -29,52 +12,47 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.UpdateFieldRequest}
  */
-public final class UpdateFieldRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class UpdateFieldRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.UpdateFieldRequest)
     UpdateFieldRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use UpdateFieldRequest.newBuilder() to construct.
   private UpdateFieldRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private UpdateFieldRequest() {}
+  private UpdateFieldRequest() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new UpdateFieldRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto
-        .internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.UpdateFieldRequest.class,
-            com.google.firestore.admin.v1.UpdateFieldRequest.Builder.class);
+            com.google.firestore.admin.v1.UpdateFieldRequest.class, com.google.firestore.admin.v1.UpdateFieldRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int FIELD_FIELD_NUMBER = 1;
   private com.google.firestore.admin.v1.Field field_;
   /**
-   *
-   *
    * 
    * Required. The field to be updated.
    * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the field field is set. */ @java.lang.Override @@ -82,15 +60,11 @@ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Required. The field to be updated.
    * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The field. */ @java.lang.Override @@ -98,14 +72,11 @@ public com.google.firestore.admin.v1.Field getField() { return field_ == null ? com.google.firestore.admin.v1.Field.getDefaultInstance() : field_; } /** - * - * *
    * Required. The field to be updated.
    * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.firestore.admin.v1.FieldOrBuilder getFieldOrBuilder() { @@ -115,15 +86,12 @@ public com.google.firestore.admin.v1.FieldOrBuilder getFieldOrBuilder() { public static final int UPDATE_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask updateMask_; /** - * - * *
    * A mask, relative to the field. If specified, only configuration specified
    * by this field_mask will be updated in the field.
    * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return Whether the updateMask field is set. */ @java.lang.Override @@ -131,15 +99,12 @@ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * A mask, relative to the field. If specified, only configuration specified
    * by this field_mask will be updated in the field.
    * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return The updateMask. */ @java.lang.Override @@ -147,8 +112,6 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * A mask, relative to the field. If specified, only configuration specified
    * by this field_mask will be updated in the field.
@@ -162,7 +125,6 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -174,7 +136,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getField());
     }
@@ -191,10 +154,12 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getField());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, getField());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getUpdateMask());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, getUpdateMask());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -204,21 +169,22 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.admin.v1.UpdateFieldRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.admin.v1.UpdateFieldRequest other =
-        (com.google.firestore.admin.v1.UpdateFieldRequest) obj;
+    com.google.firestore.admin.v1.UpdateFieldRequest other = (com.google.firestore.admin.v1.UpdateFieldRequest) obj;
 
     if (hasField() != other.hasField()) return false;
     if (hasField()) {
-      if (!getField().equals(other.getField())) return false;
+      if (!getField()
+          .equals(other.getField())) return false;
     }
     if (hasUpdateMask() != other.hasUpdateMask()) return false;
     if (hasUpdateMask()) {
-      if (!getUpdateMask().equals(other.getUpdateMask())) return false;
+      if (!getUpdateMask()
+          .equals(other.getUpdateMask())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -244,104 +210,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.admin.v1.UpdateFieldRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.UpdateFieldRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.admin.v1.UpdateFieldRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The request for
    * [FirestoreAdmin.UpdateField][google.firestore.admin.v1.FirestoreAdmin.UpdateField].
@@ -349,23 +310,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.UpdateFieldRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.UpdateFieldRequest)
       com.google.firestore.admin.v1.UpdateFieldRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.UpdateFieldRequest.class,
-              com.google.firestore.admin.v1.UpdateFieldRequest.Builder.class);
+              com.google.firestore.admin.v1.UpdateFieldRequest.class, com.google.firestore.admin.v1.UpdateFieldRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.UpdateFieldRequest.newBuilder()
@@ -373,18 +332,18 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getFieldFieldBuilder();
         getUpdateMaskFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -403,9 +362,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto
-          .internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor;
     }
 
     @java.lang.Override
@@ -424,11 +383,8 @@ public com.google.firestore.admin.v1.UpdateFieldRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.UpdateFieldRequest buildPartial() {
-      com.google.firestore.admin.v1.UpdateFieldRequest result =
-          new com.google.firestore.admin.v1.UpdateFieldRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.UpdateFieldRequest result = new com.google.firestore.admin.v1.UpdateFieldRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -437,11 +393,15 @@ private void buildPartial0(com.google.firestore.admin.v1.UpdateFieldRequest resu
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.field_ = fieldBuilder_ == null ? field_ : fieldBuilder_.build();
+        result.field_ = fieldBuilder_ == null
+            ? field_
+            : fieldBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.updateMask_ = updateMaskBuilder_ == null ? updateMask_ : updateMaskBuilder_.build();
+        result.updateMask_ = updateMaskBuilder_ == null
+            ? updateMask_
+            : updateMaskBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       result.bitField0_ |= to_bitField0_;
@@ -451,39 +411,38 @@ private void buildPartial0(com.google.firestore.admin.v1.UpdateFieldRequest resu
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.UpdateFieldRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.UpdateFieldRequest) other);
+        return mergeFrom((com.google.firestore.admin.v1.UpdateFieldRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -491,8 +450,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.UpdateFieldRequest other) {
-      if (other == com.google.firestore.admin.v1.UpdateFieldRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.admin.v1.UpdateFieldRequest.getDefaultInstance()) return this;
       if (other.hasField()) {
         mergeField(other.getField());
       }
@@ -525,25 +483,26 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getFieldFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getFieldFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getUpdateMaskFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -553,40 +512,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.firestore.admin.v1.Field field_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.admin.v1.Field,
-            com.google.firestore.admin.v1.Field.Builder,
-            com.google.firestore.admin.v1.FieldOrBuilder>
-        fieldBuilder_;
+        com.google.firestore.admin.v1.Field, com.google.firestore.admin.v1.Field.Builder, com.google.firestore.admin.v1.FieldOrBuilder> fieldBuilder_;
     /**
-     *
-     *
      * 
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the field field is set. */ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The field. */ public com.google.firestore.admin.v1.Field getField() { @@ -597,14 +544,11 @@ public com.google.firestore.admin.v1.Field getField() { } } /** - * - * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setField(com.google.firestore.admin.v1.Field value) { if (fieldBuilder_ == null) { @@ -620,16 +564,14 @@ public Builder setField(com.google.firestore.admin.v1.Field value) { return this; } /** - * - * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setField(com.google.firestore.admin.v1.Field.Builder builderForValue) { + public Builder setField( + com.google.firestore.admin.v1.Field.Builder builderForValue) { if (fieldBuilder_ == null) { field_ = builderForValue.build(); } else { @@ -640,20 +582,17 @@ public Builder setField(com.google.firestore.admin.v1.Field.Builder builderForVa return this; } /** - * - * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeField(com.google.firestore.admin.v1.Field value) { if (fieldBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && field_ != null - && field_ != com.google.firestore.admin.v1.Field.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + field_ != null && + field_ != com.google.firestore.admin.v1.Field.getDefaultInstance()) { getFieldBuilder().mergeFrom(value); } else { field_ = value; @@ -668,14 +607,11 @@ public Builder mergeField(com.google.firestore.admin.v1.Field value) { return this; } /** - * - * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearField() { bitField0_ = (bitField0_ & ~0x00000001); @@ -688,14 +624,11 @@ public Builder clearField() { return this; } /** - * - * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.admin.v1.Field.Builder getFieldBuilder() { bitField0_ |= 0x00000001; @@ -703,44 +636,36 @@ public com.google.firestore.admin.v1.Field.Builder getFieldBuilder() { return getFieldFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.admin.v1.FieldOrBuilder getFieldOrBuilder() { if (fieldBuilder_ != null) { return fieldBuilder_.getMessageOrBuilder(); } else { - return field_ == null ? com.google.firestore.admin.v1.Field.getDefaultInstance() : field_; + return field_ == null ? + com.google.firestore.admin.v1.Field.getDefaultInstance() : field_; } } /** - * - * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Field, - com.google.firestore.admin.v1.Field.Builder, - com.google.firestore.admin.v1.FieldOrBuilder> + com.google.firestore.admin.v1.Field, com.google.firestore.admin.v1.Field.Builder, com.google.firestore.admin.v1.FieldOrBuilder> getFieldFieldBuilder() { if (fieldBuilder_ == null) { - fieldBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Field, - com.google.firestore.admin.v1.Field.Builder, - com.google.firestore.admin.v1.FieldOrBuilder>( - getField(), getParentForChildren(), isClean()); + fieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Field, com.google.firestore.admin.v1.Field.Builder, com.google.firestore.admin.v1.FieldOrBuilder>( + getField(), + getParentForChildren(), + isClean()); field_ = null; } return fieldBuilder_; @@ -748,49 +673,36 @@ public com.google.firestore.admin.v1.FieldOrBuilder getFieldOrBuilder() { private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - updateMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
      * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
      * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
@@ -812,8 +724,6 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
@@ -821,7 +731,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
      *
      * .google.protobuf.FieldMask update_mask = 2;
      */
-    public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) {
+    public Builder setUpdateMask(
+        com.google.protobuf.FieldMask.Builder builderForValue) {
       if (updateMaskBuilder_ == null) {
         updateMask_ = builderForValue.build();
       } else {
@@ -832,8 +743,6 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
@@ -843,9 +752,9 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal
      */
     public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
       if (updateMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0)
-            && updateMask_ != null
-            && updateMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0) &&
+          updateMask_ != null &&
+          updateMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
           getUpdateMaskBuilder().mergeFrom(value);
         } else {
           updateMask_ = value;
@@ -860,8 +769,6 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
@@ -880,8 +787,6 @@ public Builder clearUpdateMask() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
@@ -895,8 +800,6 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
       return getUpdateMaskFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
@@ -908,14 +811,11 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
       if (updateMaskBuilder_ != null) {
         return updateMaskBuilder_.getMessageOrBuilder();
       } else {
-        return updateMask_ == null
-            ? com.google.protobuf.FieldMask.getDefaultInstance()
-            : updateMask_;
+        return updateMask_ == null ?
+            com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_;
       }
     }
     /**
-     *
-     *
      * 
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
@@ -924,24 +824,21 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
      * .google.protobuf.FieldMask update_mask = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.FieldMask,
-            com.google.protobuf.FieldMask.Builder,
-            com.google.protobuf.FieldMaskOrBuilder>
+        com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> 
         getUpdateMaskFieldBuilder() {
       if (updateMaskBuilder_ == null) {
-        updateMaskBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.FieldMask,
-                com.google.protobuf.FieldMask.Builder,
-                com.google.protobuf.FieldMaskOrBuilder>(
-                getUpdateMask(), getParentForChildren(), isClean());
+        updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>(
+                getUpdateMask(),
+                getParentForChildren(),
+                isClean());
         updateMask_ = null;
       }
       return updateMaskBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -951,12 +848,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.UpdateFieldRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.UpdateFieldRequest)
   private static final com.google.firestore.admin.v1.UpdateFieldRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.admin.v1.UpdateFieldRequest();
   }
@@ -965,27 +862,27 @@ public static com.google.firestore.admin.v1.UpdateFieldRequest getDefaultInstanc
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public UpdateFieldRequest parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public UpdateFieldRequest parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1000,4 +897,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.admin.v1.UpdateFieldRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequestOrBuilder.java
similarity index 68%
rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequestOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequestOrBuilder.java
index dc7d96c47..30ba47e7e 100644
--- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequestOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequestOrBuilder.java
@@ -1,96 +1,61 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/firestore_admin.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.admin.v1;
 
-public interface UpdateFieldRequestOrBuilder
-    extends
+public interface UpdateFieldRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.UpdateFieldRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. The field to be updated.
    * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the field field is set. */ boolean hasField(); /** - * - * *
    * Required. The field to be updated.
    * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The field. */ com.google.firestore.admin.v1.Field getField(); /** - * - * *
    * Required. The field to be updated.
    * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; */ com.google.firestore.admin.v1.FieldOrBuilder getFieldOrBuilder(); /** - * - * *
    * A mask, relative to the field. If specified, only configuration specified
    * by this field_mask will be updated in the field.
    * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * A mask, relative to the field. If specified, only configuration specified
    * by this field_mask will be updated in the field.
    * 
* * .google.protobuf.FieldMask update_mask = 2; - * * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** - * - * *
    * A mask, relative to the field. If specified, only configuration specified
    * by this field_mask will be updated in the field.
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrence.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrence.java
similarity index 67%
rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrence.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrence.java
index 256e57f0c..cad963a4f 100644
--- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrence.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrence.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/schedule.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.admin.v1;
 
 /**
- *
- *
  * 
  * Represents a recurring schedule that runs on a specified day of the week.
  *
@@ -30,46 +13,42 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.WeeklyRecurrence}
  */
-public final class WeeklyRecurrence extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class WeeklyRecurrence extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.WeeklyRecurrence)
     WeeklyRecurrenceOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use WeeklyRecurrence.newBuilder() to construct.
   private WeeklyRecurrence(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private WeeklyRecurrence() {
     day_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new WeeklyRecurrence();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.admin.v1.ScheduleProto
-        .internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.ScheduleProto
-        .internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable
+    return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.WeeklyRecurrence.class,
-            com.google.firestore.admin.v1.WeeklyRecurrence.Builder.class);
+            com.google.firestore.admin.v1.WeeklyRecurrence.class, com.google.firestore.admin.v1.WeeklyRecurrence.Builder.class);
   }
 
   public static final int DAY_FIELD_NUMBER = 2;
   private int day_ = 0;
   /**
-   *
-   *
    * 
    * The day of week to run.
    *
@@ -77,16 +56,12 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * .google.type.DayOfWeek day = 2; - * * @return The enum numeric value on the wire for day. */ - @java.lang.Override - public int getDayValue() { + @java.lang.Override public int getDayValue() { return day_; } /** - * - * *
    * The day of week to run.
    *
@@ -94,17 +69,14 @@ public int getDayValue() {
    * 
* * .google.type.DayOfWeek day = 2; - * * @return The day. */ - @java.lang.Override - public com.google.type.DayOfWeek getDay() { + @java.lang.Override public com.google.type.DayOfWeek getDay() { com.google.type.DayOfWeek result = com.google.type.DayOfWeek.forNumber(day_); return result == null ? com.google.type.DayOfWeek.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -116,7 +88,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (day_ != com.google.type.DayOfWeek.DAY_OF_WEEK_UNSPECIFIED.getNumber()) { output.writeEnum(2, day_); } @@ -130,7 +103,8 @@ public int getSerializedSize() { size = 0; if (day_ != com.google.type.DayOfWeek.DAY_OF_WEEK_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, day_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, day_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -140,13 +114,12 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.WeeklyRecurrence)) { return super.equals(obj); } - com.google.firestore.admin.v1.WeeklyRecurrence other = - (com.google.firestore.admin.v1.WeeklyRecurrence) obj; + com.google.firestore.admin.v1.WeeklyRecurrence other = (com.google.firestore.admin.v1.WeeklyRecurrence) obj; if (day_ != other.day_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; @@ -167,104 +140,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.WeeklyRecurrence parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.WeeklyRecurrence parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.WeeklyRecurrence parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.WeeklyRecurrence prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Represents a recurring schedule that runs on a specified day of the week.
    *
@@ -273,32 +241,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.admin.v1.WeeklyRecurrence}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.WeeklyRecurrence)
       com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.admin.v1.ScheduleProto
-          .internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.ScheduleProto
-          .internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable
+      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.WeeklyRecurrence.class,
-              com.google.firestore.admin.v1.WeeklyRecurrence.Builder.class);
+              com.google.firestore.admin.v1.WeeklyRecurrence.class, com.google.firestore.admin.v1.WeeklyRecurrence.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.WeeklyRecurrence.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -308,9 +277,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.admin.v1.ScheduleProto
-          .internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor;
     }
 
     @java.lang.Override
@@ -329,11 +298,8 @@ public com.google.firestore.admin.v1.WeeklyRecurrence build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.WeeklyRecurrence buildPartial() {
-      com.google.firestore.admin.v1.WeeklyRecurrence result =
-          new com.google.firestore.admin.v1.WeeklyRecurrence(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.admin.v1.WeeklyRecurrence result = new com.google.firestore.admin.v1.WeeklyRecurrence(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -349,39 +315,38 @@ private void buildPartial0(com.google.firestore.admin.v1.WeeklyRecurrence result
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.WeeklyRecurrence) {
-        return mergeFrom((com.google.firestore.admin.v1.WeeklyRecurrence) other);
+        return mergeFrom((com.google.firestore.admin.v1.WeeklyRecurrence)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -419,19 +384,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 16:
-              {
-                day_ = input.readEnum();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 16
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 16: {
+              day_ = input.readEnum();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 16
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -441,13 +404,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private int day_ = 0;
     /**
-     *
-     *
      * 
      * The day of week to run.
      *
@@ -455,16 +415,12 @@ public Builder mergeFrom(
      * 
* * .google.type.DayOfWeek day = 2; - * * @return The enum numeric value on the wire for day. */ - @java.lang.Override - public int getDayValue() { + @java.lang.Override public int getDayValue() { return day_; } /** - * - * *
      * The day of week to run.
      *
@@ -472,7 +428,6 @@ public int getDayValue() {
      * 
* * .google.type.DayOfWeek day = 2; - * * @param value The enum numeric value on the wire for day to set. * @return This builder for chaining. */ @@ -483,8 +438,6 @@ public Builder setDayValue(int value) { return this; } /** - * - * *
      * The day of week to run.
      *
@@ -492,7 +445,6 @@ public Builder setDayValue(int value) {
      * 
* * .google.type.DayOfWeek day = 2; - * * @return The day. */ @java.lang.Override @@ -501,8 +453,6 @@ public com.google.type.DayOfWeek getDay() { return result == null ? com.google.type.DayOfWeek.UNRECOGNIZED : result; } /** - * - * *
      * The day of week to run.
      *
@@ -510,7 +460,6 @@ public com.google.type.DayOfWeek getDay() {
      * 
* * .google.type.DayOfWeek day = 2; - * * @param value The day to set. * @return This builder for chaining. */ @@ -524,8 +473,6 @@ public Builder setDay(com.google.type.DayOfWeek value) { return this; } /** - * - * *
      * The day of week to run.
      *
@@ -533,7 +480,6 @@ public Builder setDay(com.google.type.DayOfWeek value) {
      * 
* * .google.type.DayOfWeek day = 2; - * * @return This builder for chaining. */ public Builder clearDay() { @@ -542,9 +488,9 @@ public Builder clearDay() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -554,12 +500,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.WeeklyRecurrence) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.WeeklyRecurrence) private static final com.google.firestore.admin.v1.WeeklyRecurrence DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.WeeklyRecurrence(); } @@ -568,27 +514,27 @@ public static com.google.firestore.admin.v1.WeeklyRecurrence getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public WeeklyRecurrence parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public WeeklyRecurrence parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -603,4 +549,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.WeeklyRecurrence getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrenceOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrenceOrBuilder.java similarity index 54% rename from proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrenceOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrenceOrBuilder.java index 6c265b99d..6b367cf69 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrenceOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrenceOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/schedule.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface WeeklyRecurrenceOrBuilder - extends +public interface WeeklyRecurrenceOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.WeeklyRecurrence) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The day of week to run.
    *
@@ -34,13 +16,10 @@ public interface WeeklyRecurrenceOrBuilder
    * 
* * .google.type.DayOfWeek day = 2; - * * @return The enum numeric value on the wire for day. */ int getDayValue(); /** - * - * *
    * The day of week to run.
    *
@@ -48,7 +27,6 @@ public interface WeeklyRecurrenceOrBuilder
    * 
* * .google.type.DayOfWeek day = 2; - * * @return The day. */ com.google.type.DayOfWeek getDay(); diff --git a/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/backup.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/backup.proto similarity index 100% rename from proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/backup.proto rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/backup.proto diff --git a/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/database.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/database.proto similarity index 100% rename from proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/database.proto rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/database.proto diff --git a/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/field.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/field.proto similarity index 82% rename from proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/field.proto rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/field.proto index 930f91146..eefee763c 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/field.proto +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/field.proto @@ -49,8 +49,8 @@ message Field { // When false, the `Field`'s index configuration is defined explicitly. bool uses_ancestor_config = 2; - // Output only. Specifies the resource name of the `Field` from which this field's - // index configuration is set (when `uses_ancestor_config` is true), + // Output only. Specifies the resource name of the `Field` from which this + // field's index configuration is set (when `uses_ancestor_config` is true), // or from which it *would* be set if this field had no index configuration // (when `uses_ancestor_config` is false). string ancestor_field = 3; @@ -65,9 +65,12 @@ message Field { // The TTL (time-to-live) configuration for documents that have this `Field` // set. + // // Storing a timestamp value into a TTL-enabled field will be treated as - // the document's absolute expiration time. Using any other data type or - // leaving the field absent will disable the TTL for the individual document. + // the document's absolute expiration time. Timestamp values in the past + // indicate that the document is eligible for immediate expiration. Using any + // other data type or leaving the field absent will disable expiration for the + // individual document. message TtlConfig { // The state of applying the TTL configuration to all documents. enum State { @@ -95,26 +98,24 @@ message Field { State state = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; } - // Required. A field name of the form + // Required. A field name of the form: // `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}` // - // A field path may be a simple field name, e.g. `address` or a path to fields - // within map_value , e.g. `address.city`, + // A field path can be a simple field name, e.g. `address` or a path to fields + // within `map_value` , e.g. `address.city`, // or a special field path. The only valid special field is `*`, which // represents any field. // - // Field paths may be quoted using ` (backtick). The only character that needs - // to be escaped within a quoted field path is the backtick character itself, - // escaped using a backslash. Special characters in field paths that + // Field paths can be quoted using `` ` `` (backtick). The only character that + // must be escaped within a quoted field path is the backtick character + // itself, escaped using a backslash. Special characters in field paths that // must be quoted include: `*`, `.`, - // ``` (backtick), `[`, `]`, as well as any ascii symbolic characters. + // `` ` `` (backtick), `[`, `]`, as well as any ascii symbolic characters. // // Examples: - // (Note: Comments here are written in markdown syntax, so there is an - // additional layer of backticks to represent a code block) - // `\`address.city\`` represents a field named `address.city`, not the map key - // `city` in the field `address`. - // `\`*\`` represents a field named `*`, not any field. + // `` `address.city` `` represents a field named `address.city`, not the map + // key `city` in the field `address`. `` `*` `` represents a field named `*`, + // not any field. // // A special `Field` contains the default indexing settings for all fields. // This field's resource name is: diff --git a/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/firestore_admin.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/firestore_admin.proto similarity index 91% rename from proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/firestore_admin.proto rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/firestore_admin.proto index 2a19b4fea..dd95c2ce7 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/firestore_admin.proto +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/firestore_admin.proto @@ -217,6 +217,27 @@ service FirestoreAdmin { }; } + // Bulk deletes a subset of documents from Google Cloud Firestore. + // Documents created or updated after the underlying system starts to process + // the request will not be deleted. The bulk delete occurs in the background + // and its progress can be monitored and managed via the Operation resource + // that is created. + // + // For more details on bulk delete behavior, refer to: + // https://cloud.google.com/firestore/docs/manage-data/bulk-delete + rpc BulkDeleteDocuments(BulkDeleteDocumentsRequest) + returns (google.longrunning.Operation) { + option (google.api.http) = { + post: "/v1/{name=projects/*/databases/*}:bulkDeleteDocuments" + body: "*" + }; + option (google.api.method_signature) = "name"; + option (google.longrunning.operation_info) = { + response_type: "BulkDeleteDocumentsResponse" + metadata_type: "BulkDeleteDocumentsMetadata" + }; + } + // Create a database. rpc CreateDatabase(CreateDatabaseRequest) returns (google.longrunning.Operation) { @@ -302,7 +323,7 @@ service FirestoreAdmin { // // The new database must be in the same cloud region or multi-region location // as the existing backup. This behaves similar to - // [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.CreateDatabase] + // [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.FirestoreAdmin.CreateDatabase] // except instead of creating a new empty database, a new database is created // with the database type, index configuration, and documents from an existing // backup. @@ -386,6 +407,9 @@ message ListDatabasesRequest { child_type: "firestore.googleapis.com/Database" } ]; + + // If true, also returns deleted resources. + bool show_deleted = 4; } // The request for @@ -670,7 +694,8 @@ message ListFieldsRequest { // only supports listing fields that have been explicitly overridden. To issue // this query, call // [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields] - // with a filter that includes `indexConfig.usesAncestorConfig:false` . + // with a filter that includes `indexConfig.usesAncestorConfig:false` or + // `ttlConfig:*`. string filter = 2; // The number of results to return. @@ -705,7 +730,8 @@ message ExportDocumentsRequest { } ]; - // Which collection ids to export. Unspecified means all collections. + // Which collection ids to export. Unspecified means all collections. Each + // collection id in this list must be unique. repeated string collection_ids = 2; // The output URI. Currently only supports Google Cloud Storage URIs of the @@ -749,7 +775,7 @@ message ImportDocumentsRequest { ]; // Which collection ids to import. Unspecified means all collections included - // in the import. + // in the import. Each collection id in this list must be unique. repeated string collection_ids = 2; // Location of the exported files. @@ -768,6 +794,49 @@ message ImportDocumentsRequest { repeated string namespace_ids = 4; } +// The request for +// [FirestoreAdmin.BulkDeleteDocuments][google.firestore.admin.v1.FirestoreAdmin.BulkDeleteDocuments]. +// +// When both collection_ids and namespace_ids are set, only documents satisfying +// both conditions will be deleted. +// +// Requests with namespace_ids and collection_ids both empty will be rejected. +// Please use +// [FirestoreAdmin.DeleteDatabase][google.firestore.admin.v1.FirestoreAdmin.DeleteDatabase] +// instead. +message BulkDeleteDocumentsRequest { + // Required. Database to operate. Should be of the form: + // `projects/{project_id}/databases/{database_id}`. + string name = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "firestore.googleapis.com/Database" + } + ]; + + // Optional. IDs of the collection groups to delete. Unspecified means all + // collection groups. + // + // Each collection group in this list must be unique. + repeated string collection_ids = 2 [(google.api.field_behavior) = OPTIONAL]; + + // Optional. Namespaces to delete. + // + // An empty list means all namespaces. This is the recommended + // usage for databases that don't use namespaces. + // + // An empty string element represents the default namespace. This should be + // used if the database has data in non-default namespaces, but doesn't want + // to delete from them. + // + // Each namespace in this list must be unique. + repeated string namespace_ids = 3 [(google.api.field_behavior) = OPTIONAL]; +} + +// The response for +// [FirestoreAdmin.BulkDeleteDocuments][google.firestore.admin.v1.FirestoreAdmin.BulkDeleteDocuments]. +message BulkDeleteDocumentsResponse {} + // The request for // [FirestoreAdmin.GetBackup][google.firestore.admin.v1.FirestoreAdmin.GetBackup]. message GetBackupRequest { diff --git a/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/index.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/index.proto similarity index 98% rename from proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/index.proto rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/index.proto index 2eec079d3..f2a3cc373 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/index.proto +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/index.proto @@ -126,7 +126,7 @@ message Index { // Indicates that this field supports operations on `array_value`s. ArrayConfig array_config = 3; - // Indicates that this field supports nearest neighbors and distance + // Indicates that this field supports nearest neighbor and distance // operations on vector. VectorConfig vector_config = 4; } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/location.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/location.proto similarity index 100% rename from proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/location.proto rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/location.proto diff --git a/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/operation.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/operation.proto similarity index 88% rename from proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/operation.proto rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/operation.proto index 1087e8cfc..80b133764 100644 --- a/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/operation.proto +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/operation.proto @@ -191,6 +191,39 @@ message ImportDocumentsMetadata { repeated string namespace_ids = 8; } +// Metadata for [google.longrunning.Operation][google.longrunning.Operation] +// results from +// [FirestoreAdmin.BulkDeleteDocuments][google.firestore.admin.v1.FirestoreAdmin.BulkDeleteDocuments]. +message BulkDeleteDocumentsMetadata { + // The time this operation started. + google.protobuf.Timestamp start_time = 1; + + // The time this operation completed. Will be unset if operation still in + // progress. + google.protobuf.Timestamp end_time = 2; + + // The state of the operation. + OperationState operation_state = 3; + + // The progress, in documents, of this operation. + Progress progress_documents = 4; + + // The progress, in bytes, of this operation. + Progress progress_bytes = 5; + + // The ids of the collection groups that are being deleted. + repeated string collection_ids = 6; + + // Which namespace ids are being deleted. + repeated string namespace_ids = 7; + + // The timestamp that corresponds to the version of the database that is being + // read to get the list of documents to delete. This time can also be used as + // the timestamp of PITR in case of disaster recovery (subject to PITR window + // limit). + google.protobuf.Timestamp snapshot_time = 8; +} + // Returned in the [google.longrunning.Operation][google.longrunning.Operation] // response field. message ExportDocumentsResponse { diff --git a/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/schedule.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/schedule.proto similarity index 100% rename from proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/schedule.proto rename to owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/schedule.proto diff --git a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElement.java b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElement.java similarity index 65% rename from proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElement.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElement.java index 44cf1a28b..67eff352e 100644 --- a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElement.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElement.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/bundle/bundle.proto @@ -20,8 +5,6 @@ package com.google.firestore.bundle; /** - * - * *
  * A Firestore bundle is a length-prefixed stream of JSON representations of
  * `BundleElement`.
@@ -32,47 +15,43 @@
  *
  * Protobuf type {@code google.firestore.bundle.BundleElement}
  */
-public final class BundleElement extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class BundleElement extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.bundle.BundleElement)
     BundleElementOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use BundleElement.newBuilder() to construct.
   private BundleElement(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private BundleElement() {}
+  private BundleElement() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new BundleElement();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.bundle.BundleProto
-        .internal_static_google_firestore_bundle_BundleElement_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleElement_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.bundle.BundleProto
-        .internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable
+    return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.bundle.BundleElement.class,
-            com.google.firestore.bundle.BundleElement.Builder.class);
+            com.google.firestore.bundle.BundleElement.class, com.google.firestore.bundle.BundleElement.Builder.class);
   }
 
   private int elementTypeCase_ = 0;
-
   @SuppressWarnings("serial")
   private java.lang.Object elementType_;
-
   public enum ElementTypeCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     METADATA(1),
     NAMED_QUERY(2),
@@ -80,7 +59,6 @@ public enum ElementTypeCase
     DOCUMENT(4),
     ELEMENTTYPE_NOT_SET(0);
     private final int value;
-
     private ElementTypeCase(int value) {
       this.value = value;
     }
@@ -96,34 +74,28 @@ public static ElementTypeCase valueOf(int value) {
 
     public static ElementTypeCase forNumber(int value) {
       switch (value) {
-        case 1:
-          return METADATA;
-        case 2:
-          return NAMED_QUERY;
-        case 3:
-          return DOCUMENT_METADATA;
-        case 4:
-          return DOCUMENT;
-        case 0:
-          return ELEMENTTYPE_NOT_SET;
-        default:
-          return null;
+        case 1: return METADATA;
+        case 2: return NAMED_QUERY;
+        case 3: return DOCUMENT_METADATA;
+        case 4: return DOCUMENT;
+        case 0: return ELEMENTTYPE_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ElementTypeCase getElementTypeCase() {
-    return ElementTypeCase.forNumber(elementTypeCase_);
+  public ElementTypeCase
+  getElementTypeCase() {
+    return ElementTypeCase.forNumber(
+        elementTypeCase_);
   }
 
   public static final int METADATA_FIELD_NUMBER = 1;
   /**
    * .google.firestore.bundle.BundleMetadata metadata = 1;
-   *
    * @return Whether the metadata field is set.
    */
   @java.lang.Override
@@ -132,21 +104,22 @@ public boolean hasMetadata() {
   }
   /**
    * .google.firestore.bundle.BundleMetadata metadata = 1;
-   *
    * @return The metadata.
    */
   @java.lang.Override
   public com.google.firestore.bundle.BundleMetadata getMetadata() {
     if (elementTypeCase_ == 1) {
-      return (com.google.firestore.bundle.BundleMetadata) elementType_;
+       return (com.google.firestore.bundle.BundleMetadata) elementType_;
     }
     return com.google.firestore.bundle.BundleMetadata.getDefaultInstance();
   }
-  /** .google.firestore.bundle.BundleMetadata metadata = 1; */
+  /**
+   * .google.firestore.bundle.BundleMetadata metadata = 1;
+   */
   @java.lang.Override
   public com.google.firestore.bundle.BundleMetadataOrBuilder getMetadataOrBuilder() {
     if (elementTypeCase_ == 1) {
-      return (com.google.firestore.bundle.BundleMetadata) elementType_;
+       return (com.google.firestore.bundle.BundleMetadata) elementType_;
     }
     return com.google.firestore.bundle.BundleMetadata.getDefaultInstance();
   }
@@ -154,7 +127,6 @@ public com.google.firestore.bundle.BundleMetadataOrBuilder getMetadataOrBuilder(
   public static final int NAMED_QUERY_FIELD_NUMBER = 2;
   /**
    * .google.firestore.bundle.NamedQuery named_query = 2;
-   *
    * @return Whether the namedQuery field is set.
    */
   @java.lang.Override
@@ -163,21 +135,22 @@ public boolean hasNamedQuery() {
   }
   /**
    * .google.firestore.bundle.NamedQuery named_query = 2;
-   *
    * @return The namedQuery.
    */
   @java.lang.Override
   public com.google.firestore.bundle.NamedQuery getNamedQuery() {
     if (elementTypeCase_ == 2) {
-      return (com.google.firestore.bundle.NamedQuery) elementType_;
+       return (com.google.firestore.bundle.NamedQuery) elementType_;
     }
     return com.google.firestore.bundle.NamedQuery.getDefaultInstance();
   }
-  /** .google.firestore.bundle.NamedQuery named_query = 2; */
+  /**
+   * .google.firestore.bundle.NamedQuery named_query = 2;
+   */
   @java.lang.Override
   public com.google.firestore.bundle.NamedQueryOrBuilder getNamedQueryOrBuilder() {
     if (elementTypeCase_ == 2) {
-      return (com.google.firestore.bundle.NamedQuery) elementType_;
+       return (com.google.firestore.bundle.NamedQuery) elementType_;
     }
     return com.google.firestore.bundle.NamedQuery.getDefaultInstance();
   }
@@ -185,7 +158,6 @@ public com.google.firestore.bundle.NamedQueryOrBuilder getNamedQueryOrBuilder()
   public static final int DOCUMENT_METADATA_FIELD_NUMBER = 3;
   /**
    * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-   *
    * @return Whether the documentMetadata field is set.
    */
   @java.lang.Override
@@ -194,22 +166,22 @@ public boolean hasDocumentMetadata() {
   }
   /**
    * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-   *
    * @return The documentMetadata.
    */
   @java.lang.Override
   public com.google.firestore.bundle.BundledDocumentMetadata getDocumentMetadata() {
     if (elementTypeCase_ == 3) {
-      return (com.google.firestore.bundle.BundledDocumentMetadata) elementType_;
+       return (com.google.firestore.bundle.BundledDocumentMetadata) elementType_;
     }
     return com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance();
   }
-  /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
+  /**
+   * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+   */
   @java.lang.Override
-  public com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
-      getDocumentMetadataOrBuilder() {
+  public com.google.firestore.bundle.BundledDocumentMetadataOrBuilder getDocumentMetadataOrBuilder() {
     if (elementTypeCase_ == 3) {
-      return (com.google.firestore.bundle.BundledDocumentMetadata) elementType_;
+       return (com.google.firestore.bundle.BundledDocumentMetadata) elementType_;
     }
     return com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance();
   }
@@ -217,7 +189,6 @@ public com.google.firestore.bundle.BundledDocumentMetadata getDocumentMetadata()
   public static final int DOCUMENT_FIELD_NUMBER = 4;
   /**
    * .google.firestore.v1.Document document = 4;
-   *
    * @return Whether the document field is set.
    */
   @java.lang.Override
@@ -226,27 +197,27 @@ public boolean hasDocument() {
   }
   /**
    * .google.firestore.v1.Document document = 4;
-   *
    * @return The document.
    */
   @java.lang.Override
   public com.google.firestore.v1.Document getDocument() {
     if (elementTypeCase_ == 4) {
-      return (com.google.firestore.v1.Document) elementType_;
+       return (com.google.firestore.v1.Document) elementType_;
     }
     return com.google.firestore.v1.Document.getDefaultInstance();
   }
-  /** .google.firestore.v1.Document document = 4; */
+  /**
+   * .google.firestore.v1.Document document = 4;
+   */
   @java.lang.Override
   public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
     if (elementTypeCase_ == 4) {
-      return (com.google.firestore.v1.Document) elementType_;
+       return (com.google.firestore.v1.Document) elementType_;
     }
     return com.google.firestore.v1.Document.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -258,7 +229,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (elementTypeCase_ == 1) {
       output.writeMessage(1, (com.google.firestore.bundle.BundleMetadata) elementType_);
     }
@@ -281,24 +253,20 @@ public int getSerializedSize() {
 
     size = 0;
     if (elementTypeCase_ == 1) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              1, (com.google.firestore.bundle.BundleMetadata) elementType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, (com.google.firestore.bundle.BundleMetadata) elementType_);
     }
     if (elementTypeCase_ == 2) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              2, (com.google.firestore.bundle.NamedQuery) elementType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, (com.google.firestore.bundle.NamedQuery) elementType_);
     }
     if (elementTypeCase_ == 3) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              3, (com.google.firestore.bundle.BundledDocumentMetadata) elementType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, (com.google.firestore.bundle.BundledDocumentMetadata) elementType_);
     }
     if (elementTypeCase_ == 4) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              4, (com.google.firestore.v1.Document) elementType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(4, (com.google.firestore.v1.Document) elementType_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -308,27 +276,30 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.bundle.BundleElement)) {
       return super.equals(obj);
     }
-    com.google.firestore.bundle.BundleElement other =
-        (com.google.firestore.bundle.BundleElement) obj;
+    com.google.firestore.bundle.BundleElement other = (com.google.firestore.bundle.BundleElement) obj;
 
     if (!getElementTypeCase().equals(other.getElementTypeCase())) return false;
     switch (elementTypeCase_) {
       case 1:
-        if (!getMetadata().equals(other.getMetadata())) return false;
+        if (!getMetadata()
+            .equals(other.getMetadata())) return false;
         break;
       case 2:
-        if (!getNamedQuery().equals(other.getNamedQuery())) return false;
+        if (!getNamedQuery()
+            .equals(other.getNamedQuery())) return false;
         break;
       case 3:
-        if (!getDocumentMetadata().equals(other.getDocumentMetadata())) return false;
+        if (!getDocumentMetadata()
+            .equals(other.getDocumentMetadata())) return false;
         break;
       case 4:
-        if (!getDocument().equals(other.getDocument())) return false;
+        if (!getDocument()
+            .equals(other.getDocument())) return false;
         break;
       case 0:
       default:
@@ -369,104 +340,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.bundle.BundleElement parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.bundle.BundleElement parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.bundle.BundleElement parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.bundle.BundleElement parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.bundle.BundleElement parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.bundle.BundleElement parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.bundle.BundleElement parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.bundle.BundleElement parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.bundle.BundleElement parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.bundle.BundleElement parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.bundle.BundleElement parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.bundle.BundleElement parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.bundle.BundleElement parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.bundle.BundleElement parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.bundle.BundleElement prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * A Firestore bundle is a length-prefixed stream of JSON representations of
    * `BundleElement`.
@@ -477,32 +443,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.bundle.BundleElement}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.bundle.BundleElement)
       com.google.firestore.bundle.BundleElementOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.bundle.BundleProto
-          .internal_static_google_firestore_bundle_BundleElement_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleElement_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.bundle.BundleProto
-          .internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable
+      return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.bundle.BundleElement.class,
-              com.google.firestore.bundle.BundleElement.Builder.class);
+              com.google.firestore.bundle.BundleElement.class, com.google.firestore.bundle.BundleElement.Builder.class);
     }
 
     // Construct using com.google.firestore.bundle.BundleElement.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -525,9 +492,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.bundle.BundleProto
-          .internal_static_google_firestore_bundle_BundleElement_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleElement_descriptor;
     }
 
     @java.lang.Override
@@ -546,11 +513,8 @@ public com.google.firestore.bundle.BundleElement build() {
 
     @java.lang.Override
     public com.google.firestore.bundle.BundleElement buildPartial() {
-      com.google.firestore.bundle.BundleElement result =
-          new com.google.firestore.bundle.BundleElement(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.bundle.BundleElement result = new com.google.firestore.bundle.BundleElement(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -563,16 +527,20 @@ private void buildPartial0(com.google.firestore.bundle.BundleElement result) {
     private void buildPartialOneofs(com.google.firestore.bundle.BundleElement result) {
       result.elementTypeCase_ = elementTypeCase_;
       result.elementType_ = this.elementType_;
-      if (elementTypeCase_ == 1 && metadataBuilder_ != null) {
+      if (elementTypeCase_ == 1 &&
+          metadataBuilder_ != null) {
         result.elementType_ = metadataBuilder_.build();
       }
-      if (elementTypeCase_ == 2 && namedQueryBuilder_ != null) {
+      if (elementTypeCase_ == 2 &&
+          namedQueryBuilder_ != null) {
         result.elementType_ = namedQueryBuilder_.build();
       }
-      if (elementTypeCase_ == 3 && documentMetadataBuilder_ != null) {
+      if (elementTypeCase_ == 3 &&
+          documentMetadataBuilder_ != null) {
         result.elementType_ = documentMetadataBuilder_.build();
       }
-      if (elementTypeCase_ == 4 && documentBuilder_ != null) {
+      if (elementTypeCase_ == 4 &&
+          documentBuilder_ != null) {
         result.elementType_ = documentBuilder_.build();
       }
     }
@@ -581,39 +549,38 @@ private void buildPartialOneofs(com.google.firestore.bundle.BundleElement result
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.bundle.BundleElement) {
-        return mergeFrom((com.google.firestore.bundle.BundleElement) other);
+        return mergeFrom((com.google.firestore.bundle.BundleElement)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -623,30 +590,25 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     public Builder mergeFrom(com.google.firestore.bundle.BundleElement other) {
       if (other == com.google.firestore.bundle.BundleElement.getDefaultInstance()) return this;
       switch (other.getElementTypeCase()) {
-        case METADATA:
-          {
-            mergeMetadata(other.getMetadata());
-            break;
-          }
-        case NAMED_QUERY:
-          {
-            mergeNamedQuery(other.getNamedQuery());
-            break;
-          }
-        case DOCUMENT_METADATA:
-          {
-            mergeDocumentMetadata(other.getDocumentMetadata());
-            break;
-          }
-        case DOCUMENT:
-          {
-            mergeDocument(other.getDocument());
-            break;
-          }
-        case ELEMENTTYPE_NOT_SET:
-          {
-            break;
-          }
+        case METADATA: {
+          mergeMetadata(other.getMetadata());
+          break;
+        }
+        case NAMED_QUERY: {
+          mergeNamedQuery(other.getNamedQuery());
+          break;
+        }
+        case DOCUMENT_METADATA: {
+          mergeDocumentMetadata(other.getDocumentMetadata());
+          break;
+        }
+        case DOCUMENT: {
+          mergeDocument(other.getDocument());
+          break;
+        }
+        case ELEMENTTYPE_NOT_SET: {
+          break;
+        }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -674,38 +636,40 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getMetadataFieldBuilder().getBuilder(), extensionRegistry);
-                elementTypeCase_ = 1;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getNamedQueryFieldBuilder().getBuilder(), extensionRegistry);
-                elementTypeCase_ = 2;
-                break;
-              } // case 18
-            case 26:
-              {
-                input.readMessage(
-                    getDocumentMetadataFieldBuilder().getBuilder(), extensionRegistry);
-                elementTypeCase_ = 3;
-                break;
-              } // case 26
-            case 34:
-              {
-                input.readMessage(getDocumentFieldBuilder().getBuilder(), extensionRegistry);
-                elementTypeCase_ = 4;
-                break;
-              } // case 34
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getMetadataFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              elementTypeCase_ = 1;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getNamedQueryFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              elementTypeCase_ = 2;
+              break;
+            } // case 18
+            case 26: {
+              input.readMessage(
+                  getDocumentMetadataFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              elementTypeCase_ = 3;
+              break;
+            } // case 26
+            case 34: {
+              input.readMessage(
+                  getDocumentFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              elementTypeCase_ = 4;
+              break;
+            } // case 34
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -715,12 +679,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int elementTypeCase_ = 0;
     private java.lang.Object elementType_;
-
-    public ElementTypeCase getElementTypeCase() {
-      return ElementTypeCase.forNumber(elementTypeCase_);
+    public ElementTypeCase
+        getElementTypeCase() {
+      return ElementTypeCase.forNumber(
+          elementTypeCase_);
     }
 
     public Builder clearElementType() {
@@ -733,13 +697,9 @@ public Builder clearElementType() {
     private int bitField0_;
 
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.bundle.BundleMetadata,
-            com.google.firestore.bundle.BundleMetadata.Builder,
-            com.google.firestore.bundle.BundleMetadataOrBuilder>
-        metadataBuilder_;
+        com.google.firestore.bundle.BundleMetadata, com.google.firestore.bundle.BundleMetadata.Builder, com.google.firestore.bundle.BundleMetadataOrBuilder> metadataBuilder_;
     /**
      * .google.firestore.bundle.BundleMetadata metadata = 1;
-     *
      * @return Whether the metadata field is set.
      */
     @java.lang.Override
@@ -748,7 +708,6 @@ public boolean hasMetadata() {
     }
     /**
      * .google.firestore.bundle.BundleMetadata metadata = 1;
-     *
      * @return The metadata.
      */
     @java.lang.Override
@@ -765,7 +724,9 @@ public com.google.firestore.bundle.BundleMetadata getMetadata() {
         return com.google.firestore.bundle.BundleMetadata.getDefaultInstance();
       }
     }
-    /** .google.firestore.bundle.BundleMetadata metadata = 1; */
+    /**
+     * .google.firestore.bundle.BundleMetadata metadata = 1;
+     */
     public Builder setMetadata(com.google.firestore.bundle.BundleMetadata value) {
       if (metadataBuilder_ == null) {
         if (value == null) {
@@ -779,8 +740,11 @@ public Builder setMetadata(com.google.firestore.bundle.BundleMetadata value) {
       elementTypeCase_ = 1;
       return this;
     }
-    /** .google.firestore.bundle.BundleMetadata metadata = 1; */
-    public Builder setMetadata(com.google.firestore.bundle.BundleMetadata.Builder builderForValue) {
+    /**
+     * .google.firestore.bundle.BundleMetadata metadata = 1;
+     */
+    public Builder setMetadata(
+        com.google.firestore.bundle.BundleMetadata.Builder builderForValue) {
       if (metadataBuilder_ == null) {
         elementType_ = builderForValue.build();
         onChanged();
@@ -790,16 +754,15 @@ public Builder setMetadata(com.google.firestore.bundle.BundleMetadata.Builder bu
       elementTypeCase_ = 1;
       return this;
     }
-    /** .google.firestore.bundle.BundleMetadata metadata = 1; */
+    /**
+     * .google.firestore.bundle.BundleMetadata metadata = 1;
+     */
     public Builder mergeMetadata(com.google.firestore.bundle.BundleMetadata value) {
       if (metadataBuilder_ == null) {
-        if (elementTypeCase_ == 1
-            && elementType_ != com.google.firestore.bundle.BundleMetadata.getDefaultInstance()) {
-          elementType_ =
-              com.google.firestore.bundle.BundleMetadata.newBuilder(
-                      (com.google.firestore.bundle.BundleMetadata) elementType_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (elementTypeCase_ == 1 &&
+            elementType_ != com.google.firestore.bundle.BundleMetadata.getDefaultInstance()) {
+          elementType_ = com.google.firestore.bundle.BundleMetadata.newBuilder((com.google.firestore.bundle.BundleMetadata) elementType_)
+              .mergeFrom(value).buildPartial();
         } else {
           elementType_ = value;
         }
@@ -814,7 +777,9 @@ public Builder mergeMetadata(com.google.firestore.bundle.BundleMetadata value) {
       elementTypeCase_ = 1;
       return this;
     }
-    /** .google.firestore.bundle.BundleMetadata metadata = 1; */
+    /**
+     * .google.firestore.bundle.BundleMetadata metadata = 1;
+     */
     public Builder clearMetadata() {
       if (metadataBuilder_ == null) {
         if (elementTypeCase_ == 1) {
@@ -831,11 +796,15 @@ public Builder clearMetadata() {
       }
       return this;
     }
-    /** .google.firestore.bundle.BundleMetadata metadata = 1; */
+    /**
+     * .google.firestore.bundle.BundleMetadata metadata = 1;
+     */
     public com.google.firestore.bundle.BundleMetadata.Builder getMetadataBuilder() {
       return getMetadataFieldBuilder().getBuilder();
     }
-    /** .google.firestore.bundle.BundleMetadata metadata = 1; */
+    /**
+     * .google.firestore.bundle.BundleMetadata metadata = 1;
+     */
     @java.lang.Override
     public com.google.firestore.bundle.BundleMetadataOrBuilder getMetadataOrBuilder() {
       if ((elementTypeCase_ == 1) && (metadataBuilder_ != null)) {
@@ -847,21 +816,18 @@ public com.google.firestore.bundle.BundleMetadataOrBuilder getMetadataOrBuilder(
         return com.google.firestore.bundle.BundleMetadata.getDefaultInstance();
       }
     }
-    /** .google.firestore.bundle.BundleMetadata metadata = 1; */
+    /**
+     * .google.firestore.bundle.BundleMetadata metadata = 1;
+     */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.bundle.BundleMetadata,
-            com.google.firestore.bundle.BundleMetadata.Builder,
-            com.google.firestore.bundle.BundleMetadataOrBuilder>
+        com.google.firestore.bundle.BundleMetadata, com.google.firestore.bundle.BundleMetadata.Builder, com.google.firestore.bundle.BundleMetadataOrBuilder> 
         getMetadataFieldBuilder() {
       if (metadataBuilder_ == null) {
         if (!(elementTypeCase_ == 1)) {
           elementType_ = com.google.firestore.bundle.BundleMetadata.getDefaultInstance();
         }
-        metadataBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.bundle.BundleMetadata,
-                com.google.firestore.bundle.BundleMetadata.Builder,
-                com.google.firestore.bundle.BundleMetadataOrBuilder>(
+        metadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.bundle.BundleMetadata, com.google.firestore.bundle.BundleMetadata.Builder, com.google.firestore.bundle.BundleMetadataOrBuilder>(
                 (com.google.firestore.bundle.BundleMetadata) elementType_,
                 getParentForChildren(),
                 isClean());
@@ -873,13 +839,9 @@ public com.google.firestore.bundle.BundleMetadataOrBuilder getMetadataOrBuilder(
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.bundle.NamedQuery,
-            com.google.firestore.bundle.NamedQuery.Builder,
-            com.google.firestore.bundle.NamedQueryOrBuilder>
-        namedQueryBuilder_;
+        com.google.firestore.bundle.NamedQuery, com.google.firestore.bundle.NamedQuery.Builder, com.google.firestore.bundle.NamedQueryOrBuilder> namedQueryBuilder_;
     /**
      * .google.firestore.bundle.NamedQuery named_query = 2;
-     *
      * @return Whether the namedQuery field is set.
      */
     @java.lang.Override
@@ -888,7 +850,6 @@ public boolean hasNamedQuery() {
     }
     /**
      * .google.firestore.bundle.NamedQuery named_query = 2;
-     *
      * @return The namedQuery.
      */
     @java.lang.Override
@@ -905,7 +866,9 @@ public com.google.firestore.bundle.NamedQuery getNamedQuery() {
         return com.google.firestore.bundle.NamedQuery.getDefaultInstance();
       }
     }
-    /** .google.firestore.bundle.NamedQuery named_query = 2; */
+    /**
+     * .google.firestore.bundle.NamedQuery named_query = 2;
+     */
     public Builder setNamedQuery(com.google.firestore.bundle.NamedQuery value) {
       if (namedQueryBuilder_ == null) {
         if (value == null) {
@@ -919,8 +882,11 @@ public Builder setNamedQuery(com.google.firestore.bundle.NamedQuery value) {
       elementTypeCase_ = 2;
       return this;
     }
-    /** .google.firestore.bundle.NamedQuery named_query = 2; */
-    public Builder setNamedQuery(com.google.firestore.bundle.NamedQuery.Builder builderForValue) {
+    /**
+     * .google.firestore.bundle.NamedQuery named_query = 2;
+     */
+    public Builder setNamedQuery(
+        com.google.firestore.bundle.NamedQuery.Builder builderForValue) {
       if (namedQueryBuilder_ == null) {
         elementType_ = builderForValue.build();
         onChanged();
@@ -930,16 +896,15 @@ public Builder setNamedQuery(com.google.firestore.bundle.NamedQuery.Builder buil
       elementTypeCase_ = 2;
       return this;
     }
-    /** .google.firestore.bundle.NamedQuery named_query = 2; */
+    /**
+     * .google.firestore.bundle.NamedQuery named_query = 2;
+     */
     public Builder mergeNamedQuery(com.google.firestore.bundle.NamedQuery value) {
       if (namedQueryBuilder_ == null) {
-        if (elementTypeCase_ == 2
-            && elementType_ != com.google.firestore.bundle.NamedQuery.getDefaultInstance()) {
-          elementType_ =
-              com.google.firestore.bundle.NamedQuery.newBuilder(
-                      (com.google.firestore.bundle.NamedQuery) elementType_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (elementTypeCase_ == 2 &&
+            elementType_ != com.google.firestore.bundle.NamedQuery.getDefaultInstance()) {
+          elementType_ = com.google.firestore.bundle.NamedQuery.newBuilder((com.google.firestore.bundle.NamedQuery) elementType_)
+              .mergeFrom(value).buildPartial();
         } else {
           elementType_ = value;
         }
@@ -954,7 +919,9 @@ public Builder mergeNamedQuery(com.google.firestore.bundle.NamedQuery value) {
       elementTypeCase_ = 2;
       return this;
     }
-    /** .google.firestore.bundle.NamedQuery named_query = 2; */
+    /**
+     * .google.firestore.bundle.NamedQuery named_query = 2;
+     */
     public Builder clearNamedQuery() {
       if (namedQueryBuilder_ == null) {
         if (elementTypeCase_ == 2) {
@@ -971,11 +938,15 @@ public Builder clearNamedQuery() {
       }
       return this;
     }
-    /** .google.firestore.bundle.NamedQuery named_query = 2; */
+    /**
+     * .google.firestore.bundle.NamedQuery named_query = 2;
+     */
     public com.google.firestore.bundle.NamedQuery.Builder getNamedQueryBuilder() {
       return getNamedQueryFieldBuilder().getBuilder();
     }
-    /** .google.firestore.bundle.NamedQuery named_query = 2; */
+    /**
+     * .google.firestore.bundle.NamedQuery named_query = 2;
+     */
     @java.lang.Override
     public com.google.firestore.bundle.NamedQueryOrBuilder getNamedQueryOrBuilder() {
       if ((elementTypeCase_ == 2) && (namedQueryBuilder_ != null)) {
@@ -987,21 +958,18 @@ public com.google.firestore.bundle.NamedQueryOrBuilder getNamedQueryOrBuilder()
         return com.google.firestore.bundle.NamedQuery.getDefaultInstance();
       }
     }
-    /** .google.firestore.bundle.NamedQuery named_query = 2; */
+    /**
+     * .google.firestore.bundle.NamedQuery named_query = 2;
+     */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.bundle.NamedQuery,
-            com.google.firestore.bundle.NamedQuery.Builder,
-            com.google.firestore.bundle.NamedQueryOrBuilder>
+        com.google.firestore.bundle.NamedQuery, com.google.firestore.bundle.NamedQuery.Builder, com.google.firestore.bundle.NamedQueryOrBuilder> 
         getNamedQueryFieldBuilder() {
       if (namedQueryBuilder_ == null) {
         if (!(elementTypeCase_ == 2)) {
           elementType_ = com.google.firestore.bundle.NamedQuery.getDefaultInstance();
         }
-        namedQueryBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.bundle.NamedQuery,
-                com.google.firestore.bundle.NamedQuery.Builder,
-                com.google.firestore.bundle.NamedQueryOrBuilder>(
+        namedQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.bundle.NamedQuery, com.google.firestore.bundle.NamedQuery.Builder, com.google.firestore.bundle.NamedQueryOrBuilder>(
                 (com.google.firestore.bundle.NamedQuery) elementType_,
                 getParentForChildren(),
                 isClean());
@@ -1013,13 +981,9 @@ public com.google.firestore.bundle.NamedQueryOrBuilder getNamedQueryOrBuilder()
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.bundle.BundledDocumentMetadata,
-            com.google.firestore.bundle.BundledDocumentMetadata.Builder,
-            com.google.firestore.bundle.BundledDocumentMetadataOrBuilder>
-        documentMetadataBuilder_;
+        com.google.firestore.bundle.BundledDocumentMetadata, com.google.firestore.bundle.BundledDocumentMetadata.Builder, com.google.firestore.bundle.BundledDocumentMetadataOrBuilder> documentMetadataBuilder_;
     /**
      * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-     *
      * @return Whether the documentMetadata field is set.
      */
     @java.lang.Override
@@ -1028,7 +992,6 @@ public boolean hasDocumentMetadata() {
     }
     /**
      * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-     *
      * @return The documentMetadata.
      */
     @java.lang.Override
@@ -1045,7 +1008,9 @@ public com.google.firestore.bundle.BundledDocumentMetadata getDocumentMetadata()
         return com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance();
       }
     }
-    /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
+    /**
+     * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+     */
     public Builder setDocumentMetadata(com.google.firestore.bundle.BundledDocumentMetadata value) {
       if (documentMetadataBuilder_ == null) {
         if (value == null) {
@@ -1059,7 +1024,9 @@ public Builder setDocumentMetadata(com.google.firestore.bundle.BundledDocumentMe
       elementTypeCase_ = 3;
       return this;
     }
-    /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
+    /**
+     * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+     */
     public Builder setDocumentMetadata(
         com.google.firestore.bundle.BundledDocumentMetadata.Builder builderForValue) {
       if (documentMetadataBuilder_ == null) {
@@ -1071,18 +1038,15 @@ public Builder setDocumentMetadata(
       elementTypeCase_ = 3;
       return this;
     }
-    /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
-    public Builder mergeDocumentMetadata(
-        com.google.firestore.bundle.BundledDocumentMetadata value) {
+    /**
+     * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+     */
+    public Builder mergeDocumentMetadata(com.google.firestore.bundle.BundledDocumentMetadata value) {
       if (documentMetadataBuilder_ == null) {
-        if (elementTypeCase_ == 3
-            && elementType_
-                != com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance()) {
-          elementType_ =
-              com.google.firestore.bundle.BundledDocumentMetadata.newBuilder(
-                      (com.google.firestore.bundle.BundledDocumentMetadata) elementType_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (elementTypeCase_ == 3 &&
+            elementType_ != com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance()) {
+          elementType_ = com.google.firestore.bundle.BundledDocumentMetadata.newBuilder((com.google.firestore.bundle.BundledDocumentMetadata) elementType_)
+              .mergeFrom(value).buildPartial();
         } else {
           elementType_ = value;
         }
@@ -1097,7 +1061,9 @@ public Builder mergeDocumentMetadata(
       elementTypeCase_ = 3;
       return this;
     }
-    /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
+    /**
+     * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+     */
     public Builder clearDocumentMetadata() {
       if (documentMetadataBuilder_ == null) {
         if (elementTypeCase_ == 3) {
@@ -1114,15 +1080,17 @@ public Builder clearDocumentMetadata() {
       }
       return this;
     }
-    /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
-    public com.google.firestore.bundle.BundledDocumentMetadata.Builder
-        getDocumentMetadataBuilder() {
+    /**
+     * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+     */
+    public com.google.firestore.bundle.BundledDocumentMetadata.Builder getDocumentMetadataBuilder() {
       return getDocumentMetadataFieldBuilder().getBuilder();
     }
-    /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
+    /**
+     * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+     */
     @java.lang.Override
-    public com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
-        getDocumentMetadataOrBuilder() {
+    public com.google.firestore.bundle.BundledDocumentMetadataOrBuilder getDocumentMetadataOrBuilder() {
       if ((elementTypeCase_ == 3) && (documentMetadataBuilder_ != null)) {
         return documentMetadataBuilder_.getMessageOrBuilder();
       } else {
@@ -1132,21 +1100,18 @@ public Builder clearDocumentMetadata() {
         return com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance();
       }
     }
-    /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
+    /**
+     * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+     */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.bundle.BundledDocumentMetadata,
-            com.google.firestore.bundle.BundledDocumentMetadata.Builder,
-            com.google.firestore.bundle.BundledDocumentMetadataOrBuilder>
+        com.google.firestore.bundle.BundledDocumentMetadata, com.google.firestore.bundle.BundledDocumentMetadata.Builder, com.google.firestore.bundle.BundledDocumentMetadataOrBuilder> 
         getDocumentMetadataFieldBuilder() {
       if (documentMetadataBuilder_ == null) {
         if (!(elementTypeCase_ == 3)) {
           elementType_ = com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance();
         }
-        documentMetadataBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.bundle.BundledDocumentMetadata,
-                com.google.firestore.bundle.BundledDocumentMetadata.Builder,
-                com.google.firestore.bundle.BundledDocumentMetadataOrBuilder>(
+        documentMetadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.bundle.BundledDocumentMetadata, com.google.firestore.bundle.BundledDocumentMetadata.Builder, com.google.firestore.bundle.BundledDocumentMetadataOrBuilder>(
                 (com.google.firestore.bundle.BundledDocumentMetadata) elementType_,
                 getParentForChildren(),
                 isClean());
@@ -1158,13 +1123,9 @@ public Builder clearDocumentMetadata() {
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Document,
-            com.google.firestore.v1.Document.Builder,
-            com.google.firestore.v1.DocumentOrBuilder>
-        documentBuilder_;
+        com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> documentBuilder_;
     /**
      * .google.firestore.v1.Document document = 4;
-     *
      * @return Whether the document field is set.
      */
     @java.lang.Override
@@ -1173,7 +1134,6 @@ public boolean hasDocument() {
     }
     /**
      * .google.firestore.v1.Document document = 4;
-     *
      * @return The document.
      */
     @java.lang.Override
@@ -1190,7 +1150,9 @@ public com.google.firestore.v1.Document getDocument() {
         return com.google.firestore.v1.Document.getDefaultInstance();
       }
     }
-    /** .google.firestore.v1.Document document = 4; */
+    /**
+     * .google.firestore.v1.Document document = 4;
+     */
     public Builder setDocument(com.google.firestore.v1.Document value) {
       if (documentBuilder_ == null) {
         if (value == null) {
@@ -1204,8 +1166,11 @@ public Builder setDocument(com.google.firestore.v1.Document value) {
       elementTypeCase_ = 4;
       return this;
     }
-    /** .google.firestore.v1.Document document = 4; */
-    public Builder setDocument(com.google.firestore.v1.Document.Builder builderForValue) {
+    /**
+     * .google.firestore.v1.Document document = 4;
+     */
+    public Builder setDocument(
+        com.google.firestore.v1.Document.Builder builderForValue) {
       if (documentBuilder_ == null) {
         elementType_ = builderForValue.build();
         onChanged();
@@ -1215,16 +1180,15 @@ public Builder setDocument(com.google.firestore.v1.Document.Builder builderForVa
       elementTypeCase_ = 4;
       return this;
     }
-    /** .google.firestore.v1.Document document = 4; */
+    /**
+     * .google.firestore.v1.Document document = 4;
+     */
     public Builder mergeDocument(com.google.firestore.v1.Document value) {
       if (documentBuilder_ == null) {
-        if (elementTypeCase_ == 4
-            && elementType_ != com.google.firestore.v1.Document.getDefaultInstance()) {
-          elementType_ =
-              com.google.firestore.v1.Document.newBuilder(
-                      (com.google.firestore.v1.Document) elementType_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (elementTypeCase_ == 4 &&
+            elementType_ != com.google.firestore.v1.Document.getDefaultInstance()) {
+          elementType_ = com.google.firestore.v1.Document.newBuilder((com.google.firestore.v1.Document) elementType_)
+              .mergeFrom(value).buildPartial();
         } else {
           elementType_ = value;
         }
@@ -1239,7 +1203,9 @@ public Builder mergeDocument(com.google.firestore.v1.Document value) {
       elementTypeCase_ = 4;
       return this;
     }
-    /** .google.firestore.v1.Document document = 4; */
+    /**
+     * .google.firestore.v1.Document document = 4;
+     */
     public Builder clearDocument() {
       if (documentBuilder_ == null) {
         if (elementTypeCase_ == 4) {
@@ -1256,11 +1222,15 @@ public Builder clearDocument() {
       }
       return this;
     }
-    /** .google.firestore.v1.Document document = 4; */
+    /**
+     * .google.firestore.v1.Document document = 4;
+     */
     public com.google.firestore.v1.Document.Builder getDocumentBuilder() {
       return getDocumentFieldBuilder().getBuilder();
     }
-    /** .google.firestore.v1.Document document = 4; */
+    /**
+     * .google.firestore.v1.Document document = 4;
+     */
     @java.lang.Override
     public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
       if ((elementTypeCase_ == 4) && (documentBuilder_ != null)) {
@@ -1272,31 +1242,30 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
         return com.google.firestore.v1.Document.getDefaultInstance();
       }
     }
-    /** .google.firestore.v1.Document document = 4; */
+    /**
+     * .google.firestore.v1.Document document = 4;
+     */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Document,
-            com.google.firestore.v1.Document.Builder,
-            com.google.firestore.v1.DocumentOrBuilder>
+        com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> 
         getDocumentFieldBuilder() {
       if (documentBuilder_ == null) {
         if (!(elementTypeCase_ == 4)) {
           elementType_ = com.google.firestore.v1.Document.getDefaultInstance();
         }
-        documentBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.Document,
-                com.google.firestore.v1.Document.Builder,
-                com.google.firestore.v1.DocumentOrBuilder>(
-                (com.google.firestore.v1.Document) elementType_, getParentForChildren(), isClean());
+        documentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>(
+                (com.google.firestore.v1.Document) elementType_,
+                getParentForChildren(),
+                isClean());
         elementType_ = null;
       }
       elementTypeCase_ = 4;
       onChanged();
       return documentBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1306,12 +1275,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.bundle.BundleElement)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.bundle.BundleElement)
   private static final com.google.firestore.bundle.BundleElement DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.bundle.BundleElement();
   }
@@ -1320,27 +1289,27 @@ public static com.google.firestore.bundle.BundleElement getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public BundleElement parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public BundleElement parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1355,4 +1324,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.bundle.BundleElement getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElementOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElementOrBuilder.java
similarity index 67%
rename from proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElementOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElementOrBuilder.java
index 5f7bc7af6..a83b73932 100644
--- a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElementOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElementOrBuilder.java
@@ -1,87 +1,71 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/bundle/bundle.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.bundle;
 
-public interface BundleElementOrBuilder
-    extends
+public interface BundleElementOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.bundle.BundleElement)
     com.google.protobuf.MessageOrBuilder {
 
   /**
    * .google.firestore.bundle.BundleMetadata metadata = 1;
-   *
    * @return Whether the metadata field is set.
    */
   boolean hasMetadata();
   /**
    * .google.firestore.bundle.BundleMetadata metadata = 1;
-   *
    * @return The metadata.
    */
   com.google.firestore.bundle.BundleMetadata getMetadata();
-  /** .google.firestore.bundle.BundleMetadata metadata = 1; */
+  /**
+   * .google.firestore.bundle.BundleMetadata metadata = 1;
+   */
   com.google.firestore.bundle.BundleMetadataOrBuilder getMetadataOrBuilder();
 
   /**
    * .google.firestore.bundle.NamedQuery named_query = 2;
-   *
    * @return Whether the namedQuery field is set.
    */
   boolean hasNamedQuery();
   /**
    * .google.firestore.bundle.NamedQuery named_query = 2;
-   *
    * @return The namedQuery.
    */
   com.google.firestore.bundle.NamedQuery getNamedQuery();
-  /** .google.firestore.bundle.NamedQuery named_query = 2; */
+  /**
+   * .google.firestore.bundle.NamedQuery named_query = 2;
+   */
   com.google.firestore.bundle.NamedQueryOrBuilder getNamedQueryOrBuilder();
 
   /**
    * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-   *
    * @return Whether the documentMetadata field is set.
    */
   boolean hasDocumentMetadata();
   /**
    * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-   *
    * @return The documentMetadata.
    */
   com.google.firestore.bundle.BundledDocumentMetadata getDocumentMetadata();
-  /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
+  /**
+   * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+   */
   com.google.firestore.bundle.BundledDocumentMetadataOrBuilder getDocumentMetadataOrBuilder();
 
   /**
    * .google.firestore.v1.Document document = 4;
-   *
    * @return Whether the document field is set.
    */
   boolean hasDocument();
   /**
    * .google.firestore.v1.Document document = 4;
-   *
    * @return The document.
    */
   com.google.firestore.v1.Document getDocument();
-  /** .google.firestore.v1.Document document = 4; */
+  /**
+   * .google.firestore.v1.Document document = 4;
+   */
   com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder();
 
   com.google.firestore.bundle.BundleElement.ElementTypeCase getElementTypeCase();
diff --git a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadata.java b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadata.java
similarity index 70%
rename from proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadata.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadata.java
index e24498b58..1048dc8d0 100644
--- a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadata.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadata.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/bundle/bundle.proto
 
@@ -20,63 +5,55 @@
 package com.google.firestore.bundle;
 
 /**
- *
- *
  * 
  * Metadata describing the bundle file/stream.
  * 
* * Protobuf type {@code google.firestore.bundle.BundleMetadata} */ -public final class BundleMetadata extends com.google.protobuf.GeneratedMessageV3 - implements +public final class BundleMetadata extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.bundle.BundleMetadata) BundleMetadataOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use BundleMetadata.newBuilder() to construct. private BundleMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private BundleMetadata() { id_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new BundleMetadata(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundleMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.bundle.BundleMetadata.class, - com.google.firestore.bundle.BundleMetadata.Builder.class); + com.google.firestore.bundle.BundleMetadata.class, com.google.firestore.bundle.BundleMetadata.Builder.class); } private int bitField0_; public static final int ID_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object id_ = ""; /** - * - * *
    * The ID of the bundle.
    * 
* * string id = 1; - * * @return The id. */ @java.lang.Override @@ -85,29 +62,29 @@ public java.lang.String getId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; } } /** - * - * *
    * The ID of the bundle.
    * 
* * string id = 1; - * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); id_ = b; return b; } else { @@ -118,14 +95,11 @@ public com.google.protobuf.ByteString getIdBytes() { public static final int CREATE_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp createTime_; /** - * - * *
    * Time at which the documents snapshot is taken for this bundle.
    * 
* * .google.protobuf.Timestamp create_time = 2; - * * @return Whether the createTime field is set. */ @java.lang.Override @@ -133,14 +107,11 @@ public boolean hasCreateTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Time at which the documents snapshot is taken for this bundle.
    * 
* * .google.protobuf.Timestamp create_time = 2; - * * @return The createTime. */ @java.lang.Override @@ -148,8 +119,6 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** - * - * *
    * Time at which the documents snapshot is taken for this bundle.
    * 
@@ -164,14 +133,11 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int VERSION_FIELD_NUMBER = 3; private int version_ = 0; /** - * - * *
    * The schema version of the bundle.
    * 
* * uint32 version = 3; - * * @return The version. */ @java.lang.Override @@ -182,14 +148,11 @@ public int getVersion() { public static final int TOTAL_DOCUMENTS_FIELD_NUMBER = 4; private int totalDocuments_ = 0; /** - * - * *
    * The number of documents in the bundle.
    * 
* * uint32 total_documents = 4; - * * @return The totalDocuments. */ @java.lang.Override @@ -200,14 +163,11 @@ public int getTotalDocuments() { public static final int TOTAL_BYTES_FIELD_NUMBER = 5; private long totalBytes_ = 0L; /** - * - * *
    * The size of the bundle in bytes, excluding this `BundleMetadata`.
    * 
* * uint64 total_bytes = 5; - * * @return The totalBytes. */ @java.lang.Override @@ -216,7 +176,6 @@ public long getTotalBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -228,7 +187,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, id_); } @@ -257,16 +217,20 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, id_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getCreateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getCreateTime()); } if (version_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeUInt32Size(3, version_); + size += com.google.protobuf.CodedOutputStream + .computeUInt32Size(3, version_); } if (totalDocuments_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeUInt32Size(4, totalDocuments_); + size += com.google.protobuf.CodedOutputStream + .computeUInt32Size(4, totalDocuments_); } if (totalBytes_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeUInt64Size(5, totalBytes_); + size += com.google.protobuf.CodedOutputStream + .computeUInt64Size(5, totalBytes_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -276,22 +240,26 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.bundle.BundleMetadata)) { return super.equals(obj); } - com.google.firestore.bundle.BundleMetadata other = - (com.google.firestore.bundle.BundleMetadata) obj; + com.google.firestore.bundle.BundleMetadata other = (com.google.firestore.bundle.BundleMetadata) obj; - if (!getId().equals(other.getId())) return false; + if (!getId() + .equals(other.getId())) return false; if (hasCreateTime() != other.hasCreateTime()) return false; if (hasCreateTime()) { - if (!getCreateTime().equals(other.getCreateTime())) return false; + if (!getCreateTime() + .equals(other.getCreateTime())) return false; } - if (getVersion() != other.getVersion()) return false; - if (getTotalDocuments() != other.getTotalDocuments()) return false; - if (getTotalBytes() != other.getTotalBytes()) return false; + if (getVersion() + != other.getVersion()) return false; + if (getTotalDocuments() + != other.getTotalDocuments()) return false; + if (getTotalBytes() + != other.getTotalBytes()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -314,133 +282,127 @@ public int hashCode() { hash = (37 * hash) + TOTAL_DOCUMENTS_FIELD_NUMBER; hash = (53 * hash) + getTotalDocuments(); hash = (37 * hash) + TOTAL_BYTES_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getTotalBytes()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getTotalBytes()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.firestore.bundle.BundleMetadata parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.bundle.BundleMetadata parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.bundle.BundleMetadata parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.bundle.BundleMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.bundle.BundleMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.bundle.BundleMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.bundle.BundleMetadata parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.bundle.BundleMetadata parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.bundle.BundleMetadata parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.bundle.BundleMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.bundle.BundleMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.bundle.BundleMetadata parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.bundle.BundleMetadata parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.bundle.BundleMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.bundle.BundleMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Metadata describing the bundle file/stream.
    * 
* * Protobuf type {@code google.firestore.bundle.BundleMetadata} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.bundle.BundleMetadata) com.google.firestore.bundle.BundleMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundleMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.bundle.BundleMetadata.class, - com.google.firestore.bundle.BundleMetadata.Builder.class); + com.google.firestore.bundle.BundleMetadata.class, com.google.firestore.bundle.BundleMetadata.Builder.class); } // Construct using com.google.firestore.bundle.BundleMetadata.newBuilder() @@ -448,17 +410,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getCreateTimeFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -476,9 +438,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundleMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleMetadata_descriptor; } @java.lang.Override @@ -497,11 +459,8 @@ public com.google.firestore.bundle.BundleMetadata build() { @java.lang.Override public com.google.firestore.bundle.BundleMetadata buildPartial() { - com.google.firestore.bundle.BundleMetadata result = - new com.google.firestore.bundle.BundleMetadata(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.bundle.BundleMetadata result = new com.google.firestore.bundle.BundleMetadata(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -513,7 +472,9 @@ private void buildPartial0(com.google.firestore.bundle.BundleMetadata result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { - result.createTime_ = createTimeBuilder_ == null ? createTime_ : createTimeBuilder_.build(); + result.createTime_ = createTimeBuilder_ == null + ? createTime_ + : createTimeBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000004) != 0)) { @@ -532,39 +493,38 @@ private void buildPartial0(com.google.firestore.bundle.BundleMetadata result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.bundle.BundleMetadata) { - return mergeFrom((com.google.firestore.bundle.BundleMetadata) other); + return mergeFrom((com.google.firestore.bundle.BundleMetadata)other); } else { super.mergeFrom(other); return this; @@ -616,43 +576,39 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - id_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 24: - { - version_ = input.readUInt32(); - bitField0_ |= 0x00000004; - break; - } // case 24 - case 32: - { - totalDocuments_ = input.readUInt32(); - bitField0_ |= 0x00000008; - break; - } // case 32 - case 40: - { - totalBytes_ = input.readUInt64(); - bitField0_ |= 0x00000010; - break; - } // case 40 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + id_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + input.readMessage( + getCreateTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 24: { + version_ = input.readUInt32(); + bitField0_ |= 0x00000004; + break; + } // case 24 + case 32: { + totalDocuments_ = input.readUInt32(); + bitField0_ |= 0x00000008; + break; + } // case 32 + case 40: { + totalBytes_ = input.readUInt64(); + bitField0_ |= 0x00000010; + break; + } // case 40 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -662,25 +618,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object id_ = ""; /** - * - * *
      * The ID of the bundle.
      * 
* * string id = 1; - * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; @@ -689,21 +642,20 @@ public java.lang.String getId() { } } /** - * - * *
      * The ID of the bundle.
      * 
* * string id = 1; - * * @return The bytes for id. */ - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); id_ = b; return b; } else { @@ -711,35 +663,28 @@ public com.google.protobuf.ByteString getIdBytes() { } } /** - * - * *
      * The ID of the bundle.
      * 
* * string id = 1; - * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setId( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } id_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The ID of the bundle.
      * 
* * string id = 1; - * * @return This builder for chaining. */ public Builder clearId() { @@ -749,21 +694,17 @@ public Builder clearId() { return this; } /** - * - * *
      * The ID of the bundle.
      * 
* * string id = 1; - * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setIdBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); id_ = value; bitField0_ |= 0x00000001; @@ -773,47 +714,34 @@ public Builder setIdBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.Timestamp createTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - createTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; /** - * - * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
* * .google.protobuf.Timestamp create_time = 2; - * * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
* * .google.protobuf.Timestamp create_time = 2; - * * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** - * - * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
@@ -834,15 +762,14 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
* * .google.protobuf.Timestamp create_time = 2; */ - public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setCreateTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (createTimeBuilder_ == null) { createTime_ = builderForValue.build(); } else { @@ -853,8 +780,6 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
@@ -863,9 +788,9 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && createTime_ != null - && createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + createTime_ != null && + createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getCreateTimeBuilder().mergeFrom(value); } else { createTime_ = value; @@ -880,8 +805,6 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
@@ -899,8 +822,6 @@ public Builder clearCreateTime() { return this; } /** - * - * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
@@ -913,8 +834,6 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { return getCreateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
@@ -925,14 +844,11 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { if (createTimeBuilder_ != null) { return createTimeBuilder_.getMessageOrBuilder(); } else { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } } /** - * - * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
@@ -940,32 +856,26 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * .google.protobuf.Timestamp create_time = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getCreateTimeFieldBuilder() { if (createTimeBuilder_ == null) { - createTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getCreateTime(), getParentForChildren(), isClean()); + createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getCreateTime(), + getParentForChildren(), + isClean()); createTime_ = null; } return createTimeBuilder_; } - private int version_; + private int version_ ; /** - * - * *
      * The schema version of the bundle.
      * 
* * uint32 version = 3; - * * @return The version. */ @java.lang.Override @@ -973,14 +883,11 @@ public int getVersion() { return version_; } /** - * - * *
      * The schema version of the bundle.
      * 
* * uint32 version = 3; - * * @param value The version to set. * @return This builder for chaining. */ @@ -992,14 +899,11 @@ public Builder setVersion(int value) { return this; } /** - * - * *
      * The schema version of the bundle.
      * 
* * uint32 version = 3; - * * @return This builder for chaining. */ public Builder clearVersion() { @@ -1009,16 +913,13 @@ public Builder clearVersion() { return this; } - private int totalDocuments_; + private int totalDocuments_ ; /** - * - * *
      * The number of documents in the bundle.
      * 
* * uint32 total_documents = 4; - * * @return The totalDocuments. */ @java.lang.Override @@ -1026,14 +927,11 @@ public int getTotalDocuments() { return totalDocuments_; } /** - * - * *
      * The number of documents in the bundle.
      * 
* * uint32 total_documents = 4; - * * @param value The totalDocuments to set. * @return This builder for chaining. */ @@ -1045,14 +943,11 @@ public Builder setTotalDocuments(int value) { return this; } /** - * - * *
      * The number of documents in the bundle.
      * 
* * uint32 total_documents = 4; - * * @return This builder for chaining. */ public Builder clearTotalDocuments() { @@ -1062,16 +957,13 @@ public Builder clearTotalDocuments() { return this; } - private long totalBytes_; + private long totalBytes_ ; /** - * - * *
      * The size of the bundle in bytes, excluding this `BundleMetadata`.
      * 
* * uint64 total_bytes = 5; - * * @return The totalBytes. */ @java.lang.Override @@ -1079,14 +971,11 @@ public long getTotalBytes() { return totalBytes_; } /** - * - * *
      * The size of the bundle in bytes, excluding this `BundleMetadata`.
      * 
* * uint64 total_bytes = 5; - * * @param value The totalBytes to set. * @return This builder for chaining. */ @@ -1098,14 +987,11 @@ public Builder setTotalBytes(long value) { return this; } /** - * - * *
      * The size of the bundle in bytes, excluding this `BundleMetadata`.
      * 
* * uint64 total_bytes = 5; - * * @return This builder for chaining. */ public Builder clearTotalBytes() { @@ -1114,9 +1000,9 @@ public Builder clearTotalBytes() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1126,12 +1012,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.bundle.BundleMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.bundle.BundleMetadata) private static final com.google.firestore.bundle.BundleMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.bundle.BundleMetadata(); } @@ -1140,27 +1026,27 @@ public static com.google.firestore.bundle.BundleMetadata getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BundleMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BundleMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1175,4 +1061,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.bundle.BundleMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadataOrBuilder.java similarity index 70% rename from proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadataOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadataOrBuilder.java index 7dc76511a..2693ae5cd 100644 --- a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadataOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadataOrBuilder.java @@ -1,81 +1,52 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/bundle/bundle.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.bundle; -public interface BundleMetadataOrBuilder - extends +public interface BundleMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.bundle.BundleMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The ID of the bundle.
    * 
* * string id = 1; - * * @return The id. */ java.lang.String getId(); /** - * - * *
    * The ID of the bundle.
    * 
* * string id = 1; - * * @return The bytes for id. */ - com.google.protobuf.ByteString getIdBytes(); + com.google.protobuf.ByteString + getIdBytes(); /** - * - * *
    * Time at which the documents snapshot is taken for this bundle.
    * 
* * .google.protobuf.Timestamp create_time = 2; - * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** - * - * *
    * Time at which the documents snapshot is taken for this bundle.
    * 
* * .google.protobuf.Timestamp create_time = 2; - * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** - * - * *
    * Time at which the documents snapshot is taken for this bundle.
    * 
@@ -85,40 +56,31 @@ public interface BundleMetadataOrBuilder com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** - * - * *
    * The schema version of the bundle.
    * 
* * uint32 version = 3; - * * @return The version. */ int getVersion(); /** - * - * *
    * The number of documents in the bundle.
    * 
* * uint32 total_documents = 4; - * * @return The totalDocuments. */ int getTotalDocuments(); /** - * - * *
    * The size of the bundle in bytes, excluding this `BundleMetadata`.
    * 
* * uint64 total_bytes = 5; - * * @return The totalBytes. */ long getTotalBytes(); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java new file mode 100644 index 000000000..ca864573e --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java @@ -0,0 +1,127 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/bundle/bundle.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.bundle; + +public final class BundleProto { + private BundleProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_bundle_BundledQuery_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_bundle_NamedQuery_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_bundle_BundleMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_bundle_BundleElement_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n$google/firestore/bundle/bundle.proto\022\027" + + "google.firestore.bundle\032\"google/firestor" + + "e/v1/document.proto\032\037google/firestore/v1" + + "/query.proto\032\037google/protobuf/timestamp." + + "proto\"\325\001\n\014BundledQuery\022\016\n\006parent\030\001 \001(\t\022@" + + "\n\020structured_query\030\002 \001(\0132$.google.firest" + + "ore.v1.StructuredQueryH\000\022C\n\nlimit_type\030\003" + + " \001(\0162/.google.firestore.bundle.BundledQu" + + "ery.LimitType\" \n\tLimitType\022\t\n\005FIRST\020\000\022\010\n" + + "\004LAST\020\001B\014\n\nquery_type\"\207\001\n\nNamedQuery\022\014\n\004" + + "name\030\001 \001(\t\022<\n\rbundled_query\030\002 \001(\0132%.goog" + + "le.firestore.bundle.BundledQuery\022-\n\tread" + + "_time\030\003 \001(\0132\032.google.protobuf.Timestamp\"" + + "w\n\027BundledDocumentMetadata\022\014\n\004name\030\001 \001(\t" + + "\022-\n\tread_time\030\002 \001(\0132\032.google.protobuf.Ti" + + "mestamp\022\016\n\006exists\030\003 \001(\010\022\017\n\007queries\030\004 \003(\t" + + "\"\214\001\n\016BundleMetadata\022\n\n\002id\030\001 \001(\t\022/\n\013creat" + + "e_time\030\002 \001(\0132\032.google.protobuf.Timestamp" + + "\022\017\n\007version\030\003 \001(\r\022\027\n\017total_documents\030\004 \001" + + "(\r\022\023\n\013total_bytes\030\005 \001(\004\"\232\002\n\rBundleElemen" + + "t\022;\n\010metadata\030\001 \001(\0132\'.google.firestore.b" + + "undle.BundleMetadataH\000\022:\n\013named_query\030\002 " + + "\001(\0132#.google.firestore.bundle.NamedQuery" + + "H\000\022M\n\021document_metadata\030\003 \001(\01320.google.f" + + "irestore.bundle.BundledDocumentMetadataH" + + "\000\0221\n\010document\030\004 \001(\0132\035.google.firestore.v" + + "1.DocumentH\000B\016\n\014element_typeB\222\001\n\033com.goo" + + "gle.firestore.bundleB\013BundleProtoP\001Z6clo" + + "ud.google.com/go/firestore/bundle/bundle" + + "pb;bundlepb\242\002\005FSTPB\252\002\020Firestore.Bundle\312\002" + + "\020Firestore\\Bundleb\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.firestore.v1.DocumentProto.getDescriptor(), + com.google.firestore.v1.QueryProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_firestore_bundle_BundledQuery_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_bundle_BundledQuery_descriptor, + new java.lang.String[] { "Parent", "StructuredQuery", "LimitType", "QueryType", }); + internal_static_google_firestore_bundle_NamedQuery_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_bundle_NamedQuery_descriptor, + new java.lang.String[] { "Name", "BundledQuery", "ReadTime", }); + internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor, + new java.lang.String[] { "Name", "ReadTime", "Exists", "Queries", }); + internal_static_google_firestore_bundle_BundleMetadata_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_bundle_BundleMetadata_descriptor, + new java.lang.String[] { "Id", "CreateTime", "Version", "TotalDocuments", "TotalBytes", }); + internal_static_google_firestore_bundle_BundleElement_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_bundle_BundleElement_descriptor, + new java.lang.String[] { "Metadata", "NamedQuery", "DocumentMetadata", "Document", "ElementType", }); + com.google.firestore.v1.DocumentProto.getDescriptor(); + com.google.firestore.v1.QueryProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadata.java b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadata.java similarity index 71% rename from proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadata.java index d94bb7203..621c2773f 100644 --- a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadata.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/bundle/bundle.proto @@ -20,64 +5,57 @@ package com.google.firestore.bundle; /** - * - * *
  * Metadata describing a Firestore document saved in the bundle.
  * 
* * Protobuf type {@code google.firestore.bundle.BundledDocumentMetadata} */ -public final class BundledDocumentMetadata extends com.google.protobuf.GeneratedMessageV3 - implements +public final class BundledDocumentMetadata extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.bundle.BundledDocumentMetadata) BundledDocumentMetadataOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use BundledDocumentMetadata.newBuilder() to construct. private BundledDocumentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private BundledDocumentMetadata() { name_ = ""; - queries_ = com.google.protobuf.LazyStringArrayList.emptyList(); + queries_ = + com.google.protobuf.LazyStringArrayList.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new BundledDocumentMetadata(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.bundle.BundledDocumentMetadata.class, - com.google.firestore.bundle.BundledDocumentMetadata.Builder.class); + com.google.firestore.bundle.BundledDocumentMetadata.class, com.google.firestore.bundle.BundledDocumentMetadata.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** - * - * *
    * The document key of a bundled document.
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -86,29 +64,29 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * The document key of a bundled document.
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -119,14 +97,11 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int READ_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp readTime_; /** - * - * *
    * The snapshot version of the document data bundled.
    * 
* * .google.protobuf.Timestamp read_time = 2; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -134,14 +109,11 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The snapshot version of the document data bundled.
    * 
* * .google.protobuf.Timestamp read_time = 2; - * * @return The readTime. */ @java.lang.Override @@ -149,8 +121,6 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** - * - * *
    * The snapshot version of the document data bundled.
    * 
@@ -165,14 +135,11 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() { public static final int EXISTS_FIELD_NUMBER = 3; private boolean exists_ = false; /** - * - * *
    * Whether the document exists.
    * 
* * bool exists = 3; - * * @return The exists. */ @java.lang.Override @@ -181,47 +148,38 @@ public boolean getExists() { } public static final int QUERIES_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList queries_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; - * * @return A list containing the queries. */ - public com.google.protobuf.ProtocolStringList getQueriesList() { + public com.google.protobuf.ProtocolStringList + getQueriesList() { return queries_; } /** - * - * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; - * * @return The count of queries. */ public int getQueriesCount() { return queries_.size(); } /** - * - * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; - * * @param index The index of the element to return. * @return The queries at the given index. */ @@ -229,23 +187,20 @@ public java.lang.String getQueries(int index) { return queries_.get(index); } /** - * - * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; - * * @param index The index of the value to return. * @return The bytes of the queries at the given index. */ - public com.google.protobuf.ByteString getQueriesBytes(int index) { + public com.google.protobuf.ByteString + getQueriesBytes(int index) { return queries_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -257,7 +212,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -283,10 +239,12 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getReadTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getReadTime()); } if (exists_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, exists_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(3, exists_); } { int dataSize = 0; @@ -304,21 +262,24 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.bundle.BundledDocumentMetadata)) { return super.equals(obj); } - com.google.firestore.bundle.BundledDocumentMetadata other = - (com.google.firestore.bundle.BundledDocumentMetadata) obj; + com.google.firestore.bundle.BundledDocumentMetadata other = (com.google.firestore.bundle.BundledDocumentMetadata) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (hasReadTime() != other.hasReadTime()) return false; if (hasReadTime()) { - if (!getReadTime().equals(other.getReadTime())) return false; + if (!getReadTime() + .equals(other.getReadTime())) return false; } - if (getExists() != other.getExists()) return false; - if (!getQueriesList().equals(other.getQueriesList())) return false; + if (getExists() + != other.getExists()) return false; + if (!getQueriesList() + .equals(other.getQueriesList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -337,7 +298,8 @@ public int hashCode() { hash = (53 * hash) + getReadTime().hashCode(); } hash = (37 * hash) + EXISTS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getExists()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getExists()); if (getQueriesCount() > 0) { hash = (37 * hash) + QUERIES_FIELD_NUMBER; hash = (53 * hash) + getQueriesList().hashCode(); @@ -348,126 +310,119 @@ public int hashCode() { } public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.bundle.BundledDocumentMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.bundle.BundledDocumentMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.bundle.BundledDocumentMetadata parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.bundle.BundledDocumentMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Metadata describing a Firestore document saved in the bundle.
    * 
* * Protobuf type {@code google.firestore.bundle.BundledDocumentMetadata} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.bundle.BundledDocumentMetadata) com.google.firestore.bundle.BundledDocumentMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.bundle.BundledDocumentMetadata.class, - com.google.firestore.bundle.BundledDocumentMetadata.Builder.class); + com.google.firestore.bundle.BundledDocumentMetadata.class, com.google.firestore.bundle.BundledDocumentMetadata.Builder.class); } // Construct using com.google.firestore.bundle.BundledDocumentMetadata.newBuilder() @@ -475,17 +430,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getReadTimeFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -497,14 +452,15 @@ public Builder clear() { readTimeBuilder_ = null; } exists_ = false; - queries_ = com.google.protobuf.LazyStringArrayList.emptyList(); + queries_ = + com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; } @java.lang.Override @@ -523,11 +479,8 @@ public com.google.firestore.bundle.BundledDocumentMetadata build() { @java.lang.Override public com.google.firestore.bundle.BundledDocumentMetadata buildPartial() { - com.google.firestore.bundle.BundledDocumentMetadata result = - new com.google.firestore.bundle.BundledDocumentMetadata(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.bundle.BundledDocumentMetadata result = new com.google.firestore.bundle.BundledDocumentMetadata(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -539,7 +492,9 @@ private void buildPartial0(com.google.firestore.bundle.BundledDocumentMetadata r } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { - result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build(); + result.readTime_ = readTimeBuilder_ == null + ? readTime_ + : readTimeBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000004) != 0)) { @@ -556,39 +511,38 @@ private void buildPartial0(com.google.firestore.bundle.BundledDocumentMetadata r public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.bundle.BundledDocumentMetadata) { - return mergeFrom((com.google.firestore.bundle.BundledDocumentMetadata) other); + return mergeFrom((com.google.firestore.bundle.BundledDocumentMetadata)other); } else { super.mergeFrom(other); return this; @@ -596,8 +550,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.bundle.BundledDocumentMetadata other) { - if (other == com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance()) - return this; + if (other == com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; bitField0_ |= 0x00000001; @@ -645,38 +598,35 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 24: - { - exists_ = input.readBool(); - bitField0_ |= 0x00000004; - break; - } // case 24 - case 34: - { - java.lang.String s = input.readStringRequireUtf8(); - ensureQueriesIsMutable(); - queries_.add(s); - break; - } // case 34 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + name_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + input.readMessage( + getReadTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 24: { + exists_ = input.readBool(); + bitField0_ |= 0x00000004; + break; + } // case 24 + case 34: { + java.lang.String s = input.readStringRequireUtf8(); + ensureQueriesIsMutable(); + queries_.add(s); + break; + } // case 34 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -686,25 +636,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object name_ = ""; /** - * - * *
      * The document key of a bundled document.
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -713,21 +660,20 @@ public java.lang.String getName() { } } /** - * - * *
      * The document key of a bundled document.
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -735,35 +681,28 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * The document key of a bundled document.
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The document key of a bundled document.
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { @@ -773,21 +712,17 @@ public Builder clearName() { return this; } /** - * - * *
      * The document key of a bundled document.
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -797,33 +732,24 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - readTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; /** - * - * *
      * The snapshot version of the document data bundled.
      * 
* * .google.protobuf.Timestamp read_time = 2; - * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The snapshot version of the document data bundled.
      * 
* * .google.protobuf.Timestamp read_time = 2; - * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -834,8 +760,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * The snapshot version of the document data bundled.
      * 
@@ -856,15 +780,14 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The snapshot version of the document data bundled.
      * 
* * .google.protobuf.Timestamp read_time = 2; */ - public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setReadTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (readTimeBuilder_ == null) { readTime_ = builderForValue.build(); } else { @@ -875,8 +798,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue return this; } /** - * - * *
      * The snapshot version of the document data bundled.
      * 
@@ -885,9 +806,9 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue */ public Builder mergeReadTime(com.google.protobuf.Timestamp value) { if (readTimeBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && readTime_ != null - && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + readTime_ != null && + readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getReadTimeBuilder().mergeFrom(value); } else { readTime_ = value; @@ -902,8 +823,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The snapshot version of the document data bundled.
      * 
@@ -921,8 +840,6 @@ public Builder clearReadTime() { return this; } /** - * - * *
      * The snapshot version of the document data bundled.
      * 
@@ -935,8 +852,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() { return getReadTimeFieldBuilder().getBuilder(); } /** - * - * *
      * The snapshot version of the document data bundled.
      * 
@@ -947,12 +862,11 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() { if (readTimeBuilder_ != null) { return readTimeBuilder_.getMessageOrBuilder(); } else { - return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; + return readTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } } /** - * - * *
      * The snapshot version of the document data bundled.
      * 
@@ -960,32 +874,26 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() { * .google.protobuf.Timestamp read_time = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getReadTimeFieldBuilder() { if (readTimeBuilder_ == null) { - readTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getReadTime(), getParentForChildren(), isClean()); + readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getReadTime(), + getParentForChildren(), + isClean()); readTime_ = null; } return readTimeBuilder_; } - private boolean exists_; + private boolean exists_ ; /** - * - * *
      * Whether the document exists.
      * 
* * bool exists = 3; - * * @return The exists. */ @java.lang.Override @@ -993,14 +901,11 @@ public boolean getExists() { return exists_; } /** - * - * *
      * Whether the document exists.
      * 
* * bool exists = 3; - * * @param value The exists to set. * @return This builder for chaining. */ @@ -1012,14 +917,11 @@ public Builder setExists(boolean value) { return this; } /** - * - * *
      * Whether the document exists.
      * 
* * bool exists = 3; - * * @return This builder for chaining. */ public Builder clearExists() { @@ -1031,7 +933,6 @@ public Builder clearExists() { private com.google.protobuf.LazyStringArrayList queries_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureQueriesIsMutable() { if (!queries_.isModifiable()) { queries_ = new com.google.protobuf.LazyStringArrayList(queries_); @@ -1039,43 +940,35 @@ private void ensureQueriesIsMutable() { bitField0_ |= 0x00000008; } /** - * - * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; - * * @return A list containing the queries. */ - public com.google.protobuf.ProtocolStringList getQueriesList() { + public com.google.protobuf.ProtocolStringList + getQueriesList() { queries_.makeImmutable(); return queries_; } /** - * - * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; - * * @return The count of queries. */ public int getQueriesCount() { return queries_.size(); } /** - * - * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; - * * @param index The index of the element to return. * @return The queries at the given index. */ @@ -1083,37 +976,31 @@ public java.lang.String getQueries(int index) { return queries_.get(index); } /** - * - * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; - * * @param index The index of the value to return. * @return The bytes of the queries at the given index. */ - public com.google.protobuf.ByteString getQueriesBytes(int index) { + public com.google.protobuf.ByteString + getQueriesBytes(int index) { return queries_.getByteString(index); } /** - * - * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; - * * @param index The index to set the value at. * @param value The queries to set. * @return This builder for chaining. */ - public Builder setQueries(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setQueries( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureQueriesIsMutable(); queries_.set(index, value); bitField0_ |= 0x00000008; @@ -1121,21 +1008,17 @@ public Builder setQueries(int index, java.lang.String value) { return this; } /** - * - * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; - * * @param value The queries to add. * @return This builder for chaining. */ - public Builder addQueries(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addQueries( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureQueriesIsMutable(); queries_.add(value); bitField0_ |= 0x00000008; @@ -1143,58 +1026,50 @@ public Builder addQueries(java.lang.String value) { return this; } /** - * - * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; - * * @param values The queries to add. * @return This builder for chaining. */ - public Builder addAllQueries(java.lang.Iterable values) { + public Builder addAllQueries( + java.lang.Iterable values) { ensureQueriesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, queries_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, queries_); bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; - * * @return This builder for chaining. */ public Builder clearQueries() { - queries_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000008); - ; + queries_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000008);; onChanged(); return this; } /** - * - * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; - * * @param value The bytes of the queries to add. * @return This builder for chaining. */ - public Builder addQueriesBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addQueriesBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureQueriesIsMutable(); queries_.add(value); @@ -1202,9 +1077,9 @@ public Builder addQueriesBytes(com.google.protobuf.ByteString value) { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1214,12 +1089,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.bundle.BundledDocumentMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.bundle.BundledDocumentMetadata) private static final com.google.firestore.bundle.BundledDocumentMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.bundle.BundledDocumentMetadata(); } @@ -1228,27 +1103,27 @@ public static com.google.firestore.bundle.BundledDocumentMetadata getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BundledDocumentMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BundledDocumentMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1263,4 +1138,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.bundle.BundledDocumentMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadataOrBuilder.java similarity index 72% rename from proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadataOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadataOrBuilder.java index 5842713ce..038ea412c 100644 --- a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadataOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadataOrBuilder.java @@ -1,81 +1,52 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/bundle/bundle.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.bundle; -public interface BundledDocumentMetadataOrBuilder - extends +public interface BundledDocumentMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.bundle.BundledDocumentMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The document key of a bundled document.
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * The document key of a bundled document.
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The snapshot version of the document data bundled.
    * 
* * .google.protobuf.Timestamp read_time = 2; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * The snapshot version of the document data bundled.
    * 
* * .google.protobuf.Timestamp read_time = 2; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * The snapshot version of the document data bundled.
    * 
@@ -85,66 +56,53 @@ public interface BundledDocumentMetadataOrBuilder com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder(); /** - * - * *
    * Whether the document exists.
    * 
* * bool exists = 3; - * * @return The exists. */ boolean getExists(); /** - * - * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; - * * @return A list containing the queries. */ - java.util.List getQueriesList(); + java.util.List + getQueriesList(); /** - * - * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; - * * @return The count of queries. */ int getQueriesCount(); /** - * - * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; - * * @param index The index of the element to return. * @return The queries at the given index. */ java.lang.String getQueries(int index); /** - * - * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; - * * @param index The index of the value to return. * @return The bytes of the queries at the given index. */ - com.google.protobuf.ByteString getQueriesBytes(int index); + com.google.protobuf.ByteString + getQueriesBytes(int index); } diff --git a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQuery.java b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQuery.java similarity index 69% rename from proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQuery.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQuery.java index 548a23ece..86da190e7 100644 --- a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQuery.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQuery.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/bundle/bundle.proto @@ -20,24 +5,21 @@ package com.google.firestore.bundle; /** - * - * *
  * Encodes a query saved in the bundle.
  * 
* * Protobuf type {@code google.firestore.bundle.BundledQuery} */ -public final class BundledQuery extends com.google.protobuf.GeneratedMessageV3 - implements +public final class BundledQuery extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.bundle.BundledQuery) BundledQueryOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use BundledQuery.newBuilder() to construct. private BundledQuery(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private BundledQuery() { parent_ = ""; limitType_ = 0; @@ -45,28 +27,25 @@ private BundledQuery() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new BundledQuery(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundledQuery_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledQuery_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.bundle.BundledQuery.class, - com.google.firestore.bundle.BundledQuery.Builder.class); + com.google.firestore.bundle.BundledQuery.class, com.google.firestore.bundle.BundledQuery.Builder.class); } /** - * - * *
    * If the query is a limit query, should the limit be applied to the beginning or
    * the end of results.
@@ -74,19 +53,29 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    * Protobuf enum {@code google.firestore.bundle.BundledQuery.LimitType}
    */
-  public enum LimitType implements com.google.protobuf.ProtocolMessageEnum {
-    /** FIRST = 0; */
+  public enum LimitType
+      implements com.google.protobuf.ProtocolMessageEnum {
+    /**
+     * FIRST = 0;
+     */
     FIRST(0),
-    /** LAST = 1; */
+    /**
+     * LAST = 1;
+     */
     LAST(1),
     UNRECOGNIZED(-1),
     ;
 
-    /** FIRST = 0; */
+    /**
+     * FIRST = 0;
+     */
     public static final int FIRST_VALUE = 0;
-    /** LAST = 1; */
+    /**
+     * LAST = 1;
+     */
     public static final int LAST_VALUE = 1;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -111,47 +100,48 @@ public static LimitType valueOf(int value) {
      */
     public static LimitType forNumber(int value) {
       switch (value) {
-        case 0:
-          return FIRST;
-        case 1:
-          return LAST;
-        default:
-          return null;
+        case 0: return FIRST;
+        case 1: return LAST;
+        default: return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap
+        internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        LimitType> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public LimitType findValueByNumber(int number) {
+              return LimitType.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public LimitType findValueByNumber(int number) {
-            return LimitType.forNumber(number);
-          }
-        };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.firestore.bundle.BundledQuery.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final LimitType[] VALUES = values();
 
-    public static LimitType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static LimitType valueOf(
+        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -169,18 +159,14 @@ private LimitType(int value) {
   }
 
   private int queryTypeCase_ = 0;
-
   @SuppressWarnings("serial")
   private java.lang.Object queryType_;
-
   public enum QueryTypeCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     STRUCTURED_QUERY(2),
     QUERYTYPE_NOT_SET(0);
     private final int value;
-
     private QueryTypeCase(int value) {
       this.value = value;
     }
@@ -196,37 +182,31 @@ public static QueryTypeCase valueOf(int value) {
 
     public static QueryTypeCase forNumber(int value) {
       switch (value) {
-        case 2:
-          return STRUCTURED_QUERY;
-        case 0:
-          return QUERYTYPE_NOT_SET;
-        default:
-          return null;
+        case 2: return STRUCTURED_QUERY;
+        case 0: return QUERYTYPE_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public QueryTypeCase getQueryTypeCase() {
-    return QueryTypeCase.forNumber(queryTypeCase_);
+  public QueryTypeCase
+  getQueryTypeCase() {
+    return QueryTypeCase.forNumber(
+        queryTypeCase_);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
-   *
-   *
    * 
    * The parent resource name.
    * 
* * string parent = 1; - * * @return The parent. */ @java.lang.Override @@ -235,29 +215,29 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * The parent resource name.
    * 
* * string parent = 1; - * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -267,14 +247,11 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int STRUCTURED_QUERY_FIELD_NUMBER = 2; /** - * - * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -282,26 +259,21 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** - * - * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return The structuredQuery. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery getStructuredQuery() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } /** - * - * *
    * A structured query.
    * 
@@ -311,7 +283,7 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { @java.lang.Override public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } @@ -320,29 +292,21 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil private int limitType_ = 0; /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; - * * @return The enum numeric value on the wire for limitType. */ - @java.lang.Override - public int getLimitTypeValue() { + @java.lang.Override public int getLimitTypeValue() { return limitType_; } /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; - * * @return The limitType. */ - @java.lang.Override - public com.google.firestore.bundle.BundledQuery.LimitType getLimitType() { - com.google.firestore.bundle.BundledQuery.LimitType result = - com.google.firestore.bundle.BundledQuery.LimitType.forNumber(limitType_); - return result == null - ? com.google.firestore.bundle.BundledQuery.LimitType.UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.bundle.BundledQuery.LimitType getLimitType() { + com.google.firestore.bundle.BundledQuery.LimitType result = com.google.firestore.bundle.BundledQuery.LimitType.forNumber(limitType_); + return result == null ? com.google.firestore.bundle.BundledQuery.LimitType.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -354,7 +318,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -377,12 +342,12 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (queryTypeCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, (com.google.firestore.v1.StructuredQuery) queryType_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.firestore.v1.StructuredQuery) queryType_); } if (limitType_ != com.google.firestore.bundle.BundledQuery.LimitType.FIRST.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, limitType_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(3, limitType_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -392,19 +357,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.bundle.BundledQuery)) { return super.equals(obj); } com.google.firestore.bundle.BundledQuery other = (com.google.firestore.bundle.BundledQuery) obj; - if (!getParent().equals(other.getParent())) return false; + if (!getParent() + .equals(other.getParent())) return false; if (limitType_ != other.limitType_) return false; if (!getQueryTypeCase().equals(other.getQueryTypeCase())) return false; switch (queryTypeCase_) { case 2: - if (!getStructuredQuery().equals(other.getStructuredQuery())) return false; + if (!getStructuredQuery() + .equals(other.getStructuredQuery())) return false; break; case 0: default: @@ -437,136 +404,132 @@ public int hashCode() { return hash; } - public static com.google.firestore.bundle.BundledQuery parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.bundle.BundledQuery parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.bundle.BundledQuery parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.bundle.BundledQuery parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.bundle.BundledQuery parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.bundle.BundledQuery parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.bundle.BundledQuery parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.bundle.BundledQuery parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.bundle.BundledQuery parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.bundle.BundledQuery parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.bundle.BundledQuery parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.bundle.BundledQuery parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.bundle.BundledQuery parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.bundle.BundledQuery parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.bundle.BundledQuery prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Encodes a query saved in the bundle.
    * 
* * Protobuf type {@code google.firestore.bundle.BundledQuery} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.bundle.BundledQuery) com.google.firestore.bundle.BundledQueryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundledQuery_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledQuery_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.bundle.BundledQuery.class, - com.google.firestore.bundle.BundledQuery.Builder.class); + com.google.firestore.bundle.BundledQuery.class, com.google.firestore.bundle.BundledQuery.Builder.class); } // Construct using com.google.firestore.bundle.BundledQuery.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -582,9 +545,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.bundle.BundleProto - .internal_static_google_firestore_bundle_BundledQuery_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledQuery_descriptor; } @java.lang.Override @@ -603,11 +566,8 @@ public com.google.firestore.bundle.BundledQuery build() { @java.lang.Override public com.google.firestore.bundle.BundledQuery buildPartial() { - com.google.firestore.bundle.BundledQuery result = - new com.google.firestore.bundle.BundledQuery(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.bundle.BundledQuery result = new com.google.firestore.bundle.BundledQuery(this); + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -626,7 +586,8 @@ private void buildPartial0(com.google.firestore.bundle.BundledQuery result) { private void buildPartialOneofs(com.google.firestore.bundle.BundledQuery result) { result.queryTypeCase_ = queryTypeCase_; result.queryType_ = this.queryType_; - if (queryTypeCase_ == 2 && structuredQueryBuilder_ != null) { + if (queryTypeCase_ == 2 && + structuredQueryBuilder_ != null) { result.queryType_ = structuredQueryBuilder_.build(); } } @@ -635,39 +596,38 @@ private void buildPartialOneofs(com.google.firestore.bundle.BundledQuery result) public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.bundle.BundledQuery) { - return mergeFrom((com.google.firestore.bundle.BundledQuery) other); + return mergeFrom((com.google.firestore.bundle.BundledQuery)other); } else { super.mergeFrom(other); return this; @@ -685,15 +645,13 @@ public Builder mergeFrom(com.google.firestore.bundle.BundledQuery other) { setLimitTypeValue(other.getLimitTypeValue()); } switch (other.getQueryTypeCase()) { - case STRUCTURED_QUERY: - { - mergeStructuredQuery(other.getStructuredQuery()); - break; - } - case QUERYTYPE_NOT_SET: - { - break; - } + case STRUCTURED_QUERY: { + mergeStructuredQuery(other.getStructuredQuery()); + break; + } + case QUERYTYPE_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -721,31 +679,29 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - parent_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - input.readMessage(getStructuredQueryFieldBuilder().getBuilder(), extensionRegistry); - queryTypeCase_ = 2; - break; - } // case 18 - case 24: - { - limitType_ = input.readEnum(); - bitField0_ |= 0x00000004; - break; - } // case 24 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + parent_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + input.readMessage( + getStructuredQueryFieldBuilder().getBuilder(), + extensionRegistry); + queryTypeCase_ = 2; + break; + } // case 18 + case 24: { + limitType_ = input.readEnum(); + bitField0_ |= 0x00000004; + break; + } // case 24 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -755,12 +711,12 @@ public Builder mergeFrom( } // finally return this; } - private int queryTypeCase_ = 0; private java.lang.Object queryType_; - - public QueryTypeCase getQueryTypeCase() { - return QueryTypeCase.forNumber(queryTypeCase_); + public QueryTypeCase + getQueryTypeCase() { + return QueryTypeCase.forNumber( + queryTypeCase_); } public Builder clearQueryType() { @@ -774,20 +730,18 @@ public Builder clearQueryType() { private java.lang.Object parent_ = ""; /** - * - * *
      * The parent resource name.
      * 
* * string parent = 1; - * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -796,21 +750,20 @@ public java.lang.String getParent() { } } /** - * - * *
      * The parent resource name.
      * 
* * string parent = 1; - * * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -818,35 +771,28 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * The parent resource name.
      * 
* * string parent = 1; - * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The parent resource name.
      * 
* * string parent = 1; - * * @return This builder for chaining. */ public Builder clearParent() { @@ -856,21 +802,17 @@ public Builder clearParent() { return this; } /** - * - * *
      * The parent resource name.
      * 
* * string parent = 1; - * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -879,19 +821,13 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, - com.google.firestore.v1.StructuredQuery.Builder, - com.google.firestore.v1.StructuredQueryOrBuilder> - structuredQueryBuilder_; + com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> structuredQueryBuilder_; /** - * - * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -899,14 +835,11 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** - * - * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return The structuredQuery. */ @java.lang.Override @@ -924,8 +857,6 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { } } /** - * - * *
      * A structured query.
      * 
@@ -946,8 +877,6 @@ public Builder setStructuredQuery(com.google.firestore.v1.StructuredQuery value) return this; } /** - * - * *
      * A structured query.
      * 
@@ -966,8 +895,6 @@ public Builder setStructuredQuery( return this; } /** - * - * *
      * A structured query.
      * 
@@ -976,13 +903,10 @@ public Builder setStructuredQuery( */ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery value) { if (structuredQueryBuilder_ == null) { - if (queryTypeCase_ == 2 - && queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { - queryType_ = - com.google.firestore.v1.StructuredQuery.newBuilder( - (com.google.firestore.v1.StructuredQuery) queryType_) - .mergeFrom(value) - .buildPartial(); + if (queryTypeCase_ == 2 && + queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { + queryType_ = com.google.firestore.v1.StructuredQuery.newBuilder((com.google.firestore.v1.StructuredQuery) queryType_) + .mergeFrom(value).buildPartial(); } else { queryType_ = value; } @@ -998,8 +922,6 @@ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery valu return this; } /** - * - * *
      * A structured query.
      * 
@@ -1023,8 +945,6 @@ public Builder clearStructuredQuery() { return this; } /** - * - * *
      * A structured query.
      * 
@@ -1035,8 +955,6 @@ public com.google.firestore.v1.StructuredQuery.Builder getStructuredQueryBuilder return getStructuredQueryFieldBuilder().getBuilder(); } /** - * - * *
      * A structured query.
      * 
@@ -1055,8 +973,6 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil } } /** - * - * *
      * A structured query.
      * 
@@ -1064,19 +980,14 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil * .google.firestore.v1.StructuredQuery structured_query = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, - com.google.firestore.v1.StructuredQuery.Builder, - com.google.firestore.v1.StructuredQueryOrBuilder> + com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> getStructuredQueryFieldBuilder() { if (structuredQueryBuilder_ == null) { if (!(queryTypeCase_ == 2)) { queryType_ = com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } - structuredQueryBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, - com.google.firestore.v1.StructuredQuery.Builder, - com.google.firestore.v1.StructuredQueryOrBuilder>( + structuredQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder>( (com.google.firestore.v1.StructuredQuery) queryType_, getParentForChildren(), isClean()); @@ -1090,16 +1001,13 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil private int limitType_ = 0; /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; - * * @return The enum numeric value on the wire for limitType. */ - @java.lang.Override - public int getLimitTypeValue() { + @java.lang.Override public int getLimitTypeValue() { return limitType_; } /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; - * * @param value The enum numeric value on the wire for limitType to set. * @return This builder for chaining. */ @@ -1111,20 +1019,15 @@ public Builder setLimitTypeValue(int value) { } /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; - * * @return The limitType. */ @java.lang.Override public com.google.firestore.bundle.BundledQuery.LimitType getLimitType() { - com.google.firestore.bundle.BundledQuery.LimitType result = - com.google.firestore.bundle.BundledQuery.LimitType.forNumber(limitType_); - return result == null - ? com.google.firestore.bundle.BundledQuery.LimitType.UNRECOGNIZED - : result; + com.google.firestore.bundle.BundledQuery.LimitType result = com.google.firestore.bundle.BundledQuery.LimitType.forNumber(limitType_); + return result == null ? com.google.firestore.bundle.BundledQuery.LimitType.UNRECOGNIZED : result; } /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; - * * @param value The limitType to set. * @return This builder for chaining. */ @@ -1139,7 +1042,6 @@ public Builder setLimitType(com.google.firestore.bundle.BundledQuery.LimitType v } /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; - * * @return This builder for chaining. */ public Builder clearLimitType() { @@ -1148,9 +1050,9 @@ public Builder clearLimitType() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1160,12 +1062,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.bundle.BundledQuery) } // @@protoc_insertion_point(class_scope:google.firestore.bundle.BundledQuery) private static final com.google.firestore.bundle.BundledQuery DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.bundle.BundledQuery(); } @@ -1174,27 +1076,27 @@ public static com.google.firestore.bundle.BundledQuery getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BundledQuery parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BundledQuery parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1209,4 +1111,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.bundle.BundledQuery getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQueryOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQueryOrBuilder.java similarity index 69% rename from proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQueryOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQueryOrBuilder.java index 5c74f3b74..2f07e38ba 100644 --- a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQueryOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQueryOrBuilder.java @@ -1,81 +1,52 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/bundle/bundle.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.bundle; -public interface BundledQueryOrBuilder - extends +public interface BundledQueryOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.bundle.BundledQuery) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The parent resource name.
    * 
* * string parent = 1; - * * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * The parent resource name.
    * 
* * string parent = 1; - * * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return Whether the structuredQuery field is set. */ boolean hasStructuredQuery(); /** - * - * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return The structuredQuery. */ com.google.firestore.v1.StructuredQuery getStructuredQuery(); /** - * - * *
    * A structured query.
    * 
@@ -86,13 +57,11 @@ public interface BundledQueryOrBuilder /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; - * * @return The enum numeric value on the wire for limitType. */ int getLimitTypeValue(); /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; - * * @return The limitType. */ com.google.firestore.bundle.BundledQuery.LimitType getLimitType(); diff --git a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQuery.java b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQuery.java similarity index 71% rename from proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQuery.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQuery.java index ae4962699..c9c22a967 100644 --- a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQuery.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQuery.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/bundle/bundle.proto @@ -20,8 +5,6 @@ package com.google.firestore.bundle; /** - * - * *
  * A Query associated with a name, created as part of the bundle file, and can be read
  * by client SDKs once the bundle containing them is loaded.
@@ -29,49 +12,44 @@
  *
  * Protobuf type {@code google.firestore.bundle.NamedQuery}
  */
-public final class NamedQuery extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class NamedQuery extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.bundle.NamedQuery)
     NamedQueryOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use NamedQuery.newBuilder() to construct.
   private NamedQuery(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private NamedQuery() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new NamedQuery();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.bundle.BundleProto
-        .internal_static_google_firestore_bundle_NamedQuery_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_NamedQuery_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.bundle.BundleProto
-        .internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable
+    return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.bundle.NamedQuery.class,
-            com.google.firestore.bundle.NamedQuery.Builder.class);
+            com.google.firestore.bundle.NamedQuery.class, com.google.firestore.bundle.NamedQuery.Builder.class);
   }
 
   private int bitField0_;
   public static final int NAME_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
-   *
-   *
    * 
    * Name of the query, such that client can use the name to load this query
    * from bundle, and resume from when the query results are materialized
@@ -79,7 +57,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -88,15 +65,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Name of the query, such that client can use the name to load this query
    * from bundle, and resume from when the query results are materialized
@@ -104,15 +80,16 @@ public java.lang.String getName() {
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -123,14 +100,11 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int BUNDLED_QUERY_FIELD_NUMBER = 2; private com.google.firestore.bundle.BundledQuery bundledQuery_; /** - * - * *
    * The query saved in the bundle.
    * 
* * .google.firestore.bundle.BundledQuery bundled_query = 2; - * * @return Whether the bundledQuery field is set. */ @java.lang.Override @@ -138,25 +112,18 @@ public boolean hasBundledQuery() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The query saved in the bundle.
    * 
* * .google.firestore.bundle.BundledQuery bundled_query = 2; - * * @return The bundledQuery. */ @java.lang.Override public com.google.firestore.bundle.BundledQuery getBundledQuery() { - return bundledQuery_ == null - ? com.google.firestore.bundle.BundledQuery.getDefaultInstance() - : bundledQuery_; + return bundledQuery_ == null ? com.google.firestore.bundle.BundledQuery.getDefaultInstance() : bundledQuery_; } /** - * - * *
    * The query saved in the bundle.
    * 
@@ -165,23 +132,18 @@ public com.google.firestore.bundle.BundledQuery getBundledQuery() { */ @java.lang.Override public com.google.firestore.bundle.BundledQueryOrBuilder getBundledQueryOrBuilder() { - return bundledQuery_ == null - ? com.google.firestore.bundle.BundledQuery.getDefaultInstance() - : bundledQuery_; + return bundledQuery_ == null ? com.google.firestore.bundle.BundledQuery.getDefaultInstance() : bundledQuery_; } public static final int READ_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp readTime_; /** - * - * *
    * The read time of the query, when it is used to build the bundle. This is useful to
    * resume the query from the bundle, once it is loaded by client SDKs.
    * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -189,15 +151,12 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The read time of the query, when it is used to build the bundle. This is useful to
    * resume the query from the bundle, once it is loaded by client SDKs.
    * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return The readTime. */ @java.lang.Override @@ -205,8 +164,6 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** - * - * *
    * The read time of the query, when it is used to build the bundle. This is useful to
    * resume the query from the bundle, once it is loaded by client SDKs.
@@ -220,7 +177,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -232,7 +188,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -255,10 +212,12 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getBundledQuery());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, getBundledQuery());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getReadTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getReadTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -268,21 +227,24 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.bundle.NamedQuery)) {
       return super.equals(obj);
     }
     com.google.firestore.bundle.NamedQuery other = (com.google.firestore.bundle.NamedQuery) obj;
 
-    if (!getName().equals(other.getName())) return false;
+    if (!getName()
+        .equals(other.getName())) return false;
     if (hasBundledQuery() != other.hasBundledQuery()) return false;
     if (hasBundledQuery()) {
-      if (!getBundledQuery().equals(other.getBundledQuery())) return false;
+      if (!getBundledQuery()
+          .equals(other.getBundledQuery())) return false;
     }
     if (hasReadTime() != other.hasReadTime()) return false;
     if (hasReadTime()) {
-      if (!getReadTime().equals(other.getReadTime())) return false;
+      if (!getReadTime()
+          .equals(other.getReadTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -310,104 +272,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.bundle.NamedQuery parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.bundle.NamedQuery parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.bundle.NamedQuery parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.bundle.NamedQuery parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.bundle.NamedQuery parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.bundle.NamedQuery parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.bundle.NamedQuery parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.bundle.NamedQuery parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.bundle.NamedQuery parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.bundle.NamedQuery parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.bundle.NamedQuery parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.bundle.NamedQuery parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.bundle.NamedQuery parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.bundle.NamedQuery prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * A Query associated with a name, created as part of the bundle file, and can be read
    * by client SDKs once the bundle containing them is loaded.
@@ -415,23 +372,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.bundle.NamedQuery}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.bundle.NamedQuery)
       com.google.firestore.bundle.NamedQueryOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.bundle.BundleProto
-          .internal_static_google_firestore_bundle_NamedQuery_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_NamedQuery_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.bundle.BundleProto
-          .internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable
+      return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.bundle.NamedQuery.class,
-              com.google.firestore.bundle.NamedQuery.Builder.class);
+              com.google.firestore.bundle.NamedQuery.class, com.google.firestore.bundle.NamedQuery.Builder.class);
     }
 
     // Construct using com.google.firestore.bundle.NamedQuery.newBuilder()
@@ -439,18 +394,18 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getBundledQueryFieldBuilder();
         getReadTimeFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -470,9 +425,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.bundle.BundleProto
-          .internal_static_google_firestore_bundle_NamedQuery_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_NamedQuery_descriptor;
     }
 
     @java.lang.Override
@@ -491,11 +446,8 @@ public com.google.firestore.bundle.NamedQuery build() {
 
     @java.lang.Override
     public com.google.firestore.bundle.NamedQuery buildPartial() {
-      com.google.firestore.bundle.NamedQuery result =
-          new com.google.firestore.bundle.NamedQuery(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.bundle.NamedQuery result = new com.google.firestore.bundle.NamedQuery(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -507,12 +459,15 @@ private void buildPartial0(com.google.firestore.bundle.NamedQuery result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.bundledQuery_ =
-            bundledQueryBuilder_ == null ? bundledQuery_ : bundledQueryBuilder_.build();
+        result.bundledQuery_ = bundledQueryBuilder_ == null
+            ? bundledQuery_
+            : bundledQueryBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build();
+        result.readTime_ = readTimeBuilder_ == null
+            ? readTime_
+            : readTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       result.bitField0_ |= to_bitField0_;
@@ -522,39 +477,38 @@ private void buildPartial0(com.google.firestore.bundle.NamedQuery result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.bundle.NamedQuery) {
-        return mergeFrom((com.google.firestore.bundle.NamedQuery) other);
+        return mergeFrom((com.google.firestore.bundle.NamedQuery)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -600,31 +554,31 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getBundledQueryFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 26:
-              {
-                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getBundledQueryFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 26: {
+              input.readMessage(
+                  getReadTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -634,13 +588,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Name of the query, such that client can use the name to load this query
      * from bundle, and resume from when the query results are materialized
@@ -648,13 +599,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -663,8 +614,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Name of the query, such that client can use the name to load this query
      * from bundle, and resume from when the query results are materialized
@@ -672,14 +621,15 @@ public java.lang.String getName() {
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -687,8 +637,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Name of the query, such that client can use the name to load this query
      * from bundle, and resume from when the query results are materialized
@@ -696,22 +644,18 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Name of the query, such that client can use the name to load this query
      * from bundle, and resume from when the query results are materialized
@@ -719,7 +663,6 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { @@ -729,8 +672,6 @@ public Builder clearName() { return this; } /** - * - * *
      * Name of the query, such that client can use the name to load this query
      * from bundle, and resume from when the query results are materialized
@@ -738,14 +679,12 @@ public Builder clearName() {
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -755,47 +694,34 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private com.google.firestore.bundle.BundledQuery bundledQuery_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.bundle.BundledQuery, - com.google.firestore.bundle.BundledQuery.Builder, - com.google.firestore.bundle.BundledQueryOrBuilder> - bundledQueryBuilder_; + com.google.firestore.bundle.BundledQuery, com.google.firestore.bundle.BundledQuery.Builder, com.google.firestore.bundle.BundledQueryOrBuilder> bundledQueryBuilder_; /** - * - * *
      * The query saved in the bundle.
      * 
* * .google.firestore.bundle.BundledQuery bundled_query = 2; - * * @return Whether the bundledQuery field is set. */ public boolean hasBundledQuery() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The query saved in the bundle.
      * 
* * .google.firestore.bundle.BundledQuery bundled_query = 2; - * * @return The bundledQuery. */ public com.google.firestore.bundle.BundledQuery getBundledQuery() { if (bundledQueryBuilder_ == null) { - return bundledQuery_ == null - ? com.google.firestore.bundle.BundledQuery.getDefaultInstance() - : bundledQuery_; + return bundledQuery_ == null ? com.google.firestore.bundle.BundledQuery.getDefaultInstance() : bundledQuery_; } else { return bundledQueryBuilder_.getMessage(); } } /** - * - * *
      * The query saved in the bundle.
      * 
@@ -816,8 +742,6 @@ public Builder setBundledQuery(com.google.firestore.bundle.BundledQuery value) { return this; } /** - * - * *
      * The query saved in the bundle.
      * 
@@ -836,8 +760,6 @@ public Builder setBundledQuery( return this; } /** - * - * *
      * The query saved in the bundle.
      * 
@@ -846,9 +768,9 @@ public Builder setBundledQuery( */ public Builder mergeBundledQuery(com.google.firestore.bundle.BundledQuery value) { if (bundledQueryBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && bundledQuery_ != null - && bundledQuery_ != com.google.firestore.bundle.BundledQuery.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + bundledQuery_ != null && + bundledQuery_ != com.google.firestore.bundle.BundledQuery.getDefaultInstance()) { getBundledQueryBuilder().mergeFrom(value); } else { bundledQuery_ = value; @@ -863,8 +785,6 @@ public Builder mergeBundledQuery(com.google.firestore.bundle.BundledQuery value) return this; } /** - * - * *
      * The query saved in the bundle.
      * 
@@ -882,8 +802,6 @@ public Builder clearBundledQuery() { return this; } /** - * - * *
      * The query saved in the bundle.
      * 
@@ -896,8 +814,6 @@ public com.google.firestore.bundle.BundledQuery.Builder getBundledQueryBuilder() return getBundledQueryFieldBuilder().getBuilder(); } /** - * - * *
      * The query saved in the bundle.
      * 
@@ -908,14 +824,11 @@ public com.google.firestore.bundle.BundledQueryOrBuilder getBundledQueryOrBuilde if (bundledQueryBuilder_ != null) { return bundledQueryBuilder_.getMessageOrBuilder(); } else { - return bundledQuery_ == null - ? com.google.firestore.bundle.BundledQuery.getDefaultInstance() - : bundledQuery_; + return bundledQuery_ == null ? + com.google.firestore.bundle.BundledQuery.getDefaultInstance() : bundledQuery_; } } /** - * - * *
      * The query saved in the bundle.
      * 
@@ -923,17 +836,14 @@ public com.google.firestore.bundle.BundledQueryOrBuilder getBundledQueryOrBuilde * .google.firestore.bundle.BundledQuery bundled_query = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.bundle.BundledQuery, - com.google.firestore.bundle.BundledQuery.Builder, - com.google.firestore.bundle.BundledQueryOrBuilder> + com.google.firestore.bundle.BundledQuery, com.google.firestore.bundle.BundledQuery.Builder, com.google.firestore.bundle.BundledQueryOrBuilder> getBundledQueryFieldBuilder() { if (bundledQueryBuilder_ == null) { - bundledQueryBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.bundle.BundledQuery, - com.google.firestore.bundle.BundledQuery.Builder, - com.google.firestore.bundle.BundledQueryOrBuilder>( - getBundledQuery(), getParentForChildren(), isClean()); + bundledQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.bundle.BundledQuery, com.google.firestore.bundle.BundledQuery.Builder, com.google.firestore.bundle.BundledQueryOrBuilder>( + getBundledQuery(), + getParentForChildren(), + isClean()); bundledQuery_ = null; } return bundledQueryBuilder_; @@ -941,35 +851,26 @@ public com.google.firestore.bundle.BundledQueryOrBuilder getBundledQueryOrBuilde private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - readTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; /** - * - * *
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
      * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
      * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -980,8 +881,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
@@ -1003,8 +902,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
@@ -1012,7 +909,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 3;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         readTime_ = builderForValue.build();
       } else {
@@ -1023,8 +921,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
@@ -1034,9 +930,9 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0)
-            && readTime_ != null
-            && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0) &&
+          readTime_ != null &&
+          readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getReadTimeBuilder().mergeFrom(value);
         } else {
           readTime_ = value;
@@ -1051,8 +947,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
@@ -1071,8 +965,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
@@ -1086,8 +978,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
@@ -1099,12 +989,11 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (readTimeBuilder_ != null) {
         return readTimeBuilder_.getMessageOrBuilder();
       } else {
-        return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
+        return readTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
@@ -1113,24 +1002,21 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getReadTime(), getParentForChildren(), isClean());
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getReadTime(),
+                getParentForChildren(),
+                isClean());
         readTime_ = null;
       }
       return readTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1140,12 +1026,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.bundle.NamedQuery)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.bundle.NamedQuery)
   private static final com.google.firestore.bundle.NamedQuery DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.bundle.NamedQuery();
   }
@@ -1154,27 +1040,27 @@ public static com.google.firestore.bundle.NamedQuery getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public NamedQuery parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public NamedQuery parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1189,4 +1075,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.bundle.NamedQuery getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQueryOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQueryOrBuilder.java
similarity index 76%
rename from proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQueryOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQueryOrBuilder.java
index f22e8c96b..32b0326e4 100644
--- a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQueryOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQueryOrBuilder.java
@@ -1,32 +1,14 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/bundle/bundle.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.bundle;
 
-public interface NamedQueryOrBuilder
-    extends
+public interface NamedQueryOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.bundle.NamedQuery)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Name of the query, such that client can use the name to load this query
    * from bundle, and resume from when the query results are materialized
@@ -34,13 +16,10 @@ public interface NamedQueryOrBuilder
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Name of the query, such that client can use the name to load this query
    * from bundle, and resume from when the query results are materialized
@@ -48,38 +27,30 @@ public interface NamedQueryOrBuilder
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The query saved in the bundle.
    * 
* * .google.firestore.bundle.BundledQuery bundled_query = 2; - * * @return Whether the bundledQuery field is set. */ boolean hasBundledQuery(); /** - * - * *
    * The query saved in the bundle.
    * 
* * .google.firestore.bundle.BundledQuery bundled_query = 2; - * * @return The bundledQuery. */ com.google.firestore.bundle.BundledQuery getBundledQuery(); /** - * - * *
    * The query saved in the bundle.
    * 
@@ -89,34 +60,26 @@ public interface NamedQueryOrBuilder com.google.firestore.bundle.BundledQueryOrBuilder getBundledQueryOrBuilder(); /** - * - * *
    * The read time of the query, when it is used to build the bundle. This is useful to
    * resume the query from the bundle, once it is loaded by client SDKs.
    * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * The read time of the query, when it is used to build the bundle. This is useful to
    * resume the query from the bundle, once it is loaded by client SDKs.
    * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * The read time of the query, when it is used to build the bundle. This is useful to
    * resume the query from the bundle, once it is loaded by client SDKs.
diff --git a/proto-google-cloud-firestore-bundle-v1/src/main/proto/google/firestore/bundle/bundle.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/proto/google/firestore/bundle/bundle.proto
similarity index 100%
rename from proto-google-cloud-firestore-bundle-v1/src/main/proto/google/firestore/bundle/bundle.proto
rename to owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/proto/google/firestore/bundle/bundle.proto
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResult.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResult.java
similarity index 65%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResult.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResult.java
index 6279d2942..c87e8e4d7 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResult.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResult.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/aggregation_result.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * The result of a single bucket from a Firestore aggregation query.
  *
@@ -32,27 +15,28 @@
  *
  * Protobuf type {@code google.firestore.v1.AggregationResult}
  */
-public final class AggregationResult extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AggregationResult extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.AggregationResult)
     AggregationResultOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AggregationResult.newBuilder() to construct.
   private AggregationResult(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private AggregationResult() {}
+  private AggregationResult() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AggregationResult();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.AggregationResultProto
-        .internal_static_google_firestore_v1_AggregationResult_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.AggregationResultProto.internal_static_google_firestore_v1_AggregationResult_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
@@ -63,54 +47,45 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
       case 2:
         return internalGetAggregateFields();
       default:
-        throw new RuntimeException("Invalid map field number: " + number);
+        throw new RuntimeException(
+            "Invalid map field number: " + number);
     }
   }
-
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.AggregationResultProto
-        .internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable
+    return com.google.firestore.v1.AggregationResultProto.internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.AggregationResult.class,
-            com.google.firestore.v1.AggregationResult.Builder.class);
+            com.google.firestore.v1.AggregationResult.class, com.google.firestore.v1.AggregationResult.Builder.class);
   }
 
   public static final int AGGREGATE_FIELDS_FIELD_NUMBER = 2;
-
   private static final class AggregateFieldsDefaultEntryHolder {
-    static final com.google.protobuf.MapEntry
-        defaultEntry =
+    static final com.google.protobuf.MapEntry<
+        java.lang.String, com.google.firestore.v1.Value> defaultEntry =
             com.google.protobuf.MapEntry
-                .newDefaultInstance(
-                    com.google.firestore.v1.AggregationResultProto
-                        .internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor,
-                    com.google.protobuf.WireFormat.FieldType.STRING,
-                    "",
-                    com.google.protobuf.WireFormat.FieldType.MESSAGE,
-                    com.google.firestore.v1.Value.getDefaultInstance());
+            .newDefaultInstance(
+                com.google.firestore.v1.AggregationResultProto.internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor, 
+                com.google.protobuf.WireFormat.FieldType.STRING,
+                "",
+                com.google.protobuf.WireFormat.FieldType.MESSAGE,
+                com.google.firestore.v1.Value.getDefaultInstance());
   }
-
   @SuppressWarnings("serial")
+  private com.google.protobuf.MapField<
+      java.lang.String, com.google.firestore.v1.Value> aggregateFields_;
   private com.google.protobuf.MapField
-      aggregateFields_;
-
-  private com.google.protobuf.MapField
-      internalGetAggregateFields() {
+  internalGetAggregateFields() {
     if (aggregateFields_ == null) {
       return com.google.protobuf.MapField.emptyMapField(
           AggregateFieldsDefaultEntryHolder.defaultEntry);
     }
     return aggregateFields_;
   }
-
   public int getAggregateFieldsCount() {
     return internalGetAggregateFields().getMap().size();
   }
   /**
-   *
-   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -123,21 +98,20 @@ public int getAggregateFieldsCount() {
    * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
    */
   @java.lang.Override
-  public boolean containsAggregateFields(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public boolean containsAggregateFields(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     return internalGetAggregateFields().getMap().containsKey(key);
   }
-  /** Use {@link #getAggregateFieldsMap()} instead. */
+  /**
+   * Use {@link #getAggregateFieldsMap()} instead.
+   */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getAggregateFields() {
     return getAggregateFieldsMap();
   }
   /**
-   *
-   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -154,8 +128,6 @@ public java.util.Map getAggrega
     return internalGetAggregateFields().getMap();
   }
   /**
-   *
-   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -168,20 +140,17 @@ public java.util.Map getAggrega
    * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
    */
   @java.lang.Override
-  public /* nullable */ com.google.firestore.v1.Value getAggregateFieldsOrDefault(
+  public /* nullable */
+com.google.firestore.v1.Value getAggregateFieldsOrDefault(
       java.lang.String key,
       /* nullable */
-      com.google.firestore.v1.Value defaultValue) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+com.google.firestore.v1.Value defaultValue) {
+    if (key == null) { throw new NullPointerException("map key"); }
     java.util.Map map =
         internalGetAggregateFields().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
-   *
-   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -194,10 +163,9 @@ public java.util.Map getAggrega
    * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
    */
   @java.lang.Override
-  public com.google.firestore.v1.Value getAggregateFieldsOrThrow(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public com.google.firestore.v1.Value getAggregateFieldsOrThrow(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     java.util.Map map =
         internalGetAggregateFields().getMap();
     if (!map.containsKey(key)) {
@@ -207,7 +175,6 @@ public com.google.firestore.v1.Value getAggregateFieldsOrThrow(java.lang.String
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -219,9 +186,14 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
-    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
-        output, internalGetAggregateFields(), AggregateFieldsDefaultEntryHolder.defaultEntry, 2);
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
+    com.google.protobuf.GeneratedMessageV3
+      .serializeStringMapTo(
+        output,
+        internalGetAggregateFields(),
+        AggregateFieldsDefaultEntryHolder.defaultEntry,
+        2);
     getUnknownFields().writeTo(output);
   }
 
@@ -231,16 +203,15 @@ public int getSerializedSize() {
     if (size != -1) return size;
 
     size = 0;
-    for (java.util.Map.Entry entry :
-        internalGetAggregateFields().getMap().entrySet()) {
+    for (java.util.Map.Entry entry
+         : internalGetAggregateFields().getMap().entrySet()) {
       com.google.protobuf.MapEntry
-          aggregateFields__ =
-              AggregateFieldsDefaultEntryHolder.defaultEntry
-                  .newBuilderForType()
-                  .setKey(entry.getKey())
-                  .setValue(entry.getValue())
-                  .build();
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, aggregateFields__);
+      aggregateFields__ = AggregateFieldsDefaultEntryHolder.defaultEntry.newBuilderForType()
+          .setKey(entry.getKey())
+          .setValue(entry.getValue())
+          .build();
+      size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(2, aggregateFields__);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -250,15 +221,15 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.AggregationResult)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.AggregationResult other =
-        (com.google.firestore.v1.AggregationResult) obj;
+    com.google.firestore.v1.AggregationResult other = (com.google.firestore.v1.AggregationResult) obj;
 
-    if (!internalGetAggregateFields().equals(other.internalGetAggregateFields())) return false;
+    if (!internalGetAggregateFields().equals(
+        other.internalGetAggregateFields())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -279,104 +250,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.AggregationResult parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.AggregationResult parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.AggregationResult parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.AggregationResult parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.AggregationResult parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.AggregationResult parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.AggregationResult parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.AggregationResult parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.AggregationResult parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.AggregationResult parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.AggregationResult parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.AggregationResult parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.AggregationResult parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.AggregationResult parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.AggregationResult prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The result of a single bucket from a Firestore aggregation query.
    *
@@ -387,13 +353,13 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.AggregationResult}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.AggregationResult)
       com.google.firestore.v1.AggregationResultOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.AggregationResultProto
-          .internal_static_google_firestore_v1_AggregationResult_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.AggregationResultProto.internal_static_google_firestore_v1_AggregationResult_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
@@ -403,10 +369,10 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
         case 2:
           return internalGetAggregateFields();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @SuppressWarnings({"rawtypes"})
     protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(
         int number) {
@@ -414,27 +380,28 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi
         case 2:
           return internalGetMutableAggregateFields();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.AggregationResultProto
-          .internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable
+      return com.google.firestore.v1.AggregationResultProto.internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.AggregationResult.class,
-              com.google.firestore.v1.AggregationResult.Builder.class);
+              com.google.firestore.v1.AggregationResult.class, com.google.firestore.v1.AggregationResult.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.AggregationResult.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -444,9 +411,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.AggregationResultProto
-          .internal_static_google_firestore_v1_AggregationResult_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.AggregationResultProto.internal_static_google_firestore_v1_AggregationResult_descriptor;
     }
 
     @java.lang.Override
@@ -465,11 +432,8 @@ public com.google.firestore.v1.AggregationResult build() {
 
     @java.lang.Override
     public com.google.firestore.v1.AggregationResult buildPartial() {
-      com.google.firestore.v1.AggregationResult result =
-          new com.google.firestore.v1.AggregationResult(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.AggregationResult result = new com.google.firestore.v1.AggregationResult(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -477,8 +441,7 @@ public com.google.firestore.v1.AggregationResult buildPartial() {
     private void buildPartial0(com.google.firestore.v1.AggregationResult result) {
       int from_bitField0_ = bitField0_;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.aggregateFields_ =
-            internalGetAggregateFields().build(AggregateFieldsDefaultEntryHolder.defaultEntry);
+        result.aggregateFields_ = internalGetAggregateFields().build(AggregateFieldsDefaultEntryHolder.defaultEntry);
       }
     }
 
@@ -486,39 +449,38 @@ private void buildPartial0(com.google.firestore.v1.AggregationResult result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.AggregationResult) {
-        return mergeFrom((com.google.firestore.v1.AggregationResult) other);
+        return mergeFrom((com.google.firestore.v1.AggregationResult)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -527,7 +489,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
 
     public Builder mergeFrom(com.google.firestore.v1.AggregationResult other) {
       if (other == com.google.firestore.v1.AggregationResult.getDefaultInstance()) return this;
-      internalGetMutableAggregateFields().mergeFrom(other.internalGetAggregateFields());
+      internalGetMutableAggregateFields().mergeFrom(
+          other.internalGetAggregateFields());
       bitField0_ |= 0x00000001;
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -555,26 +518,21 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 18:
-              {
-                com.google.protobuf.MapEntry
-                    aggregateFields__ =
-                        input.readMessage(
-                            AggregateFieldsDefaultEntryHolder.defaultEntry.getParserForType(),
-                            extensionRegistry);
-                internalGetMutableAggregateFields()
-                    .ensureBuilderMap()
-                    .put(aggregateFields__.getKey(), aggregateFields__.getValue());
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 18: {
+              com.google.protobuf.MapEntry
+              aggregateFields__ = input.readMessage(
+                  AggregateFieldsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
+              internalGetMutableAggregateFields().ensureBuilderMap().put(
+                  aggregateFields__.getKey(), aggregateFields__.getValue());
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -584,56 +542,32 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
-    private static final class AggregateFieldsConverter
-        implements com.google.protobuf.MapFieldBuilder.Converter<
-            java.lang.String,
-            com.google.firestore.v1.ValueOrBuilder,
-            com.google.firestore.v1.Value> {
+    private static final class AggregateFieldsConverter implements com.google.protobuf.MapFieldBuilder.Converter {
       @java.lang.Override
       public com.google.firestore.v1.Value build(com.google.firestore.v1.ValueOrBuilder val) {
-        if (val instanceof com.google.firestore.v1.Value) {
-          return (com.google.firestore.v1.Value) val;
-        }
+        if (val instanceof com.google.firestore.v1.Value) { return (com.google.firestore.v1.Value) val; }
         return ((com.google.firestore.v1.Value.Builder) val).build();
       }
 
       @java.lang.Override
-      public com.google.protobuf.MapEntry
-          defaultEntry() {
+      public com.google.protobuf.MapEntry defaultEntry() {
         return AggregateFieldsDefaultEntryHolder.defaultEntry;
       }
     };
-
-    private static final AggregateFieldsConverter aggregateFieldsConverter =
-        new AggregateFieldsConverter();
-
-    private com.google.protobuf.MapFieldBuilder<
-            java.lang.String,
-            com.google.firestore.v1.ValueOrBuilder,
-            com.google.firestore.v1.Value,
-            com.google.firestore.v1.Value.Builder>
-        aggregateFields_;
+    private static final AggregateFieldsConverter aggregateFieldsConverter = new AggregateFieldsConverter();
 
     private com.google.protobuf.MapFieldBuilder<
-            java.lang.String,
-            com.google.firestore.v1.ValueOrBuilder,
-            com.google.firestore.v1.Value,
-            com.google.firestore.v1.Value.Builder>
+        java.lang.String, com.google.firestore.v1.ValueOrBuilder, com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder> aggregateFields_;
+    private com.google.protobuf.MapFieldBuilder
         internalGetAggregateFields() {
       if (aggregateFields_ == null) {
         return new com.google.protobuf.MapFieldBuilder<>(aggregateFieldsConverter);
       }
       return aggregateFields_;
     }
-
-    private com.google.protobuf.MapFieldBuilder<
-            java.lang.String,
-            com.google.firestore.v1.ValueOrBuilder,
-            com.google.firestore.v1.Value,
-            com.google.firestore.v1.Value.Builder>
+    private com.google.protobuf.MapFieldBuilder
         internalGetMutableAggregateFields() {
       if (aggregateFields_ == null) {
         aggregateFields_ = new com.google.protobuf.MapFieldBuilder<>(aggregateFieldsConverter);
@@ -642,13 +576,10 @@ public com.google.firestore.v1.Value build(com.google.firestore.v1.ValueOrBuilde
       onChanged();
       return aggregateFields_;
     }
-
     public int getAggregateFieldsCount() {
       return internalGetAggregateFields().ensureBuilderMap().size();
     }
     /**
-     *
-     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -661,21 +592,20 @@ public int getAggregateFieldsCount() {
      * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
      */
     @java.lang.Override
-    public boolean containsAggregateFields(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public boolean containsAggregateFields(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       return internalGetAggregateFields().ensureBuilderMap().containsKey(key);
     }
-    /** Use {@link #getAggregateFieldsMap()} instead. */
+    /**
+     * Use {@link #getAggregateFieldsMap()} instead.
+     */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getAggregateFields() {
       return getAggregateFieldsMap();
     }
     /**
-     *
-     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -692,8 +622,6 @@ public java.util.Map getAggrega
       return internalGetAggregateFields().getImmutableMap();
     }
     /**
-     *
-     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -706,20 +634,16 @@ public java.util.Map getAggrega
      * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
      */
     @java.lang.Override
-    public /* nullable */ com.google.firestore.v1.Value getAggregateFieldsOrDefault(
+    public /* nullable */
+com.google.firestore.v1.Value getAggregateFieldsOrDefault(
         java.lang.String key,
         /* nullable */
-        com.google.firestore.v1.Value defaultValue) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map =
-          internalGetMutableAggregateFields().ensureBuilderMap();
+com.google.firestore.v1.Value defaultValue) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map = internalGetMutableAggregateFields().ensureBuilderMap();
       return map.containsKey(key) ? aggregateFieldsConverter.build(map.get(key)) : defaultValue;
     }
     /**
-     *
-     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -732,26 +656,21 @@ public java.util.Map getAggrega
      * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
      */
     @java.lang.Override
-    public com.google.firestore.v1.Value getAggregateFieldsOrThrow(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map =
-          internalGetMutableAggregateFields().ensureBuilderMap();
+    public com.google.firestore.v1.Value getAggregateFieldsOrThrow(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map = internalGetMutableAggregateFields().ensureBuilderMap();
       if (!map.containsKey(key)) {
         throw new java.lang.IllegalArgumentException();
       }
       return aggregateFieldsConverter.build(map.get(key));
     }
-
     public Builder clearAggregateFields() {
       bitField0_ = (bitField0_ & ~0x00000001);
       internalGetMutableAggregateFields().clear();
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -763,14 +682,16 @@ public Builder clearAggregateFields() {
      *
      * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
      */
-    public Builder removeAggregateFields(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      internalGetMutableAggregateFields().ensureBuilderMap().remove(key);
+    public Builder removeAggregateFields(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      internalGetMutableAggregateFields().ensureBuilderMap()
+          .remove(key);
       return this;
     }
-    /** Use alternate mutation accessors instead. */
+    /**
+     * Use alternate mutation accessors instead.
+     */
     @java.lang.Deprecated
     public java.util.Map
         getMutableAggregateFields() {
@@ -778,8 +699,6 @@ public Builder removeAggregateFields(java.lang.String key) {
       return internalGetMutableAggregateFields().ensureMessageMap();
     }
     /**
-     *
-     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -791,20 +710,17 @@ public Builder removeAggregateFields(java.lang.String key) {
      *
      * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
      */
-    public Builder putAggregateFields(java.lang.String key, com.google.firestore.v1.Value value) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      if (value == null) {
-        throw new NullPointerException("map value");
-      }
-      internalGetMutableAggregateFields().ensureBuilderMap().put(key, value);
+    public Builder putAggregateFields(
+        java.lang.String key,
+        com.google.firestore.v1.Value value) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      if (value == null) { throw new NullPointerException("map value"); }
+      internalGetMutableAggregateFields().ensureBuilderMap()
+          .put(key, value);
       bitField0_ |= 0x00000001;
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -818,19 +734,17 @@ public Builder putAggregateFields(java.lang.String key, com.google.firestore.v1.
      */
     public Builder putAllAggregateFields(
         java.util.Map values) {
-      for (java.util.Map.Entry e :
-          values.entrySet()) {
+      for (java.util.Map.Entry e : values.entrySet()) {
         if (e.getKey() == null || e.getValue() == null) {
           throw new NullPointerException();
         }
       }
-      internalGetMutableAggregateFields().ensureBuilderMap().putAll(values);
+      internalGetMutableAggregateFields().ensureBuilderMap()
+          .putAll(values);
       bitField0_ |= 0x00000001;
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -844,8 +758,7 @@ public Builder putAllAggregateFields(
      */
     public com.google.firestore.v1.Value.Builder putAggregateFieldsBuilderIfAbsent(
         java.lang.String key) {
-      java.util.Map builderMap =
-          internalGetMutableAggregateFields().ensureBuilderMap();
+      java.util.Map builderMap = internalGetMutableAggregateFields().ensureBuilderMap();
       com.google.firestore.v1.ValueOrBuilder entry = builderMap.get(key);
       if (entry == null) {
         entry = com.google.firestore.v1.Value.newBuilder();
@@ -857,9 +770,9 @@ public com.google.firestore.v1.Value.Builder putAggregateFieldsBuilderIfAbsent(
       }
       return (com.google.firestore.v1.Value.Builder) entry;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -869,12 +782,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.AggregationResult)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.AggregationResult)
   private static final com.google.firestore.v1.AggregationResult DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.AggregationResult();
   }
@@ -883,27 +796,27 @@ public static com.google.firestore.v1.AggregationResult getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public AggregationResult parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public AggregationResult parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -918,4 +831,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.AggregationResult getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultOrBuilder.java
similarity index 72%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultOrBuilder.java
index 31cd9b122..ce2429534 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultOrBuilder.java
@@ -1,32 +1,14 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/aggregation_result.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface AggregationResultOrBuilder
-    extends
+public interface AggregationResultOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.AggregationResult)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -40,8 +22,6 @@ public interface AggregationResultOrBuilder
    */
   int getAggregateFieldsCount();
   /**
-   *
-   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -53,13 +33,15 @@ public interface AggregationResultOrBuilder
    *
    * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
    */
-  boolean containsAggregateFields(java.lang.String key);
-  /** Use {@link #getAggregateFieldsMap()} instead. */
+  boolean containsAggregateFields(
+      java.lang.String key);
+  /**
+   * Use {@link #getAggregateFieldsMap()} instead.
+   */
   @java.lang.Deprecated
-  java.util.Map getAggregateFields();
+  java.util.Map
+  getAggregateFields();
   /**
-   *
-   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -71,10 +53,9 @@ public interface AggregationResultOrBuilder
    *
    * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
    */
-  java.util.Map getAggregateFieldsMap();
+  java.util.Map
+  getAggregateFieldsMap();
   /**
-   *
-   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -87,13 +68,11 @@ public interface AggregationResultOrBuilder
    * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
    */
   /* nullable */
-  com.google.firestore.v1.Value getAggregateFieldsOrDefault(
+com.google.firestore.v1.Value getAggregateFieldsOrDefault(
       java.lang.String key,
       /* nullable */
-      com.google.firestore.v1.Value defaultValue);
+com.google.firestore.v1.Value defaultValue);
   /**
-   *
-   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -105,5 +84,6 @@ com.google.firestore.v1.Value getAggregateFieldsOrDefault(
    *
    * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
    */
-  com.google.firestore.v1.Value getAggregateFieldsOrThrow(java.lang.String key);
+  com.google.firestore.v1.Value getAggregateFieldsOrThrow(
+      java.lang.String key);
 }
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java
new file mode 100644
index 000000000..3fa9088c5
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java
@@ -0,0 +1,72 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/v1/aggregation_result.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.v1;
+
+public final class AggregationResultProto {
+  private AggregationResultProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_AggregationResult_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n,google/firestore/v1/aggregation_result" +
+      ".proto\022\023google.firestore.v1\032\"google/fire" +
+      "store/v1/document.proto\"\276\001\n\021AggregationR" +
+      "esult\022U\n\020aggregate_fields\030\002 \003(\0132;.google" +
+      ".firestore.v1.AggregationResult.Aggregat" +
+      "eFieldsEntry\032R\n\024AggregateFieldsEntry\022\013\n\003" +
+      "key\030\001 \001(\t\022)\n\005value\030\002 \001(\0132\032.google.firest" +
+      "ore.v1.Value:\0028\001B\316\001\n\027com.google.firestor" +
+      "e.v1B\026AggregationResultProtoP\001Z;cloud.go" +
+      "ogle.com/go/firestore/apiv1/firestorepb;" +
+      "firestorepb\242\002\004GCFS\252\002\031Google.Cloud.Firest" +
+      "ore.V1\312\002\031Google\\Cloud\\Firestore\\V1\352\002\034Goo" +
+      "gle::Cloud::Firestore::V1b\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+          com.google.firestore.v1.DocumentProto.getDescriptor(),
+        });
+    internal_static_google_firestore_v1_AggregationResult_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_AggregationResult_descriptor,
+        new java.lang.String[] { "AggregateFields", });
+    internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor =
+      internal_static_google_firestore_v1_AggregationResult_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor,
+        new java.lang.String[] { "Key", "Value", });
+    com.google.firestore.v1.DocumentProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValue.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValue.java
similarity index 69%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValue.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValue.java
index 68fb85de8..aac416547 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValue.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValue.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/document.proto
 
@@ -20,56 +5,49 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * An array value.
  * 
* * Protobuf type {@code google.firestore.v1.ArrayValue} */ -public final class ArrayValue extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ArrayValue extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.ArrayValue) ArrayValueOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ArrayValue.newBuilder() to construct. private ArrayValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ArrayValue() { values_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ArrayValue(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_ArrayValue_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_ArrayValue_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ArrayValue.class, - com.google.firestore.v1.ArrayValue.Builder.class); + com.google.firestore.v1.ArrayValue.class, com.google.firestore.v1.ArrayValue.Builder.class); } public static final int VALUES_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private java.util.List values_; /** - * - * *
    * Values in the array.
    * 
@@ -81,8 +59,6 @@ public java.util.List getValuesList() { return values_; } /** - * - * *
    * Values in the array.
    * 
@@ -90,12 +66,11 @@ public java.util.List getValuesList() { * repeated .google.firestore.v1.Value values = 1; */ @java.lang.Override - public java.util.List getValuesOrBuilderList() { + public java.util.List + getValuesOrBuilderList() { return values_; } /** - * - * *
    * Values in the array.
    * 
@@ -107,8 +82,6 @@ public int getValuesCount() { return values_.size(); } /** - * - * *
    * Values in the array.
    * 
@@ -120,8 +93,6 @@ public com.google.firestore.v1.Value getValues(int index) { return values_.get(index); } /** - * - * *
    * Values in the array.
    * 
@@ -129,12 +100,12 @@ public com.google.firestore.v1.Value getValues(int index) { * repeated .google.firestore.v1.Value values = 1; */ @java.lang.Override - public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index) { + public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder( + int index) { return values_.get(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -146,7 +117,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < values_.size(); i++) { output.writeMessage(1, values_.get(i)); } @@ -160,7 +132,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < values_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, values_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, values_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -170,14 +143,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.ArrayValue)) { return super.equals(obj); } com.google.firestore.v1.ArrayValue other = (com.google.firestore.v1.ArrayValue) obj; - if (!getValuesList().equals(other.getValuesList())) return false; + if (!getValuesList() + .equals(other.getValuesList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -198,135 +172,132 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.ArrayValue parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.ArrayValue parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ArrayValue parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.ArrayValue parseFrom(com.google.protobuf.ByteString data) + public static com.google.firestore.v1.ArrayValue parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ArrayValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ArrayValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ArrayValue parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ArrayValue parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.ArrayValue parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.v1.ArrayValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.ArrayValue parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.ArrayValue parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.ArrayValue parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.ArrayValue prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * An array value.
    * 
* * Protobuf type {@code google.firestore.v1.ArrayValue} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.ArrayValue) com.google.firestore.v1.ArrayValueOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_ArrayValue_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_ArrayValue_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ArrayValue.class, - com.google.firestore.v1.ArrayValue.Builder.class); + com.google.firestore.v1.ArrayValue.class, com.google.firestore.v1.ArrayValue.Builder.class); } // Construct using com.google.firestore.v1.ArrayValue.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -342,9 +313,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_ArrayValue_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_ArrayValue_descriptor; } @java.lang.Override @@ -365,9 +336,7 @@ public com.google.firestore.v1.ArrayValue build() { public com.google.firestore.v1.ArrayValue buildPartial() { com.google.firestore.v1.ArrayValue result = new com.google.firestore.v1.ArrayValue(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -392,39 +361,38 @@ private void buildPartial0(com.google.firestore.v1.ArrayValue result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.ArrayValue) { - return mergeFrom((com.google.firestore.v1.ArrayValue) other); + return mergeFrom((com.google.firestore.v1.ArrayValue)other); } else { super.mergeFrom(other); return this; @@ -451,10 +419,9 @@ public Builder mergeFrom(com.google.firestore.v1.ArrayValue other) { valuesBuilder_ = null; values_ = other.values_; bitField0_ = (bitField0_ & ~0x00000001); - valuesBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getValuesFieldBuilder() - : null; + valuesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getValuesFieldBuilder() : null; } else { valuesBuilder_.addAllMessages(other.values_); } @@ -486,25 +453,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.firestore.v1.Value m = - input.readMessage(com.google.firestore.v1.Value.parser(), extensionRegistry); - if (valuesBuilder_ == null) { - ensureValuesIsMutable(); - values_.add(m); - } else { - valuesBuilder_.addMessage(m); - } - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + com.google.firestore.v1.Value m = + input.readMessage( + com.google.firestore.v1.Value.parser(), + extensionRegistry); + if (valuesBuilder_ == null) { + ensureValuesIsMutable(); + values_.add(m); + } else { + valuesBuilder_.addMessage(m); + } + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -514,28 +481,21 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.util.List values_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureValuesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { values_ = new java.util.ArrayList(values_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder, - com.google.firestore.v1.ValueOrBuilder> - valuesBuilder_; + com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> valuesBuilder_; /** - * - * *
      * Values in the array.
      * 
@@ -550,8 +510,6 @@ public java.util.List getValuesList() { } } /** - * - * *
      * Values in the array.
      * 
@@ -566,8 +524,6 @@ public int getValuesCount() { } } /** - * - * *
      * Values in the array.
      * 
@@ -582,15 +538,14 @@ public com.google.firestore.v1.Value getValues(int index) { } } /** - * - * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public Builder setValues(int index, com.google.firestore.v1.Value value) { + public Builder setValues( + int index, com.google.firestore.v1.Value value) { if (valuesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -604,15 +559,14 @@ public Builder setValues(int index, com.google.firestore.v1.Value value) { return this; } /** - * - * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public Builder setValues(int index, com.google.firestore.v1.Value.Builder builderForValue) { + public Builder setValues( + int index, com.google.firestore.v1.Value.Builder builderForValue) { if (valuesBuilder_ == null) { ensureValuesIsMutable(); values_.set(index, builderForValue.build()); @@ -623,8 +577,6 @@ public Builder setValues(int index, com.google.firestore.v1.Value.Builder builde return this; } /** - * - * *
      * Values in the array.
      * 
@@ -645,15 +597,14 @@ public Builder addValues(com.google.firestore.v1.Value value) { return this; } /** - * - * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public Builder addValues(int index, com.google.firestore.v1.Value value) { + public Builder addValues( + int index, com.google.firestore.v1.Value value) { if (valuesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -667,15 +618,14 @@ public Builder addValues(int index, com.google.firestore.v1.Value value) { return this; } /** - * - * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public Builder addValues(com.google.firestore.v1.Value.Builder builderForValue) { + public Builder addValues( + com.google.firestore.v1.Value.Builder builderForValue) { if (valuesBuilder_ == null) { ensureValuesIsMutable(); values_.add(builderForValue.build()); @@ -686,15 +636,14 @@ public Builder addValues(com.google.firestore.v1.Value.Builder builderForValue) return this; } /** - * - * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public Builder addValues(int index, com.google.firestore.v1.Value.Builder builderForValue) { + public Builder addValues( + int index, com.google.firestore.v1.Value.Builder builderForValue) { if (valuesBuilder_ == null) { ensureValuesIsMutable(); values_.add(index, builderForValue.build()); @@ -705,8 +654,6 @@ public Builder addValues(int index, com.google.firestore.v1.Value.Builder builde return this; } /** - * - * *
      * Values in the array.
      * 
@@ -717,7 +664,8 @@ public Builder addAllValues( java.lang.Iterable values) { if (valuesBuilder_ == null) { ensureValuesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, values_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, values_); onChanged(); } else { valuesBuilder_.addAllMessages(values); @@ -725,8 +673,6 @@ public Builder addAllValues( return this; } /** - * - * *
      * Values in the array.
      * 
@@ -744,8 +690,6 @@ public Builder clearValues() { return this; } /** - * - * *
      * Values in the array.
      * 
@@ -763,44 +707,39 @@ public Builder removeValues(int index) { return this; } /** - * - * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public com.google.firestore.v1.Value.Builder getValuesBuilder(int index) { + public com.google.firestore.v1.Value.Builder getValuesBuilder( + int index) { return getValuesFieldBuilder().getBuilder(index); } /** - * - * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index) { + public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder( + int index) { if (valuesBuilder_ == null) { - return values_.get(index); - } else { + return values_.get(index); } else { return valuesBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public java.util.List - getValuesOrBuilderList() { + public java.util.List + getValuesOrBuilderList() { if (valuesBuilder_ != null) { return valuesBuilder_.getMessageOrBuilderList(); } else { @@ -808,8 +747,6 @@ public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index) { } } /** - * - * *
      * Values in the array.
      * 
@@ -817,53 +754,49 @@ public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index) { * repeated .google.firestore.v1.Value values = 1; */ public com.google.firestore.v1.Value.Builder addValuesBuilder() { - return getValuesFieldBuilder().addBuilder(com.google.firestore.v1.Value.getDefaultInstance()); + return getValuesFieldBuilder().addBuilder( + com.google.firestore.v1.Value.getDefaultInstance()); } /** - * - * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public com.google.firestore.v1.Value.Builder addValuesBuilder(int index) { - return getValuesFieldBuilder() - .addBuilder(index, com.google.firestore.v1.Value.getDefaultInstance()); + public com.google.firestore.v1.Value.Builder addValuesBuilder( + int index) { + return getValuesFieldBuilder().addBuilder( + index, com.google.firestore.v1.Value.getDefaultInstance()); } /** - * - * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public java.util.List getValuesBuilderList() { + public java.util.List + getValuesBuilderList() { return getValuesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder, - com.google.firestore.v1.ValueOrBuilder> + com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> getValuesFieldBuilder() { if (valuesBuilder_ == null) { - valuesBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder, - com.google.firestore.v1.ValueOrBuilder>( - values_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + valuesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>( + values_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); values_ = null; } return valuesBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -873,12 +806,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.ArrayValue) } // @@protoc_insertion_point(class_scope:google.firestore.v1.ArrayValue) private static final com.google.firestore.v1.ArrayValue DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.ArrayValue(); } @@ -887,27 +820,27 @@ public static com.google.firestore.v1.ArrayValue getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ArrayValue parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ArrayValue parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -922,4 +855,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.ArrayValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValueOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValueOrBuilder.java similarity index 56% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValueOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValueOrBuilder.java index 816cff9fc..e617426f4 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValueOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValueOrBuilder.java @@ -1,42 +1,23 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/document.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface ArrayValueOrBuilder - extends +public interface ArrayValueOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.ArrayValue) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Values in the array.
    * 
* * repeated .google.firestore.v1.Value values = 1; */ - java.util.List getValuesList(); + java.util.List + getValuesList(); /** - * - * *
    * Values in the array.
    * 
@@ -45,8 +26,6 @@ public interface ArrayValueOrBuilder */ com.google.firestore.v1.Value getValues(int index); /** - * - * *
    * Values in the array.
    * 
@@ -55,23 +34,21 @@ public interface ArrayValueOrBuilder */ int getValuesCount(); /** - * - * *
    * Values in the array.
    * 
* * repeated .google.firestore.v1.Value values = 1; */ - java.util.List getValuesOrBuilderList(); + java.util.List + getValuesOrBuilderList(); /** - * - * *
    * Values in the array.
    * 
* * repeated .google.firestore.v1.Value values = 1; */ - com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index); + com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder( + int index); } diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequest.java similarity index 76% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequest.java index de9916966..431cad628 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,8 +5,6 @@ package com.google.firestore.v1; /** - * - * *
  * The request for
  * [Firestore.BatchGetDocuments][google.firestore.v1.Firestore.BatchGetDocuments].
@@ -29,58 +12,53 @@
  *
  * Protobuf type {@code google.firestore.v1.BatchGetDocumentsRequest}
  */
-public final class BatchGetDocumentsRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class BatchGetDocumentsRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BatchGetDocumentsRequest)
     BatchGetDocumentsRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use BatchGetDocumentsRequest.newBuilder() to construct.
   private BatchGetDocumentsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private BatchGetDocumentsRequest() {
     database_ = "";
-    documents_ = com.google.protobuf.LazyStringArrayList.emptyList();
+    documents_ =
+        com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new BatchGetDocumentsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_BatchGetDocumentsRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BatchGetDocumentsRequest.class,
-            com.google.firestore.v1.BatchGetDocumentsRequest.Builder.class);
+            com.google.firestore.v1.BatchGetDocumentsRequest.class, com.google.firestore.v1.BatchGetDocumentsRequest.Builder.class);
   }
 
   private int bitField0_;
   private int consistencySelectorCase_ = 0;
-
   @SuppressWarnings("serial")
   private java.lang.Object consistencySelector_;
-
   public enum ConsistencySelectorCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     TRANSACTION(4),
     NEW_TRANSACTION(5),
     READ_TIME(7),
     CONSISTENCYSELECTOR_NOT_SET(0);
     private final int value;
-
     private ConsistencySelectorCase(int value) {
       this.value = value;
     }
@@ -96,42 +74,34 @@ public static ConsistencySelectorCase valueOf(int value) {
 
     public static ConsistencySelectorCase forNumber(int value) {
       switch (value) {
-        case 4:
-          return TRANSACTION;
-        case 5:
-          return NEW_TRANSACTION;
-        case 7:
-          return READ_TIME;
-        case 0:
-          return CONSISTENCYSELECTOR_NOT_SET;
-        default:
-          return null;
+        case 4: return TRANSACTION;
+        case 5: return NEW_TRANSACTION;
+        case 7: return READ_TIME;
+        case 0: return CONSISTENCYSELECTOR_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ConsistencySelectorCase getConsistencySelectorCase() {
-    return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
+  public ConsistencySelectorCase
+  getConsistencySelectorCase() {
+    return ConsistencySelectorCase.forNumber(
+        consistencySelectorCase_);
   }
 
   public static final int DATABASE_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object database_ = "";
   /**
-   *
-   *
    * 
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ @java.lang.Override @@ -140,30 +110,30 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -172,13 +142,10 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } public static final int DOCUMENTS_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -187,15 +154,13 @@ public com.google.protobuf.ByteString getDatabaseBytes() {
    * 
* * repeated string documents = 2; - * * @return A list containing the documents. */ - public com.google.protobuf.ProtocolStringList getDocumentsList() { + public com.google.protobuf.ProtocolStringList + getDocumentsList() { return documents_; } /** - * - * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -204,15 +169,12 @@ public com.google.protobuf.ProtocolStringList getDocumentsList() {
    * 
* * repeated string documents = 2; - * * @return The count of documents. */ public int getDocumentsCount() { return documents_.size(); } /** - * - * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -221,7 +183,6 @@ public int getDocumentsCount() {
    * 
* * repeated string documents = 2; - * * @param index The index of the element to return. * @return The documents at the given index. */ @@ -229,8 +190,6 @@ public java.lang.String getDocuments(int index) { return documents_.get(index); } /** - * - * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -239,19 +198,17 @@ public java.lang.String getDocuments(int index) {
    * 
* * repeated string documents = 2; - * * @param index The index of the value to return. * @return The bytes of the documents at the given index. */ - public com.google.protobuf.ByteString getDocumentsBytes(int index) { + public com.google.protobuf.ByteString + getDocumentsBytes(int index) { return documents_.getByteString(index); } public static final int MASK_FIELD_NUMBER = 3; private com.google.firestore.v1.DocumentMask mask_; /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -260,7 +217,6 @@ public com.google.protobuf.ByteString getDocumentsBytes(int index) {
    * 
* * .google.firestore.v1.DocumentMask mask = 3; - * * @return Whether the mask field is set. */ @java.lang.Override @@ -268,8 +224,6 @@ public boolean hasMask() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -278,7 +232,6 @@ public boolean hasMask() {
    * 
* * .google.firestore.v1.DocumentMask mask = 3; - * * @return The mask. */ @java.lang.Override @@ -286,8 +239,6 @@ public com.google.firestore.v1.DocumentMask getMask() { return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_; } /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -304,14 +255,11 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
 
   public static final int TRANSACTION_FIELD_NUMBER = 4;
   /**
-   *
-   *
    * 
    * Reads documents in a transaction.
    * 
* * bytes transaction = 4; - * * @return Whether the transaction field is set. */ @java.lang.Override @@ -319,14 +267,11 @@ public boolean hasTransaction() { return consistencySelectorCase_ == 4; } /** - * - * *
    * Reads documents in a transaction.
    * 
* * bytes transaction = 4; - * * @return The transaction. */ @java.lang.Override @@ -339,8 +284,6 @@ public com.google.protobuf.ByteString getTransaction() { public static final int NEW_TRANSACTION_FIELD_NUMBER = 5; /** - * - * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -349,7 +292,6 @@ public com.google.protobuf.ByteString getTransaction() {
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; - * * @return Whether the newTransaction field is set. */ @java.lang.Override @@ -357,8 +299,6 @@ public boolean hasNewTransaction() { return consistencySelectorCase_ == 5; } /** - * - * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -367,19 +307,16 @@ public boolean hasNewTransaction() {
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; - * * @return The newTransaction. */ @java.lang.Override public com.google.firestore.v1.TransactionOptions getNewTransaction() { if (consistencySelectorCase_ == 5) { - return (com.google.firestore.v1.TransactionOptions) consistencySelector_; + return (com.google.firestore.v1.TransactionOptions) consistencySelector_; } return com.google.firestore.v1.TransactionOptions.getDefaultInstance(); } /** - * - * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -392,15 +329,13 @@ public com.google.firestore.v1.TransactionOptions getNewTransaction() {
   @java.lang.Override
   public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBuilder() {
     if (consistencySelectorCase_ == 5) {
-      return (com.google.firestore.v1.TransactionOptions) consistencySelector_;
+       return (com.google.firestore.v1.TransactionOptions) consistencySelector_;
     }
     return com.google.firestore.v1.TransactionOptions.getDefaultInstance();
   }
 
   public static final int READ_TIME_FIELD_NUMBER = 7;
   /**
-   *
-   *
    * 
    * Reads documents as they were at the given time.
    *
@@ -410,7 +345,6 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
    * 
* * .google.protobuf.Timestamp read_time = 7; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -418,8 +352,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 7; } /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -429,19 +361,16 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 7; - * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 7) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -455,13 +384,12 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (consistencySelectorCase_ == 7) {
-      return (com.google.protobuf.Timestamp) consistencySelector_;
+       return (com.google.protobuf.Timestamp) consistencySelector_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -473,7 +401,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, database_);
     }
@@ -484,7 +413,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
       output.writeMessage(3, getMask());
     }
     if (consistencySelectorCase_ == 4) {
-      output.writeBytes(4, (com.google.protobuf.ByteString) consistencySelector_);
+      output.writeBytes(
+          4, (com.google.protobuf.ByteString) consistencySelector_);
     }
     if (consistencySelectorCase_ == 5) {
       output.writeMessage(5, (com.google.firestore.v1.TransactionOptions) consistencySelector_);
@@ -513,22 +443,21 @@ public int getSerializedSize() {
       size += 1 * getDocumentsList().size();
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getMask());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getMask());
     }
     if (consistencySelectorCase_ == 4) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeBytesSize(
-              4, (com.google.protobuf.ByteString) consistencySelector_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeBytesSize(
+            4, (com.google.protobuf.ByteString) consistencySelector_);
     }
     if (consistencySelectorCase_ == 5) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              5, (com.google.firestore.v1.TransactionOptions) consistencySelector_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(5, (com.google.firestore.v1.TransactionOptions) consistencySelector_);
     }
     if (consistencySelectorCase_ == 7) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              7, (com.google.protobuf.Timestamp) consistencySelector_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(7, (com.google.protobuf.Timestamp) consistencySelector_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -538,30 +467,35 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.BatchGetDocumentsRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.BatchGetDocumentsRequest other =
-        (com.google.firestore.v1.BatchGetDocumentsRequest) obj;
+    com.google.firestore.v1.BatchGetDocumentsRequest other = (com.google.firestore.v1.BatchGetDocumentsRequest) obj;
 
-    if (!getDatabase().equals(other.getDatabase())) return false;
-    if (!getDocumentsList().equals(other.getDocumentsList())) return false;
+    if (!getDatabase()
+        .equals(other.getDatabase())) return false;
+    if (!getDocumentsList()
+        .equals(other.getDocumentsList())) return false;
     if (hasMask() != other.hasMask()) return false;
     if (hasMask()) {
-      if (!getMask().equals(other.getMask())) return false;
+      if (!getMask()
+          .equals(other.getMask())) return false;
     }
     if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false;
     switch (consistencySelectorCase_) {
       case 4:
-        if (!getTransaction().equals(other.getTransaction())) return false;
+        if (!getTransaction()
+            .equals(other.getTransaction())) return false;
         break;
       case 5:
-        if (!getNewTransaction().equals(other.getNewTransaction())) return false;
+        if (!getNewTransaction()
+            .equals(other.getNewTransaction())) return false;
         break;
       case 7:
-        if (!getReadTime().equals(other.getReadTime())) return false;
+        if (!getReadTime()
+            .equals(other.getReadTime())) return false;
         break;
       case 0:
       default:
@@ -608,104 +542,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.BatchGetDocumentsRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.BatchGetDocumentsRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.BatchGetDocumentsRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The request for
    * [Firestore.BatchGetDocuments][google.firestore.v1.Firestore.BatchGetDocuments].
@@ -713,23 +642,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.BatchGetDocumentsRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BatchGetDocumentsRequest)
       com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BatchGetDocumentsRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BatchGetDocumentsRequest.class,
-              com.google.firestore.v1.BatchGetDocumentsRequest.Builder.class);
+              com.google.firestore.v1.BatchGetDocumentsRequest.class, com.google.firestore.v1.BatchGetDocumentsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BatchGetDocumentsRequest.newBuilder()
@@ -737,23 +664,24 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getMaskFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
       bitField0_ = 0;
       database_ = "";
-      documents_ = com.google.protobuf.LazyStringArrayList.emptyList();
+      documents_ =
+          com.google.protobuf.LazyStringArrayList.emptyList();
       mask_ = null;
       if (maskBuilder_ != null) {
         maskBuilder_.dispose();
@@ -771,9 +699,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -792,11 +720,8 @@ public com.google.firestore.v1.BatchGetDocumentsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.BatchGetDocumentsRequest buildPartial() {
-      com.google.firestore.v1.BatchGetDocumentsRequest result =
-          new com.google.firestore.v1.BatchGetDocumentsRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.BatchGetDocumentsRequest result = new com.google.firestore.v1.BatchGetDocumentsRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -813,7 +738,9 @@ private void buildPartial0(com.google.firestore.v1.BatchGetDocumentsRequest resu
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.mask_ = maskBuilder_ == null ? mask_ : maskBuilder_.build();
+        result.mask_ = maskBuilder_ == null
+            ? mask_
+            : maskBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -822,10 +749,12 @@ private void buildPartial0(com.google.firestore.v1.BatchGetDocumentsRequest resu
     private void buildPartialOneofs(com.google.firestore.v1.BatchGetDocumentsRequest result) {
       result.consistencySelectorCase_ = consistencySelectorCase_;
       result.consistencySelector_ = this.consistencySelector_;
-      if (consistencySelectorCase_ == 5 && newTransactionBuilder_ != null) {
+      if (consistencySelectorCase_ == 5 &&
+          newTransactionBuilder_ != null) {
         result.consistencySelector_ = newTransactionBuilder_.build();
       }
-      if (consistencySelectorCase_ == 7 && readTimeBuilder_ != null) {
+      if (consistencySelectorCase_ == 7 &&
+          readTimeBuilder_ != null) {
         result.consistencySelector_ = readTimeBuilder_.build();
       }
     }
@@ -834,39 +763,38 @@ private void buildPartialOneofs(com.google.firestore.v1.BatchGetDocumentsRequest
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BatchGetDocumentsRequest) {
-        return mergeFrom((com.google.firestore.v1.BatchGetDocumentsRequest) other);
+        return mergeFrom((com.google.firestore.v1.BatchGetDocumentsRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -874,8 +802,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.BatchGetDocumentsRequest other) {
-      if (other == com.google.firestore.v1.BatchGetDocumentsRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.v1.BatchGetDocumentsRequest.getDefaultInstance()) return this;
       if (!other.getDatabase().isEmpty()) {
         database_ = other.database_;
         bitField0_ |= 0x00000001;
@@ -895,25 +822,21 @@ public Builder mergeFrom(com.google.firestore.v1.BatchGetDocumentsRequest other)
         mergeMask(other.getMask());
       }
       switch (other.getConsistencySelectorCase()) {
-        case TRANSACTION:
-          {
-            setTransaction(other.getTransaction());
-            break;
-          }
-        case NEW_TRANSACTION:
-          {
-            mergeNewTransaction(other.getNewTransaction());
-            break;
-          }
-        case READ_TIME:
-          {
-            mergeReadTime(other.getReadTime());
-            break;
-          }
-        case CONSISTENCYSELECTOR_NOT_SET:
-          {
-            break;
-          }
+        case TRANSACTION: {
+          setTransaction(other.getTransaction());
+          break;
+        }
+        case NEW_TRANSACTION: {
+          mergeNewTransaction(other.getNewTransaction());
+          break;
+        }
+        case READ_TIME: {
+          mergeReadTime(other.getReadTime());
+          break;
+        }
+        case CONSISTENCYSELECTOR_NOT_SET: {
+          break;
+        }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -941,50 +864,49 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                database_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureDocumentsIsMutable();
-                documents_.add(s);
-                break;
-              } // case 18
-            case 26:
-              {
-                input.readMessage(getMaskFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            case 34:
-              {
-                consistencySelector_ = input.readBytes();
-                consistencySelectorCase_ = 4;
-                break;
-              } // case 34
-            case 42:
-              {
-                input.readMessage(getNewTransactionFieldBuilder().getBuilder(), extensionRegistry);
-                consistencySelectorCase_ = 5;
-                break;
-              } // case 42
-            case 58:
-              {
-                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
-                consistencySelectorCase_ = 7;
-                break;
-              } // case 58
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              database_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureDocumentsIsMutable();
+              documents_.add(s);
+              break;
+            } // case 18
+            case 26: {
+              input.readMessage(
+                  getMaskFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            case 34: {
+              consistencySelector_ = input.readBytes();
+              consistencySelectorCase_ = 4;
+              break;
+            } // case 34
+            case 42: {
+              input.readMessage(
+                  getNewTransactionFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              consistencySelectorCase_ = 5;
+              break;
+            } // case 42
+            case 58: {
+              input.readMessage(
+                  getReadTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              consistencySelectorCase_ = 7;
+              break;
+            } // case 58
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -994,12 +916,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int consistencySelectorCase_ = 0;
     private java.lang.Object consistencySelector_;
-
-    public ConsistencySelectorCase getConsistencySelectorCase() {
-      return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
+    public ConsistencySelectorCase
+        getConsistencySelectorCase() {
+      return ConsistencySelectorCase.forNumber(
+          consistencySelectorCase_);
     }
 
     public Builder clearConsistencySelector() {
@@ -1013,21 +935,19 @@ public Builder clearConsistencySelector() {
 
     private java.lang.Object database_ = "";
     /**
-     *
-     *
      * 
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -1036,22 +956,21 @@ public java.lang.String getDatabase() { } } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -1059,37 +978,30 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabase( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } database_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -1099,22 +1011,18 @@ public Builder clearDatabase() { return this; } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000001; @@ -1124,7 +1032,6 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.LazyStringArrayList documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureDocumentsIsMutable() { if (!documents_.isModifiable()) { documents_ = new com.google.protobuf.LazyStringArrayList(documents_); @@ -1132,8 +1039,6 @@ private void ensureDocumentsIsMutable() { bitField0_ |= 0x00000002; } /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1142,16 +1047,14 @@ private void ensureDocumentsIsMutable() {
      * 
* * repeated string documents = 2; - * * @return A list containing the documents. */ - public com.google.protobuf.ProtocolStringList getDocumentsList() { + public com.google.protobuf.ProtocolStringList + getDocumentsList() { documents_.makeImmutable(); return documents_; } /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1160,15 +1063,12 @@ public com.google.protobuf.ProtocolStringList getDocumentsList() {
      * 
* * repeated string documents = 2; - * * @return The count of documents. */ public int getDocumentsCount() { return documents_.size(); } /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1177,7 +1077,6 @@ public int getDocumentsCount() {
      * 
* * repeated string documents = 2; - * * @param index The index of the element to return. * @return The documents at the given index. */ @@ -1185,8 +1084,6 @@ public java.lang.String getDocuments(int index) { return documents_.get(index); } /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1195,16 +1092,14 @@ public java.lang.String getDocuments(int index) {
      * 
* * repeated string documents = 2; - * * @param index The index of the value to return. * @return The bytes of the documents at the given index. */ - public com.google.protobuf.ByteString getDocumentsBytes(int index) { + public com.google.protobuf.ByteString + getDocumentsBytes(int index) { return documents_.getByteString(index); } /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1213,15 +1108,13 @@ public com.google.protobuf.ByteString getDocumentsBytes(int index) {
      * 
* * repeated string documents = 2; - * * @param index The index to set the value at. * @param value The documents to set. * @return This builder for chaining. */ - public Builder setDocuments(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDocuments( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureDocumentsIsMutable(); documents_.set(index, value); bitField0_ |= 0x00000002; @@ -1229,8 +1122,6 @@ public Builder setDocuments(int index, java.lang.String value) { return this; } /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1239,14 +1130,12 @@ public Builder setDocuments(int index, java.lang.String value) {
      * 
* * repeated string documents = 2; - * * @param value The documents to add. * @return This builder for chaining. */ - public Builder addDocuments(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addDocuments( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureDocumentsIsMutable(); documents_.add(value); bitField0_ |= 0x00000002; @@ -1254,8 +1143,6 @@ public Builder addDocuments(java.lang.String value) { return this; } /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1264,20 +1151,19 @@ public Builder addDocuments(java.lang.String value) {
      * 
* * repeated string documents = 2; - * * @param values The documents to add. * @return This builder for chaining. */ - public Builder addAllDocuments(java.lang.Iterable values) { + public Builder addAllDocuments( + java.lang.Iterable values) { ensureDocumentsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, documents_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, documents_); bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1286,19 +1172,16 @@ public Builder addAllDocuments(java.lang.Iterable values) {
      * 
* * repeated string documents = 2; - * * @return This builder for chaining. */ public Builder clearDocuments() { - documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000002); - ; + documents_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002);; onChanged(); return this; } /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1307,14 +1190,12 @@ public Builder clearDocuments() {
      * 
* * repeated string documents = 2; - * * @param value The bytes of the documents to add. * @return This builder for chaining. */ - public Builder addDocumentsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addDocumentsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureDocumentsIsMutable(); documents_.add(value); @@ -1325,13 +1206,8 @@ public Builder addDocumentsBytes(com.google.protobuf.ByteString value) { private com.google.firestore.v1.DocumentMask mask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, - com.google.firestore.v1.DocumentMask.Builder, - com.google.firestore.v1.DocumentMaskOrBuilder> - maskBuilder_; + com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> maskBuilder_; /** - * - * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1340,15 +1216,12 @@ public Builder addDocumentsBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.firestore.v1.DocumentMask mask = 3; - * * @return Whether the mask field is set. */ public boolean hasMask() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1357,7 +1230,6 @@ public boolean hasMask() {
      * 
* * .google.firestore.v1.DocumentMask mask = 3; - * * @return The mask. */ public com.google.firestore.v1.DocumentMask getMask() { @@ -1368,8 +1240,6 @@ public com.google.firestore.v1.DocumentMask getMask() { } } /** - * - * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1393,8 +1263,6 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1404,7 +1272,8 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
      *
      * .google.firestore.v1.DocumentMask mask = 3;
      */
-    public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForValue) {
+    public Builder setMask(
+        com.google.firestore.v1.DocumentMask.Builder builderForValue) {
       if (maskBuilder_ == null) {
         mask_ = builderForValue.build();
       } else {
@@ -1415,8 +1284,6 @@ public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForVa
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1428,9 +1295,9 @@ public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForVa
      */
     public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       if (maskBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0)
-            && mask_ != null
-            && mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0) &&
+          mask_ != null &&
+          mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
           getMaskBuilder().mergeFrom(value);
         } else {
           mask_ = value;
@@ -1445,8 +1312,6 @@ public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1467,8 +1332,6 @@ public Builder clearMask() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1484,8 +1347,6 @@ public com.google.firestore.v1.DocumentMask.Builder getMaskBuilder() {
       return getMaskFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1499,12 +1360,11 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
       if (maskBuilder_ != null) {
         return maskBuilder_.getMessageOrBuilder();
       } else {
-        return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
+        return mask_ == null ?
+            com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
       }
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1515,45 +1375,36 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
      * .google.firestore.v1.DocumentMask mask = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentMask,
-            com.google.firestore.v1.DocumentMask.Builder,
-            com.google.firestore.v1.DocumentMaskOrBuilder>
+        com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> 
         getMaskFieldBuilder() {
       if (maskBuilder_ == null) {
-        maskBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.DocumentMask,
-                com.google.firestore.v1.DocumentMask.Builder,
-                com.google.firestore.v1.DocumentMaskOrBuilder>(
-                getMask(), getParentForChildren(), isClean());
+        maskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder>(
+                getMask(),
+                getParentForChildren(),
+                isClean());
         mask_ = null;
       }
       return maskBuilder_;
     }
 
     /**
-     *
-     *
      * 
      * Reads documents in a transaction.
      * 
* * bytes transaction = 4; - * * @return Whether the transaction field is set. */ public boolean hasTransaction() { return consistencySelectorCase_ == 4; } /** - * - * *
      * Reads documents in a transaction.
      * 
* * bytes transaction = 4; - * * @return The transaction. */ public com.google.protobuf.ByteString getTransaction() { @@ -1563,35 +1414,27 @@ public com.google.protobuf.ByteString getTransaction() { return com.google.protobuf.ByteString.EMPTY; } /** - * - * *
      * Reads documents in a transaction.
      * 
* * bytes transaction = 4; - * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } consistencySelectorCase_ = 4; consistencySelector_ = value; onChanged(); return this; } /** - * - * *
      * Reads documents in a transaction.
      * 
* * bytes transaction = 4; - * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -1604,13 +1447,8 @@ public Builder clearTransaction() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions, - com.google.firestore.v1.TransactionOptions.Builder, - com.google.firestore.v1.TransactionOptionsOrBuilder> - newTransactionBuilder_; + com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> newTransactionBuilder_; /** - * - * *
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1619,7 +1457,6 @@ public Builder clearTransaction() {
      * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; - * * @return Whether the newTransaction field is set. */ @java.lang.Override @@ -1627,8 +1464,6 @@ public boolean hasNewTransaction() { return consistencySelectorCase_ == 5; } /** - * - * *
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1637,7 +1472,6 @@ public boolean hasNewTransaction() {
      * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; - * * @return The newTransaction. */ @java.lang.Override @@ -1655,8 +1489,6 @@ public com.google.firestore.v1.TransactionOptions getNewTransaction() { } } /** - * - * *
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1680,8 +1512,6 @@ public Builder setNewTransaction(com.google.firestore.v1.TransactionOptions valu
       return this;
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1703,8 +1533,6 @@ public Builder setNewTransaction(
       return this;
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1716,14 +1544,10 @@ public Builder setNewTransaction(
      */
     public Builder mergeNewTransaction(com.google.firestore.v1.TransactionOptions value) {
       if (newTransactionBuilder_ == null) {
-        if (consistencySelectorCase_ == 5
-            && consistencySelector_
-                != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
-          consistencySelector_ =
-              com.google.firestore.v1.TransactionOptions.newBuilder(
-                      (com.google.firestore.v1.TransactionOptions) consistencySelector_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (consistencySelectorCase_ == 5 &&
+            consistencySelector_ != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
+          consistencySelector_ = com.google.firestore.v1.TransactionOptions.newBuilder((com.google.firestore.v1.TransactionOptions) consistencySelector_)
+              .mergeFrom(value).buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1739,8 +1563,6 @@ public Builder mergeNewTransaction(com.google.firestore.v1.TransactionOptions va
       return this;
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1767,8 +1589,6 @@ public Builder clearNewTransaction() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1782,8 +1602,6 @@ public com.google.firestore.v1.TransactionOptions.Builder getNewTransactionBuild
       return getNewTransactionFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1805,8 +1623,6 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
       }
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1817,19 +1633,14 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
      * .google.firestore.v1.TransactionOptions new_transaction = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.TransactionOptions,
-            com.google.firestore.v1.TransactionOptions.Builder,
-            com.google.firestore.v1.TransactionOptionsOrBuilder>
+        com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> 
         getNewTransactionFieldBuilder() {
       if (newTransactionBuilder_ == null) {
         if (!(consistencySelectorCase_ == 5)) {
           consistencySelector_ = com.google.firestore.v1.TransactionOptions.getDefaultInstance();
         }
-        newTransactionBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.TransactionOptions,
-                com.google.firestore.v1.TransactionOptions.Builder,
-                com.google.firestore.v1.TransactionOptionsOrBuilder>(
+        newTransactionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder>(
                 (com.google.firestore.v1.TransactionOptions) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1841,13 +1652,8 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
-        readTimeBuilder_;
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_;
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1857,7 +1663,6 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
      * 
* * .google.protobuf.Timestamp read_time = 7; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -1865,8 +1670,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 7; } /** - * - * *
      * Reads documents as they were at the given time.
      *
@@ -1876,7 +1679,6 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 7; - * * @return The readTime. */ @java.lang.Override @@ -1894,8 +1696,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * Reads documents as they were at the given time.
      *
@@ -1920,8 +1720,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1932,7 +1730,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 7;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         consistencySelector_ = builderForValue.build();
         onChanged();
@@ -1943,8 +1742,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1957,13 +1754,10 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (consistencySelectorCase_ == 7
-            && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          consistencySelector_ =
-              com.google.protobuf.Timestamp.newBuilder(
-                      (com.google.protobuf.Timestamp) consistencySelector_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (consistencySelectorCase_ == 7 &&
+            consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
+              .mergeFrom(value).buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1979,8 +1773,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -2008,8 +1800,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -2024,8 +1814,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -2048,8 +1836,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -2061,19 +1847,14 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 7;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(consistencySelectorCase_ == 7)) {
           consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
                 (com.google.protobuf.Timestamp) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -2083,9 +1864,9 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       onChanged();
       return readTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -2095,12 +1876,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.BatchGetDocumentsRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.BatchGetDocumentsRequest)
   private static final com.google.firestore.v1.BatchGetDocumentsRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.BatchGetDocumentsRequest();
   }
@@ -2109,27 +1890,27 @@ public static com.google.firestore.v1.BatchGetDocumentsRequest getDefaultInstanc
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public BatchGetDocumentsRequest parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public BatchGetDocumentsRequest parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2144,4 +1925,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.BatchGetDocumentsRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequestOrBuilder.java
similarity index 85%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequestOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequestOrBuilder.java
index 005319b70..2623b612d 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequestOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequestOrBuilder.java
@@ -1,59 +1,36 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface BatchGetDocumentsRequestOrBuilder
-    extends
+public interface BatchGetDocumentsRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.BatchGetDocumentsRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ java.lang.String getDatabase(); /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ - com.google.protobuf.ByteString getDatabaseBytes(); + com.google.protobuf.ByteString + getDatabaseBytes(); /** - * - * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -62,13 +39,11 @@ public interface BatchGetDocumentsRequestOrBuilder
    * 
* * repeated string documents = 2; - * * @return A list containing the documents. */ - java.util.List getDocumentsList(); + java.util.List + getDocumentsList(); /** - * - * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -77,13 +52,10 @@ public interface BatchGetDocumentsRequestOrBuilder
    * 
* * repeated string documents = 2; - * * @return The count of documents. */ int getDocumentsCount(); /** - * - * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -92,14 +64,11 @@ public interface BatchGetDocumentsRequestOrBuilder
    * 
* * repeated string documents = 2; - * * @param index The index of the element to return. * @return The documents at the given index. */ java.lang.String getDocuments(int index); /** - * - * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -108,15 +77,13 @@ public interface BatchGetDocumentsRequestOrBuilder
    * 
* * repeated string documents = 2; - * * @param index The index of the value to return. * @return The bytes of the documents at the given index. */ - com.google.protobuf.ByteString getDocumentsBytes(int index); + com.google.protobuf.ByteString + getDocumentsBytes(int index); /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -125,13 +92,10 @@ public interface BatchGetDocumentsRequestOrBuilder
    * 
* * .google.firestore.v1.DocumentMask mask = 3; - * * @return Whether the mask field is set. */ boolean hasMask(); /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -140,13 +104,10 @@ public interface BatchGetDocumentsRequestOrBuilder
    * 
* * .google.firestore.v1.DocumentMask mask = 3; - * * @return The mask. */ com.google.firestore.v1.DocumentMask getMask(); /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -159,33 +120,25 @@ public interface BatchGetDocumentsRequestOrBuilder
   com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder();
 
   /**
-   *
-   *
    * 
    * Reads documents in a transaction.
    * 
* * bytes transaction = 4; - * * @return Whether the transaction field is set. */ boolean hasTransaction(); /** - * - * *
    * Reads documents in a transaction.
    * 
* * bytes transaction = 4; - * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** - * - * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -194,13 +147,10 @@ public interface BatchGetDocumentsRequestOrBuilder
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; - * * @return Whether the newTransaction field is set. */ boolean hasNewTransaction(); /** - * - * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -209,13 +159,10 @@ public interface BatchGetDocumentsRequestOrBuilder
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; - * * @return The newTransaction. */ com.google.firestore.v1.TransactionOptions getNewTransaction(); /** - * - * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -228,8 +175,6 @@ public interface BatchGetDocumentsRequestOrBuilder
   com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBuilder();
 
   /**
-   *
-   *
    * 
    * Reads documents as they were at the given time.
    *
@@ -239,13 +184,10 @@ public interface BatchGetDocumentsRequestOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 7; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -255,13 +197,10 @@ public interface BatchGetDocumentsRequestOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 7; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -274,6 +213,5 @@ public interface BatchGetDocumentsRequestOrBuilder
    */
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
-  com.google.firestore.v1.BatchGetDocumentsRequest.ConsistencySelectorCase
-      getConsistencySelectorCase();
+  com.google.firestore.v1.BatchGetDocumentsRequest.ConsistencySelectorCase getConsistencySelectorCase();
 }
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponse.java
similarity index 73%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponse.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponse.java
index da6bc616e..0f98cb8a5 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponse.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponse.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * The streamed response for
  * [Firestore.BatchGetDocuments][google.firestore.v1.Firestore.BatchGetDocuments].
@@ -29,56 +12,50 @@
  *
  * Protobuf type {@code google.firestore.v1.BatchGetDocumentsResponse}
  */
-public final class BatchGetDocumentsResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class BatchGetDocumentsResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BatchGetDocumentsResponse)
     BatchGetDocumentsResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use BatchGetDocumentsResponse.newBuilder() to construct.
   private BatchGetDocumentsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private BatchGetDocumentsResponse() {
     transaction_ = com.google.protobuf.ByteString.EMPTY;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new BatchGetDocumentsResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_BatchGetDocumentsResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BatchGetDocumentsResponse.class,
-            com.google.firestore.v1.BatchGetDocumentsResponse.Builder.class);
+            com.google.firestore.v1.BatchGetDocumentsResponse.class, com.google.firestore.v1.BatchGetDocumentsResponse.Builder.class);
   }
 
   private int bitField0_;
   private int resultCase_ = 0;
-
   @SuppressWarnings("serial")
   private java.lang.Object result_;
-
   public enum ResultCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     FOUND(1),
     MISSING(2),
     RESULT_NOT_SET(0);
     private final int value;
-
     private ResultCase(int value) {
       this.value = value;
     }
@@ -94,36 +71,30 @@ public static ResultCase valueOf(int value) {
 
     public static ResultCase forNumber(int value) {
       switch (value) {
-        case 1:
-          return FOUND;
-        case 2:
-          return MISSING;
-        case 0:
-          return RESULT_NOT_SET;
-        default:
-          return null;
+        case 1: return FOUND;
+        case 2: return MISSING;
+        case 0: return RESULT_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ResultCase getResultCase() {
-    return ResultCase.forNumber(resultCase_);
+  public ResultCase
+  getResultCase() {
+    return ResultCase.forNumber(
+        resultCase_);
   }
 
   public static final int FOUND_FIELD_NUMBER = 1;
   /**
-   *
-   *
    * 
    * A document that was requested.
    * 
* * .google.firestore.v1.Document found = 1; - * * @return Whether the found field is set. */ @java.lang.Override @@ -131,26 +102,21 @@ public boolean hasFound() { return resultCase_ == 1; } /** - * - * *
    * A document that was requested.
    * 
* * .google.firestore.v1.Document found = 1; - * * @return The found. */ @java.lang.Override public com.google.firestore.v1.Document getFound() { if (resultCase_ == 1) { - return (com.google.firestore.v1.Document) result_; + return (com.google.firestore.v1.Document) result_; } return com.google.firestore.v1.Document.getDefaultInstance(); } /** - * - * *
    * A document that was requested.
    * 
@@ -160,37 +126,31 @@ public com.google.firestore.v1.Document getFound() { @java.lang.Override public com.google.firestore.v1.DocumentOrBuilder getFoundOrBuilder() { if (resultCase_ == 1) { - return (com.google.firestore.v1.Document) result_; + return (com.google.firestore.v1.Document) result_; } return com.google.firestore.v1.Document.getDefaultInstance(); } public static final int MISSING_FIELD_NUMBER = 2; /** - * - * *
    * A document name that was requested but does not exist. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string missing = 2; - * * @return Whether the missing field is set. */ public boolean hasMissing() { return resultCase_ == 2; } /** - * - * *
    * A document name that was requested but does not exist. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string missing = 2; - * * @return The missing. */ public java.lang.String getMissing() { @@ -201,7 +161,8 @@ public java.lang.String getMissing() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (resultCase_ == 2) { result_ = s; @@ -210,25 +171,24 @@ public java.lang.String getMissing() { } } /** - * - * *
    * A document name that was requested but does not exist. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string missing = 2; - * * @return The bytes for missing. */ - public com.google.protobuf.ByteString getMissingBytes() { + public com.google.protobuf.ByteString + getMissingBytes() { java.lang.Object ref = ""; if (resultCase_ == 2) { ref = result_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (resultCase_ == 2) { result_ = b; } @@ -241,8 +201,6 @@ public com.google.protobuf.ByteString getMissingBytes() { public static final int TRANSACTION_FIELD_NUMBER = 3; private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
    * The transaction that was started as part of this request.
    * Will only be set in the first response, and only if
@@ -251,7 +209,6 @@ public com.google.protobuf.ByteString getMissingBytes() {
    * 
* * bytes transaction = 3; - * * @return The transaction. */ @java.lang.Override @@ -262,8 +219,6 @@ public com.google.protobuf.ByteString getTransaction() { public static final int READ_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp readTime_; /** - * - * *
    * The time at which the document was read.
    * This may be monotically increasing, in this case the previous documents in
@@ -272,7 +227,6 @@ public com.google.protobuf.ByteString getTransaction() {
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -280,8 +234,6 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The time at which the document was read.
    * This may be monotically increasing, in this case the previous documents in
@@ -290,7 +242,6 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return The readTime. */ @java.lang.Override @@ -298,8 +249,6 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** - * - * *
    * The time at which the document was read.
    * This may be monotically increasing, in this case the previous documents in
@@ -315,7 +264,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -327,7 +275,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (resultCase_ == 1) {
       output.writeMessage(1, (com.google.firestore.v1.Document) result_);
     }
@@ -350,18 +299,19 @@ public int getSerializedSize() {
 
     size = 0;
     if (resultCase_ == 1) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              1, (com.google.firestore.v1.Document) result_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, (com.google.firestore.v1.Document) result_);
     }
     if (resultCase_ == 2) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, result_);
     }
     if (!transaction_.isEmpty()) {
-      size += com.google.protobuf.CodedOutputStream.computeBytesSize(3, transaction_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeBytesSize(3, transaction_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getReadTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(4, getReadTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -371,26 +321,29 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.BatchGetDocumentsResponse)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.BatchGetDocumentsResponse other =
-        (com.google.firestore.v1.BatchGetDocumentsResponse) obj;
+    com.google.firestore.v1.BatchGetDocumentsResponse other = (com.google.firestore.v1.BatchGetDocumentsResponse) obj;
 
-    if (!getTransaction().equals(other.getTransaction())) return false;
+    if (!getTransaction()
+        .equals(other.getTransaction())) return false;
     if (hasReadTime() != other.hasReadTime()) return false;
     if (hasReadTime()) {
-      if (!getReadTime().equals(other.getReadTime())) return false;
+      if (!getReadTime()
+          .equals(other.getReadTime())) return false;
     }
     if (!getResultCase().equals(other.getResultCase())) return false;
     switch (resultCase_) {
       case 1:
-        if (!getFound().equals(other.getFound())) return false;
+        if (!getFound()
+            .equals(other.getFound())) return false;
         break;
       case 2:
-        if (!getMissing().equals(other.getMissing())) return false;
+        if (!getMissing()
+            .equals(other.getMissing())) return false;
         break;
       case 0:
       default:
@@ -430,103 +383,98 @@ public int hashCode() {
   }
 
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.BatchGetDocumentsResponse parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.BatchGetDocumentsResponse parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.BatchGetDocumentsResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The streamed response for
    * [Firestore.BatchGetDocuments][google.firestore.v1.Firestore.BatchGetDocuments].
@@ -534,23 +482,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.BatchGetDocumentsResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BatchGetDocumentsResponse)
       com.google.firestore.v1.BatchGetDocumentsResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BatchGetDocumentsResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BatchGetDocumentsResponse.class,
-              com.google.firestore.v1.BatchGetDocumentsResponse.Builder.class);
+              com.google.firestore.v1.BatchGetDocumentsResponse.class, com.google.firestore.v1.BatchGetDocumentsResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BatchGetDocumentsResponse.newBuilder()
@@ -558,17 +504,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getReadTimeFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -588,9 +534,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor;
     }
 
     @java.lang.Override
@@ -609,11 +555,8 @@ public com.google.firestore.v1.BatchGetDocumentsResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.BatchGetDocumentsResponse buildPartial() {
-      com.google.firestore.v1.BatchGetDocumentsResponse result =
-          new com.google.firestore.v1.BatchGetDocumentsResponse(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.BatchGetDocumentsResponse result = new com.google.firestore.v1.BatchGetDocumentsResponse(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -626,7 +569,9 @@ private void buildPartial0(com.google.firestore.v1.BatchGetDocumentsResponse res
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build();
+        result.readTime_ = readTimeBuilder_ == null
+            ? readTime_
+            : readTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -635,7 +580,8 @@ private void buildPartial0(com.google.firestore.v1.BatchGetDocumentsResponse res
     private void buildPartialOneofs(com.google.firestore.v1.BatchGetDocumentsResponse result) {
       result.resultCase_ = resultCase_;
       result.result_ = this.result_;
-      if (resultCase_ == 1 && foundBuilder_ != null) {
+      if (resultCase_ == 1 &&
+          foundBuilder_ != null) {
         result.result_ = foundBuilder_.build();
       }
     }
@@ -644,39 +590,38 @@ private void buildPartialOneofs(com.google.firestore.v1.BatchGetDocumentsRespons
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BatchGetDocumentsResponse) {
-        return mergeFrom((com.google.firestore.v1.BatchGetDocumentsResponse) other);
+        return mergeFrom((com.google.firestore.v1.BatchGetDocumentsResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -684,8 +629,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.BatchGetDocumentsResponse other) {
-      if (other == com.google.firestore.v1.BatchGetDocumentsResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.v1.BatchGetDocumentsResponse.getDefaultInstance()) return this;
       if (other.getTransaction() != com.google.protobuf.ByteString.EMPTY) {
         setTransaction(other.getTransaction());
       }
@@ -693,22 +637,19 @@ public Builder mergeFrom(com.google.firestore.v1.BatchGetDocumentsResponse other
         mergeReadTime(other.getReadTime());
       }
       switch (other.getResultCase()) {
-        case FOUND:
-          {
-            mergeFound(other.getFound());
-            break;
-          }
-        case MISSING:
-          {
-            resultCase_ = 2;
-            result_ = other.result_;
-            onChanged();
-            break;
-          }
-        case RESULT_NOT_SET:
-          {
-            break;
-          }
+        case FOUND: {
+          mergeFound(other.getFound());
+          break;
+        }
+        case MISSING: {
+          resultCase_ = 2;
+          result_ = other.result_;
+          onChanged();
+          break;
+        }
+        case RESULT_NOT_SET: {
+          break;
+        }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -736,38 +677,37 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getFoundFieldBuilder().getBuilder(), extensionRegistry);
-                resultCase_ = 1;
-                break;
-              } // case 10
-            case 18:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                resultCase_ = 2;
-                result_ = s;
-                break;
-              } // case 18
-            case 26:
-              {
-                transaction_ = input.readBytes();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            case 34:
-              {
-                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 34
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getFoundFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              resultCase_ = 1;
+              break;
+            } // case 10
+            case 18: {
+              java.lang.String s = input.readStringRequireUtf8();
+              resultCase_ = 2;
+              result_ = s;
+              break;
+            } // case 18
+            case 26: {
+              transaction_ = input.readBytes();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            case 34: {
+              input.readMessage(
+                  getReadTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 34
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -777,12 +717,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int resultCase_ = 0;
     private java.lang.Object result_;
-
-    public ResultCase getResultCase() {
-      return ResultCase.forNumber(resultCase_);
+    public ResultCase
+        getResultCase() {
+      return ResultCase.forNumber(
+          resultCase_);
     }
 
     public Builder clearResult() {
@@ -795,19 +735,13 @@ public Builder clearResult() {
     private int bitField0_;
 
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Document,
-            com.google.firestore.v1.Document.Builder,
-            com.google.firestore.v1.DocumentOrBuilder>
-        foundBuilder_;
+        com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> foundBuilder_;
     /**
-     *
-     *
      * 
      * A document that was requested.
      * 
* * .google.firestore.v1.Document found = 1; - * * @return Whether the found field is set. */ @java.lang.Override @@ -815,14 +749,11 @@ public boolean hasFound() { return resultCase_ == 1; } /** - * - * *
      * A document that was requested.
      * 
* * .google.firestore.v1.Document found = 1; - * * @return The found. */ @java.lang.Override @@ -840,8 +771,6 @@ public com.google.firestore.v1.Document getFound() { } } /** - * - * *
      * A document that was requested.
      * 
@@ -862,15 +791,14 @@ public Builder setFound(com.google.firestore.v1.Document value) { return this; } /** - * - * *
      * A document that was requested.
      * 
* * .google.firestore.v1.Document found = 1; */ - public Builder setFound(com.google.firestore.v1.Document.Builder builderForValue) { + public Builder setFound( + com.google.firestore.v1.Document.Builder builderForValue) { if (foundBuilder_ == null) { result_ = builderForValue.build(); onChanged(); @@ -881,8 +809,6 @@ public Builder setFound(com.google.firestore.v1.Document.Builder builderForValue return this; } /** - * - * *
      * A document that was requested.
      * 
@@ -891,12 +817,10 @@ public Builder setFound(com.google.firestore.v1.Document.Builder builderForValue */ public Builder mergeFound(com.google.firestore.v1.Document value) { if (foundBuilder_ == null) { - if (resultCase_ == 1 && result_ != com.google.firestore.v1.Document.getDefaultInstance()) { - result_ = - com.google.firestore.v1.Document.newBuilder( - (com.google.firestore.v1.Document) result_) - .mergeFrom(value) - .buildPartial(); + if (resultCase_ == 1 && + result_ != com.google.firestore.v1.Document.getDefaultInstance()) { + result_ = com.google.firestore.v1.Document.newBuilder((com.google.firestore.v1.Document) result_) + .mergeFrom(value).buildPartial(); } else { result_ = value; } @@ -912,8 +836,6 @@ public Builder mergeFound(com.google.firestore.v1.Document value) { return this; } /** - * - * *
      * A document that was requested.
      * 
@@ -937,8 +859,6 @@ public Builder clearFound() { return this; } /** - * - * *
      * A document that was requested.
      * 
@@ -949,8 +869,6 @@ public com.google.firestore.v1.Document.Builder getFoundBuilder() { return getFoundFieldBuilder().getBuilder(); } /** - * - * *
      * A document that was requested.
      * 
@@ -969,8 +887,6 @@ public com.google.firestore.v1.DocumentOrBuilder getFoundOrBuilder() { } } /** - * - * *
      * A document that was requested.
      * 
@@ -978,20 +894,17 @@ public com.google.firestore.v1.DocumentOrBuilder getFoundOrBuilder() { * .google.firestore.v1.Document found = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder> + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> getFoundFieldBuilder() { if (foundBuilder_ == null) { if (!(resultCase_ == 1)) { result_ = com.google.firestore.v1.Document.getDefaultInstance(); } - foundBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder>( - (com.google.firestore.v1.Document) result_, getParentForChildren(), isClean()); + foundBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>( + (com.google.firestore.v1.Document) result_, + getParentForChildren(), + isClean()); result_ = null; } resultCase_ = 1; @@ -1000,15 +913,12 @@ public com.google.firestore.v1.DocumentOrBuilder getFoundOrBuilder() { } /** - * - * *
      * A document name that was requested but does not exist. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string missing = 2; - * * @return Whether the missing field is set. */ @java.lang.Override @@ -1016,15 +926,12 @@ public boolean hasMissing() { return resultCase_ == 2; } /** - * - * *
      * A document name that was requested but does not exist. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string missing = 2; - * * @return The missing. */ @java.lang.Override @@ -1034,7 +941,8 @@ public java.lang.String getMissing() { ref = result_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (resultCase_ == 2) { result_ = s; @@ -1045,26 +953,25 @@ public java.lang.String getMissing() { } } /** - * - * *
      * A document name that was requested but does not exist. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string missing = 2; - * * @return The bytes for missing. */ @java.lang.Override - public com.google.protobuf.ByteString getMissingBytes() { + public com.google.protobuf.ByteString + getMissingBytes() { java.lang.Object ref = ""; if (resultCase_ == 2) { ref = result_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (resultCase_ == 2) { result_ = b; } @@ -1074,37 +981,30 @@ public com.google.protobuf.ByteString getMissingBytes() { } } /** - * - * *
      * A document name that was requested but does not exist. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string missing = 2; - * * @param value The missing to set. * @return This builder for chaining. */ - public Builder setMissing(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setMissing( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } resultCase_ = 2; result_ = value; onChanged(); return this; } /** - * - * *
      * A document name that was requested but does not exist. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string missing = 2; - * * @return This builder for chaining. */ public Builder clearMissing() { @@ -1116,22 +1016,18 @@ public Builder clearMissing() { return this; } /** - * - * *
      * A document name that was requested but does not exist. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string missing = 2; - * * @param value The bytes for missing to set. * @return This builder for chaining. */ - public Builder setMissingBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setMissingBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); resultCase_ = 2; result_ = value; @@ -1141,8 +1037,6 @@ public Builder setMissingBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
      * The transaction that was started as part of this request.
      * Will only be set in the first response, and only if
@@ -1151,7 +1045,6 @@ public Builder setMissingBytes(com.google.protobuf.ByteString value) {
      * 
* * bytes transaction = 3; - * * @return The transaction. */ @java.lang.Override @@ -1159,8 +1052,6 @@ public com.google.protobuf.ByteString getTransaction() { return transaction_; } /** - * - * *
      * The transaction that was started as part of this request.
      * Will only be set in the first response, and only if
@@ -1169,22 +1060,17 @@ public com.google.protobuf.ByteString getTransaction() {
      * 
* * bytes transaction = 3; - * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } transaction_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * The transaction that was started as part of this request.
      * Will only be set in the first response, and only if
@@ -1193,7 +1079,6 @@ public Builder setTransaction(com.google.protobuf.ByteString value) {
      * 
* * bytes transaction = 3; - * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -1205,13 +1090,8 @@ public Builder clearTransaction() { private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - readTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; /** - * - * *
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1220,15 +1100,12 @@ public Builder clearTransaction() {
      * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1237,7 +1114,6 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -1248,8 +1124,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1273,8 +1147,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1284,7 +1156,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 4;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         readTime_ = builderForValue.build();
       } else {
@@ -1295,8 +1168,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1308,9 +1179,9 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0)
-            && readTime_ != null
-            && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0) &&
+          readTime_ != null &&
+          readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getReadTimeBuilder().mergeFrom(value);
         } else {
           readTime_ = value;
@@ -1325,8 +1196,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1347,8 +1216,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1364,8 +1231,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1379,12 +1244,11 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (readTimeBuilder_ != null) {
         return readTimeBuilder_.getMessageOrBuilder();
       } else {
-        return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
+        return readTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1395,24 +1259,21 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getReadTime(), getParentForChildren(), isClean());
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getReadTime(),
+                getParentForChildren(),
+                isClean());
         readTime_ = null;
       }
       return readTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1422,12 +1283,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.BatchGetDocumentsResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.BatchGetDocumentsResponse)
   private static final com.google.firestore.v1.BatchGetDocumentsResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.BatchGetDocumentsResponse();
   }
@@ -1436,27 +1297,27 @@ public static com.google.firestore.v1.BatchGetDocumentsResponse getDefaultInstan
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public BatchGetDocumentsResponse parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public BatchGetDocumentsResponse parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1471,4 +1332,6 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.firestore.v1.BatchGetDocumentsResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponseOrBuilder.java
similarity index 80%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponseOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponseOrBuilder.java
index 9fe476691..e218ee661 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponseOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponseOrBuilder.java
@@ -1,56 +1,32 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface BatchGetDocumentsResponseOrBuilder
-    extends
+public interface BatchGetDocumentsResponseOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.BatchGetDocumentsResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * A document that was requested.
    * 
* * .google.firestore.v1.Document found = 1; - * * @return Whether the found field is set. */ boolean hasFound(); /** - * - * *
    * A document that was requested.
    * 
* * .google.firestore.v1.Document found = 1; - * * @return The found. */ com.google.firestore.v1.Document getFound(); /** - * - * *
    * A document that was requested.
    * 
@@ -60,48 +36,38 @@ public interface BatchGetDocumentsResponseOrBuilder com.google.firestore.v1.DocumentOrBuilder getFoundOrBuilder(); /** - * - * *
    * A document name that was requested but does not exist. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string missing = 2; - * * @return Whether the missing field is set. */ boolean hasMissing(); /** - * - * *
    * A document name that was requested but does not exist. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string missing = 2; - * * @return The missing. */ java.lang.String getMissing(); /** - * - * *
    * A document name that was requested but does not exist. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string missing = 2; - * * @return The bytes for missing. */ - com.google.protobuf.ByteString getMissingBytes(); + com.google.protobuf.ByteString + getMissingBytes(); /** - * - * *
    * The transaction that was started as part of this request.
    * Will only be set in the first response, and only if
@@ -110,14 +76,11 @@ public interface BatchGetDocumentsResponseOrBuilder
    * 
* * bytes transaction = 3; - * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** - * - * *
    * The time at which the document was read.
    * This may be monotically increasing, in this case the previous documents in
@@ -126,13 +89,10 @@ public interface BatchGetDocumentsResponseOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * The time at which the document was read.
    * This may be monotically increasing, in this case the previous documents in
@@ -141,13 +101,10 @@ public interface BatchGetDocumentsResponseOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * The time at which the document was read.
    * This may be monotically increasing, in this case the previous documents in
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequest.java
similarity index 70%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequest.java
index 0fd33f0fb..bb85cfae9 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequest.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * The request for
  * [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.v1.BatchWriteRequest}
  */
-public final class BatchWriteRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class BatchWriteRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BatchWriteRequest)
     BatchWriteRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use BatchWriteRequest.newBuilder() to construct.
   private BatchWriteRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private BatchWriteRequest() {
     database_ = "";
     writes_ = java.util.Collections.emptyList();
@@ -46,13 +28,14 @@ private BatchWriteRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new BatchWriteRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_BatchWriteRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteRequest_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
@@ -63,34 +46,28 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
       case 3:
         return internalGetLabels();
       default:
-        throw new RuntimeException("Invalid map field number: " + number);
+        throw new RuntimeException(
+            "Invalid map field number: " + number);
     }
   }
-
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_BatchWriteRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BatchWriteRequest.class,
-            com.google.firestore.v1.BatchWriteRequest.Builder.class);
+            com.google.firestore.v1.BatchWriteRequest.class, com.google.firestore.v1.BatchWriteRequest.Builder.class);
   }
 
   public static final int DATABASE_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object database_ = "";
   /**
-   *
-   *
    * 
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ @java.lang.Override @@ -99,30 +76,30 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -131,12 +108,9 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } public static final int WRITES_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private java.util.List writes_; /** - * - * *
    * The writes to apply.
    *
@@ -152,8 +126,6 @@ public java.util.List getWritesList() {
     return writes_;
   }
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -165,12 +137,11 @@ public java.util.List getWritesList() {
    * repeated .google.firestore.v1.Write writes = 2;
    */
   @java.lang.Override
-  public java.util.List getWritesOrBuilderList() {
+  public java.util.List 
+      getWritesOrBuilderList() {
     return writes_;
   }
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -186,8 +157,6 @@ public int getWritesCount() {
     return writes_.size();
   }
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -203,8 +172,6 @@ public com.google.firestore.v1.Write getWrites(int index) {
     return writes_.get(index);
   }
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -216,39 +183,38 @@ public com.google.firestore.v1.Write getWrites(int index) {
    * repeated .google.firestore.v1.Write writes = 2;
    */
   @java.lang.Override
-  public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
+  public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
+      int index) {
     return writes_.get(index);
   }
 
   public static final int LABELS_FIELD_NUMBER = 3;
-
   private static final class LabelsDefaultEntryHolder {
-    static final com.google.protobuf.MapEntry defaultEntry =
-        com.google.protobuf.MapEntry.newDefaultInstance(
-            com.google.firestore.v1.FirestoreProto
-                .internal_static_google_firestore_v1_BatchWriteRequest_LabelsEntry_descriptor,
-            com.google.protobuf.WireFormat.FieldType.STRING,
-            "",
-            com.google.protobuf.WireFormat.FieldType.STRING,
-            "");
+    static final com.google.protobuf.MapEntry<
+        java.lang.String, java.lang.String> defaultEntry =
+            com.google.protobuf.MapEntry
+            .newDefaultInstance(
+                com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteRequest_LabelsEntry_descriptor, 
+                com.google.protobuf.WireFormat.FieldType.STRING,
+                "",
+                com.google.protobuf.WireFormat.FieldType.STRING,
+                "");
   }
-
   @SuppressWarnings("serial")
-  private com.google.protobuf.MapField labels_;
-
-  private com.google.protobuf.MapField internalGetLabels() {
+  private com.google.protobuf.MapField<
+      java.lang.String, java.lang.String> labels_;
+  private com.google.protobuf.MapField
+  internalGetLabels() {
     if (labels_ == null) {
-      return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry);
+      return com.google.protobuf.MapField.emptyMapField(
+          LabelsDefaultEntryHolder.defaultEntry);
     }
     return labels_;
   }
-
   public int getLabelsCount() {
     return internalGetLabels().getMap().size();
   }
   /**
-   *
-   *
    * 
    * Labels associated with this batch write.
    * 
@@ -256,21 +222,20 @@ public int getLabelsCount() { * map<string, string> labels = 3; */ @java.lang.Override - public boolean containsLabels(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + public boolean containsLabels( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } return internalGetLabels().getMap().containsKey(key); } - /** Use {@link #getLabelsMap()} instead. */ + /** + * Use {@link #getLabelsMap()} instead. + */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } /** - * - * *
    * Labels associated with this batch write.
    * 
@@ -282,8 +247,6 @@ public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** - * - * *
    * Labels associated with this batch write.
    * 
@@ -291,19 +254,17 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 3; */ @java.lang.Override - public /* nullable */ java.lang.String getLabelsOrDefault( + public /* nullable */ +java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetLabels().getMap(); +java.lang.String defaultValue) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
    * Labels associated with this batch write.
    * 
@@ -311,11 +272,11 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 3; */ @java.lang.Override - public java.lang.String getLabelsOrThrow(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetLabels().getMap(); + public java.lang.String getLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -323,7 +284,6 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -335,15 +295,20 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, database_); } for (int i = 0; i < writes_.size(); i++) { output.writeMessage(2, writes_.get(i)); } - com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( - output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 3); + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetLabels(), + LabelsDefaultEntryHolder.defaultEntry, + 3); getUnknownFields().writeTo(output); } @@ -357,17 +322,18 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, database_); } for (int i = 0; i < writes_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, writes_.get(i)); - } - for (java.util.Map.Entry entry : - internalGetLabels().getMap().entrySet()) { - com.google.protobuf.MapEntry labels__ = - LabelsDefaultEntryHolder.defaultEntry - .newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, labels__); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, writes_.get(i)); + } + for (java.util.Map.Entry entry + : internalGetLabels().getMap().entrySet()) { + com.google.protobuf.MapEntry + labels__ = LabelsDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, labels__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -377,17 +343,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.BatchWriteRequest)) { return super.equals(obj); } - com.google.firestore.v1.BatchWriteRequest other = - (com.google.firestore.v1.BatchWriteRequest) obj; + com.google.firestore.v1.BatchWriteRequest other = (com.google.firestore.v1.BatchWriteRequest) obj; - if (!getDatabase().equals(other.getDatabase())) return false; - if (!getWritesList().equals(other.getWritesList())) return false; - if (!internalGetLabels().equals(other.internalGetLabels())) return false; + if (!getDatabase() + .equals(other.getDatabase())) return false; + if (!getWritesList() + .equals(other.getWritesList())) return false; + if (!internalGetLabels().equals( + other.internalGetLabels())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -414,104 +382,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.BatchWriteRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.BatchWriteRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.BatchWriteRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.BatchWriteRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.BatchWriteRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.BatchWriteRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.BatchWriteRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.BatchWriteRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.BatchWriteRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.BatchWriteRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.BatchWriteRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.BatchWriteRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.BatchWriteRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.BatchWriteRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.BatchWriteRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
@@ -519,13 +482,13 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.BatchWriteRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BatchWriteRequest)
       com.google.firestore.v1.BatchWriteRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BatchWriteRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteRequest_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
@@ -535,10 +498,10 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
         case 3:
           return internalGetLabels();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @SuppressWarnings({"rawtypes"})
     protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(
         int number) {
@@ -546,27 +509,28 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi
         case 3:
           return internalGetMutableLabels();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BatchWriteRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BatchWriteRequest.class,
-              com.google.firestore.v1.BatchWriteRequest.Builder.class);
+              com.google.firestore.v1.BatchWriteRequest.class, com.google.firestore.v1.BatchWriteRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BatchWriteRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -584,9 +548,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BatchWriteRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteRequest_descriptor;
     }
 
     @java.lang.Override
@@ -605,12 +569,9 @@ public com.google.firestore.v1.BatchWriteRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.BatchWriteRequest buildPartial() {
-      com.google.firestore.v1.BatchWriteRequest result =
-          new com.google.firestore.v1.BatchWriteRequest(this);
+      com.google.firestore.v1.BatchWriteRequest result = new com.google.firestore.v1.BatchWriteRequest(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -642,39 +603,38 @@ private void buildPartial0(com.google.firestore.v1.BatchWriteRequest result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BatchWriteRequest) {
-        return mergeFrom((com.google.firestore.v1.BatchWriteRequest) other);
+        return mergeFrom((com.google.firestore.v1.BatchWriteRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -706,16 +666,16 @@ public Builder mergeFrom(com.google.firestore.v1.BatchWriteRequest other) {
             writesBuilder_ = null;
             writes_ = other.writes_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            writesBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getWritesFieldBuilder()
-                    : null;
+            writesBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getWritesFieldBuilder() : null;
           } else {
             writesBuilder_.addAllMessages(other.writes_);
           }
         }
       }
-      internalGetMutableLabels().mergeFrom(other.internalGetLabels());
+      internalGetMutableLabels().mergeFrom(
+          other.internalGetLabels());
       bitField0_ |= 0x00000004;
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -743,43 +703,39 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                database_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                com.google.firestore.v1.Write m =
-                    input.readMessage(com.google.firestore.v1.Write.parser(), extensionRegistry);
-                if (writesBuilder_ == null) {
-                  ensureWritesIsMutable();
-                  writes_.add(m);
-                } else {
-                  writesBuilder_.addMessage(m);
-                }
-                break;
-              } // case 18
-            case 26:
-              {
-                com.google.protobuf.MapEntry labels__ =
-                    input.readMessage(
-                        LabelsDefaultEntryHolder.defaultEntry.getParserForType(),
-                        extensionRegistry);
-                internalGetMutableLabels()
-                    .getMutableMap()
-                    .put(labels__.getKey(), labels__.getValue());
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              database_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              com.google.firestore.v1.Write m =
+                  input.readMessage(
+                      com.google.firestore.v1.Write.parser(),
+                      extensionRegistry);
+              if (writesBuilder_ == null) {
+                ensureWritesIsMutable();
+                writes_.add(m);
+              } else {
+                writesBuilder_.addMessage(m);
+              }
+              break;
+            } // case 18
+            case 26: {
+              com.google.protobuf.MapEntry
+              labels__ = input.readMessage(
+                  LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
+              internalGetMutableLabels().getMutableMap().put(
+                  labels__.getKey(), labels__.getValue());
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -789,26 +745,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object database_ = "";
     /**
-     *
-     *
      * 
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -817,22 +770,21 @@ public java.lang.String getDatabase() { } } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -840,37 +792,30 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabase( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } database_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -880,22 +825,18 @@ public Builder clearDatabase() { return this; } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000001; @@ -904,24 +845,18 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { } private java.util.List writes_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureWritesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { writes_ = new java.util.ArrayList(writes_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Write, - com.google.firestore.v1.Write.Builder, - com.google.firestore.v1.WriteOrBuilder> - writesBuilder_; + com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder> writesBuilder_; /** - * - * *
      * The writes to apply.
      *
@@ -940,8 +875,6 @@ public java.util.List getWritesList() {
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -960,8 +893,6 @@ public int getWritesCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -980,8 +911,6 @@ public com.google.firestore.v1.Write getWrites(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -992,7 +921,8 @@ public com.google.firestore.v1.Write getWrites(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder setWrites(int index, com.google.firestore.v1.Write value) {
+    public Builder setWrites(
+        int index, com.google.firestore.v1.Write value) {
       if (writesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1006,8 +936,6 @@ public Builder setWrites(int index, com.google.firestore.v1.Write value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1018,7 +946,8 @@ public Builder setWrites(int index, com.google.firestore.v1.Write value) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder setWrites(int index, com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder setWrites(
+        int index, com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.set(index, builderForValue.build());
@@ -1029,8 +958,6 @@ public Builder setWrites(int index, com.google.firestore.v1.Write.Builder builde
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1055,8 +982,6 @@ public Builder addWrites(com.google.firestore.v1.Write value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1067,7 +992,8 @@ public Builder addWrites(com.google.firestore.v1.Write value) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder addWrites(int index, com.google.firestore.v1.Write value) {
+    public Builder addWrites(
+        int index, com.google.firestore.v1.Write value) {
       if (writesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1081,8 +1007,6 @@ public Builder addWrites(int index, com.google.firestore.v1.Write value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1093,7 +1017,8 @@ public Builder addWrites(int index, com.google.firestore.v1.Write value) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder addWrites(com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder addWrites(
+        com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.add(builderForValue.build());
@@ -1104,8 +1029,6 @@ public Builder addWrites(com.google.firestore.v1.Write.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1116,7 +1039,8 @@ public Builder addWrites(com.google.firestore.v1.Write.Builder builderForValue)
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder addWrites(int index, com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder addWrites(
+        int index, com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.add(index, builderForValue.build());
@@ -1127,8 +1051,6 @@ public Builder addWrites(int index, com.google.firestore.v1.Write.Builder builde
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1143,7 +1065,8 @@ public Builder addAllWrites(
         java.lang.Iterable values) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, writes_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, writes_);
         onChanged();
       } else {
         writesBuilder_.addAllMessages(values);
@@ -1151,8 +1074,6 @@ public Builder addAllWrites(
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1174,8 +1095,6 @@ public Builder clearWrites() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1197,8 +1116,6 @@ public Builder removeWrites(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1209,12 +1126,11 @@ public Builder removeWrites(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public com.google.firestore.v1.Write.Builder getWritesBuilder(int index) {
+    public com.google.firestore.v1.Write.Builder getWritesBuilder(
+        int index) {
       return getWritesFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1225,16 +1141,14 @@ public com.google.firestore.v1.Write.Builder getWritesBuilder(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
+    public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
+        int index) {
       if (writesBuilder_ == null) {
-        return writes_.get(index);
-      } else {
+        return writes_.get(index);  } else {
         return writesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1245,8 +1159,8 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public java.util.List
-        getWritesOrBuilderList() {
+    public java.util.List 
+         getWritesOrBuilderList() {
       if (writesBuilder_ != null) {
         return writesBuilder_.getMessageOrBuilderList();
       } else {
@@ -1254,8 +1168,6 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1267,11 +1179,10 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
      * repeated .google.firestore.v1.Write writes = 2;
      */
     public com.google.firestore.v1.Write.Builder addWritesBuilder() {
-      return getWritesFieldBuilder().addBuilder(com.google.firestore.v1.Write.getDefaultInstance());
+      return getWritesFieldBuilder().addBuilder(
+          com.google.firestore.v1.Write.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1282,13 +1193,12 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder() {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public com.google.firestore.v1.Write.Builder addWritesBuilder(int index) {
-      return getWritesFieldBuilder()
-          .addBuilder(index, com.google.firestore.v1.Write.getDefaultInstance());
+    public com.google.firestore.v1.Write.Builder addWritesBuilder(
+        int index) {
+      return getWritesFieldBuilder().addBuilder(
+          index, com.google.firestore.v1.Write.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1299,40 +1209,40 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public java.util.List getWritesBuilderList() {
+    public java.util.List 
+         getWritesBuilderList() {
       return getWritesFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Write,
-            com.google.firestore.v1.Write.Builder,
-            com.google.firestore.v1.WriteOrBuilder>
+        com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder> 
         getWritesFieldBuilder() {
       if (writesBuilder_ == null) {
-        writesBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.firestore.v1.Write,
-                com.google.firestore.v1.Write.Builder,
-                com.google.firestore.v1.WriteOrBuilder>(
-                writes_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
+        writesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder>(
+                writes_,
+                ((bitField0_ & 0x00000002) != 0),
+                getParentForChildren(),
+                isClean());
         writes_ = null;
       }
       return writesBuilder_;
     }
 
-    private com.google.protobuf.MapField labels_;
-
-    private com.google.protobuf.MapField internalGetLabels() {
+    private com.google.protobuf.MapField<
+        java.lang.String, java.lang.String> labels_;
+    private com.google.protobuf.MapField
+        internalGetLabels() {
       if (labels_ == null) {
-        return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry);
+        return com.google.protobuf.MapField.emptyMapField(
+            LabelsDefaultEntryHolder.defaultEntry);
       }
       return labels_;
     }
-
     private com.google.protobuf.MapField
         internalGetMutableLabels() {
       if (labels_ == null) {
-        labels_ = com.google.protobuf.MapField.newMapField(LabelsDefaultEntryHolder.defaultEntry);
+        labels_ = com.google.protobuf.MapField.newMapField(
+            LabelsDefaultEntryHolder.defaultEntry);
       }
       if (!labels_.isMutable()) {
         labels_ = labels_.copy();
@@ -1341,13 +1251,10 @@ private com.google.protobuf.MapField interna
       onChanged();
       return labels_;
     }
-
     public int getLabelsCount() {
       return internalGetLabels().getMap().size();
     }
     /**
-     *
-     *
      * 
      * Labels associated with this batch write.
      * 
@@ -1355,21 +1262,20 @@ public int getLabelsCount() { * map<string, string> labels = 3; */ @java.lang.Override - public boolean containsLabels(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + public boolean containsLabels( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } return internalGetLabels().getMap().containsKey(key); } - /** Use {@link #getLabelsMap()} instead. */ + /** + * Use {@link #getLabelsMap()} instead. + */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } /** - * - * *
      * Labels associated with this batch write.
      * 
@@ -1381,8 +1287,6 @@ public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** - * - * *
      * Labels associated with this batch write.
      * 
@@ -1390,19 +1294,17 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 3; */ @java.lang.Override - public /* nullable */ java.lang.String getLabelsOrDefault( + public /* nullable */ +java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetLabels().getMap(); +java.lang.String defaultValue) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
      * Labels associated with this batch write.
      * 
@@ -1410,81 +1312,79 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 3; */ @java.lang.Override - public java.lang.String getLabelsOrThrow(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetLabels().getMap(); + public java.lang.String getLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } - public Builder clearLabels() { bitField0_ = (bitField0_ & ~0x00000004); - internalGetMutableLabels().getMutableMap().clear(); + internalGetMutableLabels().getMutableMap() + .clear(); return this; } /** - * - * *
      * Labels associated with this batch write.
      * 
* * map<string, string> labels = 3; */ - public Builder removeLabels(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - internalGetMutableLabels().getMutableMap().remove(key); + public Builder removeLabels( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + internalGetMutableLabels().getMutableMap() + .remove(key); return this; } - /** Use alternate mutation accessors instead. */ + /** + * Use alternate mutation accessors instead. + */ @java.lang.Deprecated - public java.util.Map getMutableLabels() { + public java.util.Map + getMutableLabels() { bitField0_ |= 0x00000004; return internalGetMutableLabels().getMutableMap(); } /** - * - * *
      * Labels associated with this batch write.
      * 
* * map<string, string> labels = 3; */ - public Builder putLabels(java.lang.String key, java.lang.String value) { - if (key == null) { - throw new NullPointerException("map key"); - } - if (value == null) { - throw new NullPointerException("map value"); - } - internalGetMutableLabels().getMutableMap().put(key, value); + public Builder putLabels( + java.lang.String key, + java.lang.String value) { + if (key == null) { throw new NullPointerException("map key"); } + if (value == null) { throw new NullPointerException("map value"); } + internalGetMutableLabels().getMutableMap() + .put(key, value); bitField0_ |= 0x00000004; return this; } /** - * - * *
      * Labels associated with this batch write.
      * 
* * map<string, string> labels = 3; */ - public Builder putAllLabels(java.util.Map values) { - internalGetMutableLabels().getMutableMap().putAll(values); + public Builder putAllLabels( + java.util.Map values) { + internalGetMutableLabels().getMutableMap() + .putAll(values); bitField0_ |= 0x00000004; return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1494,12 +1394,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.BatchWriteRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.BatchWriteRequest) private static final com.google.firestore.v1.BatchWriteRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.BatchWriteRequest(); } @@ -1508,27 +1408,27 @@ public static com.google.firestore.v1.BatchWriteRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BatchWriteRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BatchWriteRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1543,4 +1443,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.BatchWriteRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequestOrBuilder.java similarity index 71% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequestOrBuilder.java index 6093f96ba..3e68d922b 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequestOrBuilder.java @@ -1,59 +1,36 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface BatchWriteRequestOrBuilder - extends +public interface BatchWriteRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.BatchWriteRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ java.lang.String getDatabase(); /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ - com.google.protobuf.ByteString getDatabaseBytes(); + com.google.protobuf.ByteString + getDatabaseBytes(); /** - * - * *
    * The writes to apply.
    *
@@ -64,10 +41,9 @@ public interface BatchWriteRequestOrBuilder
    *
    * repeated .google.firestore.v1.Write writes = 2;
    */
-  java.util.List getWritesList();
+  java.util.List 
+      getWritesList();
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -80,8 +56,6 @@ public interface BatchWriteRequestOrBuilder
    */
   com.google.firestore.v1.Write getWrites(int index);
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -94,8 +68,6 @@ public interface BatchWriteRequestOrBuilder
    */
   int getWritesCount();
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -106,10 +78,9 @@ public interface BatchWriteRequestOrBuilder
    *
    * repeated .google.firestore.v1.Write writes = 2;
    */
-  java.util.List getWritesOrBuilderList();
+  java.util.List 
+      getWritesOrBuilderList();
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -120,11 +91,10 @@ public interface BatchWriteRequestOrBuilder
    *
    * repeated .google.firestore.v1.Write writes = 2;
    */
-  com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index);
+  com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * Labels associated with this batch write.
    * 
@@ -133,31 +103,30 @@ public interface BatchWriteRequestOrBuilder */ int getLabelsCount(); /** - * - * *
    * Labels associated with this batch write.
    * 
* * map<string, string> labels = 3; */ - boolean containsLabels(java.lang.String key); - /** Use {@link #getLabelsMap()} instead. */ + boolean containsLabels( + java.lang.String key); + /** + * Use {@link #getLabelsMap()} instead. + */ @java.lang.Deprecated - java.util.Map getLabels(); + java.util.Map + getLabels(); /** - * - * *
    * Labels associated with this batch write.
    * 
* * map<string, string> labels = 3; */ - java.util.Map getLabelsMap(); + java.util.Map + getLabelsMap(); /** - * - * *
    * Labels associated with this batch write.
    * 
@@ -165,18 +134,17 @@ public interface BatchWriteRequestOrBuilder * map<string, string> labels = 3; */ /* nullable */ - java.lang.String getLabelsOrDefault( +java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue); +java.lang.String defaultValue); /** - * - * *
    * Labels associated with this batch write.
    * 
* * map<string, string> labels = 3; */ - java.lang.String getLabelsOrThrow(java.lang.String key); + java.lang.String getLabelsOrThrow( + java.lang.String key); } diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponse.java similarity index 75% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponse.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponse.java index 1194d7771..72a772787 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponse.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,8 +5,6 @@ package com.google.firestore.v1; /** - * - * *
  * The response from
  * [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.v1.BatchWriteResponse}
  */
-public final class BatchWriteResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class BatchWriteResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BatchWriteResponse)
     BatchWriteResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use BatchWriteResponse.newBuilder() to construct.
   private BatchWriteResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private BatchWriteResponse() {
     writeResults_ = java.util.Collections.emptyList();
     status_ = java.util.Collections.emptyList();
@@ -46,32 +28,28 @@ private BatchWriteResponse() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new BatchWriteResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_BatchWriteResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_BatchWriteResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BatchWriteResponse.class,
-            com.google.firestore.v1.BatchWriteResponse.Builder.class);
+            com.google.firestore.v1.BatchWriteResponse.class, com.google.firestore.v1.BatchWriteResponse.Builder.class);
   }
 
   public static final int WRITE_RESULTS_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private java.util.List writeResults_;
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -86,8 +64,6 @@ public java.util.List getWriteResultsList()
     return writeResults_;
   }
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -98,13 +74,11 @@ public java.util.List getWriteResultsList()
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getWriteResultsOrBuilderList() {
     return writeResults_;
   }
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -119,8 +93,6 @@ public int getWriteResultsCount() {
     return writeResults_.size();
   }
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -135,8 +107,6 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
     return writeResults_.get(index);
   }
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -147,17 +117,15 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
   @java.lang.Override
-  public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index) {
+  public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
+      int index) {
     return writeResults_.get(index);
   }
 
   public static final int STATUS_FIELD_NUMBER = 2;
-
   @SuppressWarnings("serial")
   private java.util.List status_;
   /**
-   *
-   *
    * 
    * The status of applying the writes.
    *
@@ -172,8 +140,6 @@ public java.util.List getStatusList() {
     return status_;
   }
   /**
-   *
-   *
    * 
    * The status of applying the writes.
    *
@@ -184,12 +150,11 @@ public java.util.List getStatusList() {
    * repeated .google.rpc.Status status = 2;
    */
   @java.lang.Override
-  public java.util.List getStatusOrBuilderList() {
+  public java.util.List 
+      getStatusOrBuilderList() {
     return status_;
   }
   /**
-   *
-   *
    * 
    * The status of applying the writes.
    *
@@ -204,8 +169,6 @@ public int getStatusCount() {
     return status_.size();
   }
   /**
-   *
-   *
    * 
    * The status of applying the writes.
    *
@@ -220,8 +183,6 @@ public com.google.rpc.Status getStatus(int index) {
     return status_.get(index);
   }
   /**
-   *
-   *
    * 
    * The status of applying the writes.
    *
@@ -232,12 +193,12 @@ public com.google.rpc.Status getStatus(int index) {
    * repeated .google.rpc.Status status = 2;
    */
   @java.lang.Override
-  public com.google.rpc.StatusOrBuilder getStatusOrBuilder(int index) {
+  public com.google.rpc.StatusOrBuilder getStatusOrBuilder(
+      int index) {
     return status_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -249,7 +210,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     for (int i = 0; i < writeResults_.size(); i++) {
       output.writeMessage(1, writeResults_.get(i));
     }
@@ -266,10 +228,12 @@ public int getSerializedSize() {
 
     size = 0;
     for (int i = 0; i < writeResults_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, writeResults_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, writeResults_.get(i));
     }
     for (int i = 0; i < status_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, status_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, status_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -279,16 +243,17 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.BatchWriteResponse)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.BatchWriteResponse other =
-        (com.google.firestore.v1.BatchWriteResponse) obj;
+    com.google.firestore.v1.BatchWriteResponse other = (com.google.firestore.v1.BatchWriteResponse) obj;
 
-    if (!getWriteResultsList().equals(other.getWriteResultsList())) return false;
-    if (!getStatusList().equals(other.getStatusList())) return false;
+    if (!getWriteResultsList()
+        .equals(other.getWriteResultsList())) return false;
+    if (!getStatusList()
+        .equals(other.getStatusList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -313,104 +278,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.BatchWriteResponse parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.BatchWriteResponse parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.BatchWriteResponse parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.BatchWriteResponse parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.BatchWriteResponse parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.BatchWriteResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The response from
    * [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
@@ -418,32 +378,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.BatchWriteResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BatchWriteResponse)
       com.google.firestore.v1.BatchWriteResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BatchWriteResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BatchWriteResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BatchWriteResponse.class,
-              com.google.firestore.v1.BatchWriteResponse.Builder.class);
+              com.google.firestore.v1.BatchWriteResponse.class, com.google.firestore.v1.BatchWriteResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BatchWriteResponse.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -466,9 +427,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BatchWriteResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteResponse_descriptor;
     }
 
     @java.lang.Override
@@ -487,12 +448,9 @@ public com.google.firestore.v1.BatchWriteResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.BatchWriteResponse buildPartial() {
-      com.google.firestore.v1.BatchWriteResponse result =
-          new com.google.firestore.v1.BatchWriteResponse(this);
+      com.google.firestore.v1.BatchWriteResponse result = new com.google.firestore.v1.BatchWriteResponse(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -526,39 +484,38 @@ private void buildPartial0(com.google.firestore.v1.BatchWriteResponse result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BatchWriteResponse) {
-        return mergeFrom((com.google.firestore.v1.BatchWriteResponse) other);
+        return mergeFrom((com.google.firestore.v1.BatchWriteResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -585,10 +542,9 @@ public Builder mergeFrom(com.google.firestore.v1.BatchWriteResponse other) {
             writeResultsBuilder_ = null;
             writeResults_ = other.writeResults_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            writeResultsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getWriteResultsFieldBuilder()
-                    : null;
+            writeResultsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getWriteResultsFieldBuilder() : null;
           } else {
             writeResultsBuilder_.addAllMessages(other.writeResults_);
           }
@@ -612,10 +568,9 @@ public Builder mergeFrom(com.google.firestore.v1.BatchWriteResponse other) {
             statusBuilder_ = null;
             status_ = other.status_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            statusBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getStatusFieldBuilder()
-                    : null;
+            statusBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getStatusFieldBuilder() : null;
           } else {
             statusBuilder_.addAllMessages(other.status_);
           }
@@ -647,38 +602,38 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                com.google.firestore.v1.WriteResult m =
-                    input.readMessage(
-                        com.google.firestore.v1.WriteResult.parser(), extensionRegistry);
-                if (writeResultsBuilder_ == null) {
-                  ensureWriteResultsIsMutable();
-                  writeResults_.add(m);
-                } else {
-                  writeResultsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 10
-            case 18:
-              {
-                com.google.rpc.Status m =
-                    input.readMessage(com.google.rpc.Status.parser(), extensionRegistry);
-                if (statusBuilder_ == null) {
-                  ensureStatusIsMutable();
-                  status_.add(m);
-                } else {
-                  statusBuilder_.addMessage(m);
-                }
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              com.google.firestore.v1.WriteResult m =
+                  input.readMessage(
+                      com.google.firestore.v1.WriteResult.parser(),
+                      extensionRegistry);
+              if (writeResultsBuilder_ == null) {
+                ensureWriteResultsIsMutable();
+                writeResults_.add(m);
+              } else {
+                writeResultsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 10
+            case 18: {
+              com.google.rpc.Status m =
+                  input.readMessage(
+                      com.google.rpc.Status.parser(),
+                      extensionRegistry);
+              if (statusBuilder_ == null) {
+                ensureStatusIsMutable();
+                status_.add(m);
+              } else {
+                statusBuilder_.addMessage(m);
+              }
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -688,28 +643,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.util.List writeResults_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureWriteResultsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         writeResults_ = new java.util.ArrayList(writeResults_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.WriteResult,
-            com.google.firestore.v1.WriteResult.Builder,
-            com.google.firestore.v1.WriteResultOrBuilder>
-        writeResultsBuilder_;
+        com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder> writeResultsBuilder_;
 
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -727,8 +675,6 @@ public java.util.List getWriteResultsList()
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -746,8 +692,6 @@ public int getWriteResultsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -765,8 +709,6 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -776,7 +718,8 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public Builder setWriteResults(int index, com.google.firestore.v1.WriteResult value) {
+    public Builder setWriteResults(
+        int index, com.google.firestore.v1.WriteResult value) {
       if (writeResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -790,8 +733,6 @@ public Builder setWriteResults(int index, com.google.firestore.v1.WriteResult va
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -813,8 +754,6 @@ public Builder setWriteResults(
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -838,8 +777,6 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -849,7 +786,8 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult value) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public Builder addWriteResults(int index, com.google.firestore.v1.WriteResult value) {
+    public Builder addWriteResults(
+        int index, com.google.firestore.v1.WriteResult value) {
       if (writeResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -863,8 +801,6 @@ public Builder addWriteResults(int index, com.google.firestore.v1.WriteResult va
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -874,7 +810,8 @@ public Builder addWriteResults(int index, com.google.firestore.v1.WriteResult va
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public Builder addWriteResults(com.google.firestore.v1.WriteResult.Builder builderForValue) {
+    public Builder addWriteResults(
+        com.google.firestore.v1.WriteResult.Builder builderForValue) {
       if (writeResultsBuilder_ == null) {
         ensureWriteResultsIsMutable();
         writeResults_.add(builderForValue.build());
@@ -885,8 +822,6 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult.Builder build
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -908,8 +843,6 @@ public Builder addWriteResults(
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -923,7 +856,8 @@ public Builder addAllWriteResults(
         java.lang.Iterable values) {
       if (writeResultsBuilder_ == null) {
         ensureWriteResultsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, writeResults_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, writeResults_);
         onChanged();
       } else {
         writeResultsBuilder_.addAllMessages(values);
@@ -931,8 +865,6 @@ public Builder addAllWriteResults(
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -953,8 +885,6 @@ public Builder clearWriteResults() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -975,8 +905,6 @@ public Builder removeWriteResults(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -986,12 +914,11 @@ public Builder removeWriteResults(int index) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(int index) {
+    public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(
+        int index) {
       return getWriteResultsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1001,16 +928,14 @@ public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(int in
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index) {
+    public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
+        int index) {
       if (writeResultsBuilder_ == null) {
-        return writeResults_.get(index);
-      } else {
+        return writeResults_.get(index);  } else {
         return writeResultsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1020,8 +945,8 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public java.util.List
-        getWriteResultsOrBuilderList() {
+    public java.util.List 
+         getWriteResultsOrBuilderList() {
       if (writeResultsBuilder_ != null) {
         return writeResultsBuilder_.getMessageOrBuilderList();
       } else {
@@ -1029,8 +954,6 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1041,12 +964,10 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
     public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder() {
-      return getWriteResultsFieldBuilder()
-          .addBuilder(com.google.firestore.v1.WriteResult.getDefaultInstance());
+      return getWriteResultsFieldBuilder().addBuilder(
+          com.google.firestore.v1.WriteResult.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1056,13 +977,12 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder() {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(int index) {
-      return getWriteResultsFieldBuilder()
-          .addBuilder(index, com.google.firestore.v1.WriteResult.getDefaultInstance());
+    public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(
+        int index) {
+      return getWriteResultsFieldBuilder().addBuilder(
+          index, com.google.firestore.v1.WriteResult.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1072,44 +992,38 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(int in
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public java.util.List
-        getWriteResultsBuilderList() {
+    public java.util.List 
+         getWriteResultsBuilderList() {
       return getWriteResultsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.WriteResult,
-            com.google.firestore.v1.WriteResult.Builder,
-            com.google.firestore.v1.WriteResultOrBuilder>
+        com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder> 
         getWriteResultsFieldBuilder() {
       if (writeResultsBuilder_ == null) {
-        writeResultsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.firestore.v1.WriteResult,
-                com.google.firestore.v1.WriteResult.Builder,
-                com.google.firestore.v1.WriteResultOrBuilder>(
-                writeResults_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        writeResultsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder>(
+                writeResults_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         writeResults_ = null;
       }
       return writeResultsBuilder_;
     }
 
-    private java.util.List status_ = java.util.Collections.emptyList();
-
+    private java.util.List status_ =
+      java.util.Collections.emptyList();
     private void ensureStatusIsMutable() {
       if (!((bitField0_ & 0x00000002) != 0)) {
         status_ = new java.util.ArrayList(status_);
         bitField0_ |= 0x00000002;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder>
-        statusBuilder_;
+        com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> statusBuilder_;
 
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1127,8 +1041,6 @@ public java.util.List getStatusList() {
       }
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1146,8 +1058,6 @@ public int getStatusCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1165,8 +1075,6 @@ public com.google.rpc.Status getStatus(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1176,7 +1084,8 @@ public com.google.rpc.Status getStatus(int index) {
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public Builder setStatus(int index, com.google.rpc.Status value) {
+    public Builder setStatus(
+        int index, com.google.rpc.Status value) {
       if (statusBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1190,8 +1099,6 @@ public Builder setStatus(int index, com.google.rpc.Status value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1201,7 +1108,8 @@ public Builder setStatus(int index, com.google.rpc.Status value) {
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public Builder setStatus(int index, com.google.rpc.Status.Builder builderForValue) {
+    public Builder setStatus(
+        int index, com.google.rpc.Status.Builder builderForValue) {
       if (statusBuilder_ == null) {
         ensureStatusIsMutable();
         status_.set(index, builderForValue.build());
@@ -1212,8 +1120,6 @@ public Builder setStatus(int index, com.google.rpc.Status.Builder builderForValu
       return this;
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1237,8 +1143,6 @@ public Builder addStatus(com.google.rpc.Status value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1248,7 +1152,8 @@ public Builder addStatus(com.google.rpc.Status value) {
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public Builder addStatus(int index, com.google.rpc.Status value) {
+    public Builder addStatus(
+        int index, com.google.rpc.Status value) {
       if (statusBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1262,8 +1167,6 @@ public Builder addStatus(int index, com.google.rpc.Status value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1273,7 +1176,8 @@ public Builder addStatus(int index, com.google.rpc.Status value) {
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public Builder addStatus(com.google.rpc.Status.Builder builderForValue) {
+    public Builder addStatus(
+        com.google.rpc.Status.Builder builderForValue) {
       if (statusBuilder_ == null) {
         ensureStatusIsMutable();
         status_.add(builderForValue.build());
@@ -1284,8 +1188,6 @@ public Builder addStatus(com.google.rpc.Status.Builder builderForValue) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1295,7 +1197,8 @@ public Builder addStatus(com.google.rpc.Status.Builder builderForValue) {
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public Builder addStatus(int index, com.google.rpc.Status.Builder builderForValue) {
+    public Builder addStatus(
+        int index, com.google.rpc.Status.Builder builderForValue) {
       if (statusBuilder_ == null) {
         ensureStatusIsMutable();
         status_.add(index, builderForValue.build());
@@ -1306,8 +1209,6 @@ public Builder addStatus(int index, com.google.rpc.Status.Builder builderForValu
       return this;
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1317,10 +1218,12 @@ public Builder addStatus(int index, com.google.rpc.Status.Builder builderForValu
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public Builder addAllStatus(java.lang.Iterable values) {
+    public Builder addAllStatus(
+        java.lang.Iterable values) {
       if (statusBuilder_ == null) {
         ensureStatusIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, status_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, status_);
         onChanged();
       } else {
         statusBuilder_.addAllMessages(values);
@@ -1328,8 +1231,6 @@ public Builder addAllStatus(java.lang.Iterable
       return this;
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1350,8 +1251,6 @@ public Builder clearStatus() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1372,8 +1271,6 @@ public Builder removeStatus(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1383,12 +1280,11 @@ public Builder removeStatus(int index) {
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public com.google.rpc.Status.Builder getStatusBuilder(int index) {
+    public com.google.rpc.Status.Builder getStatusBuilder(
+        int index) {
       return getStatusFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1398,16 +1294,14 @@ public com.google.rpc.Status.Builder getStatusBuilder(int index) {
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public com.google.rpc.StatusOrBuilder getStatusOrBuilder(int index) {
+    public com.google.rpc.StatusOrBuilder getStatusOrBuilder(
+        int index) {
       if (statusBuilder_ == null) {
-        return status_.get(index);
-      } else {
+        return status_.get(index);  } else {
         return statusBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1417,7 +1311,8 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder(int index) {
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public java.util.List getStatusOrBuilderList() {
+    public java.util.List 
+         getStatusOrBuilderList() {
       if (statusBuilder_ != null) {
         return statusBuilder_.getMessageOrBuilderList();
       } else {
@@ -1425,8 +1320,6 @@ public java.util.List getStatusOrBuild
       }
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1437,11 +1330,10 @@ public java.util.List getStatusOrBuild
      * repeated .google.rpc.Status status = 2;
      */
     public com.google.rpc.Status.Builder addStatusBuilder() {
-      return getStatusFieldBuilder().addBuilder(com.google.rpc.Status.getDefaultInstance());
+      return getStatusFieldBuilder().addBuilder(
+          com.google.rpc.Status.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1451,12 +1343,12 @@ public com.google.rpc.Status.Builder addStatusBuilder() {
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public com.google.rpc.Status.Builder addStatusBuilder(int index) {
-      return getStatusFieldBuilder().addBuilder(index, com.google.rpc.Status.getDefaultInstance());
+    public com.google.rpc.Status.Builder addStatusBuilder(
+        int index) {
+      return getStatusFieldBuilder().addBuilder(
+          index, com.google.rpc.Status.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The status of applying the writes.
      *
@@ -1466,27 +1358,27 @@ public com.google.rpc.Status.Builder addStatusBuilder(int index) {
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public java.util.List getStatusBuilderList() {
+    public java.util.List 
+         getStatusBuilderList() {
       return getStatusFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder>
+        com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> 
         getStatusFieldBuilder() {
       if (statusBuilder_ == null) {
-        statusBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.rpc.Status,
-                com.google.rpc.Status.Builder,
-                com.google.rpc.StatusOrBuilder>(
-                status_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
+        statusBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder>(
+                status_,
+                ((bitField0_ & 0x00000002) != 0),
+                getParentForChildren(),
+                isClean());
         status_ = null;
       }
       return statusBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1496,12 +1388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.BatchWriteResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.BatchWriteResponse)
   private static final com.google.firestore.v1.BatchWriteResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.BatchWriteResponse();
   }
@@ -1510,27 +1402,27 @@ public static com.google.firestore.v1.BatchWriteResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public BatchWriteResponse parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public BatchWriteResponse parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1545,4 +1437,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.BatchWriteResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponseOrBuilder.java
similarity index 73%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponseOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponseOrBuilder.java
index ecd1cbfcf..7930fb9ce 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponseOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponseOrBuilder.java
@@ -1,32 +1,14 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface BatchWriteResponseOrBuilder
-    extends
+public interface BatchWriteResponseOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.BatchWriteResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -36,10 +18,9 @@ public interface BatchWriteResponseOrBuilder
    *
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
-  java.util.List getWriteResultsList();
+  java.util.List 
+      getWriteResultsList();
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -51,8 +32,6 @@ public interface BatchWriteResponseOrBuilder
    */
   com.google.firestore.v1.WriteResult getWriteResults(int index);
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -64,8 +43,6 @@ public interface BatchWriteResponseOrBuilder
    */
   int getWriteResultsCount();
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -75,11 +52,9 @@ public interface BatchWriteResponseOrBuilder
    *
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
-  java.util.List
+  java.util.List 
       getWriteResultsOrBuilderList();
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -89,11 +64,10 @@ public interface BatchWriteResponseOrBuilder
    *
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
-  com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index);
+  com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * The status of applying the writes.
    *
@@ -103,10 +77,9 @@ public interface BatchWriteResponseOrBuilder
    *
    * repeated .google.rpc.Status status = 2;
    */
-  java.util.List getStatusList();
+  java.util.List 
+      getStatusList();
   /**
-   *
-   *
    * 
    * The status of applying the writes.
    *
@@ -118,8 +91,6 @@ public interface BatchWriteResponseOrBuilder
    */
   com.google.rpc.Status getStatus(int index);
   /**
-   *
-   *
    * 
    * The status of applying the writes.
    *
@@ -131,8 +102,6 @@ public interface BatchWriteResponseOrBuilder
    */
   int getStatusCount();
   /**
-   *
-   *
    * 
    * The status of applying the writes.
    *
@@ -142,10 +111,9 @@ public interface BatchWriteResponseOrBuilder
    *
    * repeated .google.rpc.Status status = 2;
    */
-  java.util.List getStatusOrBuilderList();
+  java.util.List 
+      getStatusOrBuilderList();
   /**
-   *
-   *
    * 
    * The status of applying the writes.
    *
@@ -155,5 +123,6 @@ public interface BatchWriteResponseOrBuilder
    *
    * repeated .google.rpc.Status status = 2;
    */
-  com.google.rpc.StatusOrBuilder getStatusOrBuilder(int index);
+  com.google.rpc.StatusOrBuilder getStatusOrBuilder(
+      int index);
 }
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequest.java
similarity index 68%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequest.java
index bff0ac024..b116528b7 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequest.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * The request for
  * [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
@@ -29,56 +12,50 @@
  *
  * Protobuf type {@code google.firestore.v1.BeginTransactionRequest}
  */
-public final class BeginTransactionRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class BeginTransactionRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BeginTransactionRequest)
     BeginTransactionRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use BeginTransactionRequest.newBuilder() to construct.
   private BeginTransactionRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private BeginTransactionRequest() {
     database_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new BeginTransactionRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_BeginTransactionRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_BeginTransactionRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BeginTransactionRequest.class,
-            com.google.firestore.v1.BeginTransactionRequest.Builder.class);
+            com.google.firestore.v1.BeginTransactionRequest.class, com.google.firestore.v1.BeginTransactionRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int DATABASE_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object database_ = "";
   /**
-   *
-   *
    * 
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ @java.lang.Override @@ -87,30 +64,30 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -121,15 +98,12 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public static final int OPTIONS_FIELD_NUMBER = 2; private com.google.firestore.v1.TransactionOptions options_; /** - * - * *
    * The options for the transaction.
    * Defaults to a read-write transaction.
    * 
* * .google.firestore.v1.TransactionOptions options = 2; - * * @return Whether the options field is set. */ @java.lang.Override @@ -137,26 +111,19 @@ public boolean hasOptions() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The options for the transaction.
    * Defaults to a read-write transaction.
    * 
* * .google.firestore.v1.TransactionOptions options = 2; - * * @return The options. */ @java.lang.Override public com.google.firestore.v1.TransactionOptions getOptions() { - return options_ == null - ? com.google.firestore.v1.TransactionOptions.getDefaultInstance() - : options_; + return options_ == null ? com.google.firestore.v1.TransactionOptions.getDefaultInstance() : options_; } /** - * - * *
    * The options for the transaction.
    * Defaults to a read-write transaction.
@@ -166,13 +133,10 @@ public com.google.firestore.v1.TransactionOptions getOptions() {
    */
   @java.lang.Override
   public com.google.firestore.v1.TransactionOptionsOrBuilder getOptionsOrBuilder() {
-    return options_ == null
-        ? com.google.firestore.v1.TransactionOptions.getDefaultInstance()
-        : options_;
+    return options_ == null ? com.google.firestore.v1.TransactionOptions.getDefaultInstance() : options_;
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -184,7 +148,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, database_);
     }
@@ -204,7 +169,8 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, database_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getOptions());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, getOptions());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -214,18 +180,19 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.BeginTransactionRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.BeginTransactionRequest other =
-        (com.google.firestore.v1.BeginTransactionRequest) obj;
+    com.google.firestore.v1.BeginTransactionRequest other = (com.google.firestore.v1.BeginTransactionRequest) obj;
 
-    if (!getDatabase().equals(other.getDatabase())) return false;
+    if (!getDatabase()
+        .equals(other.getDatabase())) return false;
     if (hasOptions() != other.hasOptions()) return false;
     if (hasOptions()) {
-      if (!getOptions().equals(other.getOptions())) return false;
+      if (!getOptions()
+          .equals(other.getOptions())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -249,104 +216,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.BeginTransactionRequest parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.BeginTransactionRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.BeginTransactionRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.BeginTransactionRequest parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.BeginTransactionRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The request for
    * [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
@@ -354,23 +316,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.BeginTransactionRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BeginTransactionRequest)
       com.google.firestore.v1.BeginTransactionRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BeginTransactionRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BeginTransactionRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BeginTransactionRequest.class,
-              com.google.firestore.v1.BeginTransactionRequest.Builder.class);
+              com.google.firestore.v1.BeginTransactionRequest.class, com.google.firestore.v1.BeginTransactionRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BeginTransactionRequest.newBuilder()
@@ -378,17 +338,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getOptionsFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -403,9 +363,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BeginTransactionRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionRequest_descriptor;
     }
 
     @java.lang.Override
@@ -424,11 +384,8 @@ public com.google.firestore.v1.BeginTransactionRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.BeginTransactionRequest buildPartial() {
-      com.google.firestore.v1.BeginTransactionRequest result =
-          new com.google.firestore.v1.BeginTransactionRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.BeginTransactionRequest result = new com.google.firestore.v1.BeginTransactionRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -440,7 +397,9 @@ private void buildPartial0(com.google.firestore.v1.BeginTransactionRequest resul
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.options_ = optionsBuilder_ == null ? options_ : optionsBuilder_.build();
+        result.options_ = optionsBuilder_ == null
+            ? options_
+            : optionsBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -450,39 +409,38 @@ private void buildPartial0(com.google.firestore.v1.BeginTransactionRequest resul
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BeginTransactionRequest) {
-        return mergeFrom((com.google.firestore.v1.BeginTransactionRequest) other);
+        return mergeFrom((com.google.firestore.v1.BeginTransactionRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -490,8 +448,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.BeginTransactionRequest other) {
-      if (other == com.google.firestore.v1.BeginTransactionRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.v1.BeginTransactionRequest.getDefaultInstance()) return this;
       if (!other.getDatabase().isEmpty()) {
         database_ = other.database_;
         bitField0_ |= 0x00000001;
@@ -526,25 +483,24 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                database_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getOptionsFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              database_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getOptionsFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -554,26 +510,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object database_ = "";
     /**
-     *
-     *
      * 
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -582,22 +535,21 @@ public java.lang.String getDatabase() { } } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -605,37 +557,30 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabase( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } database_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -645,22 +590,18 @@ public Builder clearDatabase() { return this; } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000001; @@ -670,49 +611,36 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { private com.google.firestore.v1.TransactionOptions options_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions, - com.google.firestore.v1.TransactionOptions.Builder, - com.google.firestore.v1.TransactionOptionsOrBuilder> - optionsBuilder_; + com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> optionsBuilder_; /** - * - * *
      * The options for the transaction.
      * Defaults to a read-write transaction.
      * 
* * .google.firestore.v1.TransactionOptions options = 2; - * * @return Whether the options field is set. */ public boolean hasOptions() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The options for the transaction.
      * Defaults to a read-write transaction.
      * 
* * .google.firestore.v1.TransactionOptions options = 2; - * * @return The options. */ public com.google.firestore.v1.TransactionOptions getOptions() { if (optionsBuilder_ == null) { - return options_ == null - ? com.google.firestore.v1.TransactionOptions.getDefaultInstance() - : options_; + return options_ == null ? com.google.firestore.v1.TransactionOptions.getDefaultInstance() : options_; } else { return optionsBuilder_.getMessage(); } } /** - * - * *
      * The options for the transaction.
      * Defaults to a read-write transaction.
@@ -734,8 +662,6 @@ public Builder setOptions(com.google.firestore.v1.TransactionOptions value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The options for the transaction.
      * Defaults to a read-write transaction.
@@ -743,7 +669,8 @@ public Builder setOptions(com.google.firestore.v1.TransactionOptions value) {
      *
      * .google.firestore.v1.TransactionOptions options = 2;
      */
-    public Builder setOptions(com.google.firestore.v1.TransactionOptions.Builder builderForValue) {
+    public Builder setOptions(
+        com.google.firestore.v1.TransactionOptions.Builder builderForValue) {
       if (optionsBuilder_ == null) {
         options_ = builderForValue.build();
       } else {
@@ -754,8 +681,6 @@ public Builder setOptions(com.google.firestore.v1.TransactionOptions.Builder bui
       return this;
     }
     /**
-     *
-     *
      * 
      * The options for the transaction.
      * Defaults to a read-write transaction.
@@ -765,9 +690,9 @@ public Builder setOptions(com.google.firestore.v1.TransactionOptions.Builder bui
      */
     public Builder mergeOptions(com.google.firestore.v1.TransactionOptions value) {
       if (optionsBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0)
-            && options_ != null
-            && options_ != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0) &&
+          options_ != null &&
+          options_ != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
           getOptionsBuilder().mergeFrom(value);
         } else {
           options_ = value;
@@ -782,8 +707,6 @@ public Builder mergeOptions(com.google.firestore.v1.TransactionOptions value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The options for the transaction.
      * Defaults to a read-write transaction.
@@ -802,8 +725,6 @@ public Builder clearOptions() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The options for the transaction.
      * Defaults to a read-write transaction.
@@ -817,8 +738,6 @@ public com.google.firestore.v1.TransactionOptions.Builder getOptionsBuilder() {
       return getOptionsFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The options for the transaction.
      * Defaults to a read-write transaction.
@@ -830,14 +749,11 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getOptionsOrBuilder()
       if (optionsBuilder_ != null) {
         return optionsBuilder_.getMessageOrBuilder();
       } else {
-        return options_ == null
-            ? com.google.firestore.v1.TransactionOptions.getDefaultInstance()
-            : options_;
+        return options_ == null ?
+            com.google.firestore.v1.TransactionOptions.getDefaultInstance() : options_;
       }
     }
     /**
-     *
-     *
      * 
      * The options for the transaction.
      * Defaults to a read-write transaction.
@@ -846,24 +762,21 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getOptionsOrBuilder()
      * .google.firestore.v1.TransactionOptions options = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.TransactionOptions,
-            com.google.firestore.v1.TransactionOptions.Builder,
-            com.google.firestore.v1.TransactionOptionsOrBuilder>
+        com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> 
         getOptionsFieldBuilder() {
       if (optionsBuilder_ == null) {
-        optionsBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.TransactionOptions,
-                com.google.firestore.v1.TransactionOptions.Builder,
-                com.google.firestore.v1.TransactionOptionsOrBuilder>(
-                getOptions(), getParentForChildren(), isClean());
+        optionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder>(
+                getOptions(),
+                getParentForChildren(),
+                isClean());
         options_ = null;
       }
       return optionsBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -873,12 +786,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.BeginTransactionRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.BeginTransactionRequest)
   private static final com.google.firestore.v1.BeginTransactionRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.BeginTransactionRequest();
   }
@@ -887,27 +800,27 @@ public static com.google.firestore.v1.BeginTransactionRequest getDefaultInstance
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public BeginTransactionRequest parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public BeginTransactionRequest parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -922,4 +835,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.BeginTransactionRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequestOrBuilder.java
similarity index 68%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequestOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequestOrBuilder.java
index 9954b71fa..5dd831bf6 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequestOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequestOrBuilder.java
@@ -1,85 +1,56 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface BeginTransactionRequestOrBuilder
-    extends
+public interface BeginTransactionRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.BeginTransactionRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ java.lang.String getDatabase(); /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ - com.google.protobuf.ByteString getDatabaseBytes(); + com.google.protobuf.ByteString + getDatabaseBytes(); /** - * - * *
    * The options for the transaction.
    * Defaults to a read-write transaction.
    * 
* * .google.firestore.v1.TransactionOptions options = 2; - * * @return Whether the options field is set. */ boolean hasOptions(); /** - * - * *
    * The options for the transaction.
    * Defaults to a read-write transaction.
    * 
* * .google.firestore.v1.TransactionOptions options = 2; - * * @return The options. */ com.google.firestore.v1.TransactionOptions getOptions(); /** - * - * *
    * The options for the transaction.
    * Defaults to a read-write transaction.
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponse.java
similarity index 65%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponse.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponse.java
index 4a557d32b..166cf64d3 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponse.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponse.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * The response for
  * [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
@@ -29,52 +12,47 @@
  *
  * Protobuf type {@code google.firestore.v1.BeginTransactionResponse}
  */
-public final class BeginTransactionResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class BeginTransactionResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BeginTransactionResponse)
     BeginTransactionResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use BeginTransactionResponse.newBuilder() to construct.
   private BeginTransactionResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private BeginTransactionResponse() {
     transaction_ = com.google.protobuf.ByteString.EMPTY;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new BeginTransactionResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_BeginTransactionResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_BeginTransactionResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BeginTransactionResponse.class,
-            com.google.firestore.v1.BeginTransactionResponse.Builder.class);
+            com.google.firestore.v1.BeginTransactionResponse.class, com.google.firestore.v1.BeginTransactionResponse.Builder.class);
   }
 
   public static final int TRANSACTION_FIELD_NUMBER = 1;
   private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
   /**
-   *
-   *
    * 
    * The transaction that was started.
    * 
* * bytes transaction = 1; - * * @return The transaction. */ @java.lang.Override @@ -83,7 +61,6 @@ public com.google.protobuf.ByteString getTransaction() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -95,7 +72,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!transaction_.isEmpty()) { output.writeBytes(1, transaction_); } @@ -109,7 +87,8 @@ public int getSerializedSize() { size = 0; if (!transaction_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream.computeBytesSize(1, transaction_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(1, transaction_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -119,15 +98,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.BeginTransactionResponse)) { return super.equals(obj); } - com.google.firestore.v1.BeginTransactionResponse other = - (com.google.firestore.v1.BeginTransactionResponse) obj; + com.google.firestore.v1.BeginTransactionResponse other = (com.google.firestore.v1.BeginTransactionResponse) obj; - if (!getTransaction().equals(other.getTransaction())) return false; + if (!getTransaction() + .equals(other.getTransaction())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -146,104 +125,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.BeginTransactionResponse parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.BeginTransactionResponse parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.BeginTransactionResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.BeginTransactionResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.BeginTransactionResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.BeginTransactionResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.BeginTransactionResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.BeginTransactionResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.BeginTransactionResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.BeginTransactionResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.BeginTransactionResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.BeginTransactionResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.BeginTransactionResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.BeginTransactionResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.BeginTransactionResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.BeginTransactionResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The response for
    * [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
@@ -251,32 +225,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.BeginTransactionResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BeginTransactionResponse)
       com.google.firestore.v1.BeginTransactionResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BeginTransactionResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BeginTransactionResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BeginTransactionResponse.class,
-              com.google.firestore.v1.BeginTransactionResponse.Builder.class);
+              com.google.firestore.v1.BeginTransactionResponse.class, com.google.firestore.v1.BeginTransactionResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BeginTransactionResponse.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -286,9 +261,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_BeginTransactionResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionResponse_descriptor;
     }
 
     @java.lang.Override
@@ -307,11 +282,8 @@ public com.google.firestore.v1.BeginTransactionResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.BeginTransactionResponse buildPartial() {
-      com.google.firestore.v1.BeginTransactionResponse result =
-          new com.google.firestore.v1.BeginTransactionResponse(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.BeginTransactionResponse result = new com.google.firestore.v1.BeginTransactionResponse(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -327,39 +299,38 @@ private void buildPartial0(com.google.firestore.v1.BeginTransactionResponse resu
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BeginTransactionResponse) {
-        return mergeFrom((com.google.firestore.v1.BeginTransactionResponse) other);
+        return mergeFrom((com.google.firestore.v1.BeginTransactionResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -367,8 +338,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.BeginTransactionResponse other) {
-      if (other == com.google.firestore.v1.BeginTransactionResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.v1.BeginTransactionResponse.getDefaultInstance()) return this;
       if (other.getTransaction() != com.google.protobuf.ByteString.EMPTY) {
         setTransaction(other.getTransaction());
       }
@@ -398,19 +368,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                transaction_ = input.readBytes();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              transaction_ = input.readBytes();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -420,19 +388,15 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
     /**
-     *
-     *
      * 
      * The transaction that was started.
      * 
* * bytes transaction = 1; - * * @return The transaction. */ @java.lang.Override @@ -440,35 +404,27 @@ public com.google.protobuf.ByteString getTransaction() { return transaction_; } /** - * - * *
      * The transaction that was started.
      * 
* * bytes transaction = 1; - * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } transaction_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The transaction that was started.
      * 
* * bytes transaction = 1; - * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -477,9 +433,9 @@ public Builder clearTransaction() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -489,12 +445,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.BeginTransactionResponse) } // @@protoc_insertion_point(class_scope:google.firestore.v1.BeginTransactionResponse) private static final com.google.firestore.v1.BeginTransactionResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.BeginTransactionResponse(); } @@ -503,27 +459,27 @@ public static com.google.firestore.v1.BeginTransactionResponse getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BeginTransactionResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BeginTransactionResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -538,4 +494,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.BeginTransactionResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java new file mode 100644 index 000000000..b43f1d133 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java @@ -0,0 +1,20 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/v1/firestore.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.v1; + +public interface BeginTransactionResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.firestore.v1.BeginTransactionResponse) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * The transaction that was started.
+   * 
+ * + * bytes transaction = 1; + * @return The transaction. + */ + com.google.protobuf.ByteString getTransaction(); +} diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequence.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequence.java similarity index 70% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequence.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequence.java index 68e649c79..3ad543a2b 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequence.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequence.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/bloom_filter.proto @@ -20,8 +5,6 @@ package com.google.firestore.v1; /** - * - * *
  * A sequence of bits, encoded in a byte array.
  *
@@ -42,53 +25,48 @@
  *
  * Protobuf type {@code google.firestore.v1.BitSequence}
  */
-public final class BitSequence extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class BitSequence extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BitSequence)
     BitSequenceOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use BitSequence.newBuilder() to construct.
   private BitSequence(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private BitSequence() {
     bitmap_ = com.google.protobuf.ByteString.EMPTY;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new BitSequence();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.BloomFilterProto
-        .internal_static_google_firestore_v1_BitSequence_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BitSequence_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.BloomFilterProto
-        .internal_static_google_firestore_v1_BitSequence_fieldAccessorTable
+    return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BitSequence_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BitSequence.class,
-            com.google.firestore.v1.BitSequence.Builder.class);
+            com.google.firestore.v1.BitSequence.class, com.google.firestore.v1.BitSequence.Builder.class);
   }
 
   public static final int BITMAP_FIELD_NUMBER = 1;
   private com.google.protobuf.ByteString bitmap_ = com.google.protobuf.ByteString.EMPTY;
   /**
-   *
-   *
    * 
    * The bytes that encode the bit sequence.
    * May have a length of zero.
    * 
* * bytes bitmap = 1; - * * @return The bitmap. */ @java.lang.Override @@ -99,8 +77,6 @@ public com.google.protobuf.ByteString getBitmap() { public static final int PADDING_FIELD_NUMBER = 2; private int padding_ = 0; /** - * - * *
    * The number of bits of the last byte in `bitmap` to ignore as "padding".
    * If the length of `bitmap` is zero, then this value must be `0`.
@@ -108,7 +84,6 @@ public com.google.protobuf.ByteString getBitmap() {
    * 
* * int32 padding = 2; - * * @return The padding. */ @java.lang.Override @@ -117,7 +92,6 @@ public int getPadding() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -129,7 +103,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!bitmap_.isEmpty()) { output.writeBytes(1, bitmap_); } @@ -146,10 +121,12 @@ public int getSerializedSize() { size = 0; if (!bitmap_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream.computeBytesSize(1, bitmap_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(1, bitmap_); } if (padding_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, padding_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(2, padding_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -159,15 +136,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.BitSequence)) { return super.equals(obj); } com.google.firestore.v1.BitSequence other = (com.google.firestore.v1.BitSequence) obj; - if (!getBitmap().equals(other.getBitmap())) return false; - if (getPadding() != other.getPadding()) return false; + if (!getBitmap() + .equals(other.getBitmap())) return false; + if (getPadding() + != other.getPadding()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -188,103 +167,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.BitSequence parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.BitSequence parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.BitSequence parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.BitSequence parseFrom(com.google.protobuf.ByteString data) + public static com.google.firestore.v1.BitSequence parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.BitSequence parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.BitSequence parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.BitSequence parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.BitSequence parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.BitSequence parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.v1.BitSequence parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.BitSequence parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.BitSequence parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.BitSequence parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.BitSequence prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A sequence of bits, encoded in a byte array.
    *
@@ -305,32 +280,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.BitSequence}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BitSequence)
       com.google.firestore.v1.BitSequenceOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.BloomFilterProto
-          .internal_static_google_firestore_v1_BitSequence_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BitSequence_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.BloomFilterProto
-          .internal_static_google_firestore_v1_BitSequence_fieldAccessorTable
+      return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BitSequence_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BitSequence.class,
-              com.google.firestore.v1.BitSequence.Builder.class);
+              com.google.firestore.v1.BitSequence.class, com.google.firestore.v1.BitSequence.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BitSequence.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -341,9 +317,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.BloomFilterProto
-          .internal_static_google_firestore_v1_BitSequence_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BitSequence_descriptor;
     }
 
     @java.lang.Override
@@ -363,9 +339,7 @@ public com.google.firestore.v1.BitSequence build() {
     @java.lang.Override
     public com.google.firestore.v1.BitSequence buildPartial() {
       com.google.firestore.v1.BitSequence result = new com.google.firestore.v1.BitSequence(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -384,39 +358,38 @@ private void buildPartial0(com.google.firestore.v1.BitSequence result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BitSequence) {
-        return mergeFrom((com.google.firestore.v1.BitSequence) other);
+        return mergeFrom((com.google.firestore.v1.BitSequence)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -457,25 +430,22 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                bitmap_ = input.readBytes();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 16:
-              {
-                padding_ = input.readInt32();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 16
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              bitmap_ = input.readBytes();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 16: {
+              padding_ = input.readInt32();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 16
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -485,20 +455,16 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.protobuf.ByteString bitmap_ = com.google.protobuf.ByteString.EMPTY;
     /**
-     *
-     *
      * 
      * The bytes that encode the bit sequence.
      * May have a length of zero.
      * 
* * bytes bitmap = 1; - * * @return The bitmap. */ @java.lang.Override @@ -506,37 +472,29 @@ public com.google.protobuf.ByteString getBitmap() { return bitmap_; } /** - * - * *
      * The bytes that encode the bit sequence.
      * May have a length of zero.
      * 
* * bytes bitmap = 1; - * * @param value The bitmap to set. * @return This builder for chaining. */ public Builder setBitmap(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } bitmap_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The bytes that encode the bit sequence.
      * May have a length of zero.
      * 
* * bytes bitmap = 1; - * * @return This builder for chaining. */ public Builder clearBitmap() { @@ -546,10 +504,8 @@ public Builder clearBitmap() { return this; } - private int padding_; + private int padding_ ; /** - * - * *
      * The number of bits of the last byte in `bitmap` to ignore as "padding".
      * If the length of `bitmap` is zero, then this value must be `0`.
@@ -557,7 +513,6 @@ public Builder clearBitmap() {
      * 
* * int32 padding = 2; - * * @return The padding. */ @java.lang.Override @@ -565,8 +520,6 @@ public int getPadding() { return padding_; } /** - * - * *
      * The number of bits of the last byte in `bitmap` to ignore as "padding".
      * If the length of `bitmap` is zero, then this value must be `0`.
@@ -574,7 +527,6 @@ public int getPadding() {
      * 
* * int32 padding = 2; - * * @param value The padding to set. * @return This builder for chaining. */ @@ -586,8 +538,6 @@ public Builder setPadding(int value) { return this; } /** - * - * *
      * The number of bits of the last byte in `bitmap` to ignore as "padding".
      * If the length of `bitmap` is zero, then this value must be `0`.
@@ -595,7 +545,6 @@ public Builder setPadding(int value) {
      * 
* * int32 padding = 2; - * * @return This builder for chaining. */ public Builder clearPadding() { @@ -604,9 +553,9 @@ public Builder clearPadding() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -616,12 +565,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.BitSequence) } // @@protoc_insertion_point(class_scope:google.firestore.v1.BitSequence) private static final com.google.firestore.v1.BitSequence DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.BitSequence(); } @@ -630,27 +579,27 @@ public static com.google.firestore.v1.BitSequence getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BitSequence parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BitSequence parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -665,4 +614,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.BitSequence getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequenceOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequenceOrBuilder.java similarity index 56% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequenceOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequenceOrBuilder.java index 1d64efcf2..6e2fc73fb 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequenceOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequenceOrBuilder.java @@ -1,46 +1,25 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/bloom_filter.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface BitSequenceOrBuilder - extends +public interface BitSequenceOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.BitSequence) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The bytes that encode the bit sequence.
    * May have a length of zero.
    * 
* * bytes bitmap = 1; - * * @return The bitmap. */ com.google.protobuf.ByteString getBitmap(); /** - * - * *
    * The number of bits of the last byte in `bitmap` to ignore as "padding".
    * If the length of `bitmap` is zero, then this value must be `0`.
@@ -48,7 +27,6 @@ public interface BitSequenceOrBuilder
    * 
* * int32 padding = 2; - * * @return The padding. */ int getPadding(); diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilter.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilter.java similarity index 69% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilter.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilter.java index 986658fdb..938ba8a4b 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilter.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilter.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/bloom_filter.proto @@ -20,8 +5,6 @@ package com.google.firestore.v1; /** - * - * *
  * A bloom filter (https://en.wikipedia.org/wiki/Bloom_filter).
  *
@@ -40,51 +23,47 @@
  *
  * Protobuf type {@code google.firestore.v1.BloomFilter}
  */
-public final class BloomFilter extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class BloomFilter extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BloomFilter)
     BloomFilterOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use BloomFilter.newBuilder() to construct.
   private BloomFilter(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private BloomFilter() {}
+  private BloomFilter() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new BloomFilter();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.BloomFilterProto
-        .internal_static_google_firestore_v1_BloomFilter_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BloomFilter_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.BloomFilterProto
-        .internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable
+    return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BloomFilter.class,
-            com.google.firestore.v1.BloomFilter.Builder.class);
+            com.google.firestore.v1.BloomFilter.class, com.google.firestore.v1.BloomFilter.Builder.class);
   }
 
   private int bitField0_;
   public static final int BITS_FIELD_NUMBER = 1;
   private com.google.firestore.v1.BitSequence bits_;
   /**
-   *
-   *
    * 
    * The bloom filter data.
    * 
* * .google.firestore.v1.BitSequence bits = 1; - * * @return Whether the bits field is set. */ @java.lang.Override @@ -92,14 +71,11 @@ public boolean hasBits() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The bloom filter data.
    * 
* * .google.firestore.v1.BitSequence bits = 1; - * * @return The bits. */ @java.lang.Override @@ -107,8 +83,6 @@ public com.google.firestore.v1.BitSequence getBits() { return bits_ == null ? com.google.firestore.v1.BitSequence.getDefaultInstance() : bits_; } /** - * - * *
    * The bloom filter data.
    * 
@@ -123,14 +97,11 @@ public com.google.firestore.v1.BitSequenceOrBuilder getBitsOrBuilder() { public static final int HASH_COUNT_FIELD_NUMBER = 2; private int hashCount_ = 0; /** - * - * *
    * The number of hashes used by the algorithm.
    * 
* * int32 hash_count = 2; - * * @return The hashCount. */ @java.lang.Override @@ -139,7 +110,6 @@ public int getHashCount() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -151,7 +121,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getBits()); } @@ -168,10 +139,12 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getBits()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getBits()); } if (hashCount_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, hashCount_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(2, hashCount_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -181,7 +154,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.BloomFilter)) { return super.equals(obj); @@ -190,9 +163,11 @@ public boolean equals(final java.lang.Object obj) { if (hasBits() != other.hasBits()) return false; if (hasBits()) { - if (!getBits().equals(other.getBits())) return false; + if (!getBits() + .equals(other.getBits())) return false; } - if (getHashCount() != other.getHashCount()) return false; + if (getHashCount() + != other.getHashCount()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -215,103 +190,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.BloomFilter parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.BloomFilter parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.BloomFilter parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.BloomFilter parseFrom(com.google.protobuf.ByteString data) + public static com.google.firestore.v1.BloomFilter parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.BloomFilter parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.BloomFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.BloomFilter parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.BloomFilter parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.BloomFilter parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.v1.BloomFilter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.BloomFilter parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.BloomFilter parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.BloomFilter parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.BloomFilter prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A bloom filter (https://en.wikipedia.org/wiki/Bloom_filter).
    *
@@ -330,23 +301,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.BloomFilter}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BloomFilter)
       com.google.firestore.v1.BloomFilterOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.BloomFilterProto
-          .internal_static_google_firestore_v1_BloomFilter_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BloomFilter_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.BloomFilterProto
-          .internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable
+      return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BloomFilter.class,
-              com.google.firestore.v1.BloomFilter.Builder.class);
+              com.google.firestore.v1.BloomFilter.class, com.google.firestore.v1.BloomFilter.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BloomFilter.newBuilder()
@@ -354,17 +323,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getBitsFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -379,9 +348,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.BloomFilterProto
-          .internal_static_google_firestore_v1_BloomFilter_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BloomFilter_descriptor;
     }
 
     @java.lang.Override
@@ -401,9 +370,7 @@ public com.google.firestore.v1.BloomFilter build() {
     @java.lang.Override
     public com.google.firestore.v1.BloomFilter buildPartial() {
       com.google.firestore.v1.BloomFilter result = new com.google.firestore.v1.BloomFilter(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -412,7 +379,9 @@ private void buildPartial0(com.google.firestore.v1.BloomFilter result) {
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.bits_ = bitsBuilder_ == null ? bits_ : bitsBuilder_.build();
+        result.bits_ = bitsBuilder_ == null
+            ? bits_
+            : bitsBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
@@ -425,39 +394,38 @@ private void buildPartial0(com.google.firestore.v1.BloomFilter result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BloomFilter) {
-        return mergeFrom((com.google.firestore.v1.BloomFilter) other);
+        return mergeFrom((com.google.firestore.v1.BloomFilter)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -498,25 +466,24 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getBitsFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 16:
-              {
-                hashCount_ = input.readInt32();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 16
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getBitsFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 16: {
+              hashCount_ = input.readInt32();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 16
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -526,38 +493,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.firestore.v1.BitSequence bits_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.BitSequence,
-            com.google.firestore.v1.BitSequence.Builder,
-            com.google.firestore.v1.BitSequenceOrBuilder>
-        bitsBuilder_;
+        com.google.firestore.v1.BitSequence, com.google.firestore.v1.BitSequence.Builder, com.google.firestore.v1.BitSequenceOrBuilder> bitsBuilder_;
     /**
-     *
-     *
      * 
      * The bloom filter data.
      * 
* * .google.firestore.v1.BitSequence bits = 1; - * * @return Whether the bits field is set. */ public boolean hasBits() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * The bloom filter data.
      * 
* * .google.firestore.v1.BitSequence bits = 1; - * * @return The bits. */ public com.google.firestore.v1.BitSequence getBits() { @@ -568,8 +525,6 @@ public com.google.firestore.v1.BitSequence getBits() { } } /** - * - * *
      * The bloom filter data.
      * 
@@ -590,15 +545,14 @@ public Builder setBits(com.google.firestore.v1.BitSequence value) { return this; } /** - * - * *
      * The bloom filter data.
      * 
* * .google.firestore.v1.BitSequence bits = 1; */ - public Builder setBits(com.google.firestore.v1.BitSequence.Builder builderForValue) { + public Builder setBits( + com.google.firestore.v1.BitSequence.Builder builderForValue) { if (bitsBuilder_ == null) { bits_ = builderForValue.build(); } else { @@ -609,8 +563,6 @@ public Builder setBits(com.google.firestore.v1.BitSequence.Builder builderForVal return this; } /** - * - * *
      * The bloom filter data.
      * 
@@ -619,9 +571,9 @@ public Builder setBits(com.google.firestore.v1.BitSequence.Builder builderForVal */ public Builder mergeBits(com.google.firestore.v1.BitSequence value) { if (bitsBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && bits_ != null - && bits_ != com.google.firestore.v1.BitSequence.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + bits_ != null && + bits_ != com.google.firestore.v1.BitSequence.getDefaultInstance()) { getBitsBuilder().mergeFrom(value); } else { bits_ = value; @@ -636,8 +588,6 @@ public Builder mergeBits(com.google.firestore.v1.BitSequence value) { return this; } /** - * - * *
      * The bloom filter data.
      * 
@@ -655,8 +605,6 @@ public Builder clearBits() { return this; } /** - * - * *
      * The bloom filter data.
      * 
@@ -669,8 +617,6 @@ public com.google.firestore.v1.BitSequence.Builder getBitsBuilder() { return getBitsFieldBuilder().getBuilder(); } /** - * - * *
      * The bloom filter data.
      * 
@@ -681,12 +627,11 @@ public com.google.firestore.v1.BitSequenceOrBuilder getBitsOrBuilder() { if (bitsBuilder_ != null) { return bitsBuilder_.getMessageOrBuilder(); } else { - return bits_ == null ? com.google.firestore.v1.BitSequence.getDefaultInstance() : bits_; + return bits_ == null ? + com.google.firestore.v1.BitSequence.getDefaultInstance() : bits_; } } /** - * - * *
      * The bloom filter data.
      * 
@@ -694,32 +639,26 @@ public com.google.firestore.v1.BitSequenceOrBuilder getBitsOrBuilder() { * .google.firestore.v1.BitSequence bits = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.BitSequence, - com.google.firestore.v1.BitSequence.Builder, - com.google.firestore.v1.BitSequenceOrBuilder> + com.google.firestore.v1.BitSequence, com.google.firestore.v1.BitSequence.Builder, com.google.firestore.v1.BitSequenceOrBuilder> getBitsFieldBuilder() { if (bitsBuilder_ == null) { - bitsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.BitSequence, - com.google.firestore.v1.BitSequence.Builder, - com.google.firestore.v1.BitSequenceOrBuilder>( - getBits(), getParentForChildren(), isClean()); + bitsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.BitSequence, com.google.firestore.v1.BitSequence.Builder, com.google.firestore.v1.BitSequenceOrBuilder>( + getBits(), + getParentForChildren(), + isClean()); bits_ = null; } return bitsBuilder_; } - private int hashCount_; + private int hashCount_ ; /** - * - * *
      * The number of hashes used by the algorithm.
      * 
* * int32 hash_count = 2; - * * @return The hashCount. */ @java.lang.Override @@ -727,14 +666,11 @@ public int getHashCount() { return hashCount_; } /** - * - * *
      * The number of hashes used by the algorithm.
      * 
* * int32 hash_count = 2; - * * @param value The hashCount to set. * @return This builder for chaining. */ @@ -746,14 +682,11 @@ public Builder setHashCount(int value) { return this; } /** - * - * *
      * The number of hashes used by the algorithm.
      * 
* * int32 hash_count = 2; - * * @return This builder for chaining. */ public Builder clearHashCount() { @@ -762,9 +695,9 @@ public Builder clearHashCount() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -774,12 +707,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.BloomFilter) } // @@protoc_insertion_point(class_scope:google.firestore.v1.BloomFilter) private static final com.google.firestore.v1.BloomFilter DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.BloomFilter(); } @@ -788,27 +721,27 @@ public static com.google.firestore.v1.BloomFilter getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BloomFilter parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BloomFilter parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -823,4 +756,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.BloomFilter getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterOrBuilder.java similarity index 60% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterOrBuilder.java index 4fc43f688..c2b86e3a4 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterOrBuilder.java @@ -1,56 +1,32 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/bloom_filter.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface BloomFilterOrBuilder - extends +public interface BloomFilterOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.BloomFilter) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The bloom filter data.
    * 
* * .google.firestore.v1.BitSequence bits = 1; - * * @return Whether the bits field is set. */ boolean hasBits(); /** - * - * *
    * The bloom filter data.
    * 
* * .google.firestore.v1.BitSequence bits = 1; - * * @return The bits. */ com.google.firestore.v1.BitSequence getBits(); /** - * - * *
    * The bloom filter data.
    * 
@@ -60,14 +36,11 @@ public interface BloomFilterOrBuilder com.google.firestore.v1.BitSequenceOrBuilder getBitsOrBuilder(); /** - * - * *
    * The number of hashes used by the algorithm.
    * 
* * int32 hash_count = 2; - * * @return The hashCount. */ int getHashCount(); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java new file mode 100644 index 000000000..101a216fd --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java @@ -0,0 +1,68 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/v1/bloom_filter.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.v1; + +public final class BloomFilterProto { + private BloomFilterProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BitSequence_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BitSequence_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BloomFilter_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n&google/firestore/v1/bloom_filter.proto" + + "\022\023google.firestore.v1\".\n\013BitSequence\022\016\n\006" + + "bitmap\030\001 \001(\014\022\017\n\007padding\030\002 \001(\005\"Q\n\013BloomFi" + + "lter\022.\n\004bits\030\001 \001(\0132 .google.firestore.v1" + + ".BitSequence\022\022\n\nhash_count\030\002 \001(\005B\310\001\n\027com" + + ".google.firestore.v1B\020BloomFilterProtoP\001" + + "Z;cloud.google.com/go/firestore/apiv1/fi" + + "restorepb;firestorepb\242\002\004GCFS\252\002\031Google.Cl" + + "oud.Firestore.V1\312\002\031Google\\Cloud\\Firestor" + + "e\\V1\352\002\034Google::Cloud::Firestore::V1b\006pro" + + "to3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + }); + internal_static_google_firestore_v1_BitSequence_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_firestore_v1_BitSequence_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_v1_BitSequence_descriptor, + new java.lang.String[] { "Bitmap", "Padding", }); + internal_static_google_firestore_v1_BloomFilter_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_v1_BloomFilter_descriptor, + new java.lang.String[] { "Bits", "HashCount", }); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequest.java similarity index 73% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequest.java index 96bd58d53..1c3ce44d6 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,24 +5,21 @@ package com.google.firestore.v1; /** - * - * *
  * The request for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
  * 
* * Protobuf type {@code google.firestore.v1.CommitRequest} */ -public final class CommitRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class CommitRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.CommitRequest) CommitRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use CommitRequest.newBuilder() to construct. private CommitRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CommitRequest() { database_ = ""; writes_ = java.util.Collections.emptyList(); @@ -46,39 +28,34 @@ private CommitRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CommitRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_CommitRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_CommitRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.CommitRequest.class, - com.google.firestore.v1.CommitRequest.Builder.class); + com.google.firestore.v1.CommitRequest.class, com.google.firestore.v1.CommitRequest.Builder.class); } public static final int DATABASE_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ @java.lang.Override @@ -87,30 +64,30 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -119,12 +96,9 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } public static final int WRITES_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private java.util.List writes_; /** - * - * *
    * The writes to apply.
    *
@@ -138,8 +112,6 @@ public java.util.List getWritesList() {
     return writes_;
   }
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -149,12 +121,11 @@ public java.util.List getWritesList() {
    * repeated .google.firestore.v1.Write writes = 2;
    */
   @java.lang.Override
-  public java.util.List getWritesOrBuilderList() {
+  public java.util.List 
+      getWritesOrBuilderList() {
     return writes_;
   }
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -168,8 +139,6 @@ public int getWritesCount() {
     return writes_.size();
   }
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -183,8 +152,6 @@ public com.google.firestore.v1.Write getWrites(int index) {
     return writes_.get(index);
   }
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -194,21 +161,19 @@ public com.google.firestore.v1.Write getWrites(int index) {
    * repeated .google.firestore.v1.Write writes = 2;
    */
   @java.lang.Override
-  public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
+  public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
+      int index) {
     return writes_.get(index);
   }
 
   public static final int TRANSACTION_FIELD_NUMBER = 3;
   private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
   /**
-   *
-   *
    * 
    * If set, applies all writes in this transaction, and commits it.
    * 
* * bytes transaction = 3; - * * @return The transaction. */ @java.lang.Override @@ -217,7 +182,6 @@ public com.google.protobuf.ByteString getTransaction() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -229,7 +193,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, database_); } @@ -252,10 +217,12 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, database_); } for (int i = 0; i < writes_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, writes_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, writes_.get(i)); } if (!transaction_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream.computeBytesSize(3, transaction_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(3, transaction_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -265,16 +232,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.CommitRequest)) { return super.equals(obj); } com.google.firestore.v1.CommitRequest other = (com.google.firestore.v1.CommitRequest) obj; - if (!getDatabase().equals(other.getDatabase())) return false; - if (!getWritesList().equals(other.getWritesList())) return false; - if (!getTransaction().equals(other.getTransaction())) return false; + if (!getDatabase() + .equals(other.getDatabase())) return false; + if (!getWritesList() + .equals(other.getWritesList())) return false; + if (!getTransaction() + .equals(other.getTransaction())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -299,135 +269,132 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.CommitRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.CommitRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.CommitRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.CommitRequest parseFrom(com.google.protobuf.ByteString data) + public static com.google.firestore.v1.CommitRequest parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.CommitRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.CommitRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.CommitRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.CommitRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.CommitRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.v1.CommitRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.CommitRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.CommitRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.CommitRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.CommitRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
    * 
* * Protobuf type {@code google.firestore.v1.CommitRequest} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.CommitRequest) com.google.firestore.v1.CommitRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_CommitRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_CommitRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.CommitRequest.class, - com.google.firestore.v1.CommitRequest.Builder.class); + com.google.firestore.v1.CommitRequest.class, com.google.firestore.v1.CommitRequest.Builder.class); } // Construct using com.google.firestore.v1.CommitRequest.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -445,9 +412,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_CommitRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitRequest_descriptor; } @java.lang.Override @@ -466,12 +433,9 @@ public com.google.firestore.v1.CommitRequest build() { @java.lang.Override public com.google.firestore.v1.CommitRequest buildPartial() { - com.google.firestore.v1.CommitRequest result = - new com.google.firestore.v1.CommitRequest(this); + com.google.firestore.v1.CommitRequest result = new com.google.firestore.v1.CommitRequest(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -502,39 +466,38 @@ private void buildPartial0(com.google.firestore.v1.CommitRequest result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.CommitRequest) { - return mergeFrom((com.google.firestore.v1.CommitRequest) other); + return mergeFrom((com.google.firestore.v1.CommitRequest)other); } else { super.mergeFrom(other); return this; @@ -566,10 +529,9 @@ public Builder mergeFrom(com.google.firestore.v1.CommitRequest other) { writesBuilder_ = null; writes_ = other.writes_; bitField0_ = (bitField0_ & ~0x00000002); - writesBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getWritesFieldBuilder() - : null; + writesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getWritesFieldBuilder() : null; } else { writesBuilder_.addAllMessages(other.writes_); } @@ -604,37 +566,35 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - database_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - com.google.firestore.v1.Write m = - input.readMessage(com.google.firestore.v1.Write.parser(), extensionRegistry); - if (writesBuilder_ == null) { - ensureWritesIsMutable(); - writes_.add(m); - } else { - writesBuilder_.addMessage(m); - } - break; - } // case 18 - case 26: - { - transaction_ = input.readBytes(); - bitField0_ |= 0x00000004; - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + database_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + com.google.firestore.v1.Write m = + input.readMessage( + com.google.firestore.v1.Write.parser(), + extensionRegistry); + if (writesBuilder_ == null) { + ensureWritesIsMutable(); + writes_.add(m); + } else { + writesBuilder_.addMessage(m); + } + break; + } // case 18 + case 26: { + transaction_ = input.readBytes(); + bitField0_ |= 0x00000004; + break; + } // case 26 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -644,26 +604,23 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object database_ = ""; /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -672,22 +629,21 @@ public java.lang.String getDatabase() { } } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -695,37 +651,30 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabase( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } database_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -735,22 +684,18 @@ public Builder clearDatabase() { return this; } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000001; @@ -759,24 +704,18 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { } private java.util.List writes_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureWritesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { writes_ = new java.util.ArrayList(writes_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Write, - com.google.firestore.v1.Write.Builder, - com.google.firestore.v1.WriteOrBuilder> - writesBuilder_; + com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder> writesBuilder_; /** - * - * *
      * The writes to apply.
      *
@@ -793,8 +732,6 @@ public java.util.List getWritesList() {
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -811,8 +748,6 @@ public int getWritesCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -829,8 +764,6 @@ public com.google.firestore.v1.Write getWrites(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -839,7 +772,8 @@ public com.google.firestore.v1.Write getWrites(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder setWrites(int index, com.google.firestore.v1.Write value) {
+    public Builder setWrites(
+        int index, com.google.firestore.v1.Write value) {
       if (writesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -853,8 +787,6 @@ public Builder setWrites(int index, com.google.firestore.v1.Write value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -863,7 +795,8 @@ public Builder setWrites(int index, com.google.firestore.v1.Write value) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder setWrites(int index, com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder setWrites(
+        int index, com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.set(index, builderForValue.build());
@@ -874,8 +807,6 @@ public Builder setWrites(int index, com.google.firestore.v1.Write.Builder builde
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -898,8 +829,6 @@ public Builder addWrites(com.google.firestore.v1.Write value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -908,7 +837,8 @@ public Builder addWrites(com.google.firestore.v1.Write value) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder addWrites(int index, com.google.firestore.v1.Write value) {
+    public Builder addWrites(
+        int index, com.google.firestore.v1.Write value) {
       if (writesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -922,8 +852,6 @@ public Builder addWrites(int index, com.google.firestore.v1.Write value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -932,7 +860,8 @@ public Builder addWrites(int index, com.google.firestore.v1.Write value) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder addWrites(com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder addWrites(
+        com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.add(builderForValue.build());
@@ -943,8 +872,6 @@ public Builder addWrites(com.google.firestore.v1.Write.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -953,7 +880,8 @@ public Builder addWrites(com.google.firestore.v1.Write.Builder builderForValue)
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder addWrites(int index, com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder addWrites(
+        int index, com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.add(index, builderForValue.build());
@@ -964,8 +892,6 @@ public Builder addWrites(int index, com.google.firestore.v1.Write.Builder builde
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -978,7 +904,8 @@ public Builder addAllWrites(
         java.lang.Iterable values) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, writes_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, writes_);
         onChanged();
       } else {
         writesBuilder_.addAllMessages(values);
@@ -986,8 +913,6 @@ public Builder addAllWrites(
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1007,8 +932,6 @@ public Builder clearWrites() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1028,8 +951,6 @@ public Builder removeWrites(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1038,12 +959,11 @@ public Builder removeWrites(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public com.google.firestore.v1.Write.Builder getWritesBuilder(int index) {
+    public com.google.firestore.v1.Write.Builder getWritesBuilder(
+        int index) {
       return getWritesFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1052,16 +972,14 @@ public com.google.firestore.v1.Write.Builder getWritesBuilder(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
+    public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
+        int index) {
       if (writesBuilder_ == null) {
-        return writes_.get(index);
-      } else {
+        return writes_.get(index);  } else {
         return writesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1070,8 +988,8 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public java.util.List
-        getWritesOrBuilderList() {
+    public java.util.List 
+         getWritesOrBuilderList() {
       if (writesBuilder_ != null) {
         return writesBuilder_.getMessageOrBuilderList();
       } else {
@@ -1079,8 +997,6 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1090,11 +1006,10 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
      * repeated .google.firestore.v1.Write writes = 2;
      */
     public com.google.firestore.v1.Write.Builder addWritesBuilder() {
-      return getWritesFieldBuilder().addBuilder(com.google.firestore.v1.Write.getDefaultInstance());
+      return getWritesFieldBuilder().addBuilder(
+          com.google.firestore.v1.Write.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1103,13 +1018,12 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder() {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public com.google.firestore.v1.Write.Builder addWritesBuilder(int index) {
-      return getWritesFieldBuilder()
-          .addBuilder(index, com.google.firestore.v1.Write.getDefaultInstance());
+    public com.google.firestore.v1.Write.Builder addWritesBuilder(
+        int index) {
+      return getWritesFieldBuilder().addBuilder(
+          index, com.google.firestore.v1.Write.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1118,22 +1032,20 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public java.util.List getWritesBuilderList() {
+    public java.util.List 
+         getWritesBuilderList() {
       return getWritesFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Write,
-            com.google.firestore.v1.Write.Builder,
-            com.google.firestore.v1.WriteOrBuilder>
+        com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder> 
         getWritesFieldBuilder() {
       if (writesBuilder_ == null) {
-        writesBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.firestore.v1.Write,
-                com.google.firestore.v1.Write.Builder,
-                com.google.firestore.v1.WriteOrBuilder>(
-                writes_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
+        writesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder>(
+                writes_,
+                ((bitField0_ & 0x00000002) != 0),
+                getParentForChildren(),
+                isClean());
         writes_ = null;
       }
       return writesBuilder_;
@@ -1141,14 +1053,11 @@ public java.util.List getWritesBuilderLis
 
     private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
     /**
-     *
-     *
      * 
      * If set, applies all writes in this transaction, and commits it.
      * 
* * bytes transaction = 3; - * * @return The transaction. */ @java.lang.Override @@ -1156,35 +1065,27 @@ public com.google.protobuf.ByteString getTransaction() { return transaction_; } /** - * - * *
      * If set, applies all writes in this transaction, and commits it.
      * 
* * bytes transaction = 3; - * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } transaction_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * If set, applies all writes in this transaction, and commits it.
      * 
* * bytes transaction = 3; - * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -1193,9 +1094,9 @@ public Builder clearTransaction() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1205,12 +1106,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.CommitRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.CommitRequest) private static final com.google.firestore.v1.CommitRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.CommitRequest(); } @@ -1219,27 +1120,27 @@ public static com.google.firestore.v1.CommitRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CommitRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CommitRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1254,4 +1155,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.CommitRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequestOrBuilder.java similarity index 69% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequestOrBuilder.java index 3cf5b5d72..7163f5e08 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequestOrBuilder.java @@ -1,59 +1,36 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface CommitRequestOrBuilder - extends +public interface CommitRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.CommitRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ java.lang.String getDatabase(); /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ - com.google.protobuf.ByteString getDatabaseBytes(); + com.google.protobuf.ByteString + getDatabaseBytes(); /** - * - * *
    * The writes to apply.
    *
@@ -62,10 +39,9 @@ public interface CommitRequestOrBuilder
    *
    * repeated .google.firestore.v1.Write writes = 2;
    */
-  java.util.List getWritesList();
+  java.util.List 
+      getWritesList();
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -76,8 +52,6 @@ public interface CommitRequestOrBuilder
    */
   com.google.firestore.v1.Write getWrites(int index);
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -88,8 +62,6 @@ public interface CommitRequestOrBuilder
    */
   int getWritesCount();
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -98,10 +70,9 @@ public interface CommitRequestOrBuilder
    *
    * repeated .google.firestore.v1.Write writes = 2;
    */
-  java.util.List getWritesOrBuilderList();
+  java.util.List 
+      getWritesOrBuilderList();
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -110,17 +81,15 @@ public interface CommitRequestOrBuilder
    *
    * repeated .google.firestore.v1.Write writes = 2;
    */
-  com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index);
+  com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * If set, applies all writes in this transaction, and commits it.
    * 
* * bytes transaction = 3; - * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponse.java similarity index 74% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponse.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponse.java index 0de7295b5..71148796e 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponse.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,57 +5,50 @@ package com.google.firestore.v1; /** - * - * *
  * The response for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
  * 
* * Protobuf type {@code google.firestore.v1.CommitResponse} */ -public final class CommitResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class CommitResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.CommitResponse) CommitResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use CommitResponse.newBuilder() to construct. private CommitResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CommitResponse() { writeResults_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CommitResponse(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_CommitResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_CommitResponse_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.CommitResponse.class, - com.google.firestore.v1.CommitResponse.Builder.class); + com.google.firestore.v1.CommitResponse.class, com.google.firestore.v1.CommitResponse.Builder.class); } private int bitField0_; public static final int WRITE_RESULTS_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private java.util.List writeResults_; /** - * - * *
    * The result of applying the writes.
    *
@@ -85,8 +63,6 @@ public java.util.List getWriteResultsList()
     return writeResults_;
   }
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -97,13 +73,11 @@ public java.util.List getWriteResultsList()
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getWriteResultsOrBuilderList() {
     return writeResults_;
   }
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -118,8 +92,6 @@ public int getWriteResultsCount() {
     return writeResults_.size();
   }
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -134,8 +106,6 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
     return writeResults_.get(index);
   }
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -146,22 +116,20 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
   @java.lang.Override
-  public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index) {
+  public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
+      int index) {
     return writeResults_.get(index);
   }
 
   public static final int COMMIT_TIME_FIELD_NUMBER = 2;
   private com.google.protobuf.Timestamp commitTime_;
   /**
-   *
-   *
    * 
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the commit.
    * 
* * .google.protobuf.Timestamp commit_time = 2; - * * @return Whether the commitTime field is set. */ @java.lang.Override @@ -169,15 +137,12 @@ public boolean hasCommitTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the commit.
    * 
* * .google.protobuf.Timestamp commit_time = 2; - * * @return The commitTime. */ @java.lang.Override @@ -185,8 +150,6 @@ public com.google.protobuf.Timestamp getCommitTime() { return commitTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : commitTime_; } /** - * - * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the commit.
@@ -200,7 +163,6 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -212,7 +174,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     for (int i = 0; i < writeResults_.size(); i++) {
       output.writeMessage(1, writeResults_.get(i));
     }
@@ -229,10 +192,12 @@ public int getSerializedSize() {
 
     size = 0;
     for (int i = 0; i < writeResults_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, writeResults_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, writeResults_.get(i));
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getCommitTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, getCommitTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -242,17 +207,19 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.CommitResponse)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.CommitResponse other = (com.google.firestore.v1.CommitResponse) obj;
 
-    if (!getWriteResultsList().equals(other.getWriteResultsList())) return false;
+    if (!getWriteResultsList()
+        .equals(other.getWriteResultsList())) return false;
     if (hasCommitTime() != other.hasCommitTime()) return false;
     if (hasCommitTime()) {
-      if (!getCommitTime().equals(other.getCommitTime())) return false;
+      if (!getCommitTime()
+          .equals(other.getCommitTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -278,127 +245,120 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.CommitResponse parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.CommitResponse parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.CommitResponse parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.CommitResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.CommitResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.CommitResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.CommitResponse parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.CommitResponse parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.CommitResponse parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.CommitResponse parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.CommitResponse parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.CommitResponse parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.CommitResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.CommitResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The response for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
    * 
* * Protobuf type {@code google.firestore.v1.CommitResponse} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.CommitResponse) com.google.firestore.v1.CommitResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_CommitResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_CommitResponse_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.CommitResponse.class, - com.google.firestore.v1.CommitResponse.Builder.class); + com.google.firestore.v1.CommitResponse.class, com.google.firestore.v1.CommitResponse.Builder.class); } // Construct using com.google.firestore.v1.CommitResponse.newBuilder() @@ -406,18 +366,18 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getWriteResultsFieldBuilder(); getCommitTimeFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -438,9 +398,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_CommitResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitResponse_descriptor; } @java.lang.Override @@ -459,12 +419,9 @@ public com.google.firestore.v1.CommitResponse build() { @java.lang.Override public com.google.firestore.v1.CommitResponse buildPartial() { - com.google.firestore.v1.CommitResponse result = - new com.google.firestore.v1.CommitResponse(this); + com.google.firestore.v1.CommitResponse result = new com.google.firestore.v1.CommitResponse(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -485,7 +442,9 @@ private void buildPartial0(com.google.firestore.v1.CommitResponse result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { - result.commitTime_ = commitTimeBuilder_ == null ? commitTime_ : commitTimeBuilder_.build(); + result.commitTime_ = commitTimeBuilder_ == null + ? commitTime_ + : commitTimeBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; @@ -495,39 +454,38 @@ private void buildPartial0(com.google.firestore.v1.CommitResponse result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.CommitResponse) { - return mergeFrom((com.google.firestore.v1.CommitResponse) other); + return mergeFrom((com.google.firestore.v1.CommitResponse)other); } else { super.mergeFrom(other); return this; @@ -554,10 +512,9 @@ public Builder mergeFrom(com.google.firestore.v1.CommitResponse other) { writeResultsBuilder_ = null; writeResults_ = other.writeResults_; bitField0_ = (bitField0_ & ~0x00000001); - writeResultsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getWriteResultsFieldBuilder() - : null; + writeResultsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getWriteResultsFieldBuilder() : null; } else { writeResultsBuilder_.addAllMessages(other.writeResults_); } @@ -592,32 +549,32 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.firestore.v1.WriteResult m = - input.readMessage( - com.google.firestore.v1.WriteResult.parser(), extensionRegistry); - if (writeResultsBuilder_ == null) { - ensureWriteResultsIsMutable(); - writeResults_.add(m); - } else { - writeResultsBuilder_.addMessage(m); - } - break; - } // case 10 - case 18: - { - input.readMessage(getCommitTimeFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + com.google.firestore.v1.WriteResult m = + input.readMessage( + com.google.firestore.v1.WriteResult.parser(), + extensionRegistry); + if (writeResultsBuilder_ == null) { + ensureWriteResultsIsMutable(); + writeResults_.add(m); + } else { + writeResultsBuilder_.addMessage(m); + } + break; + } // case 10 + case 18: { + input.readMessage( + getCommitTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -627,28 +584,21 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.util.List writeResults_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureWriteResultsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { writeResults_ = new java.util.ArrayList(writeResults_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.WriteResult, - com.google.firestore.v1.WriteResult.Builder, - com.google.firestore.v1.WriteResultOrBuilder> - writeResultsBuilder_; + com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder> writeResultsBuilder_; /** - * - * *
      * The result of applying the writes.
      *
@@ -666,8 +616,6 @@ public java.util.List getWriteResultsList()
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -685,8 +633,6 @@ public int getWriteResultsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -704,8 +650,6 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -715,7 +659,8 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public Builder setWriteResults(int index, com.google.firestore.v1.WriteResult value) {
+    public Builder setWriteResults(
+        int index, com.google.firestore.v1.WriteResult value) {
       if (writeResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -729,8 +674,6 @@ public Builder setWriteResults(int index, com.google.firestore.v1.WriteResult va
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -752,8 +695,6 @@ public Builder setWriteResults(
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -777,8 +718,6 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -788,7 +727,8 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult value) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public Builder addWriteResults(int index, com.google.firestore.v1.WriteResult value) {
+    public Builder addWriteResults(
+        int index, com.google.firestore.v1.WriteResult value) {
       if (writeResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -802,8 +742,6 @@ public Builder addWriteResults(int index, com.google.firestore.v1.WriteResult va
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -813,7 +751,8 @@ public Builder addWriteResults(int index, com.google.firestore.v1.WriteResult va
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public Builder addWriteResults(com.google.firestore.v1.WriteResult.Builder builderForValue) {
+    public Builder addWriteResults(
+        com.google.firestore.v1.WriteResult.Builder builderForValue) {
       if (writeResultsBuilder_ == null) {
         ensureWriteResultsIsMutable();
         writeResults_.add(builderForValue.build());
@@ -824,8 +763,6 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult.Builder build
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -847,8 +784,6 @@ public Builder addWriteResults(
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -862,7 +797,8 @@ public Builder addAllWriteResults(
         java.lang.Iterable values) {
       if (writeResultsBuilder_ == null) {
         ensureWriteResultsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, writeResults_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, writeResults_);
         onChanged();
       } else {
         writeResultsBuilder_.addAllMessages(values);
@@ -870,8 +806,6 @@ public Builder addAllWriteResults(
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -892,8 +826,6 @@ public Builder clearWriteResults() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -914,8 +846,6 @@ public Builder removeWriteResults(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -925,12 +855,11 @@ public Builder removeWriteResults(int index) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(int index) {
+    public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(
+        int index) {
       return getWriteResultsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -940,16 +869,14 @@ public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(int in
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index) {
+    public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
+        int index) {
       if (writeResultsBuilder_ == null) {
-        return writeResults_.get(index);
-      } else {
+        return writeResults_.get(index);  } else {
         return writeResultsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -959,8 +886,8 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public java.util.List
-        getWriteResultsOrBuilderList() {
+    public java.util.List 
+         getWriteResultsOrBuilderList() {
       if (writeResultsBuilder_ != null) {
         return writeResultsBuilder_.getMessageOrBuilderList();
       } else {
@@ -968,8 +895,6 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -980,12 +905,10 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
     public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder() {
-      return getWriteResultsFieldBuilder()
-          .addBuilder(com.google.firestore.v1.WriteResult.getDefaultInstance());
+      return getWriteResultsFieldBuilder().addBuilder(
+          com.google.firestore.v1.WriteResult.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -995,13 +918,12 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder() {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(int index) {
-      return getWriteResultsFieldBuilder()
-          .addBuilder(index, com.google.firestore.v1.WriteResult.getDefaultInstance());
+    public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(
+        int index) {
+      return getWriteResultsFieldBuilder().addBuilder(
+          index, com.google.firestore.v1.WriteResult.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1011,23 +933,20 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(int in
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public java.util.List
-        getWriteResultsBuilderList() {
+    public java.util.List 
+         getWriteResultsBuilderList() {
       return getWriteResultsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.WriteResult,
-            com.google.firestore.v1.WriteResult.Builder,
-            com.google.firestore.v1.WriteResultOrBuilder>
+        com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder> 
         getWriteResultsFieldBuilder() {
       if (writeResultsBuilder_ == null) {
-        writeResultsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.firestore.v1.WriteResult,
-                com.google.firestore.v1.WriteResult.Builder,
-                com.google.firestore.v1.WriteResultOrBuilder>(
-                writeResults_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        writeResultsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder>(
+                writeResults_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         writeResults_ = null;
       }
       return writeResultsBuilder_;
@@ -1035,49 +954,36 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(int in
 
     private com.google.protobuf.Timestamp commitTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
-        commitTimeBuilder_;
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> commitTimeBuilder_;
     /**
-     *
-     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
      * 
* * .google.protobuf.Timestamp commit_time = 2; - * * @return Whether the commitTime field is set. */ public boolean hasCommitTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
      * 
* * .google.protobuf.Timestamp commit_time = 2; - * * @return The commitTime. */ public com.google.protobuf.Timestamp getCommitTime() { if (commitTimeBuilder_ == null) { - return commitTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : commitTime_; + return commitTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : commitTime_; } else { return commitTimeBuilder_.getMessage(); } } /** - * - * *
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
@@ -1099,8 +1005,6 @@ public Builder setCommitTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
@@ -1108,7 +1012,8 @@ public Builder setCommitTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp commit_time = 2;
      */
-    public Builder setCommitTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setCommitTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (commitTimeBuilder_ == null) {
         commitTime_ = builderForValue.build();
       } else {
@@ -1119,8 +1024,6 @@ public Builder setCommitTime(com.google.protobuf.Timestamp.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
@@ -1130,9 +1033,9 @@ public Builder setCommitTime(com.google.protobuf.Timestamp.Builder builderForVal
      */
     public Builder mergeCommitTime(com.google.protobuf.Timestamp value) {
       if (commitTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0)
-            && commitTime_ != null
-            && commitTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0) &&
+          commitTime_ != null &&
+          commitTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getCommitTimeBuilder().mergeFrom(value);
         } else {
           commitTime_ = value;
@@ -1147,8 +1050,6 @@ public Builder mergeCommitTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
@@ -1167,8 +1068,6 @@ public Builder clearCommitTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
@@ -1182,8 +1081,6 @@ public com.google.protobuf.Timestamp.Builder getCommitTimeBuilder() {
       return getCommitTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
@@ -1195,14 +1092,11 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() {
       if (commitTimeBuilder_ != null) {
         return commitTimeBuilder_.getMessageOrBuilder();
       } else {
-        return commitTime_ == null
-            ? com.google.protobuf.Timestamp.getDefaultInstance()
-            : commitTime_;
+        return commitTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : commitTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
@@ -1211,24 +1105,21 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() {
      * .google.protobuf.Timestamp commit_time = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getCommitTimeFieldBuilder() {
       if (commitTimeBuilder_ == null) {
-        commitTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getCommitTime(), getParentForChildren(), isClean());
+        commitTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getCommitTime(),
+                getParentForChildren(),
+                isClean());
         commitTime_ = null;
       }
       return commitTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1238,12 +1129,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.CommitResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.CommitResponse)
   private static final com.google.firestore.v1.CommitResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.CommitResponse();
   }
@@ -1252,27 +1143,27 @@ public static com.google.firestore.v1.CommitResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public CommitResponse parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public CommitResponse parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1287,4 +1178,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.CommitResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponseOrBuilder.java
similarity index 76%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponseOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponseOrBuilder.java
index ce65453e2..60f41a6e3 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponseOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponseOrBuilder.java
@@ -1,32 +1,14 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface CommitResponseOrBuilder
-    extends
+public interface CommitResponseOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.CommitResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -36,10 +18,9 @@ public interface CommitResponseOrBuilder
    *
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
-  java.util.List getWriteResultsList();
+  java.util.List 
+      getWriteResultsList();
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -51,8 +32,6 @@ public interface CommitResponseOrBuilder
    */
   com.google.firestore.v1.WriteResult getWriteResults(int index);
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -64,8 +43,6 @@ public interface CommitResponseOrBuilder
    */
   int getWriteResultsCount();
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -75,11 +52,9 @@ public interface CommitResponseOrBuilder
    *
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
-  java.util.List
+  java.util.List 
       getWriteResultsOrBuilderList();
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -89,37 +64,30 @@ public interface CommitResponseOrBuilder
    *
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
-  com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index);
+  com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the commit.
    * 
* * .google.protobuf.Timestamp commit_time = 2; - * * @return Whether the commitTime field is set. */ boolean hasCommitTime(); /** - * - * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the commit.
    * 
* * .google.protobuf.Timestamp commit_time = 2; - * * @return The commitTime. */ com.google.protobuf.Timestamp getCommitTime(); /** - * - * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the commit.
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java
new file mode 100644
index 000000000..a704c9e3e
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java
@@ -0,0 +1,111 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/v1/common.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.v1;
+
+public final class CommonProto {
+  private CommonProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_DocumentMask_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_Precondition_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_Precondition_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_TransactionOptions_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n google/firestore/v1/common.proto\022\023goog" +
+      "le.firestore.v1\032\037google/protobuf/timesta" +
+      "mp.proto\"#\n\014DocumentMask\022\023\n\013field_paths\030" +
+      "\001 \003(\t\"e\n\014Precondition\022\020\n\006exists\030\001 \001(\010H\000\022" +
+      "1\n\013update_time\030\002 \001(\0132\032.google.protobuf.T" +
+      "imestampH\000B\020\n\016condition_type\"\251\002\n\022Transac" +
+      "tionOptions\022E\n\tread_only\030\002 \001(\01320.google." +
+      "firestore.v1.TransactionOptions.ReadOnly" +
+      "H\000\022G\n\nread_write\030\003 \001(\01321.google.firestor" +
+      "e.v1.TransactionOptions.ReadWriteH\000\032&\n\tR" +
+      "eadWrite\022\031\n\021retry_transaction\030\001 \001(\014\032S\n\010R" +
+      "eadOnly\022/\n\tread_time\030\002 \001(\0132\032.google.prot" +
+      "obuf.TimestampH\000B\026\n\024consistency_selector" +
+      "B\006\n\004modeB\303\001\n\027com.google.firestore.v1B\013Co" +
+      "mmonProtoP\001Z;cloud.google.com/go/firesto" +
+      "re/apiv1/firestorepb;firestorepb\242\002\004GCFS\252" +
+      "\002\031Google.Cloud.Firestore.V1\312\002\031Google\\Clo" +
+      "ud\\Firestore\\V1\352\002\034Google::Cloud::Firesto" +
+      "re::V1b\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+          com.google.protobuf.TimestampProto.getDescriptor(),
+        });
+    internal_static_google_firestore_v1_DocumentMask_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_DocumentMask_descriptor,
+        new java.lang.String[] { "FieldPaths", });
+    internal_static_google_firestore_v1_Precondition_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_firestore_v1_Precondition_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_Precondition_descriptor,
+        new java.lang.String[] { "Exists", "UpdateTime", "ConditionType", });
+    internal_static_google_firestore_v1_TransactionOptions_descriptor =
+      getDescriptor().getMessageTypes().get(2);
+    internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_TransactionOptions_descriptor,
+        new java.lang.String[] { "ReadOnly", "ReadWrite", "Mode", });
+    internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor =
+      internal_static_google_firestore_v1_TransactionOptions_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor,
+        new java.lang.String[] { "RetryTransaction", });
+    internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor =
+      internal_static_google_firestore_v1_TransactionOptions_descriptor.getNestedTypes().get(1);
+    internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor,
+        new java.lang.String[] { "ReadTime", "ConsistencySelector", });
+    com.google.protobuf.TimestampProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequest.java
similarity index 73%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequest.java
index c5a64a68d..2c56dbc6d 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequest.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * The request for
  * [Firestore.CreateDocument][google.firestore.v1.Firestore.CreateDocument].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.v1.CreateDocumentRequest}
  */
-public final class CreateDocumentRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class CreateDocumentRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.CreateDocumentRequest)
     CreateDocumentRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use CreateDocumentRequest.newBuilder() to construct.
   private CreateDocumentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private CreateDocumentRequest() {
     parent_ = "";
     collectionId_ = "";
@@ -47,33 +29,29 @@ private CreateDocumentRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new CreateDocumentRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_CreateDocumentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CreateDocumentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_CreateDocumentRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CreateDocumentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.CreateDocumentRequest.class,
-            com.google.firestore.v1.CreateDocumentRequest.Builder.class);
+            com.google.firestore.v1.CreateDocumentRequest.class, com.google.firestore.v1.CreateDocumentRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int PARENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
-   *
-   *
    * 
    * Required. The parent resource. For example:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -81,7 +59,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ @java.lang.Override @@ -90,15 +67,14 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. The parent resource. For example:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -106,15 +82,16 @@ public java.lang.String getParent() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -123,19 +100,15 @@ public com.google.protobuf.ByteString getParentBytes() { } public static final int COLLECTION_ID_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object collectionId_ = ""; /** - * - * *
    * Required. The collection ID, relative to `parent`, to list. For example:
    * `chatrooms`.
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The collectionId. */ @java.lang.Override @@ -144,30 +117,30 @@ public java.lang.String getCollectionId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); collectionId_ = s; return s; } } /** - * - * *
    * Required. The collection ID, relative to `parent`, to list. For example:
    * `chatrooms`.
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for collectionId. */ @java.lang.Override - public com.google.protobuf.ByteString getCollectionIdBytes() { + public com.google.protobuf.ByteString + getCollectionIdBytes() { java.lang.Object ref = collectionId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); collectionId_ = b; return b; } else { @@ -176,12 +149,9 @@ public com.google.protobuf.ByteString getCollectionIdBytes() { } public static final int DOCUMENT_ID_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private volatile java.lang.Object documentId_ = ""; /** - * - * *
    * The client-assigned document ID to use for this document.
    *
@@ -189,7 +159,6 @@ public com.google.protobuf.ByteString getCollectionIdBytes() {
    * 
* * string document_id = 3; - * * @return The documentId. */ @java.lang.Override @@ -198,15 +167,14 @@ public java.lang.String getDocumentId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); documentId_ = s; return s; } } /** - * - * *
    * The client-assigned document ID to use for this document.
    *
@@ -214,15 +182,16 @@ public java.lang.String getDocumentId() {
    * 
* * string document_id = 3; - * * @return The bytes for documentId. */ @java.lang.Override - public com.google.protobuf.ByteString getDocumentIdBytes() { + public com.google.protobuf.ByteString + getDocumentIdBytes() { java.lang.Object ref = documentId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); documentId_ = b; return b; } else { @@ -233,15 +202,11 @@ public com.google.protobuf.ByteString getDocumentIdBytes() { public static final int DOCUMENT_FIELD_NUMBER = 4; private com.google.firestore.v1.Document document_; /** - * - * *
    * Required. The document to create. `name` must not be set.
    * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the document field is set. */ @java.lang.Override @@ -249,15 +214,11 @@ public boolean hasDocument() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Required. The document to create. `name` must not be set.
    * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; * @return The document. */ @java.lang.Override @@ -265,14 +226,11 @@ public com.google.firestore.v1.Document getDocument() { return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; } /** - * - * *
    * Required. The document to create. `name` must not be set.
    * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { @@ -282,8 +240,6 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { public static final int MASK_FIELD_NUMBER = 5; private com.google.firestore.v1.DocumentMask mask_; /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -292,7 +248,6 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
    * 
* * .google.firestore.v1.DocumentMask mask = 5; - * * @return Whether the mask field is set. */ @java.lang.Override @@ -300,8 +255,6 @@ public boolean hasMask() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -310,7 +263,6 @@ public boolean hasMask() {
    * 
* * .google.firestore.v1.DocumentMask mask = 5; - * * @return The mask. */ @java.lang.Override @@ -318,8 +270,6 @@ public com.google.firestore.v1.DocumentMask getMask() { return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_; } /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -335,7 +285,6 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -347,7 +296,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
     }
@@ -382,10 +332,12 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, documentId_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getDocument());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(4, getDocument());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getMask());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(5, getMask());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -395,24 +347,28 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.CreateDocumentRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.CreateDocumentRequest other =
-        (com.google.firestore.v1.CreateDocumentRequest) obj;
+    com.google.firestore.v1.CreateDocumentRequest other = (com.google.firestore.v1.CreateDocumentRequest) obj;
 
-    if (!getParent().equals(other.getParent())) return false;
-    if (!getCollectionId().equals(other.getCollectionId())) return false;
-    if (!getDocumentId().equals(other.getDocumentId())) return false;
+    if (!getParent()
+        .equals(other.getParent())) return false;
+    if (!getCollectionId()
+        .equals(other.getCollectionId())) return false;
+    if (!getDocumentId()
+        .equals(other.getDocumentId())) return false;
     if (hasDocument() != other.hasDocument()) return false;
     if (hasDocument()) {
-      if (!getDocument().equals(other.getDocument())) return false;
+      if (!getDocument()
+          .equals(other.getDocument())) return false;
     }
     if (hasMask() != other.hasMask()) return false;
     if (hasMask()) {
-      if (!getMask().equals(other.getMask())) return false;
+      if (!getMask()
+          .equals(other.getMask())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -444,104 +400,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.CreateDocumentRequest parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.CreateDocumentRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.CreateDocumentRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.CreateDocumentRequest parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.CreateDocumentRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The request for
    * [Firestore.CreateDocument][google.firestore.v1.Firestore.CreateDocument].
@@ -549,23 +500,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.CreateDocumentRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.CreateDocumentRequest)
       com.google.firestore.v1.CreateDocumentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_CreateDocumentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CreateDocumentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_CreateDocumentRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CreateDocumentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.CreateDocumentRequest.class,
-              com.google.firestore.v1.CreateDocumentRequest.Builder.class);
+              com.google.firestore.v1.CreateDocumentRequest.class, com.google.firestore.v1.CreateDocumentRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.CreateDocumentRequest.newBuilder()
@@ -573,18 +522,18 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getDocumentFieldBuilder();
         getMaskFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -606,9 +555,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_CreateDocumentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CreateDocumentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -627,11 +576,8 @@ public com.google.firestore.v1.CreateDocumentRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.CreateDocumentRequest buildPartial() {
-      com.google.firestore.v1.CreateDocumentRequest result =
-          new com.google.firestore.v1.CreateDocumentRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.CreateDocumentRequest result = new com.google.firestore.v1.CreateDocumentRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -649,11 +595,15 @@ private void buildPartial0(com.google.firestore.v1.CreateDocumentRequest result)
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.document_ = documentBuilder_ == null ? document_ : documentBuilder_.build();
+        result.document_ = documentBuilder_ == null
+            ? document_
+            : documentBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.mask_ = maskBuilder_ == null ? mask_ : maskBuilder_.build();
+        result.mask_ = maskBuilder_ == null
+            ? mask_
+            : maskBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       result.bitField0_ |= to_bitField0_;
@@ -663,39 +613,38 @@ private void buildPartial0(com.google.firestore.v1.CreateDocumentRequest result)
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.CreateDocumentRequest) {
-        return mergeFrom((com.google.firestore.v1.CreateDocumentRequest) other);
+        return mergeFrom((com.google.firestore.v1.CreateDocumentRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -751,43 +700,41 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                parent_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                collectionId_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 26:
-              {
-                documentId_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            case 34:
-              {
-                input.readMessage(getDocumentFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 34
-            case 42:
-              {
-                input.readMessage(getMaskFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 42
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              parent_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              collectionId_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 26: {
+              documentId_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            case 34: {
+              input.readMessage(
+                  getDocumentFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 34
+            case 42: {
+              input.readMessage(
+                  getMaskFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 42
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -797,13 +744,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
-     *
-     *
      * 
      * Required. The parent resource. For example:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -811,13 +755,13 @@ public Builder mergeFrom(
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -826,8 +770,6 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The parent resource. For example:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -835,14 +777,15 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -850,8 +793,6 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The parent resource. For example:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -859,22 +800,18 @@ public com.google.protobuf.ByteString getParentBytes() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The parent resource. For example:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -882,7 +819,6 @@ public Builder setParent(java.lang.String value) {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearParent() { @@ -892,8 +828,6 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. The parent resource. For example:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -901,14 +835,12 @@ public Builder clearParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -918,21 +850,19 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private java.lang.Object collectionId_ = ""; /** - * - * *
      * Required. The collection ID, relative to `parent`, to list. For example:
      * `chatrooms`.
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The collectionId. */ public java.lang.String getCollectionId() { java.lang.Object ref = collectionId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); collectionId_ = s; return s; @@ -941,22 +871,21 @@ public java.lang.String getCollectionId() { } } /** - * - * *
      * Required. The collection ID, relative to `parent`, to list. For example:
      * `chatrooms`.
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for collectionId. */ - public com.google.protobuf.ByteString getCollectionIdBytes() { + public com.google.protobuf.ByteString + getCollectionIdBytes() { java.lang.Object ref = collectionId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); collectionId_ = b; return b; } else { @@ -964,37 +893,30 @@ public com.google.protobuf.ByteString getCollectionIdBytes() { } } /** - * - * *
      * Required. The collection ID, relative to `parent`, to list. For example:
      * `chatrooms`.
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The collectionId to set. * @return This builder for chaining. */ - public Builder setCollectionId(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCollectionId( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } collectionId_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * Required. The collection ID, relative to `parent`, to list. For example:
      * `chatrooms`.
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearCollectionId() { @@ -1004,22 +926,18 @@ public Builder clearCollectionId() { return this; } /** - * - * *
      * Required. The collection ID, relative to `parent`, to list. For example:
      * `chatrooms`.
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for collectionId to set. * @return This builder for chaining. */ - public Builder setCollectionIdBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCollectionIdBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); collectionId_ = value; bitField0_ |= 0x00000002; @@ -1029,8 +947,6 @@ public Builder setCollectionIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object documentId_ = ""; /** - * - * *
      * The client-assigned document ID to use for this document.
      *
@@ -1038,13 +954,13 @@ public Builder setCollectionIdBytes(com.google.protobuf.ByteString value) {
      * 
* * string document_id = 3; - * * @return The documentId. */ public java.lang.String getDocumentId() { java.lang.Object ref = documentId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); documentId_ = s; return s; @@ -1053,8 +969,6 @@ public java.lang.String getDocumentId() { } } /** - * - * *
      * The client-assigned document ID to use for this document.
      *
@@ -1062,14 +976,15 @@ public java.lang.String getDocumentId() {
      * 
* * string document_id = 3; - * * @return The bytes for documentId. */ - public com.google.protobuf.ByteString getDocumentIdBytes() { + public com.google.protobuf.ByteString + getDocumentIdBytes() { java.lang.Object ref = documentId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); documentId_ = b; return b; } else { @@ -1077,8 +992,6 @@ public com.google.protobuf.ByteString getDocumentIdBytes() { } } /** - * - * *
      * The client-assigned document ID to use for this document.
      *
@@ -1086,22 +999,18 @@ public com.google.protobuf.ByteString getDocumentIdBytes() {
      * 
* * string document_id = 3; - * * @param value The documentId to set. * @return This builder for chaining. */ - public Builder setDocumentId(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDocumentId( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } documentId_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * The client-assigned document ID to use for this document.
      *
@@ -1109,7 +1018,6 @@ public Builder setDocumentId(java.lang.String value) {
      * 
* * string document_id = 3; - * * @return This builder for chaining. */ public Builder clearDocumentId() { @@ -1119,8 +1027,6 @@ public Builder clearDocumentId() { return this; } /** - * - * *
      * The client-assigned document ID to use for this document.
      *
@@ -1128,14 +1034,12 @@ public Builder clearDocumentId() {
      * 
* * string document_id = 3; - * * @param value The bytes for documentId to set. * @return This builder for chaining. */ - public Builder setDocumentIdBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDocumentIdBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); documentId_ = value; bitField0_ |= 0x00000004; @@ -1145,55 +1049,39 @@ public Builder setDocumentIdBytes(com.google.protobuf.ByteString value) { private com.google.firestore.v1.Document document_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder> - documentBuilder_; + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> documentBuilder_; /** - * - * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the document field is set. */ public boolean hasDocument() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; * @return The document. */ public com.google.firestore.v1.Document getDocument() { if (documentBuilder_ == null) { - return document_ == null - ? com.google.firestore.v1.Document.getDefaultInstance() - : document_; + return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; } else { return documentBuilder_.getMessage(); } } /** - * - * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setDocument(com.google.firestore.v1.Document value) { if (documentBuilder_ == null) { @@ -1209,16 +1097,14 @@ public Builder setDocument(com.google.firestore.v1.Document value) { return this; } /** - * - * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setDocument(com.google.firestore.v1.Document.Builder builderForValue) { + public Builder setDocument( + com.google.firestore.v1.Document.Builder builderForValue) { if (documentBuilder_ == null) { document_ = builderForValue.build(); } else { @@ -1229,20 +1115,17 @@ public Builder setDocument(com.google.firestore.v1.Document.Builder builderForVa return this; } /** - * - * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeDocument(com.google.firestore.v1.Document value) { if (documentBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) - && document_ != null - && document_ != com.google.firestore.v1.Document.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) && + document_ != null && + document_ != com.google.firestore.v1.Document.getDefaultInstance()) { getDocumentBuilder().mergeFrom(value); } else { document_ = value; @@ -1257,14 +1140,11 @@ public Builder mergeDocument(com.google.firestore.v1.Document value) { return this; } /** - * - * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearDocument() { bitField0_ = (bitField0_ & ~0x00000008); @@ -1277,14 +1157,11 @@ public Builder clearDocument() { return this; } /** - * - * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.v1.Document.Builder getDocumentBuilder() { bitField0_ |= 0x00000008; @@ -1292,46 +1169,36 @@ public com.google.firestore.v1.Document.Builder getDocumentBuilder() { return getDocumentFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { if (documentBuilder_ != null) { return documentBuilder_.getMessageOrBuilder(); } else { - return document_ == null - ? com.google.firestore.v1.Document.getDefaultInstance() - : document_; + return document_ == null ? + com.google.firestore.v1.Document.getDefaultInstance() : document_; } } /** - * - * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder> + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> getDocumentFieldBuilder() { if (documentBuilder_ == null) { - documentBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder>( - getDocument(), getParentForChildren(), isClean()); + documentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>( + getDocument(), + getParentForChildren(), + isClean()); document_ = null; } return documentBuilder_; @@ -1339,13 +1206,8 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { private com.google.firestore.v1.DocumentMask mask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, - com.google.firestore.v1.DocumentMask.Builder, - com.google.firestore.v1.DocumentMaskOrBuilder> - maskBuilder_; + com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> maskBuilder_; /** - * - * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1354,15 +1216,12 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
      * 
* * .google.firestore.v1.DocumentMask mask = 5; - * * @return Whether the mask field is set. */ public boolean hasMask() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1371,7 +1230,6 @@ public boolean hasMask() {
      * 
* * .google.firestore.v1.DocumentMask mask = 5; - * * @return The mask. */ public com.google.firestore.v1.DocumentMask getMask() { @@ -1382,8 +1240,6 @@ public com.google.firestore.v1.DocumentMask getMask() { } } /** - * - * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1407,8 +1263,6 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1418,7 +1272,8 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
      *
      * .google.firestore.v1.DocumentMask mask = 5;
      */
-    public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForValue) {
+    public Builder setMask(
+        com.google.firestore.v1.DocumentMask.Builder builderForValue) {
       if (maskBuilder_ == null) {
         mask_ = builderForValue.build();
       } else {
@@ -1429,8 +1284,6 @@ public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForVa
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1442,9 +1295,9 @@ public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForVa
      */
     public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       if (maskBuilder_ == null) {
-        if (((bitField0_ & 0x00000010) != 0)
-            && mask_ != null
-            && mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000010) != 0) &&
+          mask_ != null &&
+          mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
           getMaskBuilder().mergeFrom(value);
         } else {
           mask_ = value;
@@ -1459,8 +1312,6 @@ public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1481,8 +1332,6 @@ public Builder clearMask() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1498,8 +1347,6 @@ public com.google.firestore.v1.DocumentMask.Builder getMaskBuilder() {
       return getMaskFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1513,12 +1360,11 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
       if (maskBuilder_ != null) {
         return maskBuilder_.getMessageOrBuilder();
       } else {
-        return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
+        return mask_ == null ?
+            com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
       }
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1529,24 +1375,21 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
      * .google.firestore.v1.DocumentMask mask = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentMask,
-            com.google.firestore.v1.DocumentMask.Builder,
-            com.google.firestore.v1.DocumentMaskOrBuilder>
+        com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> 
         getMaskFieldBuilder() {
       if (maskBuilder_ == null) {
-        maskBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.DocumentMask,
-                com.google.firestore.v1.DocumentMask.Builder,
-                com.google.firestore.v1.DocumentMaskOrBuilder>(
-                getMask(), getParentForChildren(), isClean());
+        maskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder>(
+                getMask(),
+                getParentForChildren(),
+                isClean());
         mask_ = null;
       }
       return maskBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1556,12 +1399,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.CreateDocumentRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.CreateDocumentRequest)
   private static final com.google.firestore.v1.CreateDocumentRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.CreateDocumentRequest();
   }
@@ -1570,27 +1413,27 @@ public static com.google.firestore.v1.CreateDocumentRequest getDefaultInstance()
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public CreateDocumentRequest parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public CreateDocumentRequest parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1605,4 +1448,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.CreateDocumentRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequestOrBuilder.java
similarity index 77%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequestOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequestOrBuilder.java
index 858d71b9f..3a709b5a0 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequestOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequestOrBuilder.java
@@ -1,32 +1,14 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface CreateDocumentRequestOrBuilder
-    extends
+public interface CreateDocumentRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.CreateDocumentRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. The parent resource. For example:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -34,13 +16,10 @@ public interface CreateDocumentRequestOrBuilder
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. The parent resource. For example:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -48,41 +27,34 @@ public interface CreateDocumentRequestOrBuilder
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * Required. The collection ID, relative to `parent`, to list. For example:
    * `chatrooms`.
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The collectionId. */ java.lang.String getCollectionId(); /** - * - * *
    * Required. The collection ID, relative to `parent`, to list. For example:
    * `chatrooms`.
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for collectionId. */ - com.google.protobuf.ByteString getCollectionIdBytes(); + com.google.protobuf.ByteString + getCollectionIdBytes(); /** - * - * *
    * The client-assigned document ID to use for this document.
    *
@@ -90,13 +62,10 @@ public interface CreateDocumentRequestOrBuilder
    * 
* * string document_id = 3; - * * @return The documentId. */ java.lang.String getDocumentId(); /** - * - * *
    * The client-assigned document ID to use for this document.
    *
@@ -104,52 +73,39 @@ public interface CreateDocumentRequestOrBuilder
    * 
* * string document_id = 3; - * * @return The bytes for documentId. */ - com.google.protobuf.ByteString getDocumentIdBytes(); + com.google.protobuf.ByteString + getDocumentIdBytes(); /** - * - * *
    * Required. The document to create. `name` must not be set.
    * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the document field is set. */ boolean hasDocument(); /** - * - * *
    * Required. The document to create. `name` must not be set.
    * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; * @return The document. */ com.google.firestore.v1.Document getDocument(); /** - * - * *
    * Required. The document to create. `name` must not be set.
    * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; */ com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder(); /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -158,13 +114,10 @@ public interface CreateDocumentRequestOrBuilder
    * 
* * .google.firestore.v1.DocumentMask mask = 5; - * * @return Whether the mask field is set. */ boolean hasMask(); /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -173,13 +126,10 @@ public interface CreateDocumentRequestOrBuilder
    * 
* * .google.firestore.v1.DocumentMask mask = 5; - * * @return The mask. */ com.google.firestore.v1.DocumentMask getMask(); /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Cursor.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Cursor.java
similarity index 74%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Cursor.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Cursor.java
index 9a5b69485..695131966 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Cursor.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Cursor.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/query.proto
 
@@ -20,54 +5,49 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * A position in a query result set.
  * 
* * Protobuf type {@code google.firestore.v1.Cursor} */ -public final class Cursor extends com.google.protobuf.GeneratedMessageV3 - implements +public final class Cursor extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.Cursor) CursorOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use Cursor.newBuilder() to construct. private Cursor(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Cursor() { values_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Cursor(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_Cursor_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_Cursor_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_Cursor_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Cursor.class, com.google.firestore.v1.Cursor.Builder.class); } public static final int VALUES_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private java.util.List values_; /** - * - * *
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -82,8 +62,6 @@ public java.util.List getValuesList() {
     return values_;
   }
   /**
-   *
-   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -94,12 +72,11 @@ public java.util.List getValuesList() {
    * repeated .google.firestore.v1.Value values = 1;
    */
   @java.lang.Override
-  public java.util.List getValuesOrBuilderList() {
+  public java.util.List 
+      getValuesOrBuilderList() {
     return values_;
   }
   /**
-   *
-   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -114,8 +91,6 @@ public int getValuesCount() {
     return values_.size();
   }
   /**
-   *
-   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -130,8 +105,6 @@ public com.google.firestore.v1.Value getValues(int index) {
     return values_.get(index);
   }
   /**
-   *
-   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -142,22 +115,20 @@ public com.google.firestore.v1.Value getValues(int index) {
    * repeated .google.firestore.v1.Value values = 1;
    */
   @java.lang.Override
-  public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index) {
+  public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(
+      int index) {
     return values_.get(index);
   }
 
   public static final int BEFORE_FIELD_NUMBER = 2;
   private boolean before_ = false;
   /**
-   *
-   *
    * 
    * If the position is just before or just after the given values, relative
    * to the sort order defined by the query.
    * 
* * bool before = 2; - * * @return The before. */ @java.lang.Override @@ -166,7 +137,6 @@ public boolean getBefore() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -178,7 +148,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < values_.size(); i++) { output.writeMessage(1, values_.get(i)); } @@ -195,10 +166,12 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < values_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, values_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, values_.get(i)); } if (before_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(2, before_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(2, before_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -208,15 +181,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.Cursor)) { return super.equals(obj); } com.google.firestore.v1.Cursor other = (com.google.firestore.v1.Cursor) obj; - if (!getValuesList().equals(other.getValuesList())) return false; - if (getBefore() != other.getBefore()) return false; + if (!getValuesList() + .equals(other.getValuesList())) return false; + if (getBefore() + != other.getBefore()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -233,140 +208,139 @@ public int hashCode() { hash = (53 * hash) + getValuesList().hashCode(); } hash = (37 * hash) + BEFORE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getBefore()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getBefore()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.firestore.v1.Cursor parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.Cursor parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.Cursor parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.Cursor parseFrom(com.google.protobuf.ByteString data) + public static com.google.firestore.v1.Cursor parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.Cursor parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.Cursor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.Cursor parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.Cursor parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.Cursor parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.v1.Cursor parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.Cursor parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.firestore.v1.Cursor parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.firestore.v1.Cursor parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.Cursor parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.Cursor prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A position in a query result set.
    * 
* * Protobuf type {@code google.firestore.v1.Cursor} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.Cursor) com.google.firestore.v1.CursorOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_Cursor_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_Cursor_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_Cursor_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_Cursor_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Cursor.class, com.google.firestore.v1.Cursor.Builder.class); } // Construct using com.google.firestore.v1.Cursor.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -383,9 +357,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_Cursor_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_Cursor_descriptor; } @java.lang.Override @@ -406,9 +380,7 @@ public com.google.firestore.v1.Cursor build() { public com.google.firestore.v1.Cursor buildPartial() { com.google.firestore.v1.Cursor result = new com.google.firestore.v1.Cursor(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -436,39 +408,38 @@ private void buildPartial0(com.google.firestore.v1.Cursor result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.Cursor) { - return mergeFrom((com.google.firestore.v1.Cursor) other); + return mergeFrom((com.google.firestore.v1.Cursor)other); } else { super.mergeFrom(other); return this; @@ -495,10 +466,9 @@ public Builder mergeFrom(com.google.firestore.v1.Cursor other) { valuesBuilder_ = null; values_ = other.values_; bitField0_ = (bitField0_ & ~0x00000001); - valuesBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getValuesFieldBuilder() - : null; + valuesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getValuesFieldBuilder() : null; } else { valuesBuilder_.addAllMessages(other.values_); } @@ -533,31 +503,30 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.firestore.v1.Value m = - input.readMessage(com.google.firestore.v1.Value.parser(), extensionRegistry); - if (valuesBuilder_ == null) { - ensureValuesIsMutable(); - values_.add(m); - } else { - valuesBuilder_.addMessage(m); - } - break; - } // case 10 - case 16: - { - before_ = input.readBool(); - bitField0_ |= 0x00000002; - break; - } // case 16 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + com.google.firestore.v1.Value m = + input.readMessage( + com.google.firestore.v1.Value.parser(), + extensionRegistry); + if (valuesBuilder_ == null) { + ensureValuesIsMutable(); + values_.add(m); + } else { + valuesBuilder_.addMessage(m); + } + break; + } // case 10 + case 16: { + before_ = input.readBool(); + bitField0_ |= 0x00000002; + break; + } // case 16 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -567,28 +536,21 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.util.List values_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureValuesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { values_ = new java.util.ArrayList(values_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder, - com.google.firestore.v1.ValueOrBuilder> - valuesBuilder_; + com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> valuesBuilder_; /** - * - * *
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -606,8 +568,6 @@ public java.util.List getValuesList() {
       }
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -625,8 +585,6 @@ public int getValuesCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -644,8 +602,6 @@ public com.google.firestore.v1.Value getValues(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -655,7 +611,8 @@ public com.google.firestore.v1.Value getValues(int index) {
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public Builder setValues(int index, com.google.firestore.v1.Value value) {
+    public Builder setValues(
+        int index, com.google.firestore.v1.Value value) {
       if (valuesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -669,8 +626,6 @@ public Builder setValues(int index, com.google.firestore.v1.Value value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -680,7 +635,8 @@ public Builder setValues(int index, com.google.firestore.v1.Value value) {
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public Builder setValues(int index, com.google.firestore.v1.Value.Builder builderForValue) {
+    public Builder setValues(
+        int index, com.google.firestore.v1.Value.Builder builderForValue) {
       if (valuesBuilder_ == null) {
         ensureValuesIsMutable();
         values_.set(index, builderForValue.build());
@@ -691,8 +647,6 @@ public Builder setValues(int index, com.google.firestore.v1.Value.Builder builde
       return this;
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -716,8 +670,6 @@ public Builder addValues(com.google.firestore.v1.Value value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -727,7 +679,8 @@ public Builder addValues(com.google.firestore.v1.Value value) {
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public Builder addValues(int index, com.google.firestore.v1.Value value) {
+    public Builder addValues(
+        int index, com.google.firestore.v1.Value value) {
       if (valuesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -741,8 +694,6 @@ public Builder addValues(int index, com.google.firestore.v1.Value value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -752,7 +703,8 @@ public Builder addValues(int index, com.google.firestore.v1.Value value) {
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public Builder addValues(com.google.firestore.v1.Value.Builder builderForValue) {
+    public Builder addValues(
+        com.google.firestore.v1.Value.Builder builderForValue) {
       if (valuesBuilder_ == null) {
         ensureValuesIsMutable();
         values_.add(builderForValue.build());
@@ -763,8 +715,6 @@ public Builder addValues(com.google.firestore.v1.Value.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -774,7 +724,8 @@ public Builder addValues(com.google.firestore.v1.Value.Builder builderForValue)
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public Builder addValues(int index, com.google.firestore.v1.Value.Builder builderForValue) {
+    public Builder addValues(
+        int index, com.google.firestore.v1.Value.Builder builderForValue) {
       if (valuesBuilder_ == null) {
         ensureValuesIsMutable();
         values_.add(index, builderForValue.build());
@@ -785,8 +736,6 @@ public Builder addValues(int index, com.google.firestore.v1.Value.Builder builde
       return this;
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -800,7 +749,8 @@ public Builder addAllValues(
         java.lang.Iterable values) {
       if (valuesBuilder_ == null) {
         ensureValuesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, values_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, values_);
         onChanged();
       } else {
         valuesBuilder_.addAllMessages(values);
@@ -808,8 +758,6 @@ public Builder addAllValues(
       return this;
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -830,8 +778,6 @@ public Builder clearValues() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -852,8 +798,6 @@ public Builder removeValues(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -863,12 +807,11 @@ public Builder removeValues(int index) {
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public com.google.firestore.v1.Value.Builder getValuesBuilder(int index) {
+    public com.google.firestore.v1.Value.Builder getValuesBuilder(
+        int index) {
       return getValuesFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -878,16 +821,14 @@ public com.google.firestore.v1.Value.Builder getValuesBuilder(int index) {
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index) {
+    public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(
+        int index) {
       if (valuesBuilder_ == null) {
-        return values_.get(index);
-      } else {
+        return values_.get(index);  } else {
         return valuesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -897,8 +838,8 @@ public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index) {
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public java.util.List
-        getValuesOrBuilderList() {
+    public java.util.List 
+         getValuesOrBuilderList() {
       if (valuesBuilder_ != null) {
         return valuesBuilder_.getMessageOrBuilderList();
       } else {
@@ -906,8 +847,6 @@ public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -918,11 +857,10 @@ public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index) {
      * repeated .google.firestore.v1.Value values = 1;
      */
     public com.google.firestore.v1.Value.Builder addValuesBuilder() {
-      return getValuesFieldBuilder().addBuilder(com.google.firestore.v1.Value.getDefaultInstance());
+      return getValuesFieldBuilder().addBuilder(
+          com.google.firestore.v1.Value.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -932,13 +870,12 @@ public com.google.firestore.v1.Value.Builder addValuesBuilder() {
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public com.google.firestore.v1.Value.Builder addValuesBuilder(int index) {
-      return getValuesFieldBuilder()
-          .addBuilder(index, com.google.firestore.v1.Value.getDefaultInstance());
+    public com.google.firestore.v1.Value.Builder addValuesBuilder(
+        int index) {
+      return getValuesFieldBuilder().addBuilder(
+          index, com.google.firestore.v1.Value.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -948,38 +885,33 @@ public com.google.firestore.v1.Value.Builder addValuesBuilder(int index) {
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public java.util.List getValuesBuilderList() {
+    public java.util.List 
+         getValuesBuilderList() {
       return getValuesFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Value,
-            com.google.firestore.v1.Value.Builder,
-            com.google.firestore.v1.ValueOrBuilder>
+        com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> 
         getValuesFieldBuilder() {
       if (valuesBuilder_ == null) {
-        valuesBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.firestore.v1.Value,
-                com.google.firestore.v1.Value.Builder,
-                com.google.firestore.v1.ValueOrBuilder>(
-                values_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        valuesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>(
+                values_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         values_ = null;
       }
       return valuesBuilder_;
     }
 
-    private boolean before_;
+    private boolean before_ ;
     /**
-     *
-     *
      * 
      * If the position is just before or just after the given values, relative
      * to the sort order defined by the query.
      * 
* * bool before = 2; - * * @return The before. */ @java.lang.Override @@ -987,15 +919,12 @@ public boolean getBefore() { return before_; } /** - * - * *
      * If the position is just before or just after the given values, relative
      * to the sort order defined by the query.
      * 
* * bool before = 2; - * * @param value The before to set. * @return This builder for chaining. */ @@ -1007,15 +936,12 @@ public Builder setBefore(boolean value) { return this; } /** - * - * *
      * If the position is just before or just after the given values, relative
      * to the sort order defined by the query.
      * 
* * bool before = 2; - * * @return This builder for chaining. */ public Builder clearBefore() { @@ -1024,9 +950,9 @@ public Builder clearBefore() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1036,12 +962,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.Cursor) } // @@protoc_insertion_point(class_scope:google.firestore.v1.Cursor) private static final com.google.firestore.v1.Cursor DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.Cursor(); } @@ -1050,27 +976,27 @@ public static com.google.firestore.v1.Cursor getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Cursor parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Cursor parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1085,4 +1011,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.Cursor getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CursorOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CursorOrBuilder.java similarity index 70% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CursorOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CursorOrBuilder.java index 14aaf3952..191d917da 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CursorOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CursorOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/query.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface CursorOrBuilder - extends +public interface CursorOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.Cursor) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -36,10 +18,9 @@ public interface CursorOrBuilder
    *
    * repeated .google.firestore.v1.Value values = 1;
    */
-  java.util.List getValuesList();
+  java.util.List 
+      getValuesList();
   /**
-   *
-   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -51,8 +32,6 @@ public interface CursorOrBuilder
    */
   com.google.firestore.v1.Value getValues(int index);
   /**
-   *
-   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -64,8 +43,6 @@ public interface CursorOrBuilder
    */
   int getValuesCount();
   /**
-   *
-   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -75,10 +52,9 @@ public interface CursorOrBuilder
    *
    * repeated .google.firestore.v1.Value values = 1;
    */
-  java.util.List getValuesOrBuilderList();
+  java.util.List 
+      getValuesOrBuilderList();
   /**
-   *
-   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -88,18 +64,16 @@ public interface CursorOrBuilder
    *
    * repeated .google.firestore.v1.Value values = 1;
    */
-  com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index);
+  com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * If the position is just before or just after the given values, relative
    * to the sort order defined by the query.
    * 
* * bool before = 2; - * * @return The before. */ boolean getBefore(); diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequest.java similarity index 70% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequest.java index 9d204027a..38b9d5d46 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,8 +5,6 @@ package com.google.firestore.v1; /** - * - * *
  * The request for
  * [Firestore.DeleteDocument][google.firestore.v1.Firestore.DeleteDocument].
@@ -29,56 +12,50 @@
  *
  * Protobuf type {@code google.firestore.v1.DeleteDocumentRequest}
  */
-public final class DeleteDocumentRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DeleteDocumentRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.DeleteDocumentRequest)
     DeleteDocumentRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DeleteDocumentRequest.newBuilder() to construct.
   private DeleteDocumentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private DeleteDocumentRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new DeleteDocumentRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_DeleteDocumentRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_DeleteDocumentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.DeleteDocumentRequest.class,
-            com.google.firestore.v1.DeleteDocumentRequest.Builder.class);
+            com.google.firestore.v1.DeleteDocumentRequest.class, com.google.firestore.v1.DeleteDocumentRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int NAME_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
-   *
-   *
    * 
    * Required. The resource name of the Document to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The name. */ @java.lang.Override @@ -87,30 +64,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. The resource name of the Document to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -121,15 +98,12 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int CURRENT_DOCUMENT_FIELD_NUMBER = 2; private com.google.firestore.v1.Precondition currentDocument_; /** - * - * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 2; - * * @return Whether the currentDocument field is set. */ @java.lang.Override @@ -137,26 +111,19 @@ public boolean hasCurrentDocument() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 2; - * * @return The currentDocument. */ @java.lang.Override public com.google.firestore.v1.Precondition getCurrentDocument() { - return currentDocument_ == null - ? com.google.firestore.v1.Precondition.getDefaultInstance() - : currentDocument_; + return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_; } /** - * - * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
@@ -166,13 +133,10 @@ public com.google.firestore.v1.Precondition getCurrentDocument() {
    */
   @java.lang.Override
   public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder() {
-    return currentDocument_ == null
-        ? com.google.firestore.v1.Precondition.getDefaultInstance()
-        : currentDocument_;
+    return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_;
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -184,7 +148,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -204,7 +169,8 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getCurrentDocument());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, getCurrentDocument());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -214,18 +180,19 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.DeleteDocumentRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.DeleteDocumentRequest other =
-        (com.google.firestore.v1.DeleteDocumentRequest) obj;
+    com.google.firestore.v1.DeleteDocumentRequest other = (com.google.firestore.v1.DeleteDocumentRequest) obj;
 
-    if (!getName().equals(other.getName())) return false;
+    if (!getName()
+        .equals(other.getName())) return false;
     if (hasCurrentDocument() != other.hasCurrentDocument()) return false;
     if (hasCurrentDocument()) {
-      if (!getCurrentDocument().equals(other.getCurrentDocument())) return false;
+      if (!getCurrentDocument()
+          .equals(other.getCurrentDocument())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -249,104 +216,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.DeleteDocumentRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.DeleteDocumentRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.DeleteDocumentRequest parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.DeleteDocumentRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The request for
    * [Firestore.DeleteDocument][google.firestore.v1.Firestore.DeleteDocument].
@@ -354,23 +316,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.DeleteDocumentRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.DeleteDocumentRequest)
       com.google.firestore.v1.DeleteDocumentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_DeleteDocumentRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_DeleteDocumentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.DeleteDocumentRequest.class,
-              com.google.firestore.v1.DeleteDocumentRequest.Builder.class);
+              com.google.firestore.v1.DeleteDocumentRequest.class, com.google.firestore.v1.DeleteDocumentRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.DeleteDocumentRequest.newBuilder()
@@ -378,17 +338,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getCurrentDocumentFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -403,9 +363,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -424,11 +384,8 @@ public com.google.firestore.v1.DeleteDocumentRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.DeleteDocumentRequest buildPartial() {
-      com.google.firestore.v1.DeleteDocumentRequest result =
-          new com.google.firestore.v1.DeleteDocumentRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.DeleteDocumentRequest result = new com.google.firestore.v1.DeleteDocumentRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -440,8 +397,9 @@ private void buildPartial0(com.google.firestore.v1.DeleteDocumentRequest result)
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.currentDocument_ =
-            currentDocumentBuilder_ == null ? currentDocument_ : currentDocumentBuilder_.build();
+        result.currentDocument_ = currentDocumentBuilder_ == null
+            ? currentDocument_
+            : currentDocumentBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -451,39 +409,38 @@ private void buildPartial0(com.google.firestore.v1.DeleteDocumentRequest result)
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.DeleteDocumentRequest) {
-        return mergeFrom((com.google.firestore.v1.DeleteDocumentRequest) other);
+        return mergeFrom((com.google.firestore.v1.DeleteDocumentRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -526,25 +483,24 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getCurrentDocumentFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getCurrentDocumentFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -554,26 +510,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. The resource name of the Document to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -582,22 +535,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. The resource name of the Document to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -605,37 +557,30 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. The resource name of the Document to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The resource name of the Document to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearName() { @@ -645,22 +590,18 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. The resource name of the Document to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -670,49 +611,36 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private com.google.firestore.v1.Precondition currentDocument_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Precondition, - com.google.firestore.v1.Precondition.Builder, - com.google.firestore.v1.PreconditionOrBuilder> - currentDocumentBuilder_; + com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder> currentDocumentBuilder_; /** - * - * *
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
      * 
* * .google.firestore.v1.Precondition current_document = 2; - * * @return Whether the currentDocument field is set. */ public boolean hasCurrentDocument() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
      * 
* * .google.firestore.v1.Precondition current_document = 2; - * * @return The currentDocument. */ public com.google.firestore.v1.Precondition getCurrentDocument() { if (currentDocumentBuilder_ == null) { - return currentDocument_ == null - ? com.google.firestore.v1.Precondition.getDefaultInstance() - : currentDocument_; + return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_; } else { return currentDocumentBuilder_.getMessage(); } } /** - * - * *
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -734,8 +662,6 @@ public Builder setCurrentDocument(com.google.firestore.v1.Precondition value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -755,8 +681,6 @@ public Builder setCurrentDocument(
       return this;
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -766,9 +690,9 @@ public Builder setCurrentDocument(
      */
     public Builder mergeCurrentDocument(com.google.firestore.v1.Precondition value) {
       if (currentDocumentBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0)
-            && currentDocument_ != null
-            && currentDocument_ != com.google.firestore.v1.Precondition.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0) &&
+          currentDocument_ != null &&
+          currentDocument_ != com.google.firestore.v1.Precondition.getDefaultInstance()) {
           getCurrentDocumentBuilder().mergeFrom(value);
         } else {
           currentDocument_ = value;
@@ -783,8 +707,6 @@ public Builder mergeCurrentDocument(com.google.firestore.v1.Precondition value)
       return this;
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -803,8 +725,6 @@ public Builder clearCurrentDocument() {
       return this;
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -818,8 +738,6 @@ public com.google.firestore.v1.Precondition.Builder getCurrentDocumentBuilder()
       return getCurrentDocumentFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -831,14 +749,11 @@ public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder
       if (currentDocumentBuilder_ != null) {
         return currentDocumentBuilder_.getMessageOrBuilder();
       } else {
-        return currentDocument_ == null
-            ? com.google.firestore.v1.Precondition.getDefaultInstance()
-            : currentDocument_;
+        return currentDocument_ == null ?
+            com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_;
       }
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -847,24 +762,21 @@ public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder
      * .google.firestore.v1.Precondition current_document = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Precondition,
-            com.google.firestore.v1.Precondition.Builder,
-            com.google.firestore.v1.PreconditionOrBuilder>
+        com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder> 
         getCurrentDocumentFieldBuilder() {
       if (currentDocumentBuilder_ == null) {
-        currentDocumentBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.Precondition,
-                com.google.firestore.v1.Precondition.Builder,
-                com.google.firestore.v1.PreconditionOrBuilder>(
-                getCurrentDocument(), getParentForChildren(), isClean());
+        currentDocumentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder>(
+                getCurrentDocument(),
+                getParentForChildren(),
+                isClean());
         currentDocument_ = null;
       }
       return currentDocumentBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -874,12 +786,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.DeleteDocumentRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.DeleteDocumentRequest)
   private static final com.google.firestore.v1.DeleteDocumentRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.DeleteDocumentRequest();
   }
@@ -888,27 +800,27 @@ public static com.google.firestore.v1.DeleteDocumentRequest getDefaultInstance()
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public DeleteDocumentRequest parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public DeleteDocumentRequest parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -923,4 +835,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.DeleteDocumentRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequestOrBuilder.java
similarity index 71%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequestOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequestOrBuilder.java
index fb6494588..8f8ff38f3 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequestOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequestOrBuilder.java
@@ -1,85 +1,56 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface DeleteDocumentRequestOrBuilder
-    extends
+public interface DeleteDocumentRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.DeleteDocumentRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. The resource name of the Document to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Required. The resource name of the Document to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 2; - * * @return Whether the currentDocument field is set. */ boolean hasCurrentDocument(); /** - * - * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 2; - * * @return The currentDocument. */ com.google.firestore.v1.Precondition getCurrentDocument(); /** - * - * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Document.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Document.java
similarity index 76%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Document.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Document.java
index 8ff0edd39..7eb267316 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Document.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Document.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/document.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * A Firestore document.
  *
@@ -30,29 +13,29 @@
  *
  * Protobuf type {@code google.firestore.v1.Document}
  */
-public final class Document extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Document extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.Document)
     DocumentOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Document.newBuilder() to construct.
   private Document(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Document() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Document();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.DocumentProto
-        .internal_static_google_firestore_v1_Document_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Document_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
@@ -63,34 +46,29 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
       case 2:
         return internalGetFields();
       default:
-        throw new RuntimeException("Invalid map field number: " + number);
+        throw new RuntimeException(
+            "Invalid map field number: " + number);
     }
   }
-
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.DocumentProto
-        .internal_static_google_firestore_v1_Document_fieldAccessorTable
+    return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Document_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
             com.google.firestore.v1.Document.class, com.google.firestore.v1.Document.Builder.class);
   }
 
   private int bitField0_;
   public static final int NAME_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
-   *
-   *
    * 
    * The resource name of the document, for example
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -99,30 +77,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * The resource name of the document, for example
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -131,37 +109,32 @@ public com.google.protobuf.ByteString getNameBytes() { } public static final int FIELDS_FIELD_NUMBER = 2; - private static final class FieldsDefaultEntryHolder { - static final com.google.protobuf.MapEntry - defaultEntry = + static final com.google.protobuf.MapEntry< + java.lang.String, com.google.firestore.v1.Value> defaultEntry = com.google.protobuf.MapEntry - .newDefaultInstance( - com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_Document_FieldsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.MESSAGE, - com.google.firestore.v1.Value.getDefaultInstance()); + .newDefaultInstance( + com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Document_FieldsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.MESSAGE, + com.google.firestore.v1.Value.getDefaultInstance()); } - @SuppressWarnings("serial") - private com.google.protobuf.MapField fields_; - + private com.google.protobuf.MapField< + java.lang.String, com.google.firestore.v1.Value> fields_; private com.google.protobuf.MapField - internalGetFields() { + internalGetFields() { if (fields_ == null) { - return com.google.protobuf.MapField.emptyMapField(FieldsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + FieldsDefaultEntryHolder.defaultEntry); } return fields_; } - public int getFieldsCount() { return internalGetFields().getMap().size(); } /** - * - * *
    * The document's fields.
    *
@@ -192,21 +165,20 @@ public int getFieldsCount() {
    * map<string, .google.firestore.v1.Value> fields = 2;
    */
   @java.lang.Override
-  public boolean containsFields(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public boolean containsFields(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     return internalGetFields().getMap().containsKey(key);
   }
-  /** Use {@link #getFieldsMap()} instead. */
+  /**
+   * Use {@link #getFieldsMap()} instead.
+   */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getFields() {
     return getFieldsMap();
   }
   /**
-   *
-   *
    * 
    * The document's fields.
    *
@@ -241,8 +213,6 @@ public java.util.Map getFieldsM
     return internalGetFields().getMap();
   }
   /**
-   *
-   *
    * 
    * The document's fields.
    *
@@ -273,20 +243,17 @@ public java.util.Map getFieldsM
    * map<string, .google.firestore.v1.Value> fields = 2;
    */
   @java.lang.Override
-  public /* nullable */ com.google.firestore.v1.Value getFieldsOrDefault(
+  public /* nullable */
+com.google.firestore.v1.Value getFieldsOrDefault(
       java.lang.String key,
       /* nullable */
-      com.google.firestore.v1.Value defaultValue) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+com.google.firestore.v1.Value defaultValue) {
+    if (key == null) { throw new NullPointerException("map key"); }
     java.util.Map map =
         internalGetFields().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
-   *
-   *
    * 
    * The document's fields.
    *
@@ -317,10 +284,9 @@ public java.util.Map getFieldsM
    * map<string, .google.firestore.v1.Value> fields = 2;
    */
   @java.lang.Override
-  public com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public com.google.firestore.v1.Value getFieldsOrThrow(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     java.util.Map map =
         internalGetFields().getMap();
     if (!map.containsKey(key)) {
@@ -332,8 +298,6 @@ public com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key) {
   public static final int CREATE_TIME_FIELD_NUMBER = 3;
   private com.google.protobuf.Timestamp createTime_;
   /**
-   *
-   *
    * 
    * Output only. The time at which the document was created.
    *
@@ -343,7 +307,6 @@ public com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key) {
    * 
* * .google.protobuf.Timestamp create_time = 3; - * * @return Whether the createTime field is set. */ @java.lang.Override @@ -351,8 +314,6 @@ public boolean hasCreateTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Output only. The time at which the document was created.
    *
@@ -362,7 +323,6 @@ public boolean hasCreateTime() {
    * 
* * .google.protobuf.Timestamp create_time = 3; - * * @return The createTime. */ @java.lang.Override @@ -370,8 +330,6 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** - * - * *
    * Output only. The time at which the document was created.
    *
@@ -390,8 +348,6 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
   public static final int UPDATE_TIME_FIELD_NUMBER = 4;
   private com.google.protobuf.Timestamp updateTime_;
   /**
-   *
-   *
    * 
    * Output only. The time at which the document was last changed.
    *
@@ -401,7 +357,6 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
    * 
* * .google.protobuf.Timestamp update_time = 4; - * * @return Whether the updateTime field is set. */ @java.lang.Override @@ -409,8 +364,6 @@ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * Output only. The time at which the document was last changed.
    *
@@ -420,7 +373,6 @@ public boolean hasUpdateTime() {
    * 
* * .google.protobuf.Timestamp update_time = 4; - * * @return The updateTime. */ @java.lang.Override @@ -428,8 +380,6 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** - * - * *
    * Output only. The time at which the document was last changed.
    *
@@ -446,7 +396,6 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -458,12 +407,17 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
-    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
-        output, internalGetFields(), FieldsDefaultEntryHolder.defaultEntry, 2);
+    com.google.protobuf.GeneratedMessageV3
+      .serializeStringMapTo(
+        output,
+        internalGetFields(),
+        FieldsDefaultEntryHolder.defaultEntry,
+        2);
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(3, getCreateTime());
     }
@@ -482,21 +436,23 @@ public int getSerializedSize() {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
     }
-    for (java.util.Map.Entry entry :
-        internalGetFields().getMap().entrySet()) {
-      com.google.protobuf.MapEntry fields__ =
-          FieldsDefaultEntryHolder.defaultEntry
-              .newBuilderForType()
-              .setKey(entry.getKey())
-              .setValue(entry.getValue())
-              .build();
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, fields__);
+    for (java.util.Map.Entry entry
+         : internalGetFields().getMap().entrySet()) {
+      com.google.protobuf.MapEntry
+      fields__ = FieldsDefaultEntryHolder.defaultEntry.newBuilderForType()
+          .setKey(entry.getKey())
+          .setValue(entry.getValue())
+          .build();
+      size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(2, fields__);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getCreateTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getCreateTime());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getUpdateTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(4, getUpdateTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -506,22 +462,26 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.Document)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.Document other = (com.google.firestore.v1.Document) obj;
 
-    if (!getName().equals(other.getName())) return false;
-    if (!internalGetFields().equals(other.internalGetFields())) return false;
+    if (!getName()
+        .equals(other.getName())) return false;
+    if (!internalGetFields().equals(
+        other.internalGetFields())) return false;
     if (hasCreateTime() != other.hasCreateTime()) return false;
     if (hasCreateTime()) {
-      if (!getCreateTime().equals(other.getCreateTime())) return false;
+      if (!getCreateTime()
+          .equals(other.getCreateTime())) return false;
     }
     if (hasUpdateTime() != other.hasUpdateTime()) return false;
     if (hasUpdateTime()) {
-      if (!getUpdateTime().equals(other.getUpdateTime())) return false;
+      if (!getUpdateTime()
+          .equals(other.getUpdateTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -553,103 +513,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.Document parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.Document parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.Document parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.Document parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.firestore.v1.Document parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.Document parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.Document parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.Document parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.Document parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.Document parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.Document parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.Document parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.Document parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.Document parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.Document prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * A Firestore document.
    *
@@ -658,13 +614,13 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.Document}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.Document)
       com.google.firestore.v1.DocumentOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.DocumentProto
-          .internal_static_google_firestore_v1_Document_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Document_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
@@ -674,10 +630,10 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
         case 2:
           return internalGetFields();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @SuppressWarnings({"rawtypes"})
     protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(
         int number) {
@@ -685,18 +641,16 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi
         case 2:
           return internalGetMutableFields();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.DocumentProto
-          .internal_static_google_firestore_v1_Document_fieldAccessorTable
+      return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Document_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.Document.class,
-              com.google.firestore.v1.Document.Builder.class);
+              com.google.firestore.v1.Document.class, com.google.firestore.v1.Document.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.Document.newBuilder()
@@ -704,18 +658,18 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getCreateTimeFieldBuilder();
         getUpdateTimeFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -736,9 +690,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.DocumentProto
-          .internal_static_google_firestore_v1_Document_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Document_descriptor;
     }
 
     @java.lang.Override
@@ -758,9 +712,7 @@ public com.google.firestore.v1.Document build() {
     @java.lang.Override
     public com.google.firestore.v1.Document buildPartial() {
       com.google.firestore.v1.Document result = new com.google.firestore.v1.Document(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -775,11 +727,15 @@ private void buildPartial0(com.google.firestore.v1.Document result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.createTime_ = createTimeBuilder_ == null ? createTime_ : createTimeBuilder_.build();
+        result.createTime_ = createTimeBuilder_ == null
+            ? createTime_
+            : createTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.updateTime_ = updateTimeBuilder_ == null ? updateTime_ : updateTimeBuilder_.build();
+        result.updateTime_ = updateTimeBuilder_ == null
+            ? updateTime_
+            : updateTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       result.bitField0_ |= to_bitField0_;
@@ -789,39 +745,38 @@ private void buildPartial0(com.google.firestore.v1.Document result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.Document) {
-        return mergeFrom((com.google.firestore.v1.Document) other);
+        return mergeFrom((com.google.firestore.v1.Document)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -835,7 +790,8 @@ public Builder mergeFrom(com.google.firestore.v1.Document other) {
         bitField0_ |= 0x00000001;
         onChanged();
       }
-      internalGetMutableFields().mergeFrom(other.internalGetFields());
+      internalGetMutableFields().mergeFrom(
+          other.internalGetFields());
       bitField0_ |= 0x00000002;
       if (other.hasCreateTime()) {
         mergeCreateTime(other.getCreateTime());
@@ -869,44 +825,40 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                com.google.protobuf.MapEntry
-                    fields__ =
-                        input.readMessage(
-                            FieldsDefaultEntryHolder.defaultEntry.getParserForType(),
-                            extensionRegistry);
-                internalGetMutableFields()
-                    .ensureBuilderMap()
-                    .put(fields__.getKey(), fields__.getValue());
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 26:
-              {
-                input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            case 34:
-              {
-                input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 34
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              com.google.protobuf.MapEntry
+              fields__ = input.readMessage(
+                  FieldsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
+              internalGetMutableFields().ensureBuilderMap().put(
+                  fields__.getKey(), fields__.getValue());
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 26: {
+              input.readMessage(
+                  getCreateTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            case 34: {
+              input.readMessage(
+                  getUpdateTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 34
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -916,26 +868,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * The resource name of the document, for example
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -944,22 +893,21 @@ public java.lang.String getName() { } } /** - * - * *
      * The resource name of the document, for example
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -967,37 +915,30 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * The resource name of the document, for example
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The resource name of the document, for example
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { @@ -1007,22 +948,18 @@ public Builder clearName() { return this; } /** - * - * *
      * The resource name of the document, for example
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -1030,52 +967,30 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { return this; } - private static final class FieldsConverter - implements com.google.protobuf.MapFieldBuilder.Converter< - java.lang.String, - com.google.firestore.v1.ValueOrBuilder, - com.google.firestore.v1.Value> { + private static final class FieldsConverter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.firestore.v1.Value build(com.google.firestore.v1.ValueOrBuilder val) { - if (val instanceof com.google.firestore.v1.Value) { - return (com.google.firestore.v1.Value) val; - } + if (val instanceof com.google.firestore.v1.Value) { return (com.google.firestore.v1.Value) val; } return ((com.google.firestore.v1.Value.Builder) val).build(); } @java.lang.Override - public com.google.protobuf.MapEntry - defaultEntry() { + public com.google.protobuf.MapEntry defaultEntry() { return FieldsDefaultEntryHolder.defaultEntry; } }; - private static final FieldsConverter fieldsConverter = new FieldsConverter(); private com.google.protobuf.MapFieldBuilder< - java.lang.String, - com.google.firestore.v1.ValueOrBuilder, - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder> - fields_; - - private com.google.protobuf.MapFieldBuilder< - java.lang.String, - com.google.firestore.v1.ValueOrBuilder, - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder> + java.lang.String, com.google.firestore.v1.ValueOrBuilder, com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder> fields_; + private com.google.protobuf.MapFieldBuilder internalGetFields() { if (fields_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldsConverter); } return fields_; } - - private com.google.protobuf.MapFieldBuilder< - java.lang.String, - com.google.firestore.v1.ValueOrBuilder, - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder> + private com.google.protobuf.MapFieldBuilder internalGetMutableFields() { if (fields_ == null) { fields_ = new com.google.protobuf.MapFieldBuilder<>(fieldsConverter); @@ -1084,13 +999,10 @@ public com.google.firestore.v1.Value build(com.google.firestore.v1.ValueOrBuilde onChanged(); return fields_; } - public int getFieldsCount() { return internalGetFields().ensureBuilderMap().size(); } /** - * - * *
      * The document's fields.
      *
@@ -1121,21 +1033,20 @@ public int getFieldsCount() {
      * map<string, .google.firestore.v1.Value> fields = 2;
      */
     @java.lang.Override
-    public boolean containsFields(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public boolean containsFields(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       return internalGetFields().ensureBuilderMap().containsKey(key);
     }
-    /** Use {@link #getFieldsMap()} instead. */
+    /**
+     * Use {@link #getFieldsMap()} instead.
+     */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getFields() {
       return getFieldsMap();
     }
     /**
-     *
-     *
      * 
      * The document's fields.
      *
@@ -1170,8 +1081,6 @@ public java.util.Map getFieldsM
       return internalGetFields().getImmutableMap();
     }
     /**
-     *
-     *
      * 
      * The document's fields.
      *
@@ -1202,20 +1111,16 @@ public java.util.Map getFieldsM
      * map<string, .google.firestore.v1.Value> fields = 2;
      */
     @java.lang.Override
-    public /* nullable */ com.google.firestore.v1.Value getFieldsOrDefault(
+    public /* nullable */
+com.google.firestore.v1.Value getFieldsOrDefault(
         java.lang.String key,
         /* nullable */
-        com.google.firestore.v1.Value defaultValue) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map =
-          internalGetMutableFields().ensureBuilderMap();
+com.google.firestore.v1.Value defaultValue) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map = internalGetMutableFields().ensureBuilderMap();
       return map.containsKey(key) ? fieldsConverter.build(map.get(key)) : defaultValue;
     }
     /**
-     *
-     *
      * 
      * The document's fields.
      *
@@ -1246,26 +1151,21 @@ public java.util.Map getFieldsM
      * map<string, .google.firestore.v1.Value> fields = 2;
      */
     @java.lang.Override
-    public com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map =
-          internalGetMutableFields().ensureBuilderMap();
+    public com.google.firestore.v1.Value getFieldsOrThrow(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map = internalGetMutableFields().ensureBuilderMap();
       if (!map.containsKey(key)) {
         throw new java.lang.IllegalArgumentException();
       }
       return fieldsConverter.build(map.get(key));
     }
-
     public Builder clearFields() {
       bitField0_ = (bitField0_ & ~0x00000002);
       internalGetMutableFields().clear();
       return this;
     }
     /**
-     *
-     *
      * 
      * The document's fields.
      *
@@ -1295,22 +1195,23 @@ public Builder clearFields() {
      *
      * map<string, .google.firestore.v1.Value> fields = 2;
      */
-    public Builder removeFields(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      internalGetMutableFields().ensureBuilderMap().remove(key);
+    public Builder removeFields(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      internalGetMutableFields().ensureBuilderMap()
+          .remove(key);
       return this;
     }
-    /** Use alternate mutation accessors instead. */
+    /**
+     * Use alternate mutation accessors instead.
+     */
     @java.lang.Deprecated
-    public java.util.Map getMutableFields() {
+    public java.util.Map
+        getMutableFields() {
       bitField0_ |= 0x00000002;
       return internalGetMutableFields().ensureMessageMap();
     }
     /**
-     *
-     *
      * 
      * The document's fields.
      *
@@ -1340,20 +1241,17 @@ public java.util.Map getMutable
      *
      * map<string, .google.firestore.v1.Value> fields = 2;
      */
-    public Builder putFields(java.lang.String key, com.google.firestore.v1.Value value) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      if (value == null) {
-        throw new NullPointerException("map value");
-      }
-      internalGetMutableFields().ensureBuilderMap().put(key, value);
+    public Builder putFields(
+        java.lang.String key,
+        com.google.firestore.v1.Value value) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      if (value == null) { throw new NullPointerException("map value"); }
+      internalGetMutableFields().ensureBuilderMap()
+          .put(key, value);
       bitField0_ |= 0x00000002;
       return this;
     }
     /**
-     *
-     *
      * 
      * The document's fields.
      *
@@ -1385,19 +1283,17 @@ public Builder putFields(java.lang.String key, com.google.firestore.v1.Value val
      */
     public Builder putAllFields(
         java.util.Map values) {
-      for (java.util.Map.Entry e :
-          values.entrySet()) {
+      for (java.util.Map.Entry e : values.entrySet()) {
         if (e.getKey() == null || e.getValue() == null) {
           throw new NullPointerException();
         }
       }
-      internalGetMutableFields().ensureBuilderMap().putAll(values);
+      internalGetMutableFields().ensureBuilderMap()
+          .putAll(values);
       bitField0_ |= 0x00000002;
       return this;
     }
     /**
-     *
-     *
      * 
      * The document's fields.
      *
@@ -1427,9 +1323,9 @@ public Builder putAllFields(
      *
      * map<string, .google.firestore.v1.Value> fields = 2;
      */
-    public com.google.firestore.v1.Value.Builder putFieldsBuilderIfAbsent(java.lang.String key) {
-      java.util.Map builderMap =
-          internalGetMutableFields().ensureBuilderMap();
+    public com.google.firestore.v1.Value.Builder putFieldsBuilderIfAbsent(
+        java.lang.String key) {
+      java.util.Map builderMap = internalGetMutableFields().ensureBuilderMap();
       com.google.firestore.v1.ValueOrBuilder entry = builderMap.get(key);
       if (entry == null) {
         entry = com.google.firestore.v1.Value.newBuilder();
@@ -1444,13 +1340,8 @@ public com.google.firestore.v1.Value.Builder putFieldsBuilderIfAbsent(java.lang.
 
     private com.google.protobuf.Timestamp createTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
-        createTimeBuilder_;
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_;
     /**
-     *
-     *
      * 
      * Output only. The time at which the document was created.
      *
@@ -1460,15 +1351,12 @@ public com.google.firestore.v1.Value.Builder putFieldsBuilderIfAbsent(java.lang.
      * 
* * .google.protobuf.Timestamp create_time = 3; - * * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Output only. The time at which the document was created.
      *
@@ -1478,21 +1366,16 @@ public boolean hasCreateTime() {
      * 
* * .google.protobuf.Timestamp create_time = 3; - * * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The time at which the document was created.
      *
@@ -1517,8 +1400,6 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Output only. The time at which the document was created.
      *
@@ -1529,7 +1410,8 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp create_time = 3;
      */
-    public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setCreateTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (createTimeBuilder_ == null) {
         createTime_ = builderForValue.build();
       } else {
@@ -1540,8 +1422,6 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * Output only. The time at which the document was created.
      *
@@ -1554,9 +1434,9 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal
      */
     public Builder mergeCreateTime(com.google.protobuf.Timestamp value) {
       if (createTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0)
-            && createTime_ != null
-            && createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0) &&
+          createTime_ != null &&
+          createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getCreateTimeBuilder().mergeFrom(value);
         } else {
           createTime_ = value;
@@ -1571,8 +1451,6 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Output only. The time at which the document was created.
      *
@@ -1594,8 +1472,6 @@ public Builder clearCreateTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Output only. The time at which the document was created.
      *
@@ -1612,8 +1488,6 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() {
       return getCreateTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Output only. The time at which the document was created.
      *
@@ -1628,14 +1502,11 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
       if (createTimeBuilder_ != null) {
         return createTimeBuilder_.getMessageOrBuilder();
       } else {
-        return createTime_ == null
-            ? com.google.protobuf.Timestamp.getDefaultInstance()
-            : createTime_;
+        return createTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : createTime_;
       }
     }
     /**
-     *
-     *
      * 
      * Output only. The time at which the document was created.
      *
@@ -1647,17 +1518,14 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
      * .google.protobuf.Timestamp create_time = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getCreateTimeFieldBuilder() {
       if (createTimeBuilder_ == null) {
-        createTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getCreateTime(), getParentForChildren(), isClean());
+        createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getCreateTime(),
+                getParentForChildren(),
+                isClean());
         createTime_ = null;
       }
       return createTimeBuilder_;
@@ -1665,13 +1533,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
 
     private com.google.protobuf.Timestamp updateTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
-        updateTimeBuilder_;
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_;
     /**
-     *
-     *
      * 
      * Output only. The time at which the document was last changed.
      *
@@ -1681,15 +1544,12 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
      * 
* * .google.protobuf.Timestamp update_time = 4; - * * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * Output only. The time at which the document was last changed.
      *
@@ -1699,21 +1559,16 @@ public boolean hasUpdateTime() {
      * 
* * .google.protobuf.Timestamp update_time = 4; - * * @return The updateTime. */ public com.google.protobuf.Timestamp getUpdateTime() { if (updateTimeBuilder_ == null) { - return updateTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : updateTime_; + return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } else { return updateTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The time at which the document was last changed.
      *
@@ -1738,8 +1593,6 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Output only. The time at which the document was last changed.
      *
@@ -1750,7 +1603,8 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp update_time = 4;
      */
-    public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setUpdateTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (updateTimeBuilder_ == null) {
         updateTime_ = builderForValue.build();
       } else {
@@ -1761,8 +1615,6 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * Output only. The time at which the document was last changed.
      *
@@ -1775,9 +1627,9 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal
      */
     public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
       if (updateTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0)
-            && updateTime_ != null
-            && updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0) &&
+          updateTime_ != null &&
+          updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getUpdateTimeBuilder().mergeFrom(value);
         } else {
           updateTime_ = value;
@@ -1792,8 +1644,6 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Output only. The time at which the document was last changed.
      *
@@ -1815,8 +1665,6 @@ public Builder clearUpdateTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Output only. The time at which the document was last changed.
      *
@@ -1833,8 +1681,6 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() {
       return getUpdateTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Output only. The time at which the document was last changed.
      *
@@ -1849,14 +1695,11 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
       if (updateTimeBuilder_ != null) {
         return updateTimeBuilder_.getMessageOrBuilder();
       } else {
-        return updateTime_ == null
-            ? com.google.protobuf.Timestamp.getDefaultInstance()
-            : updateTime_;
+        return updateTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_;
       }
     }
     /**
-     *
-     *
      * 
      * Output only. The time at which the document was last changed.
      *
@@ -1868,24 +1711,21 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
      * .google.protobuf.Timestamp update_time = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getUpdateTimeFieldBuilder() {
       if (updateTimeBuilder_ == null) {
-        updateTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getUpdateTime(), getParentForChildren(), isClean());
+        updateTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getUpdateTime(),
+                getParentForChildren(),
+                isClean());
         updateTime_ = null;
       }
       return updateTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1895,12 +1735,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.Document)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.Document)
   private static final com.google.firestore.v1.Document DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.Document();
   }
@@ -1909,27 +1749,27 @@ public static com.google.firestore.v1.Document getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Document parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Document parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1944,4 +1784,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.Document getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChange.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChange.java
similarity index 72%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChange.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChange.java
index 482cc0723..ae8472df2 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChange.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChange.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * A [Document][google.firestore.v1.Document] has changed.
  *
@@ -35,16 +18,15 @@
  *
  * Protobuf type {@code google.firestore.v1.DocumentChange}
  */
-public final class DocumentChange extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DocumentChange extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.DocumentChange)
     DocumentChangeOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DocumentChange.newBuilder() to construct.
   private DocumentChange(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private DocumentChange() {
     targetIds_ = emptyIntList();
     removedTargetIds_ = emptyIntList();
@@ -52,31 +34,28 @@ private DocumentChange() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new DocumentChange();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.WriteProto
-        .internal_static_google_firestore_v1_DocumentChange_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentChange_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.WriteProto
-        .internal_static_google_firestore_v1_DocumentChange_fieldAccessorTable
+    return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentChange_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.DocumentChange.class,
-            com.google.firestore.v1.DocumentChange.Builder.class);
+            com.google.firestore.v1.DocumentChange.class, com.google.firestore.v1.DocumentChange.Builder.class);
   }
 
   private int bitField0_;
   public static final int DOCUMENT_FIELD_NUMBER = 1;
   private com.google.firestore.v1.Document document_;
   /**
-   *
-   *
    * 
    * The new state of the [Document][google.firestore.v1.Document].
    *
@@ -84,7 +63,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * .google.firestore.v1.Document document = 1; - * * @return Whether the document field is set. */ @java.lang.Override @@ -92,8 +70,6 @@ public boolean hasDocument() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The new state of the [Document][google.firestore.v1.Document].
    *
@@ -101,7 +77,6 @@ public boolean hasDocument() {
    * 
* * .google.firestore.v1.Document document = 1; - * * @return The document. */ @java.lang.Override @@ -109,8 +84,6 @@ public com.google.firestore.v1.Document getDocument() { return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; } /** - * - * *
    * The new state of the [Document][google.firestore.v1.Document].
    *
@@ -125,109 +98,90 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
   }
 
   public static final int TARGET_IDS_FIELD_NUMBER = 5;
-
   @SuppressWarnings("serial")
-  private com.google.protobuf.Internal.IntList targetIds_ = emptyIntList();
+  private com.google.protobuf.Internal.IntList targetIds_ =
+      emptyIntList();
   /**
-   *
-   *
    * 
    * A set of target IDs of targets that match this document.
    * 
* * repeated int32 target_ids = 5; - * * @return A list containing the targetIds. */ @java.lang.Override - public java.util.List getTargetIdsList() { + public java.util.List + getTargetIdsList() { return targetIds_; } /** - * - * *
    * A set of target IDs of targets that match this document.
    * 
* * repeated int32 target_ids = 5; - * * @return The count of targetIds. */ public int getTargetIdsCount() { return targetIds_.size(); } /** - * - * *
    * A set of target IDs of targets that match this document.
    * 
* * repeated int32 target_ids = 5; - * * @param index The index of the element to return. * @return The targetIds at the given index. */ public int getTargetIds(int index) { return targetIds_.getInt(index); } - private int targetIdsMemoizedSerializedSize = -1; public static final int REMOVED_TARGET_IDS_FIELD_NUMBER = 6; - @SuppressWarnings("serial") - private com.google.protobuf.Internal.IntList removedTargetIds_ = emptyIntList(); + private com.google.protobuf.Internal.IntList removedTargetIds_ = + emptyIntList(); /** - * - * *
    * A set of target IDs for targets that no longer match this document.
    * 
* * repeated int32 removed_target_ids = 6; - * * @return A list containing the removedTargetIds. */ @java.lang.Override - public java.util.List getRemovedTargetIdsList() { + public java.util.List + getRemovedTargetIdsList() { return removedTargetIds_; } /** - * - * *
    * A set of target IDs for targets that no longer match this document.
    * 
* * repeated int32 removed_target_ids = 6; - * * @return The count of removedTargetIds. */ public int getRemovedTargetIdsCount() { return removedTargetIds_.size(); } /** - * - * *
    * A set of target IDs for targets that no longer match this document.
    * 
* * repeated int32 removed_target_ids = 6; - * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ public int getRemovedTargetIds(int index) { return removedTargetIds_.getInt(index); } - private int removedTargetIdsMemoizedSerializedSize = -1; private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -239,7 +193,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getDocument()); @@ -268,32 +223,34 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getDocument()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getDocument()); } { int dataSize = 0; for (int i = 0; i < targetIds_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(targetIds_.getInt(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeInt32SizeNoTag(targetIds_.getInt(i)); } size += dataSize; if (!getTargetIdsList().isEmpty()) { size += 1; - size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize); + size += com.google.protobuf.CodedOutputStream + .computeInt32SizeNoTag(dataSize); } targetIdsMemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < removedTargetIds_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag( - removedTargetIds_.getInt(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeInt32SizeNoTag(removedTargetIds_.getInt(i)); } size += dataSize; if (!getRemovedTargetIdsList().isEmpty()) { size += 1; - size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize); + size += com.google.protobuf.CodedOutputStream + .computeInt32SizeNoTag(dataSize); } removedTargetIdsMemoizedSerializedSize = dataSize; } @@ -305,7 +262,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.DocumentChange)) { return super.equals(obj); @@ -314,10 +271,13 @@ public boolean equals(final java.lang.Object obj) { if (hasDocument() != other.hasDocument()) return false; if (hasDocument()) { - if (!getDocument().equals(other.getDocument())) return false; + if (!getDocument() + .equals(other.getDocument())) return false; } - if (!getTargetIdsList().equals(other.getTargetIdsList())) return false; - if (!getRemovedTargetIdsList().equals(other.getRemovedTargetIdsList())) return false; + if (!getTargetIdsList() + .equals(other.getTargetIdsList())) return false; + if (!getRemovedTargetIdsList() + .equals(other.getRemovedTargetIdsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -346,104 +306,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.DocumentChange parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.DocumentChange parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.DocumentChange parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.DocumentChange parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.DocumentChange parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.DocumentChange parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.DocumentChange parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.DocumentChange parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.DocumentChange parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.v1.DocumentChange parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.DocumentChange parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.DocumentChange parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.DocumentChange parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.DocumentChange prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A [Document][google.firestore.v1.Document] has changed.
    *
@@ -457,23 +412,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.DocumentChange}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.DocumentChange)
       com.google.firestore.v1.DocumentChangeOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.WriteProto
-          .internal_static_google_firestore_v1_DocumentChange_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentChange_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.WriteProto
-          .internal_static_google_firestore_v1_DocumentChange_fieldAccessorTable
+      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentChange_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.DocumentChange.class,
-              com.google.firestore.v1.DocumentChange.Builder.class);
+              com.google.firestore.v1.DocumentChange.class, com.google.firestore.v1.DocumentChange.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.DocumentChange.newBuilder()
@@ -481,17 +434,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getDocumentFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -507,9 +460,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.WriteProto
-          .internal_static_google_firestore_v1_DocumentChange_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentChange_descriptor;
     }
 
     @java.lang.Override
@@ -528,11 +481,8 @@ public com.google.firestore.v1.DocumentChange build() {
 
     @java.lang.Override
     public com.google.firestore.v1.DocumentChange buildPartial() {
-      com.google.firestore.v1.DocumentChange result =
-          new com.google.firestore.v1.DocumentChange(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.DocumentChange result = new com.google.firestore.v1.DocumentChange(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -541,7 +491,9 @@ private void buildPartial0(com.google.firestore.v1.DocumentChange result) {
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.document_ = documentBuilder_ == null ? document_ : documentBuilder_.build();
+        result.document_ = documentBuilder_ == null
+            ? document_
+            : documentBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
@@ -559,39 +511,38 @@ private void buildPartial0(com.google.firestore.v1.DocumentChange result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.DocumentChange) {
-        return mergeFrom((com.google.firestore.v1.DocumentChange) other);
+        return mergeFrom((com.google.firestore.v1.DocumentChange)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -651,55 +602,51 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getDocumentFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 40:
-              {
-                int v = input.readInt32();
-                ensureTargetIdsIsMutable();
-                targetIds_.addInt(v);
-                break;
-              } // case 40
-            case 42:
-              {
-                int length = input.readRawVarint32();
-                int limit = input.pushLimit(length);
-                ensureTargetIdsIsMutable();
-                while (input.getBytesUntilLimit() > 0) {
-                  targetIds_.addInt(input.readInt32());
-                }
-                input.popLimit(limit);
-                break;
-              } // case 42
-            case 48:
-              {
-                int v = input.readInt32();
-                ensureRemovedTargetIdsIsMutable();
-                removedTargetIds_.addInt(v);
-                break;
-              } // case 48
-            case 50:
-              {
-                int length = input.readRawVarint32();
-                int limit = input.pushLimit(length);
-                ensureRemovedTargetIdsIsMutable();
-                while (input.getBytesUntilLimit() > 0) {
-                  removedTargetIds_.addInt(input.readInt32());
-                }
-                input.popLimit(limit);
-                break;
-              } // case 50
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getDocumentFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 40: {
+              int v = input.readInt32();
+              ensureTargetIdsIsMutable();
+              targetIds_.addInt(v);
+              break;
+            } // case 40
+            case 42: {
+              int length = input.readRawVarint32();
+              int limit = input.pushLimit(length);
+              ensureTargetIdsIsMutable();
+              while (input.getBytesUntilLimit() > 0) {
+                targetIds_.addInt(input.readInt32());
+              }
+              input.popLimit(limit);
+              break;
+            } // case 42
+            case 48: {
+              int v = input.readInt32();
+              ensureRemovedTargetIdsIsMutable();
+              removedTargetIds_.addInt(v);
+              break;
+            } // case 48
+            case 50: {
+              int length = input.readRawVarint32();
+              int limit = input.pushLimit(length);
+              ensureRemovedTargetIdsIsMutable();
+              while (input.getBytesUntilLimit() > 0) {
+                removedTargetIds_.addInt(input.readInt32());
+              }
+              input.popLimit(limit);
+              break;
+            } // case 50
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -709,18 +656,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.firestore.v1.Document document_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Document,
-            com.google.firestore.v1.Document.Builder,
-            com.google.firestore.v1.DocumentOrBuilder>
-        documentBuilder_;
+        com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> documentBuilder_;
     /**
-     *
-     *
      * 
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -728,15 +669,12 @@ public Builder mergeFrom(
      * 
* * .google.firestore.v1.Document document = 1; - * * @return Whether the document field is set. */ public boolean hasDocument() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -744,21 +682,16 @@ public boolean hasDocument() {
      * 
* * .google.firestore.v1.Document document = 1; - * * @return The document. */ public com.google.firestore.v1.Document getDocument() { if (documentBuilder_ == null) { - return document_ == null - ? com.google.firestore.v1.Document.getDefaultInstance() - : document_; + return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; } else { return documentBuilder_.getMessage(); } } /** - * - * *
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -781,8 +714,6 @@ public Builder setDocument(com.google.firestore.v1.Document value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -791,7 +722,8 @@ public Builder setDocument(com.google.firestore.v1.Document value) {
      *
      * .google.firestore.v1.Document document = 1;
      */
-    public Builder setDocument(com.google.firestore.v1.Document.Builder builderForValue) {
+    public Builder setDocument(
+        com.google.firestore.v1.Document.Builder builderForValue) {
       if (documentBuilder_ == null) {
         document_ = builderForValue.build();
       } else {
@@ -802,8 +734,6 @@ public Builder setDocument(com.google.firestore.v1.Document.Builder builderForVa
       return this;
     }
     /**
-     *
-     *
      * 
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -814,9 +744,9 @@ public Builder setDocument(com.google.firestore.v1.Document.Builder builderForVa
      */
     public Builder mergeDocument(com.google.firestore.v1.Document value) {
       if (documentBuilder_ == null) {
-        if (((bitField0_ & 0x00000001) != 0)
-            && document_ != null
-            && document_ != com.google.firestore.v1.Document.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000001) != 0) &&
+          document_ != null &&
+          document_ != com.google.firestore.v1.Document.getDefaultInstance()) {
           getDocumentBuilder().mergeFrom(value);
         } else {
           document_ = value;
@@ -831,8 +761,6 @@ public Builder mergeDocument(com.google.firestore.v1.Document value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -852,8 +780,6 @@ public Builder clearDocument() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -868,8 +794,6 @@ public com.google.firestore.v1.Document.Builder getDocumentBuilder() {
       return getDocumentFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -882,14 +806,11 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
       if (documentBuilder_ != null) {
         return documentBuilder_.getMessageOrBuilder();
       } else {
-        return document_ == null
-            ? com.google.firestore.v1.Document.getDefaultInstance()
-            : document_;
+        return document_ == null ?
+            com.google.firestore.v1.Document.getDefaultInstance() : document_;
       }
     }
     /**
-     *
-     *
      * 
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -899,24 +820,20 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
      * .google.firestore.v1.Document document = 1;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Document,
-            com.google.firestore.v1.Document.Builder,
-            com.google.firestore.v1.DocumentOrBuilder>
+        com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> 
         getDocumentFieldBuilder() {
       if (documentBuilder_ == null) {
-        documentBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.Document,
-                com.google.firestore.v1.Document.Builder,
-                com.google.firestore.v1.DocumentOrBuilder>(
-                getDocument(), getParentForChildren(), isClean());
+        documentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>(
+                getDocument(),
+                getParentForChildren(),
+                isClean());
         document_ = null;
       }
       return documentBuilder_;
     }
 
     private com.google.protobuf.Internal.IntList targetIds_ = emptyIntList();
-
     private void ensureTargetIdsIsMutable() {
       if (!targetIds_.isModifiable()) {
         targetIds_ = makeMutableCopy(targetIds_);
@@ -924,43 +841,35 @@ private void ensureTargetIdsIsMutable() {
       bitField0_ |= 0x00000002;
     }
     /**
-     *
-     *
      * 
      * A set of target IDs of targets that match this document.
      * 
* * repeated int32 target_ids = 5; - * * @return A list containing the targetIds. */ - public java.util.List getTargetIdsList() { + public java.util.List + getTargetIdsList() { targetIds_.makeImmutable(); return targetIds_; } /** - * - * *
      * A set of target IDs of targets that match this document.
      * 
* * repeated int32 target_ids = 5; - * * @return The count of targetIds. */ public int getTargetIdsCount() { return targetIds_.size(); } /** - * - * *
      * A set of target IDs of targets that match this document.
      * 
* * repeated int32 target_ids = 5; - * * @param index The index of the element to return. * @return The targetIds at the given index. */ @@ -968,19 +877,17 @@ public int getTargetIds(int index) { return targetIds_.getInt(index); } /** - * - * *
      * A set of target IDs of targets that match this document.
      * 
* * repeated int32 target_ids = 5; - * * @param index The index to set the value at. * @param value The targetIds to set. * @return This builder for chaining. */ - public Builder setTargetIds(int index, int value) { + public Builder setTargetIds( + int index, int value) { ensureTargetIdsIsMutable(); targetIds_.setInt(index, value); @@ -989,14 +896,11 @@ public Builder setTargetIds(int index, int value) { return this; } /** - * - * *
      * A set of target IDs of targets that match this document.
      * 
* * repeated int32 target_ids = 5; - * * @param value The targetIds to add. * @return This builder for chaining. */ @@ -1009,33 +913,29 @@ public Builder addTargetIds(int value) { return this; } /** - * - * *
      * A set of target IDs of targets that match this document.
      * 
* * repeated int32 target_ids = 5; - * * @param values The targetIds to add. * @return This builder for chaining. */ - public Builder addAllTargetIds(java.lang.Iterable values) { + public Builder addAllTargetIds( + java.lang.Iterable values) { ensureTargetIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, targetIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, targetIds_); bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * A set of target IDs of targets that match this document.
      * 
* * repeated int32 target_ids = 5; - * * @return This builder for chaining. */ public Builder clearTargetIds() { @@ -1046,7 +946,6 @@ public Builder clearTargetIds() { } private com.google.protobuf.Internal.IntList removedTargetIds_ = emptyIntList(); - private void ensureRemovedTargetIdsIsMutable() { if (!removedTargetIds_.isModifiable()) { removedTargetIds_ = makeMutableCopy(removedTargetIds_); @@ -1054,43 +953,35 @@ private void ensureRemovedTargetIdsIsMutable() { bitField0_ |= 0x00000004; } /** - * - * *
      * A set of target IDs for targets that no longer match this document.
      * 
* * repeated int32 removed_target_ids = 6; - * * @return A list containing the removedTargetIds. */ - public java.util.List getRemovedTargetIdsList() { + public java.util.List + getRemovedTargetIdsList() { removedTargetIds_.makeImmutable(); return removedTargetIds_; } /** - * - * *
      * A set of target IDs for targets that no longer match this document.
      * 
* * repeated int32 removed_target_ids = 6; - * * @return The count of removedTargetIds. */ public int getRemovedTargetIdsCount() { return removedTargetIds_.size(); } /** - * - * *
      * A set of target IDs for targets that no longer match this document.
      * 
* * repeated int32 removed_target_ids = 6; - * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ @@ -1098,19 +989,17 @@ public int getRemovedTargetIds(int index) { return removedTargetIds_.getInt(index); } /** - * - * *
      * A set of target IDs for targets that no longer match this document.
      * 
* * repeated int32 removed_target_ids = 6; - * * @param index The index to set the value at. * @param value The removedTargetIds to set. * @return This builder for chaining. */ - public Builder setRemovedTargetIds(int index, int value) { + public Builder setRemovedTargetIds( + int index, int value) { ensureRemovedTargetIdsIsMutable(); removedTargetIds_.setInt(index, value); @@ -1119,14 +1008,11 @@ public Builder setRemovedTargetIds(int index, int value) { return this; } /** - * - * *
      * A set of target IDs for targets that no longer match this document.
      * 
* * repeated int32 removed_target_ids = 6; - * * @param value The removedTargetIds to add. * @return This builder for chaining. */ @@ -1139,33 +1025,29 @@ public Builder addRemovedTargetIds(int value) { return this; } /** - * - * *
      * A set of target IDs for targets that no longer match this document.
      * 
* * repeated int32 removed_target_ids = 6; - * * @param values The removedTargetIds to add. * @return This builder for chaining. */ - public Builder addAllRemovedTargetIds(java.lang.Iterable values) { + public Builder addAllRemovedTargetIds( + java.lang.Iterable values) { ensureRemovedTargetIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, removedTargetIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, removedTargetIds_); bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * A set of target IDs for targets that no longer match this document.
      * 
* * repeated int32 removed_target_ids = 6; - * * @return This builder for chaining. */ public Builder clearRemovedTargetIds() { @@ -1174,9 +1056,9 @@ public Builder clearRemovedTargetIds() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1186,12 +1068,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.DocumentChange) } // @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentChange) private static final com.google.firestore.v1.DocumentChange DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.DocumentChange(); } @@ -1200,27 +1082,27 @@ public static com.google.firestore.v1.DocumentChange getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DocumentChange parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DocumentChange parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1235,4 +1117,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.DocumentChange getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChangeOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChangeOrBuilder.java similarity index 78% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChangeOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChangeOrBuilder.java index 8c0e0e4f7..3826ded35 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChangeOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChangeOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/write.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface DocumentChangeOrBuilder - extends +public interface DocumentChangeOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.DocumentChange) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The new state of the [Document][google.firestore.v1.Document].
    *
@@ -34,13 +16,10 @@ public interface DocumentChangeOrBuilder
    * 
* * .google.firestore.v1.Document document = 1; - * * @return Whether the document field is set. */ boolean hasDocument(); /** - * - * *
    * The new state of the [Document][google.firestore.v1.Document].
    *
@@ -48,13 +27,10 @@ public interface DocumentChangeOrBuilder
    * 
* * .google.firestore.v1.Document document = 1; - * * @return The document. */ com.google.firestore.v1.Document getDocument(); /** - * - * *
    * The new state of the [Document][google.firestore.v1.Document].
    *
@@ -66,76 +42,58 @@ public interface DocumentChangeOrBuilder
   com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder();
 
   /**
-   *
-   *
    * 
    * A set of target IDs of targets that match this document.
    * 
* * repeated int32 target_ids = 5; - * * @return A list containing the targetIds. */ java.util.List getTargetIdsList(); /** - * - * *
    * A set of target IDs of targets that match this document.
    * 
* * repeated int32 target_ids = 5; - * * @return The count of targetIds. */ int getTargetIdsCount(); /** - * - * *
    * A set of target IDs of targets that match this document.
    * 
* * repeated int32 target_ids = 5; - * * @param index The index of the element to return. * @return The targetIds at the given index. */ int getTargetIds(int index); /** - * - * *
    * A set of target IDs for targets that no longer match this document.
    * 
* * repeated int32 removed_target_ids = 6; - * * @return A list containing the removedTargetIds. */ java.util.List getRemovedTargetIdsList(); /** - * - * *
    * A set of target IDs for targets that no longer match this document.
    * 
* * repeated int32 removed_target_ids = 6; - * * @return The count of removedTargetIds. */ int getRemovedTargetIdsCount(); /** - * - * *
    * A set of target IDs for targets that no longer match this document.
    * 
* * repeated int32 removed_target_ids = 6; - * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDelete.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDelete.java similarity index 72% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDelete.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDelete.java index 1e307774e..89cc16ab5 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDelete.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDelete.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/write.proto @@ -20,8 +5,6 @@ package com.google.firestore.v1; /** - * - * *
  * A [Document][google.firestore.v1.Document] has been deleted.
  *
@@ -35,16 +18,15 @@
  *
  * Protobuf type {@code google.firestore.v1.DocumentDelete}
  */
-public final class DocumentDelete extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DocumentDelete extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.DocumentDelete)
     DocumentDeleteOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DocumentDelete.newBuilder() to construct.
   private DocumentDelete(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private DocumentDelete() {
     document_ = "";
     removedTargetIds_ = emptyIntList();
@@ -52,40 +34,35 @@ private DocumentDelete() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new DocumentDelete();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.WriteProto
-        .internal_static_google_firestore_v1_DocumentDelete_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentDelete_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.WriteProto
-        .internal_static_google_firestore_v1_DocumentDelete_fieldAccessorTable
+    return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentDelete_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.DocumentDelete.class,
-            com.google.firestore.v1.DocumentDelete.Builder.class);
+            com.google.firestore.v1.DocumentDelete.class, com.google.firestore.v1.DocumentDelete.Builder.class);
   }
 
   private int bitField0_;
   public static final int DOCUMENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object document_ = "";
   /**
-   *
-   *
    * 
    * The resource name of the [Document][google.firestore.v1.Document] that was
    * deleted.
    * 
* * string document = 1; - * * @return The document. */ @java.lang.Override @@ -94,30 +71,30 @@ public java.lang.String getDocument() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); document_ = s; return s; } } /** - * - * *
    * The resource name of the [Document][google.firestore.v1.Document] that was
    * deleted.
    * 
* * string document = 1; - * * @return The bytes for document. */ @java.lang.Override - public com.google.protobuf.ByteString getDocumentBytes() { + public com.google.protobuf.ByteString + getDocumentBytes() { java.lang.Object ref = document_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); document_ = b; return b; } else { @@ -126,61 +103,50 @@ public com.google.protobuf.ByteString getDocumentBytes() { } public static final int REMOVED_TARGET_IDS_FIELD_NUMBER = 6; - @SuppressWarnings("serial") - private com.google.protobuf.Internal.IntList removedTargetIds_ = emptyIntList(); + private com.google.protobuf.Internal.IntList removedTargetIds_ = + emptyIntList(); /** - * - * *
    * A set of target IDs for targets that previously matched this entity.
    * 
* * repeated int32 removed_target_ids = 6; - * * @return A list containing the removedTargetIds. */ @java.lang.Override - public java.util.List getRemovedTargetIdsList() { + public java.util.List + getRemovedTargetIdsList() { return removedTargetIds_; } /** - * - * *
    * A set of target IDs for targets that previously matched this entity.
    * 
* * repeated int32 removed_target_ids = 6; - * * @return The count of removedTargetIds. */ public int getRemovedTargetIdsCount() { return removedTargetIds_.size(); } /** - * - * *
    * A set of target IDs for targets that previously matched this entity.
    * 
* * repeated int32 removed_target_ids = 6; - * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ public int getRemovedTargetIds(int index) { return removedTargetIds_.getInt(index); } - private int removedTargetIdsMemoizedSerializedSize = -1; public static final int READ_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp readTime_; /** - * - * *
    * The read timestamp at which the delete was observed.
    *
@@ -188,7 +154,6 @@ public int getRemovedTargetIds(int index) {
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -196,8 +161,6 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The read timestamp at which the delete was observed.
    *
@@ -205,7 +168,6 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return The readTime. */ @java.lang.Override @@ -213,8 +175,6 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** - * - * *
    * The read timestamp at which the delete was observed.
    *
@@ -229,7 +189,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -241,7 +200,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     getSerializedSize();
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(document_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, document_);
@@ -269,19 +229,20 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, document_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getReadTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(4, getReadTime());
     }
     {
       int dataSize = 0;
       for (int i = 0; i < removedTargetIds_.size(); i++) {
-        dataSize +=
-            com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(
-                removedTargetIds_.getInt(i));
+        dataSize += com.google.protobuf.CodedOutputStream
+          .computeInt32SizeNoTag(removedTargetIds_.getInt(i));
       }
       size += dataSize;
       if (!getRemovedTargetIdsList().isEmpty()) {
         size += 1;
-        size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
+        size += com.google.protobuf.CodedOutputStream
+            .computeInt32SizeNoTag(dataSize);
       }
       removedTargetIdsMemoizedSerializedSize = dataSize;
     }
@@ -293,18 +254,21 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.DocumentDelete)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.DocumentDelete other = (com.google.firestore.v1.DocumentDelete) obj;
 
-    if (!getDocument().equals(other.getDocument())) return false;
-    if (!getRemovedTargetIdsList().equals(other.getRemovedTargetIdsList())) return false;
+    if (!getDocument()
+        .equals(other.getDocument())) return false;
+    if (!getRemovedTargetIdsList()
+        .equals(other.getRemovedTargetIdsList())) return false;
     if (hasReadTime() != other.hasReadTime()) return false;
     if (hasReadTime()) {
-      if (!getReadTime().equals(other.getReadTime())) return false;
+      if (!getReadTime()
+          .equals(other.getReadTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -332,104 +296,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.DocumentDelete parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.DocumentDelete parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.DocumentDelete parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.DocumentDelete parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.DocumentDelete parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.DocumentDelete parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.DocumentDelete parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.DocumentDelete parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.DocumentDelete parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.DocumentDelete parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.DocumentDelete parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.DocumentDelete parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.DocumentDelete parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.DocumentDelete prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * A [Document][google.firestore.v1.Document] has been deleted.
    *
@@ -443,23 +402,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.DocumentDelete}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.DocumentDelete)
       com.google.firestore.v1.DocumentDeleteOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.WriteProto
-          .internal_static_google_firestore_v1_DocumentDelete_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentDelete_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.WriteProto
-          .internal_static_google_firestore_v1_DocumentDelete_fieldAccessorTable
+      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentDelete_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.DocumentDelete.class,
-              com.google.firestore.v1.DocumentDelete.Builder.class);
+              com.google.firestore.v1.DocumentDelete.class, com.google.firestore.v1.DocumentDelete.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.DocumentDelete.newBuilder()
@@ -467,17 +424,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getReadTimeFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -493,9 +450,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.WriteProto
-          .internal_static_google_firestore_v1_DocumentDelete_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentDelete_descriptor;
     }
 
     @java.lang.Override
@@ -514,11 +471,8 @@ public com.google.firestore.v1.DocumentDelete build() {
 
     @java.lang.Override
     public com.google.firestore.v1.DocumentDelete buildPartial() {
-      com.google.firestore.v1.DocumentDelete result =
-          new com.google.firestore.v1.DocumentDelete(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.DocumentDelete result = new com.google.firestore.v1.DocumentDelete(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -534,7 +488,9 @@ private void buildPartial0(com.google.firestore.v1.DocumentDelete result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build();
+        result.readTime_ = readTimeBuilder_ == null
+            ? readTime_
+            : readTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -544,39 +500,38 @@ private void buildPartial0(com.google.firestore.v1.DocumentDelete result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.DocumentDelete) {
-        return mergeFrom((com.google.firestore.v1.DocumentDelete) other);
+        return mergeFrom((com.google.firestore.v1.DocumentDelete)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -630,43 +585,40 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                document_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 34:
-              {
-                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 34
-            case 48:
-              {
-                int v = input.readInt32();
-                ensureRemovedTargetIdsIsMutable();
-                removedTargetIds_.addInt(v);
-                break;
-              } // case 48
-            case 50:
-              {
-                int length = input.readRawVarint32();
-                int limit = input.pushLimit(length);
-                ensureRemovedTargetIdsIsMutable();
-                while (input.getBytesUntilLimit() > 0) {
-                  removedTargetIds_.addInt(input.readInt32());
-                }
-                input.popLimit(limit);
-                break;
-              } // case 50
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              document_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 34: {
+              input.readMessage(
+                  getReadTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 34
+            case 48: {
+              int v = input.readInt32();
+              ensureRemovedTargetIdsIsMutable();
+              removedTargetIds_.addInt(v);
+              break;
+            } // case 48
+            case 50: {
+              int length = input.readRawVarint32();
+              int limit = input.pushLimit(length);
+              ensureRemovedTargetIdsIsMutable();
+              while (input.getBytesUntilLimit() > 0) {
+                removedTargetIds_.addInt(input.readInt32());
+              }
+              input.popLimit(limit);
+              break;
+            } // case 50
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -676,26 +628,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object document_ = "";
     /**
-     *
-     *
      * 
      * The resource name of the [Document][google.firestore.v1.Document] that was
      * deleted.
      * 
* * string document = 1; - * * @return The document. */ public java.lang.String getDocument() { java.lang.Object ref = document_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); document_ = s; return s; @@ -704,22 +653,21 @@ public java.lang.String getDocument() { } } /** - * - * *
      * The resource name of the [Document][google.firestore.v1.Document] that was
      * deleted.
      * 
* * string document = 1; - * * @return The bytes for document. */ - public com.google.protobuf.ByteString getDocumentBytes() { + public com.google.protobuf.ByteString + getDocumentBytes() { java.lang.Object ref = document_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); document_ = b; return b; } else { @@ -727,37 +675,30 @@ public com.google.protobuf.ByteString getDocumentBytes() { } } /** - * - * *
      * The resource name of the [Document][google.firestore.v1.Document] that was
      * deleted.
      * 
* * string document = 1; - * * @param value The document to set. * @return This builder for chaining. */ - public Builder setDocument(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDocument( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } document_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The resource name of the [Document][google.firestore.v1.Document] that was
      * deleted.
      * 
* * string document = 1; - * * @return This builder for chaining. */ public Builder clearDocument() { @@ -767,22 +708,18 @@ public Builder clearDocument() { return this; } /** - * - * *
      * The resource name of the [Document][google.firestore.v1.Document] that was
      * deleted.
      * 
* * string document = 1; - * * @param value The bytes for document to set. * @return This builder for chaining. */ - public Builder setDocumentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDocumentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); document_ = value; bitField0_ |= 0x00000001; @@ -791,7 +728,6 @@ public Builder setDocumentBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.Internal.IntList removedTargetIds_ = emptyIntList(); - private void ensureRemovedTargetIdsIsMutable() { if (!removedTargetIds_.isModifiable()) { removedTargetIds_ = makeMutableCopy(removedTargetIds_); @@ -799,43 +735,35 @@ private void ensureRemovedTargetIdsIsMutable() { bitField0_ |= 0x00000002; } /** - * - * *
      * A set of target IDs for targets that previously matched this entity.
      * 
* * repeated int32 removed_target_ids = 6; - * * @return A list containing the removedTargetIds. */ - public java.util.List getRemovedTargetIdsList() { + public java.util.List + getRemovedTargetIdsList() { removedTargetIds_.makeImmutable(); return removedTargetIds_; } /** - * - * *
      * A set of target IDs for targets that previously matched this entity.
      * 
* * repeated int32 removed_target_ids = 6; - * * @return The count of removedTargetIds. */ public int getRemovedTargetIdsCount() { return removedTargetIds_.size(); } /** - * - * *
      * A set of target IDs for targets that previously matched this entity.
      * 
* * repeated int32 removed_target_ids = 6; - * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ @@ -843,19 +771,17 @@ public int getRemovedTargetIds(int index) { return removedTargetIds_.getInt(index); } /** - * - * *
      * A set of target IDs for targets that previously matched this entity.
      * 
* * repeated int32 removed_target_ids = 6; - * * @param index The index to set the value at. * @param value The removedTargetIds to set. * @return This builder for chaining. */ - public Builder setRemovedTargetIds(int index, int value) { + public Builder setRemovedTargetIds( + int index, int value) { ensureRemovedTargetIdsIsMutable(); removedTargetIds_.setInt(index, value); @@ -864,14 +790,11 @@ public Builder setRemovedTargetIds(int index, int value) { return this; } /** - * - * *
      * A set of target IDs for targets that previously matched this entity.
      * 
* * repeated int32 removed_target_ids = 6; - * * @param value The removedTargetIds to add. * @return This builder for chaining. */ @@ -884,33 +807,29 @@ public Builder addRemovedTargetIds(int value) { return this; } /** - * - * *
      * A set of target IDs for targets that previously matched this entity.
      * 
* * repeated int32 removed_target_ids = 6; - * * @param values The removedTargetIds to add. * @return This builder for chaining. */ - public Builder addAllRemovedTargetIds(java.lang.Iterable values) { + public Builder addAllRemovedTargetIds( + java.lang.Iterable values) { ensureRemovedTargetIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, removedTargetIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, removedTargetIds_); bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * A set of target IDs for targets that previously matched this entity.
      * 
* * repeated int32 removed_target_ids = 6; - * * @return This builder for chaining. */ public Builder clearRemovedTargetIds() { @@ -922,13 +841,8 @@ public Builder clearRemovedTargetIds() { private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - readTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; /** - * - * *
      * The read timestamp at which the delete was observed.
      *
@@ -936,15 +850,12 @@ public Builder clearRemovedTargetIds() {
      * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * The read timestamp at which the delete was observed.
      *
@@ -952,7 +863,6 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -963,8 +873,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * The read timestamp at which the delete was observed.
      *
@@ -987,8 +895,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The read timestamp at which the delete was observed.
      *
@@ -997,7 +903,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 4;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         readTime_ = builderForValue.build();
       } else {
@@ -1008,8 +915,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * The read timestamp at which the delete was observed.
      *
@@ -1020,9 +925,9 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0)
-            && readTime_ != null
-            && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0) &&
+          readTime_ != null &&
+          readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getReadTimeBuilder().mergeFrom(value);
         } else {
           readTime_ = value;
@@ -1037,8 +942,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The read timestamp at which the delete was observed.
      *
@@ -1058,8 +961,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The read timestamp at which the delete was observed.
      *
@@ -1074,8 +975,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The read timestamp at which the delete was observed.
      *
@@ -1088,12 +987,11 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (readTimeBuilder_ != null) {
         return readTimeBuilder_.getMessageOrBuilder();
       } else {
-        return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
+        return readTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The read timestamp at which the delete was observed.
      *
@@ -1103,24 +1001,21 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getReadTime(), getParentForChildren(), isClean());
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getReadTime(),
+                getParentForChildren(),
+                isClean());
         readTime_ = null;
       }
       return readTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1130,12 +1025,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.DocumentDelete)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentDelete)
   private static final com.google.firestore.v1.DocumentDelete DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.DocumentDelete();
   }
@@ -1144,27 +1039,27 @@ public static com.google.firestore.v1.DocumentDelete getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public DocumentDelete parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public DocumentDelete parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1179,4 +1074,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.DocumentDelete getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDeleteOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDeleteOrBuilder.java
similarity index 75%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDeleteOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDeleteOrBuilder.java
index 58d03a61f..5d070b63d 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDeleteOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDeleteOrBuilder.java
@@ -1,97 +1,65 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface DocumentDeleteOrBuilder
-    extends
+public interface DocumentDeleteOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.DocumentDelete)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The resource name of the [Document][google.firestore.v1.Document] that was
    * deleted.
    * 
* * string document = 1; - * * @return The document. */ java.lang.String getDocument(); /** - * - * *
    * The resource name of the [Document][google.firestore.v1.Document] that was
    * deleted.
    * 
* * string document = 1; - * * @return The bytes for document. */ - com.google.protobuf.ByteString getDocumentBytes(); + com.google.protobuf.ByteString + getDocumentBytes(); /** - * - * *
    * A set of target IDs for targets that previously matched this entity.
    * 
* * repeated int32 removed_target_ids = 6; - * * @return A list containing the removedTargetIds. */ java.util.List getRemovedTargetIdsList(); /** - * - * *
    * A set of target IDs for targets that previously matched this entity.
    * 
* * repeated int32 removed_target_ids = 6; - * * @return The count of removedTargetIds. */ int getRemovedTargetIdsCount(); /** - * - * *
    * A set of target IDs for targets that previously matched this entity.
    * 
* * repeated int32 removed_target_ids = 6; - * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ int getRemovedTargetIds(int index); /** - * - * *
    * The read timestamp at which the delete was observed.
    *
@@ -99,13 +67,10 @@ public interface DocumentDeleteOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * The read timestamp at which the delete was observed.
    *
@@ -113,13 +78,10 @@ public interface DocumentDeleteOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * The read timestamp at which the delete was observed.
    *
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMask.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMask.java
similarity index 69%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMask.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMask.java
index c627aa6c1..98a43e3c6 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMask.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMask.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/common.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * A set of field paths on a document.
  * Used to restrict a get or update operation on a document to a subset of its
@@ -33,49 +16,45 @@
  *
  * Protobuf type {@code google.firestore.v1.DocumentMask}
  */
-public final class DocumentMask extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DocumentMask extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.DocumentMask)
     DocumentMaskOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DocumentMask.newBuilder() to construct.
   private DocumentMask(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private DocumentMask() {
-    fieldPaths_ = com.google.protobuf.LazyStringArrayList.emptyList();
+    fieldPaths_ =
+        com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new DocumentMask();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.CommonProto
-        .internal_static_google_firestore_v1_DocumentMask_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_DocumentMask_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.CommonProto
-        .internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable
+    return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.DocumentMask.class,
-            com.google.firestore.v1.DocumentMask.Builder.class);
+            com.google.firestore.v1.DocumentMask.class, com.google.firestore.v1.DocumentMask.Builder.class);
   }
 
   public static final int FIELD_PATHS_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private com.google.protobuf.LazyStringArrayList fieldPaths_ =
       com.google.protobuf.LazyStringArrayList.emptyList();
   /**
-   *
-   *
    * 
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -83,15 +62,13 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * repeated string field_paths = 1; - * * @return A list containing the fieldPaths. */ - public com.google.protobuf.ProtocolStringList getFieldPathsList() { + public com.google.protobuf.ProtocolStringList + getFieldPathsList() { return fieldPaths_; } /** - * - * *
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -99,15 +76,12 @@ public com.google.protobuf.ProtocolStringList getFieldPathsList() {
    * 
* * repeated string field_paths = 1; - * * @return The count of fieldPaths. */ public int getFieldPathsCount() { return fieldPaths_.size(); } /** - * - * *
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -115,7 +89,6 @@ public int getFieldPathsCount() {
    * 
* * repeated string field_paths = 1; - * * @param index The index of the element to return. * @return The fieldPaths at the given index. */ @@ -123,8 +96,6 @@ public java.lang.String getFieldPaths(int index) { return fieldPaths_.get(index); } /** - * - * *
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -132,16 +103,15 @@ public java.lang.String getFieldPaths(int index) {
    * 
* * repeated string field_paths = 1; - * * @param index The index of the value to return. * @return The bytes of the fieldPaths at the given index. */ - public com.google.protobuf.ByteString getFieldPathsBytes(int index) { + public com.google.protobuf.ByteString + getFieldPathsBytes(int index) { return fieldPaths_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -153,7 +123,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < fieldPaths_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, fieldPaths_.getRaw(i)); } @@ -182,14 +153,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.DocumentMask)) { return super.equals(obj); } com.google.firestore.v1.DocumentMask other = (com.google.firestore.v1.DocumentMask) obj; - if (!getFieldPathsList().equals(other.getFieldPathsList())) return false; + if (!getFieldPathsList() + .equals(other.getFieldPathsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -210,103 +182,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.DocumentMask parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.DocumentMask parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.DocumentMask parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.DocumentMask parseFrom(com.google.protobuf.ByteString data) + public static com.google.firestore.v1.DocumentMask parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.DocumentMask parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.DocumentMask parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.DocumentMask parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.DocumentMask parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.DocumentMask parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.v1.DocumentMask parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.DocumentMask parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.DocumentMask parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.DocumentMask parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.DocumentMask prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A set of field paths on a document.
    * Used to restrict a get or update operation on a document to a subset of its
@@ -318,44 +286,46 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.DocumentMask}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.DocumentMask)
       com.google.firestore.v1.DocumentMaskOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.CommonProto
-          .internal_static_google_firestore_v1_DocumentMask_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_DocumentMask_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.CommonProto
-          .internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable
+      return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.DocumentMask.class,
-              com.google.firestore.v1.DocumentMask.Builder.class);
+              com.google.firestore.v1.DocumentMask.class, com.google.firestore.v1.DocumentMask.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.DocumentMask.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
       bitField0_ = 0;
-      fieldPaths_ = com.google.protobuf.LazyStringArrayList.emptyList();
+      fieldPaths_ =
+          com.google.protobuf.LazyStringArrayList.emptyList();
       return this;
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.CommonProto
-          .internal_static_google_firestore_v1_DocumentMask_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_DocumentMask_descriptor;
     }
 
     @java.lang.Override
@@ -375,9 +345,7 @@ public com.google.firestore.v1.DocumentMask build() {
     @java.lang.Override
     public com.google.firestore.v1.DocumentMask buildPartial() {
       com.google.firestore.v1.DocumentMask result = new com.google.firestore.v1.DocumentMask(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -394,39 +362,38 @@ private void buildPartial0(com.google.firestore.v1.DocumentMask result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.DocumentMask) {
-        return mergeFrom((com.google.firestore.v1.DocumentMask) other);
+        return mergeFrom((com.google.firestore.v1.DocumentMask)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -471,20 +438,18 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureFieldPathsIsMutable();
-                fieldPaths_.add(s);
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureFieldPathsIsMutable();
+              fieldPaths_.add(s);
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -494,12 +459,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.protobuf.LazyStringArrayList fieldPaths_ =
         com.google.protobuf.LazyStringArrayList.emptyList();
-
     private void ensureFieldPathsIsMutable() {
       if (!fieldPaths_.isModifiable()) {
         fieldPaths_ = new com.google.protobuf.LazyStringArrayList(fieldPaths_);
@@ -507,8 +470,6 @@ private void ensureFieldPathsIsMutable() {
       bitField0_ |= 0x00000001;
     }
     /**
-     *
-     *
      * 
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -516,16 +477,14 @@ private void ensureFieldPathsIsMutable() {
      * 
* * repeated string field_paths = 1; - * * @return A list containing the fieldPaths. */ - public com.google.protobuf.ProtocolStringList getFieldPathsList() { + public com.google.protobuf.ProtocolStringList + getFieldPathsList() { fieldPaths_.makeImmutable(); return fieldPaths_; } /** - * - * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -533,15 +492,12 @@ public com.google.protobuf.ProtocolStringList getFieldPathsList() {
      * 
* * repeated string field_paths = 1; - * * @return The count of fieldPaths. */ public int getFieldPathsCount() { return fieldPaths_.size(); } /** - * - * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -549,7 +505,6 @@ public int getFieldPathsCount() {
      * 
* * repeated string field_paths = 1; - * * @param index The index of the element to return. * @return The fieldPaths at the given index. */ @@ -557,8 +512,6 @@ public java.lang.String getFieldPaths(int index) { return fieldPaths_.get(index); } /** - * - * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -566,16 +519,14 @@ public java.lang.String getFieldPaths(int index) {
      * 
* * repeated string field_paths = 1; - * * @param index The index of the value to return. * @return The bytes of the fieldPaths at the given index. */ - public com.google.protobuf.ByteString getFieldPathsBytes(int index) { + public com.google.protobuf.ByteString + getFieldPathsBytes(int index) { return fieldPaths_.getByteString(index); } /** - * - * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -583,15 +534,13 @@ public com.google.protobuf.ByteString getFieldPathsBytes(int index) {
      * 
* * repeated string field_paths = 1; - * * @param index The index to set the value at. * @param value The fieldPaths to set. * @return This builder for chaining. */ - public Builder setFieldPaths(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFieldPaths( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureFieldPathsIsMutable(); fieldPaths_.set(index, value); bitField0_ |= 0x00000001; @@ -599,8 +548,6 @@ public Builder setFieldPaths(int index, java.lang.String value) { return this; } /** - * - * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -608,14 +555,12 @@ public Builder setFieldPaths(int index, java.lang.String value) {
      * 
* * repeated string field_paths = 1; - * * @param value The fieldPaths to add. * @return This builder for chaining. */ - public Builder addFieldPaths(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addFieldPaths( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureFieldPathsIsMutable(); fieldPaths_.add(value); bitField0_ |= 0x00000001; @@ -623,8 +568,6 @@ public Builder addFieldPaths(java.lang.String value) { return this; } /** - * - * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -632,20 +575,19 @@ public Builder addFieldPaths(java.lang.String value) {
      * 
* * repeated string field_paths = 1; - * * @param values The fieldPaths to add. * @return This builder for chaining. */ - public Builder addAllFieldPaths(java.lang.Iterable values) { + public Builder addAllFieldPaths( + java.lang.Iterable values) { ensureFieldPathsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, fieldPaths_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, fieldPaths_); bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -653,19 +595,16 @@ public Builder addAllFieldPaths(java.lang.Iterable values) {
      * 
* * repeated string field_paths = 1; - * * @return This builder for chaining. */ public Builder clearFieldPaths() { - fieldPaths_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - ; + fieldPaths_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001);; onChanged(); return this; } /** - * - * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -673,14 +612,12 @@ public Builder clearFieldPaths() {
      * 
* * repeated string field_paths = 1; - * * @param value The bytes of the fieldPaths to add. * @return This builder for chaining. */ - public Builder addFieldPathsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addFieldPathsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureFieldPathsIsMutable(); fieldPaths_.add(value); @@ -688,9 +625,9 @@ public Builder addFieldPathsBytes(com.google.protobuf.ByteString value) { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -700,12 +637,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.DocumentMask) } // @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentMask) private static final com.google.firestore.v1.DocumentMask DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.DocumentMask(); } @@ -714,27 +651,27 @@ public static com.google.firestore.v1.DocumentMask getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DocumentMask parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DocumentMask parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -749,4 +686,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.DocumentMask getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMaskOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMaskOrBuilder.java similarity index 66% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMaskOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMaskOrBuilder.java index b36e4924e..8b43732d4 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMaskOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMaskOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/common.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface DocumentMaskOrBuilder - extends +public interface DocumentMaskOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.DocumentMask) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -34,13 +16,11 @@ public interface DocumentMaskOrBuilder
    * 
* * repeated string field_paths = 1; - * * @return A list containing the fieldPaths. */ - java.util.List getFieldPathsList(); + java.util.List + getFieldPathsList(); /** - * - * *
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -48,13 +28,10 @@ public interface DocumentMaskOrBuilder
    * 
* * repeated string field_paths = 1; - * * @return The count of fieldPaths. */ int getFieldPathsCount(); /** - * - * *
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -62,14 +39,11 @@ public interface DocumentMaskOrBuilder
    * 
* * repeated string field_paths = 1; - * * @param index The index of the element to return. * @return The fieldPaths at the given index. */ java.lang.String getFieldPaths(int index); /** - * - * *
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -77,9 +51,9 @@ public interface DocumentMaskOrBuilder
    * 
* * repeated string field_paths = 1; - * * @param index The index of the value to return. * @return The bytes of the fieldPaths at the given index. */ - com.google.protobuf.ByteString getFieldPathsBytes(int index); + com.google.protobuf.ByteString + getFieldPathsBytes(int index); } diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentOrBuilder.java similarity index 90% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentOrBuilder.java index 57d52cd65..1efc0d40d 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentOrBuilder.java @@ -1,59 +1,36 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/document.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface DocumentOrBuilder - extends +public interface DocumentOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.Document) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The resource name of the document, for example
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * The resource name of the document, for example
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The document's fields.
    *
@@ -85,8 +62,6 @@ public interface DocumentOrBuilder
    */
   int getFieldsCount();
   /**
-   *
-   *
    * 
    * The document's fields.
    *
@@ -116,13 +91,15 @@ public interface DocumentOrBuilder
    *
    * map<string, .google.firestore.v1.Value> fields = 2;
    */
-  boolean containsFields(java.lang.String key);
-  /** Use {@link #getFieldsMap()} instead. */
+  boolean containsFields(
+      java.lang.String key);
+  /**
+   * Use {@link #getFieldsMap()} instead.
+   */
   @java.lang.Deprecated
-  java.util.Map getFields();
+  java.util.Map
+  getFields();
   /**
-   *
-   *
    * 
    * The document's fields.
    *
@@ -152,10 +129,9 @@ public interface DocumentOrBuilder
    *
    * map<string, .google.firestore.v1.Value> fields = 2;
    */
-  java.util.Map getFieldsMap();
+  java.util.Map
+  getFieldsMap();
   /**
-   *
-   *
    * 
    * The document's fields.
    *
@@ -186,13 +162,11 @@ public interface DocumentOrBuilder
    * map<string, .google.firestore.v1.Value> fields = 2;
    */
   /* nullable */
-  com.google.firestore.v1.Value getFieldsOrDefault(
+com.google.firestore.v1.Value getFieldsOrDefault(
       java.lang.String key,
       /* nullable */
-      com.google.firestore.v1.Value defaultValue);
+com.google.firestore.v1.Value defaultValue);
   /**
-   *
-   *
    * 
    * The document's fields.
    *
@@ -222,11 +196,10 @@ com.google.firestore.v1.Value getFieldsOrDefault(
    *
    * map<string, .google.firestore.v1.Value> fields = 2;
    */
-  com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key);
+  com.google.firestore.v1.Value getFieldsOrThrow(
+      java.lang.String key);
 
   /**
-   *
-   *
    * 
    * Output only. The time at which the document was created.
    *
@@ -236,13 +209,10 @@ com.google.firestore.v1.Value getFieldsOrDefault(
    * 
* * .google.protobuf.Timestamp create_time = 3; - * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** - * - * *
    * Output only. The time at which the document was created.
    *
@@ -252,13 +222,10 @@ com.google.firestore.v1.Value getFieldsOrDefault(
    * 
* * .google.protobuf.Timestamp create_time = 3; - * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** - * - * *
    * Output only. The time at which the document was created.
    *
@@ -272,8 +239,6 @@ com.google.firestore.v1.Value getFieldsOrDefault(
   com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
 
   /**
-   *
-   *
    * 
    * Output only. The time at which the document was last changed.
    *
@@ -283,13 +248,10 @@ com.google.firestore.v1.Value getFieldsOrDefault(
    * 
* * .google.protobuf.Timestamp update_time = 4; - * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** - * - * *
    * Output only. The time at which the document was last changed.
    *
@@ -299,13 +261,10 @@ com.google.firestore.v1.Value getFieldsOrDefault(
    * 
* * .google.protobuf.Timestamp update_time = 4; - * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** - * - * *
    * Output only. The time at which the document was last changed.
    *
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java
new file mode 100644
index 000000000..65230bcf5
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java
@@ -0,0 +1,139 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/v1/document.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.v1;
+
+public final class DocumentProto {
+  private DocumentProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_Document_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_Document_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_Document_FieldsEntry_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_Document_FieldsEntry_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_Value_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_Value_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_ArrayValue_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_MapValue_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_MapValue_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_MapValue_FieldsEntry_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\"google/firestore/v1/document.proto\022\023go" +
+      "ogle.firestore.v1\032\034google/protobuf/struc" +
+      "t.proto\032\037google/protobuf/timestamp.proto" +
+      "\032\030google/type/latlng.proto\"\200\002\n\010Document\022" +
+      "\014\n\004name\030\001 \001(\t\0229\n\006fields\030\002 \003(\0132).google.f" +
+      "irestore.v1.Document.FieldsEntry\022/\n\013crea" +
+      "te_time\030\003 \001(\0132\032.google.protobuf.Timestam" +
+      "p\022/\n\013update_time\030\004 \001(\0132\032.google.protobuf" +
+      ".Timestamp\032I\n\013FieldsEntry\022\013\n\003key\030\001 \001(\t\022)" +
+      "\n\005value\030\002 \001(\0132\032.google.firestore.v1.Valu" +
+      "e:\0028\001\"\256\003\n\005Value\0220\n\nnull_value\030\013 \001(\0162\032.go" +
+      "ogle.protobuf.NullValueH\000\022\027\n\rboolean_val" +
+      "ue\030\001 \001(\010H\000\022\027\n\rinteger_value\030\002 \001(\003H\000\022\026\n\014d" +
+      "ouble_value\030\003 \001(\001H\000\0225\n\017timestamp_value\030\n" +
+      " \001(\0132\032.google.protobuf.TimestampH\000\022\026\n\014st" +
+      "ring_value\030\021 \001(\tH\000\022\025\n\013bytes_value\030\022 \001(\014H" +
+      "\000\022\031\n\017reference_value\030\005 \001(\tH\000\022.\n\017geo_poin" +
+      "t_value\030\010 \001(\0132\023.google.type.LatLngH\000\0226\n\013" +
+      "array_value\030\t \001(\0132\037.google.firestore.v1." +
+      "ArrayValueH\000\0222\n\tmap_value\030\006 \001(\0132\035.google" +
+      ".firestore.v1.MapValueH\000B\014\n\nvalue_type\"8" +
+      "\n\nArrayValue\022*\n\006values\030\001 \003(\0132\032.google.fi" +
+      "restore.v1.Value\"\220\001\n\010MapValue\0229\n\006fields\030" +
+      "\001 \003(\0132).google.firestore.v1.MapValue.Fie" +
+      "ldsEntry\032I\n\013FieldsEntry\022\013\n\003key\030\001 \001(\t\022)\n\005" +
+      "value\030\002 \001(\0132\032.google.firestore.v1.Value:" +
+      "\0028\001B\305\001\n\027com.google.firestore.v1B\rDocumen" +
+      "tProtoP\001Z;cloud.google.com/go/firestore/" +
+      "apiv1/firestorepb;firestorepb\242\002\004GCFS\252\002\031G" +
+      "oogle.Cloud.Firestore.V1\312\002\031Google\\Cloud\\" +
+      "Firestore\\V1\352\002\034Google::Cloud::Firestore:" +
+      ":V1b\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+          com.google.protobuf.StructProto.getDescriptor(),
+          com.google.protobuf.TimestampProto.getDescriptor(),
+          com.google.type.LatLngProto.getDescriptor(),
+        });
+    internal_static_google_firestore_v1_Document_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_v1_Document_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_Document_descriptor,
+        new java.lang.String[] { "Name", "Fields", "CreateTime", "UpdateTime", });
+    internal_static_google_firestore_v1_Document_FieldsEntry_descriptor =
+      internal_static_google_firestore_v1_Document_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_v1_Document_FieldsEntry_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_Document_FieldsEntry_descriptor,
+        new java.lang.String[] { "Key", "Value", });
+    internal_static_google_firestore_v1_Value_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_firestore_v1_Value_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_Value_descriptor,
+        new java.lang.String[] { "NullValue", "BooleanValue", "IntegerValue", "DoubleValue", "TimestampValue", "StringValue", "BytesValue", "ReferenceValue", "GeoPointValue", "ArrayValue", "MapValue", "ValueType", });
+    internal_static_google_firestore_v1_ArrayValue_descriptor =
+      getDescriptor().getMessageTypes().get(2);
+    internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_ArrayValue_descriptor,
+        new java.lang.String[] { "Values", });
+    internal_static_google_firestore_v1_MapValue_descriptor =
+      getDescriptor().getMessageTypes().get(3);
+    internal_static_google_firestore_v1_MapValue_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_MapValue_descriptor,
+        new java.lang.String[] { "Fields", });
+    internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor =
+      internal_static_google_firestore_v1_MapValue_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_v1_MapValue_FieldsEntry_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor,
+        new java.lang.String[] { "Key", "Value", });
+    com.google.protobuf.StructProto.getDescriptor();
+    com.google.protobuf.TimestampProto.getDescriptor();
+    com.google.type.LatLngProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemove.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemove.java
similarity index 73%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemove.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemove.java
index 22a11396c..cb68b0534 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemove.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemove.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * A [Document][google.firestore.v1.Document] has been removed from the view of
  * the targets.
@@ -37,16 +20,15 @@
  *
  * Protobuf type {@code google.firestore.v1.DocumentRemove}
  */
-public final class DocumentRemove extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DocumentRemove extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.DocumentRemove)
     DocumentRemoveOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DocumentRemove.newBuilder() to construct.
   private DocumentRemove(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private DocumentRemove() {
     document_ = "";
     removedTargetIds_ = emptyIntList();
@@ -54,40 +36,35 @@ private DocumentRemove() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new DocumentRemove();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.WriteProto
-        .internal_static_google_firestore_v1_DocumentRemove_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentRemove_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.WriteProto
-        .internal_static_google_firestore_v1_DocumentRemove_fieldAccessorTable
+    return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentRemove_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.DocumentRemove.class,
-            com.google.firestore.v1.DocumentRemove.Builder.class);
+            com.google.firestore.v1.DocumentRemove.class, com.google.firestore.v1.DocumentRemove.Builder.class);
   }
 
   private int bitField0_;
   public static final int DOCUMENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object document_ = "";
   /**
-   *
-   *
    * 
    * The resource name of the [Document][google.firestore.v1.Document] that has
    * gone out of view.
    * 
* * string document = 1; - * * @return The document. */ @java.lang.Override @@ -96,30 +73,30 @@ public java.lang.String getDocument() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); document_ = s; return s; } } /** - * - * *
    * The resource name of the [Document][google.firestore.v1.Document] that has
    * gone out of view.
    * 
* * string document = 1; - * * @return The bytes for document. */ @java.lang.Override - public com.google.protobuf.ByteString getDocumentBytes() { + public com.google.protobuf.ByteString + getDocumentBytes() { java.lang.Object ref = document_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); document_ = b; return b; } else { @@ -128,61 +105,50 @@ public com.google.protobuf.ByteString getDocumentBytes() { } public static final int REMOVED_TARGET_IDS_FIELD_NUMBER = 2; - @SuppressWarnings("serial") - private com.google.protobuf.Internal.IntList removedTargetIds_ = emptyIntList(); + private com.google.protobuf.Internal.IntList removedTargetIds_ = + emptyIntList(); /** - * - * *
    * A set of target IDs for targets that previously matched this document.
    * 
* * repeated int32 removed_target_ids = 2; - * * @return A list containing the removedTargetIds. */ @java.lang.Override - public java.util.List getRemovedTargetIdsList() { + public java.util.List + getRemovedTargetIdsList() { return removedTargetIds_; } /** - * - * *
    * A set of target IDs for targets that previously matched this document.
    * 
* * repeated int32 removed_target_ids = 2; - * * @return The count of removedTargetIds. */ public int getRemovedTargetIdsCount() { return removedTargetIds_.size(); } /** - * - * *
    * A set of target IDs for targets that previously matched this document.
    * 
* * repeated int32 removed_target_ids = 2; - * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ public int getRemovedTargetIds(int index) { return removedTargetIds_.getInt(index); } - private int removedTargetIdsMemoizedSerializedSize = -1; public static final int READ_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp readTime_; /** - * - * *
    * The read timestamp at which the remove was observed.
    *
@@ -190,7 +156,6 @@ public int getRemovedTargetIds(int index) {
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -198,8 +163,6 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The read timestamp at which the remove was observed.
    *
@@ -207,7 +170,6 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return The readTime. */ @java.lang.Override @@ -215,8 +177,6 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** - * - * *
    * The read timestamp at which the remove was observed.
    *
@@ -231,7 +191,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -243,7 +202,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     getSerializedSize();
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(document_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, document_);
@@ -273,19 +233,20 @@ public int getSerializedSize() {
     {
       int dataSize = 0;
       for (int i = 0; i < removedTargetIds_.size(); i++) {
-        dataSize +=
-            com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(
-                removedTargetIds_.getInt(i));
+        dataSize += com.google.protobuf.CodedOutputStream
+          .computeInt32SizeNoTag(removedTargetIds_.getInt(i));
       }
       size += dataSize;
       if (!getRemovedTargetIdsList().isEmpty()) {
         size += 1;
-        size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
+        size += com.google.protobuf.CodedOutputStream
+            .computeInt32SizeNoTag(dataSize);
       }
       removedTargetIdsMemoizedSerializedSize = dataSize;
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getReadTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(4, getReadTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -295,18 +256,21 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.DocumentRemove)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.DocumentRemove other = (com.google.firestore.v1.DocumentRemove) obj;
 
-    if (!getDocument().equals(other.getDocument())) return false;
-    if (!getRemovedTargetIdsList().equals(other.getRemovedTargetIdsList())) return false;
+    if (!getDocument()
+        .equals(other.getDocument())) return false;
+    if (!getRemovedTargetIdsList()
+        .equals(other.getRemovedTargetIdsList())) return false;
     if (hasReadTime() != other.hasReadTime()) return false;
     if (hasReadTime()) {
-      if (!getReadTime().equals(other.getReadTime())) return false;
+      if (!getReadTime()
+          .equals(other.getReadTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -334,104 +298,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.DocumentRemove parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.DocumentRemove parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.DocumentRemove parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.DocumentRemove parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.DocumentRemove parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.DocumentRemove parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.DocumentRemove parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.DocumentRemove parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.DocumentRemove parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.DocumentRemove parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.DocumentRemove parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.DocumentRemove parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.DocumentRemove parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.DocumentRemove prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * A [Document][google.firestore.v1.Document] has been removed from the view of
    * the targets.
@@ -447,23 +406,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.DocumentRemove}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.DocumentRemove)
       com.google.firestore.v1.DocumentRemoveOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.WriteProto
-          .internal_static_google_firestore_v1_DocumentRemove_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentRemove_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.WriteProto
-          .internal_static_google_firestore_v1_DocumentRemove_fieldAccessorTable
+      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentRemove_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.DocumentRemove.class,
-              com.google.firestore.v1.DocumentRemove.Builder.class);
+              com.google.firestore.v1.DocumentRemove.class, com.google.firestore.v1.DocumentRemove.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.DocumentRemove.newBuilder()
@@ -471,17 +428,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getReadTimeFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -497,9 +454,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.WriteProto
-          .internal_static_google_firestore_v1_DocumentRemove_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentRemove_descriptor;
     }
 
     @java.lang.Override
@@ -518,11 +475,8 @@ public com.google.firestore.v1.DocumentRemove build() {
 
     @java.lang.Override
     public com.google.firestore.v1.DocumentRemove buildPartial() {
-      com.google.firestore.v1.DocumentRemove result =
-          new com.google.firestore.v1.DocumentRemove(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.DocumentRemove result = new com.google.firestore.v1.DocumentRemove(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -538,7 +492,9 @@ private void buildPartial0(com.google.firestore.v1.DocumentRemove result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build();
+        result.readTime_ = readTimeBuilder_ == null
+            ? readTime_
+            : readTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -548,39 +504,38 @@ private void buildPartial0(com.google.firestore.v1.DocumentRemove result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.DocumentRemove) {
-        return mergeFrom((com.google.firestore.v1.DocumentRemove) other);
+        return mergeFrom((com.google.firestore.v1.DocumentRemove)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -634,43 +589,40 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                document_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 16:
-              {
-                int v = input.readInt32();
-                ensureRemovedTargetIdsIsMutable();
-                removedTargetIds_.addInt(v);
-                break;
-              } // case 16
-            case 18:
-              {
-                int length = input.readRawVarint32();
-                int limit = input.pushLimit(length);
-                ensureRemovedTargetIdsIsMutable();
-                while (input.getBytesUntilLimit() > 0) {
-                  removedTargetIds_.addInt(input.readInt32());
-                }
-                input.popLimit(limit);
-                break;
-              } // case 18
-            case 34:
-              {
-                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 34
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              document_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 16: {
+              int v = input.readInt32();
+              ensureRemovedTargetIdsIsMutable();
+              removedTargetIds_.addInt(v);
+              break;
+            } // case 16
+            case 18: {
+              int length = input.readRawVarint32();
+              int limit = input.pushLimit(length);
+              ensureRemovedTargetIdsIsMutable();
+              while (input.getBytesUntilLimit() > 0) {
+                removedTargetIds_.addInt(input.readInt32());
+              }
+              input.popLimit(limit);
+              break;
+            } // case 18
+            case 34: {
+              input.readMessage(
+                  getReadTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 34
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -680,26 +632,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object document_ = "";
     /**
-     *
-     *
      * 
      * The resource name of the [Document][google.firestore.v1.Document] that has
      * gone out of view.
      * 
* * string document = 1; - * * @return The document. */ public java.lang.String getDocument() { java.lang.Object ref = document_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); document_ = s; return s; @@ -708,22 +657,21 @@ public java.lang.String getDocument() { } } /** - * - * *
      * The resource name of the [Document][google.firestore.v1.Document] that has
      * gone out of view.
      * 
* * string document = 1; - * * @return The bytes for document. */ - public com.google.protobuf.ByteString getDocumentBytes() { + public com.google.protobuf.ByteString + getDocumentBytes() { java.lang.Object ref = document_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); document_ = b; return b; } else { @@ -731,37 +679,30 @@ public com.google.protobuf.ByteString getDocumentBytes() { } } /** - * - * *
      * The resource name of the [Document][google.firestore.v1.Document] that has
      * gone out of view.
      * 
* * string document = 1; - * * @param value The document to set. * @return This builder for chaining. */ - public Builder setDocument(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDocument( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } document_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The resource name of the [Document][google.firestore.v1.Document] that has
      * gone out of view.
      * 
* * string document = 1; - * * @return This builder for chaining. */ public Builder clearDocument() { @@ -771,22 +712,18 @@ public Builder clearDocument() { return this; } /** - * - * *
      * The resource name of the [Document][google.firestore.v1.Document] that has
      * gone out of view.
      * 
* * string document = 1; - * * @param value The bytes for document to set. * @return This builder for chaining. */ - public Builder setDocumentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDocumentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); document_ = value; bitField0_ |= 0x00000001; @@ -795,7 +732,6 @@ public Builder setDocumentBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.Internal.IntList removedTargetIds_ = emptyIntList(); - private void ensureRemovedTargetIdsIsMutable() { if (!removedTargetIds_.isModifiable()) { removedTargetIds_ = makeMutableCopy(removedTargetIds_); @@ -803,43 +739,35 @@ private void ensureRemovedTargetIdsIsMutable() { bitField0_ |= 0x00000002; } /** - * - * *
      * A set of target IDs for targets that previously matched this document.
      * 
* * repeated int32 removed_target_ids = 2; - * * @return A list containing the removedTargetIds. */ - public java.util.List getRemovedTargetIdsList() { + public java.util.List + getRemovedTargetIdsList() { removedTargetIds_.makeImmutable(); return removedTargetIds_; } /** - * - * *
      * A set of target IDs for targets that previously matched this document.
      * 
* * repeated int32 removed_target_ids = 2; - * * @return The count of removedTargetIds. */ public int getRemovedTargetIdsCount() { return removedTargetIds_.size(); } /** - * - * *
      * A set of target IDs for targets that previously matched this document.
      * 
* * repeated int32 removed_target_ids = 2; - * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ @@ -847,19 +775,17 @@ public int getRemovedTargetIds(int index) { return removedTargetIds_.getInt(index); } /** - * - * *
      * A set of target IDs for targets that previously matched this document.
      * 
* * repeated int32 removed_target_ids = 2; - * * @param index The index to set the value at. * @param value The removedTargetIds to set. * @return This builder for chaining. */ - public Builder setRemovedTargetIds(int index, int value) { + public Builder setRemovedTargetIds( + int index, int value) { ensureRemovedTargetIdsIsMutable(); removedTargetIds_.setInt(index, value); @@ -868,14 +794,11 @@ public Builder setRemovedTargetIds(int index, int value) { return this; } /** - * - * *
      * A set of target IDs for targets that previously matched this document.
      * 
* * repeated int32 removed_target_ids = 2; - * * @param value The removedTargetIds to add. * @return This builder for chaining. */ @@ -888,33 +811,29 @@ public Builder addRemovedTargetIds(int value) { return this; } /** - * - * *
      * A set of target IDs for targets that previously matched this document.
      * 
* * repeated int32 removed_target_ids = 2; - * * @param values The removedTargetIds to add. * @return This builder for chaining. */ - public Builder addAllRemovedTargetIds(java.lang.Iterable values) { + public Builder addAllRemovedTargetIds( + java.lang.Iterable values) { ensureRemovedTargetIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, removedTargetIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, removedTargetIds_); bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * A set of target IDs for targets that previously matched this document.
      * 
* * repeated int32 removed_target_ids = 2; - * * @return This builder for chaining. */ public Builder clearRemovedTargetIds() { @@ -926,13 +845,8 @@ public Builder clearRemovedTargetIds() { private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - readTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; /** - * - * *
      * The read timestamp at which the remove was observed.
      *
@@ -940,15 +854,12 @@ public Builder clearRemovedTargetIds() {
      * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * The read timestamp at which the remove was observed.
      *
@@ -956,7 +867,6 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -967,8 +877,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * The read timestamp at which the remove was observed.
      *
@@ -991,8 +899,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The read timestamp at which the remove was observed.
      *
@@ -1001,7 +907,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 4;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         readTime_ = builderForValue.build();
       } else {
@@ -1012,8 +919,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * The read timestamp at which the remove was observed.
      *
@@ -1024,9 +929,9 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0)
-            && readTime_ != null
-            && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0) &&
+          readTime_ != null &&
+          readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getReadTimeBuilder().mergeFrom(value);
         } else {
           readTime_ = value;
@@ -1041,8 +946,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The read timestamp at which the remove was observed.
      *
@@ -1062,8 +965,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The read timestamp at which the remove was observed.
      *
@@ -1078,8 +979,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The read timestamp at which the remove was observed.
      *
@@ -1092,12 +991,11 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (readTimeBuilder_ != null) {
         return readTimeBuilder_.getMessageOrBuilder();
       } else {
-        return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
+        return readTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The read timestamp at which the remove was observed.
      *
@@ -1107,24 +1005,21 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getReadTime(), getParentForChildren(), isClean());
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getReadTime(),
+                getParentForChildren(),
+                isClean());
         readTime_ = null;
       }
       return readTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1134,12 +1029,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.DocumentRemove)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentRemove)
   private static final com.google.firestore.v1.DocumentRemove DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.DocumentRemove();
   }
@@ -1148,27 +1043,27 @@ public static com.google.firestore.v1.DocumentRemove getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public DocumentRemove parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public DocumentRemove parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1183,4 +1078,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.DocumentRemove getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemoveOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemoveOrBuilder.java
similarity index 75%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemoveOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemoveOrBuilder.java
index e541eb5a0..f7025a23c 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemoveOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemoveOrBuilder.java
@@ -1,97 +1,65 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface DocumentRemoveOrBuilder
-    extends
+public interface DocumentRemoveOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.DocumentRemove)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The resource name of the [Document][google.firestore.v1.Document] that has
    * gone out of view.
    * 
* * string document = 1; - * * @return The document. */ java.lang.String getDocument(); /** - * - * *
    * The resource name of the [Document][google.firestore.v1.Document] that has
    * gone out of view.
    * 
* * string document = 1; - * * @return The bytes for document. */ - com.google.protobuf.ByteString getDocumentBytes(); + com.google.protobuf.ByteString + getDocumentBytes(); /** - * - * *
    * A set of target IDs for targets that previously matched this document.
    * 
* * repeated int32 removed_target_ids = 2; - * * @return A list containing the removedTargetIds. */ java.util.List getRemovedTargetIdsList(); /** - * - * *
    * A set of target IDs for targets that previously matched this document.
    * 
* * repeated int32 removed_target_ids = 2; - * * @return The count of removedTargetIds. */ int getRemovedTargetIdsCount(); /** - * - * *
    * A set of target IDs for targets that previously matched this document.
    * 
* * repeated int32 removed_target_ids = 2; - * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ int getRemovedTargetIds(int index); /** - * - * *
    * The read timestamp at which the remove was observed.
    *
@@ -99,13 +67,10 @@ public interface DocumentRemoveOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * The read timestamp at which the remove was observed.
    *
@@ -113,13 +78,10 @@ public interface DocumentRemoveOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * The read timestamp at which the remove was observed.
    *
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransform.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransform.java
similarity index 80%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransform.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransform.java
index 35b0fc9b0..aae3f9803 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransform.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransform.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
@@ -20,24 +5,21 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * A transformation of a document.
  * 
* * Protobuf type {@code google.firestore.v1.DocumentTransform} */ -public final class DocumentTransform extends com.google.protobuf.GeneratedMessageV3 - implements +public final class DocumentTransform extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.DocumentTransform) DocumentTransformOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use DocumentTransform.newBuilder() to construct. private DocumentTransform(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private DocumentTransform() { document_ = ""; fieldTransforms_ = java.util.Collections.emptyList(); @@ -45,33 +27,29 @@ private DocumentTransform() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new DocumentTransform(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_DocumentTransform_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_DocumentTransform_fieldAccessorTable + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.DocumentTransform.class, - com.google.firestore.v1.DocumentTransform.Builder.class); + com.google.firestore.v1.DocumentTransform.class, com.google.firestore.v1.DocumentTransform.Builder.class); } - public interface FieldTransformOrBuilder - extends + public interface FieldTransformOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.DocumentTransform.FieldTransform) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The path of the field. See
      * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -79,13 +57,10 @@ public interface FieldTransformOrBuilder
      * 
* * string field_path = 1; - * * @return The fieldPath. */ java.lang.String getFieldPath(); /** - * - * *
      * The path of the field. See
      * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -93,57 +68,40 @@ public interface FieldTransformOrBuilder
      * 
* * string field_path = 1; - * * @return The bytes for fieldPath. */ - com.google.protobuf.ByteString getFieldPathBytes(); + com.google.protobuf.ByteString + getFieldPathBytes(); /** - * - * *
      * Sets the field to the given server value.
      * 
* - * - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; - * - * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; * @return Whether the setToServerValue field is set. */ boolean hasSetToServerValue(); /** - * - * *
      * Sets the field to the given server value.
      * 
* - * - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; - * - * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; * @return The enum numeric value on the wire for setToServerValue. */ int getSetToServerValueValue(); /** - * - * *
      * Sets the field to the given server value.
      * 
* - * - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; - * - * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; * @return The setToServerValue. */ com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue getSetToServerValue(); /** - * - * *
      * Adds the given value to the field's current value.
      *
@@ -158,13 +116,10 @@ public interface FieldTransformOrBuilder
      * 
* * .google.firestore.v1.Value increment = 3; - * * @return Whether the increment field is set. */ boolean hasIncrement(); /** - * - * *
      * Adds the given value to the field's current value.
      *
@@ -179,13 +134,10 @@ public interface FieldTransformOrBuilder
      * 
* * .google.firestore.v1.Value increment = 3; - * * @return The increment. */ com.google.firestore.v1.Value getIncrement(); /** - * - * *
      * Adds the given value to the field's current value.
      *
@@ -204,8 +156,6 @@ public interface FieldTransformOrBuilder
     com.google.firestore.v1.ValueOrBuilder getIncrementOrBuilder();
 
     /**
-     *
-     *
      * 
      * Sets the field to the maximum of its current value and the given value.
      *
@@ -222,13 +172,10 @@ public interface FieldTransformOrBuilder
      * 
* * .google.firestore.v1.Value maximum = 4; - * * @return Whether the maximum field is set. */ boolean hasMaximum(); /** - * - * *
      * Sets the field to the maximum of its current value and the given value.
      *
@@ -245,13 +192,10 @@ public interface FieldTransformOrBuilder
      * 
* * .google.firestore.v1.Value maximum = 4; - * * @return The maximum. */ com.google.firestore.v1.Value getMaximum(); /** - * - * *
      * Sets the field to the maximum of its current value and the given value.
      *
@@ -272,8 +216,6 @@ public interface FieldTransformOrBuilder
     com.google.firestore.v1.ValueOrBuilder getMaximumOrBuilder();
 
     /**
-     *
-     *
      * 
      * Sets the field to the minimum of its current value and the given value.
      *
@@ -290,13 +232,10 @@ public interface FieldTransformOrBuilder
      * 
* * .google.firestore.v1.Value minimum = 5; - * * @return Whether the minimum field is set. */ boolean hasMinimum(); /** - * - * *
      * Sets the field to the minimum of its current value and the given value.
      *
@@ -313,13 +252,10 @@ public interface FieldTransformOrBuilder
      * 
* * .google.firestore.v1.Value minimum = 5; - * * @return The minimum. */ com.google.firestore.v1.Value getMinimum(); /** - * - * *
      * Sets the field to the minimum of its current value and the given value.
      *
@@ -340,8 +276,6 @@ public interface FieldTransformOrBuilder
     com.google.firestore.v1.ValueOrBuilder getMinimumOrBuilder();
 
     /**
-     *
-     *
      * 
      * Append the given elements in order if they are not already present in
      * the current field value.
@@ -358,13 +292,10 @@ public interface FieldTransformOrBuilder
      * 
* * .google.firestore.v1.ArrayValue append_missing_elements = 6; - * * @return Whether the appendMissingElements field is set. */ boolean hasAppendMissingElements(); /** - * - * *
      * Append the given elements in order if they are not already present in
      * the current field value.
@@ -381,13 +312,10 @@ public interface FieldTransformOrBuilder
      * 
* * .google.firestore.v1.ArrayValue append_missing_elements = 6; - * * @return The appendMissingElements. */ com.google.firestore.v1.ArrayValue getAppendMissingElements(); /** - * - * *
      * Append the given elements in order if they are not already present in
      * the current field value.
@@ -408,8 +336,6 @@ public interface FieldTransformOrBuilder
     com.google.firestore.v1.ArrayValueOrBuilder getAppendMissingElementsOrBuilder();
 
     /**
-     *
-     *
      * 
      * Remove all of the given elements from the array in the field.
      * If the field is not an array, or if the field does not yet exist, it is
@@ -424,13 +350,10 @@ public interface FieldTransformOrBuilder
      * 
* * .google.firestore.v1.ArrayValue remove_all_from_array = 7; - * * @return Whether the removeAllFromArray field is set. */ boolean hasRemoveAllFromArray(); /** - * - * *
      * Remove all of the given elements from the array in the field.
      * If the field is not an array, or if the field does not yet exist, it is
@@ -445,13 +368,10 @@ public interface FieldTransformOrBuilder
      * 
* * .google.firestore.v1.ArrayValue remove_all_from_array = 7; - * * @return The removeAllFromArray. */ com.google.firestore.v1.ArrayValue getRemoveAllFromArray(); /** - * - * *
      * Remove all of the given elements from the array in the field.
      * If the field is not an array, or if the field does not yet exist, it is
@@ -469,66 +389,58 @@ public interface FieldTransformOrBuilder
      */
     com.google.firestore.v1.ArrayValueOrBuilder getRemoveAllFromArrayOrBuilder();
 
-    com.google.firestore.v1.DocumentTransform.FieldTransform.TransformTypeCase
-        getTransformTypeCase();
+    com.google.firestore.v1.DocumentTransform.FieldTransform.TransformTypeCase getTransformTypeCase();
   }
   /**
-   *
-   *
    * 
    * A transformation of a field of the document.
    * 
* * Protobuf type {@code google.firestore.v1.DocumentTransform.FieldTransform} */ - public static final class FieldTransform extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class FieldTransform extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.DocumentTransform.FieldTransform) FieldTransformOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use FieldTransform.newBuilder() to construct. private FieldTransform(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private FieldTransform() { fieldPath_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new FieldTransform(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_DocumentTransform_FieldTransform_fieldAccessorTable + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_FieldTransform_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.DocumentTransform.FieldTransform.class, - com.google.firestore.v1.DocumentTransform.FieldTransform.Builder.class); + com.google.firestore.v1.DocumentTransform.FieldTransform.class, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder.class); } /** - * - * *
      * A value that is calculated by the server.
      * 
* * Protobuf enum {@code google.firestore.v1.DocumentTransform.FieldTransform.ServerValue} */ - public enum ServerValue implements com.google.protobuf.ProtocolMessageEnum { + public enum ServerValue + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
        * Unspecified. This value must not be used.
        * 
@@ -537,8 +449,6 @@ public enum ServerValue implements com.google.protobuf.ProtocolMessageEnum { */ SERVER_VALUE_UNSPECIFIED(0), /** - * - * *
        * The time at which the server processed the request, with millisecond
        * precision. If used on multiple fields (same or different documents) in
@@ -552,8 +462,6 @@ public enum ServerValue implements com.google.protobuf.ProtocolMessageEnum {
       ;
 
       /**
-       *
-       *
        * 
        * Unspecified. This value must not be used.
        * 
@@ -562,8 +470,6 @@ public enum ServerValue implements com.google.protobuf.ProtocolMessageEnum { */ public static final int SERVER_VALUE_UNSPECIFIED_VALUE = 0; /** - * - * *
        * The time at which the server processed the request, with millisecond
        * precision. If used on multiple fields (same or different documents) in
@@ -574,6 +480,7 @@ public enum ServerValue implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int REQUEST_TIME_VALUE = 1;
 
+
       public final int getNumber() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalArgumentException(
@@ -598,49 +505,48 @@ public static ServerValue valueOf(int value) {
        */
       public static ServerValue forNumber(int value) {
         switch (value) {
-          case 0:
-            return SERVER_VALUE_UNSPECIFIED;
-          case 1:
-            return REQUEST_TIME;
-          default:
-            return null;
+          case 0: return SERVER_VALUE_UNSPECIFIED;
+          case 1: return REQUEST_TIME;
+          default: return null;
         }
       }
 
-      public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+      public static com.google.protobuf.Internal.EnumLiteMap
+          internalGetValueMap() {
         return internalValueMap;
       }
+      private static final com.google.protobuf.Internal.EnumLiteMap<
+          ServerValue> internalValueMap =
+            new com.google.protobuf.Internal.EnumLiteMap() {
+              public ServerValue findValueByNumber(int number) {
+                return ServerValue.forNumber(number);
+              }
+            };
 
-      private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public ServerValue findValueByNumber(int number) {
-              return ServerValue.forNumber(number);
-            }
-          };
-
-      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+      public final com.google.protobuf.Descriptors.EnumValueDescriptor
+          getValueDescriptor() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalStateException(
               "Can't get the descriptor of an unrecognized enum value.");
         }
         return getDescriptor().getValues().get(ordinal());
       }
-
-      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+      public final com.google.protobuf.Descriptors.EnumDescriptor
+          getDescriptorForType() {
         return getDescriptor();
       }
-
-      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
-        return com.google.firestore.v1.DocumentTransform.FieldTransform.getDescriptor()
-            .getEnumTypes()
-            .get(0);
+      public static final com.google.protobuf.Descriptors.EnumDescriptor
+          getDescriptor() {
+        return com.google.firestore.v1.DocumentTransform.FieldTransform.getDescriptor().getEnumTypes().get(0);
       }
 
       private static final ServerValue[] VALUES = values();
 
-      public static ServerValue valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+      public static ServerValue valueOf(
+          com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
         if (desc.getType() != getDescriptor()) {
-          throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+          throw new java.lang.IllegalArgumentException(
+            "EnumValueDescriptor is not for this type.");
         }
         if (desc.getIndex() == -1) {
           return UNRECOGNIZED;
@@ -658,13 +564,10 @@ private ServerValue(int value) {
     }
 
     private int transformTypeCase_ = 0;
-
     @SuppressWarnings("serial")
     private java.lang.Object transformType_;
-
     public enum TransformTypeCase
-        implements
-            com.google.protobuf.Internal.EnumLite,
+        implements com.google.protobuf.Internal.EnumLite,
             com.google.protobuf.AbstractMessage.InternalOneOfEnum {
       SET_TO_SERVER_VALUE(2),
       INCREMENT(3),
@@ -674,7 +577,6 @@ public enum TransformTypeCase
       REMOVE_ALL_FROM_ARRAY(7),
       TRANSFORMTYPE_NOT_SET(0);
       private final int value;
-
       private TransformTypeCase(int value) {
         this.value = value;
       }
@@ -690,41 +592,31 @@ public static TransformTypeCase valueOf(int value) {
 
       public static TransformTypeCase forNumber(int value) {
         switch (value) {
-          case 2:
-            return SET_TO_SERVER_VALUE;
-          case 3:
-            return INCREMENT;
-          case 4:
-            return MAXIMUM;
-          case 5:
-            return MINIMUM;
-          case 6:
-            return APPEND_MISSING_ELEMENTS;
-          case 7:
-            return REMOVE_ALL_FROM_ARRAY;
-          case 0:
-            return TRANSFORMTYPE_NOT_SET;
-          default:
-            return null;
+          case 2: return SET_TO_SERVER_VALUE;
+          case 3: return INCREMENT;
+          case 4: return MAXIMUM;
+          case 5: return MINIMUM;
+          case 6: return APPEND_MISSING_ELEMENTS;
+          case 7: return REMOVE_ALL_FROM_ARRAY;
+          case 0: return TRANSFORMTYPE_NOT_SET;
+          default: return null;
         }
       }
-
       public int getNumber() {
         return this.value;
       }
     };
 
-    public TransformTypeCase getTransformTypeCase() {
-      return TransformTypeCase.forNumber(transformTypeCase_);
+    public TransformTypeCase
+    getTransformTypeCase() {
+      return TransformTypeCase.forNumber(
+          transformTypeCase_);
     }
 
     public static final int FIELD_PATH_FIELD_NUMBER = 1;
-
     @SuppressWarnings("serial")
     private volatile java.lang.Object fieldPath_ = "";
     /**
-     *
-     *
      * 
      * The path of the field. See
      * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -732,7 +624,6 @@ public TransformTypeCase getTransformTypeCase() {
      * 
* * string field_path = 1; - * * @return The fieldPath. */ @java.lang.Override @@ -741,15 +632,14 @@ public java.lang.String getFieldPath() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldPath_ = s; return s; } } /** - * - * *
      * The path of the field. See
      * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -757,15 +647,16 @@ public java.lang.String getFieldPath() {
      * 
* * string field_path = 1; - * * @return The bytes for fieldPath. */ @java.lang.Override - public com.google.protobuf.ByteString getFieldPathBytes() { + public com.google.protobuf.ByteString + getFieldPathBytes() { java.lang.Object ref = fieldPath_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); fieldPath_ = b; return b; } else { @@ -775,32 +666,22 @@ public com.google.protobuf.ByteString getFieldPathBytes() { public static final int SET_TO_SERVER_VALUE_FIELD_NUMBER = 2; /** - * - * *
      * Sets the field to the given server value.
      * 
* - * - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; - * - * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; * @return Whether the setToServerValue field is set. */ public boolean hasSetToServerValue() { return transformTypeCase_ == 2; } /** - * - * *
      * Sets the field to the given server value.
      * 
* - * - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; - * - * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; * @return The enum numeric value on the wire for setToServerValue. */ public int getSetToServerValueValue() { @@ -810,36 +691,24 @@ public int getSetToServerValueValue() { return 0; } /** - * - * *
      * Sets the field to the given server value.
      * 
* - * - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; - * - * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; * @return The setToServerValue. */ - public com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue - getSetToServerValue() { + public com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue getSetToServerValue() { if (transformTypeCase_ == 2) { - com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue result = - com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.forNumber( - (java.lang.Integer) transformType_); - return result == null - ? com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.UNRECOGNIZED - : result; - } - return com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue - .SERVER_VALUE_UNSPECIFIED; + com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue result = com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.forNumber( + (java.lang.Integer) transformType_); + return result == null ? com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.UNRECOGNIZED : result; + } + return com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.SERVER_VALUE_UNSPECIFIED; } public static final int INCREMENT_FIELD_NUMBER = 3; /** - * - * *
      * Adds the given value to the field's current value.
      *
@@ -854,7 +723,6 @@ public int getSetToServerValueValue() {
      * 
* * .google.firestore.v1.Value increment = 3; - * * @return Whether the increment field is set. */ @java.lang.Override @@ -862,8 +730,6 @@ public boolean hasIncrement() { return transformTypeCase_ == 3; } /** - * - * *
      * Adds the given value to the field's current value.
      *
@@ -878,19 +744,16 @@ public boolean hasIncrement() {
      * 
* * .google.firestore.v1.Value increment = 3; - * * @return The increment. */ @java.lang.Override public com.google.firestore.v1.Value getIncrement() { if (transformTypeCase_ == 3) { - return (com.google.firestore.v1.Value) transformType_; + return (com.google.firestore.v1.Value) transformType_; } return com.google.firestore.v1.Value.getDefaultInstance(); } /** - * - * *
      * Adds the given value to the field's current value.
      *
@@ -909,15 +772,13 @@ public com.google.firestore.v1.Value getIncrement() {
     @java.lang.Override
     public com.google.firestore.v1.ValueOrBuilder getIncrementOrBuilder() {
       if (transformTypeCase_ == 3) {
-        return (com.google.firestore.v1.Value) transformType_;
+         return (com.google.firestore.v1.Value) transformType_;
       }
       return com.google.firestore.v1.Value.getDefaultInstance();
     }
 
     public static final int MAXIMUM_FIELD_NUMBER = 4;
     /**
-     *
-     *
      * 
      * Sets the field to the maximum of its current value and the given value.
      *
@@ -934,7 +795,6 @@ public com.google.firestore.v1.ValueOrBuilder getIncrementOrBuilder() {
      * 
* * .google.firestore.v1.Value maximum = 4; - * * @return Whether the maximum field is set. */ @java.lang.Override @@ -942,8 +802,6 @@ public boolean hasMaximum() { return transformTypeCase_ == 4; } /** - * - * *
      * Sets the field to the maximum of its current value and the given value.
      *
@@ -960,19 +818,16 @@ public boolean hasMaximum() {
      * 
* * .google.firestore.v1.Value maximum = 4; - * * @return The maximum. */ @java.lang.Override public com.google.firestore.v1.Value getMaximum() { if (transformTypeCase_ == 4) { - return (com.google.firestore.v1.Value) transformType_; + return (com.google.firestore.v1.Value) transformType_; } return com.google.firestore.v1.Value.getDefaultInstance(); } /** - * - * *
      * Sets the field to the maximum of its current value and the given value.
      *
@@ -993,15 +848,13 @@ public com.google.firestore.v1.Value getMaximum() {
     @java.lang.Override
     public com.google.firestore.v1.ValueOrBuilder getMaximumOrBuilder() {
       if (transformTypeCase_ == 4) {
-        return (com.google.firestore.v1.Value) transformType_;
+         return (com.google.firestore.v1.Value) transformType_;
       }
       return com.google.firestore.v1.Value.getDefaultInstance();
     }
 
     public static final int MINIMUM_FIELD_NUMBER = 5;
     /**
-     *
-     *
      * 
      * Sets the field to the minimum of its current value and the given value.
      *
@@ -1018,7 +871,6 @@ public com.google.firestore.v1.ValueOrBuilder getMaximumOrBuilder() {
      * 
* * .google.firestore.v1.Value minimum = 5; - * * @return Whether the minimum field is set. */ @java.lang.Override @@ -1026,8 +878,6 @@ public boolean hasMinimum() { return transformTypeCase_ == 5; } /** - * - * *
      * Sets the field to the minimum of its current value and the given value.
      *
@@ -1044,19 +894,16 @@ public boolean hasMinimum() {
      * 
* * .google.firestore.v1.Value minimum = 5; - * * @return The minimum. */ @java.lang.Override public com.google.firestore.v1.Value getMinimum() { if (transformTypeCase_ == 5) { - return (com.google.firestore.v1.Value) transformType_; + return (com.google.firestore.v1.Value) transformType_; } return com.google.firestore.v1.Value.getDefaultInstance(); } /** - * - * *
      * Sets the field to the minimum of its current value and the given value.
      *
@@ -1077,15 +924,13 @@ public com.google.firestore.v1.Value getMinimum() {
     @java.lang.Override
     public com.google.firestore.v1.ValueOrBuilder getMinimumOrBuilder() {
       if (transformTypeCase_ == 5) {
-        return (com.google.firestore.v1.Value) transformType_;
+         return (com.google.firestore.v1.Value) transformType_;
       }
       return com.google.firestore.v1.Value.getDefaultInstance();
     }
 
     public static final int APPEND_MISSING_ELEMENTS_FIELD_NUMBER = 6;
     /**
-     *
-     *
      * 
      * Append the given elements in order if they are not already present in
      * the current field value.
@@ -1102,7 +947,6 @@ public com.google.firestore.v1.ValueOrBuilder getMinimumOrBuilder() {
      * 
* * .google.firestore.v1.ArrayValue append_missing_elements = 6; - * * @return Whether the appendMissingElements field is set. */ @java.lang.Override @@ -1110,8 +954,6 @@ public boolean hasAppendMissingElements() { return transformTypeCase_ == 6; } /** - * - * *
      * Append the given elements in order if they are not already present in
      * the current field value.
@@ -1128,19 +970,16 @@ public boolean hasAppendMissingElements() {
      * 
* * .google.firestore.v1.ArrayValue append_missing_elements = 6; - * * @return The appendMissingElements. */ @java.lang.Override public com.google.firestore.v1.ArrayValue getAppendMissingElements() { if (transformTypeCase_ == 6) { - return (com.google.firestore.v1.ArrayValue) transformType_; + return (com.google.firestore.v1.ArrayValue) transformType_; } return com.google.firestore.v1.ArrayValue.getDefaultInstance(); } /** - * - * *
      * Append the given elements in order if they are not already present in
      * the current field value.
@@ -1161,15 +1000,13 @@ public com.google.firestore.v1.ArrayValue getAppendMissingElements() {
     @java.lang.Override
     public com.google.firestore.v1.ArrayValueOrBuilder getAppendMissingElementsOrBuilder() {
       if (transformTypeCase_ == 6) {
-        return (com.google.firestore.v1.ArrayValue) transformType_;
+         return (com.google.firestore.v1.ArrayValue) transformType_;
       }
       return com.google.firestore.v1.ArrayValue.getDefaultInstance();
     }
 
     public static final int REMOVE_ALL_FROM_ARRAY_FIELD_NUMBER = 7;
     /**
-     *
-     *
      * 
      * Remove all of the given elements from the array in the field.
      * If the field is not an array, or if the field does not yet exist, it is
@@ -1184,7 +1021,6 @@ public com.google.firestore.v1.ArrayValueOrBuilder getAppendMissingElementsOrBui
      * 
* * .google.firestore.v1.ArrayValue remove_all_from_array = 7; - * * @return Whether the removeAllFromArray field is set. */ @java.lang.Override @@ -1192,8 +1028,6 @@ public boolean hasRemoveAllFromArray() { return transformTypeCase_ == 7; } /** - * - * *
      * Remove all of the given elements from the array in the field.
      * If the field is not an array, or if the field does not yet exist, it is
@@ -1208,19 +1042,16 @@ public boolean hasRemoveAllFromArray() {
      * 
* * .google.firestore.v1.ArrayValue remove_all_from_array = 7; - * * @return The removeAllFromArray. */ @java.lang.Override public com.google.firestore.v1.ArrayValue getRemoveAllFromArray() { if (transformTypeCase_ == 7) { - return (com.google.firestore.v1.ArrayValue) transformType_; + return (com.google.firestore.v1.ArrayValue) transformType_; } return com.google.firestore.v1.ArrayValue.getDefaultInstance(); } /** - * - * *
      * Remove all of the given elements from the array in the field.
      * If the field is not an array, or if the field does not yet exist, it is
@@ -1239,13 +1070,12 @@ public com.google.firestore.v1.ArrayValue getRemoveAllFromArray() {
     @java.lang.Override
     public com.google.firestore.v1.ArrayValueOrBuilder getRemoveAllFromArrayOrBuilder() {
       if (transformTypeCase_ == 7) {
-        return (com.google.firestore.v1.ArrayValue) transformType_;
+         return (com.google.firestore.v1.ArrayValue) transformType_;
       }
       return com.google.firestore.v1.ArrayValue.getDefaultInstance();
     }
 
     private byte memoizedIsInitialized = -1;
-
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -1257,7 +1087,8 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+    public void writeTo(com.google.protobuf.CodedOutputStream output)
+                        throws java.io.IOException {
       if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fieldPath_)) {
         com.google.protobuf.GeneratedMessageV3.writeString(output, 1, fieldPath_);
       }
@@ -1292,34 +1123,28 @@ public int getSerializedSize() {
         size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, fieldPath_);
       }
       if (transformTypeCase_ == 2) {
-        size +=
-            com.google.protobuf.CodedOutputStream.computeEnumSize(
-                2, ((java.lang.Integer) transformType_));
+        size += com.google.protobuf.CodedOutputStream
+          .computeEnumSize(2, ((java.lang.Integer) transformType_));
       }
       if (transformTypeCase_ == 3) {
-        size +=
-            com.google.protobuf.CodedOutputStream.computeMessageSize(
-                3, (com.google.firestore.v1.Value) transformType_);
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(3, (com.google.firestore.v1.Value) transformType_);
       }
       if (transformTypeCase_ == 4) {
-        size +=
-            com.google.protobuf.CodedOutputStream.computeMessageSize(
-                4, (com.google.firestore.v1.Value) transformType_);
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(4, (com.google.firestore.v1.Value) transformType_);
       }
       if (transformTypeCase_ == 5) {
-        size +=
-            com.google.protobuf.CodedOutputStream.computeMessageSize(
-                5, (com.google.firestore.v1.Value) transformType_);
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(5, (com.google.firestore.v1.Value) transformType_);
       }
       if (transformTypeCase_ == 6) {
-        size +=
-            com.google.protobuf.CodedOutputStream.computeMessageSize(
-                6, (com.google.firestore.v1.ArrayValue) transformType_);
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(6, (com.google.firestore.v1.ArrayValue) transformType_);
       }
       if (transformTypeCase_ == 7) {
-        size +=
-            com.google.protobuf.CodedOutputStream.computeMessageSize(
-                7, (com.google.firestore.v1.ArrayValue) transformType_);
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(7, (com.google.firestore.v1.ArrayValue) transformType_);
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -1329,34 +1154,40 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-        return true;
+       return true;
       }
       if (!(obj instanceof com.google.firestore.v1.DocumentTransform.FieldTransform)) {
         return super.equals(obj);
       }
-      com.google.firestore.v1.DocumentTransform.FieldTransform other =
-          (com.google.firestore.v1.DocumentTransform.FieldTransform) obj;
+      com.google.firestore.v1.DocumentTransform.FieldTransform other = (com.google.firestore.v1.DocumentTransform.FieldTransform) obj;
 
-      if (!getFieldPath().equals(other.getFieldPath())) return false;
+      if (!getFieldPath()
+          .equals(other.getFieldPath())) return false;
       if (!getTransformTypeCase().equals(other.getTransformTypeCase())) return false;
       switch (transformTypeCase_) {
         case 2:
-          if (getSetToServerValueValue() != other.getSetToServerValueValue()) return false;
+          if (getSetToServerValueValue()
+              != other.getSetToServerValueValue()) return false;
           break;
         case 3:
-          if (!getIncrement().equals(other.getIncrement())) return false;
+          if (!getIncrement()
+              .equals(other.getIncrement())) return false;
           break;
         case 4:
-          if (!getMaximum().equals(other.getMaximum())) return false;
+          if (!getMaximum()
+              .equals(other.getMaximum())) return false;
           break;
         case 5:
-          if (!getMinimum().equals(other.getMinimum())) return false;
+          if (!getMinimum()
+              .equals(other.getMinimum())) return false;
           break;
         case 6:
-          if (!getAppendMissingElements().equals(other.getAppendMissingElements())) return false;
+          if (!getAppendMissingElements()
+              .equals(other.getAppendMissingElements())) return false;
           break;
         case 7:
-          if (!getRemoveAllFromArray().equals(other.getRemoveAllFromArray())) return false;
+          if (!getRemoveAllFromArray()
+              .equals(other.getRemoveAllFromArray())) return false;
           break;
         case 0:
         default:
@@ -1408,94 +1239,89 @@ public int hashCode() {
     }
 
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
-        java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+        java.nio.ByteBuffer data)
+        throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
-        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
-        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
-    public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
-    public static com.google.firestore.v1.DocumentTransform.FieldTransform parseDelimitedFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    public static com.google.firestore.v1.DocumentTransform.FieldTransform parseDelimitedFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input);
     }
 
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseDelimitedFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
     }
-
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
-        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() {
-      return newBuilder();
-    }
-
+    public Builder newBuilderForType() { return newBuilder(); }
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
-
-    public static Builder newBuilder(
-        com.google.firestore.v1.DocumentTransform.FieldTransform prototype) {
+    public static Builder newBuilder(com.google.firestore.v1.DocumentTransform.FieldTransform prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
-
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE
+          ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -1505,41 +1331,39 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
-     *
-     *
      * 
      * A transformation of a field of the document.
      * 
* * Protobuf type {@code google.firestore.v1.DocumentTransform.FieldTransform} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.DocumentTransform.FieldTransform) com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_DocumentTransform_FieldTransform_fieldAccessorTable + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_FieldTransform_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.DocumentTransform.FieldTransform.class, - com.google.firestore.v1.DocumentTransform.FieldTransform.Builder.class); + com.google.firestore.v1.DocumentTransform.FieldTransform.class, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder.class); } // Construct using com.google.firestore.v1.DocumentTransform.FieldTransform.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -1566,9 +1390,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor; } @java.lang.Override @@ -1587,11 +1411,8 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform build() { @java.lang.Override public com.google.firestore.v1.DocumentTransform.FieldTransform buildPartial() { - com.google.firestore.v1.DocumentTransform.FieldTransform result = - new com.google.firestore.v1.DocumentTransform.FieldTransform(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.DocumentTransform.FieldTransform result = new com.google.firestore.v1.DocumentTransform.FieldTransform(this); + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -1604,23 +1425,27 @@ private void buildPartial0(com.google.firestore.v1.DocumentTransform.FieldTransf } } - private void buildPartialOneofs( - com.google.firestore.v1.DocumentTransform.FieldTransform result) { + private void buildPartialOneofs(com.google.firestore.v1.DocumentTransform.FieldTransform result) { result.transformTypeCase_ = transformTypeCase_; result.transformType_ = this.transformType_; - if (transformTypeCase_ == 3 && incrementBuilder_ != null) { + if (transformTypeCase_ == 3 && + incrementBuilder_ != null) { result.transformType_ = incrementBuilder_.build(); } - if (transformTypeCase_ == 4 && maximumBuilder_ != null) { + if (transformTypeCase_ == 4 && + maximumBuilder_ != null) { result.transformType_ = maximumBuilder_.build(); } - if (transformTypeCase_ == 5 && minimumBuilder_ != null) { + if (transformTypeCase_ == 5 && + minimumBuilder_ != null) { result.transformType_ = minimumBuilder_.build(); } - if (transformTypeCase_ == 6 && appendMissingElementsBuilder_ != null) { + if (transformTypeCase_ == 6 && + appendMissingElementsBuilder_ != null) { result.transformType_ = appendMissingElementsBuilder_.build(); } - if (transformTypeCase_ == 7 && removeAllFromArrayBuilder_ != null) { + if (transformTypeCase_ == 7 && + removeAllFromArrayBuilder_ != null) { result.transformType_ = removeAllFromArrayBuilder_.build(); } } @@ -1629,41 +1454,38 @@ private void buildPartialOneofs( public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.DocumentTransform.FieldTransform) { - return mergeFrom((com.google.firestore.v1.DocumentTransform.FieldTransform) other); + return mergeFrom((com.google.firestore.v1.DocumentTransform.FieldTransform)other); } else { super.mergeFrom(other); return this; @@ -1671,48 +1493,40 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.DocumentTransform.FieldTransform other) { - if (other == com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()) - return this; + if (other == com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()) return this; if (!other.getFieldPath().isEmpty()) { fieldPath_ = other.fieldPath_; bitField0_ |= 0x00000001; onChanged(); } switch (other.getTransformTypeCase()) { - case SET_TO_SERVER_VALUE: - { - setSetToServerValueValue(other.getSetToServerValueValue()); - break; - } - case INCREMENT: - { - mergeIncrement(other.getIncrement()); - break; - } - case MAXIMUM: - { - mergeMaximum(other.getMaximum()); - break; - } - case MINIMUM: - { - mergeMinimum(other.getMinimum()); - break; - } - case APPEND_MISSING_ELEMENTS: - { - mergeAppendMissingElements(other.getAppendMissingElements()); - break; - } - case REMOVE_ALL_FROM_ARRAY: - { - mergeRemoveAllFromArray(other.getRemoveAllFromArray()); - break; - } - case TRANSFORMTYPE_NOT_SET: - { - break; - } + case SET_TO_SERVER_VALUE: { + setSetToServerValueValue(other.getSetToServerValueValue()); + break; + } + case INCREMENT: { + mergeIncrement(other.getIncrement()); + break; + } + case MAXIMUM: { + mergeMaximum(other.getMaximum()); + break; + } + case MINIMUM: { + mergeMinimum(other.getMinimum()); + break; + } + case APPEND_MISSING_ELEMENTS: { + mergeAppendMissingElements(other.getAppendMissingElements()); + break; + } + case REMOVE_ALL_FROM_ARRAY: { + mergeRemoveAllFromArray(other.getRemoveAllFromArray()); + break; + } + case TRANSFORMTYPE_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -1740,58 +1554,58 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - fieldPath_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 16: - { - int rawValue = input.readEnum(); - transformTypeCase_ = 2; - transformType_ = rawValue; - break; - } // case 16 - case 26: - { - input.readMessage(getIncrementFieldBuilder().getBuilder(), extensionRegistry); - transformTypeCase_ = 3; - break; - } // case 26 - case 34: - { - input.readMessage(getMaximumFieldBuilder().getBuilder(), extensionRegistry); - transformTypeCase_ = 4; - break; - } // case 34 - case 42: - { - input.readMessage(getMinimumFieldBuilder().getBuilder(), extensionRegistry); - transformTypeCase_ = 5; - break; - } // case 42 - case 50: - { - input.readMessage( - getAppendMissingElementsFieldBuilder().getBuilder(), extensionRegistry); - transformTypeCase_ = 6; - break; - } // case 50 - case 58: - { - input.readMessage( - getRemoveAllFromArrayFieldBuilder().getBuilder(), extensionRegistry); - transformTypeCase_ = 7; - break; - } // case 58 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + fieldPath_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 16: { + int rawValue = input.readEnum(); + transformTypeCase_ = 2; + transformType_ = rawValue; + break; + } // case 16 + case 26: { + input.readMessage( + getIncrementFieldBuilder().getBuilder(), + extensionRegistry); + transformTypeCase_ = 3; + break; + } // case 26 + case 34: { + input.readMessage( + getMaximumFieldBuilder().getBuilder(), + extensionRegistry); + transformTypeCase_ = 4; + break; + } // case 34 + case 42: { + input.readMessage( + getMinimumFieldBuilder().getBuilder(), + extensionRegistry); + transformTypeCase_ = 5; + break; + } // case 42 + case 50: { + input.readMessage( + getAppendMissingElementsFieldBuilder().getBuilder(), + extensionRegistry); + transformTypeCase_ = 6; + break; + } // case 50 + case 58: { + input.readMessage( + getRemoveAllFromArrayFieldBuilder().getBuilder(), + extensionRegistry); + transformTypeCase_ = 7; + break; + } // case 58 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1801,12 +1615,12 @@ public Builder mergeFrom( } // finally return this; } - private int transformTypeCase_ = 0; private java.lang.Object transformType_; - - public TransformTypeCase getTransformTypeCase() { - return TransformTypeCase.forNumber(transformTypeCase_); + public TransformTypeCase + getTransformTypeCase() { + return TransformTypeCase.forNumber( + transformTypeCase_); } public Builder clearTransformType() { @@ -1820,8 +1634,6 @@ public Builder clearTransformType() { private java.lang.Object fieldPath_ = ""; /** - * - * *
        * The path of the field. See
        * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -1829,13 +1641,13 @@ public Builder clearTransformType() {
        * 
* * string field_path = 1; - * * @return The fieldPath. */ public java.lang.String getFieldPath() { java.lang.Object ref = fieldPath_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldPath_ = s; return s; @@ -1844,8 +1656,6 @@ public java.lang.String getFieldPath() { } } /** - * - * *
        * The path of the field. See
        * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -1853,14 +1663,15 @@ public java.lang.String getFieldPath() {
        * 
* * string field_path = 1; - * * @return The bytes for fieldPath. */ - public com.google.protobuf.ByteString getFieldPathBytes() { + public com.google.protobuf.ByteString + getFieldPathBytes() { java.lang.Object ref = fieldPath_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); fieldPath_ = b; return b; } else { @@ -1868,8 +1679,6 @@ public com.google.protobuf.ByteString getFieldPathBytes() { } } /** - * - * *
        * The path of the field. See
        * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -1877,22 +1686,18 @@ public com.google.protobuf.ByteString getFieldPathBytes() {
        * 
* * string field_path = 1; - * * @param value The fieldPath to set. * @return This builder for chaining. */ - public Builder setFieldPath(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFieldPath( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } fieldPath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * The path of the field. See
        * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -1900,7 +1705,6 @@ public Builder setFieldPath(java.lang.String value) {
        * 
* * string field_path = 1; - * * @return This builder for chaining. */ public Builder clearFieldPath() { @@ -1910,8 +1714,6 @@ public Builder clearFieldPath() { return this; } /** - * - * *
        * The path of the field. See
        * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -1919,14 +1721,12 @@ public Builder clearFieldPath() {
        * 
* * string field_path = 1; - * * @param value The bytes for fieldPath to set. * @return This builder for chaining. */ - public Builder setFieldPathBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFieldPathBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fieldPath_ = value; bitField0_ |= 0x00000001; @@ -1935,16 +1735,11 @@ public Builder setFieldPathBytes(com.google.protobuf.ByteString value) { } /** - * - * *
        * Sets the field to the given server value.
        * 
* - * - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; - * - * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; * @return Whether the setToServerValue field is set. */ @java.lang.Override @@ -1952,16 +1747,11 @@ public boolean hasSetToServerValue() { return transformTypeCase_ == 2; } /** - * - * *
        * Sets the field to the given server value.
        * 
* - * - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; - * - * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; * @return The enum numeric value on the wire for setToServerValue. */ @java.lang.Override @@ -1972,16 +1762,11 @@ public int getSetToServerValueValue() { return 0; } /** - * - * *
        * Sets the field to the given server value.
        * 
* - * - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; - * - * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; * @param value The enum numeric value on the wire for setToServerValue to set. * @return This builder for chaining. */ @@ -1992,48 +1777,32 @@ public Builder setSetToServerValueValue(int value) { return this; } /** - * - * *
        * Sets the field to the given server value.
        * 
* - * - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; - * - * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; * @return The setToServerValue. */ @java.lang.Override - public com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue - getSetToServerValue() { + public com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue getSetToServerValue() { if (transformTypeCase_ == 2) { - com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue result = - com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.forNumber( - (java.lang.Integer) transformType_); - return result == null - ? com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.UNRECOGNIZED - : result; + com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue result = com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.forNumber( + (java.lang.Integer) transformType_); + return result == null ? com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.UNRECOGNIZED : result; } - return com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue - .SERVER_VALUE_UNSPECIFIED; + return com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.SERVER_VALUE_UNSPECIFIED; } /** - * - * *
        * Sets the field to the given server value.
        * 
* - * - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; - * - * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; * @param value The setToServerValue to set. * @return This builder for chaining. */ - public Builder setSetToServerValue( - com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue value) { + public Builder setSetToServerValue(com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue value) { if (value == null) { throw new NullPointerException(); } @@ -2043,16 +1812,11 @@ public Builder setSetToServerValue( return this; } /** - * - * *
        * Sets the field to the given server value.
        * 
* - * - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; - * - * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; * @return This builder for chaining. */ public Builder clearSetToServerValue() { @@ -2065,13 +1829,8 @@ public Builder clearSetToServerValue() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder, - com.google.firestore.v1.ValueOrBuilder> - incrementBuilder_; + com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> incrementBuilder_; /** - * - * *
        * Adds the given value to the field's current value.
        *
@@ -2086,16 +1845,13 @@ public Builder clearSetToServerValue() {
        * 
* * .google.firestore.v1.Value increment = 3; - * * @return Whether the increment field is set. */ @java.lang.Override public boolean hasIncrement() { return transformTypeCase_ == 3; } - /** - * - * + /** *
        * Adds the given value to the field's current value.
        *
@@ -2110,7 +1866,6 @@ public boolean hasIncrement() {
        * 
* * .google.firestore.v1.Value increment = 3; - * * @return The increment. */ @java.lang.Override @@ -2128,8 +1883,6 @@ public com.google.firestore.v1.Value getIncrement() { } } /** - * - * *
        * Adds the given value to the field's current value.
        *
@@ -2159,8 +1912,6 @@ public Builder setIncrement(com.google.firestore.v1.Value value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Adds the given value to the field's current value.
        *
@@ -2176,7 +1927,8 @@ public Builder setIncrement(com.google.firestore.v1.Value value) {
        *
        * .google.firestore.v1.Value increment = 3;
        */
-      public Builder setIncrement(com.google.firestore.v1.Value.Builder builderForValue) {
+      public Builder setIncrement(
+          com.google.firestore.v1.Value.Builder builderForValue) {
         if (incrementBuilder_ == null) {
           transformType_ = builderForValue.build();
           onChanged();
@@ -2187,8 +1939,6 @@ public Builder setIncrement(com.google.firestore.v1.Value.Builder builderForValu
         return this;
       }
       /**
-       *
-       *
        * 
        * Adds the given value to the field's current value.
        *
@@ -2206,13 +1956,10 @@ public Builder setIncrement(com.google.firestore.v1.Value.Builder builderForValu
        */
       public Builder mergeIncrement(com.google.firestore.v1.Value value) {
         if (incrementBuilder_ == null) {
-          if (transformTypeCase_ == 3
-              && transformType_ != com.google.firestore.v1.Value.getDefaultInstance()) {
-            transformType_ =
-                com.google.firestore.v1.Value.newBuilder(
-                        (com.google.firestore.v1.Value) transformType_)
-                    .mergeFrom(value)
-                    .buildPartial();
+          if (transformTypeCase_ == 3 &&
+              transformType_ != com.google.firestore.v1.Value.getDefaultInstance()) {
+            transformType_ = com.google.firestore.v1.Value.newBuilder((com.google.firestore.v1.Value) transformType_)
+                .mergeFrom(value).buildPartial();
           } else {
             transformType_ = value;
           }
@@ -2228,8 +1975,6 @@ public Builder mergeIncrement(com.google.firestore.v1.Value value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Adds the given value to the field's current value.
        *
@@ -2262,8 +2007,6 @@ public Builder clearIncrement() {
         return this;
       }
       /**
-       *
-       *
        * 
        * Adds the given value to the field's current value.
        *
@@ -2283,8 +2026,6 @@ public com.google.firestore.v1.Value.Builder getIncrementBuilder() {
         return getIncrementFieldBuilder().getBuilder();
       }
       /**
-       *
-       *
        * 
        * Adds the given value to the field's current value.
        *
@@ -2312,8 +2053,6 @@ public com.google.firestore.v1.ValueOrBuilder getIncrementOrBuilder() {
         }
       }
       /**
-       *
-       *
        * 
        * Adds the given value to the field's current value.
        *
@@ -2330,19 +2069,14 @@ public com.google.firestore.v1.ValueOrBuilder getIncrementOrBuilder() {
        * .google.firestore.v1.Value increment = 3;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.v1.Value,
-              com.google.firestore.v1.Value.Builder,
-              com.google.firestore.v1.ValueOrBuilder>
+          com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> 
           getIncrementFieldBuilder() {
         if (incrementBuilder_ == null) {
           if (!(transformTypeCase_ == 3)) {
             transformType_ = com.google.firestore.v1.Value.getDefaultInstance();
           }
-          incrementBuilder_ =
-              new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.firestore.v1.Value,
-                  com.google.firestore.v1.Value.Builder,
-                  com.google.firestore.v1.ValueOrBuilder>(
+          incrementBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>(
                   (com.google.firestore.v1.Value) transformType_,
                   getParentForChildren(),
                   isClean());
@@ -2354,13 +2088,8 @@ public com.google.firestore.v1.ValueOrBuilder getIncrementOrBuilder() {
       }
 
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.v1.Value,
-              com.google.firestore.v1.Value.Builder,
-              com.google.firestore.v1.ValueOrBuilder>
-          maximumBuilder_;
+          com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> maximumBuilder_;
       /**
-       *
-       *
        * 
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2377,7 +2106,6 @@ public com.google.firestore.v1.ValueOrBuilder getIncrementOrBuilder() {
        * 
* * .google.firestore.v1.Value maximum = 4; - * * @return Whether the maximum field is set. */ @java.lang.Override @@ -2385,8 +2113,6 @@ public boolean hasMaximum() { return transformTypeCase_ == 4; } /** - * - * *
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2403,7 +2129,6 @@ public boolean hasMaximum() {
        * 
* * .google.firestore.v1.Value maximum = 4; - * * @return The maximum. */ @java.lang.Override @@ -2421,8 +2146,6 @@ public com.google.firestore.v1.Value getMaximum() { } } /** - * - * *
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2454,8 +2177,6 @@ public Builder setMaximum(com.google.firestore.v1.Value value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2473,7 +2194,8 @@ public Builder setMaximum(com.google.firestore.v1.Value value) {
        *
        * .google.firestore.v1.Value maximum = 4;
        */
-      public Builder setMaximum(com.google.firestore.v1.Value.Builder builderForValue) {
+      public Builder setMaximum(
+          com.google.firestore.v1.Value.Builder builderForValue) {
         if (maximumBuilder_ == null) {
           transformType_ = builderForValue.build();
           onChanged();
@@ -2484,8 +2206,6 @@ public Builder setMaximum(com.google.firestore.v1.Value.Builder builderForValue)
         return this;
       }
       /**
-       *
-       *
        * 
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2505,13 +2225,10 @@ public Builder setMaximum(com.google.firestore.v1.Value.Builder builderForValue)
        */
       public Builder mergeMaximum(com.google.firestore.v1.Value value) {
         if (maximumBuilder_ == null) {
-          if (transformTypeCase_ == 4
-              && transformType_ != com.google.firestore.v1.Value.getDefaultInstance()) {
-            transformType_ =
-                com.google.firestore.v1.Value.newBuilder(
-                        (com.google.firestore.v1.Value) transformType_)
-                    .mergeFrom(value)
-                    .buildPartial();
+          if (transformTypeCase_ == 4 &&
+              transformType_ != com.google.firestore.v1.Value.getDefaultInstance()) {
+            transformType_ = com.google.firestore.v1.Value.newBuilder((com.google.firestore.v1.Value) transformType_)
+                .mergeFrom(value).buildPartial();
           } else {
             transformType_ = value;
           }
@@ -2527,8 +2244,6 @@ public Builder mergeMaximum(com.google.firestore.v1.Value value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2563,8 +2278,6 @@ public Builder clearMaximum() {
         return this;
       }
       /**
-       *
-       *
        * 
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2586,8 +2299,6 @@ public com.google.firestore.v1.Value.Builder getMaximumBuilder() {
         return getMaximumFieldBuilder().getBuilder();
       }
       /**
-       *
-       *
        * 
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2617,8 +2328,6 @@ public com.google.firestore.v1.ValueOrBuilder getMaximumOrBuilder() {
         }
       }
       /**
-       *
-       *
        * 
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2637,19 +2346,14 @@ public com.google.firestore.v1.ValueOrBuilder getMaximumOrBuilder() {
        * .google.firestore.v1.Value maximum = 4;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.v1.Value,
-              com.google.firestore.v1.Value.Builder,
-              com.google.firestore.v1.ValueOrBuilder>
+          com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> 
           getMaximumFieldBuilder() {
         if (maximumBuilder_ == null) {
           if (!(transformTypeCase_ == 4)) {
             transformType_ = com.google.firestore.v1.Value.getDefaultInstance();
           }
-          maximumBuilder_ =
-              new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.firestore.v1.Value,
-                  com.google.firestore.v1.Value.Builder,
-                  com.google.firestore.v1.ValueOrBuilder>(
+          maximumBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>(
                   (com.google.firestore.v1.Value) transformType_,
                   getParentForChildren(),
                   isClean());
@@ -2661,13 +2365,8 @@ public com.google.firestore.v1.ValueOrBuilder getMaximumOrBuilder() {
       }
 
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.v1.Value,
-              com.google.firestore.v1.Value.Builder,
-              com.google.firestore.v1.ValueOrBuilder>
-          minimumBuilder_;
+          com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> minimumBuilder_;
       /**
-       *
-       *
        * 
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2684,7 +2383,6 @@ public com.google.firestore.v1.ValueOrBuilder getMaximumOrBuilder() {
        * 
* * .google.firestore.v1.Value minimum = 5; - * * @return Whether the minimum field is set. */ @java.lang.Override @@ -2692,8 +2390,6 @@ public boolean hasMinimum() { return transformTypeCase_ == 5; } /** - * - * *
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2710,7 +2406,6 @@ public boolean hasMinimum() {
        * 
* * .google.firestore.v1.Value minimum = 5; - * * @return The minimum. */ @java.lang.Override @@ -2728,8 +2423,6 @@ public com.google.firestore.v1.Value getMinimum() { } } /** - * - * *
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2761,8 +2454,6 @@ public Builder setMinimum(com.google.firestore.v1.Value value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2780,7 +2471,8 @@ public Builder setMinimum(com.google.firestore.v1.Value value) {
        *
        * .google.firestore.v1.Value minimum = 5;
        */
-      public Builder setMinimum(com.google.firestore.v1.Value.Builder builderForValue) {
+      public Builder setMinimum(
+          com.google.firestore.v1.Value.Builder builderForValue) {
         if (minimumBuilder_ == null) {
           transformType_ = builderForValue.build();
           onChanged();
@@ -2791,8 +2483,6 @@ public Builder setMinimum(com.google.firestore.v1.Value.Builder builderForValue)
         return this;
       }
       /**
-       *
-       *
        * 
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2812,13 +2502,10 @@ public Builder setMinimum(com.google.firestore.v1.Value.Builder builderForValue)
        */
       public Builder mergeMinimum(com.google.firestore.v1.Value value) {
         if (minimumBuilder_ == null) {
-          if (transformTypeCase_ == 5
-              && transformType_ != com.google.firestore.v1.Value.getDefaultInstance()) {
-            transformType_ =
-                com.google.firestore.v1.Value.newBuilder(
-                        (com.google.firestore.v1.Value) transformType_)
-                    .mergeFrom(value)
-                    .buildPartial();
+          if (transformTypeCase_ == 5 &&
+              transformType_ != com.google.firestore.v1.Value.getDefaultInstance()) {
+            transformType_ = com.google.firestore.v1.Value.newBuilder((com.google.firestore.v1.Value) transformType_)
+                .mergeFrom(value).buildPartial();
           } else {
             transformType_ = value;
           }
@@ -2834,8 +2521,6 @@ public Builder mergeMinimum(com.google.firestore.v1.Value value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2870,8 +2555,6 @@ public Builder clearMinimum() {
         return this;
       }
       /**
-       *
-       *
        * 
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2893,8 +2576,6 @@ public com.google.firestore.v1.Value.Builder getMinimumBuilder() {
         return getMinimumFieldBuilder().getBuilder();
       }
       /**
-       *
-       *
        * 
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2924,8 +2605,6 @@ public com.google.firestore.v1.ValueOrBuilder getMinimumOrBuilder() {
         }
       }
       /**
-       *
-       *
        * 
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2944,19 +2623,14 @@ public com.google.firestore.v1.ValueOrBuilder getMinimumOrBuilder() {
        * .google.firestore.v1.Value minimum = 5;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.v1.Value,
-              com.google.firestore.v1.Value.Builder,
-              com.google.firestore.v1.ValueOrBuilder>
+          com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> 
           getMinimumFieldBuilder() {
         if (minimumBuilder_ == null) {
           if (!(transformTypeCase_ == 5)) {
             transformType_ = com.google.firestore.v1.Value.getDefaultInstance();
           }
-          minimumBuilder_ =
-              new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.firestore.v1.Value,
-                  com.google.firestore.v1.Value.Builder,
-                  com.google.firestore.v1.ValueOrBuilder>(
+          minimumBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>(
                   (com.google.firestore.v1.Value) transformType_,
                   getParentForChildren(),
                   isClean());
@@ -2968,13 +2642,8 @@ public com.google.firestore.v1.ValueOrBuilder getMinimumOrBuilder() {
       }
 
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.v1.ArrayValue,
-              com.google.firestore.v1.ArrayValue.Builder,
-              com.google.firestore.v1.ArrayValueOrBuilder>
-          appendMissingElementsBuilder_;
+          com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder> appendMissingElementsBuilder_;
       /**
-       *
-       *
        * 
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -2991,7 +2660,6 @@ public com.google.firestore.v1.ValueOrBuilder getMinimumOrBuilder() {
        * 
* * .google.firestore.v1.ArrayValue append_missing_elements = 6; - * * @return Whether the appendMissingElements field is set. */ @java.lang.Override @@ -2999,8 +2667,6 @@ public boolean hasAppendMissingElements() { return transformTypeCase_ == 6; } /** - * - * *
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -3017,7 +2683,6 @@ public boolean hasAppendMissingElements() {
        * 
* * .google.firestore.v1.ArrayValue append_missing_elements = 6; - * * @return The appendMissingElements. */ @java.lang.Override @@ -3035,8 +2700,6 @@ public com.google.firestore.v1.ArrayValue getAppendMissingElements() { } } /** - * - * *
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -3068,8 +2731,6 @@ public Builder setAppendMissingElements(com.google.firestore.v1.ArrayValue value
         return this;
       }
       /**
-       *
-       *
        * 
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -3099,8 +2760,6 @@ public Builder setAppendMissingElements(
         return this;
       }
       /**
-       *
-       *
        * 
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -3120,13 +2779,10 @@ public Builder setAppendMissingElements(
        */
       public Builder mergeAppendMissingElements(com.google.firestore.v1.ArrayValue value) {
         if (appendMissingElementsBuilder_ == null) {
-          if (transformTypeCase_ == 6
-              && transformType_ != com.google.firestore.v1.ArrayValue.getDefaultInstance()) {
-            transformType_ =
-                com.google.firestore.v1.ArrayValue.newBuilder(
-                        (com.google.firestore.v1.ArrayValue) transformType_)
-                    .mergeFrom(value)
-                    .buildPartial();
+          if (transformTypeCase_ == 6 &&
+              transformType_ != com.google.firestore.v1.ArrayValue.getDefaultInstance()) {
+            transformType_ = com.google.firestore.v1.ArrayValue.newBuilder((com.google.firestore.v1.ArrayValue) transformType_)
+                .mergeFrom(value).buildPartial();
           } else {
             transformType_ = value;
           }
@@ -3142,8 +2798,6 @@ public Builder mergeAppendMissingElements(com.google.firestore.v1.ArrayValue val
         return this;
       }
       /**
-       *
-       *
        * 
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -3178,8 +2832,6 @@ public Builder clearAppendMissingElements() {
         return this;
       }
       /**
-       *
-       *
        * 
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -3201,8 +2853,6 @@ public com.google.firestore.v1.ArrayValue.Builder getAppendMissingElementsBuilde
         return getAppendMissingElementsFieldBuilder().getBuilder();
       }
       /**
-       *
-       *
        * 
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -3232,8 +2882,6 @@ public com.google.firestore.v1.ArrayValueOrBuilder getAppendMissingElementsOrBui
         }
       }
       /**
-       *
-       *
        * 
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -3252,19 +2900,14 @@ public com.google.firestore.v1.ArrayValueOrBuilder getAppendMissingElementsOrBui
        * .google.firestore.v1.ArrayValue append_missing_elements = 6;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.v1.ArrayValue,
-              com.google.firestore.v1.ArrayValue.Builder,
-              com.google.firestore.v1.ArrayValueOrBuilder>
+          com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder> 
           getAppendMissingElementsFieldBuilder() {
         if (appendMissingElementsBuilder_ == null) {
           if (!(transformTypeCase_ == 6)) {
             transformType_ = com.google.firestore.v1.ArrayValue.getDefaultInstance();
           }
-          appendMissingElementsBuilder_ =
-              new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.firestore.v1.ArrayValue,
-                  com.google.firestore.v1.ArrayValue.Builder,
-                  com.google.firestore.v1.ArrayValueOrBuilder>(
+          appendMissingElementsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder>(
                   (com.google.firestore.v1.ArrayValue) transformType_,
                   getParentForChildren(),
                   isClean());
@@ -3276,13 +2919,8 @@ public com.google.firestore.v1.ArrayValueOrBuilder getAppendMissingElementsOrBui
       }
 
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.v1.ArrayValue,
-              com.google.firestore.v1.ArrayValue.Builder,
-              com.google.firestore.v1.ArrayValueOrBuilder>
-          removeAllFromArrayBuilder_;
+          com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder> removeAllFromArrayBuilder_;
       /**
-       *
-       *
        * 
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3297,7 +2935,6 @@ public com.google.firestore.v1.ArrayValueOrBuilder getAppendMissingElementsOrBui
        * 
* * .google.firestore.v1.ArrayValue remove_all_from_array = 7; - * * @return Whether the removeAllFromArray field is set. */ @java.lang.Override @@ -3305,8 +2942,6 @@ public boolean hasRemoveAllFromArray() { return transformTypeCase_ == 7; } /** - * - * *
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3321,7 +2956,6 @@ public boolean hasRemoveAllFromArray() {
        * 
* * .google.firestore.v1.ArrayValue remove_all_from_array = 7; - * * @return The removeAllFromArray. */ @java.lang.Override @@ -3339,8 +2973,6 @@ public com.google.firestore.v1.ArrayValue getRemoveAllFromArray() { } } /** - * - * *
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3370,8 +3002,6 @@ public Builder setRemoveAllFromArray(com.google.firestore.v1.ArrayValue value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3399,8 +3029,6 @@ public Builder setRemoveAllFromArray(
         return this;
       }
       /**
-       *
-       *
        * 
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3418,13 +3046,10 @@ public Builder setRemoveAllFromArray(
        */
       public Builder mergeRemoveAllFromArray(com.google.firestore.v1.ArrayValue value) {
         if (removeAllFromArrayBuilder_ == null) {
-          if (transformTypeCase_ == 7
-              && transformType_ != com.google.firestore.v1.ArrayValue.getDefaultInstance()) {
-            transformType_ =
-                com.google.firestore.v1.ArrayValue.newBuilder(
-                        (com.google.firestore.v1.ArrayValue) transformType_)
-                    .mergeFrom(value)
-                    .buildPartial();
+          if (transformTypeCase_ == 7 &&
+              transformType_ != com.google.firestore.v1.ArrayValue.getDefaultInstance()) {
+            transformType_ = com.google.firestore.v1.ArrayValue.newBuilder((com.google.firestore.v1.ArrayValue) transformType_)
+                .mergeFrom(value).buildPartial();
           } else {
             transformType_ = value;
           }
@@ -3440,8 +3065,6 @@ public Builder mergeRemoveAllFromArray(com.google.firestore.v1.ArrayValue value)
         return this;
       }
       /**
-       *
-       *
        * 
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3474,8 +3097,6 @@ public Builder clearRemoveAllFromArray() {
         return this;
       }
       /**
-       *
-       *
        * 
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3495,8 +3116,6 @@ public com.google.firestore.v1.ArrayValue.Builder getRemoveAllFromArrayBuilder()
         return getRemoveAllFromArrayFieldBuilder().getBuilder();
       }
       /**
-       *
-       *
        * 
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3524,8 +3143,6 @@ public com.google.firestore.v1.ArrayValueOrBuilder getRemoveAllFromArrayOrBuilde
         }
       }
       /**
-       *
-       *
        * 
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3542,19 +3159,14 @@ public com.google.firestore.v1.ArrayValueOrBuilder getRemoveAllFromArrayOrBuilde
        * .google.firestore.v1.ArrayValue remove_all_from_array = 7;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.v1.ArrayValue,
-              com.google.firestore.v1.ArrayValue.Builder,
-              com.google.firestore.v1.ArrayValueOrBuilder>
+          com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder> 
           getRemoveAllFromArrayFieldBuilder() {
         if (removeAllFromArrayBuilder_ == null) {
           if (!(transformTypeCase_ == 7)) {
             transformType_ = com.google.firestore.v1.ArrayValue.getDefaultInstance();
           }
-          removeAllFromArrayBuilder_ =
-              new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.firestore.v1.ArrayValue,
-                  com.google.firestore.v1.ArrayValue.Builder,
-                  com.google.firestore.v1.ArrayValueOrBuilder>(
+          removeAllFromArrayBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder>(
                   (com.google.firestore.v1.ArrayValue) transformType_,
                   getParentForChildren(),
                   isClean());
@@ -3564,7 +3176,6 @@ public com.google.firestore.v1.ArrayValueOrBuilder getRemoveAllFromArrayOrBuilde
         onChanged();
         return removeAllFromArrayBuilder_;
       }
-
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -3577,12 +3188,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
+
       // @@protoc_insertion_point(builder_scope:google.firestore.v1.DocumentTransform.FieldTransform)
     }
 
     // @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentTransform.FieldTransform)
     private static final com.google.firestore.v1.DocumentTransform.FieldTransform DEFAULT_INSTANCE;
-
     static {
       DEFAULT_INSTANCE = new com.google.firestore.v1.DocumentTransform.FieldTransform();
     }
@@ -3591,28 +3202,27 @@ public static com.google.firestore.v1.DocumentTransform.FieldTransform getDefaul
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser PARSER =
-        new com.google.protobuf.AbstractParser() {
-          @java.lang.Override
-          public FieldTransform parsePartialFrom(
-              com.google.protobuf.CodedInputStream input,
-              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-              throws com.google.protobuf.InvalidProtocolBufferException {
-            Builder builder = newBuilder();
-            try {
-              builder.mergeFrom(input, extensionRegistry);
-            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-              throw e.setUnfinishedMessage(builder.buildPartial());
-            } catch (com.google.protobuf.UninitializedMessageException e) {
-              throw e.asInvalidProtocolBufferException()
-                  .setUnfinishedMessage(builder.buildPartial());
-            } catch (java.io.IOException e) {
-              throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                  .setUnfinishedMessage(builder.buildPartial());
-            }
-            return builder.buildPartial();
-          }
-        };
+    private static final com.google.protobuf.Parser
+        PARSER = new com.google.protobuf.AbstractParser() {
+      @java.lang.Override
+      public FieldTransform parsePartialFrom(
+          com.google.protobuf.CodedInputStream input,
+          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+          throws com.google.protobuf.InvalidProtocolBufferException {
+        Builder builder = newBuilder();
+        try {
+          builder.mergeFrom(input, extensionRegistry);
+        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+          throw e.setUnfinishedMessage(builder.buildPartial());
+        } catch (com.google.protobuf.UninitializedMessageException e) {
+          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+        } catch (java.io.IOException e) {
+          throw new com.google.protobuf.InvalidProtocolBufferException(e)
+              .setUnfinishedMessage(builder.buildPartial());
+        }
+        return builder.buildPartial();
+      }
+    };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -3627,21 +3237,18 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.firestore.v1.DocumentTransform.FieldTransform getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
+
   }
 
   public static final int DOCUMENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object document_ = "";
   /**
-   *
-   *
    * 
    * The name of the document to transform.
    * 
* * string document = 1; - * * @return The document. */ @java.lang.Override @@ -3650,29 +3257,29 @@ public java.lang.String getDocument() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); document_ = s; return s; } } /** - * - * *
    * The name of the document to transform.
    * 
* * string document = 1; - * * @return The bytes for document. */ @java.lang.Override - public com.google.protobuf.ByteString getDocumentBytes() { + public com.google.protobuf.ByteString + getDocumentBytes() { java.lang.Object ref = document_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); document_ = b; return b; } else { @@ -3681,95 +3288,77 @@ public com.google.protobuf.ByteString getDocumentBytes() { } public static final int FIELD_TRANSFORMS_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private java.util.List fieldTransforms_; /** - * - * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ @java.lang.Override - public java.util.List - getFieldTransformsList() { + public java.util.List getFieldTransformsList() { return fieldTransforms_; } /** - * - * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ @java.lang.Override - public java.util.List + public java.util.List getFieldTransformsOrBuilderList() { return fieldTransforms_; } /** - * - * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ @java.lang.Override public int getFieldTransformsCount() { return fieldTransforms_.size(); } /** - * - * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ @java.lang.Override public com.google.firestore.v1.DocumentTransform.FieldTransform getFieldTransforms(int index) { return fieldTransforms_.get(index); } /** - * - * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ @java.lang.Override - public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder - getFieldTransformsOrBuilder(int index) { + public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getFieldTransformsOrBuilder( + int index) { return fieldTransforms_.get(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -3781,7 +3370,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(document_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, document_); } @@ -3801,7 +3391,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, document_); } for (int i = 0; i < fieldTransforms_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, fieldTransforms_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, fieldTransforms_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -3811,16 +3402,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.DocumentTransform)) { return super.equals(obj); } - com.google.firestore.v1.DocumentTransform other = - (com.google.firestore.v1.DocumentTransform) obj; + com.google.firestore.v1.DocumentTransform other = (com.google.firestore.v1.DocumentTransform) obj; - if (!getDocument().equals(other.getDocument())) return false; - if (!getFieldTransformsList().equals(other.getFieldTransformsList())) return false; + if (!getDocument() + .equals(other.getDocument())) return false; + if (!getFieldTransformsList() + .equals(other.getFieldTransformsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -3843,136 +3435,132 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.DocumentTransform parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.DocumentTransform parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.DocumentTransform parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.DocumentTransform parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.DocumentTransform parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.DocumentTransform parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.DocumentTransform parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.DocumentTransform parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.DocumentTransform parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.DocumentTransform parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.DocumentTransform parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.DocumentTransform parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.DocumentTransform parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.DocumentTransform parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.DocumentTransform prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A transformation of a document.
    * 
* * Protobuf type {@code google.firestore.v1.DocumentTransform} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.DocumentTransform) com.google.firestore.v1.DocumentTransformOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_DocumentTransform_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_DocumentTransform_fieldAccessorTable + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.DocumentTransform.class, - com.google.firestore.v1.DocumentTransform.Builder.class); + com.google.firestore.v1.DocumentTransform.class, com.google.firestore.v1.DocumentTransform.Builder.class); } // Construct using com.google.firestore.v1.DocumentTransform.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -3989,9 +3577,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_DocumentTransform_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_descriptor; } @java.lang.Override @@ -4010,12 +3598,9 @@ public com.google.firestore.v1.DocumentTransform build() { @java.lang.Override public com.google.firestore.v1.DocumentTransform buildPartial() { - com.google.firestore.v1.DocumentTransform result = - new com.google.firestore.v1.DocumentTransform(this); + com.google.firestore.v1.DocumentTransform result = new com.google.firestore.v1.DocumentTransform(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -4043,39 +3628,38 @@ private void buildPartial0(com.google.firestore.v1.DocumentTransform result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.DocumentTransform) { - return mergeFrom((com.google.firestore.v1.DocumentTransform) other); + return mergeFrom((com.google.firestore.v1.DocumentTransform)other); } else { super.mergeFrom(other); return this; @@ -4107,10 +3691,9 @@ public Builder mergeFrom(com.google.firestore.v1.DocumentTransform other) { fieldTransformsBuilder_ = null; fieldTransforms_ = other.fieldTransforms_; bitField0_ = (bitField0_ & ~0x00000002); - fieldTransformsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getFieldTransformsFieldBuilder() - : null; + fieldTransformsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getFieldTransformsFieldBuilder() : null; } else { fieldTransformsBuilder_.addAllMessages(other.fieldTransforms_); } @@ -4142,33 +3725,30 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - document_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - com.google.firestore.v1.DocumentTransform.FieldTransform m = - input.readMessage( - com.google.firestore.v1.DocumentTransform.FieldTransform.parser(), - extensionRegistry); - if (fieldTransformsBuilder_ == null) { - ensureFieldTransformsIsMutable(); - fieldTransforms_.add(m); - } else { - fieldTransformsBuilder_.addMessage(m); - } - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + document_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + com.google.firestore.v1.DocumentTransform.FieldTransform m = + input.readMessage( + com.google.firestore.v1.DocumentTransform.FieldTransform.parser(), + extensionRegistry); + if (fieldTransformsBuilder_ == null) { + ensureFieldTransformsIsMutable(); + fieldTransforms_.add(m); + } else { + fieldTransformsBuilder_.addMessage(m); + } + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -4178,25 +3758,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object document_ = ""; /** - * - * *
      * The name of the document to transform.
      * 
* * string document = 1; - * * @return The document. */ public java.lang.String getDocument() { java.lang.Object ref = document_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); document_ = s; return s; @@ -4205,21 +3782,20 @@ public java.lang.String getDocument() { } } /** - * - * *
      * The name of the document to transform.
      * 
* * string document = 1; - * * @return The bytes for document. */ - public com.google.protobuf.ByteString getDocumentBytes() { + public com.google.protobuf.ByteString + getDocumentBytes() { java.lang.Object ref = document_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); document_ = b; return b; } else { @@ -4227,35 +3803,28 @@ public com.google.protobuf.ByteString getDocumentBytes() { } } /** - * - * *
      * The name of the document to transform.
      * 
* * string document = 1; - * * @param value The document to set. * @return This builder for chaining. */ - public Builder setDocument(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDocument( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } document_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The name of the document to transform.
      * 
* * string document = 1; - * * @return This builder for chaining. */ public Builder clearDocument() { @@ -4265,21 +3834,17 @@ public Builder clearDocument() { return this; } /** - * - * *
      * The name of the document to transform.
      * 
* * string document = 1; - * * @param value The bytes for document to set. * @return This builder for chaining. */ - public Builder setDocumentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDocumentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); document_ = value; bitField0_ |= 0x00000001; @@ -4287,38 +3852,28 @@ public Builder setDocumentBytes(com.google.protobuf.ByteString value) { return this; } - private java.util.List - fieldTransforms_ = java.util.Collections.emptyList(); - + private java.util.List fieldTransforms_ = + java.util.Collections.emptyList(); private void ensureFieldTransformsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { - fieldTransforms_ = - new java.util.ArrayList( - fieldTransforms_); + fieldTransforms_ = new java.util.ArrayList(fieldTransforms_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.DocumentTransform.FieldTransform, - com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, - com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> - fieldTransformsBuilder_; + com.google.firestore.v1.DocumentTransform.FieldTransform, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> fieldTransformsBuilder_; /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ - public java.util.List - getFieldTransformsList() { + public java.util.List getFieldTransformsList() { if (fieldTransformsBuilder_ == null) { return java.util.Collections.unmodifiableList(fieldTransforms_); } else { @@ -4326,16 +3881,13 @@ private void ensureFieldTransformsIsMutable() { } } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ public int getFieldTransformsCount() { if (fieldTransformsBuilder_ == null) { @@ -4345,16 +3897,13 @@ public int getFieldTransformsCount() { } } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ public com.google.firestore.v1.DocumentTransform.FieldTransform getFieldTransforms(int index) { if (fieldTransformsBuilder_ == null) { @@ -4364,16 +3913,13 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform getFieldTransfor } } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ public Builder setFieldTransforms( int index, com.google.firestore.v1.DocumentTransform.FieldTransform value) { @@ -4390,20 +3936,16 @@ public Builder setFieldTransforms( return this; } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ public Builder setFieldTransforms( - int index, - com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { + int index, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { if (fieldTransformsBuilder_ == null) { ensureFieldTransformsIsMutable(); fieldTransforms_.set(index, builderForValue.build()); @@ -4414,19 +3956,15 @@ public Builder setFieldTransforms( return this; } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ - public Builder addFieldTransforms( - com.google.firestore.v1.DocumentTransform.FieldTransform value) { + public Builder addFieldTransforms(com.google.firestore.v1.DocumentTransform.FieldTransform value) { if (fieldTransformsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -4440,16 +3978,13 @@ public Builder addFieldTransforms( return this; } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ public Builder addFieldTransforms( int index, com.google.firestore.v1.DocumentTransform.FieldTransform value) { @@ -4466,16 +4001,13 @@ public Builder addFieldTransforms( return this; } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ public Builder addFieldTransforms( com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { @@ -4489,20 +4021,16 @@ public Builder addFieldTransforms( return this; } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ public Builder addFieldTransforms( - int index, - com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { + int index, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { if (fieldTransformsBuilder_ == null) { ensureFieldTransformsIsMutable(); fieldTransforms_.add(index, builderForValue.build()); @@ -4513,23 +4041,20 @@ public Builder addFieldTransforms( return this; } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ public Builder addAllFieldTransforms( - java.lang.Iterable - values) { + java.lang.Iterable values) { if (fieldTransformsBuilder_ == null) { ensureFieldTransformsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, fieldTransforms_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, fieldTransforms_); onChanged(); } else { fieldTransformsBuilder_.addAllMessages(values); @@ -4537,16 +4062,13 @@ public Builder addAllFieldTransforms( return this; } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ public Builder clearFieldTransforms() { if (fieldTransformsBuilder_ == null) { @@ -4559,16 +4081,13 @@ public Builder clearFieldTransforms() { return this; } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ public Builder removeFieldTransforms(int index) { if (fieldTransformsBuilder_ == null) { @@ -4581,56 +4100,45 @@ public Builder removeFieldTransforms(int index) { return this; } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ - public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder - getFieldTransformsBuilder(int index) { + public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder getFieldTransformsBuilder( + int index) { return getFieldTransformsFieldBuilder().getBuilder(index); } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ - public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder - getFieldTransformsOrBuilder(int index) { + public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getFieldTransformsOrBuilder( + int index) { if (fieldTransformsBuilder_ == null) { - return fieldTransforms_.get(index); - } else { + return fieldTransforms_.get(index); } else { return fieldTransformsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ - public java.util.List< - ? extends com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> - getFieldTransformsOrBuilderList() { + public java.util.List + getFieldTransformsOrBuilderList() { if (fieldTransformsBuilder_ != null) { return fieldTransformsBuilder_.getMessageOrBuilderList(); } else { @@ -4638,69 +4146,51 @@ public Builder removeFieldTransforms(int index) { } } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ - public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder - addFieldTransformsBuilder() { - return getFieldTransformsFieldBuilder() - .addBuilder( - com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); + public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder addFieldTransformsBuilder() { + return getFieldTransformsFieldBuilder().addBuilder( + com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ - public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder - addFieldTransformsBuilder(int index) { - return getFieldTransformsFieldBuilder() - .addBuilder( - index, com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); + public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder addFieldTransformsBuilder( + int index) { + return getFieldTransformsFieldBuilder().addBuilder( + index, com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); } /** - * - * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ - public java.util.List - getFieldTransformsBuilderList() { + public java.util.List + getFieldTransformsBuilderList() { return getFieldTransformsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.DocumentTransform.FieldTransform, - com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, - com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> + com.google.firestore.v1.DocumentTransform.FieldTransform, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> getFieldTransformsFieldBuilder() { if (fieldTransformsBuilder_ == null) { - fieldTransformsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.DocumentTransform.FieldTransform, - com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, - com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder>( + fieldTransformsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.v1.DocumentTransform.FieldTransform, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder>( fieldTransforms_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), @@ -4709,9 +4199,9 @@ public Builder removeFieldTransforms(int index) { } return fieldTransformsBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -4721,12 +4211,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.DocumentTransform) } // @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentTransform) private static final com.google.firestore.v1.DocumentTransform DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.DocumentTransform(); } @@ -4735,27 +4225,27 @@ public static com.google.firestore.v1.DocumentTransform getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DocumentTransform parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DocumentTransform parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -4770,4 +4260,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.DocumentTransform getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransformOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransformOrBuilder.java similarity index 66% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransformOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransformOrBuilder.java index d5d1ae17a..3aedb6ef1 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransformOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransformOrBuilder.java @@ -1,118 +1,83 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/write.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface DocumentTransformOrBuilder - extends +public interface DocumentTransformOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.DocumentTransform) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The name of the document to transform.
    * 
* * string document = 1; - * * @return The document. */ java.lang.String getDocument(); /** - * - * *
    * The name of the document to transform.
    * 
* * string document = 1; - * * @return The bytes for document. */ - com.google.protobuf.ByteString getDocumentBytes(); + com.google.protobuf.ByteString + getDocumentBytes(); /** - * - * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ - java.util.List getFieldTransformsList(); + java.util.List + getFieldTransformsList(); /** - * - * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ com.google.firestore.v1.DocumentTransform.FieldTransform getFieldTransforms(int index); /** - * - * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ int getFieldTransformsCount(); /** - * - * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ - java.util.List + java.util.List getFieldTransformsOrBuilderList(); /** - * - * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; */ com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getFieldTransformsOrBuilder( int index); diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStats.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStats.java similarity index 73% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStats.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStats.java index 0453944ab..48e1aca42 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStats.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStats.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/query_profile.proto @@ -20,60 +5,54 @@ package com.google.firestore.v1; /** - * - * *
  * Execution statistics for the query.
  * 
* * Protobuf type {@code google.firestore.v1.ExecutionStats} */ -public final class ExecutionStats extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ExecutionStats extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.ExecutionStats) ExecutionStatsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ExecutionStats.newBuilder() to construct. private ExecutionStats(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private ExecutionStats() {} + private ExecutionStats() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ExecutionStats(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExecutionStats_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExecutionStats_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExecutionStats_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExecutionStats_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExecutionStats.class, - com.google.firestore.v1.ExecutionStats.Builder.class); + com.google.firestore.v1.ExecutionStats.class, com.google.firestore.v1.ExecutionStats.Builder.class); } private int bitField0_; public static final int RESULTS_RETURNED_FIELD_NUMBER = 1; private long resultsReturned_ = 0L; /** - * - * *
    * Total number of results returned, including documents, projections,
    * aggregation results, keys.
    * 
* * int64 results_returned = 1; - * * @return The resultsReturned. */ @java.lang.Override @@ -84,14 +63,11 @@ public long getResultsReturned() { public static final int EXECUTION_DURATION_FIELD_NUMBER = 3; private com.google.protobuf.Duration executionDuration_; /** - * - * *
    * Total time to execute the query in the backend.
    * 
* * .google.protobuf.Duration execution_duration = 3; - * * @return Whether the executionDuration field is set. */ @java.lang.Override @@ -99,25 +75,18 @@ public boolean hasExecutionDuration() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Total time to execute the query in the backend.
    * 
* * .google.protobuf.Duration execution_duration = 3; - * * @return The executionDuration. */ @java.lang.Override public com.google.protobuf.Duration getExecutionDuration() { - return executionDuration_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : executionDuration_; + return executionDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : executionDuration_; } /** - * - * *
    * Total time to execute the query in the backend.
    * 
@@ -126,22 +95,17 @@ public com.google.protobuf.Duration getExecutionDuration() { */ @java.lang.Override public com.google.protobuf.DurationOrBuilder getExecutionDurationOrBuilder() { - return executionDuration_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : executionDuration_; + return executionDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : executionDuration_; } public static final int READ_OPERATIONS_FIELD_NUMBER = 4; private long readOperations_ = 0L; /** - * - * *
    * Total billable read operations.
    * 
* * int64 read_operations = 4; - * * @return The readOperations. */ @java.lang.Override @@ -152,8 +116,6 @@ public long getReadOperations() { public static final int DEBUG_STATS_FIELD_NUMBER = 5; private com.google.protobuf.Struct debugStats_; /** - * - * *
    * Debugging statistics from the execution of the query. Note that the
    * debugging stats are subject to change as Firestore evolves. It could
@@ -170,7 +132,6 @@ public long getReadOperations() {
    * 
* * .google.protobuf.Struct debug_stats = 5; - * * @return Whether the debugStats field is set. */ @java.lang.Override @@ -178,8 +139,6 @@ public boolean hasDebugStats() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * Debugging statistics from the execution of the query. Note that the
    * debugging stats are subject to change as Firestore evolves. It could
@@ -196,7 +155,6 @@ public boolean hasDebugStats() {
    * 
* * .google.protobuf.Struct debug_stats = 5; - * * @return The debugStats. */ @java.lang.Override @@ -204,8 +162,6 @@ public com.google.protobuf.Struct getDebugStats() { return debugStats_ == null ? com.google.protobuf.Struct.getDefaultInstance() : debugStats_; } /** - * - * *
    * Debugging statistics from the execution of the query. Note that the
    * debugging stats are subject to change as Firestore evolves. It could
@@ -229,7 +185,6 @@ public com.google.protobuf.StructOrBuilder getDebugStatsOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -241,7 +196,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (resultsReturned_ != 0L) {
       output.writeInt64(1, resultsReturned_);
     }
@@ -264,16 +220,20 @@ public int getSerializedSize() {
 
     size = 0;
     if (resultsReturned_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, resultsReturned_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(1, resultsReturned_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getExecutionDuration());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getExecutionDuration());
     }
     if (readOperations_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, readOperations_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(4, readOperations_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getDebugStats());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(5, getDebugStats());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -283,22 +243,26 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.ExecutionStats)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.ExecutionStats other = (com.google.firestore.v1.ExecutionStats) obj;
 
-    if (getResultsReturned() != other.getResultsReturned()) return false;
+    if (getResultsReturned()
+        != other.getResultsReturned()) return false;
     if (hasExecutionDuration() != other.hasExecutionDuration()) return false;
     if (hasExecutionDuration()) {
-      if (!getExecutionDuration().equals(other.getExecutionDuration())) return false;
+      if (!getExecutionDuration()
+          .equals(other.getExecutionDuration())) return false;
     }
-    if (getReadOperations() != other.getReadOperations()) return false;
+    if (getReadOperations()
+        != other.getReadOperations()) return false;
     if (hasDebugStats() != other.hasDebugStats()) return false;
     if (hasDebugStats()) {
-      if (!getDebugStats().equals(other.getDebugStats())) return false;
+      if (!getDebugStats()
+          .equals(other.getDebugStats())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -312,13 +276,15 @@ public int hashCode() {
     int hash = 41;
     hash = (19 * hash) + getDescriptor().hashCode();
     hash = (37 * hash) + RESULTS_RETURNED_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getResultsReturned());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+        getResultsReturned());
     if (hasExecutionDuration()) {
       hash = (37 * hash) + EXECUTION_DURATION_FIELD_NUMBER;
       hash = (53 * hash) + getExecutionDuration().hashCode();
     }
     hash = (37 * hash) + READ_OPERATIONS_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getReadOperations());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+        getReadOperations());
     if (hasDebugStats()) {
       hash = (37 * hash) + DEBUG_STATS_FIELD_NUMBER;
       hash = (53 * hash) + getDebugStats().hashCode();
@@ -328,127 +294,120 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.ExecutionStats parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.ExecutionStats parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ExecutionStats parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ExecutionStats parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ExecutionStats parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ExecutionStats parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ExecutionStats parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ExecutionStats parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.ExecutionStats parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.ExecutionStats parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.ExecutionStats parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ExecutionStats parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.ExecutionStats parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.ExecutionStats prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Execution statistics for the query.
    * 
* * Protobuf type {@code google.firestore.v1.ExecutionStats} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.ExecutionStats) com.google.firestore.v1.ExecutionStatsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExecutionStats_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExecutionStats_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExecutionStats_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExecutionStats_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExecutionStats.class, - com.google.firestore.v1.ExecutionStats.Builder.class); + com.google.firestore.v1.ExecutionStats.class, com.google.firestore.v1.ExecutionStats.Builder.class); } // Construct using com.google.firestore.v1.ExecutionStats.newBuilder() @@ -456,18 +415,18 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getExecutionDurationFieldBuilder(); getDebugStatsFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -488,9 +447,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExecutionStats_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExecutionStats_descriptor; } @java.lang.Override @@ -509,11 +468,8 @@ public com.google.firestore.v1.ExecutionStats build() { @java.lang.Override public com.google.firestore.v1.ExecutionStats buildPartial() { - com.google.firestore.v1.ExecutionStats result = - new com.google.firestore.v1.ExecutionStats(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.ExecutionStats result = new com.google.firestore.v1.ExecutionStats(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -525,17 +481,18 @@ private void buildPartial0(com.google.firestore.v1.ExecutionStats result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { - result.executionDuration_ = - executionDurationBuilder_ == null - ? executionDuration_ - : executionDurationBuilder_.build(); + result.executionDuration_ = executionDurationBuilder_ == null + ? executionDuration_ + : executionDurationBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000004) != 0)) { result.readOperations_ = readOperations_; } if (((from_bitField0_ & 0x00000008) != 0)) { - result.debugStats_ = debugStatsBuilder_ == null ? debugStats_ : debugStatsBuilder_.build(); + result.debugStats_ = debugStatsBuilder_ == null + ? debugStats_ + : debugStatsBuilder_.build(); to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; @@ -545,39 +502,38 @@ private void buildPartial0(com.google.firestore.v1.ExecutionStats result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.ExecutionStats) { - return mergeFrom((com.google.firestore.v1.ExecutionStats) other); + return mergeFrom((com.google.firestore.v1.ExecutionStats)other); } else { super.mergeFrom(other); return this; @@ -624,38 +580,36 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - resultsReturned_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 26: - { - input.readMessage( - getExecutionDurationFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 26 - case 32: - { - readOperations_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 32 - case 42: - { - input.readMessage(getDebugStatsFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000008; - break; - } // case 42 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + resultsReturned_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 26: { + input.readMessage( + getExecutionDurationFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 26 + case 32: { + readOperations_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 32 + case 42: { + input.readMessage( + getDebugStatsFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000008; + break; + } // case 42 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -665,20 +619,16 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; - private long resultsReturned_; + private long resultsReturned_ ; /** - * - * *
      * Total number of results returned, including documents, projections,
      * aggregation results, keys.
      * 
* * int64 results_returned = 1; - * * @return The resultsReturned. */ @java.lang.Override @@ -686,15 +636,12 @@ public long getResultsReturned() { return resultsReturned_; } /** - * - * *
      * Total number of results returned, including documents, projections,
      * aggregation results, keys.
      * 
* * int64 results_returned = 1; - * * @param value The resultsReturned to set. * @return This builder for chaining. */ @@ -706,15 +653,12 @@ public Builder setResultsReturned(long value) { return this; } /** - * - * *
      * Total number of results returned, including documents, projections,
      * aggregation results, keys.
      * 
* * int64 results_returned = 1; - * * @return This builder for chaining. */ public Builder clearResultsReturned() { @@ -726,47 +670,34 @@ public Builder clearResultsReturned() { private com.google.protobuf.Duration executionDuration_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, - com.google.protobuf.Duration.Builder, - com.google.protobuf.DurationOrBuilder> - executionDurationBuilder_; + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> executionDurationBuilder_; /** - * - * *
      * Total time to execute the query in the backend.
      * 
* * .google.protobuf.Duration execution_duration = 3; - * * @return Whether the executionDuration field is set. */ public boolean hasExecutionDuration() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Total time to execute the query in the backend.
      * 
* * .google.protobuf.Duration execution_duration = 3; - * * @return The executionDuration. */ public com.google.protobuf.Duration getExecutionDuration() { if (executionDurationBuilder_ == null) { - return executionDuration_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : executionDuration_; + return executionDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : executionDuration_; } else { return executionDurationBuilder_.getMessage(); } } /** - * - * *
      * Total time to execute the query in the backend.
      * 
@@ -787,15 +718,14 @@ public Builder setExecutionDuration(com.google.protobuf.Duration value) { return this; } /** - * - * *
      * Total time to execute the query in the backend.
      * 
* * .google.protobuf.Duration execution_duration = 3; */ - public Builder setExecutionDuration(com.google.protobuf.Duration.Builder builderForValue) { + public Builder setExecutionDuration( + com.google.protobuf.Duration.Builder builderForValue) { if (executionDurationBuilder_ == null) { executionDuration_ = builderForValue.build(); } else { @@ -806,8 +736,6 @@ public Builder setExecutionDuration(com.google.protobuf.Duration.Builder builder return this; } /** - * - * *
      * Total time to execute the query in the backend.
      * 
@@ -816,9 +744,9 @@ public Builder setExecutionDuration(com.google.protobuf.Duration.Builder builder */ public Builder mergeExecutionDuration(com.google.protobuf.Duration value) { if (executionDurationBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && executionDuration_ != null - && executionDuration_ != com.google.protobuf.Duration.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + executionDuration_ != null && + executionDuration_ != com.google.protobuf.Duration.getDefaultInstance()) { getExecutionDurationBuilder().mergeFrom(value); } else { executionDuration_ = value; @@ -833,8 +761,6 @@ public Builder mergeExecutionDuration(com.google.protobuf.Duration value) { return this; } /** - * - * *
      * Total time to execute the query in the backend.
      * 
@@ -852,8 +778,6 @@ public Builder clearExecutionDuration() { return this; } /** - * - * *
      * Total time to execute the query in the backend.
      * 
@@ -866,8 +790,6 @@ public com.google.protobuf.Duration.Builder getExecutionDurationBuilder() { return getExecutionDurationFieldBuilder().getBuilder(); } /** - * - * *
      * Total time to execute the query in the backend.
      * 
@@ -878,14 +800,11 @@ public com.google.protobuf.DurationOrBuilder getExecutionDurationOrBuilder() { if (executionDurationBuilder_ != null) { return executionDurationBuilder_.getMessageOrBuilder(); } else { - return executionDuration_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : executionDuration_; + return executionDuration_ == null ? + com.google.protobuf.Duration.getDefaultInstance() : executionDuration_; } } /** - * - * *
      * Total time to execute the query in the backend.
      * 
@@ -893,32 +812,26 @@ public com.google.protobuf.DurationOrBuilder getExecutionDurationOrBuilder() { * .google.protobuf.Duration execution_duration = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, - com.google.protobuf.Duration.Builder, - com.google.protobuf.DurationOrBuilder> + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> getExecutionDurationFieldBuilder() { if (executionDurationBuilder_ == null) { - executionDurationBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, - com.google.protobuf.Duration.Builder, - com.google.protobuf.DurationOrBuilder>( - getExecutionDuration(), getParentForChildren(), isClean()); + executionDurationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>( + getExecutionDuration(), + getParentForChildren(), + isClean()); executionDuration_ = null; } return executionDurationBuilder_; } - private long readOperations_; + private long readOperations_ ; /** - * - * *
      * Total billable read operations.
      * 
* * int64 read_operations = 4; - * * @return The readOperations. */ @java.lang.Override @@ -926,14 +839,11 @@ public long getReadOperations() { return readOperations_; } /** - * - * *
      * Total billable read operations.
      * 
* * int64 read_operations = 4; - * * @param value The readOperations to set. * @return This builder for chaining. */ @@ -945,14 +855,11 @@ public Builder setReadOperations(long value) { return this; } /** - * - * *
      * Total billable read operations.
      * 
* * int64 read_operations = 4; - * * @return This builder for chaining. */ public Builder clearReadOperations() { @@ -964,13 +871,8 @@ public Builder clearReadOperations() { private com.google.protobuf.Struct debugStats_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Struct, - com.google.protobuf.Struct.Builder, - com.google.protobuf.StructOrBuilder> - debugStatsBuilder_; + com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> debugStatsBuilder_; /** - * - * *
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -987,15 +889,12 @@ public Builder clearReadOperations() {
      * 
* * .google.protobuf.Struct debug_stats = 5; - * * @return Whether the debugStats field is set. */ public boolean hasDebugStats() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -1012,7 +911,6 @@ public boolean hasDebugStats() {
      * 
* * .google.protobuf.Struct debug_stats = 5; - * * @return The debugStats. */ public com.google.protobuf.Struct getDebugStats() { @@ -1023,8 +921,6 @@ public com.google.protobuf.Struct getDebugStats() { } } /** - * - * *
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -1056,8 +952,6 @@ public Builder setDebugStats(com.google.protobuf.Struct value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -1075,7 +969,8 @@ public Builder setDebugStats(com.google.protobuf.Struct value) {
      *
      * .google.protobuf.Struct debug_stats = 5;
      */
-    public Builder setDebugStats(com.google.protobuf.Struct.Builder builderForValue) {
+    public Builder setDebugStats(
+        com.google.protobuf.Struct.Builder builderForValue) {
       if (debugStatsBuilder_ == null) {
         debugStats_ = builderForValue.build();
       } else {
@@ -1086,8 +981,6 @@ public Builder setDebugStats(com.google.protobuf.Struct.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -1107,9 +1000,9 @@ public Builder setDebugStats(com.google.protobuf.Struct.Builder builderForValue)
      */
     public Builder mergeDebugStats(com.google.protobuf.Struct value) {
       if (debugStatsBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0)
-            && debugStats_ != null
-            && debugStats_ != com.google.protobuf.Struct.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0) &&
+          debugStats_ != null &&
+          debugStats_ != com.google.protobuf.Struct.getDefaultInstance()) {
           getDebugStatsBuilder().mergeFrom(value);
         } else {
           debugStats_ = value;
@@ -1124,8 +1017,6 @@ public Builder mergeDebugStats(com.google.protobuf.Struct value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -1154,8 +1045,6 @@ public Builder clearDebugStats() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -1179,8 +1068,6 @@ public com.google.protobuf.Struct.Builder getDebugStatsBuilder() {
       return getDebugStatsFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -1202,12 +1089,11 @@ public com.google.protobuf.StructOrBuilder getDebugStatsOrBuilder() {
       if (debugStatsBuilder_ != null) {
         return debugStatsBuilder_.getMessageOrBuilder();
       } else {
-        return debugStats_ == null ? com.google.protobuf.Struct.getDefaultInstance() : debugStats_;
+        return debugStats_ == null ?
+            com.google.protobuf.Struct.getDefaultInstance() : debugStats_;
       }
     }
     /**
-     *
-     *
      * 
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -1226,24 +1112,21 @@ public com.google.protobuf.StructOrBuilder getDebugStatsOrBuilder() {
      * .google.protobuf.Struct debug_stats = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Struct,
-            com.google.protobuf.Struct.Builder,
-            com.google.protobuf.StructOrBuilder>
+        com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> 
         getDebugStatsFieldBuilder() {
       if (debugStatsBuilder_ == null) {
-        debugStatsBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Struct,
-                com.google.protobuf.Struct.Builder,
-                com.google.protobuf.StructOrBuilder>(
-                getDebugStats(), getParentForChildren(), isClean());
+        debugStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder>(
+                getDebugStats(),
+                getParentForChildren(),
+                isClean());
         debugStats_ = null;
       }
       return debugStatsBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1253,12 +1136,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.ExecutionStats)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.ExecutionStats)
   private static final com.google.firestore.v1.ExecutionStats DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.ExecutionStats();
   }
@@ -1267,27 +1150,27 @@ public static com.google.firestore.v1.ExecutionStats getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public ExecutionStats parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public ExecutionStats parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1302,4 +1185,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.ExecutionStats getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStatsOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStatsOrBuilder.java
similarity index 81%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStatsOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStatsOrBuilder.java
index ec86aab5e..95fd74c27 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStatsOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStatsOrBuilder.java
@@ -1,70 +1,43 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/query_profile.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface ExecutionStatsOrBuilder
-    extends
+public interface ExecutionStatsOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.ExecutionStats)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Total number of results returned, including documents, projections,
    * aggregation results, keys.
    * 
* * int64 results_returned = 1; - * * @return The resultsReturned. */ long getResultsReturned(); /** - * - * *
    * Total time to execute the query in the backend.
    * 
* * .google.protobuf.Duration execution_duration = 3; - * * @return Whether the executionDuration field is set. */ boolean hasExecutionDuration(); /** - * - * *
    * Total time to execute the query in the backend.
    * 
* * .google.protobuf.Duration execution_duration = 3; - * * @return The executionDuration. */ com.google.protobuf.Duration getExecutionDuration(); /** - * - * *
    * Total time to execute the query in the backend.
    * 
@@ -74,21 +47,16 @@ public interface ExecutionStatsOrBuilder com.google.protobuf.DurationOrBuilder getExecutionDurationOrBuilder(); /** - * - * *
    * Total billable read operations.
    * 
* * int64 read_operations = 4; - * * @return The readOperations. */ long getReadOperations(); /** - * - * *
    * Debugging statistics from the execution of the query. Note that the
    * debugging stats are subject to change as Firestore evolves. It could
@@ -105,13 +73,10 @@ public interface ExecutionStatsOrBuilder
    * 
* * .google.protobuf.Struct debug_stats = 5; - * * @return Whether the debugStats field is set. */ boolean hasDebugStats(); /** - * - * *
    * Debugging statistics from the execution of the query. Note that the
    * debugging stats are subject to change as Firestore evolves. It could
@@ -128,13 +93,10 @@ public interface ExecutionStatsOrBuilder
    * 
* * .google.protobuf.Struct debug_stats = 5; - * * @return The debugStats. */ com.google.protobuf.Struct getDebugStats(); /** - * - * *
    * Debugging statistics from the execution of the query. Note that the
    * debugging stats are subject to change as Firestore evolves. It could
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilter.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilter.java
similarity index 77%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilter.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilter.java
index e6b018774..faac0b6c0 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilter.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilter.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
@@ -20,59 +5,53 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * A digest of all the documents that match a given target.
  * 
* * Protobuf type {@code google.firestore.v1.ExistenceFilter} */ -public final class ExistenceFilter extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ExistenceFilter extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.ExistenceFilter) ExistenceFilterOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ExistenceFilter.newBuilder() to construct. private ExistenceFilter(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private ExistenceFilter() {} + private ExistenceFilter() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ExistenceFilter(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_ExistenceFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_ExistenceFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_ExistenceFilter_fieldAccessorTable + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_ExistenceFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExistenceFilter.class, - com.google.firestore.v1.ExistenceFilter.Builder.class); + com.google.firestore.v1.ExistenceFilter.class, com.google.firestore.v1.ExistenceFilter.Builder.class); } private int bitField0_; public static final int TARGET_ID_FIELD_NUMBER = 1; private int targetId_ = 0; /** - * - * *
    * The target ID to which this filter applies.
    * 
* * int32 target_id = 1; - * * @return The targetId. */ @java.lang.Override @@ -83,8 +62,6 @@ public int getTargetId() { public static final int COUNT_FIELD_NUMBER = 2; private int count_ = 0; /** - * - * *
    * The total count of documents that match
    * [target_id][google.firestore.v1.ExistenceFilter.target_id].
@@ -99,7 +76,6 @@ public int getTargetId() {
    * 
* * int32 count = 2; - * * @return The count. */ @java.lang.Override @@ -110,8 +86,6 @@ public int getCount() { public static final int UNCHANGED_NAMES_FIELD_NUMBER = 3; private com.google.firestore.v1.BloomFilter unchangedNames_; /** - * - * *
    * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
    * the resource names of ALL the documents that match
@@ -127,7 +101,6 @@ public int getCount() {
    * 
* * .google.firestore.v1.BloomFilter unchanged_names = 3; - * * @return Whether the unchangedNames field is set. */ @java.lang.Override @@ -135,8 +108,6 @@ public boolean hasUnchangedNames() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
    * the resource names of ALL the documents that match
@@ -152,18 +123,13 @@ public boolean hasUnchangedNames() {
    * 
* * .google.firestore.v1.BloomFilter unchanged_names = 3; - * * @return The unchangedNames. */ @java.lang.Override public com.google.firestore.v1.BloomFilter getUnchangedNames() { - return unchangedNames_ == null - ? com.google.firestore.v1.BloomFilter.getDefaultInstance() - : unchangedNames_; + return unchangedNames_ == null ? com.google.firestore.v1.BloomFilter.getDefaultInstance() : unchangedNames_; } /** - * - * *
    * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
    * the resource names of ALL the documents that match
@@ -182,13 +148,10 @@ public com.google.firestore.v1.BloomFilter getUnchangedNames() {
    */
   @java.lang.Override
   public com.google.firestore.v1.BloomFilterOrBuilder getUnchangedNamesOrBuilder() {
-    return unchangedNames_ == null
-        ? com.google.firestore.v1.BloomFilter.getDefaultInstance()
-        : unchangedNames_;
+    return unchangedNames_ == null ? com.google.firestore.v1.BloomFilter.getDefaultInstance() : unchangedNames_;
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -200,7 +163,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (targetId_ != 0) {
       output.writeInt32(1, targetId_);
     }
@@ -220,13 +184,16 @@ public int getSerializedSize() {
 
     size = 0;
     if (targetId_ != 0) {
-      size += com.google.protobuf.CodedOutputStream.computeInt32Size(1, targetId_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt32Size(1, targetId_);
     }
     if (count_ != 0) {
-      size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, count_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt32Size(2, count_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getUnchangedNames());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getUnchangedNames());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -236,18 +203,21 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.ExistenceFilter)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.ExistenceFilter other = (com.google.firestore.v1.ExistenceFilter) obj;
 
-    if (getTargetId() != other.getTargetId()) return false;
-    if (getCount() != other.getCount()) return false;
+    if (getTargetId()
+        != other.getTargetId()) return false;
+    if (getCount()
+        != other.getCount()) return false;
     if (hasUnchangedNames() != other.hasUnchangedNames()) return false;
     if (hasUnchangedNames()) {
-      if (!getUnchangedNames().equals(other.getUnchangedNames())) return false;
+      if (!getUnchangedNames()
+          .equals(other.getUnchangedNames())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -273,127 +243,120 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.ExistenceFilter parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.ExistenceFilter parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ExistenceFilter parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ExistenceFilter parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ExistenceFilter parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ExistenceFilter parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ExistenceFilter parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ExistenceFilter parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.ExistenceFilter parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.ExistenceFilter parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.ExistenceFilter parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.ExistenceFilter parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ExistenceFilter parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.ExistenceFilter parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.ExistenceFilter prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * A digest of all the documents that match a given target.
    * 
* * Protobuf type {@code google.firestore.v1.ExistenceFilter} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.ExistenceFilter) com.google.firestore.v1.ExistenceFilterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_ExistenceFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_ExistenceFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_ExistenceFilter_fieldAccessorTable + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_ExistenceFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExistenceFilter.class, - com.google.firestore.v1.ExistenceFilter.Builder.class); + com.google.firestore.v1.ExistenceFilter.class, com.google.firestore.v1.ExistenceFilter.Builder.class); } // Construct using com.google.firestore.v1.ExistenceFilter.newBuilder() @@ -401,17 +364,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getUnchangedNamesFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -427,9 +390,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_ExistenceFilter_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_ExistenceFilter_descriptor; } @java.lang.Override @@ -448,11 +411,8 @@ public com.google.firestore.v1.ExistenceFilter build() { @java.lang.Override public com.google.firestore.v1.ExistenceFilter buildPartial() { - com.google.firestore.v1.ExistenceFilter result = - new com.google.firestore.v1.ExistenceFilter(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.ExistenceFilter result = new com.google.firestore.v1.ExistenceFilter(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -467,8 +427,9 @@ private void buildPartial0(com.google.firestore.v1.ExistenceFilter result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000004) != 0)) { - result.unchangedNames_ = - unchangedNamesBuilder_ == null ? unchangedNames_ : unchangedNamesBuilder_.build(); + result.unchangedNames_ = unchangedNamesBuilder_ == null + ? unchangedNames_ + : unchangedNamesBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; @@ -478,39 +439,38 @@ private void buildPartial0(com.google.firestore.v1.ExistenceFilter result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.ExistenceFilter) { - return mergeFrom((com.google.firestore.v1.ExistenceFilter) other); + return mergeFrom((com.google.firestore.v1.ExistenceFilter)other); } else { super.mergeFrom(other); return this; @@ -554,31 +514,29 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - targetId_ = input.readInt32(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 16: - { - count_ = input.readInt32(); - bitField0_ |= 0x00000002; - break; - } // case 16 - case 26: - { - input.readMessage(getUnchangedNamesFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000004; - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + targetId_ = input.readInt32(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 16: { + count_ = input.readInt32(); + bitField0_ |= 0x00000002; + break; + } // case 16 + case 26: { + input.readMessage( + getUnchangedNamesFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000004; + break; + } // case 26 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -588,19 +546,15 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; - private int targetId_; + private int targetId_ ; /** - * - * *
      * The target ID to which this filter applies.
      * 
* * int32 target_id = 1; - * * @return The targetId. */ @java.lang.Override @@ -608,14 +562,11 @@ public int getTargetId() { return targetId_; } /** - * - * *
      * The target ID to which this filter applies.
      * 
* * int32 target_id = 1; - * * @param value The targetId to set. * @return This builder for chaining. */ @@ -627,14 +578,11 @@ public Builder setTargetId(int value) { return this; } /** - * - * *
      * The target ID to which this filter applies.
      * 
* * int32 target_id = 1; - * * @return This builder for chaining. */ public Builder clearTargetId() { @@ -644,10 +592,8 @@ public Builder clearTargetId() { return this; } - private int count_; + private int count_ ; /** - * - * *
      * The total count of documents that match
      * [target_id][google.firestore.v1.ExistenceFilter.target_id].
@@ -662,7 +608,6 @@ public Builder clearTargetId() {
      * 
* * int32 count = 2; - * * @return The count. */ @java.lang.Override @@ -670,8 +615,6 @@ public int getCount() { return count_; } /** - * - * *
      * The total count of documents that match
      * [target_id][google.firestore.v1.ExistenceFilter.target_id].
@@ -686,7 +629,6 @@ public int getCount() {
      * 
* * int32 count = 2; - * * @param value The count to set. * @return This builder for chaining. */ @@ -698,8 +640,6 @@ public Builder setCount(int value) { return this; } /** - * - * *
      * The total count of documents that match
      * [target_id][google.firestore.v1.ExistenceFilter.target_id].
@@ -714,7 +654,6 @@ public Builder setCount(int value) {
      * 
* * int32 count = 2; - * * @return This builder for chaining. */ public Builder clearCount() { @@ -726,13 +665,8 @@ public Builder clearCount() { private com.google.firestore.v1.BloomFilter unchangedNames_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.BloomFilter, - com.google.firestore.v1.BloomFilter.Builder, - com.google.firestore.v1.BloomFilterOrBuilder> - unchangedNamesBuilder_; + com.google.firestore.v1.BloomFilter, com.google.firestore.v1.BloomFilter.Builder, com.google.firestore.v1.BloomFilterOrBuilder> unchangedNamesBuilder_; /** - * - * *
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -748,15 +682,12 @@ public Builder clearCount() {
      * 
* * .google.firestore.v1.BloomFilter unchanged_names = 3; - * * @return Whether the unchangedNames field is set. */ public boolean hasUnchangedNames() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -772,21 +703,16 @@ public boolean hasUnchangedNames() {
      * 
* * .google.firestore.v1.BloomFilter unchanged_names = 3; - * * @return The unchangedNames. */ public com.google.firestore.v1.BloomFilter getUnchangedNames() { if (unchangedNamesBuilder_ == null) { - return unchangedNames_ == null - ? com.google.firestore.v1.BloomFilter.getDefaultInstance() - : unchangedNames_; + return unchangedNames_ == null ? com.google.firestore.v1.BloomFilter.getDefaultInstance() : unchangedNames_; } else { return unchangedNamesBuilder_.getMessage(); } } /** - * - * *
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -817,8 +743,6 @@ public Builder setUnchangedNames(com.google.firestore.v1.BloomFilter value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -835,7 +759,8 @@ public Builder setUnchangedNames(com.google.firestore.v1.BloomFilter value) {
      *
      * .google.firestore.v1.BloomFilter unchanged_names = 3;
      */
-    public Builder setUnchangedNames(com.google.firestore.v1.BloomFilter.Builder builderForValue) {
+    public Builder setUnchangedNames(
+        com.google.firestore.v1.BloomFilter.Builder builderForValue) {
       if (unchangedNamesBuilder_ == null) {
         unchangedNames_ = builderForValue.build();
       } else {
@@ -846,8 +771,6 @@ public Builder setUnchangedNames(com.google.firestore.v1.BloomFilter.Builder bui
       return this;
     }
     /**
-     *
-     *
      * 
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -866,9 +789,9 @@ public Builder setUnchangedNames(com.google.firestore.v1.BloomFilter.Builder bui
      */
     public Builder mergeUnchangedNames(com.google.firestore.v1.BloomFilter value) {
       if (unchangedNamesBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0)
-            && unchangedNames_ != null
-            && unchangedNames_ != com.google.firestore.v1.BloomFilter.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0) &&
+          unchangedNames_ != null &&
+          unchangedNames_ != com.google.firestore.v1.BloomFilter.getDefaultInstance()) {
           getUnchangedNamesBuilder().mergeFrom(value);
         } else {
           unchangedNames_ = value;
@@ -883,8 +806,6 @@ public Builder mergeUnchangedNames(com.google.firestore.v1.BloomFilter value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -912,8 +833,6 @@ public Builder clearUnchangedNames() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -936,8 +855,6 @@ public com.google.firestore.v1.BloomFilter.Builder getUnchangedNamesBuilder() {
       return getUnchangedNamesFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -958,14 +875,11 @@ public com.google.firestore.v1.BloomFilterOrBuilder getUnchangedNamesOrBuilder()
       if (unchangedNamesBuilder_ != null) {
         return unchangedNamesBuilder_.getMessageOrBuilder();
       } else {
-        return unchangedNames_ == null
-            ? com.google.firestore.v1.BloomFilter.getDefaultInstance()
-            : unchangedNames_;
+        return unchangedNames_ == null ?
+            com.google.firestore.v1.BloomFilter.getDefaultInstance() : unchangedNames_;
       }
     }
     /**
-     *
-     *
      * 
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -983,24 +897,21 @@ public com.google.firestore.v1.BloomFilterOrBuilder getUnchangedNamesOrBuilder()
      * .google.firestore.v1.BloomFilter unchanged_names = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.BloomFilter,
-            com.google.firestore.v1.BloomFilter.Builder,
-            com.google.firestore.v1.BloomFilterOrBuilder>
+        com.google.firestore.v1.BloomFilter, com.google.firestore.v1.BloomFilter.Builder, com.google.firestore.v1.BloomFilterOrBuilder> 
         getUnchangedNamesFieldBuilder() {
       if (unchangedNamesBuilder_ == null) {
-        unchangedNamesBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.BloomFilter,
-                com.google.firestore.v1.BloomFilter.Builder,
-                com.google.firestore.v1.BloomFilterOrBuilder>(
-                getUnchangedNames(), getParentForChildren(), isClean());
+        unchangedNamesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.BloomFilter, com.google.firestore.v1.BloomFilter.Builder, com.google.firestore.v1.BloomFilterOrBuilder>(
+                getUnchangedNames(),
+                getParentForChildren(),
+                isClean());
         unchangedNames_ = null;
       }
       return unchangedNamesBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1010,12 +921,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.ExistenceFilter)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.ExistenceFilter)
   private static final com.google.firestore.v1.ExistenceFilter DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.ExistenceFilter();
   }
@@ -1024,27 +935,27 @@ public static com.google.firestore.v1.ExistenceFilter getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public ExistenceFilter parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public ExistenceFilter parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1059,4 +970,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.ExistenceFilter getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilterOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilterOrBuilder.java
similarity index 84%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilterOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilterOrBuilder.java
index 0236635ef..9bd55243f 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilterOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilterOrBuilder.java
@@ -1,45 +1,24 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface ExistenceFilterOrBuilder
-    extends
+public interface ExistenceFilterOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.ExistenceFilter)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The target ID to which this filter applies.
    * 
* * int32 target_id = 1; - * * @return The targetId. */ int getTargetId(); /** - * - * *
    * The total count of documents that match
    * [target_id][google.firestore.v1.ExistenceFilter.target_id].
@@ -54,14 +33,11 @@ public interface ExistenceFilterOrBuilder
    * 
* * int32 count = 2; - * * @return The count. */ int getCount(); /** - * - * *
    * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
    * the resource names of ALL the documents that match
@@ -77,13 +53,10 @@ public interface ExistenceFilterOrBuilder
    * 
* * .google.firestore.v1.BloomFilter unchanged_names = 3; - * * @return Whether the unchangedNames field is set. */ boolean hasUnchangedNames(); /** - * - * *
    * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
    * the resource names of ALL the documents that match
@@ -99,13 +72,10 @@ public interface ExistenceFilterOrBuilder
    * 
* * .google.firestore.v1.BloomFilter unchanged_names = 3; - * * @return The unchangedNames. */ com.google.firestore.v1.BloomFilter getUnchangedNames(); /** - * - * *
    * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
    * the resource names of ALL the documents that match
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetrics.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetrics.java
similarity index 70%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetrics.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetrics.java
index 4507ad57f..0263dce22 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetrics.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetrics.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/query_profile.proto
 
@@ -20,59 +5,53 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * Explain metrics for the query.
  * 
* * Protobuf type {@code google.firestore.v1.ExplainMetrics} */ -public final class ExplainMetrics extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ExplainMetrics extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.ExplainMetrics) ExplainMetricsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ExplainMetrics.newBuilder() to construct. private ExplainMetrics(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private ExplainMetrics() {} + private ExplainMetrics() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ExplainMetrics(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExplainMetrics_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainMetrics_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExplainMetrics_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainMetrics_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExplainMetrics.class, - com.google.firestore.v1.ExplainMetrics.Builder.class); + com.google.firestore.v1.ExplainMetrics.class, com.google.firestore.v1.ExplainMetrics.Builder.class); } private int bitField0_; public static final int PLAN_SUMMARY_FIELD_NUMBER = 1; private com.google.firestore.v1.PlanSummary planSummary_; /** - * - * *
    * Planning phase information for the query.
    * 
* * .google.firestore.v1.PlanSummary plan_summary = 1; - * * @return Whether the planSummary field is set. */ @java.lang.Override @@ -80,25 +59,18 @@ public boolean hasPlanSummary() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Planning phase information for the query.
    * 
* * .google.firestore.v1.PlanSummary plan_summary = 1; - * * @return The planSummary. */ @java.lang.Override public com.google.firestore.v1.PlanSummary getPlanSummary() { - return planSummary_ == null - ? com.google.firestore.v1.PlanSummary.getDefaultInstance() - : planSummary_; + return planSummary_ == null ? com.google.firestore.v1.PlanSummary.getDefaultInstance() : planSummary_; } /** - * - * *
    * Planning phase information for the query.
    * 
@@ -107,16 +79,12 @@ public com.google.firestore.v1.PlanSummary getPlanSummary() { */ @java.lang.Override public com.google.firestore.v1.PlanSummaryOrBuilder getPlanSummaryOrBuilder() { - return planSummary_ == null - ? com.google.firestore.v1.PlanSummary.getDefaultInstance() - : planSummary_; + return planSummary_ == null ? com.google.firestore.v1.PlanSummary.getDefaultInstance() : planSummary_; } public static final int EXECUTION_STATS_FIELD_NUMBER = 2; private com.google.firestore.v1.ExecutionStats executionStats_; /** - * - * *
    * Aggregated stats from the execution of the query. Only present when
    * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -124,7 +92,6 @@ public com.google.firestore.v1.PlanSummaryOrBuilder getPlanSummaryOrBuilder() {
    * 
* * .google.firestore.v1.ExecutionStats execution_stats = 2; - * * @return Whether the executionStats field is set. */ @java.lang.Override @@ -132,8 +99,6 @@ public boolean hasExecutionStats() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * Aggregated stats from the execution of the query. Only present when
    * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -141,18 +106,13 @@ public boolean hasExecutionStats() {
    * 
* * .google.firestore.v1.ExecutionStats execution_stats = 2; - * * @return The executionStats. */ @java.lang.Override public com.google.firestore.v1.ExecutionStats getExecutionStats() { - return executionStats_ == null - ? com.google.firestore.v1.ExecutionStats.getDefaultInstance() - : executionStats_; + return executionStats_ == null ? com.google.firestore.v1.ExecutionStats.getDefaultInstance() : executionStats_; } /** - * - * *
    * Aggregated stats from the execution of the query. Only present when
    * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -163,13 +123,10 @@ public com.google.firestore.v1.ExecutionStats getExecutionStats() {
    */
   @java.lang.Override
   public com.google.firestore.v1.ExecutionStatsOrBuilder getExecutionStatsOrBuilder() {
-    return executionStats_ == null
-        ? com.google.firestore.v1.ExecutionStats.getDefaultInstance()
-        : executionStats_;
+    return executionStats_ == null ? com.google.firestore.v1.ExecutionStats.getDefaultInstance() : executionStats_;
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -181,7 +138,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getPlanSummary());
     }
@@ -198,10 +156,12 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getPlanSummary());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, getPlanSummary());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getExecutionStats());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, getExecutionStats());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -211,7 +171,7 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.ExplainMetrics)) {
       return super.equals(obj);
@@ -220,11 +180,13 @@ public boolean equals(final java.lang.Object obj) {
 
     if (hasPlanSummary() != other.hasPlanSummary()) return false;
     if (hasPlanSummary()) {
-      if (!getPlanSummary().equals(other.getPlanSummary())) return false;
+      if (!getPlanSummary()
+          .equals(other.getPlanSummary())) return false;
     }
     if (hasExecutionStats() != other.hasExecutionStats()) return false;
     if (hasExecutionStats()) {
-      if (!getExecutionStats().equals(other.getExecutionStats())) return false;
+      if (!getExecutionStats()
+          .equals(other.getExecutionStats())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -250,127 +212,120 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.ExplainMetrics parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.ExplainMetrics parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ExplainMetrics parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ExplainMetrics parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ExplainMetrics parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ExplainMetrics parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ExplainMetrics parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ExplainMetrics parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.ExplainMetrics parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.ExplainMetrics parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.ExplainMetrics parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ExplainMetrics parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.ExplainMetrics parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.ExplainMetrics prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Explain metrics for the query.
    * 
* * Protobuf type {@code google.firestore.v1.ExplainMetrics} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.ExplainMetrics) com.google.firestore.v1.ExplainMetricsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExplainMetrics_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainMetrics_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExplainMetrics_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainMetrics_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExplainMetrics.class, - com.google.firestore.v1.ExplainMetrics.Builder.class); + com.google.firestore.v1.ExplainMetrics.class, com.google.firestore.v1.ExplainMetrics.Builder.class); } // Construct using com.google.firestore.v1.ExplainMetrics.newBuilder() @@ -378,18 +333,18 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getPlanSummaryFieldBuilder(); getExecutionStatsFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -408,9 +363,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExplainMetrics_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainMetrics_descriptor; } @java.lang.Override @@ -429,11 +384,8 @@ public com.google.firestore.v1.ExplainMetrics build() { @java.lang.Override public com.google.firestore.v1.ExplainMetrics buildPartial() { - com.google.firestore.v1.ExplainMetrics result = - new com.google.firestore.v1.ExplainMetrics(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.ExplainMetrics result = new com.google.firestore.v1.ExplainMetrics(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -442,13 +394,15 @@ private void buildPartial0(com.google.firestore.v1.ExplainMetrics result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { - result.planSummary_ = - planSummaryBuilder_ == null ? planSummary_ : planSummaryBuilder_.build(); + result.planSummary_ = planSummaryBuilder_ == null + ? planSummary_ + : planSummaryBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { - result.executionStats_ = - executionStatsBuilder_ == null ? executionStats_ : executionStatsBuilder_.build(); + result.executionStats_ = executionStatsBuilder_ == null + ? executionStats_ + : executionStatsBuilder_.build(); to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; @@ -458,39 +412,38 @@ private void buildPartial0(com.google.firestore.v1.ExplainMetrics result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.ExplainMetrics) { - return mergeFrom((com.google.firestore.v1.ExplainMetrics) other); + return mergeFrom((com.google.firestore.v1.ExplainMetrics)other); } else { super.mergeFrom(other); return this; @@ -531,25 +484,26 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getPlanSummaryFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - input.readMessage(getExecutionStatsFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getPlanSummaryFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + input.readMessage( + getExecutionStatsFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -559,52 +513,38 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private com.google.firestore.v1.PlanSummary planSummary_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.PlanSummary, - com.google.firestore.v1.PlanSummary.Builder, - com.google.firestore.v1.PlanSummaryOrBuilder> - planSummaryBuilder_; + com.google.firestore.v1.PlanSummary, com.google.firestore.v1.PlanSummary.Builder, com.google.firestore.v1.PlanSummaryOrBuilder> planSummaryBuilder_; /** - * - * *
      * Planning phase information for the query.
      * 
* * .google.firestore.v1.PlanSummary plan_summary = 1; - * * @return Whether the planSummary field is set. */ public boolean hasPlanSummary() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Planning phase information for the query.
      * 
* * .google.firestore.v1.PlanSummary plan_summary = 1; - * * @return The planSummary. */ public com.google.firestore.v1.PlanSummary getPlanSummary() { if (planSummaryBuilder_ == null) { - return planSummary_ == null - ? com.google.firestore.v1.PlanSummary.getDefaultInstance() - : planSummary_; + return planSummary_ == null ? com.google.firestore.v1.PlanSummary.getDefaultInstance() : planSummary_; } else { return planSummaryBuilder_.getMessage(); } } /** - * - * *
      * Planning phase information for the query.
      * 
@@ -625,15 +565,14 @@ public Builder setPlanSummary(com.google.firestore.v1.PlanSummary value) { return this; } /** - * - * *
      * Planning phase information for the query.
      * 
* * .google.firestore.v1.PlanSummary plan_summary = 1; */ - public Builder setPlanSummary(com.google.firestore.v1.PlanSummary.Builder builderForValue) { + public Builder setPlanSummary( + com.google.firestore.v1.PlanSummary.Builder builderForValue) { if (planSummaryBuilder_ == null) { planSummary_ = builderForValue.build(); } else { @@ -644,8 +583,6 @@ public Builder setPlanSummary(com.google.firestore.v1.PlanSummary.Builder builde return this; } /** - * - * *
      * Planning phase information for the query.
      * 
@@ -654,9 +591,9 @@ public Builder setPlanSummary(com.google.firestore.v1.PlanSummary.Builder builde */ public Builder mergePlanSummary(com.google.firestore.v1.PlanSummary value) { if (planSummaryBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && planSummary_ != null - && planSummary_ != com.google.firestore.v1.PlanSummary.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + planSummary_ != null && + planSummary_ != com.google.firestore.v1.PlanSummary.getDefaultInstance()) { getPlanSummaryBuilder().mergeFrom(value); } else { planSummary_ = value; @@ -671,8 +608,6 @@ public Builder mergePlanSummary(com.google.firestore.v1.PlanSummary value) { return this; } /** - * - * *
      * Planning phase information for the query.
      * 
@@ -690,8 +625,6 @@ public Builder clearPlanSummary() { return this; } /** - * - * *
      * Planning phase information for the query.
      * 
@@ -704,8 +637,6 @@ public com.google.firestore.v1.PlanSummary.Builder getPlanSummaryBuilder() { return getPlanSummaryFieldBuilder().getBuilder(); } /** - * - * *
      * Planning phase information for the query.
      * 
@@ -716,14 +647,11 @@ public com.google.firestore.v1.PlanSummaryOrBuilder getPlanSummaryOrBuilder() { if (planSummaryBuilder_ != null) { return planSummaryBuilder_.getMessageOrBuilder(); } else { - return planSummary_ == null - ? com.google.firestore.v1.PlanSummary.getDefaultInstance() - : planSummary_; + return planSummary_ == null ? + com.google.firestore.v1.PlanSummary.getDefaultInstance() : planSummary_; } } /** - * - * *
      * Planning phase information for the query.
      * 
@@ -731,17 +659,14 @@ public com.google.firestore.v1.PlanSummaryOrBuilder getPlanSummaryOrBuilder() { * .google.firestore.v1.PlanSummary plan_summary = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.PlanSummary, - com.google.firestore.v1.PlanSummary.Builder, - com.google.firestore.v1.PlanSummaryOrBuilder> + com.google.firestore.v1.PlanSummary, com.google.firestore.v1.PlanSummary.Builder, com.google.firestore.v1.PlanSummaryOrBuilder> getPlanSummaryFieldBuilder() { if (planSummaryBuilder_ == null) { - planSummaryBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.PlanSummary, - com.google.firestore.v1.PlanSummary.Builder, - com.google.firestore.v1.PlanSummaryOrBuilder>( - getPlanSummary(), getParentForChildren(), isClean()); + planSummaryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.PlanSummary, com.google.firestore.v1.PlanSummary.Builder, com.google.firestore.v1.PlanSummaryOrBuilder>( + getPlanSummary(), + getParentForChildren(), + isClean()); planSummary_ = null; } return planSummaryBuilder_; @@ -749,13 +674,8 @@ public com.google.firestore.v1.PlanSummaryOrBuilder getPlanSummaryOrBuilder() { private com.google.firestore.v1.ExecutionStats executionStats_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.ExecutionStats, - com.google.firestore.v1.ExecutionStats.Builder, - com.google.firestore.v1.ExecutionStatsOrBuilder> - executionStatsBuilder_; + com.google.firestore.v1.ExecutionStats, com.google.firestore.v1.ExecutionStats.Builder, com.google.firestore.v1.ExecutionStatsOrBuilder> executionStatsBuilder_; /** - * - * *
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -763,15 +683,12 @@ public com.google.firestore.v1.PlanSummaryOrBuilder getPlanSummaryOrBuilder() {
      * 
* * .google.firestore.v1.ExecutionStats execution_stats = 2; - * * @return Whether the executionStats field is set. */ public boolean hasExecutionStats() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -779,21 +696,16 @@ public boolean hasExecutionStats() {
      * 
* * .google.firestore.v1.ExecutionStats execution_stats = 2; - * * @return The executionStats. */ public com.google.firestore.v1.ExecutionStats getExecutionStats() { if (executionStatsBuilder_ == null) { - return executionStats_ == null - ? com.google.firestore.v1.ExecutionStats.getDefaultInstance() - : executionStats_; + return executionStats_ == null ? com.google.firestore.v1.ExecutionStats.getDefaultInstance() : executionStats_; } else { return executionStatsBuilder_.getMessage(); } } /** - * - * *
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -816,8 +728,6 @@ public Builder setExecutionStats(com.google.firestore.v1.ExecutionStats value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -838,8 +748,6 @@ public Builder setExecutionStats(
       return this;
     }
     /**
-     *
-     *
      * 
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -850,9 +758,9 @@ public Builder setExecutionStats(
      */
     public Builder mergeExecutionStats(com.google.firestore.v1.ExecutionStats value) {
       if (executionStatsBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0)
-            && executionStats_ != null
-            && executionStats_ != com.google.firestore.v1.ExecutionStats.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0) &&
+          executionStats_ != null &&
+          executionStats_ != com.google.firestore.v1.ExecutionStats.getDefaultInstance()) {
           getExecutionStatsBuilder().mergeFrom(value);
         } else {
           executionStats_ = value;
@@ -867,8 +775,6 @@ public Builder mergeExecutionStats(com.google.firestore.v1.ExecutionStats value)
       return this;
     }
     /**
-     *
-     *
      * 
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -888,8 +794,6 @@ public Builder clearExecutionStats() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -904,8 +808,6 @@ public com.google.firestore.v1.ExecutionStats.Builder getExecutionStatsBuilder()
       return getExecutionStatsFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -918,14 +820,11 @@ public com.google.firestore.v1.ExecutionStatsOrBuilder getExecutionStatsOrBuilde
       if (executionStatsBuilder_ != null) {
         return executionStatsBuilder_.getMessageOrBuilder();
       } else {
-        return executionStats_ == null
-            ? com.google.firestore.v1.ExecutionStats.getDefaultInstance()
-            : executionStats_;
+        return executionStats_ == null ?
+            com.google.firestore.v1.ExecutionStats.getDefaultInstance() : executionStats_;
       }
     }
     /**
-     *
-     *
      * 
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -935,24 +834,21 @@ public com.google.firestore.v1.ExecutionStatsOrBuilder getExecutionStatsOrBuilde
      * .google.firestore.v1.ExecutionStats execution_stats = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.ExecutionStats,
-            com.google.firestore.v1.ExecutionStats.Builder,
-            com.google.firestore.v1.ExecutionStatsOrBuilder>
+        com.google.firestore.v1.ExecutionStats, com.google.firestore.v1.ExecutionStats.Builder, com.google.firestore.v1.ExecutionStatsOrBuilder> 
         getExecutionStatsFieldBuilder() {
       if (executionStatsBuilder_ == null) {
-        executionStatsBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.ExecutionStats,
-                com.google.firestore.v1.ExecutionStats.Builder,
-                com.google.firestore.v1.ExecutionStatsOrBuilder>(
-                getExecutionStats(), getParentForChildren(), isClean());
+        executionStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.ExecutionStats, com.google.firestore.v1.ExecutionStats.Builder, com.google.firestore.v1.ExecutionStatsOrBuilder>(
+                getExecutionStats(),
+                getParentForChildren(),
+                isClean());
         executionStats_ = null;
       }
       return executionStatsBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -962,12 +858,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.ExplainMetrics)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.ExplainMetrics)
   private static final com.google.firestore.v1.ExplainMetrics DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.ExplainMetrics();
   }
@@ -976,27 +872,27 @@ public static com.google.firestore.v1.ExplainMetrics getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public ExplainMetrics parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public ExplainMetrics parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1011,4 +907,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.ExplainMetrics getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetricsOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetricsOrBuilder.java
similarity index 74%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetricsOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetricsOrBuilder.java
index b66033555..2596c9360 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetricsOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetricsOrBuilder.java
@@ -1,56 +1,32 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/query_profile.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface ExplainMetricsOrBuilder
-    extends
+public interface ExplainMetricsOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.ExplainMetrics)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Planning phase information for the query.
    * 
* * .google.firestore.v1.PlanSummary plan_summary = 1; - * * @return Whether the planSummary field is set. */ boolean hasPlanSummary(); /** - * - * *
    * Planning phase information for the query.
    * 
* * .google.firestore.v1.PlanSummary plan_summary = 1; - * * @return The planSummary. */ com.google.firestore.v1.PlanSummary getPlanSummary(); /** - * - * *
    * Planning phase information for the query.
    * 
@@ -60,8 +36,6 @@ public interface ExplainMetricsOrBuilder com.google.firestore.v1.PlanSummaryOrBuilder getPlanSummaryOrBuilder(); /** - * - * *
    * Aggregated stats from the execution of the query. Only present when
    * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -69,13 +43,10 @@ public interface ExplainMetricsOrBuilder
    * 
* * .google.firestore.v1.ExecutionStats execution_stats = 2; - * * @return Whether the executionStats field is set. */ boolean hasExecutionStats(); /** - * - * *
    * Aggregated stats from the execution of the query. Only present when
    * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -83,13 +54,10 @@ public interface ExplainMetricsOrBuilder
    * 
* * .google.firestore.v1.ExecutionStats execution_stats = 2; - * * @return The executionStats. */ com.google.firestore.v1.ExecutionStats getExecutionStats(); /** - * - * *
    * Aggregated stats from the execution of the query. Only present when
    * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptions.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptions.java
similarity index 67%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptions.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptions.java
index 6e18d6a65..b194b3533 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptions.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptions.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/query_profile.proto
 
@@ -20,52 +5,47 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * Explain options for the query.
  * 
* * Protobuf type {@code google.firestore.v1.ExplainOptions} */ -public final class ExplainOptions extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ExplainOptions extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.ExplainOptions) ExplainOptionsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ExplainOptions.newBuilder() to construct. private ExplainOptions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private ExplainOptions() {} + private ExplainOptions() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ExplainOptions(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExplainOptions_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainOptions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExplainOptions_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainOptions_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExplainOptions.class, - com.google.firestore.v1.ExplainOptions.Builder.class); + com.google.firestore.v1.ExplainOptions.class, com.google.firestore.v1.ExplainOptions.Builder.class); } public static final int ANALYZE_FIELD_NUMBER = 1; private boolean analyze_ = false; /** - * - * *
    * Optional. Whether to execute this query.
    *
@@ -77,7 +57,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * bool analyze = 1 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The analyze. */ @java.lang.Override @@ -86,7 +65,6 @@ public boolean getAnalyze() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -98,7 +76,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (analyze_ != false) { output.writeBool(1, analyze_); } @@ -112,7 +91,8 @@ public int getSerializedSize() { size = 0; if (analyze_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, analyze_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(1, analyze_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -122,14 +102,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.ExplainOptions)) { return super.equals(obj); } com.google.firestore.v1.ExplainOptions other = (com.google.firestore.v1.ExplainOptions) obj; - if (getAnalyze() != other.getAnalyze()) return false; + if (getAnalyze() + != other.getAnalyze()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -142,142 +123,139 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + ANALYZE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getAnalyze()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getAnalyze()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.firestore.v1.ExplainOptions parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.ExplainOptions parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ExplainOptions parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ExplainOptions parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ExplainOptions parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ExplainOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ExplainOptions parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ExplainOptions parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.ExplainOptions parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.v1.ExplainOptions parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.ExplainOptions parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.ExplainOptions parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.ExplainOptions parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.ExplainOptions prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Explain options for the query.
    * 
* * Protobuf type {@code google.firestore.v1.ExplainOptions} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.ExplainOptions) com.google.firestore.v1.ExplainOptionsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExplainOptions_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainOptions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExplainOptions_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainOptions_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExplainOptions.class, - com.google.firestore.v1.ExplainOptions.Builder.class); + com.google.firestore.v1.ExplainOptions.class, com.google.firestore.v1.ExplainOptions.Builder.class); } // Construct using com.google.firestore.v1.ExplainOptions.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -287,9 +265,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_ExplainOptions_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainOptions_descriptor; } @java.lang.Override @@ -308,11 +286,8 @@ public com.google.firestore.v1.ExplainOptions build() { @java.lang.Override public com.google.firestore.v1.ExplainOptions buildPartial() { - com.google.firestore.v1.ExplainOptions result = - new com.google.firestore.v1.ExplainOptions(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.ExplainOptions result = new com.google.firestore.v1.ExplainOptions(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -328,39 +303,38 @@ private void buildPartial0(com.google.firestore.v1.ExplainOptions result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.ExplainOptions) { - return mergeFrom((com.google.firestore.v1.ExplainOptions) other); + return mergeFrom((com.google.firestore.v1.ExplainOptions)other); } else { super.mergeFrom(other); return this; @@ -398,19 +372,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - analyze_ = input.readBool(); - bitField0_ |= 0x00000001; - break; - } // case 8 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + analyze_ = input.readBool(); + bitField0_ |= 0x00000001; + break; + } // case 8 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -420,13 +392,10 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; - private boolean analyze_; + private boolean analyze_ ; /** - * - * *
      * Optional. Whether to execute this query.
      *
@@ -438,7 +407,6 @@ public Builder mergeFrom(
      * 
* * bool analyze = 1 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The analyze. */ @java.lang.Override @@ -446,8 +414,6 @@ public boolean getAnalyze() { return analyze_; } /** - * - * *
      * Optional. Whether to execute this query.
      *
@@ -459,7 +425,6 @@ public boolean getAnalyze() {
      * 
* * bool analyze = 1 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The analyze to set. * @return This builder for chaining. */ @@ -471,8 +436,6 @@ public Builder setAnalyze(boolean value) { return this; } /** - * - * *
      * Optional. Whether to execute this query.
      *
@@ -484,7 +447,6 @@ public Builder setAnalyze(boolean value) {
      * 
* * bool analyze = 1 [(.google.api.field_behavior) = OPTIONAL]; - * * @return This builder for chaining. */ public Builder clearAnalyze() { @@ -493,9 +455,9 @@ public Builder clearAnalyze() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -505,12 +467,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.ExplainOptions) } // @@protoc_insertion_point(class_scope:google.firestore.v1.ExplainOptions) private static final com.google.firestore.v1.ExplainOptions DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.ExplainOptions(); } @@ -519,27 +481,27 @@ public static com.google.firestore.v1.ExplainOptions getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ExplainOptions parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ExplainOptions parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -554,4 +516,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.ExplainOptions getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptionsOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptionsOrBuilder.java similarity index 54% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptionsOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptionsOrBuilder.java index 80a82dee4..a34adcc07 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptionsOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptionsOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/query_profile.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface ExplainOptionsOrBuilder - extends +public interface ExplainOptionsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.ExplainOptions) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Optional. Whether to execute this query.
    *
@@ -38,7 +20,6 @@ public interface ExplainOptionsOrBuilder
    * 
* * bool analyze = 1 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The analyze. */ boolean getAnalyze(); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java new file mode 100644 index 000000000..0dc3e1717 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java @@ -0,0 +1,693 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/v1/firestore.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.v1; + +public final class FirestoreProto { + private FirestoreProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_GetDocumentRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_GetDocumentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_ListDocumentsRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_ListDocumentsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_ListDocumentsResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_ListDocumentsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_CreateDocumentRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_CreateDocumentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_UpdateDocumentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_DeleteDocumentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BatchGetDocumentsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BatchGetDocumentsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BeginTransactionRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BeginTransactionRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BeginTransactionResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BeginTransactionResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_CommitRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_CommitRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_CommitResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_CommitResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_RollbackRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_RollbackRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_RunQueryRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_RunQueryRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_RunQueryResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_RunQueryResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_RunAggregationQueryRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_RunAggregationQueryResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_PartitionQueryRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_PartitionQueryRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_PartitionQueryResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_PartitionQueryResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_WriteRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_WriteRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_WriteRequest_LabelsEntry_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_WriteRequest_LabelsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_WriteResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_WriteResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_ListenRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_ListenRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_ListenRequest_LabelsEntry_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_ListenRequest_LabelsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_ListenResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_ListenResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_Target_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_Target_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_Target_DocumentsTarget_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_Target_QueryTarget_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_Target_QueryTarget_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_TargetChange_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_TargetChange_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_ListCollectionIdsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_ListCollectionIdsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BatchWriteRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BatchWriteRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BatchWriteRequest_LabelsEntry_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BatchWriteRequest_LabelsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BatchWriteResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BatchWriteResponse_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n#google/firestore/v1/firestore.proto\022\023g" + + "oogle.firestore.v1\032\034google/api/annotatio" + + "ns.proto\032\027google/api/client.proto\032\037googl" + + "e/api/field_behavior.proto\032,google/fires" + + "tore/v1/aggregation_result.proto\032 google" + + "/firestore/v1/common.proto\032\"google/fires" + + "tore/v1/document.proto\032\037google/firestore" + + "/v1/query.proto\032\'google/firestore/v1/que" + + "ry_profile.proto\032\037google/firestore/v1/wr" + + "ite.proto\032\033google/protobuf/empty.proto\032\037" + + "google/protobuf/timestamp.proto\032\036google/" + + "protobuf/wrappers.proto\032\027google/rpc/stat" + + "us.proto\"\270\001\n\022GetDocumentRequest\022\021\n\004name\030" + + "\001 \001(\tB\003\340A\002\022/\n\004mask\030\002 \001(\0132!.google.firest" + + "ore.v1.DocumentMask\022\025\n\013transaction\030\003 \001(\014" + + "H\000\022/\n\tread_time\030\005 \001(\0132\032.google.protobuf." + + "TimestampH\000B\026\n\024consistency_selector\"\273\002\n\024" + + "ListDocumentsRequest\022\023\n\006parent\030\001 \001(\tB\003\340A" + + "\002\022\032\n\rcollection_id\030\002 \001(\tB\003\340A\001\022\026\n\tpage_si" + + "ze\030\003 \001(\005B\003\340A\001\022\027\n\npage_token\030\004 \001(\tB\003\340A\001\022\025" + + "\n\010order_by\030\006 \001(\tB\003\340A\001\0224\n\004mask\030\007 \001(\0132!.go" + + "ogle.firestore.v1.DocumentMaskB\003\340A\001\022\025\n\013t" + + "ransaction\030\010 \001(\014H\000\022/\n\tread_time\030\n \001(\0132\032." + + "google.protobuf.TimestampH\000\022\024\n\014show_miss" + + "ing\030\014 \001(\010B\026\n\024consistency_selector\"b\n\025Lis" + + "tDocumentsResponse\0220\n\tdocuments\030\001 \003(\0132\035." + + "google.firestore.v1.Document\022\027\n\017next_pag" + + "e_token\030\002 \001(\t\"\304\001\n\025CreateDocumentRequest\022" + + "\023\n\006parent\030\001 \001(\tB\003\340A\002\022\032\n\rcollection_id\030\002 " + + "\001(\tB\003\340A\002\022\023\n\013document_id\030\003 \001(\t\0224\n\010documen" + + "t\030\004 \001(\0132\035.google.firestore.v1.DocumentB\003" + + "\340A\002\022/\n\004mask\030\005 \001(\0132!.google.firestore.v1." + + "DocumentMask\"\363\001\n\025UpdateDocumentRequest\0224" + + "\n\010document\030\001 \001(\0132\035.google.firestore.v1.D" + + "ocumentB\003\340A\002\0226\n\013update_mask\030\002 \001(\0132!.goog" + + "le.firestore.v1.DocumentMask\022/\n\004mask\030\003 \001" + + "(\0132!.google.firestore.v1.DocumentMask\022;\n" + + "\020current_document\030\004 \001(\0132!.google.firesto" + + "re.v1.Precondition\"g\n\025DeleteDocumentRequ" + + "est\022\021\n\004name\030\001 \001(\tB\003\340A\002\022;\n\020current_docume" + + "nt\030\002 \001(\0132!.google.firestore.v1.Precondit" + + "ion\"\231\002\n\030BatchGetDocumentsRequest\022\025\n\010data" + + "base\030\001 \001(\tB\003\340A\002\022\021\n\tdocuments\030\002 \003(\t\022/\n\004ma" + + "sk\030\003 \001(\0132!.google.firestore.v1.DocumentM" + + "ask\022\025\n\013transaction\030\004 \001(\014H\000\022B\n\017new_transa" + + "ction\030\005 \001(\0132\'.google.firestore.v1.Transa" + + "ctionOptionsH\000\022/\n\tread_time\030\007 \001(\0132\032.goog" + + "le.protobuf.TimestampH\000B\026\n\024consistency_s" + + "elector\"\254\001\n\031BatchGetDocumentsResponse\022.\n" + + "\005found\030\001 \001(\0132\035.google.firestore.v1.Docum" + + "entH\000\022\021\n\007missing\030\002 \001(\tH\000\022\023\n\013transaction\030" + + "\003 \001(\014\022-\n\tread_time\030\004 \001(\0132\032.google.protob" + + "uf.TimestampB\010\n\006result\"j\n\027BeginTransacti" + + "onRequest\022\025\n\010database\030\001 \001(\tB\003\340A\002\0228\n\007opti" + + "ons\030\002 \001(\0132\'.google.firestore.v1.Transact" + + "ionOptions\"/\n\030BeginTransactionResponse\022\023" + + "\n\013transaction\030\001 \001(\014\"g\n\rCommitRequest\022\025\n\010" + + "database\030\001 \001(\tB\003\340A\002\022*\n\006writes\030\002 \003(\0132\032.go" + + "ogle.firestore.v1.Write\022\023\n\013transaction\030\003" + + " \001(\014\"z\n\016CommitResponse\0227\n\rwrite_results\030" + + "\001 \003(\0132 .google.firestore.v1.WriteResult\022" + + "/\n\013commit_time\030\002 \001(\0132\032.google.protobuf.T" + + "imestamp\"B\n\017RollbackRequest\022\025\n\010database\030" + + "\001 \001(\tB\003\340A\002\022\030\n\013transaction\030\002 \001(\014B\003\340A\002\"\335\002\n" + + "\017RunQueryRequest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022@\n" + + "\020structured_query\030\002 \001(\0132$.google.firesto" + + "re.v1.StructuredQueryH\000\022\025\n\013transaction\030\005" + + " \001(\014H\001\022B\n\017new_transaction\030\006 \001(\0132\'.google" + + ".firestore.v1.TransactionOptionsH\001\022/\n\tre" + + "ad_time\030\007 \001(\0132\032.google.protobuf.Timestam" + + "pH\001\022A\n\017explain_options\030\n \001(\0132#.google.fi" + + "restore.v1.ExplainOptionsB\003\340A\001B\014\n\nquery_" + + "typeB\026\n\024consistency_selector\"\207\002\n\020RunQuer" + + "yResponse\022\023\n\013transaction\030\002 \001(\014\022/\n\010docume" + + "nt\030\001 \001(\0132\035.google.firestore.v1.Document\022" + + "-\n\tread_time\030\003 \001(\0132\032.google.protobuf.Tim" + + "estamp\022\027\n\017skipped_results\030\004 \001(\005\022\016\n\004done\030" + + "\006 \001(\010H\000\022<\n\017explain_metrics\030\013 \001(\0132#.googl" + + "e.firestore.v1.ExplainMetricsB\027\n\025continu" + + "ation_selector\"\377\002\n\032RunAggregationQueryRe" + + "quest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022W\n\034structured" + + "_aggregation_query\030\002 \001(\0132/.google.firest" + + "ore.v1.StructuredAggregationQueryH\000\022\025\n\013t" + + "ransaction\030\004 \001(\014H\001\022B\n\017new_transaction\030\005 " + + "\001(\0132\'.google.firestore.v1.TransactionOpt" + + "ionsH\001\022/\n\tread_time\030\006 \001(\0132\032.google.proto" + + "buf.TimestampH\001\022A\n\017explain_options\030\010 \001(\013" + + "2#.google.firestore.v1.ExplainOptionsB\003\340" + + "A\001B\014\n\nquery_typeB\026\n\024consistency_selector" + + "\"\327\001\n\033RunAggregationQueryResponse\0226\n\006resu" + + "lt\030\001 \001(\0132&.google.firestore.v1.Aggregati" + + "onResult\022\023\n\013transaction\030\002 \001(\014\022-\n\tread_ti" + + "me\030\003 \001(\0132\032.google.protobuf.Timestamp\022<\n\017" + + "explain_metrics\030\n \001(\0132#.google.firestore" + + ".v1.ExplainMetrics\"\205\002\n\025PartitionQueryReq" + + "uest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022@\n\020structured_" + + "query\030\002 \001(\0132$.google.firestore.v1.Struct" + + "uredQueryH\000\022\027\n\017partition_count\030\003 \001(\003\022\022\n\n" + + "page_token\030\004 \001(\t\022\021\n\tpage_size\030\005 \001(\005\022/\n\tr" + + "ead_time\030\006 \001(\0132\032.google.protobuf.Timesta" + + "mpH\001B\014\n\nquery_typeB\026\n\024consistency_select" + + "or\"b\n\026PartitionQueryResponse\022/\n\npartitio" + + "ns\030\001 \003(\0132\033.google.firestore.v1.Cursor\022\027\n" + + "\017next_page_token\030\002 \001(\t\"\350\001\n\014WriteRequest\022" + + "\025\n\010database\030\001 \001(\tB\003\340A\002\022\021\n\tstream_id\030\002 \001(" + + "\t\022*\n\006writes\030\003 \003(\0132\032.google.firestore.v1." + + "Write\022\024\n\014stream_token\030\004 \001(\014\022=\n\006labels\030\005 " + + "\003(\0132-.google.firestore.v1.WriteRequest.L" + + "abelsEntry\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r" + + "\n\005value\030\002 \001(\t:\0028\001\"\242\001\n\rWriteResponse\022\021\n\ts" + + "tream_id\030\001 \001(\t\022\024\n\014stream_token\030\002 \001(\014\0227\n\r" + + "write_results\030\003 \003(\0132 .google.firestore.v" + + "1.WriteResult\022/\n\013commit_time\030\004 \001(\0132\032.goo" + + "gle.protobuf.Timestamp\"\362\001\n\rListenRequest" + + "\022\025\n\010database\030\001 \001(\tB\003\340A\002\0221\n\nadd_target\030\002 " + + "\001(\0132\033.google.firestore.v1.TargetH\000\022\027\n\rre" + + "move_target\030\003 \001(\005H\000\022>\n\006labels\030\004 \003(\0132..go" + + "ogle.firestore.v1.ListenRequest.LabelsEn" + + "try\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value" + + "\030\002 \001(\t:\0028\001B\017\n\rtarget_change\"\325\002\n\016ListenRe" + + "sponse\022:\n\rtarget_change\030\002 \001(\0132!.google.f" + + "irestore.v1.TargetChangeH\000\022>\n\017document_c" + + "hange\030\003 \001(\0132#.google.firestore.v1.Docume" + + "ntChangeH\000\022>\n\017document_delete\030\004 \001(\0132#.go" + + "ogle.firestore.v1.DocumentDeleteH\000\022>\n\017do" + + "cument_remove\030\006 \001(\0132#.google.firestore.v" + + "1.DocumentRemoveH\000\0226\n\006filter\030\005 \001(\0132$.goo" + + "gle.firestore.v1.ExistenceFilterH\000B\017\n\rre" + + "sponse_type\"\326\003\n\006Target\0228\n\005query\030\002 \001(\0132\'." + + "google.firestore.v1.Target.QueryTargetH\000" + + "\022@\n\tdocuments\030\003 \001(\0132+.google.firestore.v" + + "1.Target.DocumentsTargetH\000\022\026\n\014resume_tok" + + "en\030\004 \001(\014H\001\022/\n\tread_time\030\013 \001(\0132\032.google.p" + + "rotobuf.TimestampH\001\022\021\n\ttarget_id\030\005 \001(\005\022\014" + + "\n\004once\030\006 \001(\010\0223\n\016expected_count\030\014 \001(\0132\033.g" + + "oogle.protobuf.Int32Value\032$\n\017DocumentsTa" + + "rget\022\021\n\tdocuments\030\002 \003(\t\032m\n\013QueryTarget\022\016" + + "\n\006parent\030\001 \001(\t\022@\n\020structured_query\030\002 \001(\013" + + "2$.google.firestore.v1.StructuredQueryH\000" + + "B\014\n\nquery_typeB\r\n\013target_typeB\r\n\013resume_" + + "type\"\252\002\n\014TargetChange\022N\n\022target_change_t" + + "ype\030\001 \001(\01622.google.firestore.v1.TargetCh" + + "ange.TargetChangeType\022\022\n\ntarget_ids\030\002 \003(" + + "\005\022!\n\005cause\030\003 \001(\0132\022.google.rpc.Status\022\024\n\014" + + "resume_token\030\004 \001(\014\022-\n\tread_time\030\006 \001(\0132\032." + + "google.protobuf.Timestamp\"N\n\020TargetChang" + + "eType\022\r\n\tNO_CHANGE\020\000\022\007\n\003ADD\020\001\022\n\n\006REMOVE\020" + + "\002\022\013\n\007CURRENT\020\003\022\t\n\005RESET\020\004\"\237\001\n\030ListCollec" + + "tionIdsRequest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022\021\n\tp" + + "age_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022/\n\tre" + + "ad_time\030\004 \001(\0132\032.google.protobuf.Timestam" + + "pH\000B\026\n\024consistency_selector\"L\n\031ListColle" + + "ctionIdsResponse\022\026\n\016collection_ids\030\001 \003(\t" + + "\022\027\n\017next_page_token\030\002 \001(\t\"\311\001\n\021BatchWrite" + + "Request\022\025\n\010database\030\001 \001(\tB\003\340A\002\022*\n\006writes" + + "\030\002 \003(\0132\032.google.firestore.v1.Write\022B\n\006la" + + "bels\030\003 \003(\01322.google.firestore.v1.BatchWr" + + "iteRequest.LabelsEntry\032-\n\013LabelsEntry\022\013\n" + + "\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"q\n\022BatchWr" + + "iteResponse\0227\n\rwrite_results\030\001 \003(\0132 .goo" + + "gle.firestore.v1.WriteResult\022\"\n\006status\030\002" + + " \003(\0132\022.google.rpc.Status2\332\031\n\tFirestore\022\217" + + "\001\n\013GetDocument\022\'.google.firestore.v1.Get" + + "DocumentRequest\032\035.google.firestore.v1.Do" + + "cument\"8\202\323\344\223\0022\0220/v1/{name=projects/*/dat" + + "abases/*/documents/*/**}\022\365\001\n\rListDocumen" + + "ts\022).google.firestore.v1.ListDocumentsRe" + + "quest\032*.google.firestore.v1.ListDocument" + + "sResponse\"\214\001\202\323\344\223\002\205\001\022B/v1/{parent=project" + + "s/*/databases/*/documents/*/**}/{collect" + + "ion_id}Z?\022=/v1/{parent=projects/*/databa" + + "ses/*/documents}/{collection_id}\022\277\001\n\016Upd" + + "ateDocument\022*.google.firestore.v1.Update" + + "DocumentRequest\032\035.google.firestore.v1.Do" + + "cument\"b\332A\024document,update_mask\202\323\344\223\002E29/" + + "v1/{document.name=projects/*/databases/*" + + "/documents/*/**}:\010document\022\225\001\n\016DeleteDoc" + + "ument\022*.google.firestore.v1.DeleteDocume" + + "ntRequest\032\026.google.protobuf.Empty\"?\332A\004na" + + "me\202\323\344\223\0022*0/v1/{name=projects/*/databases" + + "/*/documents/*/**}\022\271\001\n\021BatchGetDocuments" + + "\022-.google.firestore.v1.BatchGetDocuments" + + "Request\032..google.firestore.v1.BatchGetDo" + + "cumentsResponse\"C\202\323\344\223\002=\"8/v1/{database=p" + + "rojects/*/databases/*}/documents:batchGe" + + "t:\001*0\001\022\307\001\n\020BeginTransaction\022,.google.fir" + + "estore.v1.BeginTransactionRequest\032-.goog" + + "le.firestore.v1.BeginTransactionResponse" + + "\"V\332A\010database\202\323\344\223\002E\"@/v1/{database=proje" + + "cts/*/databases/*}/documents:beginTransa" + + "ction:\001*\022\246\001\n\006Commit\022\".google.firestore.v" + + "1.CommitRequest\032#.google.firestore.v1.Co" + + "mmitResponse\"S\332A\017database,writes\202\323\344\223\002;\"6" + + "/v1/{database=projects/*/databases/*}/do" + + "cuments:commit:\001*\022\244\001\n\010Rollback\022$.google." + + "firestore.v1.RollbackRequest\032\026.google.pr" + + "otobuf.Empty\"Z\332A\024database,transaction\202\323\344" + + "\223\002=\"8/v1/{database=projects/*/databases/" + + "*}/documents:rollback:\001*\022\337\001\n\010RunQuery\022$." + + "google.firestore.v1.RunQueryRequest\032%.go" + + "ogle.firestore.v1.RunQueryResponse\"\203\001\202\323\344" + + "\223\002}\"6/v1/{parent=projects/*/databases/*/" + + "documents}:runQuery:\001*Z@\";/v1/{parent=pr" + + "ojects/*/databases/*/documents/*/**}:run" + + "Query:\001*0\001\022\227\002\n\023RunAggregationQuery\022/.goo" + + "gle.firestore.v1.RunAggregationQueryRequ" + + "est\0320.google.firestore.v1.RunAggregation" + + "QueryResponse\"\232\001\202\323\344\223\002\223\001\"A/v1/{parent=pro" + + "jects/*/databases/*/documents}:runAggreg" + + "ationQuery:\001*ZK\"F/v1/{parent=projects/*/" + + "databases/*/documents/*/**}:runAggregati" + + "onQuery:\001*0\001\022\374\001\n\016PartitionQuery\022*.google" + + ".firestore.v1.PartitionQueryRequest\032+.go" + + "ogle.firestore.v1.PartitionQueryResponse" + + "\"\220\001\202\323\344\223\002\211\001\" * The request for * [Firestore.GetDocument][google.firestore.v1.Firestore.GetDocument]. @@ -29,56 +12,50 @@ * * Protobuf type {@code google.firestore.v1.GetDocumentRequest} */ -public final class GetDocumentRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class GetDocumentRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.GetDocumentRequest) GetDocumentRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use GetDocumentRequest.newBuilder() to construct. private GetDocumentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private GetDocumentRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new GetDocumentRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_GetDocumentRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_GetDocumentRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_GetDocumentRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_GetDocumentRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.GetDocumentRequest.class, - com.google.firestore.v1.GetDocumentRequest.Builder.class); + com.google.firestore.v1.GetDocumentRequest.class, com.google.firestore.v1.GetDocumentRequest.Builder.class); } private int bitField0_; private int consistencySelectorCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object consistencySelector_; - public enum ConsistencySelectorCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { TRANSACTION(3), READ_TIME(5), CONSISTENCYSELECTOR_NOT_SET(0); private final int value; - private ConsistencySelectorCase(int value) { this.value = value; } @@ -94,40 +71,33 @@ public static ConsistencySelectorCase valueOf(int value) { public static ConsistencySelectorCase forNumber(int value) { switch (value) { - case 3: - return TRANSACTION; - case 5: - return READ_TIME; - case 0: - return CONSISTENCYSELECTOR_NOT_SET; - default: - return null; + case 3: return TRANSACTION; + case 5: return READ_TIME; + case 0: return CONSISTENCYSELECTOR_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public ConsistencySelectorCase getConsistencySelectorCase() { - return ConsistencySelectorCase.forNumber(consistencySelectorCase_); + public ConsistencySelectorCase + getConsistencySelectorCase() { + return ConsistencySelectorCase.forNumber( + consistencySelectorCase_); } public static final int NAME_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** - * - * *
    * Required. The resource name of the Document to get. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The name. */ @java.lang.Override @@ -136,30 +106,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. The resource name of the Document to get. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -170,8 +140,6 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int MASK_FIELD_NUMBER = 2; private com.google.firestore.v1.DocumentMask mask_; /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -180,7 +148,6 @@ public com.google.protobuf.ByteString getNameBytes() {
    * 
* * .google.firestore.v1.DocumentMask mask = 2; - * * @return Whether the mask field is set. */ @java.lang.Override @@ -188,8 +155,6 @@ public boolean hasMask() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -198,7 +163,6 @@ public boolean hasMask() {
    * 
* * .google.firestore.v1.DocumentMask mask = 2; - * * @return The mask. */ @java.lang.Override @@ -206,8 +170,6 @@ public com.google.firestore.v1.DocumentMask getMask() { return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_; } /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -224,14 +186,11 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
 
   public static final int TRANSACTION_FIELD_NUMBER = 3;
   /**
-   *
-   *
    * 
    * Reads the document in a transaction.
    * 
* * bytes transaction = 3; - * * @return Whether the transaction field is set. */ @java.lang.Override @@ -239,14 +198,11 @@ public boolean hasTransaction() { return consistencySelectorCase_ == 3; } /** - * - * *
    * Reads the document in a transaction.
    * 
* * bytes transaction = 3; - * * @return The transaction. */ @java.lang.Override @@ -259,8 +215,6 @@ public com.google.protobuf.ByteString getTransaction() { public static final int READ_TIME_FIELD_NUMBER = 5; /** - * - * *
    * Reads the version of the document at the given time.
    *
@@ -270,7 +224,6 @@ public com.google.protobuf.ByteString getTransaction() {
    * 
* * .google.protobuf.Timestamp read_time = 5; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -278,8 +231,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 5; } /** - * - * *
    * Reads the version of the document at the given time.
    *
@@ -289,19 +240,16 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 5; - * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 5) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** - * - * *
    * Reads the version of the document at the given time.
    *
@@ -315,13 +263,12 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (consistencySelectorCase_ == 5) {
-      return (com.google.protobuf.Timestamp) consistencySelector_;
+       return (com.google.protobuf.Timestamp) consistencySelector_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -333,7 +280,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -341,7 +289,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
       output.writeMessage(2, getMask());
     }
     if (consistencySelectorCase_ == 3) {
-      output.writeBytes(3, (com.google.protobuf.ByteString) consistencySelector_);
+      output.writeBytes(
+          3, (com.google.protobuf.ByteString) consistencySelector_);
     }
     if (consistencySelectorCase_ == 5) {
       output.writeMessage(5, (com.google.protobuf.Timestamp) consistencySelector_);
@@ -359,17 +308,17 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getMask());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, getMask());
     }
     if (consistencySelectorCase_ == 3) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeBytesSize(
-              3, (com.google.protobuf.ByteString) consistencySelector_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeBytesSize(
+            3, (com.google.protobuf.ByteString) consistencySelector_);
     }
     if (consistencySelectorCase_ == 5) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              5, (com.google.protobuf.Timestamp) consistencySelector_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(5, (com.google.protobuf.Timestamp) consistencySelector_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -379,26 +328,29 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.GetDocumentRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.GetDocumentRequest other =
-        (com.google.firestore.v1.GetDocumentRequest) obj;
+    com.google.firestore.v1.GetDocumentRequest other = (com.google.firestore.v1.GetDocumentRequest) obj;
 
-    if (!getName().equals(other.getName())) return false;
+    if (!getName()
+        .equals(other.getName())) return false;
     if (hasMask() != other.hasMask()) return false;
     if (hasMask()) {
-      if (!getMask().equals(other.getMask())) return false;
+      if (!getMask()
+          .equals(other.getMask())) return false;
     }
     if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false;
     switch (consistencySelectorCase_) {
       case 3:
-        if (!getTransaction().equals(other.getTransaction())) return false;
+        if (!getTransaction()
+            .equals(other.getTransaction())) return false;
         break;
       case 5:
-        if (!getReadTime().equals(other.getReadTime())) return false;
+        if (!getReadTime()
+            .equals(other.getReadTime())) return false;
         break;
       case 0:
       default:
@@ -437,104 +389,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.GetDocumentRequest parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.GetDocumentRequest parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.GetDocumentRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.GetDocumentRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.GetDocumentRequest parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.GetDocumentRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The request for
    * [Firestore.GetDocument][google.firestore.v1.Firestore.GetDocument].
@@ -542,23 +489,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.GetDocumentRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.GetDocumentRequest)
       com.google.firestore.v1.GetDocumentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_GetDocumentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_GetDocumentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_GetDocumentRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_GetDocumentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.GetDocumentRequest.class,
-              com.google.firestore.v1.GetDocumentRequest.Builder.class);
+              com.google.firestore.v1.GetDocumentRequest.class, com.google.firestore.v1.GetDocumentRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.GetDocumentRequest.newBuilder()
@@ -566,17 +511,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getMaskFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -596,9 +541,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_GetDocumentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_GetDocumentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -617,11 +562,8 @@ public com.google.firestore.v1.GetDocumentRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.GetDocumentRequest buildPartial() {
-      com.google.firestore.v1.GetDocumentRequest result =
-          new com.google.firestore.v1.GetDocumentRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.GetDocumentRequest result = new com.google.firestore.v1.GetDocumentRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -634,7 +576,9 @@ private void buildPartial0(com.google.firestore.v1.GetDocumentRequest result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.mask_ = maskBuilder_ == null ? mask_ : maskBuilder_.build();
+        result.mask_ = maskBuilder_ == null
+            ? mask_
+            : maskBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -643,7 +587,8 @@ private void buildPartial0(com.google.firestore.v1.GetDocumentRequest result) {
     private void buildPartialOneofs(com.google.firestore.v1.GetDocumentRequest result) {
       result.consistencySelectorCase_ = consistencySelectorCase_;
       result.consistencySelector_ = this.consistencySelector_;
-      if (consistencySelectorCase_ == 5 && readTimeBuilder_ != null) {
+      if (consistencySelectorCase_ == 5 &&
+          readTimeBuilder_ != null) {
         result.consistencySelector_ = readTimeBuilder_.build();
       }
     }
@@ -652,39 +597,38 @@ private void buildPartialOneofs(com.google.firestore.v1.GetDocumentRequest resul
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.GetDocumentRequest) {
-        return mergeFrom((com.google.firestore.v1.GetDocumentRequest) other);
+        return mergeFrom((com.google.firestore.v1.GetDocumentRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -702,20 +646,17 @@ public Builder mergeFrom(com.google.firestore.v1.GetDocumentRequest other) {
         mergeMask(other.getMask());
       }
       switch (other.getConsistencySelectorCase()) {
-        case TRANSACTION:
-          {
-            setTransaction(other.getTransaction());
-            break;
-          }
-        case READ_TIME:
-          {
-            mergeReadTime(other.getReadTime());
-            break;
-          }
-        case CONSISTENCYSELECTOR_NOT_SET:
-          {
-            break;
-          }
+        case TRANSACTION: {
+          setTransaction(other.getTransaction());
+          break;
+        }
+        case READ_TIME: {
+          mergeReadTime(other.getReadTime());
+          break;
+        }
+        case CONSISTENCYSELECTOR_NOT_SET: {
+          break;
+        }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -743,37 +684,36 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getMaskFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 26:
-              {
-                consistencySelector_ = input.readBytes();
-                consistencySelectorCase_ = 3;
-                break;
-              } // case 26
-            case 42:
-              {
-                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
-                consistencySelectorCase_ = 5;
-                break;
-              } // case 42
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getMaskFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 26: {
+              consistencySelector_ = input.readBytes();
+              consistencySelectorCase_ = 3;
+              break;
+            } // case 26
+            case 42: {
+              input.readMessage(
+                  getReadTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              consistencySelectorCase_ = 5;
+              break;
+            } // case 42
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -783,12 +723,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int consistencySelectorCase_ = 0;
     private java.lang.Object consistencySelector_;
-
-    public ConsistencySelectorCase getConsistencySelectorCase() {
-      return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
+    public ConsistencySelectorCase
+        getConsistencySelectorCase() {
+      return ConsistencySelectorCase.forNumber(
+          consistencySelectorCase_);
     }
 
     public Builder clearConsistencySelector() {
@@ -802,21 +742,19 @@ public Builder clearConsistencySelector() {
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. The resource name of the Document to get. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -825,22 +763,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. The resource name of the Document to get. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -848,37 +785,30 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. The resource name of the Document to get. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The resource name of the Document to get. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearName() { @@ -888,22 +818,18 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. The resource name of the Document to get. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -913,13 +839,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private com.google.firestore.v1.DocumentMask mask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, - com.google.firestore.v1.DocumentMask.Builder, - com.google.firestore.v1.DocumentMaskOrBuilder> - maskBuilder_; + com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> maskBuilder_; /** - * - * *
      * The fields to return. If not set, returns all fields.
      *
@@ -928,15 +849,12 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.firestore.v1.DocumentMask mask = 2; - * * @return Whether the mask field is set. */ public boolean hasMask() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The fields to return. If not set, returns all fields.
      *
@@ -945,7 +863,6 @@ public boolean hasMask() {
      * 
* * .google.firestore.v1.DocumentMask mask = 2; - * * @return The mask. */ public com.google.firestore.v1.DocumentMask getMask() { @@ -956,8 +873,6 @@ public com.google.firestore.v1.DocumentMask getMask() { } } /** - * - * *
      * The fields to return. If not set, returns all fields.
      *
@@ -981,8 +896,6 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -992,7 +905,8 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
      *
      * .google.firestore.v1.DocumentMask mask = 2;
      */
-    public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForValue) {
+    public Builder setMask(
+        com.google.firestore.v1.DocumentMask.Builder builderForValue) {
       if (maskBuilder_ == null) {
         mask_ = builderForValue.build();
       } else {
@@ -1003,8 +917,6 @@ public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForVa
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1016,9 +928,9 @@ public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForVa
      */
     public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       if (maskBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0)
-            && mask_ != null
-            && mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0) &&
+          mask_ != null &&
+          mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
           getMaskBuilder().mergeFrom(value);
         } else {
           mask_ = value;
@@ -1033,8 +945,6 @@ public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1055,8 +965,6 @@ public Builder clearMask() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1072,8 +980,6 @@ public com.google.firestore.v1.DocumentMask.Builder getMaskBuilder() {
       return getMaskFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1087,12 +993,11 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
       if (maskBuilder_ != null) {
         return maskBuilder_.getMessageOrBuilder();
       } else {
-        return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
+        return mask_ == null ?
+            com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
       }
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1103,45 +1008,36 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
      * .google.firestore.v1.DocumentMask mask = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentMask,
-            com.google.firestore.v1.DocumentMask.Builder,
-            com.google.firestore.v1.DocumentMaskOrBuilder>
+        com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> 
         getMaskFieldBuilder() {
       if (maskBuilder_ == null) {
-        maskBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.DocumentMask,
-                com.google.firestore.v1.DocumentMask.Builder,
-                com.google.firestore.v1.DocumentMaskOrBuilder>(
-                getMask(), getParentForChildren(), isClean());
+        maskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder>(
+                getMask(),
+                getParentForChildren(),
+                isClean());
         mask_ = null;
       }
       return maskBuilder_;
     }
 
     /**
-     *
-     *
      * 
      * Reads the document in a transaction.
      * 
* * bytes transaction = 3; - * * @return Whether the transaction field is set. */ public boolean hasTransaction() { return consistencySelectorCase_ == 3; } /** - * - * *
      * Reads the document in a transaction.
      * 
* * bytes transaction = 3; - * * @return The transaction. */ public com.google.protobuf.ByteString getTransaction() { @@ -1151,35 +1047,27 @@ public com.google.protobuf.ByteString getTransaction() { return com.google.protobuf.ByteString.EMPTY; } /** - * - * *
      * Reads the document in a transaction.
      * 
* * bytes transaction = 3; - * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } consistencySelectorCase_ = 3; consistencySelector_ = value; onChanged(); return this; } /** - * - * *
      * Reads the document in a transaction.
      * 
* * bytes transaction = 3; - * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -1192,13 +1080,8 @@ public Builder clearTransaction() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - readTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; /** - * - * *
      * Reads the version of the document at the given time.
      *
@@ -1208,7 +1091,6 @@ public Builder clearTransaction() {
      * 
* * .google.protobuf.Timestamp read_time = 5; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -1216,8 +1098,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 5; } /** - * - * *
      * Reads the version of the document at the given time.
      *
@@ -1227,7 +1107,6 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 5; - * * @return The readTime. */ @java.lang.Override @@ -1245,8 +1124,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * Reads the version of the document at the given time.
      *
@@ -1271,8 +1148,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads the version of the document at the given time.
      *
@@ -1283,7 +1158,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 5;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         consistencySelector_ = builderForValue.build();
         onChanged();
@@ -1294,8 +1170,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads the version of the document at the given time.
      *
@@ -1308,13 +1182,10 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (consistencySelectorCase_ == 5
-            && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          consistencySelector_ =
-              com.google.protobuf.Timestamp.newBuilder(
-                      (com.google.protobuf.Timestamp) consistencySelector_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (consistencySelectorCase_ == 5 &&
+            consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
+              .mergeFrom(value).buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1330,8 +1201,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads the version of the document at the given time.
      *
@@ -1359,8 +1228,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads the version of the document at the given time.
      *
@@ -1375,8 +1242,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Reads the version of the document at the given time.
      *
@@ -1399,8 +1264,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * Reads the version of the document at the given time.
      *
@@ -1412,19 +1275,14 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(consistencySelectorCase_ == 5)) {
           consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
                 (com.google.protobuf.Timestamp) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1434,9 +1292,9 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       onChanged();
       return readTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1446,12 +1304,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.GetDocumentRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.GetDocumentRequest)
   private static final com.google.firestore.v1.GetDocumentRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.GetDocumentRequest();
   }
@@ -1460,27 +1318,27 @@ public static com.google.firestore.v1.GetDocumentRequest getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public GetDocumentRequest parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public GetDocumentRequest parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1495,4 +1353,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.GetDocumentRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/GetDocumentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/GetDocumentRequestOrBuilder.java
similarity index 81%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/GetDocumentRequestOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/GetDocumentRequestOrBuilder.java
index 58ee5aee8..073fdf399 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/GetDocumentRequestOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/GetDocumentRequestOrBuilder.java
@@ -1,59 +1,36 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface GetDocumentRequestOrBuilder
-    extends
+public interface GetDocumentRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.GetDocumentRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. The resource name of the Document to get. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Required. The resource name of the Document to get. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -62,13 +39,10 @@ public interface GetDocumentRequestOrBuilder
    * 
* * .google.firestore.v1.DocumentMask mask = 2; - * * @return Whether the mask field is set. */ boolean hasMask(); /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -77,13 +51,10 @@ public interface GetDocumentRequestOrBuilder
    * 
* * .google.firestore.v1.DocumentMask mask = 2; - * * @return The mask. */ com.google.firestore.v1.DocumentMask getMask(); /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -96,33 +67,25 @@ public interface GetDocumentRequestOrBuilder
   com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder();
 
   /**
-   *
-   *
    * 
    * Reads the document in a transaction.
    * 
* * bytes transaction = 3; - * * @return Whether the transaction field is set. */ boolean hasTransaction(); /** - * - * *
    * Reads the document in a transaction.
    * 
* * bytes transaction = 3; - * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** - * - * *
    * Reads the version of the document at the given time.
    *
@@ -132,13 +95,10 @@ public interface GetDocumentRequestOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 5; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * Reads the version of the document at the given time.
    *
@@ -148,13 +108,10 @@ public interface GetDocumentRequestOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 5; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * Reads the version of the document at the given time.
    *
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequest.java
similarity index 73%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequest.java
index 2d0772a2c..fc356aeb1 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequest.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * The request for
  * [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.v1.ListCollectionIdsRequest}
  */
-public final class ListCollectionIdsRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ListCollectionIdsRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.ListCollectionIdsRequest)
     ListCollectionIdsRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ListCollectionIdsRequest.newBuilder() to construct.
   private ListCollectionIdsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ListCollectionIdsRequest() {
     parent_ = "";
     pageToken_ = "";
@@ -46,38 +28,33 @@ private ListCollectionIdsRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ListCollectionIdsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_ListCollectionIdsRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.ListCollectionIdsRequest.class,
-            com.google.firestore.v1.ListCollectionIdsRequest.Builder.class);
+            com.google.firestore.v1.ListCollectionIdsRequest.class, com.google.firestore.v1.ListCollectionIdsRequest.Builder.class);
   }
 
   private int consistencySelectorCase_ = 0;
-
   @SuppressWarnings("serial")
   private java.lang.Object consistencySelector_;
-
   public enum ConsistencySelectorCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     READ_TIME(4),
     CONSISTENCYSELECTOR_NOT_SET(0);
     private final int value;
-
     private ConsistencySelectorCase(int value) {
       this.value = value;
     }
@@ -93,31 +70,26 @@ public static ConsistencySelectorCase valueOf(int value) {
 
     public static ConsistencySelectorCase forNumber(int value) {
       switch (value) {
-        case 4:
-          return READ_TIME;
-        case 0:
-          return CONSISTENCYSELECTOR_NOT_SET;
-        default:
-          return null;
+        case 4: return READ_TIME;
+        case 0: return CONSISTENCYSELECTOR_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ConsistencySelectorCase getConsistencySelectorCase() {
-    return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
+  public ConsistencySelectorCase
+  getConsistencySelectorCase() {
+    return ConsistencySelectorCase.forNumber(
+        consistencySelectorCase_);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
-   *
-   *
    * 
    * Required. The parent document. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -126,7 +98,6 @@ public ConsistencySelectorCase getConsistencySelectorCase() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ @java.lang.Override @@ -135,15 +106,14 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. The parent document. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -152,15 +122,16 @@ public java.lang.String getParent() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -171,14 +142,11 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_ = 0; /** - * - * *
    * The maximum number of results to return.
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -187,19 +155,15 @@ public int getPageSize() { } public static final int PAGE_TOKEN_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; /** - * - * *
    * A page token. Must be a value from
    * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
    * 
* * string page_token = 3; - * * @return The pageToken. */ @java.lang.Override @@ -208,30 +172,30 @@ public java.lang.String getPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; } } /** - * - * *
    * A page token. Must be a value from
    * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
    * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pageToken_ = b; return b; } else { @@ -241,8 +205,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { public static final int READ_TIME_FIELD_NUMBER = 4; /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -252,7 +214,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -260,8 +221,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 4; } /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -271,19 +230,16 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 4) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -297,13 +253,12 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (consistencySelectorCase_ == 4) {
-      return (com.google.protobuf.Timestamp) consistencySelector_;
+       return (com.google.protobuf.Timestamp) consistencySelector_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -315,7 +270,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
     }
@@ -341,15 +297,15 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
     }
     if (pageSize_ != 0) {
-      size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, pageSize_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt32Size(2, pageSize_);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_);
     }
     if (consistencySelectorCase_ == 4) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              4, (com.google.protobuf.Timestamp) consistencySelector_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(4, (com.google.protobuf.Timestamp) consistencySelector_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -359,21 +315,24 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.ListCollectionIdsRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.ListCollectionIdsRequest other =
-        (com.google.firestore.v1.ListCollectionIdsRequest) obj;
+    com.google.firestore.v1.ListCollectionIdsRequest other = (com.google.firestore.v1.ListCollectionIdsRequest) obj;
 
-    if (!getParent().equals(other.getParent())) return false;
-    if (getPageSize() != other.getPageSize()) return false;
-    if (!getPageToken().equals(other.getPageToken())) return false;
+    if (!getParent()
+        .equals(other.getParent())) return false;
+    if (getPageSize()
+        != other.getPageSize()) return false;
+    if (!getPageToken()
+        .equals(other.getPageToken())) return false;
     if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false;
     switch (consistencySelectorCase_) {
       case 4:
-        if (!getReadTime().equals(other.getReadTime())) return false;
+        if (!getReadTime()
+            .equals(other.getReadTime())) return false;
         break;
       case 0:
       default:
@@ -408,104 +367,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.ListCollectionIdsRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.ListCollectionIdsRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.ListCollectionIdsRequest parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.ListCollectionIdsRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The request for
    * [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
@@ -513,32 +467,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.ListCollectionIdsRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.ListCollectionIdsRequest)
       com.google.firestore.v1.ListCollectionIdsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_ListCollectionIdsRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.ListCollectionIdsRequest.class,
-              com.google.firestore.v1.ListCollectionIdsRequest.Builder.class);
+              com.google.firestore.v1.ListCollectionIdsRequest.class, com.google.firestore.v1.ListCollectionIdsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.ListCollectionIdsRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -555,9 +510,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -576,11 +531,8 @@ public com.google.firestore.v1.ListCollectionIdsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.ListCollectionIdsRequest buildPartial() {
-      com.google.firestore.v1.ListCollectionIdsRequest result =
-          new com.google.firestore.v1.ListCollectionIdsRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.ListCollectionIdsRequest result = new com.google.firestore.v1.ListCollectionIdsRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -602,7 +554,8 @@ private void buildPartial0(com.google.firestore.v1.ListCollectionIdsRequest resu
     private void buildPartialOneofs(com.google.firestore.v1.ListCollectionIdsRequest result) {
       result.consistencySelectorCase_ = consistencySelectorCase_;
       result.consistencySelector_ = this.consistencySelector_;
-      if (consistencySelectorCase_ == 4 && readTimeBuilder_ != null) {
+      if (consistencySelectorCase_ == 4 &&
+          readTimeBuilder_ != null) {
         result.consistencySelector_ = readTimeBuilder_.build();
       }
     }
@@ -611,39 +564,38 @@ private void buildPartialOneofs(com.google.firestore.v1.ListCollectionIdsRequest
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.ListCollectionIdsRequest) {
-        return mergeFrom((com.google.firestore.v1.ListCollectionIdsRequest) other);
+        return mergeFrom((com.google.firestore.v1.ListCollectionIdsRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -651,8 +603,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.ListCollectionIdsRequest other) {
-      if (other == com.google.firestore.v1.ListCollectionIdsRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.v1.ListCollectionIdsRequest.getDefaultInstance()) return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -667,15 +618,13 @@ public Builder mergeFrom(com.google.firestore.v1.ListCollectionIdsRequest other)
         onChanged();
       }
       switch (other.getConsistencySelectorCase()) {
-        case READ_TIME:
-          {
-            mergeReadTime(other.getReadTime());
-            break;
-          }
-        case CONSISTENCYSELECTOR_NOT_SET:
-          {
-            break;
-          }
+        case READ_TIME: {
+          mergeReadTime(other.getReadTime());
+          break;
+        }
+        case CONSISTENCYSELECTOR_NOT_SET: {
+          break;
+        }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -703,37 +652,34 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                parent_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 16:
-              {
-                pageSize_ = input.readInt32();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 16
-            case 26:
-              {
-                pageToken_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            case 34:
-              {
-                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
-                consistencySelectorCase_ = 4;
-                break;
-              } // case 34
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              parent_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 16: {
+              pageSize_ = input.readInt32();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 16
+            case 26: {
+              pageToken_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            case 34: {
+              input.readMessage(
+                  getReadTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              consistencySelectorCase_ = 4;
+              break;
+            } // case 34
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -743,12 +689,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int consistencySelectorCase_ = 0;
     private java.lang.Object consistencySelector_;
-
-    public ConsistencySelectorCase getConsistencySelectorCase() {
-      return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
+    public ConsistencySelectorCase
+        getConsistencySelectorCase() {
+      return ConsistencySelectorCase.forNumber(
+          consistencySelectorCase_);
     }
 
     public Builder clearConsistencySelector() {
@@ -762,8 +708,6 @@ public Builder clearConsistencySelector() {
 
     private java.lang.Object parent_ = "";
     /**
-     *
-     *
      * 
      * Required. The parent document. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -772,13 +716,13 @@ public Builder clearConsistencySelector() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -787,8 +731,6 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The parent document. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -797,14 +739,15 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -812,8 +755,6 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The parent document. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -822,22 +763,18 @@ public com.google.protobuf.ByteString getParentBytes() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The parent document. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -846,7 +783,6 @@ public Builder setParent(java.lang.String value) {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearParent() { @@ -856,8 +792,6 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. The parent document. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -866,14 +800,12 @@ public Builder clearParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -881,16 +813,13 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { return this; } - private int pageSize_; + private int pageSize_ ; /** - * - * *
      * The maximum number of results to return.
      * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -898,14 +827,11 @@ public int getPageSize() { return pageSize_; } /** - * - * *
      * The maximum number of results to return.
      * 
* * int32 page_size = 2; - * * @param value The pageSize to set. * @return This builder for chaining. */ @@ -917,14 +843,11 @@ public Builder setPageSize(int value) { return this; } /** - * - * *
      * The maximum number of results to return.
      * 
* * int32 page_size = 2; - * * @return This builder for chaining. */ public Builder clearPageSize() { @@ -936,21 +859,19 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** - * - * *
      * A page token. Must be a value from
      * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
      * 
* * string page_token = 3; - * * @return The pageToken. */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; @@ -959,22 +880,21 @@ public java.lang.String getPageToken() { } } /** - * - * *
      * A page token. Must be a value from
      * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
      * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pageToken_ = b; return b; } else { @@ -982,37 +902,30 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } } /** - * - * *
      * A page token. Must be a value from
      * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
      * 
* * string page_token = 3; - * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPageToken( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } pageToken_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * A page token. Must be a value from
      * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
      * 
* * string page_token = 3; - * * @return This builder for chaining. */ public Builder clearPageToken() { @@ -1022,22 +935,18 @@ public Builder clearPageToken() { return this; } /** - * - * *
      * A page token. Must be a value from
      * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
      * 
* * string page_token = 3; - * * @param value The bytes for pageToken to set. * @return This builder for chaining. */ - public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); pageToken_ = value; bitField0_ |= 0x00000004; @@ -1046,13 +955,8 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - readTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; /** - * - * *
      * Reads documents as they were at the given time.
      *
@@ -1062,7 +966,6 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -1070,8 +973,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 4; } /** - * - * *
      * Reads documents as they were at the given time.
      *
@@ -1081,7 +982,6 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return The readTime. */ @java.lang.Override @@ -1099,8 +999,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * Reads documents as they were at the given time.
      *
@@ -1125,8 +1023,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1137,7 +1033,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 4;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         consistencySelector_ = builderForValue.build();
         onChanged();
@@ -1148,8 +1045,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1162,13 +1057,10 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (consistencySelectorCase_ == 4
-            && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          consistencySelector_ =
-              com.google.protobuf.Timestamp.newBuilder(
-                      (com.google.protobuf.Timestamp) consistencySelector_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (consistencySelectorCase_ == 4 &&
+            consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
+              .mergeFrom(value).buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1184,8 +1076,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1213,8 +1103,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1229,8 +1117,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1253,8 +1139,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1266,19 +1150,14 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(consistencySelectorCase_ == 4)) {
           consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
                 (com.google.protobuf.Timestamp) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1288,9 +1167,9 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       onChanged();
       return readTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1300,12 +1179,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.ListCollectionIdsRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.ListCollectionIdsRequest)
   private static final com.google.firestore.v1.ListCollectionIdsRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.ListCollectionIdsRequest();
   }
@@ -1314,27 +1193,27 @@ public static com.google.firestore.v1.ListCollectionIdsRequest getDefaultInstanc
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public ListCollectionIdsRequest parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public ListCollectionIdsRequest parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1349,4 +1228,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.ListCollectionIdsRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequestOrBuilder.java
similarity index 77%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequestOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequestOrBuilder.java
index 2599ee7b2..40a9c9941 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequestOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequestOrBuilder.java
@@ -1,32 +1,14 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface ListCollectionIdsRequestOrBuilder
-    extends
+public interface ListCollectionIdsRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.ListCollectionIdsRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. The parent document. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -35,13 +17,10 @@ public interface ListCollectionIdsRequestOrBuilder
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. The parent document. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -50,54 +29,44 @@ public interface ListCollectionIdsRequestOrBuilder
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * The maximum number of results to return.
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ int getPageSize(); /** - * - * *
    * A page token. Must be a value from
    * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
    * 
* * string page_token = 3; - * * @return The pageToken. */ java.lang.String getPageToken(); /** - * - * *
    * A page token. Must be a value from
    * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
    * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString getPageTokenBytes(); + com.google.protobuf.ByteString + getPageTokenBytes(); /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -107,13 +76,10 @@ public interface ListCollectionIdsRequestOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -123,13 +89,10 @@ public interface ListCollectionIdsRequestOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 4; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -142,6 +105,5 @@ public interface ListCollectionIdsRequestOrBuilder
    */
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
-  com.google.firestore.v1.ListCollectionIdsRequest.ConsistencySelectorCase
-      getConsistencySelectorCase();
+  com.google.firestore.v1.ListCollectionIdsRequest.ConsistencySelectorCase getConsistencySelectorCase();
 }
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponse.java
similarity index 68%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponse.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponse.java
index b12e71b38..080c301b6 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponse.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponse.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * The response from
  * [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
@@ -29,84 +12,74 @@
  *
  * Protobuf type {@code google.firestore.v1.ListCollectionIdsResponse}
  */
-public final class ListCollectionIdsResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ListCollectionIdsResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.ListCollectionIdsResponse)
     ListCollectionIdsResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ListCollectionIdsResponse.newBuilder() to construct.
   private ListCollectionIdsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ListCollectionIdsResponse() {
-    collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+    collectionIds_ =
+        com.google.protobuf.LazyStringArrayList.emptyList();
     nextPageToken_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ListCollectionIdsResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_ListCollectionIdsResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.ListCollectionIdsResponse.class,
-            com.google.firestore.v1.ListCollectionIdsResponse.Builder.class);
+            com.google.firestore.v1.ListCollectionIdsResponse.class, com.google.firestore.v1.ListCollectionIdsResponse.Builder.class);
   }
 
   public static final int COLLECTION_IDS_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private com.google.protobuf.LazyStringArrayList collectionIds_ =
       com.google.protobuf.LazyStringArrayList.emptyList();
   /**
-   *
-   *
    * 
    * The collection ids.
    * 
* * repeated string collection_ids = 1; - * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList + getCollectionIdsList() { return collectionIds_; } /** - * - * *
    * The collection ids.
    * 
* * repeated string collection_ids = 1; - * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** - * - * *
    * The collection ids.
    * 
* * repeated string collection_ids = 1; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -114,34 +87,28 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** - * - * *
    * The collection ids.
    * 
* * repeated string collection_ids = 1; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString + getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; /** - * - * *
    * A page token that may be used to continue the list.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ @java.lang.Override @@ -150,29 +117,29 @@ public java.lang.String getNextPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; } } /** - * - * *
    * A page token that may be used to continue the list.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -181,7 +148,6 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -193,7 +159,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < collectionIds_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, collectionIds_.getRaw(i)); } @@ -228,16 +195,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.ListCollectionIdsResponse)) { return super.equals(obj); } - com.google.firestore.v1.ListCollectionIdsResponse other = - (com.google.firestore.v1.ListCollectionIdsResponse) obj; + com.google.firestore.v1.ListCollectionIdsResponse other = (com.google.firestore.v1.ListCollectionIdsResponse) obj; - if (!getCollectionIdsList().equals(other.getCollectionIdsList())) return false; - if (!getNextPageToken().equals(other.getNextPageToken())) return false; + if (!getCollectionIdsList() + .equals(other.getCollectionIdsList())) return false; + if (!getNextPageToken() + .equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -261,103 +229,98 @@ public int hashCode() { } public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.ListCollectionIdsResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.ListCollectionIdsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.ListCollectionIdsResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.ListCollectionIdsResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The response from
    * [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
@@ -365,45 +328,47 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.ListCollectionIdsResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.ListCollectionIdsResponse)
       com.google.firestore.v1.ListCollectionIdsResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_ListCollectionIdsResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.ListCollectionIdsResponse.class,
-              com.google.firestore.v1.ListCollectionIdsResponse.Builder.class);
+              com.google.firestore.v1.ListCollectionIdsResponse.class, com.google.firestore.v1.ListCollectionIdsResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.ListCollectionIdsResponse.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
       bitField0_ = 0;
-      collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+      collectionIds_ =
+          com.google.protobuf.LazyStringArrayList.emptyList();
       nextPageToken_ = "";
       return this;
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor;
     }
 
     @java.lang.Override
@@ -422,11 +387,8 @@ public com.google.firestore.v1.ListCollectionIdsResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.ListCollectionIdsResponse buildPartial() {
-      com.google.firestore.v1.ListCollectionIdsResponse result =
-          new com.google.firestore.v1.ListCollectionIdsResponse(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.ListCollectionIdsResponse result = new com.google.firestore.v1.ListCollectionIdsResponse(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -446,39 +408,38 @@ private void buildPartial0(com.google.firestore.v1.ListCollectionIdsResponse res
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.ListCollectionIdsResponse) {
-        return mergeFrom((com.google.firestore.v1.ListCollectionIdsResponse) other);
+        return mergeFrom((com.google.firestore.v1.ListCollectionIdsResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -486,8 +447,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.ListCollectionIdsResponse other) {
-      if (other == com.google.firestore.v1.ListCollectionIdsResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.v1.ListCollectionIdsResponse.getDefaultInstance()) return this;
       if (!other.collectionIds_.isEmpty()) {
         if (collectionIds_.isEmpty()) {
           collectionIds_ = other.collectionIds_;
@@ -529,26 +489,23 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureCollectionIdsIsMutable();
-                collectionIds_.add(s);
-                break;
-              } // case 10
-            case 18:
-              {
-                nextPageToken_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureCollectionIdsIsMutable();
+              collectionIds_.add(s);
+              break;
+            } // case 10
+            case 18: {
+              nextPageToken_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -558,12 +515,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.protobuf.LazyStringArrayList collectionIds_ =
         com.google.protobuf.LazyStringArrayList.emptyList();
-
     private void ensureCollectionIdsIsMutable() {
       if (!collectionIds_.isModifiable()) {
         collectionIds_ = new com.google.protobuf.LazyStringArrayList(collectionIds_);
@@ -571,43 +526,35 @@ private void ensureCollectionIdsIsMutable() {
       bitField0_ |= 0x00000001;
     }
     /**
-     *
-     *
      * 
      * The collection ids.
      * 
* * repeated string collection_ids = 1; - * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList + getCollectionIdsList() { collectionIds_.makeImmutable(); return collectionIds_; } /** - * - * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; - * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** - * - * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -615,37 +562,31 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** - * - * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString + getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } /** - * - * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; - * * @param index The index to set the value at. * @param value The collectionIds to set. * @return This builder for chaining. */ - public Builder setCollectionIds(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCollectionIds( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureCollectionIdsIsMutable(); collectionIds_.set(index, value); bitField0_ |= 0x00000001; @@ -653,21 +594,17 @@ public Builder setCollectionIds(int index, java.lang.String value) { return this; } /** - * - * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; - * * @param value The collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIds(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addCollectionIds( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureCollectionIdsIsMutable(); collectionIds_.add(value); bitField0_ |= 0x00000001; @@ -675,58 +612,50 @@ public Builder addCollectionIds(java.lang.String value) { return this; } /** - * - * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; - * * @param values The collectionIds to add. * @return This builder for chaining. */ - public Builder addAllCollectionIds(java.lang.Iterable values) { + public Builder addAllCollectionIds( + java.lang.Iterable values) { ensureCollectionIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, collectionIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, collectionIds_); bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; - * * @return This builder for chaining. */ public Builder clearCollectionIds() { - collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - ; + collectionIds_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001);; onChanged(); return this; } /** - * - * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; - * * @param value The bytes of the collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addCollectionIdsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureCollectionIdsIsMutable(); collectionIds_.add(value); @@ -737,20 +666,18 @@ public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { private java.lang.Object nextPageToken_ = ""; /** - * - * *
      * A page token that may be used to continue the list.
      * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; @@ -759,21 +686,20 @@ public java.lang.String getNextPageToken() { } } /** - * - * *
      * A page token that may be used to continue the list.
      * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -781,35 +707,28 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } } /** - * - * *
      * A page token that may be used to continue the list.
      * 
* * string next_page_token = 2; - * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNextPageToken( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * A page token that may be used to continue the list.
      * 
* * string next_page_token = 2; - * * @return This builder for chaining. */ public Builder clearNextPageToken() { @@ -819,30 +738,26 @@ public Builder clearNextPageToken() { return this; } /** - * - * *
      * A page token that may be used to continue the list.
      * 
* * string next_page_token = 2; - * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNextPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -852,12 +767,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.ListCollectionIdsResponse) } // @@protoc_insertion_point(class_scope:google.firestore.v1.ListCollectionIdsResponse) private static final com.google.firestore.v1.ListCollectionIdsResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.ListCollectionIdsResponse(); } @@ -866,27 +781,27 @@ public static com.google.firestore.v1.ListCollectionIdsResponse getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListCollectionIdsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListCollectionIdsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -901,4 +816,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.firestore.v1.ListCollectionIdsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponseOrBuilder.java similarity index 62% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponseOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponseOrBuilder.java index 9ad3ff5a9..5e9d910d7 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponseOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponseOrBuilder.java @@ -1,102 +1,71 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface ListCollectionIdsResponseOrBuilder - extends +public interface ListCollectionIdsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.ListCollectionIdsResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The collection ids.
    * 
* * repeated string collection_ids = 1; - * * @return A list containing the collectionIds. */ - java.util.List getCollectionIdsList(); + java.util.List + getCollectionIdsList(); /** - * - * *
    * The collection ids.
    * 
* * repeated string collection_ids = 1; - * * @return The count of collectionIds. */ int getCollectionIdsCount(); /** - * - * *
    * The collection ids.
    * 
* * repeated string collection_ids = 1; - * * @param index The index of the element to return. * @return The collectionIds at the given index. */ java.lang.String getCollectionIds(int index); /** - * - * *
    * The collection ids.
    * 
* * repeated string collection_ids = 1; - * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - com.google.protobuf.ByteString getCollectionIdsBytes(int index); + com.google.protobuf.ByteString + getCollectionIdsBytes(int index); /** - * - * *
    * A page token that may be used to continue the list.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** - * - * *
    * A page token that may be used to continue the list.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString getNextPageTokenBytes(); + com.google.protobuf.ByteString + getNextPageTokenBytes(); } diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequest.java similarity index 77% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequest.java index ae4e9dcf2..b6ea81583 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,8 +5,6 @@ package com.google.firestore.v1; /** - * - * *
  * The request for
  * [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.v1.ListDocumentsRequest}
  */
-public final class ListDocumentsRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ListDocumentsRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.ListDocumentsRequest)
     ListDocumentsRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ListDocumentsRequest.newBuilder() to construct.
   private ListDocumentsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ListDocumentsRequest() {
     parent_ = "";
     collectionId_ = "";
@@ -48,40 +30,35 @@ private ListDocumentsRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ListDocumentsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_ListDocumentsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_ListDocumentsRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.ListDocumentsRequest.class,
-            com.google.firestore.v1.ListDocumentsRequest.Builder.class);
+            com.google.firestore.v1.ListDocumentsRequest.class, com.google.firestore.v1.ListDocumentsRequest.Builder.class);
   }
 
   private int bitField0_;
   private int consistencySelectorCase_ = 0;
-
   @SuppressWarnings("serial")
   private java.lang.Object consistencySelector_;
-
   public enum ConsistencySelectorCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     TRANSACTION(8),
     READ_TIME(10),
     CONSISTENCYSELECTOR_NOT_SET(0);
     private final int value;
-
     private ConsistencySelectorCase(int value) {
       this.value = value;
     }
@@ -97,33 +74,27 @@ public static ConsistencySelectorCase valueOf(int value) {
 
     public static ConsistencySelectorCase forNumber(int value) {
       switch (value) {
-        case 8:
-          return TRANSACTION;
-        case 10:
-          return READ_TIME;
-        case 0:
-          return CONSISTENCYSELECTOR_NOT_SET;
-        default:
-          return null;
+        case 8: return TRANSACTION;
+        case 10: return READ_TIME;
+        case 0: return CONSISTENCYSELECTOR_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ConsistencySelectorCase getConsistencySelectorCase() {
-    return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
+  public ConsistencySelectorCase
+  getConsistencySelectorCase() {
+    return ConsistencySelectorCase.forNumber(
+        consistencySelectorCase_);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
-   *
-   *
    * 
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -135,7 +106,6 @@ public ConsistencySelectorCase getConsistencySelectorCase() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ @java.lang.Override @@ -144,15 +114,14 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -164,15 +133,16 @@ public java.lang.String getParent() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -181,12 +151,9 @@ public com.google.protobuf.ByteString getParentBytes() { } public static final int COLLECTION_ID_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object collectionId_ = ""; /** - * - * *
    * Optional. The collection ID, relative to `parent`, to list.
    *
@@ -197,7 +164,6 @@ public com.google.protobuf.ByteString getParentBytes() {
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The collectionId. */ @java.lang.Override @@ -206,15 +172,14 @@ public java.lang.String getCollectionId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); collectionId_ = s; return s; } } /** - * - * *
    * Optional. The collection ID, relative to `parent`, to list.
    *
@@ -225,15 +190,16 @@ public java.lang.String getCollectionId() {
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for collectionId. */ @java.lang.Override - public com.google.protobuf.ByteString getCollectionIdBytes() { + public com.google.protobuf.ByteString + getCollectionIdBytes() { java.lang.Object ref = collectionId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); collectionId_ = b; return b; } else { @@ -244,8 +210,6 @@ public com.google.protobuf.ByteString getCollectionIdBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; /** - * - * *
    * Optional. The maximum number of documents to return in a single response.
    *
@@ -253,7 +217,6 @@ public com.google.protobuf.ByteString getCollectionIdBytes() {
    * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The pageSize. */ @java.lang.Override @@ -262,12 +225,9 @@ public int getPageSize() { } public static final int PAGE_TOKEN_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; /** - * - * *
    * Optional. A page token, received from a previous `ListDocuments` response.
    *
@@ -277,7 +237,6 @@ public int getPageSize() {
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The pageToken. */ @java.lang.Override @@ -286,15 +245,14 @@ public java.lang.String getPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; } } /** - * - * *
    * Optional. A page token, received from a previous `ListDocuments` response.
    *
@@ -304,15 +262,16 @@ public java.lang.String getPageToken() {
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for pageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pageToken_ = b; return b; } else { @@ -321,12 +280,9 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } public static final int ORDER_BY_FIELD_NUMBER = 6; - @SuppressWarnings("serial") private volatile java.lang.Object orderBy_ = ""; /** - * - * *
    * Optional. The optional ordering of the documents to return.
    *
@@ -338,7 +294,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
    * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The orderBy. */ @java.lang.Override @@ -347,15 +302,14 @@ public java.lang.String getOrderBy() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); orderBy_ = s; return s; } } /** - * - * *
    * Optional. The optional ordering of the documents to return.
    *
@@ -367,15 +321,16 @@ public java.lang.String getOrderBy() {
    * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for orderBy. */ @java.lang.Override - public com.google.protobuf.ByteString getOrderByBytes() { + public com.google.protobuf.ByteString + getOrderByBytes() { java.lang.Object ref = orderBy_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); orderBy_ = b; return b; } else { @@ -386,8 +341,6 @@ public com.google.protobuf.ByteString getOrderByBytes() { public static final int MASK_FIELD_NUMBER = 7; private com.google.firestore.v1.DocumentMask mask_; /** - * - * *
    * Optional. The fields to return. If not set, returns all fields.
    *
@@ -395,9 +348,7 @@ public com.google.protobuf.ByteString getOrderByBytes() {
    * will not be returned in the response.
    * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the mask field is set. */ @java.lang.Override @@ -405,8 +356,6 @@ public boolean hasMask() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Optional. The fields to return. If not set, returns all fields.
    *
@@ -414,9 +363,7 @@ public boolean hasMask() {
    * will not be returned in the response.
    * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; * @return The mask. */ @java.lang.Override @@ -424,8 +371,6 @@ public com.google.firestore.v1.DocumentMask getMask() { return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_; } /** - * - * *
    * Optional. The fields to return. If not set, returns all fields.
    *
@@ -433,8 +378,7 @@ public com.google.firestore.v1.DocumentMask getMask() {
    * will not be returned in the response.
    * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() { @@ -443,14 +387,11 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() { public static final int TRANSACTION_FIELD_NUMBER = 8; /** - * - * *
    * Perform the read as part of an already active transaction.
    * 
* * bytes transaction = 8; - * * @return Whether the transaction field is set. */ @java.lang.Override @@ -458,14 +399,11 @@ public boolean hasTransaction() { return consistencySelectorCase_ == 8; } /** - * - * *
    * Perform the read as part of an already active transaction.
    * 
* * bytes transaction = 8; - * * @return The transaction. */ @java.lang.Override @@ -478,8 +416,6 @@ public com.google.protobuf.ByteString getTransaction() { public static final int READ_TIME_FIELD_NUMBER = 10; /** - * - * *
    * Perform the read at the provided time.
    *
@@ -489,7 +425,6 @@ public com.google.protobuf.ByteString getTransaction() {
    * 
* * .google.protobuf.Timestamp read_time = 10; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -497,8 +432,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 10; } /** - * - * *
    * Perform the read at the provided time.
    *
@@ -508,19 +441,16 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 10; - * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 10) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** - * - * *
    * Perform the read at the provided time.
    *
@@ -534,7 +464,7 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (consistencySelectorCase_ == 10) {
-      return (com.google.protobuf.Timestamp) consistencySelector_;
+       return (com.google.protobuf.Timestamp) consistencySelector_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
@@ -542,8 +472,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   public static final int SHOW_MISSING_FIELD_NUMBER = 12;
   private boolean showMissing_ = false;
   /**
-   *
-   *
    * 
    * If the list should show missing documents.
    *
@@ -557,7 +485,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
    * 
* * bool show_missing = 12; - * * @return The showMissing. */ @java.lang.Override @@ -566,7 +493,6 @@ public boolean getShowMissing() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -578,7 +504,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -598,7 +525,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io output.writeMessage(7, getMask()); } if (consistencySelectorCase_ == 8) { - output.writeBytes(8, (com.google.protobuf.ByteString) consistencySelector_); + output.writeBytes( + 8, (com.google.protobuf.ByteString) consistencySelector_); } if (consistencySelectorCase_ == 10) { output.writeMessage(10, (com.google.protobuf.Timestamp) consistencySelector_); @@ -622,7 +550,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, collectionId_); } if (pageSize_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(3, pageSize_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(3, pageSize_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, pageToken_); @@ -631,20 +560,21 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, orderBy_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getMask()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(7, getMask()); } if (consistencySelectorCase_ == 8) { - size += - com.google.protobuf.CodedOutputStream.computeBytesSize( - 8, (com.google.protobuf.ByteString) consistencySelector_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize( + 8, (com.google.protobuf.ByteString) consistencySelector_); } if (consistencySelectorCase_ == 10) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 10, (com.google.protobuf.Timestamp) consistencySelector_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, (com.google.protobuf.Timestamp) consistencySelector_); } if (showMissing_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(12, showMissing_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(12, showMissing_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -654,31 +584,39 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.ListDocumentsRequest)) { return super.equals(obj); } - com.google.firestore.v1.ListDocumentsRequest other = - (com.google.firestore.v1.ListDocumentsRequest) obj; - - if (!getParent().equals(other.getParent())) return false; - if (!getCollectionId().equals(other.getCollectionId())) return false; - if (getPageSize() != other.getPageSize()) return false; - if (!getPageToken().equals(other.getPageToken())) return false; - if (!getOrderBy().equals(other.getOrderBy())) return false; + com.google.firestore.v1.ListDocumentsRequest other = (com.google.firestore.v1.ListDocumentsRequest) obj; + + if (!getParent() + .equals(other.getParent())) return false; + if (!getCollectionId() + .equals(other.getCollectionId())) return false; + if (getPageSize() + != other.getPageSize()) return false; + if (!getPageToken() + .equals(other.getPageToken())) return false; + if (!getOrderBy() + .equals(other.getOrderBy())) return false; if (hasMask() != other.hasMask()) return false; if (hasMask()) { - if (!getMask().equals(other.getMask())) return false; + if (!getMask() + .equals(other.getMask())) return false; } - if (getShowMissing() != other.getShowMissing()) return false; + if (getShowMissing() + != other.getShowMissing()) return false; if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false; switch (consistencySelectorCase_) { case 8: - if (!getTransaction().equals(other.getTransaction())) return false; + if (!getTransaction() + .equals(other.getTransaction())) return false; break; case 10: - if (!getReadTime().equals(other.getReadTime())) return false; + if (!getReadTime() + .equals(other.getReadTime())) return false; break; case 0: default: @@ -709,7 +647,8 @@ public int hashCode() { hash = (53 * hash) + getMask().hashCode(); } hash = (37 * hash) + SHOW_MISSING_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getShowMissing()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getShowMissing()); switch (consistencySelectorCase_) { case 8: hash = (37 * hash) + TRANSACTION_FIELD_NUMBER; @@ -727,104 +666,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.ListDocumentsRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.ListDocumentsRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ListDocumentsRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ListDocumentsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ListDocumentsRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ListDocumentsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ListDocumentsRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ListDocumentsRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.ListDocumentsRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.ListDocumentsRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.ListDocumentsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.ListDocumentsRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.ListDocumentsRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.ListDocumentsRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.ListDocumentsRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
@@ -832,23 +766,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.ListDocumentsRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.ListDocumentsRequest)
       com.google.firestore.v1.ListDocumentsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_ListDocumentsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_ListDocumentsRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.ListDocumentsRequest.class,
-              com.google.firestore.v1.ListDocumentsRequest.Builder.class);
+              com.google.firestore.v1.ListDocumentsRequest.class, com.google.firestore.v1.ListDocumentsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.ListDocumentsRequest.newBuilder()
@@ -856,17 +788,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getMaskFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -891,9 +823,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_ListDocumentsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -912,11 +844,8 @@ public com.google.firestore.v1.ListDocumentsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.ListDocumentsRequest buildPartial() {
-      com.google.firestore.v1.ListDocumentsRequest result =
-          new com.google.firestore.v1.ListDocumentsRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.ListDocumentsRequest result = new com.google.firestore.v1.ListDocumentsRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -941,7 +870,9 @@ private void buildPartial0(com.google.firestore.v1.ListDocumentsRequest result)
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.mask_ = maskBuilder_ == null ? mask_ : maskBuilder_.build();
+        result.mask_ = maskBuilder_ == null
+            ? mask_
+            : maskBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000100) != 0)) {
@@ -953,7 +884,8 @@ private void buildPartial0(com.google.firestore.v1.ListDocumentsRequest result)
     private void buildPartialOneofs(com.google.firestore.v1.ListDocumentsRequest result) {
       result.consistencySelectorCase_ = consistencySelectorCase_;
       result.consistencySelector_ = this.consistencySelector_;
-      if (consistencySelectorCase_ == 10 && readTimeBuilder_ != null) {
+      if (consistencySelectorCase_ == 10 &&
+          readTimeBuilder_ != null) {
         result.consistencySelector_ = readTimeBuilder_.build();
       }
     }
@@ -962,39 +894,38 @@ private void buildPartialOneofs(com.google.firestore.v1.ListDocumentsRequest res
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.ListDocumentsRequest) {
-        return mergeFrom((com.google.firestore.v1.ListDocumentsRequest) other);
+        return mergeFrom((com.google.firestore.v1.ListDocumentsRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1033,20 +964,17 @@ public Builder mergeFrom(com.google.firestore.v1.ListDocumentsRequest other) {
         setShowMissing(other.getShowMissing());
       }
       switch (other.getConsistencySelectorCase()) {
-        case TRANSACTION:
-          {
-            setTransaction(other.getTransaction());
-            break;
-          }
-        case READ_TIME:
-          {
-            mergeReadTime(other.getReadTime());
-            break;
-          }
-        case CONSISTENCYSELECTOR_NOT_SET:
-          {
-            break;
-          }
+        case TRANSACTION: {
+          setTransaction(other.getTransaction());
+          break;
+        }
+        case READ_TIME: {
+          mergeReadTime(other.getReadTime());
+          break;
+        }
+        case CONSISTENCYSELECTOR_NOT_SET: {
+          break;
+        }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -1074,67 +1002,61 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                parent_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                collectionId_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 24:
-              {
-                pageSize_ = input.readInt32();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 24
-            case 34:
-              {
-                pageToken_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 34
-            case 50:
-              {
-                orderBy_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 50
-            case 58:
-              {
-                input.readMessage(getMaskFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000020;
-                break;
-              } // case 58
-            case 66:
-              {
-                consistencySelector_ = input.readBytes();
-                consistencySelectorCase_ = 8;
-                break;
-              } // case 66
-            case 82:
-              {
-                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
-                consistencySelectorCase_ = 10;
-                break;
-              } // case 82
-            case 96:
-              {
-                showMissing_ = input.readBool();
-                bitField0_ |= 0x00000100;
-                break;
-              } // case 96
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              parent_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              collectionId_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 24: {
+              pageSize_ = input.readInt32();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 24
+            case 34: {
+              pageToken_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 34
+            case 50: {
+              orderBy_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 50
+            case 58: {
+              input.readMessage(
+                  getMaskFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000020;
+              break;
+            } // case 58
+            case 66: {
+              consistencySelector_ = input.readBytes();
+              consistencySelectorCase_ = 8;
+              break;
+            } // case 66
+            case 82: {
+              input.readMessage(
+                  getReadTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              consistencySelectorCase_ = 10;
+              break;
+            } // case 82
+            case 96: {
+              showMissing_ = input.readBool();
+              bitField0_ |= 0x00000100;
+              break;
+            } // case 96
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1144,12 +1066,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int consistencySelectorCase_ = 0;
     private java.lang.Object consistencySelector_;
-
-    public ConsistencySelectorCase getConsistencySelectorCase() {
-      return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
+    public ConsistencySelectorCase
+        getConsistencySelectorCase() {
+      return ConsistencySelectorCase.forNumber(
+          consistencySelectorCase_);
     }
 
     public Builder clearConsistencySelector() {
@@ -1163,8 +1085,6 @@ public Builder clearConsistencySelector() {
 
     private java.lang.Object parent_ = "";
     /**
-     *
-     *
      * 
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1176,13 +1096,13 @@ public Builder clearConsistencySelector() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -1191,8 +1111,6 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1204,14 +1122,15 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -1219,8 +1138,6 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1232,22 +1149,18 @@ public com.google.protobuf.ByteString getParentBytes() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1259,7 +1172,6 @@ public Builder setParent(java.lang.String value) {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearParent() { @@ -1269,8 +1181,6 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1282,14 +1192,12 @@ public Builder clearParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -1299,8 +1207,6 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private java.lang.Object collectionId_ = ""; /** - * - * *
      * Optional. The collection ID, relative to `parent`, to list.
      *
@@ -1311,13 +1217,13 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The collectionId. */ public java.lang.String getCollectionId() { java.lang.Object ref = collectionId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); collectionId_ = s; return s; @@ -1326,8 +1232,6 @@ public java.lang.String getCollectionId() { } } /** - * - * *
      * Optional. The collection ID, relative to `parent`, to list.
      *
@@ -1338,14 +1242,15 @@ public java.lang.String getCollectionId() {
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for collectionId. */ - public com.google.protobuf.ByteString getCollectionIdBytes() { + public com.google.protobuf.ByteString + getCollectionIdBytes() { java.lang.Object ref = collectionId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); collectionId_ = b; return b; } else { @@ -1353,8 +1258,6 @@ public com.google.protobuf.ByteString getCollectionIdBytes() { } } /** - * - * *
      * Optional. The collection ID, relative to `parent`, to list.
      *
@@ -1365,22 +1268,18 @@ public com.google.protobuf.ByteString getCollectionIdBytes() {
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The collectionId to set. * @return This builder for chaining. */ - public Builder setCollectionId(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCollectionId( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } collectionId_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * Optional. The collection ID, relative to `parent`, to list.
      *
@@ -1391,7 +1290,6 @@ public Builder setCollectionId(java.lang.String value) {
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @return This builder for chaining. */ public Builder clearCollectionId() { @@ -1401,8 +1299,6 @@ public Builder clearCollectionId() { return this; } /** - * - * *
      * Optional. The collection ID, relative to `parent`, to list.
      *
@@ -1413,14 +1309,12 @@ public Builder clearCollectionId() {
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The bytes for collectionId to set. * @return This builder for chaining. */ - public Builder setCollectionIdBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCollectionIdBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); collectionId_ = value; bitField0_ |= 0x00000002; @@ -1428,10 +1322,8 @@ public Builder setCollectionIdBytes(com.google.protobuf.ByteString value) { return this; } - private int pageSize_; + private int pageSize_ ; /** - * - * *
      * Optional. The maximum number of documents to return in a single response.
      *
@@ -1439,7 +1331,6 @@ public Builder setCollectionIdBytes(com.google.protobuf.ByteString value) {
      * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The pageSize. */ @java.lang.Override @@ -1447,8 +1338,6 @@ public int getPageSize() { return pageSize_; } /** - * - * *
      * Optional. The maximum number of documents to return in a single response.
      *
@@ -1456,7 +1345,6 @@ public int getPageSize() {
      * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The pageSize to set. * @return This builder for chaining. */ @@ -1468,8 +1356,6 @@ public Builder setPageSize(int value) { return this; } /** - * - * *
      * Optional. The maximum number of documents to return in a single response.
      *
@@ -1477,7 +1363,6 @@ public Builder setPageSize(int value) {
      * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; - * * @return This builder for chaining. */ public Builder clearPageSize() { @@ -1489,8 +1374,6 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** - * - * *
      * Optional. A page token, received from a previous `ListDocuments` response.
      *
@@ -1500,13 +1383,13 @@ public Builder clearPageSize() {
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The pageToken. */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; @@ -1515,8 +1398,6 @@ public java.lang.String getPageToken() { } } /** - * - * *
      * Optional. A page token, received from a previous `ListDocuments` response.
      *
@@ -1526,14 +1407,15 @@ public java.lang.String getPageToken() {
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for pageToken. */ - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pageToken_ = b; return b; } else { @@ -1541,8 +1423,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } } /** - * - * *
      * Optional. A page token, received from a previous `ListDocuments` response.
      *
@@ -1552,22 +1432,18 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPageToken( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } pageToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
      * Optional. A page token, received from a previous `ListDocuments` response.
      *
@@ -1577,7 +1453,6 @@ public Builder setPageToken(java.lang.String value) {
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return This builder for chaining. */ public Builder clearPageToken() { @@ -1587,8 +1462,6 @@ public Builder clearPageToken() { return this; } /** - * - * *
      * Optional. A page token, received from a previous `ListDocuments` response.
      *
@@ -1598,14 +1471,12 @@ public Builder clearPageToken() {
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The bytes for pageToken to set. * @return This builder for chaining. */ - public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); pageToken_ = value; bitField0_ |= 0x00000008; @@ -1615,8 +1486,6 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { private java.lang.Object orderBy_ = ""; /** - * - * *
      * Optional. The optional ordering of the documents to return.
      *
@@ -1628,13 +1497,13 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) {
      * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The orderBy. */ public java.lang.String getOrderBy() { java.lang.Object ref = orderBy_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); orderBy_ = s; return s; @@ -1643,8 +1512,6 @@ public java.lang.String getOrderBy() { } } /** - * - * *
      * Optional. The optional ordering of the documents to return.
      *
@@ -1656,14 +1523,15 @@ public java.lang.String getOrderBy() {
      * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for orderBy. */ - public com.google.protobuf.ByteString getOrderByBytes() { + public com.google.protobuf.ByteString + getOrderByBytes() { java.lang.Object ref = orderBy_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); orderBy_ = b; return b; } else { @@ -1671,8 +1539,6 @@ public com.google.protobuf.ByteString getOrderByBytes() { } } /** - * - * *
      * Optional. The optional ordering of the documents to return.
      *
@@ -1684,22 +1550,18 @@ public com.google.protobuf.ByteString getOrderByBytes() {
      * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The orderBy to set. * @return This builder for chaining. */ - public Builder setOrderBy(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setOrderBy( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } orderBy_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** - * - * *
      * Optional. The optional ordering of the documents to return.
      *
@@ -1711,7 +1573,6 @@ public Builder setOrderBy(java.lang.String value) {
      * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; - * * @return This builder for chaining. */ public Builder clearOrderBy() { @@ -1721,8 +1582,6 @@ public Builder clearOrderBy() { return this; } /** - * - * *
      * Optional. The optional ordering of the documents to return.
      *
@@ -1734,14 +1593,12 @@ public Builder clearOrderBy() {
      * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The bytes for orderBy to set. * @return This builder for chaining. */ - public Builder setOrderByBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setOrderByBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); orderBy_ = value; bitField0_ |= 0x00000010; @@ -1751,13 +1608,8 @@ public Builder setOrderByBytes(com.google.protobuf.ByteString value) { private com.google.firestore.v1.DocumentMask mask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, - com.google.firestore.v1.DocumentMask.Builder, - com.google.firestore.v1.DocumentMaskOrBuilder> - maskBuilder_; + com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> maskBuilder_; /** - * - * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1765,17 +1617,13 @@ public Builder setOrderByBytes(com.google.protobuf.ByteString value) {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the mask field is set. */ public boolean hasMask() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1783,9 +1631,7 @@ public boolean hasMask() {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; * @return The mask. */ public com.google.firestore.v1.DocumentMask getMask() { @@ -1796,8 +1642,6 @@ public com.google.firestore.v1.DocumentMask getMask() { } } /** - * - * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1805,8 +1649,7 @@ public com.google.firestore.v1.DocumentMask getMask() {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setMask(com.google.firestore.v1.DocumentMask value) { if (maskBuilder_ == null) { @@ -1822,8 +1665,6 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) { return this; } /** - * - * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1831,10 +1672,10 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; */ - public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForValue) { + public Builder setMask( + com.google.firestore.v1.DocumentMask.Builder builderForValue) { if (maskBuilder_ == null) { mask_ = builderForValue.build(); } else { @@ -1845,8 +1686,6 @@ public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForVa return this; } /** - * - * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1854,14 +1693,13 @@ public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForVa
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder mergeMask(com.google.firestore.v1.DocumentMask value) { if (maskBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) - && mask_ != null - && mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) && + mask_ != null && + mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) { getMaskBuilder().mergeFrom(value); } else { mask_ = value; @@ -1876,8 +1714,6 @@ public Builder mergeMask(com.google.firestore.v1.DocumentMask value) { return this; } /** - * - * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1885,8 +1721,7 @@ public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder clearMask() { bitField0_ = (bitField0_ & ~0x00000020); @@ -1899,8 +1734,6 @@ public Builder clearMask() { return this; } /** - * - * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1908,8 +1741,7 @@ public Builder clearMask() {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.firestore.v1.DocumentMask.Builder getMaskBuilder() { bitField0_ |= 0x00000020; @@ -1917,8 +1749,6 @@ public com.google.firestore.v1.DocumentMask.Builder getMaskBuilder() { return getMaskFieldBuilder().getBuilder(); } /** - * - * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1926,19 +1756,17 @@ public com.google.firestore.v1.DocumentMask.Builder getMaskBuilder() {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() { if (maskBuilder_ != null) { return maskBuilder_.getMessageOrBuilder(); } else { - return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_; + return mask_ == null ? + com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_; } } /** - * - * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1946,49 +1774,39 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, - com.google.firestore.v1.DocumentMask.Builder, - com.google.firestore.v1.DocumentMaskOrBuilder> + com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> getMaskFieldBuilder() { if (maskBuilder_ == null) { - maskBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, - com.google.firestore.v1.DocumentMask.Builder, - com.google.firestore.v1.DocumentMaskOrBuilder>( - getMask(), getParentForChildren(), isClean()); + maskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder>( + getMask(), + getParentForChildren(), + isClean()); mask_ = null; } return maskBuilder_; } /** - * - * *
      * Perform the read as part of an already active transaction.
      * 
* * bytes transaction = 8; - * * @return Whether the transaction field is set. */ public boolean hasTransaction() { return consistencySelectorCase_ == 8; } /** - * - * *
      * Perform the read as part of an already active transaction.
      * 
* * bytes transaction = 8; - * * @return The transaction. */ public com.google.protobuf.ByteString getTransaction() { @@ -1998,35 +1816,27 @@ public com.google.protobuf.ByteString getTransaction() { return com.google.protobuf.ByteString.EMPTY; } /** - * - * *
      * Perform the read as part of an already active transaction.
      * 
* * bytes transaction = 8; - * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } consistencySelectorCase_ = 8; consistencySelector_ = value; onChanged(); return this; } /** - * - * *
      * Perform the read as part of an already active transaction.
      * 
* * bytes transaction = 8; - * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -2039,13 +1849,8 @@ public Builder clearTransaction() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - readTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; /** - * - * *
      * Perform the read at the provided time.
      *
@@ -2055,7 +1860,6 @@ public Builder clearTransaction() {
      * 
* * .google.protobuf.Timestamp read_time = 10; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -2063,8 +1867,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 10; } /** - * - * *
      * Perform the read at the provided time.
      *
@@ -2074,7 +1876,6 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 10; - * * @return The readTime. */ @java.lang.Override @@ -2092,8 +1893,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * Perform the read at the provided time.
      *
@@ -2118,8 +1917,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Perform the read at the provided time.
      *
@@ -2130,7 +1927,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 10;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         consistencySelector_ = builderForValue.build();
         onChanged();
@@ -2141,8 +1939,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * Perform the read at the provided time.
      *
@@ -2155,13 +1951,10 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (consistencySelectorCase_ == 10
-            && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          consistencySelector_ =
-              com.google.protobuf.Timestamp.newBuilder(
-                      (com.google.protobuf.Timestamp) consistencySelector_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (consistencySelectorCase_ == 10 &&
+            consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
+              .mergeFrom(value).buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -2177,8 +1970,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Perform the read at the provided time.
      *
@@ -2206,8 +1997,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Perform the read at the provided time.
      *
@@ -2222,8 +2011,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Perform the read at the provided time.
      *
@@ -2246,8 +2033,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * Perform the read at the provided time.
      *
@@ -2259,19 +2044,14 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 10;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(consistencySelectorCase_ == 10)) {
           consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
                 (com.google.protobuf.Timestamp) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -2282,10 +2062,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       return readTimeBuilder_;
     }
 
-    private boolean showMissing_;
+    private boolean showMissing_ ;
     /**
-     *
-     *
      * 
      * If the list should show missing documents.
      *
@@ -2299,7 +2077,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * 
* * bool show_missing = 12; - * * @return The showMissing. */ @java.lang.Override @@ -2307,8 +2084,6 @@ public boolean getShowMissing() { return showMissing_; } /** - * - * *
      * If the list should show missing documents.
      *
@@ -2322,7 +2097,6 @@ public boolean getShowMissing() {
      * 
* * bool show_missing = 12; - * * @param value The showMissing to set. * @return This builder for chaining. */ @@ -2334,8 +2108,6 @@ public Builder setShowMissing(boolean value) { return this; } /** - * - * *
      * If the list should show missing documents.
      *
@@ -2349,7 +2121,6 @@ public Builder setShowMissing(boolean value) {
      * 
* * bool show_missing = 12; - * * @return This builder for chaining. */ public Builder clearShowMissing() { @@ -2358,9 +2129,9 @@ public Builder clearShowMissing() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2370,12 +2141,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.ListDocumentsRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.ListDocumentsRequest) private static final com.google.firestore.v1.ListDocumentsRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.ListDocumentsRequest(); } @@ -2384,27 +2155,27 @@ public static com.google.firestore.v1.ListDocumentsRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListDocumentsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListDocumentsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2419,4 +2190,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.ListDocumentsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequestOrBuilder.java similarity index 86% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequestOrBuilder.java index 9d7f5055e..a376e07e2 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequestOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface ListDocumentsRequestOrBuilder - extends +public interface ListDocumentsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.ListDocumentsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -38,13 +20,10 @@ public interface ListDocumentsRequestOrBuilder
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -56,14 +35,12 @@ public interface ListDocumentsRequestOrBuilder
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * Optional. The collection ID, relative to `parent`, to list.
    *
@@ -74,13 +51,10 @@ public interface ListDocumentsRequestOrBuilder
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The collectionId. */ java.lang.String getCollectionId(); /** - * - * *
    * Optional. The collection ID, relative to `parent`, to list.
    *
@@ -91,14 +65,12 @@ public interface ListDocumentsRequestOrBuilder
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for collectionId. */ - com.google.protobuf.ByteString getCollectionIdBytes(); + com.google.protobuf.ByteString + getCollectionIdBytes(); /** - * - * *
    * Optional. The maximum number of documents to return in a single response.
    *
@@ -106,14 +78,11 @@ public interface ListDocumentsRequestOrBuilder
    * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The pageSize. */ int getPageSize(); /** - * - * *
    * Optional. A page token, received from a previous `ListDocuments` response.
    *
@@ -123,13 +92,10 @@ public interface ListDocumentsRequestOrBuilder
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The pageToken. */ java.lang.String getPageToken(); /** - * - * *
    * Optional. A page token, received from a previous `ListDocuments` response.
    *
@@ -139,14 +105,12 @@ public interface ListDocumentsRequestOrBuilder
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString getPageTokenBytes(); + com.google.protobuf.ByteString + getPageTokenBytes(); /** - * - * *
    * Optional. The optional ordering of the documents to return.
    *
@@ -158,13 +122,10 @@ public interface ListDocumentsRequestOrBuilder
    * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The orderBy. */ java.lang.String getOrderBy(); /** - * - * *
    * Optional. The optional ordering of the documents to return.
    *
@@ -176,14 +137,12 @@ public interface ListDocumentsRequestOrBuilder
    * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for orderBy. */ - com.google.protobuf.ByteString getOrderByBytes(); + com.google.protobuf.ByteString + getOrderByBytes(); /** - * - * *
    * Optional. The fields to return. If not set, returns all fields.
    *
@@ -191,15 +150,11 @@ public interface ListDocumentsRequestOrBuilder
    * will not be returned in the response.
    * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the mask field is set. */ boolean hasMask(); /** - * - * *
    * Optional. The fields to return. If not set, returns all fields.
    *
@@ -207,15 +162,11 @@ public interface ListDocumentsRequestOrBuilder
    * will not be returned in the response.
    * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; * @return The mask. */ com.google.firestore.v1.DocumentMask getMask(); /** - * - * *
    * Optional. The fields to return. If not set, returns all fields.
    *
@@ -223,39 +174,30 @@ public interface ListDocumentsRequestOrBuilder
    * will not be returned in the response.
    * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; */ com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder(); /** - * - * *
    * Perform the read as part of an already active transaction.
    * 
* * bytes transaction = 8; - * * @return Whether the transaction field is set. */ boolean hasTransaction(); /** - * - * *
    * Perform the read as part of an already active transaction.
    * 
* * bytes transaction = 8; - * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** - * - * *
    * Perform the read at the provided time.
    *
@@ -265,13 +207,10 @@ public interface ListDocumentsRequestOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 10; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * Perform the read at the provided time.
    *
@@ -281,13 +220,10 @@ public interface ListDocumentsRequestOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 10; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * Perform the read at the provided time.
    *
@@ -301,8 +237,6 @@ public interface ListDocumentsRequestOrBuilder
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
   /**
-   *
-   *
    * 
    * If the list should show missing documents.
    *
@@ -316,7 +250,6 @@ public interface ListDocumentsRequestOrBuilder
    * 
* * bool show_missing = 12; - * * @return The showMissing. */ boolean getShowMissing(); diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponse.java similarity index 72% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponse.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponse.java index 85be21fb9..22a9667a8 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponse.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,8 +5,6 @@ package com.google.firestore.v1; /** - * - * *
  * The response for
  * [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.v1.ListDocumentsResponse}
  */
-public final class ListDocumentsResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ListDocumentsResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.ListDocumentsResponse)
     ListDocumentsResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ListDocumentsResponse.newBuilder() to construct.
   private ListDocumentsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ListDocumentsResponse() {
     documents_ = java.util.Collections.emptyList();
     nextPageToken_ = "";
@@ -46,32 +28,28 @@ private ListDocumentsResponse() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ListDocumentsResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_ListDocumentsResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_ListDocumentsResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.ListDocumentsResponse.class,
-            com.google.firestore.v1.ListDocumentsResponse.Builder.class);
+            com.google.firestore.v1.ListDocumentsResponse.class, com.google.firestore.v1.ListDocumentsResponse.Builder.class);
   }
 
   public static final int DOCUMENTS_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private java.util.List documents_;
   /**
-   *
-   *
    * 
    * The Documents found.
    * 
@@ -83,8 +61,6 @@ public java.util.List getDocumentsList() { return documents_; } /** - * - * *
    * The Documents found.
    * 
@@ -92,13 +68,11 @@ public java.util.List getDocumentsList() { * repeated .google.firestore.v1.Document documents = 1; */ @java.lang.Override - public java.util.List + public java.util.List getDocumentsOrBuilderList() { return documents_; } /** - * - * *
    * The Documents found.
    * 
@@ -110,8 +84,6 @@ public int getDocumentsCount() { return documents_.size(); } /** - * - * *
    * The Documents found.
    * 
@@ -123,8 +95,6 @@ public com.google.firestore.v1.Document getDocuments(int index) { return documents_.get(index); } /** - * - * *
    * The Documents found.
    * 
@@ -132,17 +102,15 @@ public com.google.firestore.v1.Document getDocuments(int index) { * repeated .google.firestore.v1.Document documents = 1; */ @java.lang.Override - public com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder(int index) { + public com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder( + int index) { return documents_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; /** - * - * *
    * A token to retrieve the next page of documents.
    *
@@ -150,7 +118,6 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder(int index
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ @java.lang.Override @@ -159,15 +126,14 @@ public java.lang.String getNextPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; } } /** - * - * *
    * A token to retrieve the next page of documents.
    *
@@ -175,15 +141,16 @@ public java.lang.String getNextPageToken() {
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -192,7 +159,6 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -204,7 +170,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < documents_.size(); i++) { output.writeMessage(1, documents_.get(i)); } @@ -221,7 +188,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < documents_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, documents_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, documents_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -234,16 +202,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.ListDocumentsResponse)) { return super.equals(obj); } - com.google.firestore.v1.ListDocumentsResponse other = - (com.google.firestore.v1.ListDocumentsResponse) obj; + com.google.firestore.v1.ListDocumentsResponse other = (com.google.firestore.v1.ListDocumentsResponse) obj; - if (!getDocumentsList().equals(other.getDocumentsList())) return false; - if (!getNextPageToken().equals(other.getNextPageToken())) return false; + if (!getDocumentsList() + .equals(other.getDocumentsList())) return false; + if (!getNextPageToken() + .equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -266,104 +235,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.ListDocumentsResponse parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.ListDocumentsResponse parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ListDocumentsResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ListDocumentsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ListDocumentsResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ListDocumentsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ListDocumentsResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ListDocumentsResponse parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.ListDocumentsResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.ListDocumentsResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.ListDocumentsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.ListDocumentsResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.ListDocumentsResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.ListDocumentsResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.ListDocumentsResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The response for
    * [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
@@ -371,32 +335,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.ListDocumentsResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.ListDocumentsResponse)
       com.google.firestore.v1.ListDocumentsResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_ListDocumentsResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_ListDocumentsResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.ListDocumentsResponse.class,
-              com.google.firestore.v1.ListDocumentsResponse.Builder.class);
+              com.google.firestore.v1.ListDocumentsResponse.class, com.google.firestore.v1.ListDocumentsResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.ListDocumentsResponse.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -413,9 +378,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_ListDocumentsResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsResponse_descriptor;
     }
 
     @java.lang.Override
@@ -434,12 +399,9 @@ public com.google.firestore.v1.ListDocumentsResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.ListDocumentsResponse buildPartial() {
-      com.google.firestore.v1.ListDocumentsResponse result =
-          new com.google.firestore.v1.ListDocumentsResponse(this);
+      com.google.firestore.v1.ListDocumentsResponse result = new com.google.firestore.v1.ListDocumentsResponse(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -467,39 +429,38 @@ private void buildPartial0(com.google.firestore.v1.ListDocumentsResponse result)
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.ListDocumentsResponse) {
-        return mergeFrom((com.google.firestore.v1.ListDocumentsResponse) other);
+        return mergeFrom((com.google.firestore.v1.ListDocumentsResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -526,10 +487,9 @@ public Builder mergeFrom(com.google.firestore.v1.ListDocumentsResponse other) {
             documentsBuilder_ = null;
             documents_ = other.documents_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            documentsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getDocumentsFieldBuilder()
-                    : null;
+            documentsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getDocumentsFieldBuilder() : null;
           } else {
             documentsBuilder_.addAllMessages(other.documents_);
           }
@@ -566,31 +526,30 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                com.google.firestore.v1.Document m =
-                    input.readMessage(com.google.firestore.v1.Document.parser(), extensionRegistry);
-                if (documentsBuilder_ == null) {
-                  ensureDocumentsIsMutable();
-                  documents_.add(m);
-                } else {
-                  documentsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 10
-            case 18:
-              {
-                nextPageToken_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              com.google.firestore.v1.Document m =
+                  input.readMessage(
+                      com.google.firestore.v1.Document.parser(),
+                      extensionRegistry);
+              if (documentsBuilder_ == null) {
+                ensureDocumentsIsMutable();
+                documents_.add(m);
+              } else {
+                documentsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 10
+            case 18: {
+              nextPageToken_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -600,28 +559,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.util.List documents_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureDocumentsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         documents_ = new java.util.ArrayList(documents_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Document,
-            com.google.firestore.v1.Document.Builder,
-            com.google.firestore.v1.DocumentOrBuilder>
-        documentsBuilder_;
+        com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> documentsBuilder_;
 
     /**
-     *
-     *
      * 
      * The Documents found.
      * 
@@ -636,8 +588,6 @@ public java.util.List getDocumentsList() { } } /** - * - * *
      * The Documents found.
      * 
@@ -652,8 +602,6 @@ public int getDocumentsCount() { } } /** - * - * *
      * The Documents found.
      * 
@@ -668,15 +616,14 @@ public com.google.firestore.v1.Document getDocuments(int index) { } } /** - * - * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public Builder setDocuments(int index, com.google.firestore.v1.Document value) { + public Builder setDocuments( + int index, com.google.firestore.v1.Document value) { if (documentsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -690,8 +637,6 @@ public Builder setDocuments(int index, com.google.firestore.v1.Document value) { return this; } /** - * - * *
      * The Documents found.
      * 
@@ -710,8 +655,6 @@ public Builder setDocuments( return this; } /** - * - * *
      * The Documents found.
      * 
@@ -732,15 +675,14 @@ public Builder addDocuments(com.google.firestore.v1.Document value) { return this; } /** - * - * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public Builder addDocuments(int index, com.google.firestore.v1.Document value) { + public Builder addDocuments( + int index, com.google.firestore.v1.Document value) { if (documentsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -754,15 +696,14 @@ public Builder addDocuments(int index, com.google.firestore.v1.Document value) { return this; } /** - * - * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public Builder addDocuments(com.google.firestore.v1.Document.Builder builderForValue) { + public Builder addDocuments( + com.google.firestore.v1.Document.Builder builderForValue) { if (documentsBuilder_ == null) { ensureDocumentsIsMutable(); documents_.add(builderForValue.build()); @@ -773,8 +714,6 @@ public Builder addDocuments(com.google.firestore.v1.Document.Builder builderForV return this; } /** - * - * *
      * The Documents found.
      * 
@@ -793,8 +732,6 @@ public Builder addDocuments( return this; } /** - * - * *
      * The Documents found.
      * 
@@ -805,7 +742,8 @@ public Builder addAllDocuments( java.lang.Iterable values) { if (documentsBuilder_ == null) { ensureDocumentsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, documents_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, documents_); onChanged(); } else { documentsBuilder_.addAllMessages(values); @@ -813,8 +751,6 @@ public Builder addAllDocuments( return this; } /** - * - * *
      * The Documents found.
      * 
@@ -832,8 +768,6 @@ public Builder clearDocuments() { return this; } /** - * - * *
      * The Documents found.
      * 
@@ -851,44 +785,39 @@ public Builder removeDocuments(int index) { return this; } /** - * - * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public com.google.firestore.v1.Document.Builder getDocumentsBuilder(int index) { + public com.google.firestore.v1.Document.Builder getDocumentsBuilder( + int index) { return getDocumentsFieldBuilder().getBuilder(index); } /** - * - * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder(int index) { + public com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder( + int index) { if (documentsBuilder_ == null) { - return documents_.get(index); - } else { + return documents_.get(index); } else { return documentsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public java.util.List - getDocumentsOrBuilderList() { + public java.util.List + getDocumentsOrBuilderList() { if (documentsBuilder_ != null) { return documentsBuilder_.getMessageOrBuilderList(); } else { @@ -896,8 +825,6 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder(int index } } /** - * - * *
      * The Documents found.
      * 
@@ -905,47 +832,42 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder(int index * repeated .google.firestore.v1.Document documents = 1; */ public com.google.firestore.v1.Document.Builder addDocumentsBuilder() { - return getDocumentsFieldBuilder() - .addBuilder(com.google.firestore.v1.Document.getDefaultInstance()); + return getDocumentsFieldBuilder().addBuilder( + com.google.firestore.v1.Document.getDefaultInstance()); } /** - * - * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public com.google.firestore.v1.Document.Builder addDocumentsBuilder(int index) { - return getDocumentsFieldBuilder() - .addBuilder(index, com.google.firestore.v1.Document.getDefaultInstance()); + public com.google.firestore.v1.Document.Builder addDocumentsBuilder( + int index) { + return getDocumentsFieldBuilder().addBuilder( + index, com.google.firestore.v1.Document.getDefaultInstance()); } /** - * - * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public java.util.List getDocumentsBuilderList() { + public java.util.List + getDocumentsBuilderList() { return getDocumentsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder> + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> getDocumentsFieldBuilder() { if (documentsBuilder_ == null) { - documentsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder>( - documents_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + documentsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>( + documents_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); documents_ = null; } return documentsBuilder_; @@ -953,8 +875,6 @@ public java.util.List getDocumentsBuil private java.lang.Object nextPageToken_ = ""; /** - * - * *
      * A token to retrieve the next page of documents.
      *
@@ -962,13 +882,13 @@ public java.util.List getDocumentsBuil
      * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; @@ -977,8 +897,6 @@ public java.lang.String getNextPageToken() { } } /** - * - * *
      * A token to retrieve the next page of documents.
      *
@@ -986,14 +904,15 @@ public java.lang.String getNextPageToken() {
      * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -1001,8 +920,6 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } } /** - * - * *
      * A token to retrieve the next page of documents.
      *
@@ -1010,22 +927,18 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() {
      * 
* * string next_page_token = 2; - * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNextPageToken( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * A token to retrieve the next page of documents.
      *
@@ -1033,7 +946,6 @@ public Builder setNextPageToken(java.lang.String value) {
      * 
* * string next_page_token = 2; - * * @return This builder for chaining. */ public Builder clearNextPageToken() { @@ -1043,8 +955,6 @@ public Builder clearNextPageToken() { return this; } /** - * - * *
      * A token to retrieve the next page of documents.
      *
@@ -1052,23 +962,21 @@ public Builder clearNextPageToken() {
      * 
* * string next_page_token = 2; - * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNextPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1078,12 +986,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.ListDocumentsResponse) } // @@protoc_insertion_point(class_scope:google.firestore.v1.ListDocumentsResponse) private static final com.google.firestore.v1.ListDocumentsResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.ListDocumentsResponse(); } @@ -1092,27 +1000,27 @@ public static com.google.firestore.v1.ListDocumentsResponse getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListDocumentsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListDocumentsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1127,4 +1035,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.ListDocumentsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponseOrBuilder.java similarity index 65% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponseOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponseOrBuilder.java index 3ac93b9d6..72995cba8 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponseOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponseOrBuilder.java @@ -1,42 +1,23 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface ListDocumentsResponseOrBuilder - extends +public interface ListDocumentsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.ListDocumentsResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The Documents found.
    * 
* * repeated .google.firestore.v1.Document documents = 1; */ - java.util.List getDocumentsList(); + java.util.List + getDocumentsList(); /** - * - * *
    * The Documents found.
    * 
@@ -45,8 +26,6 @@ public interface ListDocumentsResponseOrBuilder */ com.google.firestore.v1.Document getDocuments(int index); /** - * - * *
    * The Documents found.
    * 
@@ -55,29 +34,25 @@ public interface ListDocumentsResponseOrBuilder */ int getDocumentsCount(); /** - * - * *
    * The Documents found.
    * 
* * repeated .google.firestore.v1.Document documents = 1; */ - java.util.List getDocumentsOrBuilderList(); + java.util.List + getDocumentsOrBuilderList(); /** - * - * *
    * The Documents found.
    * 
* * repeated .google.firestore.v1.Document documents = 1; */ - com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder(int index); + com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder( + int index); /** - * - * *
    * A token to retrieve the next page of documents.
    *
@@ -85,13 +60,10 @@ public interface ListDocumentsResponseOrBuilder
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** - * - * *
    * A token to retrieve the next page of documents.
    *
@@ -99,8 +71,8 @@ public interface ListDocumentsResponseOrBuilder
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString getNextPageTokenBytes(); + com.google.protobuf.ByteString + getNextPageTokenBytes(); } diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequest.java similarity index 66% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequest.java index 35ab46c39..981b0a568 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,37 +5,35 @@ package com.google.firestore.v1; /** - * - * *
  * A request for [Firestore.Listen][google.firestore.v1.Firestore.Listen]
  * 
* * Protobuf type {@code google.firestore.v1.ListenRequest} */ -public final class ListenRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListenRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.ListenRequest) ListenRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListenRequest.newBuilder() to construct. private ListenRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListenRequest() { database_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListenRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_ListenRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenRequest_descriptor; } @SuppressWarnings({"rawtypes"}) @@ -61,34 +44,28 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl case 4: return internalGetLabels(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_ListenRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ListenRequest.class, - com.google.firestore.v1.ListenRequest.Builder.class); + com.google.firestore.v1.ListenRequest.class, com.google.firestore.v1.ListenRequest.Builder.class); } private int targetChangeCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object targetChange_; - public enum TargetChangeCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { ADD_TARGET(2), REMOVE_TARGET(3), TARGETCHANGE_NOT_SET(0); private final int value; - private TargetChangeCase(int value) { this.value = value; } @@ -104,40 +81,33 @@ public static TargetChangeCase valueOf(int value) { public static TargetChangeCase forNumber(int value) { switch (value) { - case 2: - return ADD_TARGET; - case 3: - return REMOVE_TARGET; - case 0: - return TARGETCHANGE_NOT_SET; - default: - return null; + case 2: return ADD_TARGET; + case 3: return REMOVE_TARGET; + case 0: return TARGETCHANGE_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public TargetChangeCase getTargetChangeCase() { - return TargetChangeCase.forNumber(targetChangeCase_); + public TargetChangeCase + getTargetChangeCase() { + return TargetChangeCase.forNumber( + targetChangeCase_); } public static final int DATABASE_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ @java.lang.Override @@ -146,30 +116,30 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -179,14 +149,11 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public static final int ADD_TARGET_FIELD_NUMBER = 2; /** - * - * *
    * A target to add to this stream.
    * 
* * .google.firestore.v1.Target add_target = 2; - * * @return Whether the addTarget field is set. */ @java.lang.Override @@ -194,26 +161,21 @@ public boolean hasAddTarget() { return targetChangeCase_ == 2; } /** - * - * *
    * A target to add to this stream.
    * 
* * .google.firestore.v1.Target add_target = 2; - * * @return The addTarget. */ @java.lang.Override public com.google.firestore.v1.Target getAddTarget() { if (targetChangeCase_ == 2) { - return (com.google.firestore.v1.Target) targetChange_; + return (com.google.firestore.v1.Target) targetChange_; } return com.google.firestore.v1.Target.getDefaultInstance(); } /** - * - * *
    * A target to add to this stream.
    * 
@@ -223,21 +185,18 @@ public com.google.firestore.v1.Target getAddTarget() { @java.lang.Override public com.google.firestore.v1.TargetOrBuilder getAddTargetOrBuilder() { if (targetChangeCase_ == 2) { - return (com.google.firestore.v1.Target) targetChange_; + return (com.google.firestore.v1.Target) targetChange_; } return com.google.firestore.v1.Target.getDefaultInstance(); } public static final int REMOVE_TARGET_FIELD_NUMBER = 3; /** - * - * *
    * The ID of a target to remove from this stream.
    * 
* * int32 remove_target = 3; - * * @return Whether the removeTarget field is set. */ @java.lang.Override @@ -245,14 +204,11 @@ public boolean hasRemoveTarget() { return targetChangeCase_ == 3; } /** - * - * *
    * The ID of a target to remove from this stream.
    * 
* * int32 remove_target = 3; - * * @return The removeTarget. */ @java.lang.Override @@ -264,34 +220,32 @@ public int getRemoveTarget() { } public static final int LABELS_FIELD_NUMBER = 4; - private static final class LabelsDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_ListenRequest_LabelsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.STRING, - ""); + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.String> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenRequest_LabelsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); } - @SuppressWarnings("serial") - private com.google.protobuf.MapField labels_; - - private com.google.protobuf.MapField internalGetLabels() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> labels_; + private com.google.protobuf.MapField + internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + LabelsDefaultEntryHolder.defaultEntry); } return labels_; } - public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
    * Labels associated with this target change.
    * 
@@ -299,21 +253,20 @@ public int getLabelsCount() { * map<string, string> labels = 4; */ @java.lang.Override - public boolean containsLabels(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + public boolean containsLabels( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } return internalGetLabels().getMap().containsKey(key); } - /** Use {@link #getLabelsMap()} instead. */ + /** + * Use {@link #getLabelsMap()} instead. + */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } /** - * - * *
    * Labels associated with this target change.
    * 
@@ -325,8 +278,6 @@ public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** - * - * *
    * Labels associated with this target change.
    * 
@@ -334,19 +285,17 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 4; */ @java.lang.Override - public /* nullable */ java.lang.String getLabelsOrDefault( + public /* nullable */ +java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetLabels().getMap(); +java.lang.String defaultValue) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
    * Labels associated with this target change.
    * 
@@ -354,11 +303,11 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 4; */ @java.lang.Override - public java.lang.String getLabelsOrThrow(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetLabels().getMap(); + public java.lang.String getLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -366,7 +315,6 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -378,7 +326,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, database_); } @@ -386,10 +335,15 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io output.writeMessage(2, (com.google.firestore.v1.Target) targetChange_); } if (targetChangeCase_ == 3) { - output.writeInt32(3, (int) ((java.lang.Integer) targetChange_)); - } - com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( - output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 4); + output.writeInt32( + 3, (int)((java.lang.Integer) targetChange_)); + } + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetLabels(), + LabelsDefaultEntryHolder.defaultEntry, + 4); getUnknownFields().writeTo(output); } @@ -403,24 +357,23 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, database_); } if (targetChangeCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, (com.google.firestore.v1.Target) targetChange_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.firestore.v1.Target) targetChange_); } if (targetChangeCase_ == 3) { - size += - com.google.protobuf.CodedOutputStream.computeInt32Size( - 3, (int) ((java.lang.Integer) targetChange_)); - } - for (java.util.Map.Entry entry : - internalGetLabels().getMap().entrySet()) { - com.google.protobuf.MapEntry labels__ = - LabelsDefaultEntryHolder.defaultEntry - .newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, labels__); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size( + 3, (int)((java.lang.Integer) targetChange_)); + } + for (java.util.Map.Entry entry + : internalGetLabels().getMap().entrySet()) { + com.google.protobuf.MapEntry + labels__ = LabelsDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, labels__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -430,22 +383,26 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.ListenRequest)) { return super.equals(obj); } com.google.firestore.v1.ListenRequest other = (com.google.firestore.v1.ListenRequest) obj; - if (!getDatabase().equals(other.getDatabase())) return false; - if (!internalGetLabels().equals(other.internalGetLabels())) return false; + if (!getDatabase() + .equals(other.getDatabase())) return false; + if (!internalGetLabels().equals( + other.internalGetLabels())) return false; if (!getTargetChangeCase().equals(other.getTargetChangeCase())) return false; switch (targetChangeCase_) { case 2: - if (!getAddTarget().equals(other.getAddTarget())) return false; + if (!getAddTarget() + .equals(other.getAddTarget())) return false; break; case 3: - if (getRemoveTarget() != other.getRemoveTarget()) return false; + if (getRemoveTarget() + != other.getRemoveTarget()) return false; break; case 0: default: @@ -484,116 +441,112 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.ListenRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.ListenRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ListenRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.ListenRequest parseFrom(com.google.protobuf.ByteString data) + public static com.google.firestore.v1.ListenRequest parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ListenRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ListenRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.ListenRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ListenRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.ListenRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.v1.ListenRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.ListenRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.ListenRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.ListenRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.ListenRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A request for [Firestore.Listen][google.firestore.v1.Firestore.Listen]
    * 
* * Protobuf type {@code google.firestore.v1.ListenRequest} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.ListenRequest) com.google.firestore.v1.ListenRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_ListenRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenRequest_descriptor; } @SuppressWarnings({"rawtypes"}) @@ -603,10 +556,10 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl case 4: return internalGetLabels(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { @@ -614,27 +567,28 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi case 4: return internalGetMutableLabels(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_ListenRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ListenRequest.class, - com.google.firestore.v1.ListenRequest.Builder.class); + com.google.firestore.v1.ListenRequest.class, com.google.firestore.v1.ListenRequest.Builder.class); } // Construct using com.google.firestore.v1.ListenRequest.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -650,9 +604,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_ListenRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenRequest_descriptor; } @java.lang.Override @@ -671,11 +625,8 @@ public com.google.firestore.v1.ListenRequest build() { @java.lang.Override public com.google.firestore.v1.ListenRequest buildPartial() { - com.google.firestore.v1.ListenRequest result = - new com.google.firestore.v1.ListenRequest(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.ListenRequest result = new com.google.firestore.v1.ListenRequest(this); + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -695,7 +646,8 @@ private void buildPartial0(com.google.firestore.v1.ListenRequest result) { private void buildPartialOneofs(com.google.firestore.v1.ListenRequest result) { result.targetChangeCase_ = targetChangeCase_; result.targetChange_ = this.targetChange_; - if (targetChangeCase_ == 2 && addTargetBuilder_ != null) { + if (targetChangeCase_ == 2 && + addTargetBuilder_ != null) { result.targetChange_ = addTargetBuilder_.build(); } } @@ -704,39 +656,38 @@ private void buildPartialOneofs(com.google.firestore.v1.ListenRequest result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.ListenRequest) { - return mergeFrom((com.google.firestore.v1.ListenRequest) other); + return mergeFrom((com.google.firestore.v1.ListenRequest)other); } else { super.mergeFrom(other); return this; @@ -750,23 +701,21 @@ public Builder mergeFrom(com.google.firestore.v1.ListenRequest other) { bitField0_ |= 0x00000001; onChanged(); } - internalGetMutableLabels().mergeFrom(other.internalGetLabels()); + internalGetMutableLabels().mergeFrom( + other.internalGetLabels()); bitField0_ |= 0x00000008; switch (other.getTargetChangeCase()) { - case ADD_TARGET: - { - mergeAddTarget(other.getAddTarget()); - break; - } - case REMOVE_TARGET: - { - setRemoveTarget(other.getRemoveTarget()); - break; - } - case TARGETCHANGE_NOT_SET: - { - break; - } + case ADD_TARGET: { + mergeAddTarget(other.getAddTarget()); + break; + } + case REMOVE_TARGET: { + setRemoveTarget(other.getRemoveTarget()); + break; + } + case TARGETCHANGE_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -794,43 +743,38 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - database_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - input.readMessage(getAddTargetFieldBuilder().getBuilder(), extensionRegistry); - targetChangeCase_ = 2; - break; - } // case 18 - case 24: - { - targetChange_ = input.readInt32(); - targetChangeCase_ = 3; - break; - } // case 24 - case 34: - { - com.google.protobuf.MapEntry labels__ = - input.readMessage( - LabelsDefaultEntryHolder.defaultEntry.getParserForType(), - extensionRegistry); - internalGetMutableLabels() - .getMutableMap() - .put(labels__.getKey(), labels__.getValue()); - bitField0_ |= 0x00000008; - break; - } // case 34 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + database_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + input.readMessage( + getAddTargetFieldBuilder().getBuilder(), + extensionRegistry); + targetChangeCase_ = 2; + break; + } // case 18 + case 24: { + targetChange_ = input.readInt32(); + targetChangeCase_ = 3; + break; + } // case 24 + case 34: { + com.google.protobuf.MapEntry + labels__ = input.readMessage( + LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + internalGetMutableLabels().getMutableMap().put( + labels__.getKey(), labels__.getValue()); + bitField0_ |= 0x00000008; + break; + } // case 34 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -840,12 +784,12 @@ public Builder mergeFrom( } // finally return this; } - private int targetChangeCase_ = 0; private java.lang.Object targetChange_; - - public TargetChangeCase getTargetChangeCase() { - return TargetChangeCase.forNumber(targetChangeCase_); + public TargetChangeCase + getTargetChangeCase() { + return TargetChangeCase.forNumber( + targetChangeCase_); } public Builder clearTargetChange() { @@ -859,21 +803,19 @@ public Builder clearTargetChange() { private java.lang.Object database_ = ""; /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -882,22 +824,21 @@ public java.lang.String getDatabase() { } } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -905,37 +846,30 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabase( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } database_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -945,22 +879,18 @@ public Builder clearDatabase() { return this; } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000001; @@ -969,19 +899,13 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target, - com.google.firestore.v1.Target.Builder, - com.google.firestore.v1.TargetOrBuilder> - addTargetBuilder_; + com.google.firestore.v1.Target, com.google.firestore.v1.Target.Builder, com.google.firestore.v1.TargetOrBuilder> addTargetBuilder_; /** - * - * *
      * A target to add to this stream.
      * 
* * .google.firestore.v1.Target add_target = 2; - * * @return Whether the addTarget field is set. */ @java.lang.Override @@ -989,14 +913,11 @@ public boolean hasAddTarget() { return targetChangeCase_ == 2; } /** - * - * *
      * A target to add to this stream.
      * 
* * .google.firestore.v1.Target add_target = 2; - * * @return The addTarget. */ @java.lang.Override @@ -1014,8 +935,6 @@ public com.google.firestore.v1.Target getAddTarget() { } } /** - * - * *
      * A target to add to this stream.
      * 
@@ -1036,15 +955,14 @@ public Builder setAddTarget(com.google.firestore.v1.Target value) { return this; } /** - * - * *
      * A target to add to this stream.
      * 
* * .google.firestore.v1.Target add_target = 2; */ - public Builder setAddTarget(com.google.firestore.v1.Target.Builder builderForValue) { + public Builder setAddTarget( + com.google.firestore.v1.Target.Builder builderForValue) { if (addTargetBuilder_ == null) { targetChange_ = builderForValue.build(); onChanged(); @@ -1055,8 +973,6 @@ public Builder setAddTarget(com.google.firestore.v1.Target.Builder builderForVal return this; } /** - * - * *
      * A target to add to this stream.
      * 
@@ -1065,13 +981,10 @@ public Builder setAddTarget(com.google.firestore.v1.Target.Builder builderForVal */ public Builder mergeAddTarget(com.google.firestore.v1.Target value) { if (addTargetBuilder_ == null) { - if (targetChangeCase_ == 2 - && targetChange_ != com.google.firestore.v1.Target.getDefaultInstance()) { - targetChange_ = - com.google.firestore.v1.Target.newBuilder( - (com.google.firestore.v1.Target) targetChange_) - .mergeFrom(value) - .buildPartial(); + if (targetChangeCase_ == 2 && + targetChange_ != com.google.firestore.v1.Target.getDefaultInstance()) { + targetChange_ = com.google.firestore.v1.Target.newBuilder((com.google.firestore.v1.Target) targetChange_) + .mergeFrom(value).buildPartial(); } else { targetChange_ = value; } @@ -1087,8 +1000,6 @@ public Builder mergeAddTarget(com.google.firestore.v1.Target value) { return this; } /** - * - * *
      * A target to add to this stream.
      * 
@@ -1112,8 +1023,6 @@ public Builder clearAddTarget() { return this; } /** - * - * *
      * A target to add to this stream.
      * 
@@ -1124,8 +1033,6 @@ public com.google.firestore.v1.Target.Builder getAddTargetBuilder() { return getAddTargetFieldBuilder().getBuilder(); } /** - * - * *
      * A target to add to this stream.
      * 
@@ -1144,8 +1051,6 @@ public com.google.firestore.v1.TargetOrBuilder getAddTargetOrBuilder() { } } /** - * - * *
      * A target to add to this stream.
      * 
@@ -1153,20 +1058,17 @@ public com.google.firestore.v1.TargetOrBuilder getAddTargetOrBuilder() { * .google.firestore.v1.Target add_target = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target, - com.google.firestore.v1.Target.Builder, - com.google.firestore.v1.TargetOrBuilder> + com.google.firestore.v1.Target, com.google.firestore.v1.Target.Builder, com.google.firestore.v1.TargetOrBuilder> getAddTargetFieldBuilder() { if (addTargetBuilder_ == null) { if (!(targetChangeCase_ == 2)) { targetChange_ = com.google.firestore.v1.Target.getDefaultInstance(); } - addTargetBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target, - com.google.firestore.v1.Target.Builder, - com.google.firestore.v1.TargetOrBuilder>( - (com.google.firestore.v1.Target) targetChange_, getParentForChildren(), isClean()); + addTargetBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Target, com.google.firestore.v1.Target.Builder, com.google.firestore.v1.TargetOrBuilder>( + (com.google.firestore.v1.Target) targetChange_, + getParentForChildren(), + isClean()); targetChange_ = null; } targetChangeCase_ = 2; @@ -1175,28 +1077,22 @@ public com.google.firestore.v1.TargetOrBuilder getAddTargetOrBuilder() { } /** - * - * *
      * The ID of a target to remove from this stream.
      * 
* * int32 remove_target = 3; - * * @return Whether the removeTarget field is set. */ public boolean hasRemoveTarget() { return targetChangeCase_ == 3; } /** - * - * *
      * The ID of a target to remove from this stream.
      * 
* * int32 remove_target = 3; - * * @return The removeTarget. */ public int getRemoveTarget() { @@ -1206,14 +1102,11 @@ public int getRemoveTarget() { return 0; } /** - * - * *
      * The ID of a target to remove from this stream.
      * 
* * int32 remove_target = 3; - * * @param value The removeTarget to set. * @return This builder for chaining. */ @@ -1225,14 +1118,11 @@ public Builder setRemoveTarget(int value) { return this; } /** - * - * *
      * The ID of a target to remove from this stream.
      * 
* * int32 remove_target = 3; - * * @return This builder for chaining. */ public Builder clearRemoveTarget() { @@ -1244,19 +1134,21 @@ public Builder clearRemoveTarget() { return this; } - private com.google.protobuf.MapField labels_; - - private com.google.protobuf.MapField internalGetLabels() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> labels_; + private com.google.protobuf.MapField + internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + LabelsDefaultEntryHolder.defaultEntry); } return labels_; } - private com.google.protobuf.MapField internalGetMutableLabels() { if (labels_ == null) { - labels_ = com.google.protobuf.MapField.newMapField(LabelsDefaultEntryHolder.defaultEntry); + labels_ = com.google.protobuf.MapField.newMapField( + LabelsDefaultEntryHolder.defaultEntry); } if (!labels_.isMutable()) { labels_ = labels_.copy(); @@ -1265,13 +1157,10 @@ private com.google.protobuf.MapField interna onChanged(); return labels_; } - public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
      * Labels associated with this target change.
      * 
@@ -1279,21 +1168,20 @@ public int getLabelsCount() { * map<string, string> labels = 4; */ @java.lang.Override - public boolean containsLabels(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + public boolean containsLabels( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } return internalGetLabels().getMap().containsKey(key); } - /** Use {@link #getLabelsMap()} instead. */ + /** + * Use {@link #getLabelsMap()} instead. + */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } /** - * - * *
      * Labels associated with this target change.
      * 
@@ -1305,8 +1193,6 @@ public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** - * - * *
      * Labels associated with this target change.
      * 
@@ -1314,19 +1200,17 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 4; */ @java.lang.Override - public /* nullable */ java.lang.String getLabelsOrDefault( + public /* nullable */ +java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetLabels().getMap(); +java.lang.String defaultValue) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
      * Labels associated with this target change.
      * 
@@ -1334,81 +1218,79 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 4; */ @java.lang.Override - public java.lang.String getLabelsOrThrow(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetLabels().getMap(); + public java.lang.String getLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } - public Builder clearLabels() { bitField0_ = (bitField0_ & ~0x00000008); - internalGetMutableLabels().getMutableMap().clear(); + internalGetMutableLabels().getMutableMap() + .clear(); return this; } /** - * - * *
      * Labels associated with this target change.
      * 
* * map<string, string> labels = 4; */ - public Builder removeLabels(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - internalGetMutableLabels().getMutableMap().remove(key); + public Builder removeLabels( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + internalGetMutableLabels().getMutableMap() + .remove(key); return this; } - /** Use alternate mutation accessors instead. */ + /** + * Use alternate mutation accessors instead. + */ @java.lang.Deprecated - public java.util.Map getMutableLabels() { + public java.util.Map + getMutableLabels() { bitField0_ |= 0x00000008; return internalGetMutableLabels().getMutableMap(); } /** - * - * *
      * Labels associated with this target change.
      * 
* * map<string, string> labels = 4; */ - public Builder putLabels(java.lang.String key, java.lang.String value) { - if (key == null) { - throw new NullPointerException("map key"); - } - if (value == null) { - throw new NullPointerException("map value"); - } - internalGetMutableLabels().getMutableMap().put(key, value); + public Builder putLabels( + java.lang.String key, + java.lang.String value) { + if (key == null) { throw new NullPointerException("map key"); } + if (value == null) { throw new NullPointerException("map value"); } + internalGetMutableLabels().getMutableMap() + .put(key, value); bitField0_ |= 0x00000008; return this; } /** - * - * *
      * Labels associated with this target change.
      * 
* * map<string, string> labels = 4; */ - public Builder putAllLabels(java.util.Map values) { - internalGetMutableLabels().getMutableMap().putAll(values); + public Builder putAllLabels( + java.util.Map values) { + internalGetMutableLabels().getMutableMap() + .putAll(values); bitField0_ |= 0x00000008; return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1418,12 +1300,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.ListenRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.ListenRequest) private static final com.google.firestore.v1.ListenRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.ListenRequest(); } @@ -1432,27 +1314,27 @@ public static com.google.firestore.v1.ListenRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListenRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListenRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1467,4 +1349,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.ListenRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequestOrBuilder.java similarity index 69% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequestOrBuilder.java index 1b1315e1b..7fca88b5f 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequestOrBuilder.java @@ -1,83 +1,54 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface ListenRequestOrBuilder - extends +public interface ListenRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.ListenRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ java.lang.String getDatabase(); /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ - com.google.protobuf.ByteString getDatabaseBytes(); + com.google.protobuf.ByteString + getDatabaseBytes(); /** - * - * *
    * A target to add to this stream.
    * 
* * .google.firestore.v1.Target add_target = 2; - * * @return Whether the addTarget field is set. */ boolean hasAddTarget(); /** - * - * *
    * A target to add to this stream.
    * 
* * .google.firestore.v1.Target add_target = 2; - * * @return The addTarget. */ com.google.firestore.v1.Target getAddTarget(); /** - * - * *
    * A target to add to this stream.
    * 
@@ -87,33 +58,25 @@ public interface ListenRequestOrBuilder com.google.firestore.v1.TargetOrBuilder getAddTargetOrBuilder(); /** - * - * *
    * The ID of a target to remove from this stream.
    * 
* * int32 remove_target = 3; - * * @return Whether the removeTarget field is set. */ boolean hasRemoveTarget(); /** - * - * *
    * The ID of a target to remove from this stream.
    * 
* * int32 remove_target = 3; - * * @return The removeTarget. */ int getRemoveTarget(); /** - * - * *
    * Labels associated with this target change.
    * 
@@ -122,31 +85,30 @@ public interface ListenRequestOrBuilder */ int getLabelsCount(); /** - * - * *
    * Labels associated with this target change.
    * 
* * map<string, string> labels = 4; */ - boolean containsLabels(java.lang.String key); - /** Use {@link #getLabelsMap()} instead. */ + boolean containsLabels( + java.lang.String key); + /** + * Use {@link #getLabelsMap()} instead. + */ @java.lang.Deprecated - java.util.Map getLabels(); + java.util.Map + getLabels(); /** - * - * *
    * Labels associated with this target change.
    * 
* * map<string, string> labels = 4; */ - java.util.Map getLabelsMap(); + java.util.Map + getLabelsMap(); /** - * - * *
    * Labels associated with this target change.
    * 
@@ -154,20 +116,19 @@ public interface ListenRequestOrBuilder * map<string, string> labels = 4; */ /* nullable */ - java.lang.String getLabelsOrDefault( +java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue); +java.lang.String defaultValue); /** - * - * *
    * Labels associated with this target change.
    * 
* * map<string, string> labels = 4; */ - java.lang.String getLabelsOrThrow(java.lang.String key); + java.lang.String getLabelsOrThrow( + java.lang.String key); com.google.firestore.v1.ListenRequest.TargetChangeCase getTargetChangeCase(); } diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponse.java similarity index 74% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponse.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponse.java index a96cf176a..818356a8f 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponse.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,55 +5,49 @@ package com.google.firestore.v1; /** - * - * *
  * The response for [Firestore.Listen][google.firestore.v1.Firestore.Listen].
  * 
* * Protobuf type {@code google.firestore.v1.ListenResponse} */ -public final class ListenResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListenResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.ListenResponse) ListenResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListenResponse.newBuilder() to construct. private ListenResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private ListenResponse() {} + private ListenResponse() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListenResponse(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_ListenResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_ListenResponse_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ListenResponse.class, - com.google.firestore.v1.ListenResponse.Builder.class); + com.google.firestore.v1.ListenResponse.class, com.google.firestore.v1.ListenResponse.Builder.class); } private int responseTypeCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object responseType_; - public enum ResponseTypeCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { TARGET_CHANGE(2), DOCUMENT_CHANGE(3), @@ -77,7 +56,6 @@ public enum ResponseTypeCase FILTER(5), RESPONSETYPE_NOT_SET(0); private final int value; - private ResponseTypeCase(int value) { this.value = value; } @@ -93,42 +71,33 @@ public static ResponseTypeCase valueOf(int value) { public static ResponseTypeCase forNumber(int value) { switch (value) { - case 2: - return TARGET_CHANGE; - case 3: - return DOCUMENT_CHANGE; - case 4: - return DOCUMENT_DELETE; - case 6: - return DOCUMENT_REMOVE; - case 5: - return FILTER; - case 0: - return RESPONSETYPE_NOT_SET; - default: - return null; + case 2: return TARGET_CHANGE; + case 3: return DOCUMENT_CHANGE; + case 4: return DOCUMENT_DELETE; + case 6: return DOCUMENT_REMOVE; + case 5: return FILTER; + case 0: return RESPONSETYPE_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public ResponseTypeCase getResponseTypeCase() { - return ResponseTypeCase.forNumber(responseTypeCase_); + public ResponseTypeCase + getResponseTypeCase() { + return ResponseTypeCase.forNumber( + responseTypeCase_); } public static final int TARGET_CHANGE_FIELD_NUMBER = 2; /** - * - * *
    * Targets have changed.
    * 
* * .google.firestore.v1.TargetChange target_change = 2; - * * @return Whether the targetChange field is set. */ @java.lang.Override @@ -136,26 +105,21 @@ public boolean hasTargetChange() { return responseTypeCase_ == 2; } /** - * - * *
    * Targets have changed.
    * 
* * .google.firestore.v1.TargetChange target_change = 2; - * * @return The targetChange. */ @java.lang.Override public com.google.firestore.v1.TargetChange getTargetChange() { if (responseTypeCase_ == 2) { - return (com.google.firestore.v1.TargetChange) responseType_; + return (com.google.firestore.v1.TargetChange) responseType_; } return com.google.firestore.v1.TargetChange.getDefaultInstance(); } /** - * - * *
    * Targets have changed.
    * 
@@ -165,21 +129,18 @@ public com.google.firestore.v1.TargetChange getTargetChange() { @java.lang.Override public com.google.firestore.v1.TargetChangeOrBuilder getTargetChangeOrBuilder() { if (responseTypeCase_ == 2) { - return (com.google.firestore.v1.TargetChange) responseType_; + return (com.google.firestore.v1.TargetChange) responseType_; } return com.google.firestore.v1.TargetChange.getDefaultInstance(); } public static final int DOCUMENT_CHANGE_FIELD_NUMBER = 3; /** - * - * *
    * A [Document][google.firestore.v1.Document] has changed.
    * 
* * .google.firestore.v1.DocumentChange document_change = 3; - * * @return Whether the documentChange field is set. */ @java.lang.Override @@ -187,26 +148,21 @@ public boolean hasDocumentChange() { return responseTypeCase_ == 3; } /** - * - * *
    * A [Document][google.firestore.v1.Document] has changed.
    * 
* * .google.firestore.v1.DocumentChange document_change = 3; - * * @return The documentChange. */ @java.lang.Override public com.google.firestore.v1.DocumentChange getDocumentChange() { if (responseTypeCase_ == 3) { - return (com.google.firestore.v1.DocumentChange) responseType_; + return (com.google.firestore.v1.DocumentChange) responseType_; } return com.google.firestore.v1.DocumentChange.getDefaultInstance(); } /** - * - * *
    * A [Document][google.firestore.v1.Document] has changed.
    * 
@@ -216,21 +172,18 @@ public com.google.firestore.v1.DocumentChange getDocumentChange() { @java.lang.Override public com.google.firestore.v1.DocumentChangeOrBuilder getDocumentChangeOrBuilder() { if (responseTypeCase_ == 3) { - return (com.google.firestore.v1.DocumentChange) responseType_; + return (com.google.firestore.v1.DocumentChange) responseType_; } return com.google.firestore.v1.DocumentChange.getDefaultInstance(); } public static final int DOCUMENT_DELETE_FIELD_NUMBER = 4; /** - * - * *
    * A [Document][google.firestore.v1.Document] has been deleted.
    * 
* * .google.firestore.v1.DocumentDelete document_delete = 4; - * * @return Whether the documentDelete field is set. */ @java.lang.Override @@ -238,26 +191,21 @@ public boolean hasDocumentDelete() { return responseTypeCase_ == 4; } /** - * - * *
    * A [Document][google.firestore.v1.Document] has been deleted.
    * 
* * .google.firestore.v1.DocumentDelete document_delete = 4; - * * @return The documentDelete. */ @java.lang.Override public com.google.firestore.v1.DocumentDelete getDocumentDelete() { if (responseTypeCase_ == 4) { - return (com.google.firestore.v1.DocumentDelete) responseType_; + return (com.google.firestore.v1.DocumentDelete) responseType_; } return com.google.firestore.v1.DocumentDelete.getDefaultInstance(); } /** - * - * *
    * A [Document][google.firestore.v1.Document] has been deleted.
    * 
@@ -267,22 +215,19 @@ public com.google.firestore.v1.DocumentDelete getDocumentDelete() { @java.lang.Override public com.google.firestore.v1.DocumentDeleteOrBuilder getDocumentDeleteOrBuilder() { if (responseTypeCase_ == 4) { - return (com.google.firestore.v1.DocumentDelete) responseType_; + return (com.google.firestore.v1.DocumentDelete) responseType_; } return com.google.firestore.v1.DocumentDelete.getDefaultInstance(); } public static final int DOCUMENT_REMOVE_FIELD_NUMBER = 6; /** - * - * *
    * A [Document][google.firestore.v1.Document] has been removed from a target
    * (because it is no longer relevant to that target).
    * 
* * .google.firestore.v1.DocumentRemove document_remove = 6; - * * @return Whether the documentRemove field is set. */ @java.lang.Override @@ -290,27 +235,22 @@ public boolean hasDocumentRemove() { return responseTypeCase_ == 6; } /** - * - * *
    * A [Document][google.firestore.v1.Document] has been removed from a target
    * (because it is no longer relevant to that target).
    * 
* * .google.firestore.v1.DocumentRemove document_remove = 6; - * * @return The documentRemove. */ @java.lang.Override public com.google.firestore.v1.DocumentRemove getDocumentRemove() { if (responseTypeCase_ == 6) { - return (com.google.firestore.v1.DocumentRemove) responseType_; + return (com.google.firestore.v1.DocumentRemove) responseType_; } return com.google.firestore.v1.DocumentRemove.getDefaultInstance(); } /** - * - * *
    * A [Document][google.firestore.v1.Document] has been removed from a target
    * (because it is no longer relevant to that target).
@@ -321,15 +261,13 @@ public com.google.firestore.v1.DocumentRemove getDocumentRemove() {
   @java.lang.Override
   public com.google.firestore.v1.DocumentRemoveOrBuilder getDocumentRemoveOrBuilder() {
     if (responseTypeCase_ == 6) {
-      return (com.google.firestore.v1.DocumentRemove) responseType_;
+       return (com.google.firestore.v1.DocumentRemove) responseType_;
     }
     return com.google.firestore.v1.DocumentRemove.getDefaultInstance();
   }
 
   public static final int FILTER_FIELD_NUMBER = 5;
   /**
-   *
-   *
    * 
    * A filter to apply to the set of documents previously returned for the
    * given target.
@@ -339,7 +277,6 @@ public com.google.firestore.v1.DocumentRemoveOrBuilder getDocumentRemoveOrBuilde
    * 
* * .google.firestore.v1.ExistenceFilter filter = 5; - * * @return Whether the filter field is set. */ @java.lang.Override @@ -347,8 +284,6 @@ public boolean hasFilter() { return responseTypeCase_ == 5; } /** - * - * *
    * A filter to apply to the set of documents previously returned for the
    * given target.
@@ -358,19 +293,16 @@ public boolean hasFilter() {
    * 
* * .google.firestore.v1.ExistenceFilter filter = 5; - * * @return The filter. */ @java.lang.Override public com.google.firestore.v1.ExistenceFilter getFilter() { if (responseTypeCase_ == 5) { - return (com.google.firestore.v1.ExistenceFilter) responseType_; + return (com.google.firestore.v1.ExistenceFilter) responseType_; } return com.google.firestore.v1.ExistenceFilter.getDefaultInstance(); } /** - * - * *
    * A filter to apply to the set of documents previously returned for the
    * given target.
@@ -384,13 +316,12 @@ public com.google.firestore.v1.ExistenceFilter getFilter() {
   @java.lang.Override
   public com.google.firestore.v1.ExistenceFilterOrBuilder getFilterOrBuilder() {
     if (responseTypeCase_ == 5) {
-      return (com.google.firestore.v1.ExistenceFilter) responseType_;
+       return (com.google.firestore.v1.ExistenceFilter) responseType_;
     }
     return com.google.firestore.v1.ExistenceFilter.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -402,7 +333,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (responseTypeCase_ == 2) {
       output.writeMessage(2, (com.google.firestore.v1.TargetChange) responseType_);
     }
@@ -428,29 +360,24 @@ public int getSerializedSize() {
 
     size = 0;
     if (responseTypeCase_ == 2) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              2, (com.google.firestore.v1.TargetChange) responseType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, (com.google.firestore.v1.TargetChange) responseType_);
     }
     if (responseTypeCase_ == 3) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              3, (com.google.firestore.v1.DocumentChange) responseType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, (com.google.firestore.v1.DocumentChange) responseType_);
     }
     if (responseTypeCase_ == 4) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              4, (com.google.firestore.v1.DocumentDelete) responseType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(4, (com.google.firestore.v1.DocumentDelete) responseType_);
     }
     if (responseTypeCase_ == 5) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              5, (com.google.firestore.v1.ExistenceFilter) responseType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(5, (com.google.firestore.v1.ExistenceFilter) responseType_);
     }
     if (responseTypeCase_ == 6) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              6, (com.google.firestore.v1.DocumentRemove) responseType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(6, (com.google.firestore.v1.DocumentRemove) responseType_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -460,7 +387,7 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.ListenResponse)) {
       return super.equals(obj);
@@ -470,19 +397,24 @@ public boolean equals(final java.lang.Object obj) {
     if (!getResponseTypeCase().equals(other.getResponseTypeCase())) return false;
     switch (responseTypeCase_) {
       case 2:
-        if (!getTargetChange().equals(other.getTargetChange())) return false;
+        if (!getTargetChange()
+            .equals(other.getTargetChange())) return false;
         break;
       case 3:
-        if (!getDocumentChange().equals(other.getDocumentChange())) return false;
+        if (!getDocumentChange()
+            .equals(other.getDocumentChange())) return false;
         break;
       case 4:
-        if (!getDocumentDelete().equals(other.getDocumentDelete())) return false;
+        if (!getDocumentDelete()
+            .equals(other.getDocumentDelete())) return false;
         break;
       case 6:
-        if (!getDocumentRemove().equals(other.getDocumentRemove())) return false;
+        if (!getDocumentRemove()
+            .equals(other.getDocumentRemove())) return false;
         break;
       case 5:
-        if (!getFilter().equals(other.getFilter())) return false;
+        if (!getFilter()
+            .equals(other.getFilter())) return false;
         break;
       case 0:
       default:
@@ -527,136 +459,132 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.ListenResponse parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.ListenResponse parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ListenResponse parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ListenResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ListenResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ListenResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.ListenResponse parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ListenResponse parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.ListenResponse parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.ListenResponse parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.ListenResponse parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.ListenResponse parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.ListenResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.ListenResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The response for [Firestore.Listen][google.firestore.v1.Firestore.Listen].
    * 
* * Protobuf type {@code google.firestore.v1.ListenResponse} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.ListenResponse) com.google.firestore.v1.ListenResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_ListenResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_ListenResponse_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ListenResponse.class, - com.google.firestore.v1.ListenResponse.Builder.class); + com.google.firestore.v1.ListenResponse.class, com.google.firestore.v1.ListenResponse.Builder.class); } // Construct using com.google.firestore.v1.ListenResponse.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -682,9 +610,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_ListenResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenResponse_descriptor; } @java.lang.Override @@ -703,11 +631,8 @@ public com.google.firestore.v1.ListenResponse build() { @java.lang.Override public com.google.firestore.v1.ListenResponse buildPartial() { - com.google.firestore.v1.ListenResponse result = - new com.google.firestore.v1.ListenResponse(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.ListenResponse result = new com.google.firestore.v1.ListenResponse(this); + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -720,19 +645,24 @@ private void buildPartial0(com.google.firestore.v1.ListenResponse result) { private void buildPartialOneofs(com.google.firestore.v1.ListenResponse result) { result.responseTypeCase_ = responseTypeCase_; result.responseType_ = this.responseType_; - if (responseTypeCase_ == 2 && targetChangeBuilder_ != null) { + if (responseTypeCase_ == 2 && + targetChangeBuilder_ != null) { result.responseType_ = targetChangeBuilder_.build(); } - if (responseTypeCase_ == 3 && documentChangeBuilder_ != null) { + if (responseTypeCase_ == 3 && + documentChangeBuilder_ != null) { result.responseType_ = documentChangeBuilder_.build(); } - if (responseTypeCase_ == 4 && documentDeleteBuilder_ != null) { + if (responseTypeCase_ == 4 && + documentDeleteBuilder_ != null) { result.responseType_ = documentDeleteBuilder_.build(); } - if (responseTypeCase_ == 6 && documentRemoveBuilder_ != null) { + if (responseTypeCase_ == 6 && + documentRemoveBuilder_ != null) { result.responseType_ = documentRemoveBuilder_.build(); } - if (responseTypeCase_ == 5 && filterBuilder_ != null) { + if (responseTypeCase_ == 5 && + filterBuilder_ != null) { result.responseType_ = filterBuilder_.build(); } } @@ -741,39 +671,38 @@ private void buildPartialOneofs(com.google.firestore.v1.ListenResponse result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.ListenResponse) { - return mergeFrom((com.google.firestore.v1.ListenResponse) other); + return mergeFrom((com.google.firestore.v1.ListenResponse)other); } else { super.mergeFrom(other); return this; @@ -783,35 +712,29 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.firestore.v1.ListenResponse other) { if (other == com.google.firestore.v1.ListenResponse.getDefaultInstance()) return this; switch (other.getResponseTypeCase()) { - case TARGET_CHANGE: - { - mergeTargetChange(other.getTargetChange()); - break; - } - case DOCUMENT_CHANGE: - { - mergeDocumentChange(other.getDocumentChange()); - break; - } - case DOCUMENT_DELETE: - { - mergeDocumentDelete(other.getDocumentDelete()); - break; - } - case DOCUMENT_REMOVE: - { - mergeDocumentRemove(other.getDocumentRemove()); - break; - } - case FILTER: - { - mergeFilter(other.getFilter()); - break; - } - case RESPONSETYPE_NOT_SET: - { - break; - } + case TARGET_CHANGE: { + mergeTargetChange(other.getTargetChange()); + break; + } + case DOCUMENT_CHANGE: { + mergeDocumentChange(other.getDocumentChange()); + break; + } + case DOCUMENT_DELETE: { + mergeDocumentDelete(other.getDocumentDelete()); + break; + } + case DOCUMENT_REMOVE: { + mergeDocumentRemove(other.getDocumentRemove()); + break; + } + case FILTER: { + mergeFilter(other.getFilter()); + break; + } + case RESPONSETYPE_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -839,43 +762,47 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: - { - input.readMessage(getTargetChangeFieldBuilder().getBuilder(), extensionRegistry); - responseTypeCase_ = 2; - break; - } // case 18 - case 26: - { - input.readMessage(getDocumentChangeFieldBuilder().getBuilder(), extensionRegistry); - responseTypeCase_ = 3; - break; - } // case 26 - case 34: - { - input.readMessage(getDocumentDeleteFieldBuilder().getBuilder(), extensionRegistry); - responseTypeCase_ = 4; - break; - } // case 34 - case 42: - { - input.readMessage(getFilterFieldBuilder().getBuilder(), extensionRegistry); - responseTypeCase_ = 5; - break; - } // case 42 - case 50: - { - input.readMessage(getDocumentRemoveFieldBuilder().getBuilder(), extensionRegistry); - responseTypeCase_ = 6; - break; - } // case 50 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: { + input.readMessage( + getTargetChangeFieldBuilder().getBuilder(), + extensionRegistry); + responseTypeCase_ = 2; + break; + } // case 18 + case 26: { + input.readMessage( + getDocumentChangeFieldBuilder().getBuilder(), + extensionRegistry); + responseTypeCase_ = 3; + break; + } // case 26 + case 34: { + input.readMessage( + getDocumentDeleteFieldBuilder().getBuilder(), + extensionRegistry); + responseTypeCase_ = 4; + break; + } // case 34 + case 42: { + input.readMessage( + getFilterFieldBuilder().getBuilder(), + extensionRegistry); + responseTypeCase_ = 5; + break; + } // case 42 + case 50: { + input.readMessage( + getDocumentRemoveFieldBuilder().getBuilder(), + extensionRegistry); + responseTypeCase_ = 6; + break; + } // case 50 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -885,12 +812,12 @@ public Builder mergeFrom( } // finally return this; } - private int responseTypeCase_ = 0; private java.lang.Object responseType_; - - public ResponseTypeCase getResponseTypeCase() { - return ResponseTypeCase.forNumber(responseTypeCase_); + public ResponseTypeCase + getResponseTypeCase() { + return ResponseTypeCase.forNumber( + responseTypeCase_); } public Builder clearResponseType() { @@ -903,19 +830,13 @@ public Builder clearResponseType() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TargetChange, - com.google.firestore.v1.TargetChange.Builder, - com.google.firestore.v1.TargetChangeOrBuilder> - targetChangeBuilder_; + com.google.firestore.v1.TargetChange, com.google.firestore.v1.TargetChange.Builder, com.google.firestore.v1.TargetChangeOrBuilder> targetChangeBuilder_; /** - * - * *
      * Targets have changed.
      * 
* * .google.firestore.v1.TargetChange target_change = 2; - * * @return Whether the targetChange field is set. */ @java.lang.Override @@ -923,14 +844,11 @@ public boolean hasTargetChange() { return responseTypeCase_ == 2; } /** - * - * *
      * Targets have changed.
      * 
* * .google.firestore.v1.TargetChange target_change = 2; - * * @return The targetChange. */ @java.lang.Override @@ -948,8 +866,6 @@ public com.google.firestore.v1.TargetChange getTargetChange() { } } /** - * - * *
      * Targets have changed.
      * 
@@ -970,15 +886,14 @@ public Builder setTargetChange(com.google.firestore.v1.TargetChange value) { return this; } /** - * - * *
      * Targets have changed.
      * 
* * .google.firestore.v1.TargetChange target_change = 2; */ - public Builder setTargetChange(com.google.firestore.v1.TargetChange.Builder builderForValue) { + public Builder setTargetChange( + com.google.firestore.v1.TargetChange.Builder builderForValue) { if (targetChangeBuilder_ == null) { responseType_ = builderForValue.build(); onChanged(); @@ -989,8 +904,6 @@ public Builder setTargetChange(com.google.firestore.v1.TargetChange.Builder buil return this; } /** - * - * *
      * Targets have changed.
      * 
@@ -999,13 +912,10 @@ public Builder setTargetChange(com.google.firestore.v1.TargetChange.Builder buil */ public Builder mergeTargetChange(com.google.firestore.v1.TargetChange value) { if (targetChangeBuilder_ == null) { - if (responseTypeCase_ == 2 - && responseType_ != com.google.firestore.v1.TargetChange.getDefaultInstance()) { - responseType_ = - com.google.firestore.v1.TargetChange.newBuilder( - (com.google.firestore.v1.TargetChange) responseType_) - .mergeFrom(value) - .buildPartial(); + if (responseTypeCase_ == 2 && + responseType_ != com.google.firestore.v1.TargetChange.getDefaultInstance()) { + responseType_ = com.google.firestore.v1.TargetChange.newBuilder((com.google.firestore.v1.TargetChange) responseType_) + .mergeFrom(value).buildPartial(); } else { responseType_ = value; } @@ -1021,8 +931,6 @@ public Builder mergeTargetChange(com.google.firestore.v1.TargetChange value) { return this; } /** - * - * *
      * Targets have changed.
      * 
@@ -1046,8 +954,6 @@ public Builder clearTargetChange() { return this; } /** - * - * *
      * Targets have changed.
      * 
@@ -1058,8 +964,6 @@ public com.google.firestore.v1.TargetChange.Builder getTargetChangeBuilder() { return getTargetChangeFieldBuilder().getBuilder(); } /** - * - * *
      * Targets have changed.
      * 
@@ -1078,8 +982,6 @@ public com.google.firestore.v1.TargetChangeOrBuilder getTargetChangeOrBuilder() } } /** - * - * *
      * Targets have changed.
      * 
@@ -1087,19 +989,14 @@ public com.google.firestore.v1.TargetChangeOrBuilder getTargetChangeOrBuilder() * .google.firestore.v1.TargetChange target_change = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TargetChange, - com.google.firestore.v1.TargetChange.Builder, - com.google.firestore.v1.TargetChangeOrBuilder> + com.google.firestore.v1.TargetChange, com.google.firestore.v1.TargetChange.Builder, com.google.firestore.v1.TargetChangeOrBuilder> getTargetChangeFieldBuilder() { if (targetChangeBuilder_ == null) { if (!(responseTypeCase_ == 2)) { responseType_ = com.google.firestore.v1.TargetChange.getDefaultInstance(); } - targetChangeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TargetChange, - com.google.firestore.v1.TargetChange.Builder, - com.google.firestore.v1.TargetChangeOrBuilder>( + targetChangeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.TargetChange, com.google.firestore.v1.TargetChange.Builder, com.google.firestore.v1.TargetChangeOrBuilder>( (com.google.firestore.v1.TargetChange) responseType_, getParentForChildren(), isClean()); @@ -1111,19 +1008,13 @@ public com.google.firestore.v1.TargetChangeOrBuilder getTargetChangeOrBuilder() } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentChange, - com.google.firestore.v1.DocumentChange.Builder, - com.google.firestore.v1.DocumentChangeOrBuilder> - documentChangeBuilder_; + com.google.firestore.v1.DocumentChange, com.google.firestore.v1.DocumentChange.Builder, com.google.firestore.v1.DocumentChangeOrBuilder> documentChangeBuilder_; /** - * - * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
* * .google.firestore.v1.DocumentChange document_change = 3; - * * @return Whether the documentChange field is set. */ @java.lang.Override @@ -1131,14 +1022,11 @@ public boolean hasDocumentChange() { return responseTypeCase_ == 3; } /** - * - * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
* * .google.firestore.v1.DocumentChange document_change = 3; - * * @return The documentChange. */ @java.lang.Override @@ -1156,8 +1044,6 @@ public com.google.firestore.v1.DocumentChange getDocumentChange() { } } /** - * - * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
@@ -1178,8 +1064,6 @@ public Builder setDocumentChange(com.google.firestore.v1.DocumentChange value) { return this; } /** - * - * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
@@ -1198,8 +1082,6 @@ public Builder setDocumentChange( return this; } /** - * - * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
@@ -1208,13 +1090,10 @@ public Builder setDocumentChange( */ public Builder mergeDocumentChange(com.google.firestore.v1.DocumentChange value) { if (documentChangeBuilder_ == null) { - if (responseTypeCase_ == 3 - && responseType_ != com.google.firestore.v1.DocumentChange.getDefaultInstance()) { - responseType_ = - com.google.firestore.v1.DocumentChange.newBuilder( - (com.google.firestore.v1.DocumentChange) responseType_) - .mergeFrom(value) - .buildPartial(); + if (responseTypeCase_ == 3 && + responseType_ != com.google.firestore.v1.DocumentChange.getDefaultInstance()) { + responseType_ = com.google.firestore.v1.DocumentChange.newBuilder((com.google.firestore.v1.DocumentChange) responseType_) + .mergeFrom(value).buildPartial(); } else { responseType_ = value; } @@ -1230,8 +1109,6 @@ public Builder mergeDocumentChange(com.google.firestore.v1.DocumentChange value) return this; } /** - * - * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
@@ -1255,8 +1132,6 @@ public Builder clearDocumentChange() { return this; } /** - * - * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
@@ -1267,8 +1142,6 @@ public com.google.firestore.v1.DocumentChange.Builder getDocumentChangeBuilder() return getDocumentChangeFieldBuilder().getBuilder(); } /** - * - * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
@@ -1287,8 +1160,6 @@ public com.google.firestore.v1.DocumentChangeOrBuilder getDocumentChangeOrBuilde } } /** - * - * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
@@ -1296,19 +1167,14 @@ public com.google.firestore.v1.DocumentChangeOrBuilder getDocumentChangeOrBuilde * .google.firestore.v1.DocumentChange document_change = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentChange, - com.google.firestore.v1.DocumentChange.Builder, - com.google.firestore.v1.DocumentChangeOrBuilder> + com.google.firestore.v1.DocumentChange, com.google.firestore.v1.DocumentChange.Builder, com.google.firestore.v1.DocumentChangeOrBuilder> getDocumentChangeFieldBuilder() { if (documentChangeBuilder_ == null) { if (!(responseTypeCase_ == 3)) { responseType_ = com.google.firestore.v1.DocumentChange.getDefaultInstance(); } - documentChangeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentChange, - com.google.firestore.v1.DocumentChange.Builder, - com.google.firestore.v1.DocumentChangeOrBuilder>( + documentChangeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.DocumentChange, com.google.firestore.v1.DocumentChange.Builder, com.google.firestore.v1.DocumentChangeOrBuilder>( (com.google.firestore.v1.DocumentChange) responseType_, getParentForChildren(), isClean()); @@ -1320,19 +1186,13 @@ public com.google.firestore.v1.DocumentChangeOrBuilder getDocumentChangeOrBuilde } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentDelete, - com.google.firestore.v1.DocumentDelete.Builder, - com.google.firestore.v1.DocumentDeleteOrBuilder> - documentDeleteBuilder_; + com.google.firestore.v1.DocumentDelete, com.google.firestore.v1.DocumentDelete.Builder, com.google.firestore.v1.DocumentDeleteOrBuilder> documentDeleteBuilder_; /** - * - * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
* * .google.firestore.v1.DocumentDelete document_delete = 4; - * * @return Whether the documentDelete field is set. */ @java.lang.Override @@ -1340,14 +1200,11 @@ public boolean hasDocumentDelete() { return responseTypeCase_ == 4; } /** - * - * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
* * .google.firestore.v1.DocumentDelete document_delete = 4; - * * @return The documentDelete. */ @java.lang.Override @@ -1365,8 +1222,6 @@ public com.google.firestore.v1.DocumentDelete getDocumentDelete() { } } /** - * - * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
@@ -1387,8 +1242,6 @@ public Builder setDocumentDelete(com.google.firestore.v1.DocumentDelete value) { return this; } /** - * - * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
@@ -1407,8 +1260,6 @@ public Builder setDocumentDelete( return this; } /** - * - * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
@@ -1417,13 +1268,10 @@ public Builder setDocumentDelete( */ public Builder mergeDocumentDelete(com.google.firestore.v1.DocumentDelete value) { if (documentDeleteBuilder_ == null) { - if (responseTypeCase_ == 4 - && responseType_ != com.google.firestore.v1.DocumentDelete.getDefaultInstance()) { - responseType_ = - com.google.firestore.v1.DocumentDelete.newBuilder( - (com.google.firestore.v1.DocumentDelete) responseType_) - .mergeFrom(value) - .buildPartial(); + if (responseTypeCase_ == 4 && + responseType_ != com.google.firestore.v1.DocumentDelete.getDefaultInstance()) { + responseType_ = com.google.firestore.v1.DocumentDelete.newBuilder((com.google.firestore.v1.DocumentDelete) responseType_) + .mergeFrom(value).buildPartial(); } else { responseType_ = value; } @@ -1439,8 +1287,6 @@ public Builder mergeDocumentDelete(com.google.firestore.v1.DocumentDelete value) return this; } /** - * - * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
@@ -1464,8 +1310,6 @@ public Builder clearDocumentDelete() { return this; } /** - * - * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
@@ -1476,8 +1320,6 @@ public com.google.firestore.v1.DocumentDelete.Builder getDocumentDeleteBuilder() return getDocumentDeleteFieldBuilder().getBuilder(); } /** - * - * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
@@ -1496,8 +1338,6 @@ public com.google.firestore.v1.DocumentDeleteOrBuilder getDocumentDeleteOrBuilde } } /** - * - * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
@@ -1505,19 +1345,14 @@ public com.google.firestore.v1.DocumentDeleteOrBuilder getDocumentDeleteOrBuilde * .google.firestore.v1.DocumentDelete document_delete = 4; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentDelete, - com.google.firestore.v1.DocumentDelete.Builder, - com.google.firestore.v1.DocumentDeleteOrBuilder> + com.google.firestore.v1.DocumentDelete, com.google.firestore.v1.DocumentDelete.Builder, com.google.firestore.v1.DocumentDeleteOrBuilder> getDocumentDeleteFieldBuilder() { if (documentDeleteBuilder_ == null) { if (!(responseTypeCase_ == 4)) { responseType_ = com.google.firestore.v1.DocumentDelete.getDefaultInstance(); } - documentDeleteBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentDelete, - com.google.firestore.v1.DocumentDelete.Builder, - com.google.firestore.v1.DocumentDeleteOrBuilder>( + documentDeleteBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.DocumentDelete, com.google.firestore.v1.DocumentDelete.Builder, com.google.firestore.v1.DocumentDeleteOrBuilder>( (com.google.firestore.v1.DocumentDelete) responseType_, getParentForChildren(), isClean()); @@ -1529,20 +1364,14 @@ public com.google.firestore.v1.DocumentDeleteOrBuilder getDocumentDeleteOrBuilde } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentRemove, - com.google.firestore.v1.DocumentRemove.Builder, - com.google.firestore.v1.DocumentRemoveOrBuilder> - documentRemoveBuilder_; + com.google.firestore.v1.DocumentRemove, com.google.firestore.v1.DocumentRemove.Builder, com.google.firestore.v1.DocumentRemoveOrBuilder> documentRemoveBuilder_; /** - * - * *
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
      * 
* * .google.firestore.v1.DocumentRemove document_remove = 6; - * * @return Whether the documentRemove field is set. */ @java.lang.Override @@ -1550,15 +1379,12 @@ public boolean hasDocumentRemove() { return responseTypeCase_ == 6; } /** - * - * *
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
      * 
* * .google.firestore.v1.DocumentRemove document_remove = 6; - * * @return The documentRemove. */ @java.lang.Override @@ -1576,8 +1402,6 @@ public com.google.firestore.v1.DocumentRemove getDocumentRemove() { } } /** - * - * *
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
@@ -1599,8 +1423,6 @@ public Builder setDocumentRemove(com.google.firestore.v1.DocumentRemove value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
@@ -1620,8 +1442,6 @@ public Builder setDocumentRemove(
       return this;
     }
     /**
-     *
-     *
      * 
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
@@ -1631,13 +1451,10 @@ public Builder setDocumentRemove(
      */
     public Builder mergeDocumentRemove(com.google.firestore.v1.DocumentRemove value) {
       if (documentRemoveBuilder_ == null) {
-        if (responseTypeCase_ == 6
-            && responseType_ != com.google.firestore.v1.DocumentRemove.getDefaultInstance()) {
-          responseType_ =
-              com.google.firestore.v1.DocumentRemove.newBuilder(
-                      (com.google.firestore.v1.DocumentRemove) responseType_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (responseTypeCase_ == 6 &&
+            responseType_ != com.google.firestore.v1.DocumentRemove.getDefaultInstance()) {
+          responseType_ = com.google.firestore.v1.DocumentRemove.newBuilder((com.google.firestore.v1.DocumentRemove) responseType_)
+              .mergeFrom(value).buildPartial();
         } else {
           responseType_ = value;
         }
@@ -1653,8 +1470,6 @@ public Builder mergeDocumentRemove(com.google.firestore.v1.DocumentRemove value)
       return this;
     }
     /**
-     *
-     *
      * 
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
@@ -1679,8 +1494,6 @@ public Builder clearDocumentRemove() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
@@ -1692,8 +1505,6 @@ public com.google.firestore.v1.DocumentRemove.Builder getDocumentRemoveBuilder()
       return getDocumentRemoveFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
@@ -1713,8 +1524,6 @@ public com.google.firestore.v1.DocumentRemoveOrBuilder getDocumentRemoveOrBuilde
       }
     }
     /**
-     *
-     *
      * 
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
@@ -1723,19 +1532,14 @@ public com.google.firestore.v1.DocumentRemoveOrBuilder getDocumentRemoveOrBuilde
      * .google.firestore.v1.DocumentRemove document_remove = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentRemove,
-            com.google.firestore.v1.DocumentRemove.Builder,
-            com.google.firestore.v1.DocumentRemoveOrBuilder>
+        com.google.firestore.v1.DocumentRemove, com.google.firestore.v1.DocumentRemove.Builder, com.google.firestore.v1.DocumentRemoveOrBuilder> 
         getDocumentRemoveFieldBuilder() {
       if (documentRemoveBuilder_ == null) {
         if (!(responseTypeCase_ == 6)) {
           responseType_ = com.google.firestore.v1.DocumentRemove.getDefaultInstance();
         }
-        documentRemoveBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.DocumentRemove,
-                com.google.firestore.v1.DocumentRemove.Builder,
-                com.google.firestore.v1.DocumentRemoveOrBuilder>(
+        documentRemoveBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.DocumentRemove, com.google.firestore.v1.DocumentRemove.Builder, com.google.firestore.v1.DocumentRemoveOrBuilder>(
                 (com.google.firestore.v1.DocumentRemove) responseType_,
                 getParentForChildren(),
                 isClean());
@@ -1747,13 +1551,8 @@ public com.google.firestore.v1.DocumentRemoveOrBuilder getDocumentRemoveOrBuilde
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.ExistenceFilter,
-            com.google.firestore.v1.ExistenceFilter.Builder,
-            com.google.firestore.v1.ExistenceFilterOrBuilder>
-        filterBuilder_;
+        com.google.firestore.v1.ExistenceFilter, com.google.firestore.v1.ExistenceFilter.Builder, com.google.firestore.v1.ExistenceFilterOrBuilder> filterBuilder_;
     /**
-     *
-     *
      * 
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1763,7 +1562,6 @@ public com.google.firestore.v1.DocumentRemoveOrBuilder getDocumentRemoveOrBuilde
      * 
* * .google.firestore.v1.ExistenceFilter filter = 5; - * * @return Whether the filter field is set. */ @java.lang.Override @@ -1771,8 +1569,6 @@ public boolean hasFilter() { return responseTypeCase_ == 5; } /** - * - * *
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1782,7 +1578,6 @@ public boolean hasFilter() {
      * 
* * .google.firestore.v1.ExistenceFilter filter = 5; - * * @return The filter. */ @java.lang.Override @@ -1800,8 +1595,6 @@ public com.google.firestore.v1.ExistenceFilter getFilter() { } } /** - * - * *
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1826,8 +1619,6 @@ public Builder setFilter(com.google.firestore.v1.ExistenceFilter value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1838,7 +1629,8 @@ public Builder setFilter(com.google.firestore.v1.ExistenceFilter value) {
      *
      * .google.firestore.v1.ExistenceFilter filter = 5;
      */
-    public Builder setFilter(com.google.firestore.v1.ExistenceFilter.Builder builderForValue) {
+    public Builder setFilter(
+        com.google.firestore.v1.ExistenceFilter.Builder builderForValue) {
       if (filterBuilder_ == null) {
         responseType_ = builderForValue.build();
         onChanged();
@@ -1849,8 +1641,6 @@ public Builder setFilter(com.google.firestore.v1.ExistenceFilter.Builder builder
       return this;
     }
     /**
-     *
-     *
      * 
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1863,13 +1653,10 @@ public Builder setFilter(com.google.firestore.v1.ExistenceFilter.Builder builder
      */
     public Builder mergeFilter(com.google.firestore.v1.ExistenceFilter value) {
       if (filterBuilder_ == null) {
-        if (responseTypeCase_ == 5
-            && responseType_ != com.google.firestore.v1.ExistenceFilter.getDefaultInstance()) {
-          responseType_ =
-              com.google.firestore.v1.ExistenceFilter.newBuilder(
-                      (com.google.firestore.v1.ExistenceFilter) responseType_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (responseTypeCase_ == 5 &&
+            responseType_ != com.google.firestore.v1.ExistenceFilter.getDefaultInstance()) {
+          responseType_ = com.google.firestore.v1.ExistenceFilter.newBuilder((com.google.firestore.v1.ExistenceFilter) responseType_)
+              .mergeFrom(value).buildPartial();
         } else {
           responseType_ = value;
         }
@@ -1885,8 +1672,6 @@ public Builder mergeFilter(com.google.firestore.v1.ExistenceFilter value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1914,8 +1699,6 @@ public Builder clearFilter() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1930,8 +1713,6 @@ public com.google.firestore.v1.ExistenceFilter.Builder getFilterBuilder() {
       return getFilterFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1954,8 +1735,6 @@ public com.google.firestore.v1.ExistenceFilterOrBuilder getFilterOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1967,19 +1746,14 @@ public com.google.firestore.v1.ExistenceFilterOrBuilder getFilterOrBuilder() {
      * .google.firestore.v1.ExistenceFilter filter = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.ExistenceFilter,
-            com.google.firestore.v1.ExistenceFilter.Builder,
-            com.google.firestore.v1.ExistenceFilterOrBuilder>
+        com.google.firestore.v1.ExistenceFilter, com.google.firestore.v1.ExistenceFilter.Builder, com.google.firestore.v1.ExistenceFilterOrBuilder> 
         getFilterFieldBuilder() {
       if (filterBuilder_ == null) {
         if (!(responseTypeCase_ == 5)) {
           responseType_ = com.google.firestore.v1.ExistenceFilter.getDefaultInstance();
         }
-        filterBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.ExistenceFilter,
-                com.google.firestore.v1.ExistenceFilter.Builder,
-                com.google.firestore.v1.ExistenceFilterOrBuilder>(
+        filterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.ExistenceFilter, com.google.firestore.v1.ExistenceFilter.Builder, com.google.firestore.v1.ExistenceFilterOrBuilder>(
                 (com.google.firestore.v1.ExistenceFilter) responseType_,
                 getParentForChildren(),
                 isClean());
@@ -1989,9 +1763,9 @@ public com.google.firestore.v1.ExistenceFilterOrBuilder getFilterOrBuilder() {
       onChanged();
       return filterBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -2001,12 +1775,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.ListenResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.ListenResponse)
   private static final com.google.firestore.v1.ListenResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.ListenResponse();
   }
@@ -2015,27 +1789,27 @@ public static com.google.firestore.v1.ListenResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public ListenResponse parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public ListenResponse parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2050,4 +1824,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.ListenResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponseOrBuilder.java
similarity index 85%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponseOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponseOrBuilder.java
index bc8cfa0f0..e640a866f 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponseOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponseOrBuilder.java
@@ -1,56 +1,32 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface ListenResponseOrBuilder
-    extends
+public interface ListenResponseOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.ListenResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Targets have changed.
    * 
* * .google.firestore.v1.TargetChange target_change = 2; - * * @return Whether the targetChange field is set. */ boolean hasTargetChange(); /** - * - * *
    * Targets have changed.
    * 
* * .google.firestore.v1.TargetChange target_change = 2; - * * @return The targetChange. */ com.google.firestore.v1.TargetChange getTargetChange(); /** - * - * *
    * Targets have changed.
    * 
@@ -60,32 +36,24 @@ public interface ListenResponseOrBuilder com.google.firestore.v1.TargetChangeOrBuilder getTargetChangeOrBuilder(); /** - * - * *
    * A [Document][google.firestore.v1.Document] has changed.
    * 
* * .google.firestore.v1.DocumentChange document_change = 3; - * * @return Whether the documentChange field is set. */ boolean hasDocumentChange(); /** - * - * *
    * A [Document][google.firestore.v1.Document] has changed.
    * 
* * .google.firestore.v1.DocumentChange document_change = 3; - * * @return The documentChange. */ com.google.firestore.v1.DocumentChange getDocumentChange(); /** - * - * *
    * A [Document][google.firestore.v1.Document] has changed.
    * 
@@ -95,32 +63,24 @@ public interface ListenResponseOrBuilder com.google.firestore.v1.DocumentChangeOrBuilder getDocumentChangeOrBuilder(); /** - * - * *
    * A [Document][google.firestore.v1.Document] has been deleted.
    * 
* * .google.firestore.v1.DocumentDelete document_delete = 4; - * * @return Whether the documentDelete field is set. */ boolean hasDocumentDelete(); /** - * - * *
    * A [Document][google.firestore.v1.Document] has been deleted.
    * 
* * .google.firestore.v1.DocumentDelete document_delete = 4; - * * @return The documentDelete. */ com.google.firestore.v1.DocumentDelete getDocumentDelete(); /** - * - * *
    * A [Document][google.firestore.v1.Document] has been deleted.
    * 
@@ -130,34 +90,26 @@ public interface ListenResponseOrBuilder com.google.firestore.v1.DocumentDeleteOrBuilder getDocumentDeleteOrBuilder(); /** - * - * *
    * A [Document][google.firestore.v1.Document] has been removed from a target
    * (because it is no longer relevant to that target).
    * 
* * .google.firestore.v1.DocumentRemove document_remove = 6; - * * @return Whether the documentRemove field is set. */ boolean hasDocumentRemove(); /** - * - * *
    * A [Document][google.firestore.v1.Document] has been removed from a target
    * (because it is no longer relevant to that target).
    * 
* * .google.firestore.v1.DocumentRemove document_remove = 6; - * * @return The documentRemove. */ com.google.firestore.v1.DocumentRemove getDocumentRemove(); /** - * - * *
    * A [Document][google.firestore.v1.Document] has been removed from a target
    * (because it is no longer relevant to that target).
@@ -168,8 +120,6 @@ public interface ListenResponseOrBuilder
   com.google.firestore.v1.DocumentRemoveOrBuilder getDocumentRemoveOrBuilder();
 
   /**
-   *
-   *
    * 
    * A filter to apply to the set of documents previously returned for the
    * given target.
@@ -179,13 +129,10 @@ public interface ListenResponseOrBuilder
    * 
* * .google.firestore.v1.ExistenceFilter filter = 5; - * * @return Whether the filter field is set. */ boolean hasFilter(); /** - * - * *
    * A filter to apply to the set of documents previously returned for the
    * given target.
@@ -195,13 +142,10 @@ public interface ListenResponseOrBuilder
    * 
* * .google.firestore.v1.ExistenceFilter filter = 5; - * * @return The filter. */ com.google.firestore.v1.ExistenceFilter getFilter(); /** - * - * *
    * A filter to apply to the set of documents previously returned for the
    * given target.
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValue.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValue.java
similarity index 64%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValue.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValue.java
index 4a5433238..789cec976 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValue.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValue.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/document.proto
 
@@ -20,35 +5,34 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * A map value.
  * 
* * Protobuf type {@code google.firestore.v1.MapValue} */ -public final class MapValue extends com.google.protobuf.GeneratedMessageV3 - implements +public final class MapValue extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.MapValue) MapValueOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use MapValue.newBuilder() to construct. private MapValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private MapValue() {} + private MapValue() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new MapValue(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_MapValue_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_MapValue_descriptor; } @SuppressWarnings({"rawtypes"}) @@ -59,51 +43,45 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl case 1: return internalGetFields(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_MapValue_fieldAccessorTable + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_MapValue_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.MapValue.class, com.google.firestore.v1.MapValue.Builder.class); } public static final int FIELDS_FIELD_NUMBER = 1; - private static final class FieldsDefaultEntryHolder { - static final com.google.protobuf.MapEntry - defaultEntry = + static final com.google.protobuf.MapEntry< + java.lang.String, com.google.firestore.v1.Value> defaultEntry = com.google.protobuf.MapEntry - .newDefaultInstance( - com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.MESSAGE, - com.google.firestore.v1.Value.getDefaultInstance()); + .newDefaultInstance( + com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.MESSAGE, + com.google.firestore.v1.Value.getDefaultInstance()); } - @SuppressWarnings("serial") - private com.google.protobuf.MapField fields_; - + private com.google.protobuf.MapField< + java.lang.String, com.google.firestore.v1.Value> fields_; private com.google.protobuf.MapField - internalGetFields() { + internalGetFields() { if (fields_ == null) { - return com.google.protobuf.MapField.emptyMapField(FieldsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + FieldsDefaultEntryHolder.defaultEntry); } return fields_; } - public int getFieldsCount() { return internalGetFields().getMap().size(); } /** - * - * *
    * The map's fields.
    *
@@ -116,21 +94,20 @@ public int getFieldsCount() {
    * map<string, .google.firestore.v1.Value> fields = 1;
    */
   @java.lang.Override
-  public boolean containsFields(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public boolean containsFields(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     return internalGetFields().getMap().containsKey(key);
   }
-  /** Use {@link #getFieldsMap()} instead. */
+  /**
+   * Use {@link #getFieldsMap()} instead.
+   */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getFields() {
     return getFieldsMap();
   }
   /**
-   *
-   *
    * 
    * The map's fields.
    *
@@ -147,8 +124,6 @@ public java.util.Map getFieldsM
     return internalGetFields().getMap();
   }
   /**
-   *
-   *
    * 
    * The map's fields.
    *
@@ -161,20 +136,17 @@ public java.util.Map getFieldsM
    * map<string, .google.firestore.v1.Value> fields = 1;
    */
   @java.lang.Override
-  public /* nullable */ com.google.firestore.v1.Value getFieldsOrDefault(
+  public /* nullable */
+com.google.firestore.v1.Value getFieldsOrDefault(
       java.lang.String key,
       /* nullable */
-      com.google.firestore.v1.Value defaultValue) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+com.google.firestore.v1.Value defaultValue) {
+    if (key == null) { throw new NullPointerException("map key"); }
     java.util.Map map =
         internalGetFields().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
-   *
-   *
    * 
    * The map's fields.
    *
@@ -187,10 +159,9 @@ public java.util.Map getFieldsM
    * map<string, .google.firestore.v1.Value> fields = 1;
    */
   @java.lang.Override
-  public com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public com.google.firestore.v1.Value getFieldsOrThrow(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     java.util.Map map =
         internalGetFields().getMap();
     if (!map.containsKey(key)) {
@@ -200,7 +171,6 @@ public com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key) {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -212,9 +182,14 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
-    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
-        output, internalGetFields(), FieldsDefaultEntryHolder.defaultEntry, 1);
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
+    com.google.protobuf.GeneratedMessageV3
+      .serializeStringMapTo(
+        output,
+        internalGetFields(),
+        FieldsDefaultEntryHolder.defaultEntry,
+        1);
     getUnknownFields().writeTo(output);
   }
 
@@ -224,15 +199,15 @@ public int getSerializedSize() {
     if (size != -1) return size;
 
     size = 0;
-    for (java.util.Map.Entry entry :
-        internalGetFields().getMap().entrySet()) {
-      com.google.protobuf.MapEntry fields__ =
-          FieldsDefaultEntryHolder.defaultEntry
-              .newBuilderForType()
-              .setKey(entry.getKey())
-              .setValue(entry.getValue())
-              .build();
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, fields__);
+    for (java.util.Map.Entry entry
+         : internalGetFields().getMap().entrySet()) {
+      com.google.protobuf.MapEntry
+      fields__ = FieldsDefaultEntryHolder.defaultEntry.newBuilderForType()
+          .setKey(entry.getKey())
+          .setValue(entry.getValue())
+          .build();
+      size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(1, fields__);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -242,14 +217,15 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.MapValue)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.MapValue other = (com.google.firestore.v1.MapValue) obj;
 
-    if (!internalGetFields().equals(other.internalGetFields())) return false;
+    if (!internalGetFields().equals(
+        other.internalGetFields())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -270,116 +246,112 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.MapValue parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.MapValue parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.MapValue parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.MapValue parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.firestore.v1.MapValue parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.MapValue parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.MapValue parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.MapValue parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.MapValue parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.MapValue parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.MapValue parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.MapValue parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.MapValue parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.MapValue parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.MapValue prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * A map value.
    * 
* * Protobuf type {@code google.firestore.v1.MapValue} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.MapValue) com.google.firestore.v1.MapValueOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_MapValue_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_MapValue_descriptor; } @SuppressWarnings({"rawtypes"}) @@ -389,10 +361,10 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl case 1: return internalGetFields(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { @@ -400,27 +372,28 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi case 1: return internalGetMutableFields(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_MapValue_fieldAccessorTable + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_MapValue_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.MapValue.class, - com.google.firestore.v1.MapValue.Builder.class); + com.google.firestore.v1.MapValue.class, com.google.firestore.v1.MapValue.Builder.class); } // Construct using com.google.firestore.v1.MapValue.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -430,9 +403,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_MapValue_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_MapValue_descriptor; } @java.lang.Override @@ -452,9 +425,7 @@ public com.google.firestore.v1.MapValue build() { @java.lang.Override public com.google.firestore.v1.MapValue buildPartial() { com.google.firestore.v1.MapValue result = new com.google.firestore.v1.MapValue(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -470,39 +441,38 @@ private void buildPartial0(com.google.firestore.v1.MapValue result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.MapValue) { - return mergeFrom((com.google.firestore.v1.MapValue) other); + return mergeFrom((com.google.firestore.v1.MapValue)other); } else { super.mergeFrom(other); return this; @@ -511,7 +481,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.firestore.v1.MapValue other) { if (other == com.google.firestore.v1.MapValue.getDefaultInstance()) return this; - internalGetMutableFields().mergeFrom(other.internalGetFields()); + internalGetMutableFields().mergeFrom( + other.internalGetFields()); bitField0_ |= 0x00000001; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -539,26 +510,21 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.protobuf.MapEntry - fields__ = - input.readMessage( - FieldsDefaultEntryHolder.defaultEntry.getParserForType(), - extensionRegistry); - internalGetMutableFields() - .ensureBuilderMap() - .put(fields__.getKey(), fields__.getValue()); - bitField0_ |= 0x00000001; - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + com.google.protobuf.MapEntry + fields__ = input.readMessage( + FieldsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + internalGetMutableFields().ensureBuilderMap().put( + fields__.getKey(), fields__.getValue()); + bitField0_ |= 0x00000001; + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -568,55 +534,32 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; - private static final class FieldsConverter - implements com.google.protobuf.MapFieldBuilder.Converter< - java.lang.String, - com.google.firestore.v1.ValueOrBuilder, - com.google.firestore.v1.Value> { + private static final class FieldsConverter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.firestore.v1.Value build(com.google.firestore.v1.ValueOrBuilder val) { - if (val instanceof com.google.firestore.v1.Value) { - return (com.google.firestore.v1.Value) val; - } + if (val instanceof com.google.firestore.v1.Value) { return (com.google.firestore.v1.Value) val; } return ((com.google.firestore.v1.Value.Builder) val).build(); } @java.lang.Override - public com.google.protobuf.MapEntry - defaultEntry() { + public com.google.protobuf.MapEntry defaultEntry() { return FieldsDefaultEntryHolder.defaultEntry; } }; - private static final FieldsConverter fieldsConverter = new FieldsConverter(); private com.google.protobuf.MapFieldBuilder< - java.lang.String, - com.google.firestore.v1.ValueOrBuilder, - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder> - fields_; - - private com.google.protobuf.MapFieldBuilder< - java.lang.String, - com.google.firestore.v1.ValueOrBuilder, - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder> + java.lang.String, com.google.firestore.v1.ValueOrBuilder, com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder> fields_; + private com.google.protobuf.MapFieldBuilder internalGetFields() { if (fields_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldsConverter); } return fields_; } - - private com.google.protobuf.MapFieldBuilder< - java.lang.String, - com.google.firestore.v1.ValueOrBuilder, - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder> + private com.google.protobuf.MapFieldBuilder internalGetMutableFields() { if (fields_ == null) { fields_ = new com.google.protobuf.MapFieldBuilder<>(fieldsConverter); @@ -625,13 +568,10 @@ public com.google.firestore.v1.Value build(com.google.firestore.v1.ValueOrBuilde onChanged(); return fields_; } - public int getFieldsCount() { return internalGetFields().ensureBuilderMap().size(); } /** - * - * *
      * The map's fields.
      *
@@ -644,21 +584,20 @@ public int getFieldsCount() {
      * map<string, .google.firestore.v1.Value> fields = 1;
      */
     @java.lang.Override
-    public boolean containsFields(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public boolean containsFields(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       return internalGetFields().ensureBuilderMap().containsKey(key);
     }
-    /** Use {@link #getFieldsMap()} instead. */
+    /**
+     * Use {@link #getFieldsMap()} instead.
+     */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getFields() {
       return getFieldsMap();
     }
     /**
-     *
-     *
      * 
      * The map's fields.
      *
@@ -675,8 +614,6 @@ public java.util.Map getFieldsM
       return internalGetFields().getImmutableMap();
     }
     /**
-     *
-     *
      * 
      * The map's fields.
      *
@@ -689,20 +626,16 @@ public java.util.Map getFieldsM
      * map<string, .google.firestore.v1.Value> fields = 1;
      */
     @java.lang.Override
-    public /* nullable */ com.google.firestore.v1.Value getFieldsOrDefault(
+    public /* nullable */
+com.google.firestore.v1.Value getFieldsOrDefault(
         java.lang.String key,
         /* nullable */
-        com.google.firestore.v1.Value defaultValue) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map =
-          internalGetMutableFields().ensureBuilderMap();
+com.google.firestore.v1.Value defaultValue) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map = internalGetMutableFields().ensureBuilderMap();
       return map.containsKey(key) ? fieldsConverter.build(map.get(key)) : defaultValue;
     }
     /**
-     *
-     *
      * 
      * The map's fields.
      *
@@ -715,26 +648,21 @@ public java.util.Map getFieldsM
      * map<string, .google.firestore.v1.Value> fields = 1;
      */
     @java.lang.Override
-    public com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map =
-          internalGetMutableFields().ensureBuilderMap();
+    public com.google.firestore.v1.Value getFieldsOrThrow(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map = internalGetMutableFields().ensureBuilderMap();
       if (!map.containsKey(key)) {
         throw new java.lang.IllegalArgumentException();
       }
       return fieldsConverter.build(map.get(key));
     }
-
     public Builder clearFields() {
       bitField0_ = (bitField0_ & ~0x00000001);
       internalGetMutableFields().clear();
       return this;
     }
     /**
-     *
-     *
      * 
      * The map's fields.
      *
@@ -746,22 +674,23 @@ public Builder clearFields() {
      *
      * map<string, .google.firestore.v1.Value> fields = 1;
      */
-    public Builder removeFields(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      internalGetMutableFields().ensureBuilderMap().remove(key);
+    public Builder removeFields(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      internalGetMutableFields().ensureBuilderMap()
+          .remove(key);
       return this;
     }
-    /** Use alternate mutation accessors instead. */
+    /**
+     * Use alternate mutation accessors instead.
+     */
     @java.lang.Deprecated
-    public java.util.Map getMutableFields() {
+    public java.util.Map
+        getMutableFields() {
       bitField0_ |= 0x00000001;
       return internalGetMutableFields().ensureMessageMap();
     }
     /**
-     *
-     *
      * 
      * The map's fields.
      *
@@ -773,20 +702,17 @@ public java.util.Map getMutable
      *
      * map<string, .google.firestore.v1.Value> fields = 1;
      */
-    public Builder putFields(java.lang.String key, com.google.firestore.v1.Value value) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      if (value == null) {
-        throw new NullPointerException("map value");
-      }
-      internalGetMutableFields().ensureBuilderMap().put(key, value);
+    public Builder putFields(
+        java.lang.String key,
+        com.google.firestore.v1.Value value) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      if (value == null) { throw new NullPointerException("map value"); }
+      internalGetMutableFields().ensureBuilderMap()
+          .put(key, value);
       bitField0_ |= 0x00000001;
       return this;
     }
     /**
-     *
-     *
      * 
      * The map's fields.
      *
@@ -800,19 +726,17 @@ public Builder putFields(java.lang.String key, com.google.firestore.v1.Value val
      */
     public Builder putAllFields(
         java.util.Map values) {
-      for (java.util.Map.Entry e :
-          values.entrySet()) {
+      for (java.util.Map.Entry e : values.entrySet()) {
         if (e.getKey() == null || e.getValue() == null) {
           throw new NullPointerException();
         }
       }
-      internalGetMutableFields().ensureBuilderMap().putAll(values);
+      internalGetMutableFields().ensureBuilderMap()
+          .putAll(values);
       bitField0_ |= 0x00000001;
       return this;
     }
     /**
-     *
-     *
      * 
      * The map's fields.
      *
@@ -824,9 +748,9 @@ public Builder putAllFields(
      *
      * map<string, .google.firestore.v1.Value> fields = 1;
      */
-    public com.google.firestore.v1.Value.Builder putFieldsBuilderIfAbsent(java.lang.String key) {
-      java.util.Map builderMap =
-          internalGetMutableFields().ensureBuilderMap();
+    public com.google.firestore.v1.Value.Builder putFieldsBuilderIfAbsent(
+        java.lang.String key) {
+      java.util.Map builderMap = internalGetMutableFields().ensureBuilderMap();
       com.google.firestore.v1.ValueOrBuilder entry = builderMap.get(key);
       if (entry == null) {
         entry = com.google.firestore.v1.Value.newBuilder();
@@ -838,9 +762,9 @@ public com.google.firestore.v1.Value.Builder putFieldsBuilderIfAbsent(java.lang.
       }
       return (com.google.firestore.v1.Value.Builder) entry;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -850,12 +774,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.MapValue)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.MapValue)
   private static final com.google.firestore.v1.MapValue DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.MapValue();
   }
@@ -864,27 +788,27 @@ public static com.google.firestore.v1.MapValue getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public MapValue parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public MapValue parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -899,4 +823,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.MapValue getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValueOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValueOrBuilder.java
similarity index 72%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValueOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValueOrBuilder.java
index 1a98de9e0..84794807d 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValueOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValueOrBuilder.java
@@ -1,32 +1,14 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/document.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface MapValueOrBuilder
-    extends
+public interface MapValueOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.MapValue)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The map's fields.
    *
@@ -40,8 +22,6 @@ public interface MapValueOrBuilder
    */
   int getFieldsCount();
   /**
-   *
-   *
    * 
    * The map's fields.
    *
@@ -53,13 +33,15 @@ public interface MapValueOrBuilder
    *
    * map<string, .google.firestore.v1.Value> fields = 1;
    */
-  boolean containsFields(java.lang.String key);
-  /** Use {@link #getFieldsMap()} instead. */
+  boolean containsFields(
+      java.lang.String key);
+  /**
+   * Use {@link #getFieldsMap()} instead.
+   */
   @java.lang.Deprecated
-  java.util.Map getFields();
+  java.util.Map
+  getFields();
   /**
-   *
-   *
    * 
    * The map's fields.
    *
@@ -71,10 +53,9 @@ public interface MapValueOrBuilder
    *
    * map<string, .google.firestore.v1.Value> fields = 1;
    */
-  java.util.Map getFieldsMap();
+  java.util.Map
+  getFieldsMap();
   /**
-   *
-   *
    * 
    * The map's fields.
    *
@@ -87,13 +68,11 @@ public interface MapValueOrBuilder
    * map<string, .google.firestore.v1.Value> fields = 1;
    */
   /* nullable */
-  com.google.firestore.v1.Value getFieldsOrDefault(
+com.google.firestore.v1.Value getFieldsOrDefault(
       java.lang.String key,
       /* nullable */
-      com.google.firestore.v1.Value defaultValue);
+com.google.firestore.v1.Value defaultValue);
   /**
-   *
-   *
    * 
    * The map's fields.
    *
@@ -105,5 +84,6 @@ com.google.firestore.v1.Value getFieldsOrDefault(
    *
    * map<string, .google.firestore.v1.Value> fields = 1;
    */
-  com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key);
+  com.google.firestore.v1.Value getFieldsOrThrow(
+      java.lang.String key);
 }
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequest.java
similarity index 78%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequest.java
index 37f05fb6d..325c73700 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequest.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * The request for
  * [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.v1.PartitionQueryRequest}
  */
-public final class PartitionQueryRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class PartitionQueryRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.PartitionQueryRequest)
     PartitionQueryRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use PartitionQueryRequest.newBuilder() to construct.
   private PartitionQueryRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private PartitionQueryRequest() {
     parent_ = "";
     pageToken_ = "";
@@ -46,38 +28,33 @@ private PartitionQueryRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new PartitionQueryRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_PartitionQueryRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_PartitionQueryRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.PartitionQueryRequest.class,
-            com.google.firestore.v1.PartitionQueryRequest.Builder.class);
+            com.google.firestore.v1.PartitionQueryRequest.class, com.google.firestore.v1.PartitionQueryRequest.Builder.class);
   }
 
   private int queryTypeCase_ = 0;
-
   @SuppressWarnings("serial")
   private java.lang.Object queryType_;
-
   public enum QueryTypeCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     STRUCTURED_QUERY(2),
     QUERYTYPE_NOT_SET(0);
     private final int value;
-
     private QueryTypeCase(int value) {
       this.value = value;
     }
@@ -93,37 +70,31 @@ public static QueryTypeCase valueOf(int value) {
 
     public static QueryTypeCase forNumber(int value) {
       switch (value) {
-        case 2:
-          return STRUCTURED_QUERY;
-        case 0:
-          return QUERYTYPE_NOT_SET;
-        default:
-          return null;
+        case 2: return STRUCTURED_QUERY;
+        case 0: return QUERYTYPE_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public QueryTypeCase getQueryTypeCase() {
-    return QueryTypeCase.forNumber(queryTypeCase_);
+  public QueryTypeCase
+  getQueryTypeCase() {
+    return QueryTypeCase.forNumber(
+        queryTypeCase_);
   }
 
   private int consistencySelectorCase_ = 0;
-
   @SuppressWarnings("serial")
   private java.lang.Object consistencySelector_;
-
   public enum ConsistencySelectorCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     READ_TIME(6),
     CONSISTENCYSELECTOR_NOT_SET(0);
     private final int value;
-
     private ConsistencySelectorCase(int value) {
       this.value = value;
     }
@@ -139,31 +110,26 @@ public static ConsistencySelectorCase valueOf(int value) {
 
     public static ConsistencySelectorCase forNumber(int value) {
       switch (value) {
-        case 6:
-          return READ_TIME;
-        case 0:
-          return CONSISTENCYSELECTOR_NOT_SET;
-        default:
-          return null;
+        case 6: return READ_TIME;
+        case 0: return CONSISTENCYSELECTOR_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ConsistencySelectorCase getConsistencySelectorCase() {
-    return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
+  public ConsistencySelectorCase
+  getConsistencySelectorCase() {
+    return ConsistencySelectorCase.forNumber(
+        consistencySelectorCase_);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
-   *
-   *
    * 
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents`.
@@ -172,7 +138,6 @@ public ConsistencySelectorCase getConsistencySelectorCase() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ @java.lang.Override @@ -181,15 +146,14 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents`.
@@ -198,15 +162,16 @@ public java.lang.String getParent() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -216,8 +181,6 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int STRUCTURED_QUERY_FIELD_NUMBER = 2; /** - * - * *
    * A structured query.
    * Query must specify collection with all descendants and be ordered by name
@@ -226,7 +189,6 @@ public com.google.protobuf.ByteString getParentBytes() {
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -234,8 +196,6 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** - * - * *
    * A structured query.
    * Query must specify collection with all descendants and be ordered by name
@@ -244,19 +204,16 @@ public boolean hasStructuredQuery() {
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return The structuredQuery. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery getStructuredQuery() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } /** - * - * *
    * A structured query.
    * Query must specify collection with all descendants and be ordered by name
@@ -269,7 +226,7 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() {
   @java.lang.Override
   public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder() {
     if (queryTypeCase_ == 2) {
-      return (com.google.firestore.v1.StructuredQuery) queryType_;
+       return (com.google.firestore.v1.StructuredQuery) queryType_;
     }
     return com.google.firestore.v1.StructuredQuery.getDefaultInstance();
   }
@@ -277,8 +234,6 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
   public static final int PARTITION_COUNT_FIELD_NUMBER = 3;
   private long partitionCount_ = 0L;
   /**
-   *
-   *
    * 
    * The desired maximum number of partition points.
    * The partitions may be returned across multiple pages of results.
@@ -291,7 +246,6 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
    * 
* * int64 partition_count = 3; - * * @return The partitionCount. */ @java.lang.Override @@ -300,12 +254,9 @@ public long getPartitionCount() { } public static final int PAGE_TOKEN_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; /** - * - * *
    * The `next_page_token` value returned from a previous call to
    * PartitionQuery that may be used to get an additional set of results.
@@ -323,7 +274,6 @@ public long getPartitionCount() {
    * 
* * string page_token = 4; - * * @return The pageToken. */ @java.lang.Override @@ -332,15 +282,14 @@ public java.lang.String getPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; } } /** - * - * *
    * The `next_page_token` value returned from a previous call to
    * PartitionQuery that may be used to get an additional set of results.
@@ -358,15 +307,16 @@ public java.lang.String getPageToken() {
    * 
* * string page_token = 4; - * * @return The bytes for pageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pageToken_ = b; return b; } else { @@ -377,8 +327,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 5; private int pageSize_ = 0; /** - * - * *
    * The maximum number of partitions to return in this call, subject to
    * `partition_count`.
@@ -390,7 +338,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
    * 
* * int32 page_size = 5; - * * @return The pageSize. */ @java.lang.Override @@ -400,8 +347,6 @@ public int getPageSize() { public static final int READ_TIME_FIELD_NUMBER = 6; /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -411,7 +356,6 @@ public int getPageSize() {
    * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -419,8 +363,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 6; } /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -430,19 +372,16 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 6) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -456,13 +395,12 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (consistencySelectorCase_ == 6) {
-      return (com.google.protobuf.Timestamp) consistencySelector_;
+       return (com.google.protobuf.Timestamp) consistencySelector_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -474,7 +412,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
     }
@@ -506,23 +445,23 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
     }
     if (queryTypeCase_ == 2) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              2, (com.google.firestore.v1.StructuredQuery) queryType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, (com.google.firestore.v1.StructuredQuery) queryType_);
     }
     if (partitionCount_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, partitionCount_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(3, partitionCount_);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, pageToken_);
     }
     if (pageSize_ != 0) {
-      size += com.google.protobuf.CodedOutputStream.computeInt32Size(5, pageSize_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt32Size(5, pageSize_);
     }
     if (consistencySelectorCase_ == 6) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              6, (com.google.protobuf.Timestamp) consistencySelector_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(6, (com.google.protobuf.Timestamp) consistencySelector_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -532,22 +471,26 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.PartitionQueryRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.PartitionQueryRequest other =
-        (com.google.firestore.v1.PartitionQueryRequest) obj;
+    com.google.firestore.v1.PartitionQueryRequest other = (com.google.firestore.v1.PartitionQueryRequest) obj;
 
-    if (!getParent().equals(other.getParent())) return false;
-    if (getPartitionCount() != other.getPartitionCount()) return false;
-    if (!getPageToken().equals(other.getPageToken())) return false;
-    if (getPageSize() != other.getPageSize()) return false;
+    if (!getParent()
+        .equals(other.getParent())) return false;
+    if (getPartitionCount()
+        != other.getPartitionCount()) return false;
+    if (!getPageToken()
+        .equals(other.getPageToken())) return false;
+    if (getPageSize()
+        != other.getPageSize()) return false;
     if (!getQueryTypeCase().equals(other.getQueryTypeCase())) return false;
     switch (queryTypeCase_) {
       case 2:
-        if (!getStructuredQuery().equals(other.getStructuredQuery())) return false;
+        if (!getStructuredQuery()
+            .equals(other.getStructuredQuery())) return false;
         break;
       case 0:
       default:
@@ -555,7 +498,8 @@ public boolean equals(final java.lang.Object obj) {
     if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false;
     switch (consistencySelectorCase_) {
       case 6:
-        if (!getReadTime().equals(other.getReadTime())) return false;
+        if (!getReadTime()
+            .equals(other.getReadTime())) return false;
         break;
       case 0:
       default:
@@ -574,7 +518,8 @@ public int hashCode() {
     hash = (37 * hash) + PARENT_FIELD_NUMBER;
     hash = (53 * hash) + getParent().hashCode();
     hash = (37 * hash) + PARTITION_COUNT_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getPartitionCount());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+        getPartitionCount());
     hash = (37 * hash) + PAGE_TOKEN_FIELD_NUMBER;
     hash = (53 * hash) + getPageToken().hashCode();
     hash = (37 * hash) + PAGE_SIZE_FIELD_NUMBER;
@@ -600,104 +545,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.PartitionQueryRequest parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.PartitionQueryRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.PartitionQueryRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.PartitionQueryRequest parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.PartitionQueryRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The request for
    * [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
@@ -705,32 +645,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.PartitionQueryRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.PartitionQueryRequest)
       com.google.firestore.v1.PartitionQueryRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_PartitionQueryRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_PartitionQueryRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.PartitionQueryRequest.class,
-              com.google.firestore.v1.PartitionQueryRequest.Builder.class);
+              com.google.firestore.v1.PartitionQueryRequest.class, com.google.firestore.v1.PartitionQueryRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.PartitionQueryRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -753,9 +694,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_PartitionQueryRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryRequest_descriptor;
     }
 
     @java.lang.Override
@@ -774,11 +715,8 @@ public com.google.firestore.v1.PartitionQueryRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.PartitionQueryRequest buildPartial() {
-      com.google.firestore.v1.PartitionQueryRequest result =
-          new com.google.firestore.v1.PartitionQueryRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.PartitionQueryRequest result = new com.google.firestore.v1.PartitionQueryRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -803,12 +741,14 @@ private void buildPartial0(com.google.firestore.v1.PartitionQueryRequest result)
     private void buildPartialOneofs(com.google.firestore.v1.PartitionQueryRequest result) {
       result.queryTypeCase_ = queryTypeCase_;
       result.queryType_ = this.queryType_;
-      if (queryTypeCase_ == 2 && structuredQueryBuilder_ != null) {
+      if (queryTypeCase_ == 2 &&
+          structuredQueryBuilder_ != null) {
         result.queryType_ = structuredQueryBuilder_.build();
       }
       result.consistencySelectorCase_ = consistencySelectorCase_;
       result.consistencySelector_ = this.consistencySelector_;
-      if (consistencySelectorCase_ == 6 && readTimeBuilder_ != null) {
+      if (consistencySelectorCase_ == 6 &&
+          readTimeBuilder_ != null) {
         result.consistencySelector_ = readTimeBuilder_.build();
       }
     }
@@ -817,39 +757,38 @@ private void buildPartialOneofs(com.google.firestore.v1.PartitionQueryRequest re
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.PartitionQueryRequest) {
-        return mergeFrom((com.google.firestore.v1.PartitionQueryRequest) other);
+        return mergeFrom((com.google.firestore.v1.PartitionQueryRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -875,26 +814,22 @@ public Builder mergeFrom(com.google.firestore.v1.PartitionQueryRequest other) {
         setPageSize(other.getPageSize());
       }
       switch (other.getQueryTypeCase()) {
-        case STRUCTURED_QUERY:
-          {
-            mergeStructuredQuery(other.getStructuredQuery());
-            break;
-          }
-        case QUERYTYPE_NOT_SET:
-          {
-            break;
-          }
+        case STRUCTURED_QUERY: {
+          mergeStructuredQuery(other.getStructuredQuery());
+          break;
+        }
+        case QUERYTYPE_NOT_SET: {
+          break;
+        }
       }
       switch (other.getConsistencySelectorCase()) {
-        case READ_TIME:
-          {
-            mergeReadTime(other.getReadTime());
-            break;
-          }
-        case CONSISTENCYSELECTOR_NOT_SET:
-          {
-            break;
-          }
+        case READ_TIME: {
+          mergeReadTime(other.getReadTime());
+          break;
+        }
+        case CONSISTENCYSELECTOR_NOT_SET: {
+          break;
+        }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -922,49 +857,46 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                parent_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getStructuredQueryFieldBuilder().getBuilder(), extensionRegistry);
-                queryTypeCase_ = 2;
-                break;
-              } // case 18
-            case 24:
-              {
-                partitionCount_ = input.readInt64();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 24
-            case 34:
-              {
-                pageToken_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 34
-            case 40:
-              {
-                pageSize_ = input.readInt32();
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 40
-            case 50:
-              {
-                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
-                consistencySelectorCase_ = 6;
-                break;
-              } // case 50
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              parent_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getStructuredQueryFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              queryTypeCase_ = 2;
+              break;
+            } // case 18
+            case 24: {
+              partitionCount_ = input.readInt64();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 24
+            case 34: {
+              pageToken_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 34
+            case 40: {
+              pageSize_ = input.readInt32();
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 40
+            case 50: {
+              input.readMessage(
+                  getReadTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              consistencySelectorCase_ = 6;
+              break;
+            } // case 50
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -974,12 +906,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int queryTypeCase_ = 0;
     private java.lang.Object queryType_;
-
-    public QueryTypeCase getQueryTypeCase() {
-      return QueryTypeCase.forNumber(queryTypeCase_);
+    public QueryTypeCase
+        getQueryTypeCase() {
+      return QueryTypeCase.forNumber(
+          queryTypeCase_);
     }
 
     public Builder clearQueryType() {
@@ -991,9 +923,10 @@ public Builder clearQueryType() {
 
     private int consistencySelectorCase_ = 0;
     private java.lang.Object consistencySelector_;
-
-    public ConsistencySelectorCase getConsistencySelectorCase() {
-      return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
+    public ConsistencySelectorCase
+        getConsistencySelectorCase() {
+      return ConsistencySelectorCase.forNumber(
+          consistencySelectorCase_);
     }
 
     public Builder clearConsistencySelector() {
@@ -1007,8 +940,6 @@ public Builder clearConsistencySelector() {
 
     private java.lang.Object parent_ = "";
     /**
-     *
-     *
      * 
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents`.
@@ -1017,13 +948,13 @@ public Builder clearConsistencySelector() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -1032,8 +963,6 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents`.
@@ -1042,14 +971,15 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -1057,8 +987,6 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents`.
@@ -1067,22 +995,18 @@ public com.google.protobuf.ByteString getParentBytes() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents`.
@@ -1091,7 +1015,6 @@ public Builder setParent(java.lang.String value) {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearParent() { @@ -1101,8 +1024,6 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents`.
@@ -1111,14 +1032,12 @@ public Builder clearParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -1127,13 +1046,8 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, - com.google.firestore.v1.StructuredQuery.Builder, - com.google.firestore.v1.StructuredQueryOrBuilder> - structuredQueryBuilder_; + com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> structuredQueryBuilder_; /** - * - * *
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1142,7 +1056,6 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -1150,8 +1063,6 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** - * - * *
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1160,7 +1071,6 @@ public boolean hasStructuredQuery() {
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return The structuredQuery. */ @java.lang.Override @@ -1178,8 +1088,6 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { } } /** - * - * *
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1203,8 +1111,6 @@ public Builder setStructuredQuery(com.google.firestore.v1.StructuredQuery value)
       return this;
     }
     /**
-     *
-     *
      * 
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1226,8 +1132,6 @@ public Builder setStructuredQuery(
       return this;
     }
     /**
-     *
-     *
      * 
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1239,13 +1143,10 @@ public Builder setStructuredQuery(
      */
     public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery value) {
       if (structuredQueryBuilder_ == null) {
-        if (queryTypeCase_ == 2
-            && queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) {
-          queryType_ =
-              com.google.firestore.v1.StructuredQuery.newBuilder(
-                      (com.google.firestore.v1.StructuredQuery) queryType_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (queryTypeCase_ == 2 &&
+            queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) {
+          queryType_ = com.google.firestore.v1.StructuredQuery.newBuilder((com.google.firestore.v1.StructuredQuery) queryType_)
+              .mergeFrom(value).buildPartial();
         } else {
           queryType_ = value;
         }
@@ -1261,8 +1162,6 @@ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery valu
       return this;
     }
     /**
-     *
-     *
      * 
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1289,8 +1188,6 @@ public Builder clearStructuredQuery() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1304,8 +1201,6 @@ public com.google.firestore.v1.StructuredQuery.Builder getStructuredQueryBuilder
       return getStructuredQueryFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1327,8 +1222,6 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
       }
     }
     /**
-     *
-     *
      * 
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1339,19 +1232,14 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
      * .google.firestore.v1.StructuredQuery structured_query = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.StructuredQuery,
-            com.google.firestore.v1.StructuredQuery.Builder,
-            com.google.firestore.v1.StructuredQueryOrBuilder>
+        com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> 
         getStructuredQueryFieldBuilder() {
       if (structuredQueryBuilder_ == null) {
         if (!(queryTypeCase_ == 2)) {
           queryType_ = com.google.firestore.v1.StructuredQuery.getDefaultInstance();
         }
-        structuredQueryBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.StructuredQuery,
-                com.google.firestore.v1.StructuredQuery.Builder,
-                com.google.firestore.v1.StructuredQueryOrBuilder>(
+        structuredQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder>(
                 (com.google.firestore.v1.StructuredQuery) queryType_,
                 getParentForChildren(),
                 isClean());
@@ -1362,10 +1250,8 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
       return structuredQueryBuilder_;
     }
 
-    private long partitionCount_;
+    private long partitionCount_ ;
     /**
-     *
-     *
      * 
      * The desired maximum number of partition points.
      * The partitions may be returned across multiple pages of results.
@@ -1378,7 +1264,6 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
      * 
* * int64 partition_count = 3; - * * @return The partitionCount. */ @java.lang.Override @@ -1386,8 +1271,6 @@ public long getPartitionCount() { return partitionCount_; } /** - * - * *
      * The desired maximum number of partition points.
      * The partitions may be returned across multiple pages of results.
@@ -1400,7 +1283,6 @@ public long getPartitionCount() {
      * 
* * int64 partition_count = 3; - * * @param value The partitionCount to set. * @return This builder for chaining. */ @@ -1412,8 +1294,6 @@ public Builder setPartitionCount(long value) { return this; } /** - * - * *
      * The desired maximum number of partition points.
      * The partitions may be returned across multiple pages of results.
@@ -1426,7 +1306,6 @@ public Builder setPartitionCount(long value) {
      * 
* * int64 partition_count = 3; - * * @return This builder for chaining. */ public Builder clearPartitionCount() { @@ -1438,8 +1317,6 @@ public Builder clearPartitionCount() { private java.lang.Object pageToken_ = ""; /** - * - * *
      * The `next_page_token` value returned from a previous call to
      * PartitionQuery that may be used to get an additional set of results.
@@ -1457,13 +1334,13 @@ public Builder clearPartitionCount() {
      * 
* * string page_token = 4; - * * @return The pageToken. */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; @@ -1472,8 +1349,6 @@ public java.lang.String getPageToken() { } } /** - * - * *
      * The `next_page_token` value returned from a previous call to
      * PartitionQuery that may be used to get an additional set of results.
@@ -1491,14 +1366,15 @@ public java.lang.String getPageToken() {
      * 
* * string page_token = 4; - * * @return The bytes for pageToken. */ - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pageToken_ = b; return b; } else { @@ -1506,8 +1382,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } } /** - * - * *
      * The `next_page_token` value returned from a previous call to
      * PartitionQuery that may be used to get an additional set of results.
@@ -1525,22 +1399,18 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
      * 
* * string page_token = 4; - * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPageToken( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } pageToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
      * The `next_page_token` value returned from a previous call to
      * PartitionQuery that may be used to get an additional set of results.
@@ -1558,7 +1428,6 @@ public Builder setPageToken(java.lang.String value) {
      * 
* * string page_token = 4; - * * @return This builder for chaining. */ public Builder clearPageToken() { @@ -1568,8 +1437,6 @@ public Builder clearPageToken() { return this; } /** - * - * *
      * The `next_page_token` value returned from a previous call to
      * PartitionQuery that may be used to get an additional set of results.
@@ -1587,14 +1454,12 @@ public Builder clearPageToken() {
      * 
* * string page_token = 4; - * * @param value The bytes for pageToken to set. * @return This builder for chaining. */ - public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); pageToken_ = value; bitField0_ |= 0x00000008; @@ -1602,10 +1467,8 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { return this; } - private int pageSize_; + private int pageSize_ ; /** - * - * *
      * The maximum number of partitions to return in this call, subject to
      * `partition_count`.
@@ -1617,7 +1480,6 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) {
      * 
* * int32 page_size = 5; - * * @return The pageSize. */ @java.lang.Override @@ -1625,8 +1487,6 @@ public int getPageSize() { return pageSize_; } /** - * - * *
      * The maximum number of partitions to return in this call, subject to
      * `partition_count`.
@@ -1638,7 +1498,6 @@ public int getPageSize() {
      * 
* * int32 page_size = 5; - * * @param value The pageSize to set. * @return This builder for chaining. */ @@ -1650,8 +1509,6 @@ public Builder setPageSize(int value) { return this; } /** - * - * *
      * The maximum number of partitions to return in this call, subject to
      * `partition_count`.
@@ -1663,7 +1520,6 @@ public Builder setPageSize(int value) {
      * 
* * int32 page_size = 5; - * * @return This builder for chaining. */ public Builder clearPageSize() { @@ -1674,13 +1530,8 @@ public Builder clearPageSize() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - readTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; /** - * - * *
      * Reads documents as they were at the given time.
      *
@@ -1690,7 +1541,6 @@ public Builder clearPageSize() {
      * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -1698,8 +1548,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 6; } /** - * - * *
      * Reads documents as they were at the given time.
      *
@@ -1709,7 +1557,6 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return The readTime. */ @java.lang.Override @@ -1727,8 +1574,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * Reads documents as they were at the given time.
      *
@@ -1753,8 +1598,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1765,7 +1608,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 6;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         consistencySelector_ = builderForValue.build();
         onChanged();
@@ -1776,8 +1620,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1790,13 +1632,10 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (consistencySelectorCase_ == 6
-            && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          consistencySelector_ =
-              com.google.protobuf.Timestamp.newBuilder(
-                      (com.google.protobuf.Timestamp) consistencySelector_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (consistencySelectorCase_ == 6 &&
+            consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
+              .mergeFrom(value).buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1812,8 +1651,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1841,8 +1678,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1857,8 +1692,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1881,8 +1714,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1894,19 +1725,14 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(consistencySelectorCase_ == 6)) {
           consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
                 (com.google.protobuf.Timestamp) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1916,9 +1742,9 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       onChanged();
       return readTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1928,12 +1754,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.PartitionQueryRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.PartitionQueryRequest)
   private static final com.google.firestore.v1.PartitionQueryRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.PartitionQueryRequest();
   }
@@ -1942,27 +1768,27 @@ public static com.google.firestore.v1.PartitionQueryRequest getDefaultInstance()
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public PartitionQueryRequest parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public PartitionQueryRequest parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1977,4 +1803,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.PartitionQueryRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequestOrBuilder.java
similarity index 86%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequestOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequestOrBuilder.java
index 3290dfd4a..ad0b01305 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequestOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequestOrBuilder.java
@@ -1,32 +1,14 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface PartitionQueryRequestOrBuilder
-    extends
+public interface PartitionQueryRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.PartitionQueryRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents`.
@@ -35,13 +17,10 @@ public interface PartitionQueryRequestOrBuilder
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents`.
@@ -50,14 +29,12 @@ public interface PartitionQueryRequestOrBuilder
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * A structured query.
    * Query must specify collection with all descendants and be ordered by name
@@ -66,13 +43,10 @@ public interface PartitionQueryRequestOrBuilder
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return Whether the structuredQuery field is set. */ boolean hasStructuredQuery(); /** - * - * *
    * A structured query.
    * Query must specify collection with all descendants and be ordered by name
@@ -81,13 +55,10 @@ public interface PartitionQueryRequestOrBuilder
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return The structuredQuery. */ com.google.firestore.v1.StructuredQuery getStructuredQuery(); /** - * - * *
    * A structured query.
    * Query must specify collection with all descendants and be ordered by name
@@ -100,8 +71,6 @@ public interface PartitionQueryRequestOrBuilder
   com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder();
 
   /**
-   *
-   *
    * 
    * The desired maximum number of partition points.
    * The partitions may be returned across multiple pages of results.
@@ -114,14 +83,11 @@ public interface PartitionQueryRequestOrBuilder
    * 
* * int64 partition_count = 3; - * * @return The partitionCount. */ long getPartitionCount(); /** - * - * *
    * The `next_page_token` value returned from a previous call to
    * PartitionQuery that may be used to get an additional set of results.
@@ -139,13 +105,10 @@ public interface PartitionQueryRequestOrBuilder
    * 
* * string page_token = 4; - * * @return The pageToken. */ java.lang.String getPageToken(); /** - * - * *
    * The `next_page_token` value returned from a previous call to
    * PartitionQuery that may be used to get an additional set of results.
@@ -163,14 +126,12 @@ public interface PartitionQueryRequestOrBuilder
    * 
* * string page_token = 4; - * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString getPageTokenBytes(); + com.google.protobuf.ByteString + getPageTokenBytes(); /** - * - * *
    * The maximum number of partitions to return in this call, subject to
    * `partition_count`.
@@ -182,14 +143,11 @@ public interface PartitionQueryRequestOrBuilder
    * 
* * int32 page_size = 5; - * * @return The pageSize. */ int getPageSize(); /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -199,13 +157,10 @@ public interface PartitionQueryRequestOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -215,13 +170,10 @@ public interface PartitionQueryRequestOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -236,6 +188,5 @@ public interface PartitionQueryRequestOrBuilder
 
   com.google.firestore.v1.PartitionQueryRequest.QueryTypeCase getQueryTypeCase();
 
-  com.google.firestore.v1.PartitionQueryRequest.ConsistencySelectorCase
-      getConsistencySelectorCase();
+  com.google.firestore.v1.PartitionQueryRequest.ConsistencySelectorCase getConsistencySelectorCase();
 }
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponse.java
similarity index 82%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponse.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponse.java
index 2541adef6..ee2b32ca4 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponse.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponse.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * The response for
  * [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.firestore.v1.PartitionQueryResponse}
  */
-public final class PartitionQueryResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class PartitionQueryResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.PartitionQueryResponse)
     PartitionQueryResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use PartitionQueryResponse.newBuilder() to construct.
   private PartitionQueryResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private PartitionQueryResponse() {
     partitions_ = java.util.Collections.emptyList();
     nextPageToken_ = "";
@@ -46,32 +28,28 @@ private PartitionQueryResponse() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new PartitionQueryResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_PartitionQueryResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_PartitionQueryResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.PartitionQueryResponse.class,
-            com.google.firestore.v1.PartitionQueryResponse.Builder.class);
+            com.google.firestore.v1.PartitionQueryResponse.class, com.google.firestore.v1.PartitionQueryResponse.Builder.class);
   }
 
   public static final int PARTITIONS_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private java.util.List partitions_;
   /**
-   *
-   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -99,8 +77,6 @@ public java.util.List getPartitionsList() {
     return partitions_;
   }
   /**
-   *
-   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -124,13 +100,11 @@ public java.util.List getPartitionsList() {
    * repeated .google.firestore.v1.Cursor partitions = 1;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getPartitionsOrBuilderList() {
     return partitions_;
   }
   /**
-   *
-   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -158,8 +132,6 @@ public int getPartitionsCount() {
     return partitions_.size();
   }
   /**
-   *
-   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -187,8 +159,6 @@ public com.google.firestore.v1.Cursor getPartitions(int index) {
     return partitions_.get(index);
   }
   /**
-   *
-   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -212,17 +182,15 @@ public com.google.firestore.v1.Cursor getPartitions(int index) {
    * repeated .google.firestore.v1.Cursor partitions = 1;
    */
   @java.lang.Override
-  public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(int index) {
+  public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(
+      int index) {
     return partitions_.get(index);
   }
 
   public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object nextPageToken_ = "";
   /**
-   *
-   *
    * 
    * A page token that may be used to request an additional set of results, up
    * to the number specified by `partition_count` in the PartitionQuery request.
@@ -230,7 +198,6 @@ public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(int index)
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ @java.lang.Override @@ -239,15 +206,14 @@ public java.lang.String getNextPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; } } /** - * - * *
    * A page token that may be used to request an additional set of results, up
    * to the number specified by `partition_count` in the PartitionQuery request.
@@ -255,15 +221,16 @@ public java.lang.String getNextPageToken() {
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -272,7 +239,6 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -284,7 +250,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < partitions_.size(); i++) { output.writeMessage(1, partitions_.get(i)); } @@ -301,7 +268,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < partitions_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, partitions_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, partitions_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -314,16 +282,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.PartitionQueryResponse)) { return super.equals(obj); } - com.google.firestore.v1.PartitionQueryResponse other = - (com.google.firestore.v1.PartitionQueryResponse) obj; + com.google.firestore.v1.PartitionQueryResponse other = (com.google.firestore.v1.PartitionQueryResponse) obj; - if (!getPartitionsList().equals(other.getPartitionsList())) return false; - if (!getNextPageToken().equals(other.getNextPageToken())) return false; + if (!getPartitionsList() + .equals(other.getPartitionsList())) return false; + if (!getNextPageToken() + .equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -346,104 +315,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.PartitionQueryResponse parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.PartitionQueryResponse parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.PartitionQueryResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.PartitionQueryResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.PartitionQueryResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.PartitionQueryResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.PartitionQueryResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.PartitionQueryResponse parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.PartitionQueryResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.PartitionQueryResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.PartitionQueryResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.PartitionQueryResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.PartitionQueryResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.PartitionQueryResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.PartitionQueryResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The response for
    * [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
@@ -451,32 +415,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.PartitionQueryResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.PartitionQueryResponse)
       com.google.firestore.v1.PartitionQueryResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_PartitionQueryResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_PartitionQueryResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.PartitionQueryResponse.class,
-              com.google.firestore.v1.PartitionQueryResponse.Builder.class);
+              com.google.firestore.v1.PartitionQueryResponse.class, com.google.firestore.v1.PartitionQueryResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.PartitionQueryResponse.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -493,9 +458,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_PartitionQueryResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryResponse_descriptor;
     }
 
     @java.lang.Override
@@ -514,12 +479,9 @@ public com.google.firestore.v1.PartitionQueryResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.PartitionQueryResponse buildPartial() {
-      com.google.firestore.v1.PartitionQueryResponse result =
-          new com.google.firestore.v1.PartitionQueryResponse(this);
+      com.google.firestore.v1.PartitionQueryResponse result = new com.google.firestore.v1.PartitionQueryResponse(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -547,39 +509,38 @@ private void buildPartial0(com.google.firestore.v1.PartitionQueryResponse result
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.PartitionQueryResponse) {
-        return mergeFrom((com.google.firestore.v1.PartitionQueryResponse) other);
+        return mergeFrom((com.google.firestore.v1.PartitionQueryResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -606,10 +567,9 @@ public Builder mergeFrom(com.google.firestore.v1.PartitionQueryResponse other) {
             partitionsBuilder_ = null;
             partitions_ = other.partitions_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            partitionsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getPartitionsFieldBuilder()
-                    : null;
+            partitionsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getPartitionsFieldBuilder() : null;
           } else {
             partitionsBuilder_.addAllMessages(other.partitions_);
           }
@@ -646,31 +606,30 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                com.google.firestore.v1.Cursor m =
-                    input.readMessage(com.google.firestore.v1.Cursor.parser(), extensionRegistry);
-                if (partitionsBuilder_ == null) {
-                  ensurePartitionsIsMutable();
-                  partitions_.add(m);
-                } else {
-                  partitionsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 10
-            case 18:
-              {
-                nextPageToken_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              com.google.firestore.v1.Cursor m =
+                  input.readMessage(
+                      com.google.firestore.v1.Cursor.parser(),
+                      extensionRegistry);
+              if (partitionsBuilder_ == null) {
+                ensurePartitionsIsMutable();
+                partitions_.add(m);
+              } else {
+                partitionsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 10
+            case 18: {
+              nextPageToken_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -680,28 +639,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.util.List partitions_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensurePartitionsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         partitions_ = new java.util.ArrayList(partitions_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Cursor,
-            com.google.firestore.v1.Cursor.Builder,
-            com.google.firestore.v1.CursorOrBuilder>
-        partitionsBuilder_;
+        com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder> partitionsBuilder_;
 
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -732,8 +684,6 @@ public java.util.List getPartitionsList() {
       }
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -764,8 +714,6 @@ public int getPartitionsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -796,8 +744,6 @@ public com.google.firestore.v1.Cursor getPartitions(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -820,7 +766,8 @@ public com.google.firestore.v1.Cursor getPartitions(int index) {
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public Builder setPartitions(int index, com.google.firestore.v1.Cursor value) {
+    public Builder setPartitions(
+        int index, com.google.firestore.v1.Cursor value) {
       if (partitionsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -834,8 +781,6 @@ public Builder setPartitions(int index, com.google.firestore.v1.Cursor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -870,8 +815,6 @@ public Builder setPartitions(
       return this;
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -908,8 +851,6 @@ public Builder addPartitions(com.google.firestore.v1.Cursor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -932,7 +873,8 @@ public Builder addPartitions(com.google.firestore.v1.Cursor value) {
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public Builder addPartitions(int index, com.google.firestore.v1.Cursor value) {
+    public Builder addPartitions(
+        int index, com.google.firestore.v1.Cursor value) {
       if (partitionsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -946,8 +888,6 @@ public Builder addPartitions(int index, com.google.firestore.v1.Cursor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -970,7 +910,8 @@ public Builder addPartitions(int index, com.google.firestore.v1.Cursor value) {
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public Builder addPartitions(com.google.firestore.v1.Cursor.Builder builderForValue) {
+    public Builder addPartitions(
+        com.google.firestore.v1.Cursor.Builder builderForValue) {
       if (partitionsBuilder_ == null) {
         ensurePartitionsIsMutable();
         partitions_.add(builderForValue.build());
@@ -981,8 +922,6 @@ public Builder addPartitions(com.google.firestore.v1.Cursor.Builder builderForVa
       return this;
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1017,8 +956,6 @@ public Builder addPartitions(
       return this;
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1045,7 +982,8 @@ public Builder addAllPartitions(
         java.lang.Iterable values) {
       if (partitionsBuilder_ == null) {
         ensurePartitionsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, partitions_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, partitions_);
         onChanged();
       } else {
         partitionsBuilder_.addAllMessages(values);
@@ -1053,8 +991,6 @@ public Builder addAllPartitions(
       return this;
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1088,8 +1024,6 @@ public Builder clearPartitions() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1123,8 +1057,6 @@ public Builder removePartitions(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1147,12 +1079,11 @@ public Builder removePartitions(int index) {
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public com.google.firestore.v1.Cursor.Builder getPartitionsBuilder(int index) {
+    public com.google.firestore.v1.Cursor.Builder getPartitionsBuilder(
+        int index) {
       return getPartitionsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1175,16 +1106,14 @@ public com.google.firestore.v1.Cursor.Builder getPartitionsBuilder(int index) {
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(int index) {
+    public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(
+        int index) {
       if (partitionsBuilder_ == null) {
-        return partitions_.get(index);
-      } else {
+        return partitions_.get(index);  } else {
         return partitionsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1207,8 +1136,8 @@ public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(int index)
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public java.util.List
-        getPartitionsOrBuilderList() {
+    public java.util.List 
+         getPartitionsOrBuilderList() {
       if (partitionsBuilder_ != null) {
         return partitionsBuilder_.getMessageOrBuilderList();
       } else {
@@ -1216,8 +1145,6 @@ public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(int index)
       }
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1241,12 +1168,10 @@ public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(int index)
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
     public com.google.firestore.v1.Cursor.Builder addPartitionsBuilder() {
-      return getPartitionsFieldBuilder()
-          .addBuilder(com.google.firestore.v1.Cursor.getDefaultInstance());
+      return getPartitionsFieldBuilder().addBuilder(
+          com.google.firestore.v1.Cursor.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1269,13 +1194,12 @@ public com.google.firestore.v1.Cursor.Builder addPartitionsBuilder() {
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public com.google.firestore.v1.Cursor.Builder addPartitionsBuilder(int index) {
-      return getPartitionsFieldBuilder()
-          .addBuilder(index, com.google.firestore.v1.Cursor.getDefaultInstance());
+    public com.google.firestore.v1.Cursor.Builder addPartitionsBuilder(
+        int index) {
+      return getPartitionsFieldBuilder().addBuilder(
+          index, com.google.firestore.v1.Cursor.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1298,22 +1222,20 @@ public com.google.firestore.v1.Cursor.Builder addPartitionsBuilder(int index) {
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public java.util.List getPartitionsBuilderList() {
+    public java.util.List 
+         getPartitionsBuilderList() {
       return getPartitionsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Cursor,
-            com.google.firestore.v1.Cursor.Builder,
-            com.google.firestore.v1.CursorOrBuilder>
+        com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder> 
         getPartitionsFieldBuilder() {
       if (partitionsBuilder_ == null) {
-        partitionsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.firestore.v1.Cursor,
-                com.google.firestore.v1.Cursor.Builder,
-                com.google.firestore.v1.CursorOrBuilder>(
-                partitions_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        partitionsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder>(
+                partitions_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         partitions_ = null;
       }
       return partitionsBuilder_;
@@ -1321,8 +1243,6 @@ public java.util.List getPartitionsBuild
 
     private java.lang.Object nextPageToken_ = "";
     /**
-     *
-     *
      * 
      * A page token that may be used to request an additional set of results, up
      * to the number specified by `partition_count` in the PartitionQuery request.
@@ -1330,13 +1250,13 @@ public java.util.List getPartitionsBuild
      * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; @@ -1345,8 +1265,6 @@ public java.lang.String getNextPageToken() { } } /** - * - * *
      * A page token that may be used to request an additional set of results, up
      * to the number specified by `partition_count` in the PartitionQuery request.
@@ -1354,14 +1272,15 @@ public java.lang.String getNextPageToken() {
      * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -1369,8 +1288,6 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } } /** - * - * *
      * A page token that may be used to request an additional set of results, up
      * to the number specified by `partition_count` in the PartitionQuery request.
@@ -1378,22 +1295,18 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() {
      * 
* * string next_page_token = 2; - * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNextPageToken( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * A page token that may be used to request an additional set of results, up
      * to the number specified by `partition_count` in the PartitionQuery request.
@@ -1401,7 +1314,6 @@ public Builder setNextPageToken(java.lang.String value) {
      * 
* * string next_page_token = 2; - * * @return This builder for chaining. */ public Builder clearNextPageToken() { @@ -1411,8 +1323,6 @@ public Builder clearNextPageToken() { return this; } /** - * - * *
      * A page token that may be used to request an additional set of results, up
      * to the number specified by `partition_count` in the PartitionQuery request.
@@ -1420,23 +1330,21 @@ public Builder clearNextPageToken() {
      * 
* * string next_page_token = 2; - * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNextPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1446,12 +1354,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.PartitionQueryResponse) } // @@protoc_insertion_point(class_scope:google.firestore.v1.PartitionQueryResponse) private static final com.google.firestore.v1.PartitionQueryResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.PartitionQueryResponse(); } @@ -1460,27 +1368,27 @@ public static com.google.firestore.v1.PartitionQueryResponse getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public PartitionQueryResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public PartitionQueryResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1495,4 +1403,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.PartitionQueryResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponseOrBuilder.java similarity index 86% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponseOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponseOrBuilder.java index 7c18b646c..05f7e654c 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponseOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponseOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface PartitionQueryResponseOrBuilder - extends +public interface PartitionQueryResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.PartitionQueryResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -49,10 +31,9 @@ public interface PartitionQueryResponseOrBuilder
    *
    * repeated .google.firestore.v1.Cursor partitions = 1;
    */
-  java.util.List getPartitionsList();
+  java.util.List 
+      getPartitionsList();
   /**
-   *
-   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -77,8 +58,6 @@ public interface PartitionQueryResponseOrBuilder
    */
   com.google.firestore.v1.Cursor getPartitions(int index);
   /**
-   *
-   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -103,8 +82,6 @@ public interface PartitionQueryResponseOrBuilder
    */
   int getPartitionsCount();
   /**
-   *
-   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -127,10 +104,9 @@ public interface PartitionQueryResponseOrBuilder
    *
    * repeated .google.firestore.v1.Cursor partitions = 1;
    */
-  java.util.List getPartitionsOrBuilderList();
+  java.util.List 
+      getPartitionsOrBuilderList();
   /**
-   *
-   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -153,11 +129,10 @@ public interface PartitionQueryResponseOrBuilder
    *
    * repeated .google.firestore.v1.Cursor partitions = 1;
    */
-  com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(int index);
+  com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * A page token that may be used to request an additional set of results, up
    * to the number specified by `partition_count` in the PartitionQuery request.
@@ -165,13 +140,10 @@ public interface PartitionQueryResponseOrBuilder
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** - * - * *
    * A page token that may be used to request an additional set of results, up
    * to the number specified by `partition_count` in the PartitionQuery request.
@@ -179,8 +151,8 @@ public interface PartitionQueryResponseOrBuilder
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString getNextPageTokenBytes(); + com.google.protobuf.ByteString + getNextPageTokenBytes(); } diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummary.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummary.java similarity index 74% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummary.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummary.java index 0c7bf4202..421b4b95e 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummary.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummary.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/query_profile.proto @@ -20,56 +5,49 @@ package com.google.firestore.v1; /** - * - * *
  * Planning phase information for the query.
  * 
* * Protobuf type {@code google.firestore.v1.PlanSummary} */ -public final class PlanSummary extends com.google.protobuf.GeneratedMessageV3 - implements +public final class PlanSummary extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.PlanSummary) PlanSummaryOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use PlanSummary.newBuilder() to construct. private PlanSummary(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private PlanSummary() { indexesUsed_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new PlanSummary(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_PlanSummary_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_PlanSummary_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_PlanSummary_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_PlanSummary_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.PlanSummary.class, - com.google.firestore.v1.PlanSummary.Builder.class); + com.google.firestore.v1.PlanSummary.class, com.google.firestore.v1.PlanSummary.Builder.class); } public static final int INDEXES_USED_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private java.util.List indexesUsed_; /** - * - * *
    * The indexes selected for the query. For example:
    *  [
@@ -85,8 +63,6 @@ public java.util.List getIndexesUsedList() {
     return indexesUsed_;
   }
   /**
-   *
-   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -98,13 +74,11 @@ public java.util.List getIndexesUsedList() {
    * repeated .google.protobuf.Struct indexes_used = 1;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getIndexesUsedOrBuilderList() {
     return indexesUsed_;
   }
   /**
-   *
-   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -120,8 +94,6 @@ public int getIndexesUsedCount() {
     return indexesUsed_.size();
   }
   /**
-   *
-   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -137,8 +109,6 @@ public com.google.protobuf.Struct getIndexesUsed(int index) {
     return indexesUsed_.get(index);
   }
   /**
-   *
-   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -150,12 +120,12 @@ public com.google.protobuf.Struct getIndexesUsed(int index) {
    * repeated .google.protobuf.Struct indexes_used = 1;
    */
   @java.lang.Override
-  public com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(int index) {
+  public com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(
+      int index) {
     return indexesUsed_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -167,7 +137,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     for (int i = 0; i < indexesUsed_.size(); i++) {
       output.writeMessage(1, indexesUsed_.get(i));
     }
@@ -181,7 +152,8 @@ public int getSerializedSize() {
 
     size = 0;
     for (int i = 0; i < indexesUsed_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, indexesUsed_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, indexesUsed_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -191,14 +163,15 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.PlanSummary)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.PlanSummary other = (com.google.firestore.v1.PlanSummary) obj;
 
-    if (!getIndexesUsedList().equals(other.getIndexesUsedList())) return false;
+    if (!getIndexesUsedList()
+        .equals(other.getIndexesUsedList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -219,135 +192,132 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.PlanSummary parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.PlanSummary parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.PlanSummary parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.PlanSummary parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.firestore.v1.PlanSummary parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.PlanSummary parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.PlanSummary parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.PlanSummary parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.PlanSummary parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.PlanSummary parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.PlanSummary parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.PlanSummary parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.PlanSummary parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.PlanSummary parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.PlanSummary prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Planning phase information for the query.
    * 
* * Protobuf type {@code google.firestore.v1.PlanSummary} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.PlanSummary) com.google.firestore.v1.PlanSummaryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_PlanSummary_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_PlanSummary_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_PlanSummary_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_PlanSummary_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.PlanSummary.class, - com.google.firestore.v1.PlanSummary.Builder.class); + com.google.firestore.v1.PlanSummary.class, com.google.firestore.v1.PlanSummary.Builder.class); } // Construct using com.google.firestore.v1.PlanSummary.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -363,9 +333,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProfileProto - .internal_static_google_firestore_v1_PlanSummary_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_PlanSummary_descriptor; } @java.lang.Override @@ -386,9 +356,7 @@ public com.google.firestore.v1.PlanSummary build() { public com.google.firestore.v1.PlanSummary buildPartial() { com.google.firestore.v1.PlanSummary result = new com.google.firestore.v1.PlanSummary(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -413,39 +381,38 @@ private void buildPartial0(com.google.firestore.v1.PlanSummary result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.PlanSummary) { - return mergeFrom((com.google.firestore.v1.PlanSummary) other); + return mergeFrom((com.google.firestore.v1.PlanSummary)other); } else { super.mergeFrom(other); return this; @@ -472,10 +439,9 @@ public Builder mergeFrom(com.google.firestore.v1.PlanSummary other) { indexesUsedBuilder_ = null; indexesUsed_ = other.indexesUsed_; bitField0_ = (bitField0_ & ~0x00000001); - indexesUsedBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getIndexesUsedFieldBuilder() - : null; + indexesUsedBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getIndexesUsedFieldBuilder() : null; } else { indexesUsedBuilder_.addAllMessages(other.indexesUsed_); } @@ -507,25 +473,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.protobuf.Struct m = - input.readMessage(com.google.protobuf.Struct.parser(), extensionRegistry); - if (indexesUsedBuilder_ == null) { - ensureIndexesUsedIsMutable(); - indexesUsed_.add(m); - } else { - indexesUsedBuilder_.addMessage(m); - } - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + com.google.protobuf.Struct m = + input.readMessage( + com.google.protobuf.Struct.parser(), + extensionRegistry); + if (indexesUsedBuilder_ == null) { + ensureIndexesUsedIsMutable(); + indexesUsed_.add(m); + } else { + indexesUsedBuilder_.addMessage(m); + } + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -535,28 +501,21 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.util.List indexesUsed_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureIndexesUsedIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { indexesUsed_ = new java.util.ArrayList(indexesUsed_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.protobuf.Struct, - com.google.protobuf.Struct.Builder, - com.google.protobuf.StructOrBuilder> - indexesUsedBuilder_; + com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> indexesUsedBuilder_; /** - * - * *
      * The indexes selected for the query. For example:
      *  [
@@ -575,8 +534,6 @@ public java.util.List getIndexesUsedList() {
       }
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -595,8 +552,6 @@ public int getIndexesUsedCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -615,8 +570,6 @@ public com.google.protobuf.Struct getIndexesUsed(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -627,7 +580,8 @@ public com.google.protobuf.Struct getIndexesUsed(int index) {
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public Builder setIndexesUsed(int index, com.google.protobuf.Struct value) {
+    public Builder setIndexesUsed(
+        int index, com.google.protobuf.Struct value) {
       if (indexesUsedBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -641,8 +595,6 @@ public Builder setIndexesUsed(int index, com.google.protobuf.Struct value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -653,7 +605,8 @@ public Builder setIndexesUsed(int index, com.google.protobuf.Struct value) {
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public Builder setIndexesUsed(int index, com.google.protobuf.Struct.Builder builderForValue) {
+    public Builder setIndexesUsed(
+        int index, com.google.protobuf.Struct.Builder builderForValue) {
       if (indexesUsedBuilder_ == null) {
         ensureIndexesUsedIsMutable();
         indexesUsed_.set(index, builderForValue.build());
@@ -664,8 +617,6 @@ public Builder setIndexesUsed(int index, com.google.protobuf.Struct.Builder buil
       return this;
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -690,8 +641,6 @@ public Builder addIndexesUsed(com.google.protobuf.Struct value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -702,7 +651,8 @@ public Builder addIndexesUsed(com.google.protobuf.Struct value) {
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public Builder addIndexesUsed(int index, com.google.protobuf.Struct value) {
+    public Builder addIndexesUsed(
+        int index, com.google.protobuf.Struct value) {
       if (indexesUsedBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -716,8 +666,6 @@ public Builder addIndexesUsed(int index, com.google.protobuf.Struct value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -728,7 +676,8 @@ public Builder addIndexesUsed(int index, com.google.protobuf.Struct value) {
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public Builder addIndexesUsed(com.google.protobuf.Struct.Builder builderForValue) {
+    public Builder addIndexesUsed(
+        com.google.protobuf.Struct.Builder builderForValue) {
       if (indexesUsedBuilder_ == null) {
         ensureIndexesUsedIsMutable();
         indexesUsed_.add(builderForValue.build());
@@ -739,8 +688,6 @@ public Builder addIndexesUsed(com.google.protobuf.Struct.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -751,7 +698,8 @@ public Builder addIndexesUsed(com.google.protobuf.Struct.Builder builderForValue
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public Builder addIndexesUsed(int index, com.google.protobuf.Struct.Builder builderForValue) {
+    public Builder addIndexesUsed(
+        int index, com.google.protobuf.Struct.Builder builderForValue) {
       if (indexesUsedBuilder_ == null) {
         ensureIndexesUsedIsMutable();
         indexesUsed_.add(index, builderForValue.build());
@@ -762,8 +710,6 @@ public Builder addIndexesUsed(int index, com.google.protobuf.Struct.Builder buil
       return this;
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -778,7 +724,8 @@ public Builder addAllIndexesUsed(
         java.lang.Iterable values) {
       if (indexesUsedBuilder_ == null) {
         ensureIndexesUsedIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, indexesUsed_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, indexesUsed_);
         onChanged();
       } else {
         indexesUsedBuilder_.addAllMessages(values);
@@ -786,8 +733,6 @@ public Builder addAllIndexesUsed(
       return this;
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -809,8 +754,6 @@ public Builder clearIndexesUsed() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -832,8 +775,6 @@ public Builder removeIndexesUsed(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -844,12 +785,11 @@ public Builder removeIndexesUsed(int index) {
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public com.google.protobuf.Struct.Builder getIndexesUsedBuilder(int index) {
+    public com.google.protobuf.Struct.Builder getIndexesUsedBuilder(
+        int index) {
       return getIndexesUsedFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -860,16 +800,14 @@ public com.google.protobuf.Struct.Builder getIndexesUsedBuilder(int index) {
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(int index) {
+    public com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(
+        int index) {
       if (indexesUsedBuilder_ == null) {
-        return indexesUsed_.get(index);
-      } else {
+        return indexesUsed_.get(index);  } else {
         return indexesUsedBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -880,8 +818,8 @@ public com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(int index) {
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public java.util.List
-        getIndexesUsedOrBuilderList() {
+    public java.util.List 
+         getIndexesUsedOrBuilderList() {
       if (indexesUsedBuilder_ != null) {
         return indexesUsedBuilder_.getMessageOrBuilderList();
       } else {
@@ -889,8 +827,6 @@ public com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -902,12 +838,10 @@ public com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(int index) {
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
     public com.google.protobuf.Struct.Builder addIndexesUsedBuilder() {
-      return getIndexesUsedFieldBuilder()
-          .addBuilder(com.google.protobuf.Struct.getDefaultInstance());
+      return getIndexesUsedFieldBuilder().addBuilder(
+          com.google.protobuf.Struct.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -918,13 +852,12 @@ public com.google.protobuf.Struct.Builder addIndexesUsedBuilder() {
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public com.google.protobuf.Struct.Builder addIndexesUsedBuilder(int index) {
-      return getIndexesUsedFieldBuilder()
-          .addBuilder(index, com.google.protobuf.Struct.getDefaultInstance());
+    public com.google.protobuf.Struct.Builder addIndexesUsedBuilder(
+        int index) {
+      return getIndexesUsedFieldBuilder().addBuilder(
+          index, com.google.protobuf.Struct.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -935,29 +868,27 @@ public com.google.protobuf.Struct.Builder addIndexesUsedBuilder(int index) {
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public java.util.List getIndexesUsedBuilderList() {
+    public java.util.List 
+         getIndexesUsedBuilderList() {
       return getIndexesUsedFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.protobuf.Struct,
-            com.google.protobuf.Struct.Builder,
-            com.google.protobuf.StructOrBuilder>
+        com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> 
         getIndexesUsedFieldBuilder() {
       if (indexesUsedBuilder_ == null) {
-        indexesUsedBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.protobuf.Struct,
-                com.google.protobuf.Struct.Builder,
-                com.google.protobuf.StructOrBuilder>(
-                indexesUsed_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        indexesUsedBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder>(
+                indexesUsed_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         indexesUsed_ = null;
       }
       return indexesUsedBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -967,12 +898,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.PlanSummary)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.PlanSummary)
   private static final com.google.firestore.v1.PlanSummary DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.PlanSummary();
   }
@@ -981,27 +912,27 @@ public static com.google.firestore.v1.PlanSummary getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public PlanSummary parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public PlanSummary parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1016,4 +947,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.PlanSummary getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummaryOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummaryOrBuilder.java
similarity index 71%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummaryOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummaryOrBuilder.java
index 9bdf339a9..a377ec8ef 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummaryOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummaryOrBuilder.java
@@ -1,32 +1,14 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/query_profile.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface PlanSummaryOrBuilder
-    extends
+public interface PlanSummaryOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.PlanSummary)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -37,10 +19,9 @@ public interface PlanSummaryOrBuilder
    *
    * repeated .google.protobuf.Struct indexes_used = 1;
    */
-  java.util.List getIndexesUsedList();
+  java.util.List 
+      getIndexesUsedList();
   /**
-   *
-   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -53,8 +34,6 @@ public interface PlanSummaryOrBuilder
    */
   com.google.protobuf.Struct getIndexesUsed(int index);
   /**
-   *
-   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -67,8 +46,6 @@ public interface PlanSummaryOrBuilder
    */
   int getIndexesUsedCount();
   /**
-   *
-   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -79,10 +56,9 @@ public interface PlanSummaryOrBuilder
    *
    * repeated .google.protobuf.Struct indexes_used = 1;
    */
-  java.util.List getIndexesUsedOrBuilderList();
+  java.util.List 
+      getIndexesUsedOrBuilderList();
   /**
-   *
-   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -93,5 +69,6 @@ public interface PlanSummaryOrBuilder
    *
    * repeated .google.protobuf.Struct indexes_used = 1;
    */
-  com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(int index);
+  com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(
+      int index);
 }
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Precondition.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Precondition.java
similarity index 69%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Precondition.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Precondition.java
index bb966f20f..b0f8e80e4 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Precondition.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Precondition.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/common.proto
 
@@ -20,61 +5,54 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * A precondition on a document, used for conditional operations.
  * 
* * Protobuf type {@code google.firestore.v1.Precondition} */ -public final class Precondition extends com.google.protobuf.GeneratedMessageV3 - implements +public final class Precondition extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.Precondition) PreconditionOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use Precondition.newBuilder() to construct. private Precondition(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private Precondition() {} + private Precondition() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Precondition(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_Precondition_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_Precondition_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_Precondition_fieldAccessorTable + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_Precondition_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.Precondition.class, - com.google.firestore.v1.Precondition.Builder.class); + com.google.firestore.v1.Precondition.class, com.google.firestore.v1.Precondition.Builder.class); } private int conditionTypeCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object conditionType_; - public enum ConditionTypeCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { EXISTS(1), UPDATE_TIME(2), CONDITIONTYPE_NOT_SET(0); private final int value; - private ConditionTypeCase(int value) { this.value = value; } @@ -90,37 +68,31 @@ public static ConditionTypeCase valueOf(int value) { public static ConditionTypeCase forNumber(int value) { switch (value) { - case 1: - return EXISTS; - case 2: - return UPDATE_TIME; - case 0: - return CONDITIONTYPE_NOT_SET; - default: - return null; + case 1: return EXISTS; + case 2: return UPDATE_TIME; + case 0: return CONDITIONTYPE_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public ConditionTypeCase getConditionTypeCase() { - return ConditionTypeCase.forNumber(conditionTypeCase_); + public ConditionTypeCase + getConditionTypeCase() { + return ConditionTypeCase.forNumber( + conditionTypeCase_); } public static final int EXISTS_FIELD_NUMBER = 1; /** - * - * *
    * When set to `true`, the target document must exist.
    * When set to `false`, the target document must not exist.
    * 
* * bool exists = 1; - * * @return Whether the exists field is set. */ @java.lang.Override @@ -128,15 +100,12 @@ public boolean hasExists() { return conditionTypeCase_ == 1; } /** - * - * *
    * When set to `true`, the target document must exist.
    * When set to `false`, the target document must not exist.
    * 
* * bool exists = 1; - * * @return The exists. */ @java.lang.Override @@ -149,15 +118,12 @@ public boolean getExists() { public static final int UPDATE_TIME_FIELD_NUMBER = 2; /** - * - * *
    * When set, the target document must exist and have been last updated at
    * that time. Timestamp must be microsecond aligned.
    * 
* * .google.protobuf.Timestamp update_time = 2; - * * @return Whether the updateTime field is set. */ @java.lang.Override @@ -165,27 +131,22 @@ public boolean hasUpdateTime() { return conditionTypeCase_ == 2; } /** - * - * *
    * When set, the target document must exist and have been last updated at
    * that time. Timestamp must be microsecond aligned.
    * 
* * .google.protobuf.Timestamp update_time = 2; - * * @return The updateTime. */ @java.lang.Override public com.google.protobuf.Timestamp getUpdateTime() { if (conditionTypeCase_ == 2) { - return (com.google.protobuf.Timestamp) conditionType_; + return (com.google.protobuf.Timestamp) conditionType_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** - * - * *
    * When set, the target document must exist and have been last updated at
    * that time. Timestamp must be microsecond aligned.
@@ -196,13 +157,12 @@ public com.google.protobuf.Timestamp getUpdateTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
     if (conditionTypeCase_ == 2) {
-      return (com.google.protobuf.Timestamp) conditionType_;
+       return (com.google.protobuf.Timestamp) conditionType_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -214,9 +174,11 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (conditionTypeCase_ == 1) {
-      output.writeBool(1, (boolean) ((java.lang.Boolean) conditionType_));
+      output.writeBool(
+          1, (boolean)((java.lang.Boolean) conditionType_));
     }
     if (conditionTypeCase_ == 2) {
       output.writeMessage(2, (com.google.protobuf.Timestamp) conditionType_);
@@ -231,14 +193,13 @@ public int getSerializedSize() {
 
     size = 0;
     if (conditionTypeCase_ == 1) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeBoolSize(
-              1, (boolean) ((java.lang.Boolean) conditionType_));
+      size += com.google.protobuf.CodedOutputStream
+        .computeBoolSize(
+            1, (boolean)((java.lang.Boolean) conditionType_));
     }
     if (conditionTypeCase_ == 2) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              2, (com.google.protobuf.Timestamp) conditionType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, (com.google.protobuf.Timestamp) conditionType_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -248,7 +209,7 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.Precondition)) {
       return super.equals(obj);
@@ -258,10 +219,12 @@ public boolean equals(final java.lang.Object obj) {
     if (!getConditionTypeCase().equals(other.getConditionTypeCase())) return false;
     switch (conditionTypeCase_) {
       case 1:
-        if (getExists() != other.getExists()) return false;
+        if (getExists()
+            != other.getExists()) return false;
         break;
       case 2:
-        if (!getUpdateTime().equals(other.getUpdateTime())) return false;
+        if (!getUpdateTime()
+            .equals(other.getUpdateTime())) return false;
         break;
       case 0:
       default:
@@ -280,7 +243,8 @@ public int hashCode() {
     switch (conditionTypeCase_) {
       case 1:
         hash = (37 * hash) + EXISTS_FIELD_NUMBER;
-        hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getExists());
+        hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
+            getExists());
         break;
       case 2:
         hash = (37 * hash) + UPDATE_TIME_FIELD_NUMBER;
@@ -294,135 +258,132 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.Precondition parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.Precondition parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.Precondition parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.Precondition parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.firestore.v1.Precondition parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.Precondition parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.Precondition parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.Precondition parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.Precondition parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.Precondition parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.Precondition parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.Precondition parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.Precondition parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.Precondition parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.Precondition prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * A precondition on a document, used for conditional operations.
    * 
* * Protobuf type {@code google.firestore.v1.Precondition} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.Precondition) com.google.firestore.v1.PreconditionOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_Precondition_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_Precondition_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_Precondition_fieldAccessorTable + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_Precondition_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.Precondition.class, - com.google.firestore.v1.Precondition.Builder.class); + com.google.firestore.v1.Precondition.class, com.google.firestore.v1.Precondition.Builder.class); } // Construct using com.google.firestore.v1.Precondition.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -436,9 +397,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_Precondition_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_Precondition_descriptor; } @java.lang.Override @@ -458,9 +419,7 @@ public com.google.firestore.v1.Precondition build() { @java.lang.Override public com.google.firestore.v1.Precondition buildPartial() { com.google.firestore.v1.Precondition result = new com.google.firestore.v1.Precondition(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -473,7 +432,8 @@ private void buildPartial0(com.google.firestore.v1.Precondition result) { private void buildPartialOneofs(com.google.firestore.v1.Precondition result) { result.conditionTypeCase_ = conditionTypeCase_; result.conditionType_ = this.conditionType_; - if (conditionTypeCase_ == 2 && updateTimeBuilder_ != null) { + if (conditionTypeCase_ == 2 && + updateTimeBuilder_ != null) { result.conditionType_ = updateTimeBuilder_.build(); } } @@ -482,39 +442,38 @@ private void buildPartialOneofs(com.google.firestore.v1.Precondition result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.Precondition) { - return mergeFrom((com.google.firestore.v1.Precondition) other); + return mergeFrom((com.google.firestore.v1.Precondition)other); } else { super.mergeFrom(other); return this; @@ -524,20 +483,17 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.firestore.v1.Precondition other) { if (other == com.google.firestore.v1.Precondition.getDefaultInstance()) return this; switch (other.getConditionTypeCase()) { - case EXISTS: - { - setExists(other.getExists()); - break; - } - case UPDATE_TIME: - { - mergeUpdateTime(other.getUpdateTime()); - break; - } - case CONDITIONTYPE_NOT_SET: - { - break; - } + case EXISTS: { + setExists(other.getExists()); + break; + } + case UPDATE_TIME: { + mergeUpdateTime(other.getUpdateTime()); + break; + } + case CONDITIONTYPE_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -565,25 +521,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - conditionType_ = input.readBool(); - conditionTypeCase_ = 1; - break; - } // case 8 - case 18: - { - input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry); - conditionTypeCase_ = 2; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + conditionType_ = input.readBool(); + conditionTypeCase_ = 1; + break; + } // case 8 + case 18: { + input.readMessage( + getUpdateTimeFieldBuilder().getBuilder(), + extensionRegistry); + conditionTypeCase_ = 2; + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -593,12 +548,12 @@ public Builder mergeFrom( } // finally return this; } - private int conditionTypeCase_ = 0; private java.lang.Object conditionType_; - - public ConditionTypeCase getConditionTypeCase() { - return ConditionTypeCase.forNumber(conditionTypeCase_); + public ConditionTypeCase + getConditionTypeCase() { + return ConditionTypeCase.forNumber( + conditionTypeCase_); } public Builder clearConditionType() { @@ -611,30 +566,24 @@ public Builder clearConditionType() { private int bitField0_; /** - * - * *
      * When set to `true`, the target document must exist.
      * When set to `false`, the target document must not exist.
      * 
* * bool exists = 1; - * * @return Whether the exists field is set. */ public boolean hasExists() { return conditionTypeCase_ == 1; } /** - * - * *
      * When set to `true`, the target document must exist.
      * When set to `false`, the target document must not exist.
      * 
* * bool exists = 1; - * * @return The exists. */ public boolean getExists() { @@ -644,15 +593,12 @@ public boolean getExists() { return false; } /** - * - * *
      * When set to `true`, the target document must exist.
      * When set to `false`, the target document must not exist.
      * 
* * bool exists = 1; - * * @param value The exists to set. * @return This builder for chaining. */ @@ -664,15 +610,12 @@ public Builder setExists(boolean value) { return this; } /** - * - * *
      * When set to `true`, the target document must exist.
      * When set to `false`, the target document must not exist.
      * 
* * bool exists = 1; - * * @return This builder for chaining. */ public Builder clearExists() { @@ -685,20 +628,14 @@ public Builder clearExists() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - updateTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_; /** - * - * *
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
      * 
* * .google.protobuf.Timestamp update_time = 2; - * * @return Whether the updateTime field is set. */ @java.lang.Override @@ -706,15 +643,12 @@ public boolean hasUpdateTime() { return conditionTypeCase_ == 2; } /** - * - * *
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
      * 
* * .google.protobuf.Timestamp update_time = 2; - * * @return The updateTime. */ @java.lang.Override @@ -732,8 +666,6 @@ public com.google.protobuf.Timestamp getUpdateTime() { } } /** - * - * *
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
@@ -755,8 +687,6 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
@@ -764,7 +694,8 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp update_time = 2;
      */
-    public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setUpdateTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (updateTimeBuilder_ == null) {
         conditionType_ = builderForValue.build();
         onChanged();
@@ -775,8 +706,6 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
@@ -786,13 +715,10 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal
      */
     public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
       if (updateTimeBuilder_ == null) {
-        if (conditionTypeCase_ == 2
-            && conditionType_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          conditionType_ =
-              com.google.protobuf.Timestamp.newBuilder(
-                      (com.google.protobuf.Timestamp) conditionType_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (conditionTypeCase_ == 2 &&
+            conditionType_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          conditionType_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) conditionType_)
+              .mergeFrom(value).buildPartial();
         } else {
           conditionType_ = value;
         }
@@ -808,8 +734,6 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
@@ -834,8 +758,6 @@ public Builder clearUpdateTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
@@ -847,8 +769,6 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() {
       return getUpdateTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
@@ -868,8 +788,6 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
@@ -878,29 +796,26 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
      * .google.protobuf.Timestamp update_time = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getUpdateTimeFieldBuilder() {
       if (updateTimeBuilder_ == null) {
         if (!(conditionTypeCase_ == 2)) {
           conditionType_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        updateTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                (com.google.protobuf.Timestamp) conditionType_, getParentForChildren(), isClean());
+        updateTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                (com.google.protobuf.Timestamp) conditionType_,
+                getParentForChildren(),
+                isClean());
         conditionType_ = null;
       }
       conditionTypeCase_ = 2;
       onChanged();
       return updateTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -910,12 +825,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.Precondition)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.Precondition)
   private static final com.google.firestore.v1.Precondition DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.Precondition();
   }
@@ -924,27 +839,27 @@ public static com.google.firestore.v1.Precondition getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Precondition parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Precondition parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -959,4 +874,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.Precondition getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PreconditionOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PreconditionOrBuilder.java
similarity index 71%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PreconditionOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PreconditionOrBuilder.java
index cd2016c33..28a0327a4 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PreconditionOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PreconditionOrBuilder.java
@@ -1,85 +1,55 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/common.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface PreconditionOrBuilder
-    extends
+public interface PreconditionOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.Precondition)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * When set to `true`, the target document must exist.
    * When set to `false`, the target document must not exist.
    * 
* * bool exists = 1; - * * @return Whether the exists field is set. */ boolean hasExists(); /** - * - * *
    * When set to `true`, the target document must exist.
    * When set to `false`, the target document must not exist.
    * 
* * bool exists = 1; - * * @return The exists. */ boolean getExists(); /** - * - * *
    * When set, the target document must exist and have been last updated at
    * that time. Timestamp must be microsecond aligned.
    * 
* * .google.protobuf.Timestamp update_time = 2; - * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** - * - * *
    * When set, the target document must exist and have been last updated at
    * that time. Timestamp must be microsecond aligned.
    * 
* * .google.protobuf.Timestamp update_time = 2; - * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** - * - * *
    * When set, the target document must exist and have been last updated at
    * that time. Timestamp must be microsecond aligned.
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProfileProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProfileProto.java
new file mode 100644
index 000000000..df2db7a26
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProfileProto.java
@@ -0,0 +1,110 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/v1/query_profile.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.v1;
+
+public final class QueryProfileProto {
+  private QueryProfileProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_ExplainOptions_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_ExplainOptions_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_ExplainMetrics_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_ExplainMetrics_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_PlanSummary_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_PlanSummary_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_ExecutionStats_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_ExecutionStats_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\'google/firestore/v1/query_profile.prot" +
+      "o\022\023google.firestore.v1\032\037google/api/field" +
+      "_behavior.proto\032\036google/protobuf/duratio" +
+      "n.proto\032\034google/protobuf/struct.proto\"&\n" +
+      "\016ExplainOptions\022\024\n\007analyze\030\001 \001(\010B\003\340A\001\"\206\001" +
+      "\n\016ExplainMetrics\0226\n\014plan_summary\030\001 \001(\0132 " +
+      ".google.firestore.v1.PlanSummary\022<\n\017exec" +
+      "ution_stats\030\002 \001(\0132#.google.firestore.v1." +
+      "ExecutionStats\"<\n\013PlanSummary\022-\n\014indexes" +
+      "_used\030\001 \003(\0132\027.google.protobuf.Struct\"\250\001\n" +
+      "\016ExecutionStats\022\030\n\020results_returned\030\001 \001(" +
+      "\003\0225\n\022execution_duration\030\003 \001(\0132\031.google.p" +
+      "rotobuf.Duration\022\027\n\017read_operations\030\004 \001(" +
+      "\003\022,\n\013debug_stats\030\005 \001(\0132\027.google.protobuf" +
+      ".StructB\311\001\n\027com.google.firestore.v1B\021Que" +
+      "ryProfileProtoP\001Z;cloud.google.com/go/fi" +
+      "restore/apiv1/firestorepb;firestorepb\242\002\004" +
+      "GCFS\252\002\031Google.Cloud.Firestore.V1\312\002\031Googl" +
+      "e\\Cloud\\Firestore\\V1\352\002\034Google::Cloud::Fi" +
+      "restore::V1b\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+          com.google.api.FieldBehaviorProto.getDescriptor(),
+          com.google.protobuf.DurationProto.getDescriptor(),
+          com.google.protobuf.StructProto.getDescriptor(),
+        });
+    internal_static_google_firestore_v1_ExplainOptions_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_v1_ExplainOptions_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_ExplainOptions_descriptor,
+        new java.lang.String[] { "Analyze", });
+    internal_static_google_firestore_v1_ExplainMetrics_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_firestore_v1_ExplainMetrics_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_ExplainMetrics_descriptor,
+        new java.lang.String[] { "PlanSummary", "ExecutionStats", });
+    internal_static_google_firestore_v1_PlanSummary_descriptor =
+      getDescriptor().getMessageTypes().get(2);
+    internal_static_google_firestore_v1_PlanSummary_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_PlanSummary_descriptor,
+        new java.lang.String[] { "IndexesUsed", });
+    internal_static_google_firestore_v1_ExecutionStats_descriptor =
+      getDescriptor().getMessageTypes().get(3);
+    internal_static_google_firestore_v1_ExecutionStats_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_ExecutionStats_descriptor,
+        new java.lang.String[] { "ResultsReturned", "ExecutionDuration", "ReadOperations", "DebugStats", });
+    com.google.protobuf.ExtensionRegistry registry =
+        com.google.protobuf.ExtensionRegistry.newInstance();
+    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
+    com.google.protobuf.Descriptors.FileDescriptor
+        .internalUpdateFileDescriptor(descriptor, registry);
+    com.google.api.FieldBehaviorProto.getDescriptor();
+    com.google.protobuf.DurationProto.getDescriptor();
+    com.google.protobuf.StructProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProto.java
new file mode 100644
index 000000000..e8e7a85be
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProto.java
@@ -0,0 +1,312 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/v1/query.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.v1;
+
+public final class QueryProto {
+  private QueryProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredQuery_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_Filter_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_FieldFilter_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredQuery_Order_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_Order_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_FieldReference_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_Projection_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_FindNearest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredAggregationQuery_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_Cursor_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_Cursor_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\037google/firestore/v1/query.proto\022\023googl" +
+      "e.firestore.v1\032\037google/api/field_behavio" +
+      "r.proto\032\"google/firestore/v1/document.pr" +
+      "oto\032\036google/protobuf/wrappers.proto\"\225\023\n\017" +
+      "StructuredQuery\022?\n\006select\030\001 \001(\0132/.google" +
+      ".firestore.v1.StructuredQuery.Projection" +
+      "\022E\n\004from\030\002 \003(\01327.google.firestore.v1.Str" +
+      "ucturedQuery.CollectionSelector\022:\n\005where" +
+      "\030\003 \001(\0132+.google.firestore.v1.StructuredQ" +
+      "uery.Filter\022<\n\010order_by\030\004 \003(\0132*.google.f" +
+      "irestore.v1.StructuredQuery.Order\022-\n\010sta" +
+      "rt_at\030\007 \001(\0132\033.google.firestore.v1.Cursor" +
+      "\022+\n\006end_at\030\010 \001(\0132\033.google.firestore.v1.C" +
+      "ursor\022\016\n\006offset\030\006 \001(\005\022*\n\005limit\030\005 \001(\0132\033.g" +
+      "oogle.protobuf.Int32Value\022K\n\014find_neares" +
+      "t\030\t \001(\01320.google.firestore.v1.Structured" +
+      "Query.FindNearestB\003\340A\001\032D\n\022CollectionSele" +
+      "ctor\022\025\n\rcollection_id\030\002 \001(\t\022\027\n\017all_desce" +
+      "ndants\030\003 \001(\010\032\375\001\n\006Filter\022P\n\020composite_fil" +
+      "ter\030\001 \001(\01324.google.firestore.v1.Structur" +
+      "edQuery.CompositeFilterH\000\022H\n\014field_filte" +
+      "r\030\002 \001(\01320.google.firestore.v1.Structured" +
+      "Query.FieldFilterH\000\022H\n\014unary_filter\030\003 \001(" +
+      "\01320.google.firestore.v1.StructuredQuery." +
+      "UnaryFilterH\000B\r\n\013filter_type\032\321\001\n\017Composi" +
+      "teFilter\022I\n\002op\030\001 \001(\0162=.google.firestore." +
+      "v1.StructuredQuery.CompositeFilter.Opera" +
+      "tor\022<\n\007filters\030\002 \003(\0132+.google.firestore." +
+      "v1.StructuredQuery.Filter\"5\n\010Operator\022\030\n" +
+      "\024OPERATOR_UNSPECIFIED\020\000\022\007\n\003AND\020\001\022\006\n\002OR\020\002" +
+      "\032\230\003\n\013FieldFilter\022B\n\005field\030\001 \001(\01323.google" +
+      ".firestore.v1.StructuredQuery.FieldRefer" +
+      "ence\022E\n\002op\030\002 \001(\01629.google.firestore.v1.S" +
+      "tructuredQuery.FieldFilter.Operator\022)\n\005v" +
+      "alue\030\003 \001(\0132\032.google.firestore.v1.Value\"\322" +
+      "\001\n\010Operator\022\030\n\024OPERATOR_UNSPECIFIED\020\000\022\r\n" +
+      "\tLESS_THAN\020\001\022\026\n\022LESS_THAN_OR_EQUAL\020\002\022\020\n\014" +
+      "GREATER_THAN\020\003\022\031\n\025GREATER_THAN_OR_EQUAL\020" +
+      "\004\022\t\n\005EQUAL\020\005\022\r\n\tNOT_EQUAL\020\006\022\022\n\016ARRAY_CON" +
+      "TAINS\020\007\022\006\n\002IN\020\010\022\026\n\022ARRAY_CONTAINS_ANY\020\t\022" +
+      "\n\n\006NOT_IN\020\n\032\212\002\n\013UnaryFilter\022E\n\002op\030\001 \001(\0162" +
+      "9.google.firestore.v1.StructuredQuery.Un" +
+      "aryFilter.Operator\022D\n\005field\030\002 \001(\01323.goog" +
+      "le.firestore.v1.StructuredQuery.FieldRef" +
+      "erenceH\000\"^\n\010Operator\022\030\n\024OPERATOR_UNSPECI" +
+      "FIED\020\000\022\n\n\006IS_NAN\020\002\022\013\n\007IS_NULL\020\003\022\016\n\nIS_NO" +
+      "T_NAN\020\004\022\017\n\013IS_NOT_NULL\020\005B\016\n\014operand_type" +
+      "\032\216\001\n\005Order\022B\n\005field\030\001 \001(\01323.google.fires" +
+      "tore.v1.StructuredQuery.FieldReference\022A" +
+      "\n\tdirection\030\002 \001(\0162..google.firestore.v1." +
+      "StructuredQuery.Direction\032$\n\016FieldRefere" +
+      "nce\022\022\n\nfield_path\030\002 \001(\t\032Q\n\nProjection\022C\n" +
+      "\006fields\030\002 \003(\01323.google.firestore.v1.Stru" +
+      "cturedQuery.FieldReference\032\207\003\n\013FindNeare" +
+      "st\022N\n\014vector_field\030\001 \001(\01323.google.firest" +
+      "ore.v1.StructuredQuery.FieldReferenceB\003\340" +
+      "A\002\0225\n\014query_vector\030\002 \001(\0132\032.google.firest" +
+      "ore.v1.ValueB\003\340A\002\022_\n\020distance_measure\030\003 " +
+      "\001(\0162@.google.firestore.v1.StructuredQuer" +
+      "y.FindNearest.DistanceMeasureB\003\340A\002\022/\n\005li" +
+      "mit\030\004 \001(\0132\033.google.protobuf.Int32ValueB\003" +
+      "\340A\002\"_\n\017DistanceMeasure\022 \n\034DISTANCE_MEASU" +
+      "RE_UNSPECIFIED\020\000\022\r\n\tEUCLIDEAN\020\001\022\n\n\006COSIN" +
+      "E\020\002\022\017\n\013DOT_PRODUCT\020\003\"E\n\tDirection\022\031\n\025DIR" +
+      "ECTION_UNSPECIFIED\020\000\022\r\n\tASCENDING\020\001\022\016\n\nD" +
+      "ESCENDING\020\002\"\270\005\n\032StructuredAggregationQue" +
+      "ry\022@\n\020structured_query\030\001 \001(\0132$.google.fi" +
+      "restore.v1.StructuredQueryH\000\022V\n\014aggregat" +
+      "ions\030\003 \003(\0132;.google.firestore.v1.Structu" +
+      "redAggregationQuery.AggregationB\003\340A\001\032\361\003\n" +
+      "\013Aggregation\022R\n\005count\030\001 \001(\0132A.google.fir" +
+      "estore.v1.StructuredAggregationQuery.Agg" +
+      "regation.CountH\000\022N\n\003sum\030\002 \001(\0132?.google.f" +
+      "irestore.v1.StructuredAggregationQuery.A" +
+      "ggregation.SumH\000\022N\n\003avg\030\003 \001(\0132?.google.f" +
+      "irestore.v1.StructuredAggregationQuery.A" +
+      "ggregation.AvgH\000\022\022\n\005alias\030\007 \001(\tB\003\340A\001\0328\n\005" +
+      "Count\022/\n\005up_to\030\001 \001(\0132\033.google.protobuf.I" +
+      "nt64ValueB\003\340A\001\032I\n\003Sum\022B\n\005field\030\001 \001(\01323.g" +
+      "oogle.firestore.v1.StructuredQuery.Field" +
+      "Reference\032I\n\003Avg\022B\n\005field\030\001 \001(\01323.google" +
+      ".firestore.v1.StructuredQuery.FieldRefer" +
+      "enceB\n\n\010operatorB\014\n\nquery_type\"D\n\006Cursor" +
+      "\022*\n\006values\030\001 \003(\0132\032.google.firestore.v1.V" +
+      "alue\022\016\n\006before\030\002 \001(\010B\302\001\n\027com.google.fire" +
+      "store.v1B\nQueryProtoP\001Z;cloud.google.com" +
+      "/go/firestore/apiv1/firestorepb;firestor" +
+      "epb\242\002\004GCFS\252\002\031Google.Cloud.Firestore.V1\312\002" +
+      "\031Google\\Cloud\\Firestore\\V1\352\002\034Google::Clo" +
+      "ud::Firestore::V1b\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+          com.google.api.FieldBehaviorProto.getDescriptor(),
+          com.google.firestore.v1.DocumentProto.getDescriptor(),
+          com.google.protobuf.WrappersProto.getDescriptor(),
+        });
+    internal_static_google_firestore_v1_StructuredQuery_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_v1_StructuredQuery_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredQuery_descriptor,
+        new java.lang.String[] { "Select", "From", "Where", "OrderBy", "StartAt", "EndAt", "Offset", "Limit", "FindNearest", });
+    internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor =
+      internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor,
+        new java.lang.String[] { "CollectionId", "AllDescendants", });
+    internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor =
+      internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(1);
+    internal_static_google_firestore_v1_StructuredQuery_Filter_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor,
+        new java.lang.String[] { "CompositeFilter", "FieldFilter", "UnaryFilter", "FilterType", });
+    internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor =
+      internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(2);
+    internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor,
+        new java.lang.String[] { "Op", "Filters", });
+    internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor =
+      internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(3);
+    internal_static_google_firestore_v1_StructuredQuery_FieldFilter_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor,
+        new java.lang.String[] { "Field", "Op", "Value", });
+    internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor =
+      internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(4);
+    internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor,
+        new java.lang.String[] { "Op", "Field", "OperandType", });
+    internal_static_google_firestore_v1_StructuredQuery_Order_descriptor =
+      internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(5);
+    internal_static_google_firestore_v1_StructuredQuery_Order_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredQuery_Order_descriptor,
+        new java.lang.String[] { "Field", "Direction", });
+    internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor =
+      internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(6);
+    internal_static_google_firestore_v1_StructuredQuery_FieldReference_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor,
+        new java.lang.String[] { "FieldPath", });
+    internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor =
+      internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(7);
+    internal_static_google_firestore_v1_StructuredQuery_Projection_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor,
+        new java.lang.String[] { "Fields", });
+    internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor =
+      internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(8);
+    internal_static_google_firestore_v1_StructuredQuery_FindNearest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor,
+        new java.lang.String[] { "VectorField", "QueryVector", "DistanceMeasure", "Limit", });
+    internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_firestore_v1_StructuredAggregationQuery_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor,
+        new java.lang.String[] { "StructuredQuery", "Aggregations", "QueryType", });
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor =
+      internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor,
+        new java.lang.String[] { "Count", "Sum", "Avg", "Alias", "Operator", });
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor =
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor,
+        new java.lang.String[] { "UpTo", });
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor =
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor.getNestedTypes().get(1);
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor,
+        new java.lang.String[] { "Field", });
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor =
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor.getNestedTypes().get(2);
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor,
+        new java.lang.String[] { "Field", });
+    internal_static_google_firestore_v1_Cursor_descriptor =
+      getDescriptor().getMessageTypes().get(2);
+    internal_static_google_firestore_v1_Cursor_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_Cursor_descriptor,
+        new java.lang.String[] { "Values", "Before", });
+    com.google.protobuf.ExtensionRegistry registry =
+        com.google.protobuf.ExtensionRegistry.newInstance();
+    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
+    com.google.protobuf.Descriptors.FileDescriptor
+        .internalUpdateFileDescriptor(descriptor, registry);
+    com.google.api.FieldBehaviorProto.getDescriptor();
+    com.google.firestore.v1.DocumentProto.getDescriptor();
+    com.google.protobuf.WrappersProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequest.java
similarity index 69%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequest.java
index 5e3a57f86..415dcd939 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequest.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -20,24 +5,21 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * The request for [Firestore.Rollback][google.firestore.v1.Firestore.Rollback].
  * 
* * Protobuf type {@code google.firestore.v1.RollbackRequest} */ -public final class RollbackRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class RollbackRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.RollbackRequest) RollbackRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use RollbackRequest.newBuilder() to construct. private RollbackRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private RollbackRequest() { database_ = ""; transaction_ = com.google.protobuf.ByteString.EMPTY; @@ -45,39 +27,34 @@ private RollbackRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new RollbackRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_RollbackRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RollbackRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_RollbackRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RollbackRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.RollbackRequest.class, - com.google.firestore.v1.RollbackRequest.Builder.class); + com.google.firestore.v1.RollbackRequest.class, com.google.firestore.v1.RollbackRequest.Builder.class); } public static final int DATABASE_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ @java.lang.Override @@ -86,30 +63,30 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -120,14 +97,11 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public static final int TRANSACTION_FIELD_NUMBER = 2; private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
    * Required. The transaction to roll back.
    * 
* * bytes transaction = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The transaction. */ @java.lang.Override @@ -136,7 +110,6 @@ public com.google.protobuf.ByteString getTransaction() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -148,7 +121,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, database_); } @@ -168,7 +142,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, database_); } if (!transaction_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream.computeBytesSize(2, transaction_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(2, transaction_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -178,15 +153,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.RollbackRequest)) { return super.equals(obj); } com.google.firestore.v1.RollbackRequest other = (com.google.firestore.v1.RollbackRequest) obj; - if (!getDatabase().equals(other.getDatabase())) return false; - if (!getTransaction().equals(other.getTransaction())) return false; + if (!getDatabase() + .equals(other.getDatabase())) return false; + if (!getTransaction() + .equals(other.getTransaction())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -207,136 +184,132 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.RollbackRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.RollbackRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.RollbackRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.RollbackRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.RollbackRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.RollbackRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.RollbackRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.RollbackRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.RollbackRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.RollbackRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.RollbackRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.RollbackRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.RollbackRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.RollbackRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.RollbackRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for [Firestore.Rollback][google.firestore.v1.Firestore.Rollback].
    * 
* * Protobuf type {@code google.firestore.v1.RollbackRequest} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.RollbackRequest) com.google.firestore.v1.RollbackRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_RollbackRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RollbackRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_RollbackRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RollbackRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.RollbackRequest.class, - com.google.firestore.v1.RollbackRequest.Builder.class); + com.google.firestore.v1.RollbackRequest.class, com.google.firestore.v1.RollbackRequest.Builder.class); } // Construct using com.google.firestore.v1.RollbackRequest.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -347,9 +320,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_RollbackRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RollbackRequest_descriptor; } @java.lang.Override @@ -368,11 +341,8 @@ public com.google.firestore.v1.RollbackRequest build() { @java.lang.Override public com.google.firestore.v1.RollbackRequest buildPartial() { - com.google.firestore.v1.RollbackRequest result = - new com.google.firestore.v1.RollbackRequest(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.RollbackRequest result = new com.google.firestore.v1.RollbackRequest(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -391,39 +361,38 @@ private void buildPartial0(com.google.firestore.v1.RollbackRequest result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.RollbackRequest) { - return mergeFrom((com.google.firestore.v1.RollbackRequest) other); + return mergeFrom((com.google.firestore.v1.RollbackRequest)other); } else { super.mergeFrom(other); return this; @@ -466,25 +435,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - database_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - transaction_ = input.readBytes(); - bitField0_ |= 0x00000002; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + database_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + transaction_ = input.readBytes(); + bitField0_ |= 0x00000002; + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -494,26 +460,23 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object database_ = ""; /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -522,22 +485,21 @@ public java.lang.String getDatabase() { } } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -545,37 +507,30 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabase( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } database_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -585,22 +540,18 @@ public Builder clearDatabase() { return this; } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000001; @@ -610,14 +561,11 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
      * Required. The transaction to roll back.
      * 
* * bytes transaction = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The transaction. */ @java.lang.Override @@ -625,35 +573,27 @@ public com.google.protobuf.ByteString getTransaction() { return transaction_; } /** - * - * *
      * Required. The transaction to roll back.
      * 
* * bytes transaction = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } transaction_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * Required. The transaction to roll back.
      * 
* * bytes transaction = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -662,9 +602,9 @@ public Builder clearTransaction() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -674,12 +614,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.RollbackRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.RollbackRequest) private static final com.google.firestore.v1.RollbackRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.RollbackRequest(); } @@ -688,27 +628,27 @@ public static com.google.firestore.v1.RollbackRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RollbackRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RollbackRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -723,4 +663,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.RollbackRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequestOrBuilder.java similarity index 59% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequestOrBuilder.java index 421909e35..fe315c5e6 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequestOrBuilder.java @@ -1,65 +1,41 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface RollbackRequestOrBuilder - extends +public interface RollbackRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.RollbackRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ java.lang.String getDatabase(); /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ - com.google.protobuf.ByteString getDatabaseBytes(); + com.google.protobuf.ByteString + getDatabaseBytes(); /** - * - * *
    * Required. The transaction to roll back.
    * 
* * bytes transaction = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequest.java similarity index 72% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequest.java index d9972a8c6..461b113bd 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,8 +5,6 @@ package com.google.firestore.v1; /** - * - * *
  * The request for
  * [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
@@ -29,55 +12,49 @@
  *
  * Protobuf type {@code google.firestore.v1.RunAggregationQueryRequest}
  */
-public final class RunAggregationQueryRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RunAggregationQueryRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.RunAggregationQueryRequest)
     RunAggregationQueryRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RunAggregationQueryRequest.newBuilder() to construct.
   private RunAggregationQueryRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private RunAggregationQueryRequest() {
     parent_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RunAggregationQueryRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_RunAggregationQueryRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.RunAggregationQueryRequest.class,
-            com.google.firestore.v1.RunAggregationQueryRequest.Builder.class);
+            com.google.firestore.v1.RunAggregationQueryRequest.class, com.google.firestore.v1.RunAggregationQueryRequest.Builder.class);
   }
 
   private int bitField0_;
   private int queryTypeCase_ = 0;
-
   @SuppressWarnings("serial")
   private java.lang.Object queryType_;
-
   public enum QueryTypeCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     STRUCTURED_AGGREGATION_QUERY(2),
     QUERYTYPE_NOT_SET(0);
     private final int value;
-
     private QueryTypeCase(int value) {
       this.value = value;
     }
@@ -93,39 +70,33 @@ public static QueryTypeCase valueOf(int value) {
 
     public static QueryTypeCase forNumber(int value) {
       switch (value) {
-        case 2:
-          return STRUCTURED_AGGREGATION_QUERY;
-        case 0:
-          return QUERYTYPE_NOT_SET;
-        default:
-          return null;
+        case 2: return STRUCTURED_AGGREGATION_QUERY;
+        case 0: return QUERYTYPE_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public QueryTypeCase getQueryTypeCase() {
-    return QueryTypeCase.forNumber(queryTypeCase_);
+  public QueryTypeCase
+  getQueryTypeCase() {
+    return QueryTypeCase.forNumber(
+        queryTypeCase_);
   }
 
   private int consistencySelectorCase_ = 0;
-
   @SuppressWarnings("serial")
   private java.lang.Object consistencySelector_;
-
   public enum ConsistencySelectorCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     TRANSACTION(4),
     NEW_TRANSACTION(5),
     READ_TIME(6),
     CONSISTENCYSELECTOR_NOT_SET(0);
     private final int value;
-
     private ConsistencySelectorCase(int value) {
       this.value = value;
     }
@@ -141,35 +112,28 @@ public static ConsistencySelectorCase valueOf(int value) {
 
     public static ConsistencySelectorCase forNumber(int value) {
       switch (value) {
-        case 4:
-          return TRANSACTION;
-        case 5:
-          return NEW_TRANSACTION;
-        case 6:
-          return READ_TIME;
-        case 0:
-          return CONSISTENCYSELECTOR_NOT_SET;
-        default:
-          return null;
+        case 4: return TRANSACTION;
+        case 5: return NEW_TRANSACTION;
+        case 6: return READ_TIME;
+        case 0: return CONSISTENCYSELECTOR_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ConsistencySelectorCase getConsistencySelectorCase() {
-    return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
+  public ConsistencySelectorCase
+  getConsistencySelectorCase() {
+    return ConsistencySelectorCase.forNumber(
+        consistencySelectorCase_);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
-   *
-   *
    * 
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -180,7 +144,6 @@ public ConsistencySelectorCase getConsistencySelectorCase() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ @java.lang.Override @@ -189,15 +152,14 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -208,15 +170,16 @@ public java.lang.String getParent() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -226,14 +189,11 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int STRUCTURED_AGGREGATION_QUERY_FIELD_NUMBER = 2; /** - * - * *
    * An aggregation query.
    * 
* * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; - * * @return Whether the structuredAggregationQuery field is set. */ @java.lang.Override @@ -241,26 +201,21 @@ public boolean hasStructuredAggregationQuery() { return queryTypeCase_ == 2; } /** - * - * *
    * An aggregation query.
    * 
* * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; - * * @return The structuredAggregationQuery. */ @java.lang.Override public com.google.firestore.v1.StructuredAggregationQuery getStructuredAggregationQuery() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredAggregationQuery) queryType_; + return (com.google.firestore.v1.StructuredAggregationQuery) queryType_; } return com.google.firestore.v1.StructuredAggregationQuery.getDefaultInstance(); } /** - * - * *
    * An aggregation query.
    * 
@@ -268,18 +223,15 @@ public com.google.firestore.v1.StructuredAggregationQuery getStructuredAggregati * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQueryOrBuilder - getStructuredAggregationQueryOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQueryOrBuilder getStructuredAggregationQueryOrBuilder() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredAggregationQuery) queryType_; + return (com.google.firestore.v1.StructuredAggregationQuery) queryType_; } return com.google.firestore.v1.StructuredAggregationQuery.getDefaultInstance(); } public static final int TRANSACTION_FIELD_NUMBER = 4; /** - * - * *
    * Run the aggregation within an already active transaction.
    *
@@ -287,7 +239,6 @@ public com.google.firestore.v1.StructuredAggregationQuery getStructuredAggregati
    * 
* * bytes transaction = 4; - * * @return Whether the transaction field is set. */ @java.lang.Override @@ -295,8 +246,6 @@ public boolean hasTransaction() { return consistencySelectorCase_ == 4; } /** - * - * *
    * Run the aggregation within an already active transaction.
    *
@@ -304,7 +253,6 @@ public boolean hasTransaction() {
    * 
* * bytes transaction = 4; - * * @return The transaction. */ @java.lang.Override @@ -317,8 +265,6 @@ public com.google.protobuf.ByteString getTransaction() { public static final int NEW_TRANSACTION_FIELD_NUMBER = 5; /** - * - * *
    * Starts a new transaction as part of the query, defaulting to read-only.
    *
@@ -327,7 +273,6 @@ public com.google.protobuf.ByteString getTransaction() {
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; - * * @return Whether the newTransaction field is set. */ @java.lang.Override @@ -335,8 +280,6 @@ public boolean hasNewTransaction() { return consistencySelectorCase_ == 5; } /** - * - * *
    * Starts a new transaction as part of the query, defaulting to read-only.
    *
@@ -345,19 +288,16 @@ public boolean hasNewTransaction() {
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; - * * @return The newTransaction. */ @java.lang.Override public com.google.firestore.v1.TransactionOptions getNewTransaction() { if (consistencySelectorCase_ == 5) { - return (com.google.firestore.v1.TransactionOptions) consistencySelector_; + return (com.google.firestore.v1.TransactionOptions) consistencySelector_; } return com.google.firestore.v1.TransactionOptions.getDefaultInstance(); } /** - * - * *
    * Starts a new transaction as part of the query, defaulting to read-only.
    *
@@ -370,15 +310,13 @@ public com.google.firestore.v1.TransactionOptions getNewTransaction() {
   @java.lang.Override
   public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBuilder() {
     if (consistencySelectorCase_ == 5) {
-      return (com.google.firestore.v1.TransactionOptions) consistencySelector_;
+       return (com.google.firestore.v1.TransactionOptions) consistencySelector_;
     }
     return com.google.firestore.v1.TransactionOptions.getDefaultInstance();
   }
 
   public static final int READ_TIME_FIELD_NUMBER = 6;
   /**
-   *
-   *
    * 
    * Executes the query at the given timestamp.
    *
@@ -388,7 +326,6 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
    * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -396,8 +333,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 6; } /** - * - * *
    * Executes the query at the given timestamp.
    *
@@ -407,19 +342,16 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 6) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** - * - * *
    * Executes the query at the given timestamp.
    *
@@ -433,7 +365,7 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (consistencySelectorCase_ == 6) {
-      return (com.google.protobuf.Timestamp) consistencySelector_;
+       return (com.google.protobuf.Timestamp) consistencySelector_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
@@ -441,17 +373,12 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   public static final int EXPLAIN_OPTIONS_FIELD_NUMBER = 8;
   private com.google.firestore.v1.ExplainOptions explainOptions_;
   /**
-   *
-   *
    * 
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the explainOptions field is set. */ @java.lang.Override @@ -459,46 +386,32 @@ public boolean hasExplainOptions() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; * @return The explainOptions. */ @java.lang.Override public com.google.firestore.v1.ExplainOptions getExplainOptions() { - return explainOptions_ == null - ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() - : explainOptions_; + return explainOptions_ == null ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; } /** - * - * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override public com.google.firestore.v1.ExplainOptionsOrBuilder getExplainOptionsOrBuilder() { - return explainOptions_ == null - ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() - : explainOptions_; + return explainOptions_ == null ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -510,7 +423,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -518,7 +432,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io output.writeMessage(2, (com.google.firestore.v1.StructuredAggregationQuery) queryType_); } if (consistencySelectorCase_ == 4) { - output.writeBytes(4, (com.google.protobuf.ByteString) consistencySelector_); + output.writeBytes( + 4, (com.google.protobuf.ByteString) consistencySelector_); } if (consistencySelectorCase_ == 5) { output.writeMessage(5, (com.google.firestore.v1.TransactionOptions) consistencySelector_); @@ -542,27 +457,25 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (queryTypeCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, (com.google.firestore.v1.StructuredAggregationQuery) queryType_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.firestore.v1.StructuredAggregationQuery) queryType_); } if (consistencySelectorCase_ == 4) { - size += - com.google.protobuf.CodedOutputStream.computeBytesSize( - 4, (com.google.protobuf.ByteString) consistencySelector_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize( + 4, (com.google.protobuf.ByteString) consistencySelector_); } if (consistencySelectorCase_ == 5) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 5, (com.google.firestore.v1.TransactionOptions) consistencySelector_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, (com.google.firestore.v1.TransactionOptions) consistencySelector_); } if (consistencySelectorCase_ == 6) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 6, (com.google.protobuf.Timestamp) consistencySelector_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, (com.google.protobuf.Timestamp) consistencySelector_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, getExplainOptions()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(8, getExplainOptions()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -572,24 +485,25 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.RunAggregationQueryRequest)) { return super.equals(obj); } - com.google.firestore.v1.RunAggregationQueryRequest other = - (com.google.firestore.v1.RunAggregationQueryRequest) obj; + com.google.firestore.v1.RunAggregationQueryRequest other = (com.google.firestore.v1.RunAggregationQueryRequest) obj; - if (!getParent().equals(other.getParent())) return false; + if (!getParent() + .equals(other.getParent())) return false; if (hasExplainOptions() != other.hasExplainOptions()) return false; if (hasExplainOptions()) { - if (!getExplainOptions().equals(other.getExplainOptions())) return false; + if (!getExplainOptions() + .equals(other.getExplainOptions())) return false; } if (!getQueryTypeCase().equals(other.getQueryTypeCase())) return false; switch (queryTypeCase_) { case 2: - if (!getStructuredAggregationQuery().equals(other.getStructuredAggregationQuery())) - return false; + if (!getStructuredAggregationQuery() + .equals(other.getStructuredAggregationQuery())) return false; break; case 0: default: @@ -597,13 +511,16 @@ public boolean equals(final java.lang.Object obj) { if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false; switch (consistencySelectorCase_) { case 4: - if (!getTransaction().equals(other.getTransaction())) return false; + if (!getTransaction() + .equals(other.getTransaction())) return false; break; case 5: - if (!getNewTransaction().equals(other.getNewTransaction())) return false; + if (!getNewTransaction() + .equals(other.getNewTransaction())) return false; break; case 6: - if (!getReadTime().equals(other.getReadTime())) return false; + if (!getReadTime() + .equals(other.getReadTime())) return false; break; case 0: default: @@ -655,103 +572,98 @@ public int hashCode() { } public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.RunAggregationQueryRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.RunAggregationQueryRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.RunAggregationQueryRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.RunAggregationQueryRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for
    * [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
@@ -759,23 +671,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.RunAggregationQueryRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.RunAggregationQueryRequest)
       com.google.firestore.v1.RunAggregationQueryRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_RunAggregationQueryRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.RunAggregationQueryRequest.class,
-              com.google.firestore.v1.RunAggregationQueryRequest.Builder.class);
+              com.google.firestore.v1.RunAggregationQueryRequest.class, com.google.firestore.v1.RunAggregationQueryRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.RunAggregationQueryRequest.newBuilder()
@@ -783,17 +693,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getExplainOptionsFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -821,9 +731,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor;
     }
 
     @java.lang.Override
@@ -842,11 +752,8 @@ public com.google.firestore.v1.RunAggregationQueryRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.RunAggregationQueryRequest buildPartial() {
-      com.google.firestore.v1.RunAggregationQueryRequest result =
-          new com.google.firestore.v1.RunAggregationQueryRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.RunAggregationQueryRequest result = new com.google.firestore.v1.RunAggregationQueryRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -859,8 +766,9 @@ private void buildPartial0(com.google.firestore.v1.RunAggregationQueryRequest re
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.explainOptions_ =
-            explainOptionsBuilder_ == null ? explainOptions_ : explainOptionsBuilder_.build();
+        result.explainOptions_ = explainOptionsBuilder_ == null
+            ? explainOptions_
+            : explainOptionsBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -869,15 +777,18 @@ private void buildPartial0(com.google.firestore.v1.RunAggregationQueryRequest re
     private void buildPartialOneofs(com.google.firestore.v1.RunAggregationQueryRequest result) {
       result.queryTypeCase_ = queryTypeCase_;
       result.queryType_ = this.queryType_;
-      if (queryTypeCase_ == 2 && structuredAggregationQueryBuilder_ != null) {
+      if (queryTypeCase_ == 2 &&
+          structuredAggregationQueryBuilder_ != null) {
         result.queryType_ = structuredAggregationQueryBuilder_.build();
       }
       result.consistencySelectorCase_ = consistencySelectorCase_;
       result.consistencySelector_ = this.consistencySelector_;
-      if (consistencySelectorCase_ == 5 && newTransactionBuilder_ != null) {
+      if (consistencySelectorCase_ == 5 &&
+          newTransactionBuilder_ != null) {
         result.consistencySelector_ = newTransactionBuilder_.build();
       }
-      if (consistencySelectorCase_ == 6 && readTimeBuilder_ != null) {
+      if (consistencySelectorCase_ == 6 &&
+          readTimeBuilder_ != null) {
         result.consistencySelector_ = readTimeBuilder_.build();
       }
     }
@@ -886,39 +797,38 @@ private void buildPartialOneofs(com.google.firestore.v1.RunAggregationQueryReque
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.RunAggregationQueryRequest) {
-        return mergeFrom((com.google.firestore.v1.RunAggregationQueryRequest) other);
+        return mergeFrom((com.google.firestore.v1.RunAggregationQueryRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -926,8 +836,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.RunAggregationQueryRequest other) {
-      if (other == com.google.firestore.v1.RunAggregationQueryRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.v1.RunAggregationQueryRequest.getDefaultInstance()) return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -937,36 +846,30 @@ public Builder mergeFrom(com.google.firestore.v1.RunAggregationQueryRequest othe
         mergeExplainOptions(other.getExplainOptions());
       }
       switch (other.getQueryTypeCase()) {
-        case STRUCTURED_AGGREGATION_QUERY:
-          {
-            mergeStructuredAggregationQuery(other.getStructuredAggregationQuery());
-            break;
-          }
-        case QUERYTYPE_NOT_SET:
-          {
-            break;
-          }
+        case STRUCTURED_AGGREGATION_QUERY: {
+          mergeStructuredAggregationQuery(other.getStructuredAggregationQuery());
+          break;
+        }
+        case QUERYTYPE_NOT_SET: {
+          break;
+        }
       }
       switch (other.getConsistencySelectorCase()) {
-        case TRANSACTION:
-          {
-            setTransaction(other.getTransaction());
-            break;
-          }
-        case NEW_TRANSACTION:
-          {
-            mergeNewTransaction(other.getNewTransaction());
-            break;
-          }
-        case READ_TIME:
-          {
-            mergeReadTime(other.getReadTime());
-            break;
-          }
-        case CONSISTENCYSELECTOR_NOT_SET:
-          {
-            break;
-          }
+        case TRANSACTION: {
+          setTransaction(other.getTransaction());
+          break;
+        }
+        case NEW_TRANSACTION: {
+          mergeNewTransaction(other.getNewTransaction());
+          break;
+        }
+        case READ_TIME: {
+          mergeReadTime(other.getReadTime());
+          break;
+        }
+        case CONSISTENCYSELECTOR_NOT_SET: {
+          break;
+        }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -994,50 +897,50 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                parent_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(
-                    getStructuredAggregationQueryFieldBuilder().getBuilder(), extensionRegistry);
-                queryTypeCase_ = 2;
-                break;
-              } // case 18
-            case 34:
-              {
-                consistencySelector_ = input.readBytes();
-                consistencySelectorCase_ = 4;
-                break;
-              } // case 34
-            case 42:
-              {
-                input.readMessage(getNewTransactionFieldBuilder().getBuilder(), extensionRegistry);
-                consistencySelectorCase_ = 5;
-                break;
-              } // case 42
-            case 50:
-              {
-                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
-                consistencySelectorCase_ = 6;
-                break;
-              } // case 50
-            case 66:
-              {
-                input.readMessage(getExplainOptionsFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000020;
-                break;
-              } // case 66
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              parent_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getStructuredAggregationQueryFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              queryTypeCase_ = 2;
+              break;
+            } // case 18
+            case 34: {
+              consistencySelector_ = input.readBytes();
+              consistencySelectorCase_ = 4;
+              break;
+            } // case 34
+            case 42: {
+              input.readMessage(
+                  getNewTransactionFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              consistencySelectorCase_ = 5;
+              break;
+            } // case 42
+            case 50: {
+              input.readMessage(
+                  getReadTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              consistencySelectorCase_ = 6;
+              break;
+            } // case 50
+            case 66: {
+              input.readMessage(
+                  getExplainOptionsFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000020;
+              break;
+            } // case 66
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1047,12 +950,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int queryTypeCase_ = 0;
     private java.lang.Object queryType_;
-
-    public QueryTypeCase getQueryTypeCase() {
-      return QueryTypeCase.forNumber(queryTypeCase_);
+    public QueryTypeCase
+        getQueryTypeCase() {
+      return QueryTypeCase.forNumber(
+          queryTypeCase_);
     }
 
     public Builder clearQueryType() {
@@ -1064,9 +967,10 @@ public Builder clearQueryType() {
 
     private int consistencySelectorCase_ = 0;
     private java.lang.Object consistencySelector_;
-
-    public ConsistencySelectorCase getConsistencySelectorCase() {
-      return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
+    public ConsistencySelectorCase
+        getConsistencySelectorCase() {
+      return ConsistencySelectorCase.forNumber(
+          consistencySelectorCase_);
     }
 
     public Builder clearConsistencySelector() {
@@ -1080,8 +984,6 @@ public Builder clearConsistencySelector() {
 
     private java.lang.Object parent_ = "";
     /**
-     *
-     *
      * 
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1092,13 +994,13 @@ public Builder clearConsistencySelector() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -1107,8 +1009,6 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1119,14 +1019,15 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -1134,8 +1035,6 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1146,22 +1045,18 @@ public com.google.protobuf.ByteString getParentBytes() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1172,7 +1067,6 @@ public Builder setParent(java.lang.String value) {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearParent() { @@ -1182,8 +1076,6 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1194,14 +1086,12 @@ public Builder clearParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -1210,20 +1100,13 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery, - com.google.firestore.v1.StructuredAggregationQuery.Builder, - com.google.firestore.v1.StructuredAggregationQueryOrBuilder> - structuredAggregationQueryBuilder_; + com.google.firestore.v1.StructuredAggregationQuery, com.google.firestore.v1.StructuredAggregationQuery.Builder, com.google.firestore.v1.StructuredAggregationQueryOrBuilder> structuredAggregationQueryBuilder_; /** - * - * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; - * - * + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; * @return Whether the structuredAggregationQuery field is set. */ @java.lang.Override @@ -1231,15 +1114,11 @@ public boolean hasStructuredAggregationQuery() { return queryTypeCase_ == 2; } /** - * - * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; - * - * + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; * @return The structuredAggregationQuery. */ @java.lang.Override @@ -1257,17 +1136,13 @@ public com.google.firestore.v1.StructuredAggregationQuery getStructuredAggregati } } /** - * - * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; - * + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; */ - public Builder setStructuredAggregationQuery( - com.google.firestore.v1.StructuredAggregationQuery value) { + public Builder setStructuredAggregationQuery(com.google.firestore.v1.StructuredAggregationQuery value) { if (structuredAggregationQueryBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1281,14 +1156,11 @@ public Builder setStructuredAggregationQuery( return this; } /** - * - * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; - * + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; */ public Builder setStructuredAggregationQuery( com.google.firestore.v1.StructuredAggregationQuery.Builder builderForValue) { @@ -1302,26 +1174,18 @@ public Builder setStructuredAggregationQuery( return this; } /** - * - * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; - * + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; */ - public Builder mergeStructuredAggregationQuery( - com.google.firestore.v1.StructuredAggregationQuery value) { + public Builder mergeStructuredAggregationQuery(com.google.firestore.v1.StructuredAggregationQuery value) { if (structuredAggregationQueryBuilder_ == null) { - if (queryTypeCase_ == 2 - && queryType_ - != com.google.firestore.v1.StructuredAggregationQuery.getDefaultInstance()) { - queryType_ = - com.google.firestore.v1.StructuredAggregationQuery.newBuilder( - (com.google.firestore.v1.StructuredAggregationQuery) queryType_) - .mergeFrom(value) - .buildPartial(); + if (queryTypeCase_ == 2 && + queryType_ != com.google.firestore.v1.StructuredAggregationQuery.getDefaultInstance()) { + queryType_ = com.google.firestore.v1.StructuredAggregationQuery.newBuilder((com.google.firestore.v1.StructuredAggregationQuery) queryType_) + .mergeFrom(value).buildPartial(); } else { queryType_ = value; } @@ -1337,14 +1201,11 @@ public Builder mergeStructuredAggregationQuery( return this; } /** - * - * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; - * + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; */ public Builder clearStructuredAggregationQuery() { if (structuredAggregationQueryBuilder_ == null) { @@ -1363,32 +1224,24 @@ public Builder clearStructuredAggregationQuery() { return this; } /** - * - * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; - * + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; */ - public com.google.firestore.v1.StructuredAggregationQuery.Builder - getStructuredAggregationQueryBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Builder getStructuredAggregationQueryBuilder() { return getStructuredAggregationQueryFieldBuilder().getBuilder(); } /** - * - * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; - * + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQueryOrBuilder - getStructuredAggregationQueryOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQueryOrBuilder getStructuredAggregationQueryOrBuilder() { if ((queryTypeCase_ == 2) && (structuredAggregationQueryBuilder_ != null)) { return structuredAggregationQueryBuilder_.getMessageOrBuilder(); } else { @@ -1399,29 +1252,21 @@ public Builder clearStructuredAggregationQuery() { } } /** - * - * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; - * + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery, - com.google.firestore.v1.StructuredAggregationQuery.Builder, - com.google.firestore.v1.StructuredAggregationQueryOrBuilder> + com.google.firestore.v1.StructuredAggregationQuery, com.google.firestore.v1.StructuredAggregationQuery.Builder, com.google.firestore.v1.StructuredAggregationQueryOrBuilder> getStructuredAggregationQueryFieldBuilder() { if (structuredAggregationQueryBuilder_ == null) { if (!(queryTypeCase_ == 2)) { queryType_ = com.google.firestore.v1.StructuredAggregationQuery.getDefaultInstance(); } - structuredAggregationQueryBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery, - com.google.firestore.v1.StructuredAggregationQuery.Builder, - com.google.firestore.v1.StructuredAggregationQueryOrBuilder>( + structuredAggregationQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredAggregationQuery, com.google.firestore.v1.StructuredAggregationQuery.Builder, com.google.firestore.v1.StructuredAggregationQueryOrBuilder>( (com.google.firestore.v1.StructuredAggregationQuery) queryType_, getParentForChildren(), isClean()); @@ -1433,8 +1278,6 @@ public Builder clearStructuredAggregationQuery() { } /** - * - * *
      * Run the aggregation within an already active transaction.
      *
@@ -1442,15 +1285,12 @@ public Builder clearStructuredAggregationQuery() {
      * 
* * bytes transaction = 4; - * * @return Whether the transaction field is set. */ public boolean hasTransaction() { return consistencySelectorCase_ == 4; } /** - * - * *
      * Run the aggregation within an already active transaction.
      *
@@ -1458,7 +1298,6 @@ public boolean hasTransaction() {
      * 
* * bytes transaction = 4; - * * @return The transaction. */ public com.google.protobuf.ByteString getTransaction() { @@ -1468,8 +1307,6 @@ public com.google.protobuf.ByteString getTransaction() { return com.google.protobuf.ByteString.EMPTY; } /** - * - * *
      * Run the aggregation within an already active transaction.
      *
@@ -1477,22 +1314,17 @@ public com.google.protobuf.ByteString getTransaction() {
      * 
* * bytes transaction = 4; - * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } consistencySelectorCase_ = 4; consistencySelector_ = value; onChanged(); return this; } /** - * - * *
      * Run the aggregation within an already active transaction.
      *
@@ -1500,7 +1332,6 @@ public Builder setTransaction(com.google.protobuf.ByteString value) {
      * 
* * bytes transaction = 4; - * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -1513,13 +1344,8 @@ public Builder clearTransaction() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions, - com.google.firestore.v1.TransactionOptions.Builder, - com.google.firestore.v1.TransactionOptionsOrBuilder> - newTransactionBuilder_; + com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> newTransactionBuilder_; /** - * - * *
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1528,7 +1354,6 @@ public Builder clearTransaction() {
      * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; - * * @return Whether the newTransaction field is set. */ @java.lang.Override @@ -1536,8 +1361,6 @@ public boolean hasNewTransaction() { return consistencySelectorCase_ == 5; } /** - * - * *
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1546,7 +1369,6 @@ public boolean hasNewTransaction() {
      * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; - * * @return The newTransaction. */ @java.lang.Override @@ -1564,8 +1386,6 @@ public com.google.firestore.v1.TransactionOptions getNewTransaction() { } } /** - * - * *
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1589,8 +1409,6 @@ public Builder setNewTransaction(com.google.firestore.v1.TransactionOptions valu
       return this;
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1612,8 +1430,6 @@ public Builder setNewTransaction(
       return this;
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1625,14 +1441,10 @@ public Builder setNewTransaction(
      */
     public Builder mergeNewTransaction(com.google.firestore.v1.TransactionOptions value) {
       if (newTransactionBuilder_ == null) {
-        if (consistencySelectorCase_ == 5
-            && consistencySelector_
-                != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
-          consistencySelector_ =
-              com.google.firestore.v1.TransactionOptions.newBuilder(
-                      (com.google.firestore.v1.TransactionOptions) consistencySelector_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (consistencySelectorCase_ == 5 &&
+            consistencySelector_ != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
+          consistencySelector_ = com.google.firestore.v1.TransactionOptions.newBuilder((com.google.firestore.v1.TransactionOptions) consistencySelector_)
+              .mergeFrom(value).buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1648,8 +1460,6 @@ public Builder mergeNewTransaction(com.google.firestore.v1.TransactionOptions va
       return this;
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1676,8 +1486,6 @@ public Builder clearNewTransaction() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1691,8 +1499,6 @@ public com.google.firestore.v1.TransactionOptions.Builder getNewTransactionBuild
       return getNewTransactionFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1714,8 +1520,6 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
       }
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1726,19 +1530,14 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
      * .google.firestore.v1.TransactionOptions new_transaction = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.TransactionOptions,
-            com.google.firestore.v1.TransactionOptions.Builder,
-            com.google.firestore.v1.TransactionOptionsOrBuilder>
+        com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> 
         getNewTransactionFieldBuilder() {
       if (newTransactionBuilder_ == null) {
         if (!(consistencySelectorCase_ == 5)) {
           consistencySelector_ = com.google.firestore.v1.TransactionOptions.getDefaultInstance();
         }
-        newTransactionBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.TransactionOptions,
-                com.google.firestore.v1.TransactionOptions.Builder,
-                com.google.firestore.v1.TransactionOptionsOrBuilder>(
+        newTransactionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder>(
                 (com.google.firestore.v1.TransactionOptions) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1750,13 +1549,8 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
-        readTimeBuilder_;
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_;
     /**
-     *
-     *
      * 
      * Executes the query at the given timestamp.
      *
@@ -1766,7 +1560,6 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
      * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -1774,8 +1567,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 6; } /** - * - * *
      * Executes the query at the given timestamp.
      *
@@ -1785,7 +1576,6 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return The readTime. */ @java.lang.Override @@ -1803,8 +1593,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * Executes the query at the given timestamp.
      *
@@ -1829,8 +1617,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Executes the query at the given timestamp.
      *
@@ -1841,7 +1627,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 6;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         consistencySelector_ = builderForValue.build();
         onChanged();
@@ -1852,8 +1639,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * Executes the query at the given timestamp.
      *
@@ -1866,13 +1651,10 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (consistencySelectorCase_ == 6
-            && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          consistencySelector_ =
-              com.google.protobuf.Timestamp.newBuilder(
-                      (com.google.protobuf.Timestamp) consistencySelector_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (consistencySelectorCase_ == 6 &&
+            consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
+              .mergeFrom(value).buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1888,8 +1670,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Executes the query at the given timestamp.
      *
@@ -1917,8 +1697,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Executes the query at the given timestamp.
      *
@@ -1933,8 +1711,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Executes the query at the given timestamp.
      *
@@ -1957,8 +1733,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * Executes the query at the given timestamp.
      *
@@ -1970,19 +1744,14 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(consistencySelectorCase_ == 6)) {
           consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
                 (com.google.protobuf.Timestamp) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1995,61 +1764,42 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
 
     private com.google.firestore.v1.ExplainOptions explainOptions_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.ExplainOptions,
-            com.google.firestore.v1.ExplainOptions.Builder,
-            com.google.firestore.v1.ExplainOptionsOrBuilder>
-        explainOptionsBuilder_;
+        com.google.firestore.v1.ExplainOptions, com.google.firestore.v1.ExplainOptions.Builder, com.google.firestore.v1.ExplainOptionsOrBuilder> explainOptionsBuilder_;
     /**
-     *
-     *
      * 
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the explainOptions field is set. */ public boolean hasExplainOptions() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; * @return The explainOptions. */ public com.google.firestore.v1.ExplainOptions getExplainOptions() { if (explainOptionsBuilder_ == null) { - return explainOptions_ == null - ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() - : explainOptions_; + return explainOptions_ == null ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; } else { return explainOptionsBuilder_.getMessage(); } } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setExplainOptions(com.google.firestore.v1.ExplainOptions value) { if (explainOptionsBuilder_ == null) { @@ -2065,16 +1815,12 @@ public Builder setExplainOptions(com.google.firestore.v1.ExplainOptions value) { return this; } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setExplainOptions( com.google.firestore.v1.ExplainOptions.Builder builderForValue) { @@ -2088,22 +1834,18 @@ public Builder setExplainOptions( return this; } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder mergeExplainOptions(com.google.firestore.v1.ExplainOptions value) { if (explainOptionsBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) - && explainOptions_ != null - && explainOptions_ != com.google.firestore.v1.ExplainOptions.getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) && + explainOptions_ != null && + explainOptions_ != com.google.firestore.v1.ExplainOptions.getDefaultInstance()) { getExplainOptionsBuilder().mergeFrom(value); } else { explainOptions_ = value; @@ -2118,16 +1860,12 @@ public Builder mergeExplainOptions(com.google.firestore.v1.ExplainOptions value) return this; } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder clearExplainOptions() { bitField0_ = (bitField0_ & ~0x00000020); @@ -2140,16 +1878,12 @@ public Builder clearExplainOptions() { return this; } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.firestore.v1.ExplainOptions.Builder getExplainOptionsBuilder() { bitField0_ |= 0x00000020; @@ -2157,57 +1891,45 @@ public com.google.firestore.v1.ExplainOptions.Builder getExplainOptionsBuilder() return getExplainOptionsFieldBuilder().getBuilder(); } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.firestore.v1.ExplainOptionsOrBuilder getExplainOptionsOrBuilder() { if (explainOptionsBuilder_ != null) { return explainOptionsBuilder_.getMessageOrBuilder(); } else { - return explainOptions_ == null - ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() - : explainOptions_; + return explainOptions_ == null ? + com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; } } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.ExplainOptions, - com.google.firestore.v1.ExplainOptions.Builder, - com.google.firestore.v1.ExplainOptionsOrBuilder> + com.google.firestore.v1.ExplainOptions, com.google.firestore.v1.ExplainOptions.Builder, com.google.firestore.v1.ExplainOptionsOrBuilder> getExplainOptionsFieldBuilder() { if (explainOptionsBuilder_ == null) { - explainOptionsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.ExplainOptions, - com.google.firestore.v1.ExplainOptions.Builder, - com.google.firestore.v1.ExplainOptionsOrBuilder>( - getExplainOptions(), getParentForChildren(), isClean()); + explainOptionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.ExplainOptions, com.google.firestore.v1.ExplainOptions.Builder, com.google.firestore.v1.ExplainOptionsOrBuilder>( + getExplainOptions(), + getParentForChildren(), + isClean()); explainOptions_ = null; } return explainOptionsBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2217,12 +1939,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.RunAggregationQueryRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.RunAggregationQueryRequest) private static final com.google.firestore.v1.RunAggregationQueryRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.RunAggregationQueryRequest(); } @@ -2231,27 +1953,27 @@ public static com.google.firestore.v1.RunAggregationQueryRequest getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RunAggregationQueryRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RunAggregationQueryRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2266,4 +1988,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.firestore.v1.RunAggregationQueryRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequestOrBuilder.java similarity index 80% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequestOrBuilder.java index 1d2f59681..37907bf5b 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequestOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface RunAggregationQueryRequestOrBuilder - extends +public interface RunAggregationQueryRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.RunAggregationQueryRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -37,13 +19,10 @@ public interface RunAggregationQueryRequestOrBuilder
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -54,50 +33,39 @@ public interface RunAggregationQueryRequestOrBuilder
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * An aggregation query.
    * 
* * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; - * * @return Whether the structuredAggregationQuery field is set. */ boolean hasStructuredAggregationQuery(); /** - * - * *
    * An aggregation query.
    * 
* * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; - * * @return The structuredAggregationQuery. */ com.google.firestore.v1.StructuredAggregationQuery getStructuredAggregationQuery(); /** - * - * *
    * An aggregation query.
    * 
* * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; */ - com.google.firestore.v1.StructuredAggregationQueryOrBuilder - getStructuredAggregationQueryOrBuilder(); + com.google.firestore.v1.StructuredAggregationQueryOrBuilder getStructuredAggregationQueryOrBuilder(); /** - * - * *
    * Run the aggregation within an already active transaction.
    *
@@ -105,13 +73,10 @@ public interface RunAggregationQueryRequestOrBuilder
    * 
* * bytes transaction = 4; - * * @return Whether the transaction field is set. */ boolean hasTransaction(); /** - * - * *
    * Run the aggregation within an already active transaction.
    *
@@ -119,14 +84,11 @@ public interface RunAggregationQueryRequestOrBuilder
    * 
* * bytes transaction = 4; - * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** - * - * *
    * Starts a new transaction as part of the query, defaulting to read-only.
    *
@@ -135,13 +97,10 @@ public interface RunAggregationQueryRequestOrBuilder
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; - * * @return Whether the newTransaction field is set. */ boolean hasNewTransaction(); /** - * - * *
    * Starts a new transaction as part of the query, defaulting to read-only.
    *
@@ -150,13 +109,10 @@ public interface RunAggregationQueryRequestOrBuilder
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; - * * @return The newTransaction. */ com.google.firestore.v1.TransactionOptions getNewTransaction(); /** - * - * *
    * Starts a new transaction as part of the query, defaulting to read-only.
    *
@@ -169,8 +125,6 @@ public interface RunAggregationQueryRequestOrBuilder
   com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBuilder();
 
   /**
-   *
-   *
    * 
    * Executes the query at the given timestamp.
    *
@@ -180,13 +134,10 @@ public interface RunAggregationQueryRequestOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * Executes the query at the given timestamp.
    *
@@ -196,13 +147,10 @@ public interface RunAggregationQueryRequestOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * Executes the query at the given timestamp.
    *
@@ -216,51 +164,36 @@ public interface RunAggregationQueryRequestOrBuilder
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
   /**
-   *
-   *
    * 
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the explainOptions field is set. */ boolean hasExplainOptions(); /** - * - * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; * @return The explainOptions. */ com.google.firestore.v1.ExplainOptions getExplainOptions(); /** - * - * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; */ com.google.firestore.v1.ExplainOptionsOrBuilder getExplainOptionsOrBuilder(); com.google.firestore.v1.RunAggregationQueryRequest.QueryTypeCase getQueryTypeCase(); - com.google.firestore.v1.RunAggregationQueryRequest.ConsistencySelectorCase - getConsistencySelectorCase(); + com.google.firestore.v1.RunAggregationQueryRequest.ConsistencySelectorCase getConsistencySelectorCase(); } diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponse.java similarity index 75% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponse.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponse.java index b4c320bbd..b62bed1be 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponse.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,8 +5,6 @@ package com.google.firestore.v1; /** - * - * *
  * The response for
  * [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
@@ -29,47 +12,43 @@
  *
  * Protobuf type {@code google.firestore.v1.RunAggregationQueryResponse}
  */
-public final class RunAggregationQueryResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RunAggregationQueryResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.RunAggregationQueryResponse)
     RunAggregationQueryResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RunAggregationQueryResponse.newBuilder() to construct.
   private RunAggregationQueryResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private RunAggregationQueryResponse() {
     transaction_ = com.google.protobuf.ByteString.EMPTY;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RunAggregationQueryResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_RunAggregationQueryResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.RunAggregationQueryResponse.class,
-            com.google.firestore.v1.RunAggregationQueryResponse.Builder.class);
+            com.google.firestore.v1.RunAggregationQueryResponse.class, com.google.firestore.v1.RunAggregationQueryResponse.Builder.class);
   }
 
   private int bitField0_;
   public static final int RESULT_FIELD_NUMBER = 1;
   private com.google.firestore.v1.AggregationResult result_;
   /**
-   *
-   *
    * 
    * A single aggregation result.
    *
@@ -77,7 +56,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * .google.firestore.v1.AggregationResult result = 1; - * * @return Whether the result field is set. */ @java.lang.Override @@ -85,8 +63,6 @@ public boolean hasResult() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * A single aggregation result.
    *
@@ -94,18 +70,13 @@ public boolean hasResult() {
    * 
* * .google.firestore.v1.AggregationResult result = 1; - * * @return The result. */ @java.lang.Override public com.google.firestore.v1.AggregationResult getResult() { - return result_ == null - ? com.google.firestore.v1.AggregationResult.getDefaultInstance() - : result_; + return result_ == null ? com.google.firestore.v1.AggregationResult.getDefaultInstance() : result_; } /** - * - * *
    * A single aggregation result.
    *
@@ -116,16 +87,12 @@ public com.google.firestore.v1.AggregationResult getResult() {
    */
   @java.lang.Override
   public com.google.firestore.v1.AggregationResultOrBuilder getResultOrBuilder() {
-    return result_ == null
-        ? com.google.firestore.v1.AggregationResult.getDefaultInstance()
-        : result_;
+    return result_ == null ? com.google.firestore.v1.AggregationResult.getDefaultInstance() : result_;
   }
 
   public static final int TRANSACTION_FIELD_NUMBER = 2;
   private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
   /**
-   *
-   *
    * 
    * The transaction that was started as part of this request.
    *
@@ -134,7 +101,6 @@ public com.google.firestore.v1.AggregationResultOrBuilder getResultOrBuilder() {
    * 
* * bytes transaction = 2; - * * @return The transaction. */ @java.lang.Override @@ -145,8 +111,6 @@ public com.google.protobuf.ByteString getTransaction() { public static final int READ_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp readTime_; /** - * - * *
    * The time at which the aggregate result was computed. This is always
    * monotonically increasing; in this case, the previous AggregationResult in
@@ -159,7 +123,6 @@ public com.google.protobuf.ByteString getTransaction() {
    * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -167,8 +130,6 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The time at which the aggregate result was computed. This is always
    * monotonically increasing; in this case, the previous AggregationResult in
@@ -181,7 +142,6 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return The readTime. */ @java.lang.Override @@ -189,8 +149,6 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** - * - * *
    * The time at which the aggregate result was computed. This is always
    * monotonically increasing; in this case, the previous AggregationResult in
@@ -212,8 +170,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   public static final int EXPLAIN_METRICS_FIELD_NUMBER = 10;
   private com.google.firestore.v1.ExplainMetrics explainMetrics_;
   /**
-   *
-   *
    * 
    * Query explain metrics. This is only present when the
    * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -221,7 +177,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 10; - * * @return Whether the explainMetrics field is set. */ @java.lang.Override @@ -229,8 +184,6 @@ public boolean hasExplainMetrics() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * Query explain metrics. This is only present when the
    * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -238,18 +191,13 @@ public boolean hasExplainMetrics() {
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 10; - * * @return The explainMetrics. */ @java.lang.Override public com.google.firestore.v1.ExplainMetrics getExplainMetrics() { - return explainMetrics_ == null - ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() - : explainMetrics_; + return explainMetrics_ == null ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_; } /** - * - * *
    * Query explain metrics. This is only present when the
    * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -260,13 +208,10 @@ public com.google.firestore.v1.ExplainMetrics getExplainMetrics() {
    */
   @java.lang.Override
   public com.google.firestore.v1.ExplainMetricsOrBuilder getExplainMetricsOrBuilder() {
-    return explainMetrics_ == null
-        ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance()
-        : explainMetrics_;
+    return explainMetrics_ == null ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_;
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -278,7 +223,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getResult());
     }
@@ -301,16 +247,20 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getResult());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, getResult());
     }
     if (!transaction_.isEmpty()) {
-      size += com.google.protobuf.CodedOutputStream.computeBytesSize(2, transaction_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeBytesSize(2, transaction_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getReadTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getReadTime());
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getExplainMetrics());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(10, getExplainMetrics());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -320,26 +270,29 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.RunAggregationQueryResponse)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.RunAggregationQueryResponse other =
-        (com.google.firestore.v1.RunAggregationQueryResponse) obj;
+    com.google.firestore.v1.RunAggregationQueryResponse other = (com.google.firestore.v1.RunAggregationQueryResponse) obj;
 
     if (hasResult() != other.hasResult()) return false;
     if (hasResult()) {
-      if (!getResult().equals(other.getResult())) return false;
+      if (!getResult()
+          .equals(other.getResult())) return false;
     }
-    if (!getTransaction().equals(other.getTransaction())) return false;
+    if (!getTransaction()
+        .equals(other.getTransaction())) return false;
     if (hasReadTime() != other.hasReadTime()) return false;
     if (hasReadTime()) {
-      if (!getReadTime().equals(other.getReadTime())) return false;
+      if (!getReadTime()
+          .equals(other.getReadTime())) return false;
     }
     if (hasExplainMetrics() != other.hasExplainMetrics()) return false;
     if (hasExplainMetrics()) {
-      if (!getExplainMetrics().equals(other.getExplainMetrics())) return false;
+      if (!getExplainMetrics()
+          .equals(other.getExplainMetrics())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -372,103 +325,98 @@ public int hashCode() {
   }
 
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.RunAggregationQueryResponse parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.RunAggregationQueryResponse parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.RunAggregationQueryResponse parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.RunAggregationQueryResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The response for
    * [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
@@ -476,23 +424,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.RunAggregationQueryResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.RunAggregationQueryResponse)
       com.google.firestore.v1.RunAggregationQueryResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_RunAggregationQueryResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.RunAggregationQueryResponse.class,
-              com.google.firestore.v1.RunAggregationQueryResponse.Builder.class);
+              com.google.firestore.v1.RunAggregationQueryResponse.class, com.google.firestore.v1.RunAggregationQueryResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.RunAggregationQueryResponse.newBuilder()
@@ -500,19 +446,19 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getResultFieldBuilder();
         getReadTimeFieldBuilder();
         getExplainMetricsFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -537,9 +483,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor;
     }
 
     @java.lang.Override
@@ -558,11 +504,8 @@ public com.google.firestore.v1.RunAggregationQueryResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.RunAggregationQueryResponse buildPartial() {
-      com.google.firestore.v1.RunAggregationQueryResponse result =
-          new com.google.firestore.v1.RunAggregationQueryResponse(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.RunAggregationQueryResponse result = new com.google.firestore.v1.RunAggregationQueryResponse(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -571,19 +514,24 @@ private void buildPartial0(com.google.firestore.v1.RunAggregationQueryResponse r
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.result_ = resultBuilder_ == null ? result_ : resultBuilder_.build();
+        result.result_ = resultBuilder_ == null
+            ? result_
+            : resultBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
         result.transaction_ = transaction_;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build();
+        result.readTime_ = readTimeBuilder_ == null
+            ? readTime_
+            : readTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.explainMetrics_ =
-            explainMetricsBuilder_ == null ? explainMetrics_ : explainMetricsBuilder_.build();
+        result.explainMetrics_ = explainMetricsBuilder_ == null
+            ? explainMetrics_
+            : explainMetricsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       result.bitField0_ |= to_bitField0_;
@@ -593,39 +541,38 @@ private void buildPartial0(com.google.firestore.v1.RunAggregationQueryResponse r
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.RunAggregationQueryResponse) {
-        return mergeFrom((com.google.firestore.v1.RunAggregationQueryResponse) other);
+        return mergeFrom((com.google.firestore.v1.RunAggregationQueryResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -633,8 +580,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.RunAggregationQueryResponse other) {
-      if (other == com.google.firestore.v1.RunAggregationQueryResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.v1.RunAggregationQueryResponse.getDefaultInstance()) return this;
       if (other.hasResult()) {
         mergeResult(other.getResult());
       }
@@ -673,37 +619,38 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getResultFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                transaction_ = input.readBytes();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 26:
-              {
-                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            case 82:
-              {
-                input.readMessage(getExplainMetricsFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 82
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getResultFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              transaction_ = input.readBytes();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 26: {
+              input.readMessage(
+                  getReadTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            case 82: {
+              input.readMessage(
+                  getExplainMetricsFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 82
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -713,18 +660,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.firestore.v1.AggregationResult result_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.AggregationResult,
-            com.google.firestore.v1.AggregationResult.Builder,
-            com.google.firestore.v1.AggregationResultOrBuilder>
-        resultBuilder_;
+        com.google.firestore.v1.AggregationResult, com.google.firestore.v1.AggregationResult.Builder, com.google.firestore.v1.AggregationResultOrBuilder> resultBuilder_;
     /**
-     *
-     *
      * 
      * A single aggregation result.
      *
@@ -732,15 +673,12 @@ public Builder mergeFrom(
      * 
* * .google.firestore.v1.AggregationResult result = 1; - * * @return Whether the result field is set. */ public boolean hasResult() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * A single aggregation result.
      *
@@ -748,21 +686,16 @@ public boolean hasResult() {
      * 
* * .google.firestore.v1.AggregationResult result = 1; - * * @return The result. */ public com.google.firestore.v1.AggregationResult getResult() { if (resultBuilder_ == null) { - return result_ == null - ? com.google.firestore.v1.AggregationResult.getDefaultInstance() - : result_; + return result_ == null ? com.google.firestore.v1.AggregationResult.getDefaultInstance() : result_; } else { return resultBuilder_.getMessage(); } } /** - * - * *
      * A single aggregation result.
      *
@@ -785,8 +718,6 @@ public Builder setResult(com.google.firestore.v1.AggregationResult value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A single aggregation result.
      *
@@ -795,7 +726,8 @@ public Builder setResult(com.google.firestore.v1.AggregationResult value) {
      *
      * .google.firestore.v1.AggregationResult result = 1;
      */
-    public Builder setResult(com.google.firestore.v1.AggregationResult.Builder builderForValue) {
+    public Builder setResult(
+        com.google.firestore.v1.AggregationResult.Builder builderForValue) {
       if (resultBuilder_ == null) {
         result_ = builderForValue.build();
       } else {
@@ -806,8 +738,6 @@ public Builder setResult(com.google.firestore.v1.AggregationResult.Builder build
       return this;
     }
     /**
-     *
-     *
      * 
      * A single aggregation result.
      *
@@ -818,9 +748,9 @@ public Builder setResult(com.google.firestore.v1.AggregationResult.Builder build
      */
     public Builder mergeResult(com.google.firestore.v1.AggregationResult value) {
       if (resultBuilder_ == null) {
-        if (((bitField0_ & 0x00000001) != 0)
-            && result_ != null
-            && result_ != com.google.firestore.v1.AggregationResult.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000001) != 0) &&
+          result_ != null &&
+          result_ != com.google.firestore.v1.AggregationResult.getDefaultInstance()) {
           getResultBuilder().mergeFrom(value);
         } else {
           result_ = value;
@@ -835,8 +765,6 @@ public Builder mergeResult(com.google.firestore.v1.AggregationResult value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A single aggregation result.
      *
@@ -856,8 +784,6 @@ public Builder clearResult() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A single aggregation result.
      *
@@ -872,8 +798,6 @@ public com.google.firestore.v1.AggregationResult.Builder getResultBuilder() {
       return getResultFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * A single aggregation result.
      *
@@ -886,14 +810,11 @@ public com.google.firestore.v1.AggregationResultOrBuilder getResultOrBuilder() {
       if (resultBuilder_ != null) {
         return resultBuilder_.getMessageOrBuilder();
       } else {
-        return result_ == null
-            ? com.google.firestore.v1.AggregationResult.getDefaultInstance()
-            : result_;
+        return result_ == null ?
+            com.google.firestore.v1.AggregationResult.getDefaultInstance() : result_;
       }
     }
     /**
-     *
-     *
      * 
      * A single aggregation result.
      *
@@ -903,17 +824,14 @@ public com.google.firestore.v1.AggregationResultOrBuilder getResultOrBuilder() {
      * .google.firestore.v1.AggregationResult result = 1;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.AggregationResult,
-            com.google.firestore.v1.AggregationResult.Builder,
-            com.google.firestore.v1.AggregationResultOrBuilder>
+        com.google.firestore.v1.AggregationResult, com.google.firestore.v1.AggregationResult.Builder, com.google.firestore.v1.AggregationResultOrBuilder> 
         getResultFieldBuilder() {
       if (resultBuilder_ == null) {
-        resultBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.AggregationResult,
-                com.google.firestore.v1.AggregationResult.Builder,
-                com.google.firestore.v1.AggregationResultOrBuilder>(
-                getResult(), getParentForChildren(), isClean());
+        resultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.AggregationResult, com.google.firestore.v1.AggregationResult.Builder, com.google.firestore.v1.AggregationResultOrBuilder>(
+                getResult(),
+                getParentForChildren(),
+                isClean());
         result_ = null;
       }
       return resultBuilder_;
@@ -921,8 +839,6 @@ public com.google.firestore.v1.AggregationResultOrBuilder getResultOrBuilder() {
 
     private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
     /**
-     *
-     *
      * 
      * The transaction that was started as part of this request.
      *
@@ -931,7 +847,6 @@ public com.google.firestore.v1.AggregationResultOrBuilder getResultOrBuilder() {
      * 
* * bytes transaction = 2; - * * @return The transaction. */ @java.lang.Override @@ -939,8 +854,6 @@ public com.google.protobuf.ByteString getTransaction() { return transaction_; } /** - * - * *
      * The transaction that was started as part of this request.
      *
@@ -949,22 +862,17 @@ public com.google.protobuf.ByteString getTransaction() {
      * 
* * bytes transaction = 2; - * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } transaction_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * The transaction that was started as part of this request.
      *
@@ -973,7 +881,6 @@ public Builder setTransaction(com.google.protobuf.ByteString value) {
      * 
* * bytes transaction = 2; - * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -985,13 +892,8 @@ public Builder clearTransaction() { private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - readTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; /** - * - * *
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -1004,15 +906,12 @@ public Builder clearTransaction() {
      * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -1025,7 +924,6 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -1036,8 +934,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -1065,8 +961,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -1080,7 +974,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 3;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         readTime_ = builderForValue.build();
       } else {
@@ -1091,8 +986,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -1108,9 +1001,9 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0)
-            && readTime_ != null
-            && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0) &&
+          readTime_ != null &&
+          readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getReadTimeBuilder().mergeFrom(value);
         } else {
           readTime_ = value;
@@ -1125,8 +1018,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -1151,8 +1042,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -1172,8 +1061,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -1191,12 +1078,11 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (readTimeBuilder_ != null) {
         return readTimeBuilder_.getMessageOrBuilder();
       } else {
-        return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
+        return readTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -1211,17 +1097,14 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getReadTime(), getParentForChildren(), isClean());
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getReadTime(),
+                getParentForChildren(),
+                isClean());
         readTime_ = null;
       }
       return readTimeBuilder_;
@@ -1229,13 +1112,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
 
     private com.google.firestore.v1.ExplainMetrics explainMetrics_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.ExplainMetrics,
-            com.google.firestore.v1.ExplainMetrics.Builder,
-            com.google.firestore.v1.ExplainMetricsOrBuilder>
-        explainMetricsBuilder_;
+        com.google.firestore.v1.ExplainMetrics, com.google.firestore.v1.ExplainMetrics.Builder, com.google.firestore.v1.ExplainMetricsOrBuilder> explainMetricsBuilder_;
     /**
-     *
-     *
      * 
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1243,15 +1121,12 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 10; - * * @return Whether the explainMetrics field is set. */ public boolean hasExplainMetrics() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1259,21 +1134,16 @@ public boolean hasExplainMetrics() {
      * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 10; - * * @return The explainMetrics. */ public com.google.firestore.v1.ExplainMetrics getExplainMetrics() { if (explainMetricsBuilder_ == null) { - return explainMetrics_ == null - ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() - : explainMetrics_; + return explainMetrics_ == null ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_; } else { return explainMetricsBuilder_.getMessage(); } } /** - * - * *
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1296,8 +1166,6 @@ public Builder setExplainMetrics(com.google.firestore.v1.ExplainMetrics value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1318,8 +1186,6 @@ public Builder setExplainMetrics(
       return this;
     }
     /**
-     *
-     *
      * 
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1330,9 +1196,9 @@ public Builder setExplainMetrics(
      */
     public Builder mergeExplainMetrics(com.google.firestore.v1.ExplainMetrics value) {
       if (explainMetricsBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0)
-            && explainMetrics_ != null
-            && explainMetrics_ != com.google.firestore.v1.ExplainMetrics.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0) &&
+          explainMetrics_ != null &&
+          explainMetrics_ != com.google.firestore.v1.ExplainMetrics.getDefaultInstance()) {
           getExplainMetricsBuilder().mergeFrom(value);
         } else {
           explainMetrics_ = value;
@@ -1347,8 +1213,6 @@ public Builder mergeExplainMetrics(com.google.firestore.v1.ExplainMetrics value)
       return this;
     }
     /**
-     *
-     *
      * 
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1368,8 +1232,6 @@ public Builder clearExplainMetrics() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1384,8 +1246,6 @@ public com.google.firestore.v1.ExplainMetrics.Builder getExplainMetricsBuilder()
       return getExplainMetricsFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1398,14 +1258,11 @@ public com.google.firestore.v1.ExplainMetricsOrBuilder getExplainMetricsOrBuilde
       if (explainMetricsBuilder_ != null) {
         return explainMetricsBuilder_.getMessageOrBuilder();
       } else {
-        return explainMetrics_ == null
-            ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance()
-            : explainMetrics_;
+        return explainMetrics_ == null ?
+            com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_;
       }
     }
     /**
-     *
-     *
      * 
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1415,24 +1272,21 @@ public com.google.firestore.v1.ExplainMetricsOrBuilder getExplainMetricsOrBuilde
      * .google.firestore.v1.ExplainMetrics explain_metrics = 10;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.ExplainMetrics,
-            com.google.firestore.v1.ExplainMetrics.Builder,
-            com.google.firestore.v1.ExplainMetricsOrBuilder>
+        com.google.firestore.v1.ExplainMetrics, com.google.firestore.v1.ExplainMetrics.Builder, com.google.firestore.v1.ExplainMetricsOrBuilder> 
         getExplainMetricsFieldBuilder() {
       if (explainMetricsBuilder_ == null) {
-        explainMetricsBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.ExplainMetrics,
-                com.google.firestore.v1.ExplainMetrics.Builder,
-                com.google.firestore.v1.ExplainMetricsOrBuilder>(
-                getExplainMetrics(), getParentForChildren(), isClean());
+        explainMetricsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.ExplainMetrics, com.google.firestore.v1.ExplainMetrics.Builder, com.google.firestore.v1.ExplainMetricsOrBuilder>(
+                getExplainMetrics(),
+                getParentForChildren(),
+                isClean());
         explainMetrics_ = null;
       }
       return explainMetricsBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1442,12 +1296,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.RunAggregationQueryResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.RunAggregationQueryResponse)
   private static final com.google.firestore.v1.RunAggregationQueryResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.RunAggregationQueryResponse();
   }
@@ -1456,27 +1310,27 @@ public static com.google.firestore.v1.RunAggregationQueryResponse getDefaultInst
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public RunAggregationQueryResponse parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public RunAggregationQueryResponse parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1491,4 +1345,6 @@ public com.google.protobuf.Parser getParserForType(
   public com.google.firestore.v1.RunAggregationQueryResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponseOrBuilder.java
similarity index 85%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponseOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponseOrBuilder.java
index 943bb32ba..1a4f10192 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponseOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponseOrBuilder.java
@@ -1,32 +1,14 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface RunAggregationQueryResponseOrBuilder
-    extends
+public interface RunAggregationQueryResponseOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.RunAggregationQueryResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * A single aggregation result.
    *
@@ -34,13 +16,10 @@ public interface RunAggregationQueryResponseOrBuilder
    * 
* * .google.firestore.v1.AggregationResult result = 1; - * * @return Whether the result field is set. */ boolean hasResult(); /** - * - * *
    * A single aggregation result.
    *
@@ -48,13 +27,10 @@ public interface RunAggregationQueryResponseOrBuilder
    * 
* * .google.firestore.v1.AggregationResult result = 1; - * * @return The result. */ com.google.firestore.v1.AggregationResult getResult(); /** - * - * *
    * A single aggregation result.
    *
@@ -66,8 +42,6 @@ public interface RunAggregationQueryResponseOrBuilder
   com.google.firestore.v1.AggregationResultOrBuilder getResultOrBuilder();
 
   /**
-   *
-   *
    * 
    * The transaction that was started as part of this request.
    *
@@ -76,14 +50,11 @@ public interface RunAggregationQueryResponseOrBuilder
    * 
* * bytes transaction = 2; - * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** - * - * *
    * The time at which the aggregate result was computed. This is always
    * monotonically increasing; in this case, the previous AggregationResult in
@@ -96,13 +67,10 @@ public interface RunAggregationQueryResponseOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * The time at which the aggregate result was computed. This is always
    * monotonically increasing; in this case, the previous AggregationResult in
@@ -115,13 +83,10 @@ public interface RunAggregationQueryResponseOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * The time at which the aggregate result was computed. This is always
    * monotonically increasing; in this case, the previous AggregationResult in
@@ -138,8 +103,6 @@ public interface RunAggregationQueryResponseOrBuilder
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
   /**
-   *
-   *
    * 
    * Query explain metrics. This is only present when the
    * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -147,13 +110,10 @@ public interface RunAggregationQueryResponseOrBuilder
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 10; - * * @return Whether the explainMetrics field is set. */ boolean hasExplainMetrics(); /** - * - * *
    * Query explain metrics. This is only present when the
    * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -161,13 +121,10 @@ public interface RunAggregationQueryResponseOrBuilder
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 10; - * * @return The explainMetrics. */ com.google.firestore.v1.ExplainMetrics getExplainMetrics(); /** - * - * *
    * Query explain metrics. This is only present when the
    * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequest.java
similarity index 73%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequest.java
index 7e3c5216d..51dae5b95 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequest.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -20,63 +5,55 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * The request for [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
  * 
* * Protobuf type {@code google.firestore.v1.RunQueryRequest} */ -public final class RunQueryRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class RunQueryRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.RunQueryRequest) RunQueryRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use RunQueryRequest.newBuilder() to construct. private RunQueryRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private RunQueryRequest() { parent_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new RunQueryRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_RunQueryRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_RunQueryRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.RunQueryRequest.class, - com.google.firestore.v1.RunQueryRequest.Builder.class); + com.google.firestore.v1.RunQueryRequest.class, com.google.firestore.v1.RunQueryRequest.Builder.class); } private int bitField0_; private int queryTypeCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object queryType_; - public enum QueryTypeCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { STRUCTURED_QUERY(2), QUERYTYPE_NOT_SET(0); private final int value; - private QueryTypeCase(int value) { this.value = value; } @@ -92,39 +69,33 @@ public static QueryTypeCase valueOf(int value) { public static QueryTypeCase forNumber(int value) { switch (value) { - case 2: - return STRUCTURED_QUERY; - case 0: - return QUERYTYPE_NOT_SET; - default: - return null; + case 2: return STRUCTURED_QUERY; + case 0: return QUERYTYPE_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public QueryTypeCase getQueryTypeCase() { - return QueryTypeCase.forNumber(queryTypeCase_); + public QueryTypeCase + getQueryTypeCase() { + return QueryTypeCase.forNumber( + queryTypeCase_); } private int consistencySelectorCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object consistencySelector_; - public enum ConsistencySelectorCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { TRANSACTION(5), NEW_TRANSACTION(6), READ_TIME(7), CONSISTENCYSELECTOR_NOT_SET(0); private final int value; - private ConsistencySelectorCase(int value) { this.value = value; } @@ -140,35 +111,28 @@ public static ConsistencySelectorCase valueOf(int value) { public static ConsistencySelectorCase forNumber(int value) { switch (value) { - case 5: - return TRANSACTION; - case 6: - return NEW_TRANSACTION; - case 7: - return READ_TIME; - case 0: - return CONSISTENCYSELECTOR_NOT_SET; - default: - return null; + case 5: return TRANSACTION; + case 6: return NEW_TRANSACTION; + case 7: return READ_TIME; + case 0: return CONSISTENCYSELECTOR_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public ConsistencySelectorCase getConsistencySelectorCase() { - return ConsistencySelectorCase.forNumber(consistencySelectorCase_); + public ConsistencySelectorCase + getConsistencySelectorCase() { + return ConsistencySelectorCase.forNumber( + consistencySelectorCase_); } public static final int PARENT_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; /** - * - * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -179,7 +143,6 @@ public ConsistencySelectorCase getConsistencySelectorCase() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ @java.lang.Override @@ -188,15 +151,14 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -207,15 +169,16 @@ public java.lang.String getParent() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -225,14 +188,11 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int STRUCTURED_QUERY_FIELD_NUMBER = 2; /** - * - * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -240,26 +200,21 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** - * - * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return The structuredQuery. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery getStructuredQuery() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } /** - * - * *
    * A structured query.
    * 
@@ -269,15 +224,13 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { @java.lang.Override public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } public static final int TRANSACTION_FIELD_NUMBER = 5; /** - * - * *
    * Run the query within an already active transaction.
    *
@@ -285,7 +238,6 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
    * 
* * bytes transaction = 5; - * * @return Whether the transaction field is set. */ @java.lang.Override @@ -293,8 +245,6 @@ public boolean hasTransaction() { return consistencySelectorCase_ == 5; } /** - * - * *
    * Run the query within an already active transaction.
    *
@@ -302,7 +252,6 @@ public boolean hasTransaction() {
    * 
* * bytes transaction = 5; - * * @return The transaction. */ @java.lang.Override @@ -315,8 +264,6 @@ public com.google.protobuf.ByteString getTransaction() { public static final int NEW_TRANSACTION_FIELD_NUMBER = 6; /** - * - * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -325,7 +272,6 @@ public com.google.protobuf.ByteString getTransaction() {
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 6; - * * @return Whether the newTransaction field is set. */ @java.lang.Override @@ -333,8 +279,6 @@ public boolean hasNewTransaction() { return consistencySelectorCase_ == 6; } /** - * - * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -343,19 +287,16 @@ public boolean hasNewTransaction() {
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 6; - * * @return The newTransaction. */ @java.lang.Override public com.google.firestore.v1.TransactionOptions getNewTransaction() { if (consistencySelectorCase_ == 6) { - return (com.google.firestore.v1.TransactionOptions) consistencySelector_; + return (com.google.firestore.v1.TransactionOptions) consistencySelector_; } return com.google.firestore.v1.TransactionOptions.getDefaultInstance(); } /** - * - * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -368,15 +309,13 @@ public com.google.firestore.v1.TransactionOptions getNewTransaction() {
   @java.lang.Override
   public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBuilder() {
     if (consistencySelectorCase_ == 6) {
-      return (com.google.firestore.v1.TransactionOptions) consistencySelector_;
+       return (com.google.firestore.v1.TransactionOptions) consistencySelector_;
     }
     return com.google.firestore.v1.TransactionOptions.getDefaultInstance();
   }
 
   public static final int READ_TIME_FIELD_NUMBER = 7;
   /**
-   *
-   *
    * 
    * Reads documents as they were at the given time.
    *
@@ -386,7 +325,6 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
    * 
* * .google.protobuf.Timestamp read_time = 7; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -394,8 +332,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 7; } /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -405,19 +341,16 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 7; - * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 7) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -431,7 +364,7 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (consistencySelectorCase_ == 7) {
-      return (com.google.protobuf.Timestamp) consistencySelector_;
+       return (com.google.protobuf.Timestamp) consistencySelector_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
@@ -439,17 +372,12 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   public static final int EXPLAIN_OPTIONS_FIELD_NUMBER = 10;
   private com.google.firestore.v1.ExplainOptions explainOptions_;
   /**
-   *
-   *
    * 
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the explainOptions field is set. */ @java.lang.Override @@ -457,46 +385,32 @@ public boolean hasExplainOptions() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return The explainOptions. */ @java.lang.Override public com.google.firestore.v1.ExplainOptions getExplainOptions() { - return explainOptions_ == null - ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() - : explainOptions_; + return explainOptions_ == null ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; } /** - * - * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override public com.google.firestore.v1.ExplainOptionsOrBuilder getExplainOptionsOrBuilder() { - return explainOptions_ == null - ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() - : explainOptions_; + return explainOptions_ == null ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -508,7 +422,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -516,7 +431,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io output.writeMessage(2, (com.google.firestore.v1.StructuredQuery) queryType_); } if (consistencySelectorCase_ == 5) { - output.writeBytes(5, (com.google.protobuf.ByteString) consistencySelector_); + output.writeBytes( + 5, (com.google.protobuf.ByteString) consistencySelector_); } if (consistencySelectorCase_ == 6) { output.writeMessage(6, (com.google.firestore.v1.TransactionOptions) consistencySelector_); @@ -540,27 +456,25 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (queryTypeCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, (com.google.firestore.v1.StructuredQuery) queryType_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.firestore.v1.StructuredQuery) queryType_); } if (consistencySelectorCase_ == 5) { - size += - com.google.protobuf.CodedOutputStream.computeBytesSize( - 5, (com.google.protobuf.ByteString) consistencySelector_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize( + 5, (com.google.protobuf.ByteString) consistencySelector_); } if (consistencySelectorCase_ == 6) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 6, (com.google.firestore.v1.TransactionOptions) consistencySelector_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, (com.google.firestore.v1.TransactionOptions) consistencySelector_); } if (consistencySelectorCase_ == 7) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 7, (com.google.protobuf.Timestamp) consistencySelector_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(7, (com.google.protobuf.Timestamp) consistencySelector_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getExplainOptions()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, getExplainOptions()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -570,22 +484,25 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.RunQueryRequest)) { return super.equals(obj); } com.google.firestore.v1.RunQueryRequest other = (com.google.firestore.v1.RunQueryRequest) obj; - if (!getParent().equals(other.getParent())) return false; + if (!getParent() + .equals(other.getParent())) return false; if (hasExplainOptions() != other.hasExplainOptions()) return false; if (hasExplainOptions()) { - if (!getExplainOptions().equals(other.getExplainOptions())) return false; + if (!getExplainOptions() + .equals(other.getExplainOptions())) return false; } if (!getQueryTypeCase().equals(other.getQueryTypeCase())) return false; switch (queryTypeCase_) { case 2: - if (!getStructuredQuery().equals(other.getStructuredQuery())) return false; + if (!getStructuredQuery() + .equals(other.getStructuredQuery())) return false; break; case 0: default: @@ -593,13 +510,16 @@ public boolean equals(final java.lang.Object obj) { if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false; switch (consistencySelectorCase_) { case 5: - if (!getTransaction().equals(other.getTransaction())) return false; + if (!getTransaction() + .equals(other.getTransaction())) return false; break; case 6: - if (!getNewTransaction().equals(other.getNewTransaction())) return false; + if (!getNewTransaction() + .equals(other.getNewTransaction())) return false; break; case 7: - if (!getReadTime().equals(other.getReadTime())) return false; + if (!getReadTime() + .equals(other.getReadTime())) return false; break; case 0: default: @@ -650,127 +570,120 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.RunQueryRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.RunQueryRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.RunQueryRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.RunQueryRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.RunQueryRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.RunQueryRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.RunQueryRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.RunQueryRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.RunQueryRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.RunQueryRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.RunQueryRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.RunQueryRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.RunQueryRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.RunQueryRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.RunQueryRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
    * 
* * Protobuf type {@code google.firestore.v1.RunQueryRequest} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.RunQueryRequest) com.google.firestore.v1.RunQueryRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_RunQueryRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_RunQueryRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.RunQueryRequest.class, - com.google.firestore.v1.RunQueryRequest.Builder.class); + com.google.firestore.v1.RunQueryRequest.class, com.google.firestore.v1.RunQueryRequest.Builder.class); } // Construct using com.google.firestore.v1.RunQueryRequest.newBuilder() @@ -778,17 +691,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getExplainOptionsFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -816,9 +729,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_RunQueryRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryRequest_descriptor; } @java.lang.Override @@ -837,11 +750,8 @@ public com.google.firestore.v1.RunQueryRequest build() { @java.lang.Override public com.google.firestore.v1.RunQueryRequest buildPartial() { - com.google.firestore.v1.RunQueryRequest result = - new com.google.firestore.v1.RunQueryRequest(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.RunQueryRequest result = new com.google.firestore.v1.RunQueryRequest(this); + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -854,8 +764,9 @@ private void buildPartial0(com.google.firestore.v1.RunQueryRequest result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000020) != 0)) { - result.explainOptions_ = - explainOptionsBuilder_ == null ? explainOptions_ : explainOptionsBuilder_.build(); + result.explainOptions_ = explainOptionsBuilder_ == null + ? explainOptions_ + : explainOptionsBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; @@ -864,15 +775,18 @@ private void buildPartial0(com.google.firestore.v1.RunQueryRequest result) { private void buildPartialOneofs(com.google.firestore.v1.RunQueryRequest result) { result.queryTypeCase_ = queryTypeCase_; result.queryType_ = this.queryType_; - if (queryTypeCase_ == 2 && structuredQueryBuilder_ != null) { + if (queryTypeCase_ == 2 && + structuredQueryBuilder_ != null) { result.queryType_ = structuredQueryBuilder_.build(); } result.consistencySelectorCase_ = consistencySelectorCase_; result.consistencySelector_ = this.consistencySelector_; - if (consistencySelectorCase_ == 6 && newTransactionBuilder_ != null) { + if (consistencySelectorCase_ == 6 && + newTransactionBuilder_ != null) { result.consistencySelector_ = newTransactionBuilder_.build(); } - if (consistencySelectorCase_ == 7 && readTimeBuilder_ != null) { + if (consistencySelectorCase_ == 7 && + readTimeBuilder_ != null) { result.consistencySelector_ = readTimeBuilder_.build(); } } @@ -881,39 +795,38 @@ private void buildPartialOneofs(com.google.firestore.v1.RunQueryRequest result) public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.RunQueryRequest) { - return mergeFrom((com.google.firestore.v1.RunQueryRequest) other); + return mergeFrom((com.google.firestore.v1.RunQueryRequest)other); } else { super.mergeFrom(other); return this; @@ -931,36 +844,30 @@ public Builder mergeFrom(com.google.firestore.v1.RunQueryRequest other) { mergeExplainOptions(other.getExplainOptions()); } switch (other.getQueryTypeCase()) { - case STRUCTURED_QUERY: - { - mergeStructuredQuery(other.getStructuredQuery()); - break; - } - case QUERYTYPE_NOT_SET: - { - break; - } + case STRUCTURED_QUERY: { + mergeStructuredQuery(other.getStructuredQuery()); + break; + } + case QUERYTYPE_NOT_SET: { + break; + } } switch (other.getConsistencySelectorCase()) { - case TRANSACTION: - { - setTransaction(other.getTransaction()); - break; - } - case NEW_TRANSACTION: - { - mergeNewTransaction(other.getNewTransaction()); - break; - } - case READ_TIME: - { - mergeReadTime(other.getReadTime()); - break; - } - case CONSISTENCYSELECTOR_NOT_SET: - { - break; - } + case TRANSACTION: { + setTransaction(other.getTransaction()); + break; + } + case NEW_TRANSACTION: { + mergeNewTransaction(other.getNewTransaction()); + break; + } + case READ_TIME: { + mergeReadTime(other.getReadTime()); + break; + } + case CONSISTENCYSELECTOR_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -988,49 +895,50 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - parent_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - input.readMessage(getStructuredQueryFieldBuilder().getBuilder(), extensionRegistry); - queryTypeCase_ = 2; - break; - } // case 18 - case 42: - { - consistencySelector_ = input.readBytes(); - consistencySelectorCase_ = 5; - break; - } // case 42 - case 50: - { - input.readMessage(getNewTransactionFieldBuilder().getBuilder(), extensionRegistry); - consistencySelectorCase_ = 6; - break; - } // case 50 - case 58: - { - input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry); - consistencySelectorCase_ = 7; - break; - } // case 58 - case 82: - { - input.readMessage(getExplainOptionsFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000020; - break; - } // case 82 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + parent_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + input.readMessage( + getStructuredQueryFieldBuilder().getBuilder(), + extensionRegistry); + queryTypeCase_ = 2; + break; + } // case 18 + case 42: { + consistencySelector_ = input.readBytes(); + consistencySelectorCase_ = 5; + break; + } // case 42 + case 50: { + input.readMessage( + getNewTransactionFieldBuilder().getBuilder(), + extensionRegistry); + consistencySelectorCase_ = 6; + break; + } // case 50 + case 58: { + input.readMessage( + getReadTimeFieldBuilder().getBuilder(), + extensionRegistry); + consistencySelectorCase_ = 7; + break; + } // case 58 + case 82: { + input.readMessage( + getExplainOptionsFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000020; + break; + } // case 82 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1040,12 +948,12 @@ public Builder mergeFrom( } // finally return this; } - private int queryTypeCase_ = 0; private java.lang.Object queryType_; - - public QueryTypeCase getQueryTypeCase() { - return QueryTypeCase.forNumber(queryTypeCase_); + public QueryTypeCase + getQueryTypeCase() { + return QueryTypeCase.forNumber( + queryTypeCase_); } public Builder clearQueryType() { @@ -1057,9 +965,10 @@ public Builder clearQueryType() { private int consistencySelectorCase_ = 0; private java.lang.Object consistencySelector_; - - public ConsistencySelectorCase getConsistencySelectorCase() { - return ConsistencySelectorCase.forNumber(consistencySelectorCase_); + public ConsistencySelectorCase + getConsistencySelectorCase() { + return ConsistencySelectorCase.forNumber( + consistencySelectorCase_); } public Builder clearConsistencySelector() { @@ -1073,8 +982,6 @@ public Builder clearConsistencySelector() { private java.lang.Object parent_ = ""; /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1085,13 +992,13 @@ public Builder clearConsistencySelector() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -1100,8 +1007,6 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1112,14 +1017,15 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -1127,8 +1033,6 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1139,22 +1043,18 @@ public com.google.protobuf.ByteString getParentBytes() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1165,7 +1065,6 @@ public Builder setParent(java.lang.String value) {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearParent() { @@ -1175,8 +1074,6 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1187,14 +1084,12 @@ public Builder clearParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -1203,19 +1098,13 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, - com.google.firestore.v1.StructuredQuery.Builder, - com.google.firestore.v1.StructuredQueryOrBuilder> - structuredQueryBuilder_; + com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> structuredQueryBuilder_; /** - * - * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -1223,14 +1112,11 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** - * - * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return The structuredQuery. */ @java.lang.Override @@ -1248,8 +1134,6 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { } } /** - * - * *
      * A structured query.
      * 
@@ -1270,8 +1154,6 @@ public Builder setStructuredQuery(com.google.firestore.v1.StructuredQuery value) return this; } /** - * - * *
      * A structured query.
      * 
@@ -1290,8 +1172,6 @@ public Builder setStructuredQuery( return this; } /** - * - * *
      * A structured query.
      * 
@@ -1300,13 +1180,10 @@ public Builder setStructuredQuery( */ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery value) { if (structuredQueryBuilder_ == null) { - if (queryTypeCase_ == 2 - && queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { - queryType_ = - com.google.firestore.v1.StructuredQuery.newBuilder( - (com.google.firestore.v1.StructuredQuery) queryType_) - .mergeFrom(value) - .buildPartial(); + if (queryTypeCase_ == 2 && + queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { + queryType_ = com.google.firestore.v1.StructuredQuery.newBuilder((com.google.firestore.v1.StructuredQuery) queryType_) + .mergeFrom(value).buildPartial(); } else { queryType_ = value; } @@ -1322,8 +1199,6 @@ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery valu return this; } /** - * - * *
      * A structured query.
      * 
@@ -1347,8 +1222,6 @@ public Builder clearStructuredQuery() { return this; } /** - * - * *
      * A structured query.
      * 
@@ -1359,8 +1232,6 @@ public com.google.firestore.v1.StructuredQuery.Builder getStructuredQueryBuilder return getStructuredQueryFieldBuilder().getBuilder(); } /** - * - * *
      * A structured query.
      * 
@@ -1379,8 +1250,6 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil } } /** - * - * *
      * A structured query.
      * 
@@ -1388,19 +1257,14 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil * .google.firestore.v1.StructuredQuery structured_query = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, - com.google.firestore.v1.StructuredQuery.Builder, - com.google.firestore.v1.StructuredQueryOrBuilder> + com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> getStructuredQueryFieldBuilder() { if (structuredQueryBuilder_ == null) { if (!(queryTypeCase_ == 2)) { queryType_ = com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } - structuredQueryBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, - com.google.firestore.v1.StructuredQuery.Builder, - com.google.firestore.v1.StructuredQueryOrBuilder>( + structuredQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder>( (com.google.firestore.v1.StructuredQuery) queryType_, getParentForChildren(), isClean()); @@ -1412,8 +1276,6 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil } /** - * - * *
      * Run the query within an already active transaction.
      *
@@ -1421,15 +1283,12 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
      * 
* * bytes transaction = 5; - * * @return Whether the transaction field is set. */ public boolean hasTransaction() { return consistencySelectorCase_ == 5; } /** - * - * *
      * Run the query within an already active transaction.
      *
@@ -1437,7 +1296,6 @@ public boolean hasTransaction() {
      * 
* * bytes transaction = 5; - * * @return The transaction. */ public com.google.protobuf.ByteString getTransaction() { @@ -1447,8 +1305,6 @@ public com.google.protobuf.ByteString getTransaction() { return com.google.protobuf.ByteString.EMPTY; } /** - * - * *
      * Run the query within an already active transaction.
      *
@@ -1456,22 +1312,17 @@ public com.google.protobuf.ByteString getTransaction() {
      * 
* * bytes transaction = 5; - * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } consistencySelectorCase_ = 5; consistencySelector_ = value; onChanged(); return this; } /** - * - * *
      * Run the query within an already active transaction.
      *
@@ -1479,7 +1330,6 @@ public Builder setTransaction(com.google.protobuf.ByteString value) {
      * 
* * bytes transaction = 5; - * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -1492,13 +1342,8 @@ public Builder clearTransaction() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions, - com.google.firestore.v1.TransactionOptions.Builder, - com.google.firestore.v1.TransactionOptionsOrBuilder> - newTransactionBuilder_; + com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> newTransactionBuilder_; /** - * - * *
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1507,7 +1352,6 @@ public Builder clearTransaction() {
      * 
* * .google.firestore.v1.TransactionOptions new_transaction = 6; - * * @return Whether the newTransaction field is set. */ @java.lang.Override @@ -1515,8 +1359,6 @@ public boolean hasNewTransaction() { return consistencySelectorCase_ == 6; } /** - * - * *
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1525,7 +1367,6 @@ public boolean hasNewTransaction() {
      * 
* * .google.firestore.v1.TransactionOptions new_transaction = 6; - * * @return The newTransaction. */ @java.lang.Override @@ -1543,8 +1384,6 @@ public com.google.firestore.v1.TransactionOptions getNewTransaction() { } } /** - * - * *
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1568,8 +1407,6 @@ public Builder setNewTransaction(com.google.firestore.v1.TransactionOptions valu
       return this;
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1591,8 +1428,6 @@ public Builder setNewTransaction(
       return this;
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1604,14 +1439,10 @@ public Builder setNewTransaction(
      */
     public Builder mergeNewTransaction(com.google.firestore.v1.TransactionOptions value) {
       if (newTransactionBuilder_ == null) {
-        if (consistencySelectorCase_ == 6
-            && consistencySelector_
-                != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
-          consistencySelector_ =
-              com.google.firestore.v1.TransactionOptions.newBuilder(
-                      (com.google.firestore.v1.TransactionOptions) consistencySelector_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (consistencySelectorCase_ == 6 &&
+            consistencySelector_ != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
+          consistencySelector_ = com.google.firestore.v1.TransactionOptions.newBuilder((com.google.firestore.v1.TransactionOptions) consistencySelector_)
+              .mergeFrom(value).buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1627,8 +1458,6 @@ public Builder mergeNewTransaction(com.google.firestore.v1.TransactionOptions va
       return this;
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1655,8 +1484,6 @@ public Builder clearNewTransaction() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1670,8 +1497,6 @@ public com.google.firestore.v1.TransactionOptions.Builder getNewTransactionBuild
       return getNewTransactionFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1693,8 +1518,6 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
       }
     }
     /**
-     *
-     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1705,19 +1528,14 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
      * .google.firestore.v1.TransactionOptions new_transaction = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.TransactionOptions,
-            com.google.firestore.v1.TransactionOptions.Builder,
-            com.google.firestore.v1.TransactionOptionsOrBuilder>
+        com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> 
         getNewTransactionFieldBuilder() {
       if (newTransactionBuilder_ == null) {
         if (!(consistencySelectorCase_ == 6)) {
           consistencySelector_ = com.google.firestore.v1.TransactionOptions.getDefaultInstance();
         }
-        newTransactionBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.TransactionOptions,
-                com.google.firestore.v1.TransactionOptions.Builder,
-                com.google.firestore.v1.TransactionOptionsOrBuilder>(
+        newTransactionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder>(
                 (com.google.firestore.v1.TransactionOptions) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1729,13 +1547,8 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
-        readTimeBuilder_;
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_;
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1745,7 +1558,6 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
      * 
* * .google.protobuf.Timestamp read_time = 7; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -1753,8 +1565,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 7; } /** - * - * *
      * Reads documents as they were at the given time.
      *
@@ -1764,7 +1574,6 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 7; - * * @return The readTime. */ @java.lang.Override @@ -1782,8 +1591,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * Reads documents as they were at the given time.
      *
@@ -1808,8 +1615,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1820,7 +1625,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 7;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         consistencySelector_ = builderForValue.build();
         onChanged();
@@ -1831,8 +1637,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1845,13 +1649,10 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (consistencySelectorCase_ == 7
-            && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          consistencySelector_ =
-              com.google.protobuf.Timestamp.newBuilder(
-                      (com.google.protobuf.Timestamp) consistencySelector_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (consistencySelectorCase_ == 7 &&
+            consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
+              .mergeFrom(value).buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1867,8 +1668,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1896,8 +1695,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1912,8 +1709,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1936,8 +1731,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1949,19 +1742,14 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 7;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(consistencySelectorCase_ == 7)) {
           consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
                 (com.google.protobuf.Timestamp) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1974,61 +1762,42 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
 
     private com.google.firestore.v1.ExplainOptions explainOptions_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.ExplainOptions,
-            com.google.firestore.v1.ExplainOptions.Builder,
-            com.google.firestore.v1.ExplainOptionsOrBuilder>
-        explainOptionsBuilder_;
+        com.google.firestore.v1.ExplainOptions, com.google.firestore.v1.ExplainOptions.Builder, com.google.firestore.v1.ExplainOptionsOrBuilder> explainOptionsBuilder_;
     /**
-     *
-     *
      * 
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the explainOptions field is set. */ public boolean hasExplainOptions() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return The explainOptions. */ public com.google.firestore.v1.ExplainOptions getExplainOptions() { if (explainOptionsBuilder_ == null) { - return explainOptions_ == null - ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() - : explainOptions_; + return explainOptions_ == null ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; } else { return explainOptionsBuilder_.getMessage(); } } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setExplainOptions(com.google.firestore.v1.ExplainOptions value) { if (explainOptionsBuilder_ == null) { @@ -2044,16 +1813,12 @@ public Builder setExplainOptions(com.google.firestore.v1.ExplainOptions value) { return this; } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setExplainOptions( com.google.firestore.v1.ExplainOptions.Builder builderForValue) { @@ -2067,22 +1832,18 @@ public Builder setExplainOptions( return this; } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder mergeExplainOptions(com.google.firestore.v1.ExplainOptions value) { if (explainOptionsBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) - && explainOptions_ != null - && explainOptions_ != com.google.firestore.v1.ExplainOptions.getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) && + explainOptions_ != null && + explainOptions_ != com.google.firestore.v1.ExplainOptions.getDefaultInstance()) { getExplainOptionsBuilder().mergeFrom(value); } else { explainOptions_ = value; @@ -2097,16 +1858,12 @@ public Builder mergeExplainOptions(com.google.firestore.v1.ExplainOptions value) return this; } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder clearExplainOptions() { bitField0_ = (bitField0_ & ~0x00000020); @@ -2119,16 +1876,12 @@ public Builder clearExplainOptions() { return this; } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.firestore.v1.ExplainOptions.Builder getExplainOptionsBuilder() { bitField0_ |= 0x00000020; @@ -2136,57 +1889,45 @@ public com.google.firestore.v1.ExplainOptions.Builder getExplainOptionsBuilder() return getExplainOptionsFieldBuilder().getBuilder(); } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.firestore.v1.ExplainOptionsOrBuilder getExplainOptionsOrBuilder() { if (explainOptionsBuilder_ != null) { return explainOptionsBuilder_.getMessageOrBuilder(); } else { - return explainOptions_ == null - ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() - : explainOptions_; + return explainOptions_ == null ? + com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; } } /** - * - * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.ExplainOptions, - com.google.firestore.v1.ExplainOptions.Builder, - com.google.firestore.v1.ExplainOptionsOrBuilder> + com.google.firestore.v1.ExplainOptions, com.google.firestore.v1.ExplainOptions.Builder, com.google.firestore.v1.ExplainOptionsOrBuilder> getExplainOptionsFieldBuilder() { if (explainOptionsBuilder_ == null) { - explainOptionsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.ExplainOptions, - com.google.firestore.v1.ExplainOptions.Builder, - com.google.firestore.v1.ExplainOptionsOrBuilder>( - getExplainOptions(), getParentForChildren(), isClean()); + explainOptionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.ExplainOptions, com.google.firestore.v1.ExplainOptions.Builder, com.google.firestore.v1.ExplainOptionsOrBuilder>( + getExplainOptions(), + getParentForChildren(), + isClean()); explainOptions_ = null; } return explainOptionsBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2196,12 +1937,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.RunQueryRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.RunQueryRequest) private static final com.google.firestore.v1.RunQueryRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.RunQueryRequest(); } @@ -2210,27 +1951,27 @@ public static com.google.firestore.v1.RunQueryRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RunQueryRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RunQueryRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2245,4 +1986,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.RunQueryRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequestOrBuilder.java similarity index 82% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequestOrBuilder.java index 7e630277f..74a0511a8 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequestOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface RunQueryRequestOrBuilder - extends +public interface RunQueryRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.RunQueryRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -37,13 +19,10 @@ public interface RunQueryRequestOrBuilder
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -54,38 +33,30 @@ public interface RunQueryRequestOrBuilder
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return Whether the structuredQuery field is set. */ boolean hasStructuredQuery(); /** - * - * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return The structuredQuery. */ com.google.firestore.v1.StructuredQuery getStructuredQuery(); /** - * - * *
    * A structured query.
    * 
@@ -95,8 +66,6 @@ public interface RunQueryRequestOrBuilder com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder(); /** - * - * *
    * Run the query within an already active transaction.
    *
@@ -104,13 +73,10 @@ public interface RunQueryRequestOrBuilder
    * 
* * bytes transaction = 5; - * * @return Whether the transaction field is set. */ boolean hasTransaction(); /** - * - * *
    * Run the query within an already active transaction.
    *
@@ -118,14 +84,11 @@ public interface RunQueryRequestOrBuilder
    * 
* * bytes transaction = 5; - * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** - * - * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -134,13 +97,10 @@ public interface RunQueryRequestOrBuilder
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 6; - * * @return Whether the newTransaction field is set. */ boolean hasNewTransaction(); /** - * - * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -149,13 +109,10 @@ public interface RunQueryRequestOrBuilder
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 6; - * * @return The newTransaction. */ com.google.firestore.v1.TransactionOptions getNewTransaction(); /** - * - * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -168,8 +125,6 @@ public interface RunQueryRequestOrBuilder
   com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBuilder();
 
   /**
-   *
-   *
    * 
    * Reads documents as they were at the given time.
    *
@@ -179,13 +134,10 @@ public interface RunQueryRequestOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 7; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -195,13 +147,10 @@ public interface RunQueryRequestOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 7; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * Reads documents as they were at the given time.
    *
@@ -215,46 +164,32 @@ public interface RunQueryRequestOrBuilder
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
   /**
-   *
-   *
    * 
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the explainOptions field is set. */ boolean hasExplainOptions(); /** - * - * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return The explainOptions. */ com.google.firestore.v1.ExplainOptions getExplainOptions(); /** - * - * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; */ com.google.firestore.v1.ExplainOptionsOrBuilder getExplainOptionsOrBuilder(); diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponse.java similarity index 76% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponse.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponse.java index a4bdf1daa..a2341fa66 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponse.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,8 +5,6 @@ package com.google.firestore.v1; /** - * - * *
  * The response for
  * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
@@ -29,55 +12,49 @@
  *
  * Protobuf type {@code google.firestore.v1.RunQueryResponse}
  */
-public final class RunQueryResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RunQueryResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.RunQueryResponse)
     RunQueryResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RunQueryResponse.newBuilder() to construct.
   private RunQueryResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private RunQueryResponse() {
     transaction_ = com.google.protobuf.ByteString.EMPTY;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RunQueryResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_RunQueryResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_RunQueryResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.RunQueryResponse.class,
-            com.google.firestore.v1.RunQueryResponse.Builder.class);
+            com.google.firestore.v1.RunQueryResponse.class, com.google.firestore.v1.RunQueryResponse.Builder.class);
   }
 
   private int bitField0_;
   private int continuationSelectorCase_ = 0;
-
   @SuppressWarnings("serial")
   private java.lang.Object continuationSelector_;
-
   public enum ContinuationSelectorCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     DONE(6),
     CONTINUATIONSELECTOR_NOT_SET(0);
     private final int value;
-
     private ContinuationSelectorCase(int value) {
       this.value = value;
     }
@@ -93,29 +70,25 @@ public static ContinuationSelectorCase valueOf(int value) {
 
     public static ContinuationSelectorCase forNumber(int value) {
       switch (value) {
-        case 6:
-          return DONE;
-        case 0:
-          return CONTINUATIONSELECTOR_NOT_SET;
-        default:
-          return null;
+        case 6: return DONE;
+        case 0: return CONTINUATIONSELECTOR_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ContinuationSelectorCase getContinuationSelectorCase() {
-    return ContinuationSelectorCase.forNumber(continuationSelectorCase_);
+  public ContinuationSelectorCase
+  getContinuationSelectorCase() {
+    return ContinuationSelectorCase.forNumber(
+        continuationSelectorCase_);
   }
 
   public static final int TRANSACTION_FIELD_NUMBER = 2;
   private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
   /**
-   *
-   *
    * 
    * The transaction that was started as part of this request.
    * Can only be set in the first response, and only if
@@ -125,7 +98,6 @@ public ContinuationSelectorCase getContinuationSelectorCase() {
    * 
* * bytes transaction = 2; - * * @return The transaction. */ @java.lang.Override @@ -136,14 +108,11 @@ public com.google.protobuf.ByteString getTransaction() { public static final int DOCUMENT_FIELD_NUMBER = 1; private com.google.firestore.v1.Document document_; /** - * - * *
    * A query result, not set when reporting partial progress.
    * 
* * .google.firestore.v1.Document document = 1; - * * @return Whether the document field is set. */ @java.lang.Override @@ -151,14 +120,11 @@ public boolean hasDocument() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * A query result, not set when reporting partial progress.
    * 
* * .google.firestore.v1.Document document = 1; - * * @return The document. */ @java.lang.Override @@ -166,8 +132,6 @@ public com.google.firestore.v1.Document getDocument() { return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; } /** - * - * *
    * A query result, not set when reporting partial progress.
    * 
@@ -182,8 +146,6 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { public static final int READ_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp readTime_; /** - * - * *
    * The time at which the document was read. This may be monotonically
    * increasing; in this case, the previous documents in the result stream are
@@ -195,7 +157,6 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
    * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -203,8 +164,6 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The time at which the document was read. This may be monotonically
    * increasing; in this case, the previous documents in the result stream are
@@ -216,7 +175,6 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return The readTime. */ @java.lang.Override @@ -224,8 +182,6 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** - * - * *
    * The time at which the document was read. This may be monotonically
    * increasing; in this case, the previous documents in the result stream are
@@ -246,15 +202,12 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   public static final int SKIPPED_RESULTS_FIELD_NUMBER = 4;
   private int skippedResults_ = 0;
   /**
-   *
-   *
    * 
    * The number of results that have been skipped due to an offset between
    * the last response and the current response.
    * 
* * int32 skipped_results = 4; - * * @return The skippedResults. */ @java.lang.Override @@ -264,15 +217,12 @@ public int getSkippedResults() { public static final int DONE_FIELD_NUMBER = 6; /** - * - * *
    * If present, Firestore has completely finished the request and no more
    * documents will be returned.
    * 
* * bool done = 6; - * * @return Whether the done field is set. */ @java.lang.Override @@ -280,15 +230,12 @@ public boolean hasDone() { return continuationSelectorCase_ == 6; } /** - * - * *
    * If present, Firestore has completely finished the request and no more
    * documents will be returned.
    * 
* * bool done = 6; - * * @return The done. */ @java.lang.Override @@ -302,8 +249,6 @@ public boolean getDone() { public static final int EXPLAIN_METRICS_FIELD_NUMBER = 11; private com.google.firestore.v1.ExplainMetrics explainMetrics_; /** - * - * *
    * Query explain metrics. This is only present when the
    * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -311,7 +256,6 @@ public boolean getDone() {
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 11; - * * @return Whether the explainMetrics field is set. */ @java.lang.Override @@ -319,8 +263,6 @@ public boolean hasExplainMetrics() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * Query explain metrics. This is only present when the
    * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -328,18 +270,13 @@ public boolean hasExplainMetrics() {
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 11; - * * @return The explainMetrics. */ @java.lang.Override public com.google.firestore.v1.ExplainMetrics getExplainMetrics() { - return explainMetrics_ == null - ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() - : explainMetrics_; + return explainMetrics_ == null ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_; } /** - * - * *
    * Query explain metrics. This is only present when the
    * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -350,13 +287,10 @@ public com.google.firestore.v1.ExplainMetrics getExplainMetrics() {
    */
   @java.lang.Override
   public com.google.firestore.v1.ExplainMetricsOrBuilder getExplainMetricsOrBuilder() {
-    return explainMetrics_ == null
-        ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance()
-        : explainMetrics_;
+    return explainMetrics_ == null ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_;
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -368,7 +302,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getDocument());
     }
@@ -382,7 +317,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
       output.writeInt32(4, skippedResults_);
     }
     if (continuationSelectorCase_ == 6) {
-      output.writeBool(6, (boolean) ((java.lang.Boolean) continuationSelector_));
+      output.writeBool(
+          6, (boolean)((java.lang.Boolean) continuationSelector_));
     }
     if (((bitField0_ & 0x00000004) != 0)) {
       output.writeMessage(11, getExplainMetrics());
@@ -397,24 +333,29 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getDocument());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, getDocument());
     }
     if (!transaction_.isEmpty()) {
-      size += com.google.protobuf.CodedOutputStream.computeBytesSize(2, transaction_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeBytesSize(2, transaction_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getReadTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getReadTime());
     }
     if (skippedResults_ != 0) {
-      size += com.google.protobuf.CodedOutputStream.computeInt32Size(4, skippedResults_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt32Size(4, skippedResults_);
     }
     if (continuationSelectorCase_ == 6) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeBoolSize(
-              6, (boolean) ((java.lang.Boolean) continuationSelector_));
+      size += com.google.protobuf.CodedOutputStream
+        .computeBoolSize(
+            6, (boolean)((java.lang.Boolean) continuationSelector_));
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(11, getExplainMetrics());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(11, getExplainMetrics());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -424,31 +365,37 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.RunQueryResponse)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.RunQueryResponse other = (com.google.firestore.v1.RunQueryResponse) obj;
 
-    if (!getTransaction().equals(other.getTransaction())) return false;
+    if (!getTransaction()
+        .equals(other.getTransaction())) return false;
     if (hasDocument() != other.hasDocument()) return false;
     if (hasDocument()) {
-      if (!getDocument().equals(other.getDocument())) return false;
+      if (!getDocument()
+          .equals(other.getDocument())) return false;
     }
     if (hasReadTime() != other.hasReadTime()) return false;
     if (hasReadTime()) {
-      if (!getReadTime().equals(other.getReadTime())) return false;
+      if (!getReadTime()
+          .equals(other.getReadTime())) return false;
     }
-    if (getSkippedResults() != other.getSkippedResults()) return false;
+    if (getSkippedResults()
+        != other.getSkippedResults()) return false;
     if (hasExplainMetrics() != other.hasExplainMetrics()) return false;
     if (hasExplainMetrics()) {
-      if (!getExplainMetrics().equals(other.getExplainMetrics())) return false;
+      if (!getExplainMetrics()
+          .equals(other.getExplainMetrics())) return false;
     }
     if (!getContinuationSelectorCase().equals(other.getContinuationSelectorCase())) return false;
     switch (continuationSelectorCase_) {
       case 6:
-        if (getDone() != other.getDone()) return false;
+        if (getDone()
+            != other.getDone()) return false;
         break;
       case 0:
       default:
@@ -483,7 +430,8 @@ public int hashCode() {
     switch (continuationSelectorCase_) {
       case 6:
         hash = (37 * hash) + DONE_FIELD_NUMBER;
-        hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getDone());
+        hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
+            getDone());
         break;
       case 0:
       default:
@@ -493,104 +441,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.RunQueryResponse parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.RunQueryResponse parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.RunQueryResponse parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.RunQueryResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.RunQueryResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.RunQueryResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.RunQueryResponse parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.RunQueryResponse parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.RunQueryResponse parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.RunQueryResponse parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.RunQueryResponse parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.RunQueryResponse parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.RunQueryResponse parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.RunQueryResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.RunQueryResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The response for
    * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
@@ -598,23 +541,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.RunQueryResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.RunQueryResponse)
       com.google.firestore.v1.RunQueryResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_RunQueryResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_RunQueryResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.RunQueryResponse.class,
-              com.google.firestore.v1.RunQueryResponse.Builder.class);
+              com.google.firestore.v1.RunQueryResponse.class, com.google.firestore.v1.RunQueryResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.RunQueryResponse.newBuilder()
@@ -622,19 +563,19 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getDocumentFieldBuilder();
         getReadTimeFieldBuilder();
         getExplainMetricsFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -662,9 +603,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_RunQueryResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryResponse_descriptor;
     }
 
     @java.lang.Override
@@ -683,11 +624,8 @@ public com.google.firestore.v1.RunQueryResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.RunQueryResponse buildPartial() {
-      com.google.firestore.v1.RunQueryResponse result =
-          new com.google.firestore.v1.RunQueryResponse(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.RunQueryResponse result = new com.google.firestore.v1.RunQueryResponse(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -700,19 +638,24 @@ private void buildPartial0(com.google.firestore.v1.RunQueryResponse result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.document_ = documentBuilder_ == null ? document_ : documentBuilder_.build();
+        result.document_ = documentBuilder_ == null
+            ? document_
+            : documentBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build();
+        result.readTime_ = readTimeBuilder_ == null
+            ? readTime_
+            : readTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
         result.skippedResults_ = skippedResults_;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.explainMetrics_ =
-            explainMetricsBuilder_ == null ? explainMetrics_ : explainMetricsBuilder_.build();
+        result.explainMetrics_ = explainMetricsBuilder_ == null
+            ? explainMetrics_
+            : explainMetricsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       result.bitField0_ |= to_bitField0_;
@@ -727,39 +670,38 @@ private void buildPartialOneofs(com.google.firestore.v1.RunQueryResponse result)
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.RunQueryResponse) {
-        return mergeFrom((com.google.firestore.v1.RunQueryResponse) other);
+        return mergeFrom((com.google.firestore.v1.RunQueryResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -784,15 +726,13 @@ public Builder mergeFrom(com.google.firestore.v1.RunQueryResponse other) {
         mergeExplainMetrics(other.getExplainMetrics());
       }
       switch (other.getContinuationSelectorCase()) {
-        case DONE:
-          {
-            setDone(other.getDone());
-            break;
-          }
-        case CONTINUATIONSELECTOR_NOT_SET:
-          {
-            break;
-          }
+        case DONE: {
+          setDone(other.getDone());
+          break;
+        }
+        case CONTINUATIONSELECTOR_NOT_SET: {
+          break;
+        }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -820,49 +760,48 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getDocumentFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 10
-            case 18:
-              {
-                transaction_ = input.readBytes();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 18
-            case 26:
-              {
-                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            case 32:
-              {
-                skippedResults_ = input.readInt32();
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 32
-            case 48:
-              {
-                continuationSelector_ = input.readBool();
-                continuationSelectorCase_ = 6;
-                break;
-              } // case 48
-            case 90:
-              {
-                input.readMessage(getExplainMetricsFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000020;
-                break;
-              } // case 90
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getDocumentFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 10
+            case 18: {
+              transaction_ = input.readBytes();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 18
+            case 26: {
+              input.readMessage(
+                  getReadTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            case 32: {
+              skippedResults_ = input.readInt32();
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 32
+            case 48: {
+              continuationSelector_ = input.readBool();
+              continuationSelectorCase_ = 6;
+              break;
+            } // case 48
+            case 90: {
+              input.readMessage(
+                  getExplainMetricsFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000020;
+              break;
+            } // case 90
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -872,12 +811,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int continuationSelectorCase_ = 0;
     private java.lang.Object continuationSelector_;
-
-    public ContinuationSelectorCase getContinuationSelectorCase() {
-      return ContinuationSelectorCase.forNumber(continuationSelectorCase_);
+    public ContinuationSelectorCase
+        getContinuationSelectorCase() {
+      return ContinuationSelectorCase.forNumber(
+          continuationSelectorCase_);
     }
 
     public Builder clearContinuationSelector() {
@@ -891,8 +830,6 @@ public Builder clearContinuationSelector() {
 
     private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
     /**
-     *
-     *
      * 
      * The transaction that was started as part of this request.
      * Can only be set in the first response, and only if
@@ -902,7 +839,6 @@ public Builder clearContinuationSelector() {
      * 
* * bytes transaction = 2; - * * @return The transaction. */ @java.lang.Override @@ -910,8 +846,6 @@ public com.google.protobuf.ByteString getTransaction() { return transaction_; } /** - * - * *
      * The transaction that was started as part of this request.
      * Can only be set in the first response, and only if
@@ -921,22 +855,17 @@ public com.google.protobuf.ByteString getTransaction() {
      * 
* * bytes transaction = 2; - * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } transaction_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The transaction that was started as part of this request.
      * Can only be set in the first response, and only if
@@ -946,7 +875,6 @@ public Builder setTransaction(com.google.protobuf.ByteString value) {
      * 
* * bytes transaction = 2; - * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -958,47 +886,34 @@ public Builder clearTransaction() { private com.google.firestore.v1.Document document_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder> - documentBuilder_; + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> documentBuilder_; /** - * - * *
      * A query result, not set when reporting partial progress.
      * 
* * .google.firestore.v1.Document document = 1; - * * @return Whether the document field is set. */ public boolean hasDocument() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * A query result, not set when reporting partial progress.
      * 
* * .google.firestore.v1.Document document = 1; - * * @return The document. */ public com.google.firestore.v1.Document getDocument() { if (documentBuilder_ == null) { - return document_ == null - ? com.google.firestore.v1.Document.getDefaultInstance() - : document_; + return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; } else { return documentBuilder_.getMessage(); } } /** - * - * *
      * A query result, not set when reporting partial progress.
      * 
@@ -1019,15 +934,14 @@ public Builder setDocument(com.google.firestore.v1.Document value) { return this; } /** - * - * *
      * A query result, not set when reporting partial progress.
      * 
* * .google.firestore.v1.Document document = 1; */ - public Builder setDocument(com.google.firestore.v1.Document.Builder builderForValue) { + public Builder setDocument( + com.google.firestore.v1.Document.Builder builderForValue) { if (documentBuilder_ == null) { document_ = builderForValue.build(); } else { @@ -1038,8 +952,6 @@ public Builder setDocument(com.google.firestore.v1.Document.Builder builderForVa return this; } /** - * - * *
      * A query result, not set when reporting partial progress.
      * 
@@ -1048,9 +960,9 @@ public Builder setDocument(com.google.firestore.v1.Document.Builder builderForVa */ public Builder mergeDocument(com.google.firestore.v1.Document value) { if (documentBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && document_ != null - && document_ != com.google.firestore.v1.Document.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + document_ != null && + document_ != com.google.firestore.v1.Document.getDefaultInstance()) { getDocumentBuilder().mergeFrom(value); } else { document_ = value; @@ -1065,8 +977,6 @@ public Builder mergeDocument(com.google.firestore.v1.Document value) { return this; } /** - * - * *
      * A query result, not set when reporting partial progress.
      * 
@@ -1084,8 +994,6 @@ public Builder clearDocument() { return this; } /** - * - * *
      * A query result, not set when reporting partial progress.
      * 
@@ -1098,8 +1006,6 @@ public com.google.firestore.v1.Document.Builder getDocumentBuilder() { return getDocumentFieldBuilder().getBuilder(); } /** - * - * *
      * A query result, not set when reporting partial progress.
      * 
@@ -1110,14 +1016,11 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { if (documentBuilder_ != null) { return documentBuilder_.getMessageOrBuilder(); } else { - return document_ == null - ? com.google.firestore.v1.Document.getDefaultInstance() - : document_; + return document_ == null ? + com.google.firestore.v1.Document.getDefaultInstance() : document_; } } /** - * - * *
      * A query result, not set when reporting partial progress.
      * 
@@ -1125,17 +1028,14 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { * .google.firestore.v1.Document document = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder> + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> getDocumentFieldBuilder() { if (documentBuilder_ == null) { - documentBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder>( - getDocument(), getParentForChildren(), isClean()); + documentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>( + getDocument(), + getParentForChildren(), + isClean()); document_ = null; } return documentBuilder_; @@ -1143,13 +1043,8 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - readTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; /** - * - * *
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1161,15 +1056,12 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
      * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1181,7 +1073,6 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -1192,8 +1083,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1220,8 +1109,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1234,7 +1121,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 3;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         readTime_ = builderForValue.build();
       } else {
@@ -1245,8 +1133,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1261,9 +1147,9 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0)
-            && readTime_ != null
-            && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0) &&
+          readTime_ != null &&
+          readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getReadTimeBuilder().mergeFrom(value);
         } else {
           readTime_ = value;
@@ -1278,8 +1164,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1303,8 +1187,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1323,8 +1205,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1341,12 +1221,11 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (readTimeBuilder_ != null) {
         return readTimeBuilder_.getMessageOrBuilder();
       } else {
-        return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
+        return readTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1360,33 +1239,27 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getReadTime(), getParentForChildren(), isClean());
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getReadTime(),
+                getParentForChildren(),
+                isClean());
         readTime_ = null;
       }
       return readTimeBuilder_;
     }
 
-    private int skippedResults_;
+    private int skippedResults_ ;
     /**
-     *
-     *
      * 
      * The number of results that have been skipped due to an offset between
      * the last response and the current response.
      * 
* * int32 skipped_results = 4; - * * @return The skippedResults. */ @java.lang.Override @@ -1394,15 +1267,12 @@ public int getSkippedResults() { return skippedResults_; } /** - * - * *
      * The number of results that have been skipped due to an offset between
      * the last response and the current response.
      * 
* * int32 skipped_results = 4; - * * @param value The skippedResults to set. * @return This builder for chaining. */ @@ -1414,15 +1284,12 @@ public Builder setSkippedResults(int value) { return this; } /** - * - * *
      * The number of results that have been skipped due to an offset between
      * the last response and the current response.
      * 
* * int32 skipped_results = 4; - * * @return This builder for chaining. */ public Builder clearSkippedResults() { @@ -1433,30 +1300,24 @@ public Builder clearSkippedResults() { } /** - * - * *
      * If present, Firestore has completely finished the request and no more
      * documents will be returned.
      * 
* * bool done = 6; - * * @return Whether the done field is set. */ public boolean hasDone() { return continuationSelectorCase_ == 6; } /** - * - * *
      * If present, Firestore has completely finished the request and no more
      * documents will be returned.
      * 
* * bool done = 6; - * * @return The done. */ public boolean getDone() { @@ -1466,15 +1327,12 @@ public boolean getDone() { return false; } /** - * - * *
      * If present, Firestore has completely finished the request and no more
      * documents will be returned.
      * 
* * bool done = 6; - * * @param value The done to set. * @return This builder for chaining. */ @@ -1486,15 +1344,12 @@ public Builder setDone(boolean value) { return this; } /** - * - * *
      * If present, Firestore has completely finished the request and no more
      * documents will be returned.
      * 
* * bool done = 6; - * * @return This builder for chaining. */ public Builder clearDone() { @@ -1508,13 +1363,8 @@ public Builder clearDone() { private com.google.firestore.v1.ExplainMetrics explainMetrics_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.ExplainMetrics, - com.google.firestore.v1.ExplainMetrics.Builder, - com.google.firestore.v1.ExplainMetricsOrBuilder> - explainMetricsBuilder_; + com.google.firestore.v1.ExplainMetrics, com.google.firestore.v1.ExplainMetrics.Builder, com.google.firestore.v1.ExplainMetricsOrBuilder> explainMetricsBuilder_; /** - * - * *
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1522,15 +1372,12 @@ public Builder clearDone() {
      * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 11; - * * @return Whether the explainMetrics field is set. */ public boolean hasExplainMetrics() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1538,21 +1385,16 @@ public boolean hasExplainMetrics() {
      * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 11; - * * @return The explainMetrics. */ public com.google.firestore.v1.ExplainMetrics getExplainMetrics() { if (explainMetricsBuilder_ == null) { - return explainMetrics_ == null - ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() - : explainMetrics_; + return explainMetrics_ == null ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_; } else { return explainMetricsBuilder_.getMessage(); } } /** - * - * *
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1575,8 +1417,6 @@ public Builder setExplainMetrics(com.google.firestore.v1.ExplainMetrics value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1597,8 +1437,6 @@ public Builder setExplainMetrics(
       return this;
     }
     /**
-     *
-     *
      * 
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1609,9 +1447,9 @@ public Builder setExplainMetrics(
      */
     public Builder mergeExplainMetrics(com.google.firestore.v1.ExplainMetrics value) {
       if (explainMetricsBuilder_ == null) {
-        if (((bitField0_ & 0x00000020) != 0)
-            && explainMetrics_ != null
-            && explainMetrics_ != com.google.firestore.v1.ExplainMetrics.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000020) != 0) &&
+          explainMetrics_ != null &&
+          explainMetrics_ != com.google.firestore.v1.ExplainMetrics.getDefaultInstance()) {
           getExplainMetricsBuilder().mergeFrom(value);
         } else {
           explainMetrics_ = value;
@@ -1626,8 +1464,6 @@ public Builder mergeExplainMetrics(com.google.firestore.v1.ExplainMetrics value)
       return this;
     }
     /**
-     *
-     *
      * 
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1647,8 +1483,6 @@ public Builder clearExplainMetrics() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1663,8 +1497,6 @@ public com.google.firestore.v1.ExplainMetrics.Builder getExplainMetricsBuilder()
       return getExplainMetricsFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1677,14 +1509,11 @@ public com.google.firestore.v1.ExplainMetricsOrBuilder getExplainMetricsOrBuilde
       if (explainMetricsBuilder_ != null) {
         return explainMetricsBuilder_.getMessageOrBuilder();
       } else {
-        return explainMetrics_ == null
-            ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance()
-            : explainMetrics_;
+        return explainMetrics_ == null ?
+            com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_;
       }
     }
     /**
-     *
-     *
      * 
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1694,24 +1523,21 @@ public com.google.firestore.v1.ExplainMetricsOrBuilder getExplainMetricsOrBuilde
      * .google.firestore.v1.ExplainMetrics explain_metrics = 11;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.ExplainMetrics,
-            com.google.firestore.v1.ExplainMetrics.Builder,
-            com.google.firestore.v1.ExplainMetricsOrBuilder>
+        com.google.firestore.v1.ExplainMetrics, com.google.firestore.v1.ExplainMetrics.Builder, com.google.firestore.v1.ExplainMetricsOrBuilder> 
         getExplainMetricsFieldBuilder() {
       if (explainMetricsBuilder_ == null) {
-        explainMetricsBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.ExplainMetrics,
-                com.google.firestore.v1.ExplainMetrics.Builder,
-                com.google.firestore.v1.ExplainMetricsOrBuilder>(
-                getExplainMetrics(), getParentForChildren(), isClean());
+        explainMetricsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.ExplainMetrics, com.google.firestore.v1.ExplainMetrics.Builder, com.google.firestore.v1.ExplainMetricsOrBuilder>(
+                getExplainMetrics(),
+                getParentForChildren(),
+                isClean());
         explainMetrics_ = null;
       }
       return explainMetricsBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1721,12 +1547,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.RunQueryResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.RunQueryResponse)
   private static final com.google.firestore.v1.RunQueryResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.RunQueryResponse();
   }
@@ -1735,27 +1561,27 @@ public static com.google.firestore.v1.RunQueryResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public RunQueryResponse parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public RunQueryResponse parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1770,4 +1596,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.RunQueryResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponseOrBuilder.java
similarity index 86%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponseOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponseOrBuilder.java
index b69f76b1f..f51ce9ff7 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponseOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponseOrBuilder.java
@@ -1,32 +1,14 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface RunQueryResponseOrBuilder
-    extends
+public interface RunQueryResponseOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.RunQueryResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The transaction that was started as part of this request.
    * Can only be set in the first response, and only if
@@ -36,38 +18,29 @@ public interface RunQueryResponseOrBuilder
    * 
* * bytes transaction = 2; - * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** - * - * *
    * A query result, not set when reporting partial progress.
    * 
* * .google.firestore.v1.Document document = 1; - * * @return Whether the document field is set. */ boolean hasDocument(); /** - * - * *
    * A query result, not set when reporting partial progress.
    * 
* * .google.firestore.v1.Document document = 1; - * * @return The document. */ com.google.firestore.v1.Document getDocument(); /** - * - * *
    * A query result, not set when reporting partial progress.
    * 
@@ -77,8 +50,6 @@ public interface RunQueryResponseOrBuilder com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder(); /** - * - * *
    * The time at which the document was read. This may be monotonically
    * increasing; in this case, the previous documents in the result stream are
@@ -90,13 +61,10 @@ public interface RunQueryResponseOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * The time at which the document was read. This may be monotonically
    * increasing; in this case, the previous documents in the result stream are
@@ -108,13 +76,10 @@ public interface RunQueryResponseOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 3; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * The time at which the document was read. This may be monotonically
    * increasing; in this case, the previous documents in the result stream are
@@ -130,49 +95,38 @@ public interface RunQueryResponseOrBuilder
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
   /**
-   *
-   *
    * 
    * The number of results that have been skipped due to an offset between
    * the last response and the current response.
    * 
* * int32 skipped_results = 4; - * * @return The skippedResults. */ int getSkippedResults(); /** - * - * *
    * If present, Firestore has completely finished the request and no more
    * documents will be returned.
    * 
* * bool done = 6; - * * @return Whether the done field is set. */ boolean hasDone(); /** - * - * *
    * If present, Firestore has completely finished the request and no more
    * documents will be returned.
    * 
* * bool done = 6; - * * @return The done. */ boolean getDone(); /** - * - * *
    * Query explain metrics. This is only present when the
    * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -180,13 +134,10 @@ public interface RunQueryResponseOrBuilder
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 11; - * * @return Whether the explainMetrics field is set. */ boolean hasExplainMetrics(); /** - * - * *
    * Query explain metrics. This is only present when the
    * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -194,13 +145,10 @@ public interface RunQueryResponseOrBuilder
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 11; - * * @return The explainMetrics. */ com.google.firestore.v1.ExplainMetrics getExplainMetrics(); /** - * - * *
    * Query explain metrics. This is only present when the
    * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQuery.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQuery.java
similarity index 70%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQuery.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQuery.java
index 1106e4341..0ee58daa5 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQuery.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQuery.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/query.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * Firestore query for running an aggregation over a
  * [StructuredQuery][google.firestore.v1.StructuredQuery].
@@ -29,109 +12,89 @@
  *
  * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery}
  */
-public final class StructuredAggregationQuery extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class StructuredAggregationQuery extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredAggregationQuery)
     StructuredAggregationQueryOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use StructuredAggregationQuery.newBuilder() to construct.
   private StructuredAggregationQuery(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private StructuredAggregationQuery() {
     aggregations_ = java.util.Collections.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new StructuredAggregationQuery();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.QueryProto
-        .internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.QueryProto
-        .internal_static_google_firestore_v1_StructuredAggregationQuery_fieldAccessorTable
+    return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.StructuredAggregationQuery.class,
-            com.google.firestore.v1.StructuredAggregationQuery.Builder.class);
+            com.google.firestore.v1.StructuredAggregationQuery.class, com.google.firestore.v1.StructuredAggregationQuery.Builder.class);
   }
 
-  public interface AggregationOrBuilder
-      extends
+  public interface AggregationOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredAggregationQuery.Aggregation)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * Count aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; - * * @return Whether the count field is set. */ boolean hasCount(); /** - * - * *
      * Count aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; - * * @return The count. */ com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count getCount(); /** - * - * *
      * Count aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder - getCountOrBuilder(); + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder getCountOrBuilder(); /** - * - * *
      * Sum aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; - * * @return Whether the sum field is set. */ boolean hasSum(); /** - * - * *
      * Sum aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; - * * @return The sum. */ com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum getSum(); /** - * - * *
      * Sum aggregator.
      * 
@@ -141,32 +104,24 @@ public interface AggregationOrBuilder com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder getSumOrBuilder(); /** - * - * *
      * Average aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; - * * @return Whether the avg field is set. */ boolean hasAvg(); /** - * - * *
      * Average aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; - * * @return The avg. */ com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getAvg(); /** - * - * *
      * Average aggregator.
      * 
@@ -176,8 +131,6 @@ public interface AggregationOrBuilder com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder getAvgOrBuilder(); /** - * - * *
      * Optional. Optional name of the field to store the result of the
      * aggregation into.
@@ -217,13 +170,10 @@ public interface AggregationOrBuilder
      * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The alias. */ java.lang.String getAlias(); /** - * - * *
      * Optional. Optional name of the field to store the result of the
      * aggregation into.
@@ -263,65 +213,58 @@ public interface AggregationOrBuilder
      * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for alias. */ - com.google.protobuf.ByteString getAliasBytes(); + com.google.protobuf.ByteString + getAliasBytes(); com.google.firestore.v1.StructuredAggregationQuery.Aggregation.OperatorCase getOperatorCase(); } /** - * - * *
    * Defines an aggregation that produces a single result.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation} */ - public static final class Aggregation extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Aggregation extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation) AggregationOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Aggregation.newBuilder() to construct. private Aggregation(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Aggregation() { alias_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Aggregation(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.class, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder.class); + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder.class); } - public interface CountOrBuilder - extends + public interface CountOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) com.google.protobuf.MessageOrBuilder { /** - * - * *
        * Optional. Optional constraint on the maximum number of documents to
        * count.
@@ -342,15 +285,11 @@ public interface CountOrBuilder
        * * Must be greater than zero when present.
        * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the upTo field is set. */ boolean hasUpTo(); /** - * - * *
        * Optional. Optional constraint on the maximum number of documents to
        * count.
@@ -371,15 +310,11 @@ public interface CountOrBuilder
        * * Must be greater than zero when present.
        * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; * @return The upTo. */ com.google.protobuf.Int64Value getUpTo(); /** - * - * *
        * Optional. Optional constraint on the maximum number of documents to
        * count.
@@ -400,14 +335,11 @@ public interface CountOrBuilder
        * * Must be greater than zero when present.
        * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; */ com.google.protobuf.Int64ValueOrBuilder getUpToOrBuilder(); } /** - * - * *
      * Count of documents that match the query.
      *
@@ -417,45 +349,42 @@ public interface CountOrBuilder
      *
      * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation.Count}
      */
-    public static final class Count extends com.google.protobuf.GeneratedMessageV3
-        implements
+    public static final class Count extends
+        com.google.protobuf.GeneratedMessageV3 implements
         // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation.Count)
         CountOrBuilder {
-      private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
       // Use Count.newBuilder() to construct.
       private Count(com.google.protobuf.GeneratedMessageV3.Builder builder) {
         super(builder);
       }
-
-      private Count() {}
+      private Count() {
+      }
 
       @java.lang.Override
       @SuppressWarnings({"unused"})
-      protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+      protected java.lang.Object newInstance(
+          UnusedPrivateParameter unused) {
         return new Count();
       }
 
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.firestore.v1.QueryProto
-            .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.firestore.v1.QueryProto
-            .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_fieldAccessorTable
+        return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.class,
-                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder.class);
+                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder.class);
       }
 
       private int bitField0_;
       public static final int UP_TO_FIELD_NUMBER = 1;
       private com.google.protobuf.Int64Value upTo_;
       /**
-       *
-       *
        * 
        * Optional. Optional constraint on the maximum number of documents to
        * count.
@@ -476,9 +405,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
        * * Must be greater than zero when present.
        * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the upTo field is set. */ @java.lang.Override @@ -486,8 +413,6 @@ public boolean hasUpTo() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
        * Optional. Optional constraint on the maximum number of documents to
        * count.
@@ -508,9 +433,7 @@ public boolean hasUpTo() {
        * * Must be greater than zero when present.
        * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; * @return The upTo. */ @java.lang.Override @@ -518,8 +441,6 @@ public com.google.protobuf.Int64Value getUpTo() { return upTo_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : upTo_; } /** - * - * *
        * Optional. Optional constraint on the maximum number of documents to
        * count.
@@ -540,8 +461,7 @@ public com.google.protobuf.Int64Value getUpTo() {
        * * Must be greater than zero when present.
        * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getUpToOrBuilder() { @@ -549,7 +469,6 @@ public com.google.protobuf.Int64ValueOrBuilder getUpToOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -561,7 +480,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getUpTo()); } @@ -575,7 +495,8 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getUpTo()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getUpTo()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -585,18 +506,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } - if (!(obj - instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count)) { + if (!(obj instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count)) { return super.equals(obj); } - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count other = - (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) obj; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count other = (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) obj; if (hasUpTo() != other.hasUpTo()) return false; if (hasUpTo()) { - if (!getUpTo().equals(other.getUpTo())) return false; + if (!getUpTo() + .equals(other.getUpTo())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -619,96 +539,89 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count - parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count prototype) { + public static Builder newBuilder(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -718,8 +631,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
        * Count of documents that match the query.
        *
@@ -729,44 +640,39 @@ protected Builder newBuilderForType(
        *
        * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation.Count}
        */
-      public static final class Builder
-          extends com.google.protobuf.GeneratedMessageV3.Builder
-          implements
+      public static final class Builder extends
+          com.google.protobuf.GeneratedMessageV3.Builder implements
           // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation.Count)
           com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder {
-        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-          return com.google.firestore.v1.QueryProto
-              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor
+            getDescriptor() {
+          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.firestore.v1.QueryProto
-              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_fieldAccessorTable
+          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.class,
-                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
-                      .class);
+                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder.class);
         }
 
-        // Construct using
-        // com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.newBuilder()
+        // Construct using com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.newBuilder()
         private Builder() {
           maybeForceBuilderInitialization();
         }
 
-        private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        private Builder(
+            com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
           super(parent);
           maybeForceBuilderInitialization();
         }
-
         private void maybeForceBuilderInitialization() {
-          if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+          if (com.google.protobuf.GeneratedMessageV3
+                  .alwaysUseFieldBuilders) {
             getUpToFieldBuilder();
           }
         }
-
         @java.lang.Override
         public Builder clear() {
           super.clear();
@@ -780,22 +686,19 @@ public Builder clear() {
         }
 
         @java.lang.Override
-        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-          return com.google.firestore.v1.QueryProto
-              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor;
+        public com.google.protobuf.Descriptors.Descriptor
+            getDescriptorForType() {
+          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor;
         }
 
         @java.lang.Override
-        public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
-            getDefaultInstanceForType() {
-          return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
-              .getDefaultInstance();
+        public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count getDefaultInstanceForType() {
+          return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance();
         }
 
         @java.lang.Override
         public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count build() {
-          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count result =
-              buildPartial();
+          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count result = buildPartial();
           if (!result.isInitialized()) {
             throw newUninitializedMessageException(result);
           }
@@ -804,21 +707,19 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count buil
 
         @java.lang.Override
         public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count buildPartial() {
-          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count result =
-              new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count(this);
-          if (bitField0_ != 0) {
-            buildPartial0(result);
-          }
+          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count result = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count(this);
+          if (bitField0_ != 0) { buildPartial0(result); }
           onBuilt();
           return result;
         }
 
-        private void buildPartial0(
-            com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count result) {
+        private void buildPartial0(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count result) {
           int from_bitField0_ = bitField0_;
           int to_bitField0_ = 0;
           if (((from_bitField0_ & 0x00000001) != 0)) {
-            result.upTo_ = upToBuilder_ == null ? upTo_ : upToBuilder_.build();
+            result.upTo_ = upToBuilder_ == null
+                ? upTo_
+                : upToBuilder_.build();
             to_bitField0_ |= 0x00000001;
           }
           result.bitField0_ |= to_bitField0_;
@@ -828,54 +729,46 @@ private void buildPartial0(
         public Builder clone() {
           return super.clone();
         }
-
         @java.lang.Override
         public Builder setField(
-            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field,
+            java.lang.Object value) {
           return super.setField(field, value);
         }
-
         @java.lang.Override
-        public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+        public Builder clearField(
+            com.google.protobuf.Descriptors.FieldDescriptor field) {
           return super.clearField(field);
         }
-
         @java.lang.Override
-        public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+        public Builder clearOneof(
+            com.google.protobuf.Descriptors.OneofDescriptor oneof) {
           return super.clearOneof(oneof);
         }
-
         @java.lang.Override
         public Builder setRepeatedField(
             com.google.protobuf.Descriptors.FieldDescriptor field,
-            int index,
-            java.lang.Object value) {
+            int index, java.lang.Object value) {
           return super.setRepeatedField(field, index, value);
         }
-
         @java.lang.Override
         public Builder addRepeatedField(
-            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field,
+            java.lang.Object value) {
           return super.addRepeatedField(field, value);
         }
-
         @java.lang.Override
         public Builder mergeFrom(com.google.protobuf.Message other) {
-          if (other
-              instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) {
-            return mergeFrom(
-                (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) other);
+          if (other instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) {
+            return mergeFrom((com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count)other);
           } else {
             super.mergeFrom(other);
             return this;
           }
         }
 
-        public Builder mergeFrom(
-            com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count other) {
-          if (other
-              == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
-                  .getDefaultInstance()) return this;
+        public Builder mergeFrom(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count other) {
+          if (other == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance()) return this;
           if (other.hasUpTo()) {
             mergeUpTo(other.getUpTo());
           }
@@ -905,19 +798,19 @@ public Builder mergeFrom(
                 case 0:
                   done = true;
                   break;
-                case 10:
-                  {
-                    input.readMessage(getUpToFieldBuilder().getBuilder(), extensionRegistry);
-                    bitField0_ |= 0x00000001;
-                    break;
-                  } // case 10
-                default:
-                  {
-                    if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                      done = true; // was an endgroup tag
-                    }
-                    break;
-                  } // default:
+                case 10: {
+                  input.readMessage(
+                      getUpToFieldBuilder().getBuilder(),
+                      extensionRegistry);
+                  bitField0_ |= 0x00000001;
+                  break;
+                } // case 10
+                default: {
+                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                    done = true; // was an endgroup tag
+                  }
+                  break;
+                } // default:
               } // switch (tag)
             } // while (!done)
           } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -927,18 +820,12 @@ public Builder mergeFrom(
           } // finally
           return this;
         }
-
         private int bitField0_;
 
         private com.google.protobuf.Int64Value upTo_;
         private com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Int64Value,
-                com.google.protobuf.Int64Value.Builder,
-                com.google.protobuf.Int64ValueOrBuilder>
-            upToBuilder_;
+            com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> upToBuilder_;
         /**
-         *
-         *
          * 
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -959,17 +846,13 @@ public Builder mergeFrom(
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the upTo field is set. */ public boolean hasUpTo() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -990,9 +873,7 @@ public boolean hasUpTo() {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; * @return The upTo. */ public com.google.protobuf.Int64Value getUpTo() { @@ -1003,8 +884,6 @@ public com.google.protobuf.Int64Value getUpTo() { } } /** - * - * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -1025,8 +904,7 @@ public com.google.protobuf.Int64Value getUpTo() {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setUpTo(com.google.protobuf.Int64Value value) { if (upToBuilder_ == null) { @@ -1042,8 +920,6 @@ public Builder setUpTo(com.google.protobuf.Int64Value value) { return this; } /** - * - * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -1064,10 +940,10 @@ public Builder setUpTo(com.google.protobuf.Int64Value value) {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; */ - public Builder setUpTo(com.google.protobuf.Int64Value.Builder builderForValue) { + public Builder setUpTo( + com.google.protobuf.Int64Value.Builder builderForValue) { if (upToBuilder_ == null) { upTo_ = builderForValue.build(); } else { @@ -1078,8 +954,6 @@ public Builder setUpTo(com.google.protobuf.Int64Value.Builder builderForValue) { return this; } /** - * - * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -1100,14 +974,13 @@ public Builder setUpTo(com.google.protobuf.Int64Value.Builder builderForValue) {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder mergeUpTo(com.google.protobuf.Int64Value value) { if (upToBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && upTo_ != null - && upTo_ != com.google.protobuf.Int64Value.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + upTo_ != null && + upTo_ != com.google.protobuf.Int64Value.getDefaultInstance()) { getUpToBuilder().mergeFrom(value); } else { upTo_ = value; @@ -1122,8 +995,6 @@ public Builder mergeUpTo(com.google.protobuf.Int64Value value) { return this; } /** - * - * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -1144,8 +1015,7 @@ public Builder mergeUpTo(com.google.protobuf.Int64Value value) {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder clearUpTo() { bitField0_ = (bitField0_ & ~0x00000001); @@ -1158,8 +1028,6 @@ public Builder clearUpTo() { return this; } /** - * - * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -1180,8 +1048,7 @@ public Builder clearUpTo() {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.protobuf.Int64Value.Builder getUpToBuilder() { bitField0_ |= 0x00000001; @@ -1189,8 +1056,6 @@ public com.google.protobuf.Int64Value.Builder getUpToBuilder() { return getUpToFieldBuilder().getBuilder(); } /** - * - * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -1211,19 +1076,17 @@ public com.google.protobuf.Int64Value.Builder getUpToBuilder() {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.protobuf.Int64ValueOrBuilder getUpToOrBuilder() { if (upToBuilder_ != null) { return upToBuilder_.getMessageOrBuilder(); } else { - return upTo_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : upTo_; + return upTo_ == null ? + com.google.protobuf.Int64Value.getDefaultInstance() : upTo_; } } /** - * - * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -1244,26 +1107,21 @@ public com.google.protobuf.Int64ValueOrBuilder getUpToOrBuilder() {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Int64Value, - com.google.protobuf.Int64Value.Builder, - com.google.protobuf.Int64ValueOrBuilder> + com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getUpToFieldBuilder() { if (upToBuilder_ == null) { - upToBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Int64Value, - com.google.protobuf.Int64Value.Builder, - com.google.protobuf.Int64ValueOrBuilder>( - getUpTo(), getParentForChildren(), isClean()); + upToBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( + getUpTo(), + getParentForChildren(), + isClean()); upTo_ = null; } return upToBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1276,45 +1134,41 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) - private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count - DEFAULT_INSTANCE; - + private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count DEFAULT_INSTANCE; static { - DEFAULT_INSTANCE = - new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count(); + DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count(); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count - getDefaultInstance() { + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Count parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Count parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1326,44 +1180,35 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count - getDefaultInstanceForType() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface SumOrBuilder - extends + public interface SumOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) com.google.protobuf.MessageOrBuilder { /** - * - * *
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return Whether the field field is set. */ boolean hasField(); /** - * - * *
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return The field. */ com.google.firestore.v1.StructuredQuery.FieldReference getField(); /** - * - * *
        * The field to aggregate on.
        * 
@@ -1373,8 +1218,6 @@ public interface SumOrBuilder com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder(); } /** - * - * *
      * Sum of the values of the requested field.
      *
@@ -1401,51 +1244,47 @@ public interface SumOrBuilder
      *
      * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum}
      */
-    public static final class Sum extends com.google.protobuf.GeneratedMessageV3
-        implements
+    public static final class Sum extends
+        com.google.protobuf.GeneratedMessageV3 implements
         // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum)
         SumOrBuilder {
-      private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
       // Use Sum.newBuilder() to construct.
       private Sum(com.google.protobuf.GeneratedMessageV3.Builder builder) {
         super(builder);
       }
-
-      private Sum() {}
+      private Sum() {
+      }
 
       @java.lang.Override
       @SuppressWarnings({"unused"})
-      protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+      protected java.lang.Object newInstance(
+          UnusedPrivateParameter unused) {
         return new Sum();
       }
 
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.firestore.v1.QueryProto
-            .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.firestore.v1.QueryProto
-            .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_fieldAccessorTable
+        return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.class,
-                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder.class);
+                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder.class);
       }
 
       private int bitField0_;
       public static final int FIELD_FIELD_NUMBER = 1;
       private com.google.firestore.v1.StructuredQuery.FieldReference field_;
       /**
-       *
-       *
        * 
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return Whether the field field is set. */ @java.lang.Override @@ -1453,25 +1292,18 @@ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return The field. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReference getField() { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } /** - * - * *
        * The field to aggregate on.
        * 
@@ -1480,13 +1312,10 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder() { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1498,7 +1327,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getField()); } @@ -1512,7 +1342,8 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getField()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getField()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1522,17 +1353,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum)) { return super.equals(obj); } - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum other = - (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) obj; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum other = (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) obj; if (hasField() != other.hasField()) return false; if (hasField()) { - if (!getField().equals(other.getField())) return false; + if (!getField() + .equals(other.getField())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -1555,96 +1386,89 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum - parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum prototype) { + public static Builder newBuilder(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1654,8 +1478,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
        * Sum of the values of the requested field.
        *
@@ -1682,43 +1504,39 @@ protected Builder newBuilderForType(
        *
        * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum}
        */
-      public static final class Builder
-          extends com.google.protobuf.GeneratedMessageV3.Builder
-          implements
+      public static final class Builder extends
+          com.google.protobuf.GeneratedMessageV3.Builder implements
           // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum)
           com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder {
-        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-          return com.google.firestore.v1.QueryProto
-              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor
+            getDescriptor() {
+          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.firestore.v1.QueryProto
-              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_fieldAccessorTable
+          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.class,
-                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder.class);
+                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder.class);
         }
 
-        // Construct using
-        // com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.newBuilder()
+        // Construct using com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.newBuilder()
         private Builder() {
           maybeForceBuilderInitialization();
         }
 
-        private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        private Builder(
+            com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
           super(parent);
           maybeForceBuilderInitialization();
         }
-
         private void maybeForceBuilderInitialization() {
-          if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+          if (com.google.protobuf.GeneratedMessageV3
+                  .alwaysUseFieldBuilders) {
             getFieldFieldBuilder();
           }
         }
-
         @java.lang.Override
         public Builder clear() {
           super.clear();
@@ -1732,22 +1550,19 @@ public Builder clear() {
         }
 
         @java.lang.Override
-        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-          return com.google.firestore.v1.QueryProto
-              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor;
+        public com.google.protobuf.Descriptors.Descriptor
+            getDescriptorForType() {
+          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor;
         }
 
         @java.lang.Override
-        public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum
-            getDefaultInstanceForType() {
-          return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum
-              .getDefaultInstance();
+        public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum getDefaultInstanceForType() {
+          return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance();
         }
 
         @java.lang.Override
         public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum build() {
-          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum result =
-              buildPartial();
+          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum result = buildPartial();
           if (!result.isInitialized()) {
             throw newUninitializedMessageException(result);
           }
@@ -1756,21 +1571,19 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum build(
 
         @java.lang.Override
         public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum buildPartial() {
-          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum result =
-              new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum(this);
-          if (bitField0_ != 0) {
-            buildPartial0(result);
-          }
+          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum result = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum(this);
+          if (bitField0_ != 0) { buildPartial0(result); }
           onBuilt();
           return result;
         }
 
-        private void buildPartial0(
-            com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum result) {
+        private void buildPartial0(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum result) {
           int from_bitField0_ = bitField0_;
           int to_bitField0_ = 0;
           if (((from_bitField0_ & 0x00000001) != 0)) {
-            result.field_ = fieldBuilder_ == null ? field_ : fieldBuilder_.build();
+            result.field_ = fieldBuilder_ == null
+                ? field_
+                : fieldBuilder_.build();
             to_bitField0_ |= 0x00000001;
           }
           result.bitField0_ |= to_bitField0_;
@@ -1780,53 +1593,46 @@ private void buildPartial0(
         public Builder clone() {
           return super.clone();
         }
-
         @java.lang.Override
         public Builder setField(
-            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field,
+            java.lang.Object value) {
           return super.setField(field, value);
         }
-
         @java.lang.Override
-        public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+        public Builder clearField(
+            com.google.protobuf.Descriptors.FieldDescriptor field) {
           return super.clearField(field);
         }
-
         @java.lang.Override
-        public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+        public Builder clearOneof(
+            com.google.protobuf.Descriptors.OneofDescriptor oneof) {
           return super.clearOneof(oneof);
         }
-
         @java.lang.Override
         public Builder setRepeatedField(
             com.google.protobuf.Descriptors.FieldDescriptor field,
-            int index,
-            java.lang.Object value) {
+            int index, java.lang.Object value) {
           return super.setRepeatedField(field, index, value);
         }
-
         @java.lang.Override
         public Builder addRepeatedField(
-            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field,
+            java.lang.Object value) {
           return super.addRepeatedField(field, value);
         }
-
         @java.lang.Override
         public Builder mergeFrom(com.google.protobuf.Message other) {
           if (other instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) {
-            return mergeFrom(
-                (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) other);
+            return mergeFrom((com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum)other);
           } else {
             super.mergeFrom(other);
             return this;
           }
         }
 
-        public Builder mergeFrom(
-            com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum other) {
-          if (other
-              == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum
-                  .getDefaultInstance()) return this;
+        public Builder mergeFrom(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum other) {
+          if (other == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance()) return this;
           if (other.hasField()) {
             mergeField(other.getField());
           }
@@ -1856,19 +1662,19 @@ public Builder mergeFrom(
                 case 0:
                   done = true;
                   break;
-                case 10:
-                  {
-                    input.readMessage(getFieldFieldBuilder().getBuilder(), extensionRegistry);
-                    bitField0_ |= 0x00000001;
-                    break;
-                  } // case 10
-                default:
-                  {
-                    if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                      done = true; // was an endgroup tag
-                    }
-                    break;
-                  } // default:
+                case 10: {
+                  input.readMessage(
+                      getFieldFieldBuilder().getBuilder(),
+                      extensionRegistry);
+                  bitField0_ |= 0x00000001;
+                  break;
+                } // case 10
+                default: {
+                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                    done = true; // was an endgroup tag
+                  }
+                  break;
+                } // default:
               } // switch (tag)
             } // while (!done)
           } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1878,52 +1684,38 @@ public Builder mergeFrom(
           } // finally
           return this;
         }
-
         private int bitField0_;
 
         private com.google.firestore.v1.StructuredQuery.FieldReference field_;
         private com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.StructuredQuery.FieldReference,
-                com.google.firestore.v1.StructuredQuery.FieldReference.Builder,
-                com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>
-            fieldBuilder_;
+            com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> fieldBuilder_;
         /**
-         *
-         *
          * 
          * The field to aggregate on.
          * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return Whether the field field is set. */ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
          * The field to aggregate on.
          * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return The field. */ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { if (fieldBuilder_ == null) { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } else { return fieldBuilder_.getMessage(); } } /** - * - * *
          * The field to aggregate on.
          * 
@@ -1944,8 +1736,6 @@ public Builder setField(com.google.firestore.v1.StructuredQuery.FieldReference v return this; } /** - * - * *
          * The field to aggregate on.
          * 
@@ -1964,8 +1754,6 @@ public Builder setField( return this; } /** - * - * *
          * The field to aggregate on.
          * 
@@ -1974,11 +1762,9 @@ public Builder setField( */ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference value) { if (fieldBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && field_ != null - && field_ - != com.google.firestore.v1.StructuredQuery.FieldReference - .getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + field_ != null && + field_ != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { getFieldBuilder().mergeFrom(value); } else { field_ = value; @@ -1993,8 +1779,6 @@ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference return this; } /** - * - * *
          * The field to aggregate on.
          * 
@@ -2012,8 +1796,6 @@ public Builder clearField() { return this; } /** - * - * *
          * The field to aggregate on.
          * 
@@ -2026,8 +1808,6 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getFieldBu return getFieldFieldBuilder().getBuilder(); } /** - * - * *
          * The field to aggregate on.
          * 
@@ -2038,14 +1818,11 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO if (fieldBuilder_ != null) { return fieldBuilder_.getMessageOrBuilder(); } else { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? + com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } } /** - * - * *
          * The field to aggregate on.
          * 
@@ -2053,22 +1830,18 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO * .google.firestore.v1.StructuredQuery.FieldReference field = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> getFieldFieldBuilder() { if (fieldBuilder_ == null) { - fieldBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( - getField(), getParentForChildren(), isClean()); + fieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( + getField(), + getParentForChildren(), + isClean()); field_ = null; } return fieldBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2081,44 +1854,41 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) - private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum - DEFAULT_INSTANCE; - + private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum(); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum - getDefaultInstance() { + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Sum parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Sum parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2130,44 +1900,35 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum - getDefaultInstanceForType() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface AvgOrBuilder - extends + public interface AvgOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) com.google.protobuf.MessageOrBuilder { /** - * - * *
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return Whether the field field is set. */ boolean hasField(); /** - * - * *
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return The field. */ com.google.firestore.v1.StructuredQuery.FieldReference getField(); /** - * - * *
        * The field to aggregate on.
        * 
@@ -2177,8 +1938,6 @@ public interface AvgOrBuilder com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder(); } /** - * - * *
      * Average of the values of the requested field.
      *
@@ -2195,51 +1954,47 @@ public interface AvgOrBuilder
      *
      * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg}
      */
-    public static final class Avg extends com.google.protobuf.GeneratedMessageV3
-        implements
+    public static final class Avg extends
+        com.google.protobuf.GeneratedMessageV3 implements
         // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg)
         AvgOrBuilder {
-      private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
       // Use Avg.newBuilder() to construct.
       private Avg(com.google.protobuf.GeneratedMessageV3.Builder builder) {
         super(builder);
       }
-
-      private Avg() {}
+      private Avg() {
+      }
 
       @java.lang.Override
       @SuppressWarnings({"unused"})
-      protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+      protected java.lang.Object newInstance(
+          UnusedPrivateParameter unused) {
         return new Avg();
       }
 
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.firestore.v1.QueryProto
-            .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.firestore.v1.QueryProto
-            .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_fieldAccessorTable
+        return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.class,
-                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder.class);
+                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder.class);
       }
 
       private int bitField0_;
       public static final int FIELD_FIELD_NUMBER = 1;
       private com.google.firestore.v1.StructuredQuery.FieldReference field_;
       /**
-       *
-       *
        * 
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return Whether the field field is set. */ @java.lang.Override @@ -2247,25 +2002,18 @@ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return The field. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReference getField() { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } /** - * - * *
        * The field to aggregate on.
        * 
@@ -2274,13 +2022,10 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder() { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2292,7 +2037,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getField()); } @@ -2306,7 +2052,8 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getField()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getField()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -2316,17 +2063,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg)) { return super.equals(obj); } - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg other = - (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) obj; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg other = (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) obj; if (hasField() != other.hasField()) return false; if (hasField()) { - if (!getField().equals(other.getField())) return false; + if (!getField() + .equals(other.getField())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -2349,96 +2096,89 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg - parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg prototype) { + public static Builder newBuilder(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -2448,8 +2188,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
        * Average of the values of the requested field.
        *
@@ -2466,43 +2204,39 @@ protected Builder newBuilderForType(
        *
        * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg}
        */
-      public static final class Builder
-          extends com.google.protobuf.GeneratedMessageV3.Builder
-          implements
+      public static final class Builder extends
+          com.google.protobuf.GeneratedMessageV3.Builder implements
           // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg)
           com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder {
-        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-          return com.google.firestore.v1.QueryProto
-              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor
+            getDescriptor() {
+          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.firestore.v1.QueryProto
-              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_fieldAccessorTable
+          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.class,
-                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder.class);
+                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder.class);
         }
 
-        // Construct using
-        // com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.newBuilder()
+        // Construct using com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.newBuilder()
         private Builder() {
           maybeForceBuilderInitialization();
         }
 
-        private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        private Builder(
+            com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
           super(parent);
           maybeForceBuilderInitialization();
         }
-
         private void maybeForceBuilderInitialization() {
-          if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+          if (com.google.protobuf.GeneratedMessageV3
+                  .alwaysUseFieldBuilders) {
             getFieldFieldBuilder();
           }
         }
-
         @java.lang.Override
         public Builder clear() {
           super.clear();
@@ -2516,22 +2250,19 @@ public Builder clear() {
         }
 
         @java.lang.Override
-        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-          return com.google.firestore.v1.QueryProto
-              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor;
+        public com.google.protobuf.Descriptors.Descriptor
+            getDescriptorForType() {
+          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor;
         }
 
         @java.lang.Override
-        public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg
-            getDefaultInstanceForType() {
-          return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg
-              .getDefaultInstance();
+        public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getDefaultInstanceForType() {
+          return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance();
         }
 
         @java.lang.Override
         public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg build() {
-          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg result =
-              buildPartial();
+          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg result = buildPartial();
           if (!result.isInitialized()) {
             throw newUninitializedMessageException(result);
           }
@@ -2540,21 +2271,19 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg build(
 
         @java.lang.Override
         public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg buildPartial() {
-          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg result =
-              new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg(this);
-          if (bitField0_ != 0) {
-            buildPartial0(result);
-          }
+          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg result = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg(this);
+          if (bitField0_ != 0) { buildPartial0(result); }
           onBuilt();
           return result;
         }
 
-        private void buildPartial0(
-            com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg result) {
+        private void buildPartial0(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg result) {
           int from_bitField0_ = bitField0_;
           int to_bitField0_ = 0;
           if (((from_bitField0_ & 0x00000001) != 0)) {
-            result.field_ = fieldBuilder_ == null ? field_ : fieldBuilder_.build();
+            result.field_ = fieldBuilder_ == null
+                ? field_
+                : fieldBuilder_.build();
             to_bitField0_ |= 0x00000001;
           }
           result.bitField0_ |= to_bitField0_;
@@ -2564,53 +2293,46 @@ private void buildPartial0(
         public Builder clone() {
           return super.clone();
         }
-
         @java.lang.Override
         public Builder setField(
-            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field,
+            java.lang.Object value) {
           return super.setField(field, value);
         }
-
         @java.lang.Override
-        public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+        public Builder clearField(
+            com.google.protobuf.Descriptors.FieldDescriptor field) {
           return super.clearField(field);
         }
-
         @java.lang.Override
-        public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+        public Builder clearOneof(
+            com.google.protobuf.Descriptors.OneofDescriptor oneof) {
           return super.clearOneof(oneof);
         }
-
         @java.lang.Override
         public Builder setRepeatedField(
             com.google.protobuf.Descriptors.FieldDescriptor field,
-            int index,
-            java.lang.Object value) {
+            int index, java.lang.Object value) {
           return super.setRepeatedField(field, index, value);
         }
-
         @java.lang.Override
         public Builder addRepeatedField(
-            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field,
+            java.lang.Object value) {
           return super.addRepeatedField(field, value);
         }
-
         @java.lang.Override
         public Builder mergeFrom(com.google.protobuf.Message other) {
           if (other instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) {
-            return mergeFrom(
-                (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) other);
+            return mergeFrom((com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg)other);
           } else {
             super.mergeFrom(other);
             return this;
           }
         }
 
-        public Builder mergeFrom(
-            com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg other) {
-          if (other
-              == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg
-                  .getDefaultInstance()) return this;
+        public Builder mergeFrom(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg other) {
+          if (other == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance()) return this;
           if (other.hasField()) {
             mergeField(other.getField());
           }
@@ -2640,19 +2362,19 @@ public Builder mergeFrom(
                 case 0:
                   done = true;
                   break;
-                case 10:
-                  {
-                    input.readMessage(getFieldFieldBuilder().getBuilder(), extensionRegistry);
-                    bitField0_ |= 0x00000001;
-                    break;
-                  } // case 10
-                default:
-                  {
-                    if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                      done = true; // was an endgroup tag
-                    }
-                    break;
-                  } // default:
+                case 10: {
+                  input.readMessage(
+                      getFieldFieldBuilder().getBuilder(),
+                      extensionRegistry);
+                  bitField0_ |= 0x00000001;
+                  break;
+                } // case 10
+                default: {
+                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                    done = true; // was an endgroup tag
+                  }
+                  break;
+                } // default:
               } // switch (tag)
             } // while (!done)
           } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -2662,52 +2384,38 @@ public Builder mergeFrom(
           } // finally
           return this;
         }
-
         private int bitField0_;
 
         private com.google.firestore.v1.StructuredQuery.FieldReference field_;
         private com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.StructuredQuery.FieldReference,
-                com.google.firestore.v1.StructuredQuery.FieldReference.Builder,
-                com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>
-            fieldBuilder_;
+            com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> fieldBuilder_;
         /**
-         *
-         *
          * 
          * The field to aggregate on.
          * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return Whether the field field is set. */ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
          * The field to aggregate on.
          * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return The field. */ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { if (fieldBuilder_ == null) { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } else { return fieldBuilder_.getMessage(); } } /** - * - * *
          * The field to aggregate on.
          * 
@@ -2728,8 +2436,6 @@ public Builder setField(com.google.firestore.v1.StructuredQuery.FieldReference v return this; } /** - * - * *
          * The field to aggregate on.
          * 
@@ -2748,8 +2454,6 @@ public Builder setField( return this; } /** - * - * *
          * The field to aggregate on.
          * 
@@ -2758,11 +2462,9 @@ public Builder setField( */ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference value) { if (fieldBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && field_ != null - && field_ - != com.google.firestore.v1.StructuredQuery.FieldReference - .getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + field_ != null && + field_ != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { getFieldBuilder().mergeFrom(value); } else { field_ = value; @@ -2777,8 +2479,6 @@ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference return this; } /** - * - * *
          * The field to aggregate on.
          * 
@@ -2796,8 +2496,6 @@ public Builder clearField() { return this; } /** - * - * *
          * The field to aggregate on.
          * 
@@ -2810,8 +2508,6 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getFieldBu return getFieldFieldBuilder().getBuilder(); } /** - * - * *
          * The field to aggregate on.
          * 
@@ -2822,14 +2518,11 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO if (fieldBuilder_ != null) { return fieldBuilder_.getMessageOrBuilder(); } else { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? + com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } } /** - * - * *
          * The field to aggregate on.
          * 
@@ -2837,22 +2530,18 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO * .google.firestore.v1.StructuredQuery.FieldReference field = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> getFieldFieldBuilder() { if (fieldBuilder_ == null) { - fieldBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( - getField(), getParentForChildren(), isClean()); + fieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( + getField(), + getParentForChildren(), + isClean()); field_ = null; } return fieldBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2865,44 +2554,41 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) - private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg - DEFAULT_INSTANCE; - + private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg(); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg - getDefaultInstance() { + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Avg parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Avg parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2914,27 +2600,23 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg - getDefaultInstanceForType() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } private int operatorCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object operator_; - public enum OperatorCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { COUNT(1), SUM(2), AVG(3), OPERATOR_NOT_SET(0); private final int value; - private OperatorCase(int value) { this.value = value; } @@ -2950,38 +2632,31 @@ public static OperatorCase valueOf(int value) { public static OperatorCase forNumber(int value) { switch (value) { - case 1: - return COUNT; - case 2: - return SUM; - case 3: - return AVG; - case 0: - return OPERATOR_NOT_SET; - default: - return null; + case 1: return COUNT; + case 2: return SUM; + case 3: return AVG; + case 0: return OPERATOR_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public OperatorCase getOperatorCase() { - return OperatorCase.forNumber(operatorCase_); + public OperatorCase + getOperatorCase() { + return OperatorCase.forNumber( + operatorCase_); } public static final int COUNT_FIELD_NUMBER = 1; /** - * - * *
      * Count aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; - * * @return Whether the count field is set. */ @java.lang.Override @@ -2989,27 +2664,21 @@ public boolean hasCount() { return operatorCase_ == 1; } /** - * - * *
      * Count aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; - * * @return The count. */ @java.lang.Override public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count getCount() { if (operatorCase_ == 1) { - return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_; + return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance(); } /** - * - * *
      * Count aggregator.
      * 
@@ -3017,25 +2686,20 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count getC * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder - getCountOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder getCountOrBuilder() { if (operatorCase_ == 1) { - return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_; + return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance(); } public static final int SUM_FIELD_NUMBER = 2; /** - * - * *
      * Sum aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; - * * @return Whether the sum field is set. */ @java.lang.Override @@ -3043,27 +2707,21 @@ public boolean hasSum() { return operatorCase_ == 2; } /** - * - * *
      * Sum aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; - * * @return The sum. */ @java.lang.Override public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum getSum() { if (operatorCase_ == 2) { - return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_; + return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance(); } /** - * - * *
      * Sum aggregator.
      * 
@@ -3071,25 +2729,20 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum getSum * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder - getSumOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder getSumOrBuilder() { if (operatorCase_ == 2) { - return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_; + return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance(); } public static final int AVG_FIELD_NUMBER = 3; /** - * - * *
      * Average aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; - * * @return Whether the avg field is set. */ @java.lang.Override @@ -3097,27 +2750,21 @@ public boolean hasAvg() { return operatorCase_ == 3; } /** - * - * *
      * Average aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; - * * @return The avg. */ @java.lang.Override public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getAvg() { if (operatorCase_ == 3) { - return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_; + return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance(); } /** - * - * *
      * Average aggregator.
      * 
@@ -3125,22 +2772,17 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getAvg * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder - getAvgOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder getAvgOrBuilder() { if (operatorCase_ == 3) { - return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_; + return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance(); } public static final int ALIAS_FIELD_NUMBER = 7; - @SuppressWarnings("serial") private volatile java.lang.Object alias_ = ""; /** - * - * *
      * Optional. Optional name of the field to store the result of the
      * aggregation into.
@@ -3180,7 +2822,6 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getAvg
      * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The alias. */ @java.lang.Override @@ -3189,15 +2830,14 @@ public java.lang.String getAlias() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); alias_ = s; return s; } } /** - * - * *
      * Optional. Optional name of the field to store the result of the
      * aggregation into.
@@ -3237,15 +2877,16 @@ public java.lang.String getAlias() {
      * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for alias. */ @java.lang.Override - public com.google.protobuf.ByteString getAliasBytes() { + public com.google.protobuf.ByteString + getAliasBytes() { java.lang.Object ref = alias_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); alias_ = b; return b; } else { @@ -3254,7 +2895,6 @@ public com.google.protobuf.ByteString getAliasBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -3266,18 +2906,16 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (operatorCase_ == 1) { - output.writeMessage( - 1, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_); + output.writeMessage(1, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_); } if (operatorCase_ == 2) { - output.writeMessage( - 2, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_); + output.writeMessage(2, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_); } if (operatorCase_ == 3) { - output.writeMessage( - 3, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_); + output.writeMessage(3, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(alias_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 7, alias_); @@ -3292,20 +2930,16 @@ public int getSerializedSize() { size = 0; if (operatorCase_ == 1) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 1, - (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_); } if (operatorCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_); } if (operatorCase_ == 3) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 3, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(alias_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, alias_); @@ -3318,25 +2952,28 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation)) { return super.equals(obj); } - com.google.firestore.v1.StructuredAggregationQuery.Aggregation other = - (com.google.firestore.v1.StructuredAggregationQuery.Aggregation) obj; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation other = (com.google.firestore.v1.StructuredAggregationQuery.Aggregation) obj; - if (!getAlias().equals(other.getAlias())) return false; + if (!getAlias() + .equals(other.getAlias())) return false; if (!getOperatorCase().equals(other.getOperatorCase())) return false; switch (operatorCase_) { case 1: - if (!getCount().equals(other.getCount())) return false; + if (!getCount() + .equals(other.getCount())) return false; break; case 2: - if (!getSum().equals(other.getSum())) return false; + if (!getSum() + .equals(other.getSum())) return false; break; case 3: - if (!getAvg().equals(other.getAvg())) return false; + if (!getAvg() + .equals(other.getAvg())) return false; break; case 0: default: @@ -3376,94 +3013,89 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation prototype) { + public static Builder newBuilder(com.google.firestore.v1.StructuredAggregationQuery.Aggregation prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -3473,41 +3105,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Defines an aggregation that produces a single result.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation) com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.class, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder.class); + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder.class); } // Construct using com.google.firestore.v1.StructuredAggregationQuery.Aggregation.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -3528,14 +3158,13 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor; } @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation - getDefaultInstanceForType() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getDefaultInstanceForType() { return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.getDefaultInstance(); } @@ -3550,35 +3179,33 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation build() { @java.lang.Override public com.google.firestore.v1.StructuredAggregationQuery.Aggregation buildPartial() { - com.google.firestore.v1.StructuredAggregationQuery.Aggregation result = - new com.google.firestore.v1.StructuredAggregationQuery.Aggregation(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.StructuredAggregationQuery.Aggregation result = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation(this); + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; } - private void buildPartial0( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation result) { + private void buildPartial0(com.google.firestore.v1.StructuredAggregationQuery.Aggregation result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000008) != 0)) { result.alias_ = alias_; } } - private void buildPartialOneofs( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation result) { + private void buildPartialOneofs(com.google.firestore.v1.StructuredAggregationQuery.Aggregation result) { result.operatorCase_ = operatorCase_; result.operator_ = this.operator_; - if (operatorCase_ == 1 && countBuilder_ != null) { + if (operatorCase_ == 1 && + countBuilder_ != null) { result.operator_ = countBuilder_.build(); } - if (operatorCase_ == 2 && sumBuilder_ != null) { + if (operatorCase_ == 2 && + sumBuilder_ != null) { result.operator_ = sumBuilder_.build(); } - if (operatorCase_ == 3 && avgBuilder_ != null) { + if (operatorCase_ == 3 && + avgBuilder_ != null) { result.operator_ = avgBuilder_.build(); } } @@ -3587,77 +3214,67 @@ private void buildPartialOneofs( public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation) { - return mergeFrom((com.google.firestore.v1.StructuredAggregationQuery.Aggregation) other); + return mergeFrom((com.google.firestore.v1.StructuredAggregationQuery.Aggregation)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation other) { - if (other - == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.getDefaultInstance()) - return this; + public Builder mergeFrom(com.google.firestore.v1.StructuredAggregationQuery.Aggregation other) { + if (other == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.getDefaultInstance()) return this; if (!other.getAlias().isEmpty()) { alias_ = other.alias_; bitField0_ |= 0x00000008; onChanged(); } switch (other.getOperatorCase()) { - case COUNT: - { - mergeCount(other.getCount()); - break; - } - case SUM: - { - mergeSum(other.getSum()); - break; - } - case AVG: - { - mergeAvg(other.getAvg()); - break; - } - case OPERATOR_NOT_SET: - { - break; - } + case COUNT: { + mergeCount(other.getCount()); + break; + } + case SUM: { + mergeSum(other.getSum()); + break; + } + case AVG: { + mergeAvg(other.getAvg()); + break; + } + case OPERATOR_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -3685,37 +3302,38 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getCountFieldBuilder().getBuilder(), extensionRegistry); - operatorCase_ = 1; - break; - } // case 10 - case 18: - { - input.readMessage(getSumFieldBuilder().getBuilder(), extensionRegistry); - operatorCase_ = 2; - break; - } // case 18 - case 26: - { - input.readMessage(getAvgFieldBuilder().getBuilder(), extensionRegistry); - operatorCase_ = 3; - break; - } // case 26 - case 58: - { - alias_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000008; - break; - } // case 58 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getCountFieldBuilder().getBuilder(), + extensionRegistry); + operatorCase_ = 1; + break; + } // case 10 + case 18: { + input.readMessage( + getSumFieldBuilder().getBuilder(), + extensionRegistry); + operatorCase_ = 2; + break; + } // case 18 + case 26: { + input.readMessage( + getAvgFieldBuilder().getBuilder(), + extensionRegistry); + operatorCase_ = 3; + break; + } // case 26 + case 58: { + alias_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000008; + break; + } // case 58 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -3725,12 +3343,12 @@ public Builder mergeFrom( } // finally return this; } - private int operatorCase_ = 0; private java.lang.Object operator_; - - public OperatorCase getOperatorCase() { - return OperatorCase.forNumber(operatorCase_); + public OperatorCase + getOperatorCase() { + return OperatorCase.forNumber( + operatorCase_); } public Builder clearOperator() { @@ -3743,19 +3361,13 @@ public Builder clearOperator() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder> - countBuilder_; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder> countBuilder_; /** - * - * *
        * Count aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; - * * @return Whether the count field is set. */ @java.lang.Override @@ -3763,14 +3375,11 @@ public boolean hasCount() { return operatorCase_ == 1; } /** - * - * *
        * Count aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; - * * @return The count. */ @java.lang.Override @@ -3779,27 +3388,22 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count getC if (operatorCase_ == 1) { return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance(); } else { if (operatorCase_ == 1) { return countBuilder_.getMessage(); } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance(); } } /** - * - * *
        * Count aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ - public Builder setCount( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count value) { + public Builder setCount(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count value) { if (countBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3813,8 +3417,6 @@ public Builder setCount( return this; } /** - * - * *
        * Count aggregator.
        * 
@@ -3822,8 +3424,7 @@ public Builder setCount( * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ public Builder setCount( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder - builderForValue) { + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder builderForValue) { if (countBuilder_ == null) { operator_ = builderForValue.build(); onChanged(); @@ -3834,27 +3435,18 @@ public Builder setCount( return this; } /** - * - * *
        * Count aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ - public Builder mergeCount( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count value) { + public Builder mergeCount(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count value) { if (countBuilder_ == null) { - if (operatorCase_ == 1 - && operator_ - != com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count - .getDefaultInstance()) { - operator_ = - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.newBuilder( - (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) - operator_) - .mergeFrom(value) - .buildPartial(); + if (operatorCase_ == 1 && + operator_ != com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance()) { + operator_ = com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.newBuilder((com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_) + .mergeFrom(value).buildPartial(); } else { operator_ = value; } @@ -3870,8 +3462,6 @@ public Builder mergeCount( return this; } /** - * - * *
        * Count aggregator.
        * 
@@ -3895,21 +3485,16 @@ public Builder clearCount() { return this; } /** - * - * *
        * Count aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder - getCountBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder getCountBuilder() { return getCountFieldBuilder().getBuilder(); } /** - * - * *
        * Count aggregator.
        * 
@@ -3917,21 +3502,17 @@ public Builder clearCount() { * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder - getCountOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder getCountOrBuilder() { if ((operatorCase_ == 1) && (countBuilder_ != null)) { return countBuilder_.getMessageOrBuilder(); } else { if (operatorCase_ == 1) { return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance(); } } /** - * - * *
        * Count aggregator.
        * 
@@ -3939,21 +3520,14 @@ public Builder clearCount() { * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder> + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder> getCountFieldBuilder() { if (countBuilder_ == null) { if (!(operatorCase_ == 1)) { - operator_ = - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count - .getDefaultInstance(); + operator_ = com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance(); } - countBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder>( + countBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder>( (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_, getParentForChildren(), isClean()); @@ -3965,19 +3539,13 @@ public Builder clearCount() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder> - sumBuilder_; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder> sumBuilder_; /** - * - * *
        * Sum aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; - * * @return Whether the sum field is set. */ @java.lang.Override @@ -3985,14 +3553,11 @@ public boolean hasSum() { return operatorCase_ == 2; } /** - * - * *
        * Sum aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; - * * @return The sum. */ @java.lang.Override @@ -4001,27 +3566,22 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum getSum if (operatorCase_ == 2) { return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance(); } else { if (operatorCase_ == 2) { return sumBuilder_.getMessage(); } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance(); } } /** - * - * *
        * Sum aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; */ - public Builder setSum( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum value) { + public Builder setSum(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum value) { if (sumBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -4035,8 +3595,6 @@ public Builder setSum( return this; } /** - * - * *
        * Sum aggregator.
        * 
@@ -4044,8 +3602,7 @@ public Builder setSum( * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; */ public Builder setSum( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder - builderForValue) { + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder builderForValue) { if (sumBuilder_ == null) { operator_ = builderForValue.build(); onChanged(); @@ -4056,27 +3613,18 @@ public Builder setSum( return this; } /** - * - * *
        * Sum aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; */ - public Builder mergeSum( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum value) { + public Builder mergeSum(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum value) { if (sumBuilder_ == null) { - if (operatorCase_ == 2 - && operator_ - != com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum - .getDefaultInstance()) { - operator_ = - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.newBuilder( - (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) - operator_) - .mergeFrom(value) - .buildPartial(); + if (operatorCase_ == 2 && + operator_ != com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance()) { + operator_ = com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.newBuilder((com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_) + .mergeFrom(value).buildPartial(); } else { operator_ = value; } @@ -4092,8 +3640,6 @@ public Builder mergeSum( return this; } /** - * - * *
        * Sum aggregator.
        * 
@@ -4116,22 +3662,17 @@ public Builder clearSum() { } return this; } - /** - * - * + /** *
        * Sum aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; */ - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder - getSumBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder getSumBuilder() { return getSumFieldBuilder().getBuilder(); } /** - * - * *
        * Sum aggregator.
        * 
@@ -4139,21 +3680,17 @@ public Builder clearSum() { * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder - getSumOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder getSumOrBuilder() { if ((operatorCase_ == 2) && (sumBuilder_ != null)) { return sumBuilder_.getMessageOrBuilder(); } else { if (operatorCase_ == 2) { return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance(); } } /** - * - * *
        * Sum aggregator.
        * 
@@ -4161,21 +3698,14 @@ public Builder clearSum() { * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder> + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder> getSumFieldBuilder() { if (sumBuilder_ == null) { if (!(operatorCase_ == 2)) { - operator_ = - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum - .getDefaultInstance(); + operator_ = com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance(); } - sumBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder>( + sumBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder>( (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_, getParentForChildren(), isClean()); @@ -4187,19 +3717,13 @@ public Builder clearSum() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder> - avgBuilder_; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder> avgBuilder_; /** - * - * *
        * Average aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; - * * @return Whether the avg field is set. */ @java.lang.Override @@ -4207,14 +3731,11 @@ public boolean hasAvg() { return operatorCase_ == 3; } /** - * - * *
        * Average aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; - * * @return The avg. */ @java.lang.Override @@ -4223,27 +3744,22 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getAvg if (operatorCase_ == 3) { return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance(); } else { if (operatorCase_ == 3) { return avgBuilder_.getMessage(); } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance(); } } /** - * - * *
        * Average aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; */ - public Builder setAvg( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg value) { + public Builder setAvg(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg value) { if (avgBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -4257,8 +3773,6 @@ public Builder setAvg( return this; } /** - * - * *
        * Average aggregator.
        * 
@@ -4266,8 +3780,7 @@ public Builder setAvg( * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; */ public Builder setAvg( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder - builderForValue) { + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder builderForValue) { if (avgBuilder_ == null) { operator_ = builderForValue.build(); onChanged(); @@ -4278,27 +3791,18 @@ public Builder setAvg( return this; } /** - * - * *
        * Average aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; */ - public Builder mergeAvg( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg value) { + public Builder mergeAvg(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg value) { if (avgBuilder_ == null) { - if (operatorCase_ == 3 - && operator_ - != com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg - .getDefaultInstance()) { - operator_ = - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.newBuilder( - (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) - operator_) - .mergeFrom(value) - .buildPartial(); + if (operatorCase_ == 3 && + operator_ != com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance()) { + operator_ = com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.newBuilder((com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_) + .mergeFrom(value).buildPartial(); } else { operator_ = value; } @@ -4314,8 +3818,6 @@ public Builder mergeAvg( return this; } /** - * - * *
        * Average aggregator.
        * 
@@ -4339,21 +3841,16 @@ public Builder clearAvg() { return this; } /** - * - * *
        * Average aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; */ - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder - getAvgBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder getAvgBuilder() { return getAvgFieldBuilder().getBuilder(); } /** - * - * *
        * Average aggregator.
        * 
@@ -4361,21 +3858,17 @@ public Builder clearAvg() { * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder - getAvgOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder getAvgOrBuilder() { if ((operatorCase_ == 3) && (avgBuilder_ != null)) { return avgBuilder_.getMessageOrBuilder(); } else { if (operatorCase_ == 3) { return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg - .getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance(); } } /** - * - * *
        * Average aggregator.
        * 
@@ -4383,21 +3876,14 @@ public Builder clearAvg() { * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder> + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder> getAvgFieldBuilder() { if (avgBuilder_ == null) { if (!(operatorCase_ == 3)) { - operator_ = - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg - .getDefaultInstance(); + operator_ = com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance(); } - avgBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder>( + avgBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder>( (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_, getParentForChildren(), isClean()); @@ -4410,8 +3896,6 @@ public Builder clearAvg() { private java.lang.Object alias_ = ""; /** - * - * *
        * Optional. Optional name of the field to store the result of the
        * aggregation into.
@@ -4451,13 +3935,13 @@ public Builder clearAvg() {
        * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The alias. */ public java.lang.String getAlias() { java.lang.Object ref = alias_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); alias_ = s; return s; @@ -4466,8 +3950,6 @@ public java.lang.String getAlias() { } } /** - * - * *
        * Optional. Optional name of the field to store the result of the
        * aggregation into.
@@ -4507,14 +3989,15 @@ public java.lang.String getAlias() {
        * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for alias. */ - public com.google.protobuf.ByteString getAliasBytes() { + public com.google.protobuf.ByteString + getAliasBytes() { java.lang.Object ref = alias_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); alias_ = b; return b; } else { @@ -4522,8 +4005,6 @@ public com.google.protobuf.ByteString getAliasBytes() { } } /** - * - * *
        * Optional. Optional name of the field to store the result of the
        * aggregation into.
@@ -4563,22 +4044,18 @@ public com.google.protobuf.ByteString getAliasBytes() {
        * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The alias to set. * @return This builder for chaining. */ - public Builder setAlias(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setAlias( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } alias_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
        * Optional. Optional name of the field to store the result of the
        * aggregation into.
@@ -4618,7 +4095,6 @@ public Builder setAlias(java.lang.String value) {
        * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @return This builder for chaining. */ public Builder clearAlias() { @@ -4628,8 +4104,6 @@ public Builder clearAlias() { return this; } /** - * - * *
        * Optional. Optional name of the field to store the result of the
        * aggregation into.
@@ -4669,21 +4143,18 @@ public Builder clearAlias() {
        * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The bytes for alias to set. * @return This builder for chaining. */ - public Builder setAliasBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setAliasBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); alias_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -4696,44 +4167,41 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation) - private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation - DEFAULT_INSTANCE; - + private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation(); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation - getDefaultInstance() { + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Aggregation parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Aggregation parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -4745,25 +4213,21 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation - getDefaultInstanceForType() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } private int queryTypeCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object queryType_; - public enum QueryTypeCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { STRUCTURED_QUERY(1), QUERYTYPE_NOT_SET(0); private final int value; - private QueryTypeCase(int value) { this.value = value; } @@ -4779,34 +4243,29 @@ public static QueryTypeCase valueOf(int value) { public static QueryTypeCase forNumber(int value) { switch (value) { - case 1: - return STRUCTURED_QUERY; - case 0: - return QUERYTYPE_NOT_SET; - default: - return null; + case 1: return STRUCTURED_QUERY; + case 0: return QUERYTYPE_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public QueryTypeCase getQueryTypeCase() { - return QueryTypeCase.forNumber(queryTypeCase_); + public QueryTypeCase + getQueryTypeCase() { + return QueryTypeCase.forNumber( + queryTypeCase_); } public static final int STRUCTURED_QUERY_FIELD_NUMBER = 1; /** - * - * *
    * Nested structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 1; - * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -4814,26 +4273,21 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 1; } /** - * - * *
    * Nested structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 1; - * * @return The structuredQuery. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery getStructuredQuery() { if (queryTypeCase_ == 1) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } /** - * - * *
    * Nested structured query.
    * 
@@ -4843,19 +4297,15 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { @java.lang.Override public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder() { if (queryTypeCase_ == 1) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } public static final int AGGREGATIONS_FIELD_NUMBER = 3; - @SuppressWarnings("serial") - private java.util.List - aggregations_; + private java.util.List aggregations_; /** - * - * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -4865,18 +4315,13 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override - public java.util.List - getAggregationsList() { + public java.util.List getAggregationsList() { return aggregations_; } /** - * - * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -4886,19 +4331,14 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override - public java.util.List< - ? extends com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder> + public java.util.List getAggregationsOrBuilderList() { return aggregations_; } /** - * - * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -4908,17 +4348,13 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override public int getAggregationsCount() { return aggregations_.size(); } /** - * - * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -4928,17 +4364,13 @@ public int getAggregationsCount() {
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getAggregations(int index) { return aggregations_.get(index); } /** - * - * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -4948,18 +4380,15 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getAggrega
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder - getAggregationsOrBuilder(int index) { + public com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder getAggregationsOrBuilder( + int index) { return aggregations_.get(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -4971,7 +4400,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (queryTypeCase_ == 1) { output.writeMessage(1, (com.google.firestore.v1.StructuredQuery) queryType_); } @@ -4988,12 +4418,12 @@ public int getSerializedSize() { size = 0; if (queryTypeCase_ == 1) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 1, (com.google.firestore.v1.StructuredQuery) queryType_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, (com.google.firestore.v1.StructuredQuery) queryType_); } for (int i = 0; i < aggregations_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, aggregations_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, aggregations_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -5003,19 +4433,20 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredAggregationQuery)) { return super.equals(obj); } - com.google.firestore.v1.StructuredAggregationQuery other = - (com.google.firestore.v1.StructuredAggregationQuery) obj; + com.google.firestore.v1.StructuredAggregationQuery other = (com.google.firestore.v1.StructuredAggregationQuery) obj; - if (!getAggregationsList().equals(other.getAggregationsList())) return false; + if (!getAggregationsList() + .equals(other.getAggregationsList())) return false; if (!getQueryTypeCase().equals(other.getQueryTypeCase())) return false; switch (queryTypeCase_) { case 1: - if (!getStructuredQuery().equals(other.getStructuredQuery())) return false; + if (!getStructuredQuery() + .equals(other.getStructuredQuery())) return false; break; case 0: default: @@ -5049,103 +4480,98 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredAggregationQuery parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.StructuredAggregationQuery prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Firestore query for running an aggregation over a
    * [StructuredQuery][google.firestore.v1.StructuredQuery].
@@ -5153,32 +4579,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredAggregationQuery)
       com.google.firestore.v1.StructuredAggregationQueryOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.QueryProto
-          .internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.QueryProto
-          .internal_static_google_firestore_v1_StructuredAggregationQuery_fieldAccessorTable
+      return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.StructuredAggregationQuery.class,
-              com.google.firestore.v1.StructuredAggregationQuery.Builder.class);
+              com.google.firestore.v1.StructuredAggregationQuery.class, com.google.firestore.v1.StructuredAggregationQuery.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.StructuredAggregationQuery.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -5199,9 +4626,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.QueryProto
-          .internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor;
     }
 
     @java.lang.Override
@@ -5220,19 +4647,15 @@ public com.google.firestore.v1.StructuredAggregationQuery build() {
 
     @java.lang.Override
     public com.google.firestore.v1.StructuredAggregationQuery buildPartial() {
-      com.google.firestore.v1.StructuredAggregationQuery result =
-          new com.google.firestore.v1.StructuredAggregationQuery(this);
+      com.google.firestore.v1.StructuredAggregationQuery result = new com.google.firestore.v1.StructuredAggregationQuery(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       buildPartialOneofs(result);
       onBuilt();
       return result;
     }
 
-    private void buildPartialRepeatedFields(
-        com.google.firestore.v1.StructuredAggregationQuery result) {
+    private void buildPartialRepeatedFields(com.google.firestore.v1.StructuredAggregationQuery result) {
       if (aggregationsBuilder_ == null) {
         if (((bitField0_ & 0x00000002) != 0)) {
           aggregations_ = java.util.Collections.unmodifiableList(aggregations_);
@@ -5251,7 +4674,8 @@ private void buildPartial0(com.google.firestore.v1.StructuredAggregationQuery re
     private void buildPartialOneofs(com.google.firestore.v1.StructuredAggregationQuery result) {
       result.queryTypeCase_ = queryTypeCase_;
       result.queryType_ = this.queryType_;
-      if (queryTypeCase_ == 1 && structuredQueryBuilder_ != null) {
+      if (queryTypeCase_ == 1 &&
+          structuredQueryBuilder_ != null) {
         result.queryType_ = structuredQueryBuilder_.build();
       }
     }
@@ -5260,39 +4684,38 @@ private void buildPartialOneofs(com.google.firestore.v1.StructuredAggregationQue
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.StructuredAggregationQuery) {
-        return mergeFrom((com.google.firestore.v1.StructuredAggregationQuery) other);
+        return mergeFrom((com.google.firestore.v1.StructuredAggregationQuery)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -5300,8 +4723,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.StructuredAggregationQuery other) {
-      if (other == com.google.firestore.v1.StructuredAggregationQuery.getDefaultInstance())
-        return this;
+      if (other == com.google.firestore.v1.StructuredAggregationQuery.getDefaultInstance()) return this;
       if (aggregationsBuilder_ == null) {
         if (!other.aggregations_.isEmpty()) {
           if (aggregations_.isEmpty()) {
@@ -5320,25 +4742,22 @@ public Builder mergeFrom(com.google.firestore.v1.StructuredAggregationQuery othe
             aggregationsBuilder_ = null;
             aggregations_ = other.aggregations_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            aggregationsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getAggregationsFieldBuilder()
-                    : null;
+            aggregationsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getAggregationsFieldBuilder() : null;
           } else {
             aggregationsBuilder_.addAllMessages(other.aggregations_);
           }
         }
       }
       switch (other.getQueryTypeCase()) {
-        case STRUCTURED_QUERY:
-          {
-            mergeStructuredQuery(other.getStructuredQuery());
-            break;
-          }
-        case QUERYTYPE_NOT_SET:
-          {
-            break;
-          }
+        case STRUCTURED_QUERY: {
+          mergeStructuredQuery(other.getStructuredQuery());
+          break;
+        }
+        case QUERYTYPE_NOT_SET: {
+          break;
+        }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -5366,33 +4785,32 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getStructuredQueryFieldBuilder().getBuilder(), extensionRegistry);
-                queryTypeCase_ = 1;
-                break;
-              } // case 10
-            case 26:
-              {
-                com.google.firestore.v1.StructuredAggregationQuery.Aggregation m =
-                    input.readMessage(
-                        com.google.firestore.v1.StructuredAggregationQuery.Aggregation.parser(),
-                        extensionRegistry);
-                if (aggregationsBuilder_ == null) {
-                  ensureAggregationsIsMutable();
-                  aggregations_.add(m);
-                } else {
-                  aggregationsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getStructuredQueryFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              queryTypeCase_ = 1;
+              break;
+            } // case 10
+            case 26: {
+              com.google.firestore.v1.StructuredAggregationQuery.Aggregation m =
+                  input.readMessage(
+                      com.google.firestore.v1.StructuredAggregationQuery.Aggregation.parser(),
+                      extensionRegistry);
+              if (aggregationsBuilder_ == null) {
+                ensureAggregationsIsMutable();
+                aggregations_.add(m);
+              } else {
+                aggregationsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 26
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -5402,12 +4820,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int queryTypeCase_ = 0;
     private java.lang.Object queryType_;
-
-    public QueryTypeCase getQueryTypeCase() {
-      return QueryTypeCase.forNumber(queryTypeCase_);
+    public QueryTypeCase
+        getQueryTypeCase() {
+      return QueryTypeCase.forNumber(
+          queryTypeCase_);
     }
 
     public Builder clearQueryType() {
@@ -5420,19 +4838,13 @@ public Builder clearQueryType() {
     private int bitField0_;
 
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.StructuredQuery,
-            com.google.firestore.v1.StructuredQuery.Builder,
-            com.google.firestore.v1.StructuredQueryOrBuilder>
-        structuredQueryBuilder_;
+        com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> structuredQueryBuilder_;
     /**
-     *
-     *
      * 
      * Nested structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 1; - * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -5440,14 +4852,11 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 1; } /** - * - * *
      * Nested structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 1; - * * @return The structuredQuery. */ @java.lang.Override @@ -5465,8 +4874,6 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { } } /** - * - * *
      * Nested structured query.
      * 
@@ -5487,8 +4894,6 @@ public Builder setStructuredQuery(com.google.firestore.v1.StructuredQuery value) return this; } /** - * - * *
      * Nested structured query.
      * 
@@ -5507,8 +4912,6 @@ public Builder setStructuredQuery( return this; } /** - * - * *
      * Nested structured query.
      * 
@@ -5517,13 +4920,10 @@ public Builder setStructuredQuery( */ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery value) { if (structuredQueryBuilder_ == null) { - if (queryTypeCase_ == 1 - && queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { - queryType_ = - com.google.firestore.v1.StructuredQuery.newBuilder( - (com.google.firestore.v1.StructuredQuery) queryType_) - .mergeFrom(value) - .buildPartial(); + if (queryTypeCase_ == 1 && + queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { + queryType_ = com.google.firestore.v1.StructuredQuery.newBuilder((com.google.firestore.v1.StructuredQuery) queryType_) + .mergeFrom(value).buildPartial(); } else { queryType_ = value; } @@ -5539,8 +4939,6 @@ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery valu return this; } /** - * - * *
      * Nested structured query.
      * 
@@ -5564,8 +4962,6 @@ public Builder clearStructuredQuery() { return this; } /** - * - * *
      * Nested structured query.
      * 
@@ -5576,8 +4972,6 @@ public com.google.firestore.v1.StructuredQuery.Builder getStructuredQueryBuilder return getStructuredQueryFieldBuilder().getBuilder(); } /** - * - * *
      * Nested structured query.
      * 
@@ -5596,8 +4990,6 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil } } /** - * - * *
      * Nested structured query.
      * 
@@ -5605,19 +4997,14 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil * .google.firestore.v1.StructuredQuery structured_query = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, - com.google.firestore.v1.StructuredQuery.Builder, - com.google.firestore.v1.StructuredQueryOrBuilder> + com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> getStructuredQueryFieldBuilder() { if (structuredQueryBuilder_ == null) { if (!(queryTypeCase_ == 1)) { queryType_ = com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } - structuredQueryBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, - com.google.firestore.v1.StructuredQuery.Builder, - com.google.firestore.v1.StructuredQueryOrBuilder>( + structuredQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder>( (com.google.firestore.v1.StructuredQuery) queryType_, getParentForChildren(), isClean()); @@ -5628,27 +5015,19 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil return structuredQueryBuilder_; } - private java.util.List - aggregations_ = java.util.Collections.emptyList(); - + private java.util.List aggregations_ = + java.util.Collections.emptyList(); private void ensureAggregationsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { - aggregations_ = - new java.util.ArrayList( - aggregations_); + aggregations_ = new java.util.ArrayList(aggregations_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder, - com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder> - aggregationsBuilder_; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder, com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder> aggregationsBuilder_; /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5658,12 +5037,9 @@ private void ensureAggregationsIsMutable() {
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - public java.util.List - getAggregationsList() { + public java.util.List getAggregationsList() { if (aggregationsBuilder_ == null) { return java.util.Collections.unmodifiableList(aggregations_); } else { @@ -5671,8 +5047,6 @@ private void ensureAggregationsIsMutable() { } } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5682,9 +5056,7 @@ private void ensureAggregationsIsMutable() {
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public int getAggregationsCount() { if (aggregationsBuilder_ == null) { @@ -5694,8 +5066,6 @@ public int getAggregationsCount() { } } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5705,12 +5075,9 @@ public int getAggregationsCount() {
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getAggregations( - int index) { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getAggregations(int index) { if (aggregationsBuilder_ == null) { return aggregations_.get(index); } else { @@ -5718,8 +5085,6 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getAggrega } } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5729,9 +5094,7 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getAggrega
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setAggregations( int index, com.google.firestore.v1.StructuredAggregationQuery.Aggregation value) { @@ -5748,8 +5111,6 @@ public Builder setAggregations( return this; } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5759,13 +5120,10 @@ public Builder setAggregations(
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setAggregations( - int index, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder builderForValue) { + int index, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder builderForValue) { if (aggregationsBuilder_ == null) { ensureAggregationsIsMutable(); aggregations_.set(index, builderForValue.build()); @@ -5776,8 +5134,6 @@ public Builder setAggregations( return this; } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5787,12 +5143,9 @@ public Builder setAggregations(
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - public Builder addAggregations( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation value) { + public Builder addAggregations(com.google.firestore.v1.StructuredAggregationQuery.Aggregation value) { if (aggregationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -5806,8 +5159,6 @@ public Builder addAggregations( return this; } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5817,9 +5168,7 @@ public Builder addAggregations(
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder addAggregations( int index, com.google.firestore.v1.StructuredAggregationQuery.Aggregation value) { @@ -5836,8 +5185,6 @@ public Builder addAggregations( return this; } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5847,9 +5194,7 @@ public Builder addAggregations(
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder addAggregations( com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder builderForValue) { @@ -5863,8 +5208,6 @@ public Builder addAggregations( return this; } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5874,13 +5217,10 @@ public Builder addAggregations(
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder addAggregations( - int index, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder builderForValue) { + int index, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder builderForValue) { if (aggregationsBuilder_ == null) { ensureAggregationsIsMutable(); aggregations_.add(index, builderForValue.build()); @@ -5891,8 +5231,6 @@ public Builder addAggregations( return this; } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5902,16 +5240,14 @@ public Builder addAggregations(
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder addAllAggregations( - java.lang.Iterable - values) { + java.lang.Iterable values) { if (aggregationsBuilder_ == null) { ensureAggregationsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, aggregations_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, aggregations_); onChanged(); } else { aggregationsBuilder_.addAllMessages(values); @@ -5919,8 +5255,6 @@ public Builder addAllAggregations( return this; } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5930,9 +5264,7 @@ public Builder addAllAggregations(
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder clearAggregations() { if (aggregationsBuilder_ == null) { @@ -5945,8 +5277,6 @@ public Builder clearAggregations() { return this; } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5956,9 +5286,7 @@ public Builder clearAggregations() {
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder removeAggregations(int index) { if (aggregationsBuilder_ == null) { @@ -5971,8 +5299,6 @@ public Builder removeAggregations(int index) { return this; } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5982,17 +5308,13 @@ public Builder removeAggregations(int index) {
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder - getAggregationsBuilder(int index) { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder getAggregationsBuilder( + int index) { return getAggregationsFieldBuilder().getBuilder(index); } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -6002,21 +5324,16 @@ public Builder removeAggregations(int index) {
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - public com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder - getAggregationsOrBuilder(int index) { + public com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder getAggregationsOrBuilder( + int index) { if (aggregationsBuilder_ == null) { - return aggregations_.get(index); - } else { + return aggregations_.get(index); } else { return aggregationsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -6026,13 +5343,10 @@ public Builder removeAggregations(int index) {
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - public java.util.List< - ? extends com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder> - getAggregationsOrBuilderList() { + public java.util.List + getAggregationsOrBuilderList() { if (aggregationsBuilder_ != null) { return aggregationsBuilder_.getMessageOrBuilderList(); } else { @@ -6040,8 +5354,6 @@ public Builder removeAggregations(int index) { } } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -6051,19 +5363,13 @@ public Builder removeAggregations(int index) {
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder - addAggregationsBuilder() { - return getAggregationsFieldBuilder() - .addBuilder( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.getDefaultInstance()); + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder addAggregationsBuilder() { + return getAggregationsFieldBuilder().addBuilder( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.getDefaultInstance()); } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -6073,20 +5379,14 @@ public Builder removeAggregations(int index) {
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder - addAggregationsBuilder(int index) { - return getAggregationsFieldBuilder() - .addBuilder( - index, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.getDefaultInstance()); + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder addAggregationsBuilder( + int index) { + return getAggregationsFieldBuilder().addBuilder( + index, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.getDefaultInstance()); } /** - * - * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -6096,34 +5396,29 @@ public Builder removeAggregations(int index) {
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - public java.util.List - getAggregationsBuilderList() { + public java.util.List + getAggregationsBuilderList() { return getAggregationsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder, - com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder> + com.google.firestore.v1.StructuredAggregationQuery.Aggregation, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder, com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder> getAggregationsFieldBuilder() { if (aggregationsBuilder_ == null) { - aggregationsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation, - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder, - com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder>( - aggregations_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); + aggregationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.v1.StructuredAggregationQuery.Aggregation, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder, com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder>( + aggregations_, + ((bitField0_ & 0x00000002) != 0), + getParentForChildren(), + isClean()); aggregations_ = null; } return aggregationsBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -6133,12 +5428,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredAggregationQuery) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredAggregationQuery) private static final com.google.firestore.v1.StructuredAggregationQuery DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredAggregationQuery(); } @@ -6147,27 +5442,27 @@ public static com.google.firestore.v1.StructuredAggregationQuery getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StructuredAggregationQuery parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StructuredAggregationQuery parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -6182,4 +5477,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.firestore.v1.StructuredAggregationQuery getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQueryOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQueryOrBuilder.java similarity index 62% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQueryOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQueryOrBuilder.java index d54a16da2..8a9bcc5bb 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQueryOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQueryOrBuilder.java @@ -1,56 +1,32 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/query.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface StructuredAggregationQueryOrBuilder - extends +public interface StructuredAggregationQueryOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredAggregationQuery) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Nested structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 1; - * * @return Whether the structuredQuery field is set. */ boolean hasStructuredQuery(); /** - * - * *
    * Nested structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 1; - * * @return The structuredQuery. */ com.google.firestore.v1.StructuredQuery getStructuredQuery(); /** - * - * *
    * Nested structured query.
    * 
@@ -60,8 +36,6 @@ public interface StructuredAggregationQueryOrBuilder com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder(); /** - * - * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -71,15 +45,11 @@ public interface StructuredAggregationQueryOrBuilder
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - java.util.List + java.util.List getAggregationsList(); /** - * - * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -89,14 +59,10 @@ public interface StructuredAggregationQueryOrBuilder
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ com.google.firestore.v1.StructuredAggregationQuery.Aggregation getAggregations(int index); /** - * - * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -106,14 +72,10 @@ public interface StructuredAggregationQueryOrBuilder
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ int getAggregationsCount(); /** - * - * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -123,15 +85,11 @@ public interface StructuredAggregationQueryOrBuilder
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - java.util.List + java.util.List getAggregationsOrBuilderList(); /** - * - * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -141,9 +99,7 @@ public interface StructuredAggregationQueryOrBuilder
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; */ com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder getAggregationsOrBuilder( int index); diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQuery.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQuery.java similarity index 75% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQuery.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQuery.java index ab1af0bd3..af5401619 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQuery.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQuery.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/query.proto @@ -20,8 +5,6 @@ package com.google.firestore.v1; /** - * - * *
  * A Firestore query.
  *
@@ -36,16 +19,15 @@
  *
  * Protobuf type {@code google.firestore.v1.StructuredQuery}
  */
-public final class StructuredQuery extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class StructuredQuery extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery)
     StructuredQueryOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use StructuredQuery.newBuilder() to construct.
   private StructuredQuery(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private StructuredQuery() {
     from_ = java.util.Collections.emptyList();
     orderBy_ = java.util.Collections.emptyList();
@@ -53,38 +35,34 @@ private StructuredQuery() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new StructuredQuery();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.QueryProto
-        .internal_static_google_firestore_v1_StructuredQuery_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.QueryProto
-        .internal_static_google_firestore_v1_StructuredQuery_fieldAccessorTable
+    return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.StructuredQuery.class,
-            com.google.firestore.v1.StructuredQuery.Builder.class);
+            com.google.firestore.v1.StructuredQuery.class, com.google.firestore.v1.StructuredQuery.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * A sort direction.
    * 
* * Protobuf enum {@code google.firestore.v1.StructuredQuery.Direction} */ - public enum Direction implements com.google.protobuf.ProtocolMessageEnum { + public enum Direction + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * Unspecified.
      * 
@@ -93,8 +71,6 @@ public enum Direction implements com.google.protobuf.ProtocolMessageEnum { */ DIRECTION_UNSPECIFIED(0), /** - * - * *
      * Ascending.
      * 
@@ -103,8 +79,6 @@ public enum Direction implements com.google.protobuf.ProtocolMessageEnum { */ ASCENDING(1), /** - * - * *
      * Descending.
      * 
@@ -116,8 +90,6 @@ public enum Direction implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * Unspecified.
      * 
@@ -126,8 +98,6 @@ public enum Direction implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DIRECTION_UNSPECIFIED_VALUE = 0; /** - * - * *
      * Ascending.
      * 
@@ -136,8 +106,6 @@ public enum Direction implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ASCENDING_VALUE = 1; /** - * - * *
      * Descending.
      * 
@@ -146,6 +114,7 @@ public enum Direction implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DESCENDING_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -170,49 +139,49 @@ public static Direction valueOf(int value) { */ public static Direction forNumber(int value) { switch (value) { - case 0: - return DIRECTION_UNSPECIFIED; - case 1: - return ASCENDING; - case 2: - return DESCENDING; - default: - return null; + case 0: return DIRECTION_UNSPECIFIED; + case 1: return ASCENDING; + case 2: return DESCENDING; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + Direction> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Direction findValueByNumber(int number) { + return Direction.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public Direction findValueByNumber(int number) { - return Direction.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.firestore.v1.StructuredQuery.getDescriptor().getEnumTypes().get(0); } private static final Direction[] VALUES = values(); - public static Direction valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static Direction valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -229,41 +198,33 @@ private Direction(int value) { // @@protoc_insertion_point(enum_scope:google.firestore.v1.StructuredQuery.Direction) } - public interface CollectionSelectorOrBuilder - extends + public interface CollectionSelectorOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.CollectionSelector) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The collection ID.
      * When set, selects only collections with this ID.
      * 
* * string collection_id = 2; - * * @return The collectionId. */ java.lang.String getCollectionId(); /** - * - * *
      * The collection ID.
      * When set, selects only collections with this ID.
      * 
* * string collection_id = 2; - * * @return The bytes for collectionId. */ - com.google.protobuf.ByteString getCollectionIdBytes(); + com.google.protobuf.ByteString + getCollectionIdBytes(); /** - * - * *
      * When false, selects only collections that are immediate children of
      * the `parent` specified in the containing `RunQueryRequest`.
@@ -271,69 +232,60 @@ public interface CollectionSelectorOrBuilder
      * 
* * bool all_descendants = 3; - * * @return The allDescendants. */ boolean getAllDescendants(); } /** - * - * *
    * A selection of a collection, such as `messages as m1`.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.CollectionSelector} */ - public static final class CollectionSelector extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class CollectionSelector extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.CollectionSelector) CollectionSelectorOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use CollectionSelector.newBuilder() to construct. private CollectionSelector(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CollectionSelector() { collectionId_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CollectionSelector(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.CollectionSelector.class, - com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder.class); + com.google.firestore.v1.StructuredQuery.CollectionSelector.class, com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder.class); } public static final int COLLECTION_ID_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object collectionId_ = ""; /** - * - * *
      * The collection ID.
      * When set, selects only collections with this ID.
      * 
* * string collection_id = 2; - * * @return The collectionId. */ @java.lang.Override @@ -342,30 +294,30 @@ public java.lang.String getCollectionId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); collectionId_ = s; return s; } } /** - * - * *
      * The collection ID.
      * When set, selects only collections with this ID.
      * 
* * string collection_id = 2; - * * @return The bytes for collectionId. */ @java.lang.Override - public com.google.protobuf.ByteString getCollectionIdBytes() { + public com.google.protobuf.ByteString + getCollectionIdBytes() { java.lang.Object ref = collectionId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); collectionId_ = b; return b; } else { @@ -376,8 +328,6 @@ public com.google.protobuf.ByteString getCollectionIdBytes() { public static final int ALL_DESCENDANTS_FIELD_NUMBER = 3; private boolean allDescendants_ = false; /** - * - * *
      * When false, selects only collections that are immediate children of
      * the `parent` specified in the containing `RunQueryRequest`.
@@ -385,7 +335,6 @@ public com.google.protobuf.ByteString getCollectionIdBytes() {
      * 
* * bool all_descendants = 3; - * * @return The allDescendants. */ @java.lang.Override @@ -394,7 +343,6 @@ public boolean getAllDescendants() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -406,7 +354,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collectionId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, collectionId_); } @@ -426,7 +375,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, collectionId_); } if (allDescendants_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, allDescendants_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(3, allDescendants_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -436,16 +386,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredQuery.CollectionSelector)) { return super.equals(obj); } - com.google.firestore.v1.StructuredQuery.CollectionSelector other = - (com.google.firestore.v1.StructuredQuery.CollectionSelector) obj; + com.google.firestore.v1.StructuredQuery.CollectionSelector other = (com.google.firestore.v1.StructuredQuery.CollectionSelector) obj; - if (!getCollectionId().equals(other.getCollectionId())) return false; - if (getAllDescendants() != other.getAllDescendants()) return false; + if (!getCollectionId() + .equals(other.getCollectionId())) return false; + if (getAllDescendants() + != other.getAllDescendants()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -460,101 +411,97 @@ public int hashCode() { hash = (37 * hash) + COLLECTION_ID_FIELD_NUMBER; hash = (53 * hash) + getCollectionId().hashCode(); hash = (37 * hash) + ALL_DESCENDANTS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getAllDescendants()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getAllDescendants()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.v1.StructuredQuery.CollectionSelector prototype) { + public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.CollectionSelector prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -564,41 +511,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * A selection of a collection, such as `messages as m1`.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.CollectionSelector} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.CollectionSelector) com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.CollectionSelector.class, - com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder.class); + com.google.firestore.v1.StructuredQuery.CollectionSelector.class, com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.CollectionSelector.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -609,14 +554,13 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor; } @java.lang.Override - public com.google.firestore.v1.StructuredQuery.CollectionSelector - getDefaultInstanceForType() { + public com.google.firestore.v1.StructuredQuery.CollectionSelector getDefaultInstanceForType() { return com.google.firestore.v1.StructuredQuery.CollectionSelector.getDefaultInstance(); } @@ -631,17 +575,13 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelector build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.CollectionSelector buildPartial() { - com.google.firestore.v1.StructuredQuery.CollectionSelector result = - new com.google.firestore.v1.StructuredQuery.CollectionSelector(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.StructuredQuery.CollectionSelector result = new com.google.firestore.v1.StructuredQuery.CollectionSelector(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } - private void buildPartial0( - com.google.firestore.v1.StructuredQuery.CollectionSelector result) { + private void buildPartial0(com.google.firestore.v1.StructuredQuery.CollectionSelector result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.collectionId_ = collectionId_; @@ -655,41 +595,38 @@ private void buildPartial0( public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.CollectionSelector) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.CollectionSelector) other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.CollectionSelector)other); } else { super.mergeFrom(other); return this; @@ -697,9 +634,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.CollectionSelector other) { - if (other - == com.google.firestore.v1.StructuredQuery.CollectionSelector.getDefaultInstance()) - return this; + if (other == com.google.firestore.v1.StructuredQuery.CollectionSelector.getDefaultInstance()) return this; if (!other.getCollectionId().isEmpty()) { collectionId_ = other.collectionId_; bitField0_ |= 0x00000001; @@ -734,25 +669,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: - { - collectionId_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 18 - case 24: - { - allDescendants_ = input.readBool(); - bitField0_ |= 0x00000002; - break; - } // case 24 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: { + collectionId_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 18 + case 24: { + allDescendants_ = input.readBool(); + bitField0_ |= 0x00000002; + break; + } // case 24 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -762,26 +694,23 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object collectionId_ = ""; /** - * - * *
        * The collection ID.
        * When set, selects only collections with this ID.
        * 
* * string collection_id = 2; - * * @return The collectionId. */ public java.lang.String getCollectionId() { java.lang.Object ref = collectionId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); collectionId_ = s; return s; @@ -790,22 +719,21 @@ public java.lang.String getCollectionId() { } } /** - * - * *
        * The collection ID.
        * When set, selects only collections with this ID.
        * 
* * string collection_id = 2; - * * @return The bytes for collectionId. */ - public com.google.protobuf.ByteString getCollectionIdBytes() { + public com.google.protobuf.ByteString + getCollectionIdBytes() { java.lang.Object ref = collectionId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); collectionId_ = b; return b; } else { @@ -813,37 +741,30 @@ public com.google.protobuf.ByteString getCollectionIdBytes() { } } /** - * - * *
        * The collection ID.
        * When set, selects only collections with this ID.
        * 
* * string collection_id = 2; - * * @param value The collectionId to set. * @return This builder for chaining. */ - public Builder setCollectionId(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCollectionId( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } collectionId_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * The collection ID.
        * When set, selects only collections with this ID.
        * 
* * string collection_id = 2; - * * @return This builder for chaining. */ public Builder clearCollectionId() { @@ -853,22 +774,18 @@ public Builder clearCollectionId() { return this; } /** - * - * *
        * The collection ID.
        * When set, selects only collections with this ID.
        * 
* * string collection_id = 2; - * * @param value The bytes for collectionId to set. * @return This builder for chaining. */ - public Builder setCollectionIdBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCollectionIdBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); collectionId_ = value; bitField0_ |= 0x00000001; @@ -876,10 +793,8 @@ public Builder setCollectionIdBytes(com.google.protobuf.ByteString value) { return this; } - private boolean allDescendants_; + private boolean allDescendants_ ; /** - * - * *
        * When false, selects only collections that are immediate children of
        * the `parent` specified in the containing `RunQueryRequest`.
@@ -887,7 +802,6 @@ public Builder setCollectionIdBytes(com.google.protobuf.ByteString value) {
        * 
* * bool all_descendants = 3; - * * @return The allDescendants. */ @java.lang.Override @@ -895,8 +809,6 @@ public boolean getAllDescendants() { return allDescendants_; } /** - * - * *
        * When false, selects only collections that are immediate children of
        * the `parent` specified in the containing `RunQueryRequest`.
@@ -904,7 +816,6 @@ public boolean getAllDescendants() {
        * 
* * bool all_descendants = 3; - * * @param value The allDescendants to set. * @return This builder for chaining. */ @@ -916,8 +827,6 @@ public Builder setAllDescendants(boolean value) { return this; } /** - * - * *
        * When false, selects only collections that are immediate children of
        * the `parent` specified in the containing `RunQueryRequest`.
@@ -925,7 +834,6 @@ public Builder setAllDescendants(boolean value) {
        * 
* * bool all_descendants = 3; - * * @return This builder for chaining. */ public Builder clearAllDescendants() { @@ -934,7 +842,6 @@ public Builder clearAllDescendants() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -947,13 +854,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.CollectionSelector) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.CollectionSelector) - private static final com.google.firestore.v1.StructuredQuery.CollectionSelector - DEFAULT_INSTANCE; - + private static final com.google.firestore.v1.StructuredQuery.CollectionSelector DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.CollectionSelector(); } @@ -962,28 +868,27 @@ public static com.google.firestore.v1.StructuredQuery.CollectionSelector getDefa return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CollectionSelector parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CollectionSelector parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -998,40 +903,32 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery.CollectionSelector getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface FilterOrBuilder - extends + public interface FilterOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.Filter) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * A composite filter.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; - * * @return Whether the compositeFilter field is set. */ boolean hasCompositeFilter(); /** - * - * *
      * A composite filter.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; - * * @return The compositeFilter. */ com.google.firestore.v1.StructuredQuery.CompositeFilter getCompositeFilter(); /** - * - * *
      * A composite filter.
      * 
@@ -1041,32 +938,24 @@ public interface FilterOrBuilder com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder getCompositeFilterOrBuilder(); /** - * - * *
      * A filter on a document field.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; - * * @return Whether the fieldFilter field is set. */ boolean hasFieldFilter(); /** - * - * *
      * A filter on a document field.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; - * * @return The fieldFilter. */ com.google.firestore.v1.StructuredQuery.FieldFilter getFieldFilter(); /** - * - * *
      * A filter on a document field.
      * 
@@ -1076,32 +965,24 @@ public interface FilterOrBuilder com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder getFieldFilterOrBuilder(); /** - * - * *
      * A filter that takes exactly one argument.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; - * * @return Whether the unaryFilter field is set. */ boolean hasUnaryFilter(); /** - * - * *
      * A filter that takes exactly one argument.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; - * * @return The unaryFilter. */ com.google.firestore.v1.StructuredQuery.UnaryFilter getUnaryFilter(); /** - * - * *
      * A filter that takes exactly one argument.
      * 
@@ -1113,62 +994,55 @@ public interface FilterOrBuilder com.google.firestore.v1.StructuredQuery.Filter.FilterTypeCase getFilterTypeCase(); } /** - * - * *
    * A filter.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.Filter} */ - public static final class Filter extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Filter extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.Filter) FilterOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Filter.newBuilder() to construct. private Filter(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private Filter() {} + private Filter() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Filter(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Filter_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Filter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.Filter.class, - com.google.firestore.v1.StructuredQuery.Filter.Builder.class); + com.google.firestore.v1.StructuredQuery.Filter.class, com.google.firestore.v1.StructuredQuery.Filter.Builder.class); } private int filterTypeCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object filterType_; - public enum FilterTypeCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { COMPOSITE_FILTER(1), FIELD_FILTER(2), UNARY_FILTER(3), FILTERTYPE_NOT_SET(0); private final int value; - private FilterTypeCase(int value) { this.value = value; } @@ -1184,38 +1058,31 @@ public static FilterTypeCase valueOf(int value) { public static FilterTypeCase forNumber(int value) { switch (value) { - case 1: - return COMPOSITE_FILTER; - case 2: - return FIELD_FILTER; - case 3: - return UNARY_FILTER; - case 0: - return FILTERTYPE_NOT_SET; - default: - return null; + case 1: return COMPOSITE_FILTER; + case 2: return FIELD_FILTER; + case 3: return UNARY_FILTER; + case 0: return FILTERTYPE_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public FilterTypeCase getFilterTypeCase() { - return FilterTypeCase.forNumber(filterTypeCase_); + public FilterTypeCase + getFilterTypeCase() { + return FilterTypeCase.forNumber( + filterTypeCase_); } public static final int COMPOSITE_FILTER_FIELD_NUMBER = 1; /** - * - * *
      * A composite filter.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; - * * @return Whether the compositeFilter field is set. */ @java.lang.Override @@ -1223,26 +1090,21 @@ public boolean hasCompositeFilter() { return filterTypeCase_ == 1; } /** - * - * *
      * A composite filter.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; - * * @return The compositeFilter. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.CompositeFilter getCompositeFilter() { if (filterTypeCase_ == 1) { - return (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_; + return (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_; } return com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance(); } /** - * - * *
      * A composite filter.
      * 
@@ -1250,24 +1112,20 @@ public com.google.firestore.v1.StructuredQuery.CompositeFilter getCompositeFilte * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; */ @java.lang.Override - public com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder - getCompositeFilterOrBuilder() { + public com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder getCompositeFilterOrBuilder() { if (filterTypeCase_ == 1) { - return (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_; + return (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_; } return com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance(); } public static final int FIELD_FILTER_FIELD_NUMBER = 2; /** - * - * *
      * A filter on a document field.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; - * * @return Whether the fieldFilter field is set. */ @java.lang.Override @@ -1275,26 +1133,21 @@ public boolean hasFieldFilter() { return filterTypeCase_ == 2; } /** - * - * *
      * A filter on a document field.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; - * * @return The fieldFilter. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldFilter getFieldFilter() { if (filterTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_; + return (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_; } return com.google.firestore.v1.StructuredQuery.FieldFilter.getDefaultInstance(); } /** - * - * *
      * A filter on a document field.
      * 
@@ -1304,21 +1157,18 @@ public com.google.firestore.v1.StructuredQuery.FieldFilter getFieldFilter() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder getFieldFilterOrBuilder() { if (filterTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_; + return (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_; } return com.google.firestore.v1.StructuredQuery.FieldFilter.getDefaultInstance(); } public static final int UNARY_FILTER_FIELD_NUMBER = 3; /** - * - * *
      * A filter that takes exactly one argument.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; - * * @return Whether the unaryFilter field is set. */ @java.lang.Override @@ -1326,26 +1176,21 @@ public boolean hasUnaryFilter() { return filterTypeCase_ == 3; } /** - * - * *
      * A filter that takes exactly one argument.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; - * * @return The unaryFilter. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.UnaryFilter getUnaryFilter() { if (filterTypeCase_ == 3) { - return (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_; + return (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_; } return com.google.firestore.v1.StructuredQuery.UnaryFilter.getDefaultInstance(); } /** - * - * *
      * A filter that takes exactly one argument.
      * 
@@ -1355,13 +1200,12 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilter getUnaryFilter() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder getUnaryFilterOrBuilder() { if (filterTypeCase_ == 3) { - return (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_; + return (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_; } return com.google.firestore.v1.StructuredQuery.UnaryFilter.getDefaultInstance(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1373,10 +1217,10 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (filterTypeCase_ == 1) { - output.writeMessage( - 1, (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_); + output.writeMessage(1, (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_); } if (filterTypeCase_ == 2) { output.writeMessage(2, (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_); @@ -1394,19 +1238,16 @@ public int getSerializedSize() { size = 0; if (filterTypeCase_ == 1) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 1, (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_); } if (filterTypeCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_); } if (filterTypeCase_ == 3) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 3, (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1416,24 +1257,26 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredQuery.Filter)) { return super.equals(obj); } - com.google.firestore.v1.StructuredQuery.Filter other = - (com.google.firestore.v1.StructuredQuery.Filter) obj; + com.google.firestore.v1.StructuredQuery.Filter other = (com.google.firestore.v1.StructuredQuery.Filter) obj; if (!getFilterTypeCase().equals(other.getFilterTypeCase())) return false; switch (filterTypeCase_) { case 1: - if (!getCompositeFilter().equals(other.getCompositeFilter())) return false; + if (!getCompositeFilter() + .equals(other.getCompositeFilter())) return false; break; case 2: - if (!getFieldFilter().equals(other.getFieldFilter())) return false; + if (!getFieldFilter() + .equals(other.getFieldFilter())) return false; break; case 3: - if (!getUnaryFilter().equals(other.getUnaryFilter())) return false; + if (!getUnaryFilter() + .equals(other.getUnaryFilter())) return false; break; case 0: default: @@ -1470,94 +1313,90 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.StructuredQuery.Filter parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.Filter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.Filter parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.Filter parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.Filter parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredQuery.Filter parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.Filter prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1567,41 +1406,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * A filter.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.Filter} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.Filter) com.google.firestore.v1.StructuredQuery.FilterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Filter_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Filter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.Filter.class, - com.google.firestore.v1.StructuredQuery.Filter.Builder.class); + com.google.firestore.v1.StructuredQuery.Filter.class, com.google.firestore.v1.StructuredQuery.Filter.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.Filter.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -1621,9 +1458,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor; } @java.lang.Override @@ -1642,11 +1479,8 @@ public com.google.firestore.v1.StructuredQuery.Filter build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.Filter buildPartial() { - com.google.firestore.v1.StructuredQuery.Filter result = - new com.google.firestore.v1.StructuredQuery.Filter(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.StructuredQuery.Filter result = new com.google.firestore.v1.StructuredQuery.Filter(this); + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -1659,13 +1493,16 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.Filter result private void buildPartialOneofs(com.google.firestore.v1.StructuredQuery.Filter result) { result.filterTypeCase_ = filterTypeCase_; result.filterType_ = this.filterType_; - if (filterTypeCase_ == 1 && compositeFilterBuilder_ != null) { + if (filterTypeCase_ == 1 && + compositeFilterBuilder_ != null) { result.filterType_ = compositeFilterBuilder_.build(); } - if (filterTypeCase_ == 2 && fieldFilterBuilder_ != null) { + if (filterTypeCase_ == 2 && + fieldFilterBuilder_ != null) { result.filterType_ = fieldFilterBuilder_.build(); } - if (filterTypeCase_ == 3 && unaryFilterBuilder_ != null) { + if (filterTypeCase_ == 3 && + unaryFilterBuilder_ != null) { result.filterType_ = unaryFilterBuilder_.build(); } } @@ -1674,41 +1511,38 @@ private void buildPartialOneofs(com.google.firestore.v1.StructuredQuery.Filter r public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.Filter) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.Filter) other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.Filter)other); } else { super.mergeFrom(other); return this; @@ -1716,28 +1550,23 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.Filter other) { - if (other == com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance()) - return this; + if (other == com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance()) return this; switch (other.getFilterTypeCase()) { - case COMPOSITE_FILTER: - { - mergeCompositeFilter(other.getCompositeFilter()); - break; - } - case FIELD_FILTER: - { - mergeFieldFilter(other.getFieldFilter()); - break; - } - case UNARY_FILTER: - { - mergeUnaryFilter(other.getUnaryFilter()); - break; - } - case FILTERTYPE_NOT_SET: - { - break; - } + case COMPOSITE_FILTER: { + mergeCompositeFilter(other.getCompositeFilter()); + break; + } + case FIELD_FILTER: { + mergeFieldFilter(other.getFieldFilter()); + break; + } + case UNARY_FILTER: { + mergeUnaryFilter(other.getUnaryFilter()); + break; + } + case FILTERTYPE_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -1765,32 +1594,33 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage( - getCompositeFilterFieldBuilder().getBuilder(), extensionRegistry); - filterTypeCase_ = 1; - break; - } // case 10 - case 18: - { - input.readMessage(getFieldFilterFieldBuilder().getBuilder(), extensionRegistry); - filterTypeCase_ = 2; - break; - } // case 18 - case 26: - { - input.readMessage(getUnaryFilterFieldBuilder().getBuilder(), extensionRegistry); - filterTypeCase_ = 3; - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getCompositeFilterFieldBuilder().getBuilder(), + extensionRegistry); + filterTypeCase_ = 1; + break; + } // case 10 + case 18: { + input.readMessage( + getFieldFilterFieldBuilder().getBuilder(), + extensionRegistry); + filterTypeCase_ = 2; + break; + } // case 18 + case 26: { + input.readMessage( + getUnaryFilterFieldBuilder().getBuilder(), + extensionRegistry); + filterTypeCase_ = 3; + break; + } // case 26 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1800,12 +1630,12 @@ public Builder mergeFrom( } // finally return this; } - private int filterTypeCase_ = 0; private java.lang.Object filterType_; - - public FilterTypeCase getFilterTypeCase() { - return FilterTypeCase.forNumber(filterTypeCase_); + public FilterTypeCase + getFilterTypeCase() { + return FilterTypeCase.forNumber( + filterTypeCase_); } public Builder clearFilterType() { @@ -1818,19 +1648,13 @@ public Builder clearFilterType() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.CompositeFilter, - com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder, - com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder> - compositeFilterBuilder_; + com.google.firestore.v1.StructuredQuery.CompositeFilter, com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder, com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder> compositeFilterBuilder_; /** - * - * *
        * A composite filter.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; - * * @return Whether the compositeFilter field is set. */ @java.lang.Override @@ -1838,14 +1662,11 @@ public boolean hasCompositeFilter() { return filterTypeCase_ == 1; } /** - * - * *
        * A composite filter.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; - * * @return The compositeFilter. */ @java.lang.Override @@ -1863,16 +1684,13 @@ public com.google.firestore.v1.StructuredQuery.CompositeFilter getCompositeFilte } } /** - * - * *
        * A composite filter.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; */ - public Builder setCompositeFilter( - com.google.firestore.v1.StructuredQuery.CompositeFilter value) { + public Builder setCompositeFilter(com.google.firestore.v1.StructuredQuery.CompositeFilter value) { if (compositeFilterBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1886,8 +1704,6 @@ public Builder setCompositeFilter( return this; } /** - * - * *
        * A composite filter.
        * 
@@ -1906,25 +1722,18 @@ public Builder setCompositeFilter( return this; } /** - * - * *
        * A composite filter.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; */ - public Builder mergeCompositeFilter( - com.google.firestore.v1.StructuredQuery.CompositeFilter value) { + public Builder mergeCompositeFilter(com.google.firestore.v1.StructuredQuery.CompositeFilter value) { if (compositeFilterBuilder_ == null) { - if (filterTypeCase_ == 1 - && filterType_ - != com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance()) { - filterType_ = - com.google.firestore.v1.StructuredQuery.CompositeFilter.newBuilder( - (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_) - .mergeFrom(value) - .buildPartial(); + if (filterTypeCase_ == 1 && + filterType_ != com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance()) { + filterType_ = com.google.firestore.v1.StructuredQuery.CompositeFilter.newBuilder((com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_) + .mergeFrom(value).buildPartial(); } else { filterType_ = value; } @@ -1940,8 +1749,6 @@ public Builder mergeCompositeFilter( return this; } /** - * - * *
        * A composite filter.
        * 
@@ -1965,21 +1772,16 @@ public Builder clearCompositeFilter() { return this; } /** - * - * *
        * A composite filter.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; */ - public com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder - getCompositeFilterBuilder() { + public com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder getCompositeFilterBuilder() { return getCompositeFilterFieldBuilder().getBuilder(); } /** - * - * *
        * A composite filter.
        * 
@@ -1987,8 +1789,7 @@ public Builder clearCompositeFilter() { * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; */ @java.lang.Override - public com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder - getCompositeFilterOrBuilder() { + public com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder getCompositeFilterOrBuilder() { if ((filterTypeCase_ == 1) && (compositeFilterBuilder_ != null)) { return compositeFilterBuilder_.getMessageOrBuilder(); } else { @@ -1999,8 +1800,6 @@ public Builder clearCompositeFilter() { } } /** - * - * *
        * A composite filter.
        * 
@@ -2008,20 +1807,14 @@ public Builder clearCompositeFilter() { * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.CompositeFilter, - com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder, - com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder> + com.google.firestore.v1.StructuredQuery.CompositeFilter, com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder, com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder> getCompositeFilterFieldBuilder() { if (compositeFilterBuilder_ == null) { if (!(filterTypeCase_ == 1)) { - filterType_ = - com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance(); + filterType_ = com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance(); } - compositeFilterBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.CompositeFilter, - com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder, - com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder>( + compositeFilterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.CompositeFilter, com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder, com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder>( (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_, getParentForChildren(), isClean()); @@ -2033,19 +1826,13 @@ public Builder clearCompositeFilter() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldFilter, - com.google.firestore.v1.StructuredQuery.FieldFilter.Builder, - com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder> - fieldFilterBuilder_; + com.google.firestore.v1.StructuredQuery.FieldFilter, com.google.firestore.v1.StructuredQuery.FieldFilter.Builder, com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder> fieldFilterBuilder_; /** - * - * *
        * A filter on a document field.
        * 
* * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; - * * @return Whether the fieldFilter field is set. */ @java.lang.Override @@ -2053,14 +1840,11 @@ public boolean hasFieldFilter() { return filterTypeCase_ == 2; } /** - * - * *
        * A filter on a document field.
        * 
* * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; - * * @return The fieldFilter. */ @java.lang.Override @@ -2078,8 +1862,6 @@ public com.google.firestore.v1.StructuredQuery.FieldFilter getFieldFilter() { } } /** - * - * *
        * A filter on a document field.
        * 
@@ -2100,8 +1882,6 @@ public Builder setFieldFilter(com.google.firestore.v1.StructuredQuery.FieldFilte return this; } /** - * - * *
        * A filter on a document field.
        * 
@@ -2120,8 +1900,6 @@ public Builder setFieldFilter( return this; } /** - * - * *
        * A filter on a document field.
        * 
@@ -2130,14 +1908,10 @@ public Builder setFieldFilter( */ public Builder mergeFieldFilter(com.google.firestore.v1.StructuredQuery.FieldFilter value) { if (fieldFilterBuilder_ == null) { - if (filterTypeCase_ == 2 - && filterType_ - != com.google.firestore.v1.StructuredQuery.FieldFilter.getDefaultInstance()) { - filterType_ = - com.google.firestore.v1.StructuredQuery.FieldFilter.newBuilder( - (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_) - .mergeFrom(value) - .buildPartial(); + if (filterTypeCase_ == 2 && + filterType_ != com.google.firestore.v1.StructuredQuery.FieldFilter.getDefaultInstance()) { + filterType_ = com.google.firestore.v1.StructuredQuery.FieldFilter.newBuilder((com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_) + .mergeFrom(value).buildPartial(); } else { filterType_ = value; } @@ -2153,8 +1927,6 @@ public Builder mergeFieldFilter(com.google.firestore.v1.StructuredQuery.FieldFil return this; } /** - * - * *
        * A filter on a document field.
        * 
@@ -2178,8 +1950,6 @@ public Builder clearFieldFilter() { return this; } /** - * - * *
        * A filter on a document field.
        * 
@@ -2190,8 +1960,6 @@ public com.google.firestore.v1.StructuredQuery.FieldFilter.Builder getFieldFilte return getFieldFilterFieldBuilder().getBuilder(); } /** - * - * *
        * A filter on a document field.
        * 
@@ -2199,8 +1967,7 @@ public com.google.firestore.v1.StructuredQuery.FieldFilter.Builder getFieldFilte * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; */ @java.lang.Override - public com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder - getFieldFilterOrBuilder() { + public com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder getFieldFilterOrBuilder() { if ((filterTypeCase_ == 2) && (fieldFilterBuilder_ != null)) { return fieldFilterBuilder_.getMessageOrBuilder(); } else { @@ -2211,8 +1978,6 @@ public com.google.firestore.v1.StructuredQuery.FieldFilter.Builder getFieldFilte } } /** - * - * *
        * A filter on a document field.
        * 
@@ -2220,19 +1985,14 @@ public com.google.firestore.v1.StructuredQuery.FieldFilter.Builder getFieldFilte * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldFilter, - com.google.firestore.v1.StructuredQuery.FieldFilter.Builder, - com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder> + com.google.firestore.v1.StructuredQuery.FieldFilter, com.google.firestore.v1.StructuredQuery.FieldFilter.Builder, com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder> getFieldFilterFieldBuilder() { if (fieldFilterBuilder_ == null) { if (!(filterTypeCase_ == 2)) { filterType_ = com.google.firestore.v1.StructuredQuery.FieldFilter.getDefaultInstance(); } - fieldFilterBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldFilter, - com.google.firestore.v1.StructuredQuery.FieldFilter.Builder, - com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder>( + fieldFilterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FieldFilter, com.google.firestore.v1.StructuredQuery.FieldFilter.Builder, com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder>( (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_, getParentForChildren(), isClean()); @@ -2244,19 +2004,13 @@ public com.google.firestore.v1.StructuredQuery.FieldFilter.Builder getFieldFilte } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.UnaryFilter, - com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder, - com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder> - unaryFilterBuilder_; + com.google.firestore.v1.StructuredQuery.UnaryFilter, com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder, com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder> unaryFilterBuilder_; /** - * - * *
        * A filter that takes exactly one argument.
        * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; - * * @return Whether the unaryFilter field is set. */ @java.lang.Override @@ -2264,14 +2018,11 @@ public boolean hasUnaryFilter() { return filterTypeCase_ == 3; } /** - * - * *
        * A filter that takes exactly one argument.
        * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; - * * @return The unaryFilter. */ @java.lang.Override @@ -2289,8 +2040,6 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilter getUnaryFilter() { } } /** - * - * *
        * A filter that takes exactly one argument.
        * 
@@ -2311,8 +2060,6 @@ public Builder setUnaryFilter(com.google.firestore.v1.StructuredQuery.UnaryFilte return this; } /** - * - * *
        * A filter that takes exactly one argument.
        * 
@@ -2331,8 +2078,6 @@ public Builder setUnaryFilter( return this; } /** - * - * *
        * A filter that takes exactly one argument.
        * 
@@ -2341,14 +2086,10 @@ public Builder setUnaryFilter( */ public Builder mergeUnaryFilter(com.google.firestore.v1.StructuredQuery.UnaryFilter value) { if (unaryFilterBuilder_ == null) { - if (filterTypeCase_ == 3 - && filterType_ - != com.google.firestore.v1.StructuredQuery.UnaryFilter.getDefaultInstance()) { - filterType_ = - com.google.firestore.v1.StructuredQuery.UnaryFilter.newBuilder( - (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_) - .mergeFrom(value) - .buildPartial(); + if (filterTypeCase_ == 3 && + filterType_ != com.google.firestore.v1.StructuredQuery.UnaryFilter.getDefaultInstance()) { + filterType_ = com.google.firestore.v1.StructuredQuery.UnaryFilter.newBuilder((com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_) + .mergeFrom(value).buildPartial(); } else { filterType_ = value; } @@ -2364,8 +2105,6 @@ public Builder mergeUnaryFilter(com.google.firestore.v1.StructuredQuery.UnaryFil return this; } /** - * - * *
        * A filter that takes exactly one argument.
        * 
@@ -2389,8 +2128,6 @@ public Builder clearUnaryFilter() { return this; } /** - * - * *
        * A filter that takes exactly one argument.
        * 
@@ -2401,8 +2138,6 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder getUnaryFilte return getUnaryFilterFieldBuilder().getBuilder(); } /** - * - * *
        * A filter that takes exactly one argument.
        * 
@@ -2410,8 +2145,7 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder getUnaryFilte * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; */ @java.lang.Override - public com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder - getUnaryFilterOrBuilder() { + public com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder getUnaryFilterOrBuilder() { if ((filterTypeCase_ == 3) && (unaryFilterBuilder_ != null)) { return unaryFilterBuilder_.getMessageOrBuilder(); } else { @@ -2422,8 +2156,6 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder getUnaryFilte } } /** - * - * *
        * A filter that takes exactly one argument.
        * 
@@ -2431,19 +2163,14 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder getUnaryFilte * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.UnaryFilter, - com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder, - com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder> + com.google.firestore.v1.StructuredQuery.UnaryFilter, com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder, com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder> getUnaryFilterFieldBuilder() { if (unaryFilterBuilder_ == null) { if (!(filterTypeCase_ == 3)) { filterType_ = com.google.firestore.v1.StructuredQuery.UnaryFilter.getDefaultInstance(); } - unaryFilterBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.UnaryFilter, - com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder, - com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder>( + unaryFilterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.UnaryFilter, com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder, com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder>( (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_, getParentForChildren(), isClean()); @@ -2453,7 +2180,6 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder getUnaryFilte onChanged(); return unaryFilterBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2466,12 +2192,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.Filter) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.Filter) private static final com.google.firestore.v1.StructuredQuery.Filter DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.Filter(); } @@ -2480,28 +2206,27 @@ public static com.google.firestore.v1.StructuredQuery.Filter getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Filter parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Filter parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2516,41 +2241,33 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery.Filter getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface CompositeFilterOrBuilder - extends + public interface CompositeFilterOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.CompositeFilter) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The operator for combining multiple filters.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; - * * @return The enum numeric value on the wire for op. */ int getOpValue(); /** - * - * *
      * The operator for combining multiple filters.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; - * * @return The op. */ com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator getOp(); /** - * - * *
      * The list of filters to combine.
      *
@@ -2561,10 +2278,9 @@ public interface CompositeFilterOrBuilder
      *
      * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
      */
-    java.util.List getFiltersList();
+    java.util.List 
+        getFiltersList();
     /**
-     *
-     *
      * 
      * The list of filters to combine.
      *
@@ -2577,8 +2293,6 @@ public interface CompositeFilterOrBuilder
      */
     com.google.firestore.v1.StructuredQuery.Filter getFilters(int index);
     /**
-     *
-     *
      * 
      * The list of filters to combine.
      *
@@ -2591,8 +2305,6 @@ public interface CompositeFilterOrBuilder
      */
     int getFiltersCount();
     /**
-     *
-     *
      * 
      * The list of filters to combine.
      *
@@ -2603,11 +2315,9 @@ public interface CompositeFilterOrBuilder
      *
      * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
      */
-    java.util.List
+    java.util.List 
         getFiltersOrBuilderList();
     /**
-     *
-     *
      * 
      * The list of filters to combine.
      *
@@ -2618,27 +2328,25 @@ public interface CompositeFilterOrBuilder
      *
      * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
      */
-    com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuilder(int index);
+    com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuilder(
+        int index);
   }
   /**
-   *
-   *
    * 
    * A filter that merges multiple other filters using the given operator.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.CompositeFilter} */ - public static final class CompositeFilter extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class CompositeFilter extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.CompositeFilter) CompositeFilterOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use CompositeFilter.newBuilder() to construct. private CompositeFilter(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CompositeFilter() { op_ = 0; filters_ = java.util.Collections.emptyList(); @@ -2646,38 +2354,34 @@ private CompositeFilter() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CompositeFilter(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.CompositeFilter.class, - com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder.class); + com.google.firestore.v1.StructuredQuery.CompositeFilter.class, com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder.class); } /** - * - * *
      * A composite filter operator.
      * 
* * Protobuf enum {@code google.firestore.v1.StructuredQuery.CompositeFilter.Operator} */ - public enum Operator implements com.google.protobuf.ProtocolMessageEnum { + public enum Operator + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
        * Unspecified. This value must not be used.
        * 
@@ -2686,8 +2390,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ OPERATOR_UNSPECIFIED(0), /** - * - * *
        * Documents are required to satisfy all of the combined filters.
        * 
@@ -2696,8 +2398,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ AND(1), /** - * - * *
        * Documents are required to satisfy at least one of the combined filters.
        * 
@@ -2709,8 +2409,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
        * Unspecified. This value must not be used.
        * 
@@ -2719,8 +2417,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ public static final int OPERATOR_UNSPECIFIED_VALUE = 0; /** - * - * *
        * Documents are required to satisfy all of the combined filters.
        * 
@@ -2729,8 +2425,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ public static final int AND_VALUE = 1; /** - * - * *
        * Documents are required to satisfy at least one of the combined filters.
        * 
@@ -2739,6 +2433,7 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ public static final int OR_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -2763,51 +2458,49 @@ public static Operator valueOf(int value) { */ public static Operator forNumber(int value) { switch (value) { - case 0: - return OPERATOR_UNSPECIFIED; - case 1: - return AND; - case 2: - return OR; - default: - return null; + case 0: return OPERATOR_UNSPECIFIED; + case 1: return AND; + case 2: return OR; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + Operator> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Operator findValueByNumber(int number) { + return Operator.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public Operator findValueByNumber(int number) { - return Operator.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { - return com.google.firestore.v1.StructuredQuery.CompositeFilter.getDescriptor() - .getEnumTypes() - .get(0); + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.firestore.v1.StructuredQuery.CompositeFilter.getDescriptor().getEnumTypes().get(0); } private static final Operator[] VALUES = values(); - public static Operator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static Operator valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -2827,47 +2520,33 @@ private Operator(int value) { public static final int OP_FIELD_NUMBER = 1; private int op_ = 0; /** - * - * *
      * The operator for combining multiple filters.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; - * * @return The enum numeric value on the wire for op. */ - @java.lang.Override - public int getOpValue() { + @java.lang.Override public int getOpValue() { return op_; } /** - * - * *
      * The operator for combining multiple filters.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; - * * @return The op. */ - @java.lang.Override - public com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator getOp() { - com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator result = - com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.forNumber(op_); - return result == null - ? com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator getOp() { + com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator result = com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.forNumber(op_); + return result == null ? com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.UNRECOGNIZED : result; } public static final int FILTERS_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private java.util.List filters_; /** - * - * *
      * The list of filters to combine.
      *
@@ -2883,8 +2562,6 @@ public java.util.List getFilters
       return filters_;
     }
     /**
-     *
-     *
      * 
      * The list of filters to combine.
      *
@@ -2896,13 +2573,11 @@ public java.util.List getFilters
      * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
      */
     @java.lang.Override
-    public java.util.List
+    public java.util.List 
         getFiltersOrBuilderList() {
       return filters_;
     }
     /**
-     *
-     *
      * 
      * The list of filters to combine.
      *
@@ -2918,8 +2593,6 @@ public int getFiltersCount() {
       return filters_.size();
     }
     /**
-     *
-     *
      * 
      * The list of filters to combine.
      *
@@ -2935,8 +2608,6 @@ public com.google.firestore.v1.StructuredQuery.Filter getFilters(int index) {
       return filters_.get(index);
     }
     /**
-     *
-     *
      * 
      * The list of filters to combine.
      *
@@ -2948,12 +2619,12 @@ public com.google.firestore.v1.StructuredQuery.Filter getFilters(int index) {
      * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
      */
     @java.lang.Override
-    public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuilder(int index) {
+    public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuilder(
+        int index) {
       return filters_.get(index);
     }
 
     private byte memoizedIsInitialized = -1;
-
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -2965,10 +2636,9 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
-      if (op_
-          != com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.OPERATOR_UNSPECIFIED
-              .getNumber()) {
+    public void writeTo(com.google.protobuf.CodedOutputStream output)
+                        throws java.io.IOException {
+      if (op_ != com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.OPERATOR_UNSPECIFIED.getNumber()) {
         output.writeEnum(1, op_);
       }
       for (int i = 0; i < filters_.size(); i++) {
@@ -2983,13 +2653,13 @@ public int getSerializedSize() {
       if (size != -1) return size;
 
       size = 0;
-      if (op_
-          != com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.OPERATOR_UNSPECIFIED
-              .getNumber()) {
-        size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, op_);
+      if (op_ != com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.OPERATOR_UNSPECIFIED.getNumber()) {
+        size += com.google.protobuf.CodedOutputStream
+          .computeEnumSize(1, op_);
       }
       for (int i = 0; i < filters_.size(); i++) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, filters_.get(i));
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(2, filters_.get(i));
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -2999,16 +2669,16 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-        return true;
+       return true;
       }
       if (!(obj instanceof com.google.firestore.v1.StructuredQuery.CompositeFilter)) {
         return super.equals(obj);
       }
-      com.google.firestore.v1.StructuredQuery.CompositeFilter other =
-          (com.google.firestore.v1.StructuredQuery.CompositeFilter) obj;
+      com.google.firestore.v1.StructuredQuery.CompositeFilter other = (com.google.firestore.v1.StructuredQuery.CompositeFilter) obj;
 
       if (op_ != other.op_) return false;
-      if (!getFiltersList().equals(other.getFiltersList())) return false;
+      if (!getFiltersList()
+          .equals(other.getFiltersList())) return false;
       if (!getUnknownFields().equals(other.getUnknownFields())) return false;
       return true;
     }
@@ -3032,94 +2702,89 @@ public int hashCode() {
     }
 
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
-        java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+        java.nio.ByteBuffer data)
+        throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
-        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
-        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
-    public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
-    public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseDelimitedFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseDelimitedFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input);
     }
 
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseDelimitedFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
     }
-
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
-        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() {
-      return newBuilder();
-    }
-
+    public Builder newBuilderForType() { return newBuilder(); }
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
-
-    public static Builder newBuilder(
-        com.google.firestore.v1.StructuredQuery.CompositeFilter prototype) {
+    public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.CompositeFilter prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
-
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE
+          ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -3129,41 +2794,39 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
-     *
-     *
      * 
      * A filter that merges multiple other filters using the given operator.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.CompositeFilter} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.CompositeFilter) com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.CompositeFilter.class, - com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder.class); + com.google.firestore.v1.StructuredQuery.CompositeFilter.class, com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.CompositeFilter.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -3180,9 +2843,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor; } @java.lang.Override @@ -3201,18 +2864,14 @@ public com.google.firestore.v1.StructuredQuery.CompositeFilter build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.CompositeFilter buildPartial() { - com.google.firestore.v1.StructuredQuery.CompositeFilter result = - new com.google.firestore.v1.StructuredQuery.CompositeFilter(this); + com.google.firestore.v1.StructuredQuery.CompositeFilter result = new com.google.firestore.v1.StructuredQuery.CompositeFilter(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } - private void buildPartialRepeatedFields( - com.google.firestore.v1.StructuredQuery.CompositeFilter result) { + private void buildPartialRepeatedFields(com.google.firestore.v1.StructuredQuery.CompositeFilter result) { if (filtersBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { filters_ = java.util.Collections.unmodifiableList(filters_); @@ -3235,41 +2894,38 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.CompositeFilt public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.CompositeFilter) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.CompositeFilter) other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.CompositeFilter)other); } else { super.mergeFrom(other); return this; @@ -3277,8 +2933,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.CompositeFilter other) { - if (other == com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance()) - return this; + if (other == com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance()) return this; if (other.op_ != 0) { setOpValue(other.getOpValue()); } @@ -3300,10 +2955,9 @@ public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.CompositeFilter filtersBuilder_ = null; filters_ = other.filters_; bitField0_ = (bitField0_ & ~0x00000002); - filtersBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getFiltersFieldBuilder() - : null; + filtersBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getFiltersFieldBuilder() : null; } else { filtersBuilder_.addAllMessages(other.filters_); } @@ -3335,33 +2989,30 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - op_ = input.readEnum(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 18: - { - com.google.firestore.v1.StructuredQuery.Filter m = - input.readMessage( - com.google.firestore.v1.StructuredQuery.Filter.parser(), - extensionRegistry); - if (filtersBuilder_ == null) { - ensureFiltersIsMutable(); - filters_.add(m); - } else { - filtersBuilder_.addMessage(m); - } - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + op_ = input.readEnum(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 18: { + com.google.firestore.v1.StructuredQuery.Filter m = + input.readMessage( + com.google.firestore.v1.StructuredQuery.Filter.parser(), + extensionRegistry); + if (filtersBuilder_ == null) { + ensureFiltersIsMutable(); + filters_.add(m); + } else { + filtersBuilder_.addMessage(m); + } + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -3371,34 +3022,26 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private int op_ = 0; /** - * - * *
        * The operator for combining multiple filters.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; - * * @return The enum numeric value on the wire for op. */ - @java.lang.Override - public int getOpValue() { + @java.lang.Override public int getOpValue() { return op_; } /** - * - * *
        * The operator for combining multiple filters.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; - * * @param value The enum numeric value on the wire for op to set. * @return This builder for chaining. */ @@ -3409,33 +3052,24 @@ public Builder setOpValue(int value) { return this; } /** - * - * *
        * The operator for combining multiple filters.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; - * * @return The op. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator getOp() { - com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator result = - com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.forNumber(op_); - return result == null - ? com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.UNRECOGNIZED - : result; + com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator result = com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.forNumber(op_); + return result == null ? com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.UNRECOGNIZED : result; } /** - * - * *
        * The operator for combining multiple filters.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; - * * @param value The op to set. * @return This builder for chaining. */ @@ -3449,14 +3083,11 @@ public Builder setOp(com.google.firestore.v1.StructuredQuery.CompositeFilter.Ope return this; } /** - * - * *
        * The operator for combining multiple filters.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; - * * @return This builder for chaining. */ public Builder clearOp() { @@ -3467,25 +3098,18 @@ public Builder clearOp() { } private java.util.List filters_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureFiltersIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { - filters_ = - new java.util.ArrayList(filters_); + filters_ = new java.util.ArrayList(filters_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.Filter, - com.google.firestore.v1.StructuredQuery.Filter.Builder, - com.google.firestore.v1.StructuredQuery.FilterOrBuilder> - filtersBuilder_; + com.google.firestore.v1.StructuredQuery.Filter, com.google.firestore.v1.StructuredQuery.Filter.Builder, com.google.firestore.v1.StructuredQuery.FilterOrBuilder> filtersBuilder_; /** - * - * *
        * The list of filters to combine.
        *
@@ -3504,8 +3128,6 @@ public java.util.List getFilters
         }
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3524,8 +3146,6 @@ public int getFiltersCount() {
         }
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3544,8 +3164,6 @@ public com.google.firestore.v1.StructuredQuery.Filter getFilters(int index) {
         }
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3556,7 +3174,8 @@ public com.google.firestore.v1.StructuredQuery.Filter getFilters(int index) {
        *
        * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
        */
-      public Builder setFilters(int index, com.google.firestore.v1.StructuredQuery.Filter value) {
+      public Builder setFilters(
+          int index, com.google.firestore.v1.StructuredQuery.Filter value) {
         if (filtersBuilder_ == null) {
           if (value == null) {
             throw new NullPointerException();
@@ -3570,8 +3189,6 @@ public Builder setFilters(int index, com.google.firestore.v1.StructuredQuery.Fil
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3594,8 +3211,6 @@ public Builder setFilters(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3620,8 +3235,6 @@ public Builder addFilters(com.google.firestore.v1.StructuredQuery.Filter value)
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3632,7 +3245,8 @@ public Builder addFilters(com.google.firestore.v1.StructuredQuery.Filter value)
        *
        * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
        */
-      public Builder addFilters(int index, com.google.firestore.v1.StructuredQuery.Filter value) {
+      public Builder addFilters(
+          int index, com.google.firestore.v1.StructuredQuery.Filter value) {
         if (filtersBuilder_ == null) {
           if (value == null) {
             throw new NullPointerException();
@@ -3646,8 +3260,6 @@ public Builder addFilters(int index, com.google.firestore.v1.StructuredQuery.Fil
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3670,8 +3282,6 @@ public Builder addFilters(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3694,8 +3304,6 @@ public Builder addFilters(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3710,7 +3318,8 @@ public Builder addAllFilters(
           java.lang.Iterable values) {
         if (filtersBuilder_ == null) {
           ensureFiltersIsMutable();
-          com.google.protobuf.AbstractMessageLite.Builder.addAll(values, filters_);
+          com.google.protobuf.AbstractMessageLite.Builder.addAll(
+              values, filters_);
           onChanged();
         } else {
           filtersBuilder_.addAllMessages(values);
@@ -3718,8 +3327,6 @@ public Builder addAllFilters(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3741,8 +3348,6 @@ public Builder clearFilters() {
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3764,8 +3369,6 @@ public Builder removeFilters(int index) {
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3776,12 +3379,11 @@ public Builder removeFilters(int index) {
        *
        * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
        */
-      public com.google.firestore.v1.StructuredQuery.Filter.Builder getFiltersBuilder(int index) {
+      public com.google.firestore.v1.StructuredQuery.Filter.Builder getFiltersBuilder(
+          int index) {
         return getFiltersFieldBuilder().getBuilder(index);
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3795,14 +3397,11 @@ public com.google.firestore.v1.StructuredQuery.Filter.Builder getFiltersBuilder(
       public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuilder(
           int index) {
         if (filtersBuilder_ == null) {
-          return filters_.get(index);
-        } else {
+          return filters_.get(index);  } else {
           return filtersBuilder_.getMessageOrBuilder(index);
         }
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3813,8 +3412,8 @@ public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuild
        *
        * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
        */
-      public java.util.List
-          getFiltersOrBuilderList() {
+      public java.util.List 
+           getFiltersOrBuilderList() {
         if (filtersBuilder_ != null) {
           return filtersBuilder_.getMessageOrBuilderList();
         } else {
@@ -3822,8 +3421,6 @@ public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuild
         }
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3835,12 +3432,10 @@ public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuild
        * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
        */
       public com.google.firestore.v1.StructuredQuery.Filter.Builder addFiltersBuilder() {
-        return getFiltersFieldBuilder()
-            .addBuilder(com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance());
+        return getFiltersFieldBuilder().addBuilder(
+            com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance());
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3851,13 +3446,12 @@ public com.google.firestore.v1.StructuredQuery.Filter.Builder addFiltersBuilder(
        *
        * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
        */
-      public com.google.firestore.v1.StructuredQuery.Filter.Builder addFiltersBuilder(int index) {
-        return getFiltersFieldBuilder()
-            .addBuilder(index, com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance());
+      public com.google.firestore.v1.StructuredQuery.Filter.Builder addFiltersBuilder(
+          int index) {
+        return getFiltersFieldBuilder().addBuilder(
+            index, com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance());
       }
       /**
-       *
-       *
        * 
        * The list of filters to combine.
        *
@@ -3868,28 +3462,24 @@ public com.google.firestore.v1.StructuredQuery.Filter.Builder addFiltersBuilder(
        *
        * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
        */
-      public java.util.List
-          getFiltersBuilderList() {
+      public java.util.List 
+           getFiltersBuilderList() {
         return getFiltersFieldBuilder().getBuilderList();
       }
-
       private com.google.protobuf.RepeatedFieldBuilderV3<
-              com.google.firestore.v1.StructuredQuery.Filter,
-              com.google.firestore.v1.StructuredQuery.Filter.Builder,
-              com.google.firestore.v1.StructuredQuery.FilterOrBuilder>
+          com.google.firestore.v1.StructuredQuery.Filter, com.google.firestore.v1.StructuredQuery.Filter.Builder, com.google.firestore.v1.StructuredQuery.FilterOrBuilder> 
           getFiltersFieldBuilder() {
         if (filtersBuilder_ == null) {
-          filtersBuilder_ =
-              new com.google.protobuf.RepeatedFieldBuilderV3<
-                  com.google.firestore.v1.StructuredQuery.Filter,
-                  com.google.firestore.v1.StructuredQuery.Filter.Builder,
-                  com.google.firestore.v1.StructuredQuery.FilterOrBuilder>(
-                  filters_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
+          filtersBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+              com.google.firestore.v1.StructuredQuery.Filter, com.google.firestore.v1.StructuredQuery.Filter.Builder, com.google.firestore.v1.StructuredQuery.FilterOrBuilder>(
+                  filters_,
+                  ((bitField0_ & 0x00000002) != 0),
+                  getParentForChildren(),
+                  isClean());
           filters_ = null;
         }
         return filtersBuilder_;
       }
-
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -3902,12 +3492,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
+
       // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.CompositeFilter)
     }
 
     // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.CompositeFilter)
     private static final com.google.firestore.v1.StructuredQuery.CompositeFilter DEFAULT_INSTANCE;
-
     static {
       DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.CompositeFilter();
     }
@@ -3916,28 +3506,27 @@ public static com.google.firestore.v1.StructuredQuery.CompositeFilter getDefault
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser PARSER =
-        new com.google.protobuf.AbstractParser() {
-          @java.lang.Override
-          public CompositeFilter parsePartialFrom(
-              com.google.protobuf.CodedInputStream input,
-              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-              throws com.google.protobuf.InvalidProtocolBufferException {
-            Builder builder = newBuilder();
-            try {
-              builder.mergeFrom(input, extensionRegistry);
-            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-              throw e.setUnfinishedMessage(builder.buildPartial());
-            } catch (com.google.protobuf.UninitializedMessageException e) {
-              throw e.asInvalidProtocolBufferException()
-                  .setUnfinishedMessage(builder.buildPartial());
-            } catch (java.io.IOException e) {
-              throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                  .setUnfinishedMessage(builder.buildPartial());
-            }
-            return builder.buildPartial();
-          }
-        };
+    private static final com.google.protobuf.Parser
+        PARSER = new com.google.protobuf.AbstractParser() {
+      @java.lang.Override
+      public CompositeFilter parsePartialFrom(
+          com.google.protobuf.CodedInputStream input,
+          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+          throws com.google.protobuf.InvalidProtocolBufferException {
+        Builder builder = newBuilder();
+        try {
+          builder.mergeFrom(input, extensionRegistry);
+        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+          throw e.setUnfinishedMessage(builder.buildPartial());
+        } catch (com.google.protobuf.UninitializedMessageException e) {
+          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+        } catch (java.io.IOException e) {
+          throw new com.google.protobuf.InvalidProtocolBufferException(e)
+              .setUnfinishedMessage(builder.buildPartial());
+        }
+        return builder.buildPartial();
+      }
+    };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -3952,40 +3541,32 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.firestore.v1.StructuredQuery.CompositeFilter getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
+
   }
 
-  public interface FieldFilterOrBuilder
-      extends
+  public interface FieldFilterOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.FieldFilter)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * The field to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return Whether the field field is set. */ boolean hasField(); /** - * - * *
      * The field to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return The field. */ com.google.firestore.v1.StructuredQuery.FieldReference getField(); /** - * - * *
      * The field to filter by.
      * 
@@ -3995,57 +3576,43 @@ public interface FieldFilterOrBuilder com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder(); /** - * - * *
      * The operator to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; - * * @return The enum numeric value on the wire for op. */ int getOpValue(); /** - * - * *
      * The operator to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; - * * @return The op. */ com.google.firestore.v1.StructuredQuery.FieldFilter.Operator getOp(); /** - * - * *
      * The value to compare to.
      * 
* * .google.firestore.v1.Value value = 3; - * * @return Whether the value field is set. */ boolean hasValue(); /** - * - * *
      * The value to compare to.
      * 
* * .google.firestore.v1.Value value = 3; - * * @return The value. */ com.google.firestore.v1.Value getValue(); /** - * - * *
      * The value to compare to.
      * 
@@ -4055,62 +3622,55 @@ public interface FieldFilterOrBuilder com.google.firestore.v1.ValueOrBuilder getValueOrBuilder(); } /** - * - * *
    * A filter on a specific field.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.FieldFilter} */ - public static final class FieldFilter extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class FieldFilter extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.FieldFilter) FieldFilterOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use FieldFilter.newBuilder() to construct. private FieldFilter(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private FieldFilter() { op_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new FieldFilter(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FieldFilter_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.FieldFilter.class, - com.google.firestore.v1.StructuredQuery.FieldFilter.Builder.class); + com.google.firestore.v1.StructuredQuery.FieldFilter.class, com.google.firestore.v1.StructuredQuery.FieldFilter.Builder.class); } /** - * - * *
      * A field filter operator.
      * 
* * Protobuf enum {@code google.firestore.v1.StructuredQuery.FieldFilter.Operator} */ - public enum Operator implements com.google.protobuf.ProtocolMessageEnum { + public enum Operator + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
        * Unspecified. This value must not be used.
        * 
@@ -4119,8 +3679,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ OPERATOR_UNSPECIFIED(0), /** - * - * *
        * The given `field` is less than the given `value`.
        *
@@ -4133,8 +3691,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       LESS_THAN(1),
       /**
-       *
-       *
        * 
        * The given `field` is less than or equal to the given `value`.
        *
@@ -4147,8 +3703,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       LESS_THAN_OR_EQUAL(2),
       /**
-       *
-       *
        * 
        * The given `field` is greater than the given `value`.
        *
@@ -4161,8 +3715,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       GREATER_THAN(3),
       /**
-       *
-       *
        * 
        * The given `field` is greater than or equal to the given `value`.
        *
@@ -4175,8 +3727,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       GREATER_THAN_OR_EQUAL(4),
       /**
-       *
-       *
        * 
        * The given `field` is equal to the given `value`.
        * 
@@ -4185,8 +3735,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ EQUAL(5), /** - * - * *
        * The given `field` is not equal to the given `value`.
        *
@@ -4200,8 +3748,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       NOT_EQUAL(6),
       /**
-       *
-       *
        * 
        * The given `field` is an array that contains the given `value`.
        * 
@@ -4210,8 +3756,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ ARRAY_CONTAINS(7), /** - * - * *
        * The given `field` is equal to at least one value in the given array.
        *
@@ -4226,8 +3770,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       IN(8),
       /**
-       *
-       *
        * 
        * The given `field` is an array that contains any of the values in the
        * given array.
@@ -4244,8 +3786,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       ARRAY_CONTAINS_ANY(9),
       /**
-       *
-       *
        * 
        * The value of the `field` is not in the given array.
        *
@@ -4264,8 +3804,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
       ;
 
       /**
-       *
-       *
        * 
        * Unspecified. This value must not be used.
        * 
@@ -4274,8 +3812,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ public static final int OPERATOR_UNSPECIFIED_VALUE = 0; /** - * - * *
        * The given `field` is less than the given `value`.
        *
@@ -4288,8 +3824,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int LESS_THAN_VALUE = 1;
       /**
-       *
-       *
        * 
        * The given `field` is less than or equal to the given `value`.
        *
@@ -4302,8 +3836,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int LESS_THAN_OR_EQUAL_VALUE = 2;
       /**
-       *
-       *
        * 
        * The given `field` is greater than the given `value`.
        *
@@ -4316,8 +3848,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int GREATER_THAN_VALUE = 3;
       /**
-       *
-       *
        * 
        * The given `field` is greater than or equal to the given `value`.
        *
@@ -4330,8 +3860,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int GREATER_THAN_OR_EQUAL_VALUE = 4;
       /**
-       *
-       *
        * 
        * The given `field` is equal to the given `value`.
        * 
@@ -4340,8 +3868,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ public static final int EQUAL_VALUE = 5; /** - * - * *
        * The given `field` is not equal to the given `value`.
        *
@@ -4355,8 +3881,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int NOT_EQUAL_VALUE = 6;
       /**
-       *
-       *
        * 
        * The given `field` is an array that contains the given `value`.
        * 
@@ -4365,8 +3889,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ARRAY_CONTAINS_VALUE = 7; /** - * - * *
        * The given `field` is equal to at least one value in the given array.
        *
@@ -4381,8 +3903,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int IN_VALUE = 8;
       /**
-       *
-       *
        * 
        * The given `field` is an array that contains any of the values in the
        * given array.
@@ -4399,8 +3919,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int ARRAY_CONTAINS_ANY_VALUE = 9;
       /**
-       *
-       *
        * 
        * The value of the `field` is not in the given array.
        *
@@ -4416,6 +3934,7 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int NOT_IN_VALUE = 10;
 
+
       public final int getNumber() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalArgumentException(
@@ -4440,67 +3959,57 @@ public static Operator valueOf(int value) {
        */
       public static Operator forNumber(int value) {
         switch (value) {
-          case 0:
-            return OPERATOR_UNSPECIFIED;
-          case 1:
-            return LESS_THAN;
-          case 2:
-            return LESS_THAN_OR_EQUAL;
-          case 3:
-            return GREATER_THAN;
-          case 4:
-            return GREATER_THAN_OR_EQUAL;
-          case 5:
-            return EQUAL;
-          case 6:
-            return NOT_EQUAL;
-          case 7:
-            return ARRAY_CONTAINS;
-          case 8:
-            return IN;
-          case 9:
-            return ARRAY_CONTAINS_ANY;
-          case 10:
-            return NOT_IN;
-          default:
-            return null;
-        }
-      }
-
-      public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+          case 0: return OPERATOR_UNSPECIFIED;
+          case 1: return LESS_THAN;
+          case 2: return LESS_THAN_OR_EQUAL;
+          case 3: return GREATER_THAN;
+          case 4: return GREATER_THAN_OR_EQUAL;
+          case 5: return EQUAL;
+          case 6: return NOT_EQUAL;
+          case 7: return ARRAY_CONTAINS;
+          case 8: return IN;
+          case 9: return ARRAY_CONTAINS_ANY;
+          case 10: return NOT_IN;
+          default: return null;
+        }
+      }
+
+      public static com.google.protobuf.Internal.EnumLiteMap
+          internalGetValueMap() {
         return internalValueMap;
       }
+      private static final com.google.protobuf.Internal.EnumLiteMap<
+          Operator> internalValueMap =
+            new com.google.protobuf.Internal.EnumLiteMap() {
+              public Operator findValueByNumber(int number) {
+                return Operator.forNumber(number);
+              }
+            };
 
-      private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public Operator findValueByNumber(int number) {
-              return Operator.forNumber(number);
-            }
-          };
-
-      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+      public final com.google.protobuf.Descriptors.EnumValueDescriptor
+          getValueDescriptor() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalStateException(
               "Can't get the descriptor of an unrecognized enum value.");
         }
         return getDescriptor().getValues().get(ordinal());
       }
-
-      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+      public final com.google.protobuf.Descriptors.EnumDescriptor
+          getDescriptorForType() {
         return getDescriptor();
       }
-
-      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
-        return com.google.firestore.v1.StructuredQuery.FieldFilter.getDescriptor()
-            .getEnumTypes()
-            .get(0);
+      public static final com.google.protobuf.Descriptors.EnumDescriptor
+          getDescriptor() {
+        return com.google.firestore.v1.StructuredQuery.FieldFilter.getDescriptor().getEnumTypes().get(0);
       }
 
       private static final Operator[] VALUES = values();
 
-      public static Operator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+      public static Operator valueOf(
+          com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
         if (desc.getType() != getDescriptor()) {
-          throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+          throw new java.lang.IllegalArgumentException(
+            "EnumValueDescriptor is not for this type.");
         }
         if (desc.getIndex() == -1) {
           return UNRECOGNIZED;
@@ -4521,14 +4030,11 @@ private Operator(int value) {
     public static final int FIELD_FIELD_NUMBER = 1;
     private com.google.firestore.v1.StructuredQuery.FieldReference field_;
     /**
-     *
-     *
      * 
      * The field to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return Whether the field field is set. */ @java.lang.Override @@ -4536,25 +4042,18 @@ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * The field to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return The field. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReference getField() { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } /** - * - * *
      * The field to filter by.
      * 
@@ -4563,59 +4062,43 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder() { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } public static final int OP_FIELD_NUMBER = 2; private int op_ = 0; /** - * - * *
      * The operator to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; - * * @return The enum numeric value on the wire for op. */ - @java.lang.Override - public int getOpValue() { + @java.lang.Override public int getOpValue() { return op_; } /** - * - * *
      * The operator to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; - * * @return The op. */ - @java.lang.Override - public com.google.firestore.v1.StructuredQuery.FieldFilter.Operator getOp() { - com.google.firestore.v1.StructuredQuery.FieldFilter.Operator result = - com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.forNumber(op_); - return result == null - ? com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldFilter.Operator getOp() { + com.google.firestore.v1.StructuredQuery.FieldFilter.Operator result = com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.forNumber(op_); + return result == null ? com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.UNRECOGNIZED : result; } public static final int VALUE_FIELD_NUMBER = 3; private com.google.firestore.v1.Value value_; /** - * - * *
      * The value to compare to.
      * 
* * .google.firestore.v1.Value value = 3; - * * @return Whether the value field is set. */ @java.lang.Override @@ -4623,14 +4106,11 @@ public boolean hasValue() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The value to compare to.
      * 
* * .google.firestore.v1.Value value = 3; - * * @return The value. */ @java.lang.Override @@ -4638,8 +4118,6 @@ public com.google.firestore.v1.Value getValue() { return value_ == null ? com.google.firestore.v1.Value.getDefaultInstance() : value_; } /** - * - * *
      * The value to compare to.
      * 
@@ -4652,7 +4130,6 @@ public com.google.firestore.v1.ValueOrBuilder getValueOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -4664,13 +4141,12 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getField()); } - if (op_ - != com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.OPERATOR_UNSPECIFIED - .getNumber()) { + if (op_ != com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.OPERATOR_UNSPECIFIED.getNumber()) { output.writeEnum(2, op_); } if (((bitField0_ & 0x00000002) != 0)) { @@ -4686,15 +4162,16 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getField()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getField()); } - if (op_ - != com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.OPERATOR_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, op_); + if (op_ != com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.OPERATOR_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, op_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getValue()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getValue()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -4704,22 +4181,23 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredQuery.FieldFilter)) { return super.equals(obj); } - com.google.firestore.v1.StructuredQuery.FieldFilter other = - (com.google.firestore.v1.StructuredQuery.FieldFilter) obj; + com.google.firestore.v1.StructuredQuery.FieldFilter other = (com.google.firestore.v1.StructuredQuery.FieldFilter) obj; if (hasField() != other.hasField()) return false; if (hasField()) { - if (!getField().equals(other.getField())) return false; + if (!getField() + .equals(other.getField())) return false; } if (op_ != other.op_) return false; if (hasValue() != other.hasValue()) return false; if (hasValue()) { - if (!getValue().equals(other.getValue())) return false; + if (!getValue() + .equals(other.getValue())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -4748,94 +4226,89 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.FieldFilter parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.FieldFilter parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredQuery.FieldFilter parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.v1.StructuredQuery.FieldFilter prototype) { + public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.FieldFilter prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -4845,32 +4318,27 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * A filter on a specific field.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.FieldFilter} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.FieldFilter) com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FieldFilter_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.FieldFilter.class, - com.google.firestore.v1.StructuredQuery.FieldFilter.Builder.class); + com.google.firestore.v1.StructuredQuery.FieldFilter.class, com.google.firestore.v1.StructuredQuery.FieldFilter.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.FieldFilter.newBuilder() @@ -4878,18 +4346,18 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getFieldFieldBuilder(); getValueFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -4909,9 +4377,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor; } @java.lang.Override @@ -4930,11 +4398,8 @@ public com.google.firestore.v1.StructuredQuery.FieldFilter build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldFilter buildPartial() { - com.google.firestore.v1.StructuredQuery.FieldFilter result = - new com.google.firestore.v1.StructuredQuery.FieldFilter(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.StructuredQuery.FieldFilter result = new com.google.firestore.v1.StructuredQuery.FieldFilter(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -4943,14 +4408,18 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.FieldFilter r int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { - result.field_ = fieldBuilder_ == null ? field_ : fieldBuilder_.build(); + result.field_ = fieldBuilder_ == null + ? field_ + : fieldBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.op_ = op_; } if (((from_bitField0_ & 0x00000004) != 0)) { - result.value_ = valueBuilder_ == null ? value_ : valueBuilder_.build(); + result.value_ = valueBuilder_ == null + ? value_ + : valueBuilder_.build(); to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; @@ -4960,41 +4429,38 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.FieldFilter r public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.FieldFilter) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.FieldFilter) other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.FieldFilter)other); } else { super.mergeFrom(other); return this; @@ -5002,8 +4468,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.FieldFilter other) { - if (other == com.google.firestore.v1.StructuredQuery.FieldFilter.getDefaultInstance()) - return this; + if (other == com.google.firestore.v1.StructuredQuery.FieldFilter.getDefaultInstance()) return this; if (other.hasField()) { mergeField(other.getField()); } @@ -5039,31 +4504,31 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getFieldFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 16: - { - op_ = input.readEnum(); - bitField0_ |= 0x00000002; - break; - } // case 16 - case 26: - { - input.readMessage(getValueFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000004; - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getFieldFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 16: { + op_ = input.readEnum(); + bitField0_ |= 0x00000002; + break; + } // case 16 + case 26: { + input.readMessage( + getValueFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000004; + break; + } // case 26 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -5073,52 +4538,38 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private com.google.firestore.v1.StructuredQuery.FieldReference field_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> - fieldBuilder_; + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> fieldBuilder_; /** - * - * *
        * The field to filter by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return Whether the field field is set. */ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
        * The field to filter by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return The field. */ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { if (fieldBuilder_ == null) { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } else { return fieldBuilder_.getMessage(); } } /** - * - * *
        * The field to filter by.
        * 
@@ -5139,8 +4590,6 @@ public Builder setField(com.google.firestore.v1.StructuredQuery.FieldReference v return this; } /** - * - * *
        * The field to filter by.
        * 
@@ -5159,8 +4608,6 @@ public Builder setField( return this; } /** - * - * *
        * The field to filter by.
        * 
@@ -5169,10 +4616,9 @@ public Builder setField( */ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference value) { if (fieldBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && field_ != null - && field_ - != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + field_ != null && + field_ != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { getFieldBuilder().mergeFrom(value); } else { field_ = value; @@ -5187,8 +4633,6 @@ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference return this; } /** - * - * *
        * The field to filter by.
        * 
@@ -5206,8 +4650,6 @@ public Builder clearField() { return this; } /** - * - * *
        * The field to filter by.
        * 
@@ -5220,8 +4662,6 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getFieldBu return getFieldFieldBuilder().getBuilder(); } /** - * - * *
        * The field to filter by.
        * 
@@ -5232,14 +4672,11 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO if (fieldBuilder_ != null) { return fieldBuilder_.getMessageOrBuilder(); } else { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? + com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } } /** - * - * *
        * The field to filter by.
        * 
@@ -5247,17 +4684,14 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO * .google.firestore.v1.StructuredQuery.FieldReference field = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> getFieldFieldBuilder() { if (fieldBuilder_ == null) { - fieldBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( - getField(), getParentForChildren(), isClean()); + fieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( + getField(), + getParentForChildren(), + isClean()); field_ = null; } return fieldBuilder_; @@ -5265,29 +4699,22 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO private int op_ = 0; /** - * - * *
        * The operator to filter by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; - * * @return The enum numeric value on the wire for op. */ - @java.lang.Override - public int getOpValue() { + @java.lang.Override public int getOpValue() { return op_; } /** - * - * *
        * The operator to filter by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; - * * @param value The enum numeric value on the wire for op to set. * @return This builder for chaining. */ @@ -5298,33 +4725,24 @@ public Builder setOpValue(int value) { return this; } /** - * - * *
        * The operator to filter by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; - * * @return The op. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldFilter.Operator getOp() { - com.google.firestore.v1.StructuredQuery.FieldFilter.Operator result = - com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.forNumber(op_); - return result == null - ? com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.UNRECOGNIZED - : result; + com.google.firestore.v1.StructuredQuery.FieldFilter.Operator result = com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.forNumber(op_); + return result == null ? com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.UNRECOGNIZED : result; } /** - * - * *
        * The operator to filter by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; - * * @param value The op to set. * @return This builder for chaining. */ @@ -5338,14 +4756,11 @@ public Builder setOp(com.google.firestore.v1.StructuredQuery.FieldFilter.Operato return this; } /** - * - * *
        * The operator to filter by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; - * * @return This builder for chaining. */ public Builder clearOp() { @@ -5357,33 +4772,24 @@ public Builder clearOp() { private com.google.firestore.v1.Value value_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder, - com.google.firestore.v1.ValueOrBuilder> - valueBuilder_; + com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> valueBuilder_; /** - * - * *
        * The value to compare to.
        * 
* * .google.firestore.v1.Value value = 3; - * * @return Whether the value field is set. */ public boolean hasValue() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
        * The value to compare to.
        * 
* * .google.firestore.v1.Value value = 3; - * * @return The value. */ public com.google.firestore.v1.Value getValue() { @@ -5394,8 +4800,6 @@ public com.google.firestore.v1.Value getValue() { } } /** - * - * *
        * The value to compare to.
        * 
@@ -5416,15 +4820,14 @@ public Builder setValue(com.google.firestore.v1.Value value) { return this; } /** - * - * *
        * The value to compare to.
        * 
* * .google.firestore.v1.Value value = 3; */ - public Builder setValue(com.google.firestore.v1.Value.Builder builderForValue) { + public Builder setValue( + com.google.firestore.v1.Value.Builder builderForValue) { if (valueBuilder_ == null) { value_ = builderForValue.build(); } else { @@ -5435,8 +4838,6 @@ public Builder setValue(com.google.firestore.v1.Value.Builder builderForValue) { return this; } /** - * - * *
        * The value to compare to.
        * 
@@ -5445,9 +4846,9 @@ public Builder setValue(com.google.firestore.v1.Value.Builder builderForValue) { */ public Builder mergeValue(com.google.firestore.v1.Value value) { if (valueBuilder_ == null) { - if (((bitField0_ & 0x00000004) != 0) - && value_ != null - && value_ != com.google.firestore.v1.Value.getDefaultInstance()) { + if (((bitField0_ & 0x00000004) != 0) && + value_ != null && + value_ != com.google.firestore.v1.Value.getDefaultInstance()) { getValueBuilder().mergeFrom(value); } else { value_ = value; @@ -5462,8 +4863,6 @@ public Builder mergeValue(com.google.firestore.v1.Value value) { return this; } /** - * - * *
        * The value to compare to.
        * 
@@ -5481,8 +4880,6 @@ public Builder clearValue() { return this; } /** - * - * *
        * The value to compare to.
        * 
@@ -5495,8 +4892,6 @@ public com.google.firestore.v1.Value.Builder getValueBuilder() { return getValueFieldBuilder().getBuilder(); } /** - * - * *
        * The value to compare to.
        * 
@@ -5507,12 +4902,11 @@ public com.google.firestore.v1.ValueOrBuilder getValueOrBuilder() { if (valueBuilder_ != null) { return valueBuilder_.getMessageOrBuilder(); } else { - return value_ == null ? com.google.firestore.v1.Value.getDefaultInstance() : value_; + return value_ == null ? + com.google.firestore.v1.Value.getDefaultInstance() : value_; } } /** - * - * *
        * The value to compare to.
        * 
@@ -5520,22 +4914,18 @@ public com.google.firestore.v1.ValueOrBuilder getValueOrBuilder() { * .google.firestore.v1.Value value = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder, - com.google.firestore.v1.ValueOrBuilder> + com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> getValueFieldBuilder() { if (valueBuilder_ == null) { - valueBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder, - com.google.firestore.v1.ValueOrBuilder>( - getValue(), getParentForChildren(), isClean()); + valueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>( + getValue(), + getParentForChildren(), + isClean()); value_ = null; } return valueBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -5548,12 +4938,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.FieldFilter) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.FieldFilter) private static final com.google.firestore.v1.StructuredQuery.FieldFilter DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.FieldFilter(); } @@ -5562,28 +4952,27 @@ public static com.google.firestore.v1.StructuredQuery.FieldFilter getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public FieldFilter parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public FieldFilter parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -5598,65 +4987,51 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery.FieldFilter getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface UnaryFilterOrBuilder - extends + public interface UnaryFilterOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.UnaryFilter) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The unary operator to apply.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; - * * @return The enum numeric value on the wire for op. */ int getOpValue(); /** - * - * *
      * The unary operator to apply.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; - * * @return The op. */ com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator getOp(); /** - * - * *
      * The field to which to apply the operator.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 2; - * * @return Whether the field field is set. */ boolean hasField(); /** - * - * *
      * The field to which to apply the operator.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 2; - * * @return The field. */ com.google.firestore.v1.StructuredQuery.FieldReference getField(); /** - * - * *
      * The field to which to apply the operator.
      * 
@@ -5668,62 +5043,55 @@ public interface UnaryFilterOrBuilder com.google.firestore.v1.StructuredQuery.UnaryFilter.OperandTypeCase getOperandTypeCase(); } /** - * - * *
    * A filter with a single operand.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.UnaryFilter} */ - public static final class UnaryFilter extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class UnaryFilter extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.UnaryFilter) UnaryFilterOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use UnaryFilter.newBuilder() to construct. private UnaryFilter(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private UnaryFilter() { op_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new UnaryFilter(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.UnaryFilter.class, - com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder.class); + com.google.firestore.v1.StructuredQuery.UnaryFilter.class, com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder.class); } /** - * - * *
      * A unary operator.
      * 
* * Protobuf enum {@code google.firestore.v1.StructuredQuery.UnaryFilter.Operator} */ - public enum Operator implements com.google.protobuf.ProtocolMessageEnum { + public enum Operator + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
        * Unspecified. This value must not be used.
        * 
@@ -5732,8 +5100,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ OPERATOR_UNSPECIFIED(0), /** - * - * *
        * The given `field` is equal to `NaN`.
        * 
@@ -5742,8 +5108,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ IS_NAN(2), /** - * - * *
        * The given `field` is equal to `NULL`.
        * 
@@ -5752,8 +5116,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ IS_NULL(3), /** - * - * *
        * The given `field` is not equal to `NaN`.
        *
@@ -5767,8 +5129,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       IS_NOT_NAN(4),
       /**
-       *
-       *
        * 
        * The given `field` is not equal to `NULL`.
        *
@@ -5785,8 +5145,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
       ;
 
       /**
-       *
-       *
        * 
        * Unspecified. This value must not be used.
        * 
@@ -5795,8 +5153,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ public static final int OPERATOR_UNSPECIFIED_VALUE = 0; /** - * - * *
        * The given `field` is equal to `NaN`.
        * 
@@ -5805,8 +5161,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ public static final int IS_NAN_VALUE = 2; /** - * - * *
        * The given `field` is equal to `NULL`.
        * 
@@ -5815,8 +5169,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum { */ public static final int IS_NULL_VALUE = 3; /** - * - * *
        * The given `field` is not equal to `NaN`.
        *
@@ -5830,8 +5182,6 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int IS_NOT_NAN_VALUE = 4;
       /**
-       *
-       *
        * 
        * The given `field` is not equal to `NULL`.
        *
@@ -5845,6 +5195,7 @@ public enum Operator implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int IS_NOT_NULL_VALUE = 5;
 
+
       public final int getNumber() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalArgumentException(
@@ -5869,55 +5220,51 @@ public static Operator valueOf(int value) {
        */
       public static Operator forNumber(int value) {
         switch (value) {
-          case 0:
-            return OPERATOR_UNSPECIFIED;
-          case 2:
-            return IS_NAN;
-          case 3:
-            return IS_NULL;
-          case 4:
-            return IS_NOT_NAN;
-          case 5:
-            return IS_NOT_NULL;
-          default:
-            return null;
-        }
-      }
-
-      public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
-        return internalValueMap;
+          case 0: return OPERATOR_UNSPECIFIED;
+          case 2: return IS_NAN;
+          case 3: return IS_NULL;
+          case 4: return IS_NOT_NAN;
+          case 5: return IS_NOT_NULL;
+          default: return null;
+        }
       }
 
-      private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public Operator findValueByNumber(int number) {
-              return Operator.forNumber(number);
-            }
-          };
+      public static com.google.protobuf.Internal.EnumLiteMap
+          internalGetValueMap() {
+        return internalValueMap;
+      }
+      private static final com.google.protobuf.Internal.EnumLiteMap<
+          Operator> internalValueMap =
+            new com.google.protobuf.Internal.EnumLiteMap() {
+              public Operator findValueByNumber(int number) {
+                return Operator.forNumber(number);
+              }
+            };
 
-      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+      public final com.google.protobuf.Descriptors.EnumValueDescriptor
+          getValueDescriptor() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalStateException(
               "Can't get the descriptor of an unrecognized enum value.");
         }
         return getDescriptor().getValues().get(ordinal());
       }
-
-      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+      public final com.google.protobuf.Descriptors.EnumDescriptor
+          getDescriptorForType() {
         return getDescriptor();
       }
-
-      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
-        return com.google.firestore.v1.StructuredQuery.UnaryFilter.getDescriptor()
-            .getEnumTypes()
-            .get(0);
+      public static final com.google.protobuf.Descriptors.EnumDescriptor
+          getDescriptor() {
+        return com.google.firestore.v1.StructuredQuery.UnaryFilter.getDescriptor().getEnumTypes().get(0);
       }
 
       private static final Operator[] VALUES = values();
 
-      public static Operator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+      public static Operator valueOf(
+          com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
         if (desc.getType() != getDescriptor()) {
-          throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+          throw new java.lang.IllegalArgumentException(
+            "EnumValueDescriptor is not for this type.");
         }
         if (desc.getIndex() == -1) {
           return UNRECOGNIZED;
@@ -5935,18 +5282,14 @@ private Operator(int value) {
     }
 
     private int operandTypeCase_ = 0;
-
     @SuppressWarnings("serial")
     private java.lang.Object operandType_;
-
     public enum OperandTypeCase
-        implements
-            com.google.protobuf.Internal.EnumLite,
+        implements com.google.protobuf.Internal.EnumLite,
             com.google.protobuf.AbstractMessage.InternalOneOfEnum {
       FIELD(2),
       OPERANDTYPE_NOT_SET(0);
       private final int value;
-
       private OperandTypeCase(int value) {
         this.value = value;
       }
@@ -5962,71 +5305,55 @@ public static OperandTypeCase valueOf(int value) {
 
       public static OperandTypeCase forNumber(int value) {
         switch (value) {
-          case 2:
-            return FIELD;
-          case 0:
-            return OPERANDTYPE_NOT_SET;
-          default:
-            return null;
+          case 2: return FIELD;
+          case 0: return OPERANDTYPE_NOT_SET;
+          default: return null;
         }
       }
-
       public int getNumber() {
         return this.value;
       }
     };
 
-    public OperandTypeCase getOperandTypeCase() {
-      return OperandTypeCase.forNumber(operandTypeCase_);
+    public OperandTypeCase
+    getOperandTypeCase() {
+      return OperandTypeCase.forNumber(
+          operandTypeCase_);
     }
 
     public static final int OP_FIELD_NUMBER = 1;
     private int op_ = 0;
     /**
-     *
-     *
      * 
      * The unary operator to apply.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; - * * @return The enum numeric value on the wire for op. */ - @java.lang.Override - public int getOpValue() { + @java.lang.Override public int getOpValue() { return op_; } /** - * - * *
      * The unary operator to apply.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; - * * @return The op. */ - @java.lang.Override - public com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator getOp() { - com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator result = - com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.forNumber(op_); - return result == null - ? com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator getOp() { + com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator result = com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.forNumber(op_); + return result == null ? com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.UNRECOGNIZED : result; } public static final int FIELD_FIELD_NUMBER = 2; /** - * - * *
      * The field to which to apply the operator.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 2; - * * @return Whether the field field is set. */ @java.lang.Override @@ -6034,26 +5361,21 @@ public boolean hasField() { return operandTypeCase_ == 2; } /** - * - * *
      * The field to which to apply the operator.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 2; - * * @return The field. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReference getField() { if (operandTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_; + return (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_; } return com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance(); } /** - * - * *
      * The field to which to apply the operator.
      * 
@@ -6063,13 +5385,12 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder() { if (operandTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_; + return (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_; } return com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -6081,15 +5402,13 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (op_ - != com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.OPERATOR_UNSPECIFIED - .getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (op_ != com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.OPERATOR_UNSPECIFIED.getNumber()) { output.writeEnum(1, op_); } if (operandTypeCase_ == 2) { - output.writeMessage( - 2, (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_); + output.writeMessage(2, (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_); } getUnknownFields().writeTo(output); } @@ -6100,15 +5419,13 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (op_ - != com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.OPERATOR_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, op_); + if (op_ != com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.OPERATOR_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, op_); } if (operandTypeCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -6118,19 +5435,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredQuery.UnaryFilter)) { return super.equals(obj); } - com.google.firestore.v1.StructuredQuery.UnaryFilter other = - (com.google.firestore.v1.StructuredQuery.UnaryFilter) obj; + com.google.firestore.v1.StructuredQuery.UnaryFilter other = (com.google.firestore.v1.StructuredQuery.UnaryFilter) obj; if (op_ != other.op_) return false; if (!getOperandTypeCase().equals(other.getOperandTypeCase())) return false; switch (operandTypeCase_) { case 2: - if (!getField().equals(other.getField())) return false; + if (!getField() + .equals(other.getField())) return false; break; case 0: default: @@ -6162,94 +5479,89 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.v1.StructuredQuery.UnaryFilter prototype) { + public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.UnaryFilter prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -6259,41 +5571,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * A filter with a single operand.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.UnaryFilter} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.UnaryFilter) com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.UnaryFilter.class, - com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder.class); + com.google.firestore.v1.StructuredQuery.UnaryFilter.class, com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.UnaryFilter.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -6308,9 +5618,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor; } @java.lang.Override @@ -6329,11 +5639,8 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilter build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.UnaryFilter buildPartial() { - com.google.firestore.v1.StructuredQuery.UnaryFilter result = - new com.google.firestore.v1.StructuredQuery.UnaryFilter(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.StructuredQuery.UnaryFilter result = new com.google.firestore.v1.StructuredQuery.UnaryFilter(this); + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -6349,7 +5656,8 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.UnaryFilter r private void buildPartialOneofs(com.google.firestore.v1.StructuredQuery.UnaryFilter result) { result.operandTypeCase_ = operandTypeCase_; result.operandType_ = this.operandType_; - if (operandTypeCase_ == 2 && fieldBuilder_ != null) { + if (operandTypeCase_ == 2 && + fieldBuilder_ != null) { result.operandType_ = fieldBuilder_.build(); } } @@ -6358,41 +5666,38 @@ private void buildPartialOneofs(com.google.firestore.v1.StructuredQuery.UnaryFil public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.UnaryFilter) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.UnaryFilter) other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.UnaryFilter)other); } else { super.mergeFrom(other); return this; @@ -6400,21 +5705,18 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.UnaryFilter other) { - if (other == com.google.firestore.v1.StructuredQuery.UnaryFilter.getDefaultInstance()) - return this; + if (other == com.google.firestore.v1.StructuredQuery.UnaryFilter.getDefaultInstance()) return this; if (other.op_ != 0) { setOpValue(other.getOpValue()); } switch (other.getOperandTypeCase()) { - case FIELD: - { - mergeField(other.getField()); - break; - } - case OPERANDTYPE_NOT_SET: - { - break; - } + case FIELD: { + mergeField(other.getField()); + break; + } + case OPERANDTYPE_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -6442,25 +5744,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - op_ = input.readEnum(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 18: - { - input.readMessage(getFieldFieldBuilder().getBuilder(), extensionRegistry); - operandTypeCase_ = 2; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + op_ = input.readEnum(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 18: { + input.readMessage( + getFieldFieldBuilder().getBuilder(), + extensionRegistry); + operandTypeCase_ = 2; + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -6470,12 +5771,12 @@ public Builder mergeFrom( } // finally return this; } - private int operandTypeCase_ = 0; private java.lang.Object operandType_; - - public OperandTypeCase getOperandTypeCase() { - return OperandTypeCase.forNumber(operandTypeCase_); + public OperandTypeCase + getOperandTypeCase() { + return OperandTypeCase.forNumber( + operandTypeCase_); } public Builder clearOperandType() { @@ -6489,29 +5790,22 @@ public Builder clearOperandType() { private int op_ = 0; /** - * - * *
        * The unary operator to apply.
        * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; - * * @return The enum numeric value on the wire for op. */ - @java.lang.Override - public int getOpValue() { + @java.lang.Override public int getOpValue() { return op_; } /** - * - * *
        * The unary operator to apply.
        * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; - * * @param value The enum numeric value on the wire for op to set. * @return This builder for chaining. */ @@ -6522,33 +5816,24 @@ public Builder setOpValue(int value) { return this; } /** - * - * *
        * The unary operator to apply.
        * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; - * * @return The op. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator getOp() { - com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator result = - com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.forNumber(op_); - return result == null - ? com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.UNRECOGNIZED - : result; + com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator result = com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.forNumber(op_); + return result == null ? com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.UNRECOGNIZED : result; } /** - * - * *
        * The unary operator to apply.
        * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; - * * @param value The op to set. * @return This builder for chaining. */ @@ -6562,14 +5847,11 @@ public Builder setOp(com.google.firestore.v1.StructuredQuery.UnaryFilter.Operato return this; } /** - * - * *
        * The unary operator to apply.
        * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; - * * @return This builder for chaining. */ public Builder clearOp() { @@ -6580,19 +5862,13 @@ public Builder clearOp() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> - fieldBuilder_; + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> fieldBuilder_; /** - * - * *
        * The field to which to apply the operator.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 2; - * * @return Whether the field field is set. */ @java.lang.Override @@ -6600,14 +5876,11 @@ public boolean hasField() { return operandTypeCase_ == 2; } /** - * - * *
        * The field to which to apply the operator.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 2; - * * @return The field. */ @java.lang.Override @@ -6625,8 +5898,6 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { } } /** - * - * *
        * The field to which to apply the operator.
        * 
@@ -6647,8 +5918,6 @@ public Builder setField(com.google.firestore.v1.StructuredQuery.FieldReference v return this; } /** - * - * *
        * The field to which to apply the operator.
        * 
@@ -6667,8 +5936,6 @@ public Builder setField( return this; } /** - * - * *
        * The field to which to apply the operator.
        * 
@@ -6677,14 +5944,10 @@ public Builder setField( */ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference value) { if (fieldBuilder_ == null) { - if (operandTypeCase_ == 2 - && operandType_ - != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { - operandType_ = - com.google.firestore.v1.StructuredQuery.FieldReference.newBuilder( - (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_) - .mergeFrom(value) - .buildPartial(); + if (operandTypeCase_ == 2 && + operandType_ != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { + operandType_ = com.google.firestore.v1.StructuredQuery.FieldReference.newBuilder((com.google.firestore.v1.StructuredQuery.FieldReference) operandType_) + .mergeFrom(value).buildPartial(); } else { operandType_ = value; } @@ -6700,8 +5963,6 @@ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference return this; } /** - * - * *
        * The field to which to apply the operator.
        * 
@@ -6725,8 +5986,6 @@ public Builder clearField() { return this; } /** - * - * *
        * The field to which to apply the operator.
        * 
@@ -6737,8 +5996,6 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getFieldBu return getFieldFieldBuilder().getBuilder(); } /** - * - * *
        * The field to which to apply the operator.
        * 
@@ -6757,8 +6014,6 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO } } /** - * - * *
        * The field to which to apply the operator.
        * 
@@ -6766,20 +6021,14 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO * .google.firestore.v1.StructuredQuery.FieldReference field = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> getFieldFieldBuilder() { if (fieldBuilder_ == null) { if (!(operandTypeCase_ == 2)) { - operandType_ = - com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance(); + operandType_ = com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance(); } - fieldBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( + fieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_, getParentForChildren(), isClean()); @@ -6789,7 +6038,6 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO onChanged(); return fieldBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -6802,12 +6050,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.UnaryFilter) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.UnaryFilter) private static final com.google.firestore.v1.StructuredQuery.UnaryFilter DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.UnaryFilter(); } @@ -6816,28 +6064,27 @@ public static com.google.firestore.v1.StructuredQuery.UnaryFilter getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UnaryFilter parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public UnaryFilter parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -6852,40 +6099,32 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery.UnaryFilter getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface OrderOrBuilder - extends + public interface OrderOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.Order) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The field to order by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return Whether the field field is set. */ boolean hasField(); /** - * - * *
      * The field to order by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return The field. */ com.google.firestore.v1.StructuredQuery.FieldReference getField(); /** - * - * *
      * The field to order by.
      * 
@@ -6895,86 +6134,73 @@ public interface OrderOrBuilder com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder(); /** - * - * *
      * The direction to order by. Defaults to `ASCENDING`.
      * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; - * * @return The enum numeric value on the wire for direction. */ int getDirectionValue(); /** - * - * *
      * The direction to order by. Defaults to `ASCENDING`.
      * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; - * * @return The direction. */ com.google.firestore.v1.StructuredQuery.Direction getDirection(); } /** - * - * *
    * An order on a field.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.Order} */ - public static final class Order extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Order extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.Order) OrderOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Order.newBuilder() to construct. private Order(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Order() { direction_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Order(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Order_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Order_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Order_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Order_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.Order.class, - com.google.firestore.v1.StructuredQuery.Order.Builder.class); + com.google.firestore.v1.StructuredQuery.Order.class, com.google.firestore.v1.StructuredQuery.Order.Builder.class); } private int bitField0_; public static final int FIELD_FIELD_NUMBER = 1; private com.google.firestore.v1.StructuredQuery.FieldReference field_; /** - * - * *
      * The field to order by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return Whether the field field is set. */ @java.lang.Override @@ -6982,25 +6208,18 @@ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * The field to order by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return The field. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReference getField() { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } /** - * - * *
      * The field to order by.
      * 
@@ -7009,50 +6228,36 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder() { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } public static final int DIRECTION_FIELD_NUMBER = 2; private int direction_ = 0; /** - * - * *
      * The direction to order by. Defaults to `ASCENDING`.
      * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; - * * @return The enum numeric value on the wire for direction. */ - @java.lang.Override - public int getDirectionValue() { + @java.lang.Override public int getDirectionValue() { return direction_; } /** - * - * *
      * The direction to order by. Defaults to `ASCENDING`.
      * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; - * * @return The direction. */ - @java.lang.Override - public com.google.firestore.v1.StructuredQuery.Direction getDirection() { - com.google.firestore.v1.StructuredQuery.Direction result = - com.google.firestore.v1.StructuredQuery.Direction.forNumber(direction_); - return result == null - ? com.google.firestore.v1.StructuredQuery.Direction.UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.v1.StructuredQuery.Direction getDirection() { + com.google.firestore.v1.StructuredQuery.Direction result = com.google.firestore.v1.StructuredQuery.Direction.forNumber(direction_); + return result == null ? com.google.firestore.v1.StructuredQuery.Direction.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -7064,12 +6269,12 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getField()); } - if (direction_ - != com.google.firestore.v1.StructuredQuery.Direction.DIRECTION_UNSPECIFIED.getNumber()) { + if (direction_ != com.google.firestore.v1.StructuredQuery.Direction.DIRECTION_UNSPECIFIED.getNumber()) { output.writeEnum(2, direction_); } getUnknownFields().writeTo(output); @@ -7082,11 +6287,12 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getField()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getField()); } - if (direction_ - != com.google.firestore.v1.StructuredQuery.Direction.DIRECTION_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, direction_); + if (direction_ != com.google.firestore.v1.StructuredQuery.Direction.DIRECTION_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, direction_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -7096,17 +6302,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredQuery.Order)) { return super.equals(obj); } - com.google.firestore.v1.StructuredQuery.Order other = - (com.google.firestore.v1.StructuredQuery.Order) obj; + com.google.firestore.v1.StructuredQuery.Order other = (com.google.firestore.v1.StructuredQuery.Order) obj; if (hasField() != other.hasField()) return false; if (hasField()) { - if (!getField().equals(other.getField())) return false; + if (!getField() + .equals(other.getField())) return false; } if (direction_ != other.direction_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; @@ -7131,94 +6337,90 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.StructuredQuery.Order parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.StructuredQuery.Order parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.Order parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.Order parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.Order parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.Order parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.Order parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.Order parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredQuery.Order parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.Order parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.Order parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredQuery.Order parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.Order parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredQuery.Order parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.Order prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -7228,32 +6430,27 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * An order on a field.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.Order} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.Order) com.google.firestore.v1.StructuredQuery.OrderOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Order_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Order_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Order_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Order_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.Order.class, - com.google.firestore.v1.StructuredQuery.Order.Builder.class); + com.google.firestore.v1.StructuredQuery.Order.class, com.google.firestore.v1.StructuredQuery.Order.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.Order.newBuilder() @@ -7261,17 +6458,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getFieldFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -7286,9 +6483,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Order_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Order_descriptor; } @java.lang.Override @@ -7307,11 +6504,8 @@ public com.google.firestore.v1.StructuredQuery.Order build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.Order buildPartial() { - com.google.firestore.v1.StructuredQuery.Order result = - new com.google.firestore.v1.StructuredQuery.Order(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.StructuredQuery.Order result = new com.google.firestore.v1.StructuredQuery.Order(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -7320,7 +6514,9 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.Order result) int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { - result.field_ = fieldBuilder_ == null ? field_ : fieldBuilder_.build(); + result.field_ = fieldBuilder_ == null + ? field_ + : fieldBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { @@ -7333,41 +6529,38 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.Order result) public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.Order) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.Order) other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.Order)other); } else { super.mergeFrom(other); return this; @@ -7375,8 +6568,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.Order other) { - if (other == com.google.firestore.v1.StructuredQuery.Order.getDefaultInstance()) - return this; + if (other == com.google.firestore.v1.StructuredQuery.Order.getDefaultInstance()) return this; if (other.hasField()) { mergeField(other.getField()); } @@ -7409,25 +6601,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getFieldFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 16: - { - direction_ = input.readEnum(); - bitField0_ |= 0x00000002; - break; - } // case 16 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getFieldFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 16: { + direction_ = input.readEnum(); + bitField0_ |= 0x00000002; + break; + } // case 16 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -7437,52 +6628,38 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private com.google.firestore.v1.StructuredQuery.FieldReference field_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> - fieldBuilder_; + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> fieldBuilder_; /** - * - * *
        * The field to order by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return Whether the field field is set. */ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
        * The field to order by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; - * * @return The field. */ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { if (fieldBuilder_ == null) { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } else { return fieldBuilder_.getMessage(); } } /** - * - * *
        * The field to order by.
        * 
@@ -7503,8 +6680,6 @@ public Builder setField(com.google.firestore.v1.StructuredQuery.FieldReference v return this; } /** - * - * *
        * The field to order by.
        * 
@@ -7523,8 +6698,6 @@ public Builder setField( return this; } /** - * - * *
        * The field to order by.
        * 
@@ -7533,10 +6706,9 @@ public Builder setField( */ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference value) { if (fieldBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && field_ != null - && field_ - != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + field_ != null && + field_ != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { getFieldBuilder().mergeFrom(value); } else { field_ = value; @@ -7551,8 +6723,6 @@ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference return this; } /** - * - * *
        * The field to order by.
        * 
@@ -7570,8 +6740,6 @@ public Builder clearField() { return this; } /** - * - * *
        * The field to order by.
        * 
@@ -7584,8 +6752,6 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getFieldBu return getFieldFieldBuilder().getBuilder(); } /** - * - * *
        * The field to order by.
        * 
@@ -7596,14 +6762,11 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO if (fieldBuilder_ != null) { return fieldBuilder_.getMessageOrBuilder(); } else { - return field_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : field_; + return field_ == null ? + com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; } } /** - * - * *
        * The field to order by.
        * 
@@ -7611,17 +6774,14 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO * .google.firestore.v1.StructuredQuery.FieldReference field = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> getFieldFieldBuilder() { if (fieldBuilder_ == null) { - fieldBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( - getField(), getParentForChildren(), isClean()); + fieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( + getField(), + getParentForChildren(), + isClean()); field_ = null; } return fieldBuilder_; @@ -7629,29 +6789,22 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO private int direction_ = 0; /** - * - * *
        * The direction to order by. Defaults to `ASCENDING`.
        * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; - * * @return The enum numeric value on the wire for direction. */ - @java.lang.Override - public int getDirectionValue() { + @java.lang.Override public int getDirectionValue() { return direction_; } /** - * - * *
        * The direction to order by. Defaults to `ASCENDING`.
        * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; - * * @param value The enum numeric value on the wire for direction to set. * @return This builder for chaining. */ @@ -7662,33 +6815,24 @@ public Builder setDirectionValue(int value) { return this; } /** - * - * *
        * The direction to order by. Defaults to `ASCENDING`.
        * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; - * * @return The direction. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.Direction getDirection() { - com.google.firestore.v1.StructuredQuery.Direction result = - com.google.firestore.v1.StructuredQuery.Direction.forNumber(direction_); - return result == null - ? com.google.firestore.v1.StructuredQuery.Direction.UNRECOGNIZED - : result; + com.google.firestore.v1.StructuredQuery.Direction result = com.google.firestore.v1.StructuredQuery.Direction.forNumber(direction_); + return result == null ? com.google.firestore.v1.StructuredQuery.Direction.UNRECOGNIZED : result; } /** - * - * *
        * The direction to order by. Defaults to `ASCENDING`.
        * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; - * * @param value The direction to set. * @return This builder for chaining. */ @@ -7702,14 +6846,11 @@ public Builder setDirection(com.google.firestore.v1.StructuredQuery.Direction va return this; } /** - * - * *
        * The direction to order by. Defaults to `ASCENDING`.
        * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; - * * @return This builder for chaining. */ public Builder clearDirection() { @@ -7718,7 +6859,6 @@ public Builder clearDirection() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -7731,12 +6871,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.Order) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.Order) private static final com.google.firestore.v1.StructuredQuery.Order DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.Order(); } @@ -7745,28 +6885,27 @@ public static com.google.firestore.v1.StructuredQuery.Order getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Order parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Order parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -7781,16 +6920,14 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery.Order getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface FieldReferenceOrBuilder - extends + public interface FieldReferenceOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.FieldReference) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * A reference to a field in a document.
      *
@@ -7802,13 +6939,10 @@ public interface FieldReferenceOrBuilder
      * 
* * string field_path = 2; - * * @return The fieldPath. */ java.lang.String getFieldPath(); /** - * - * *
      * A reference to a field in a document.
      *
@@ -7820,62 +6954,55 @@ public interface FieldReferenceOrBuilder
      * 
* * string field_path = 2; - * * @return The bytes for fieldPath. */ - com.google.protobuf.ByteString getFieldPathBytes(); + com.google.protobuf.ByteString + getFieldPathBytes(); } /** - * - * *
    * A reference to a field in a document, ex: `stats.operations`.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.FieldReference} */ - public static final class FieldReference extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class FieldReference extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.FieldReference) FieldReferenceOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use FieldReference.newBuilder() to construct. private FieldReference(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private FieldReference() { fieldPath_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new FieldReference(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FieldReference_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldReference_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.FieldReference.class, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder.class); + com.google.firestore.v1.StructuredQuery.FieldReference.class, com.google.firestore.v1.StructuredQuery.FieldReference.Builder.class); } public static final int FIELD_PATH_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object fieldPath_ = ""; /** - * - * *
      * A reference to a field in a document.
      *
@@ -7887,7 +7014,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      * 
* * string field_path = 2; - * * @return The fieldPath. */ @java.lang.Override @@ -7896,15 +7022,14 @@ public java.lang.String getFieldPath() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldPath_ = s; return s; } } /** - * - * *
      * A reference to a field in a document.
      *
@@ -7916,15 +7041,16 @@ public java.lang.String getFieldPath() {
      * 
* * string field_path = 2; - * * @return The bytes for fieldPath. */ @java.lang.Override - public com.google.protobuf.ByteString getFieldPathBytes() { + public com.google.protobuf.ByteString + getFieldPathBytes() { java.lang.Object ref = fieldPath_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); fieldPath_ = b; return b; } else { @@ -7933,7 +7059,6 @@ public com.google.protobuf.ByteString getFieldPathBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -7945,7 +7070,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fieldPath_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, fieldPath_); } @@ -7969,15 +7095,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredQuery.FieldReference)) { return super.equals(obj); } - com.google.firestore.v1.StructuredQuery.FieldReference other = - (com.google.firestore.v1.StructuredQuery.FieldReference) obj; + com.google.firestore.v1.StructuredQuery.FieldReference other = (com.google.firestore.v1.StructuredQuery.FieldReference) obj; - if (!getFieldPath().equals(other.getFieldPath())) return false; + if (!getFieldPath() + .equals(other.getFieldPath())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -7997,94 +7123,89 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.FieldReference parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.FieldReference parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredQuery.FieldReference parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.v1.StructuredQuery.FieldReference prototype) { + public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.FieldReference prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -8094,41 +7215,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * A reference to a field in a document, ex: `stats.operations`.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.FieldReference} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.FieldReference) com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FieldReference_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldReference_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.FieldReference.class, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder.class); + com.google.firestore.v1.StructuredQuery.FieldReference.class, com.google.firestore.v1.StructuredQuery.FieldReference.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.FieldReference.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -8138,9 +7257,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor; } @java.lang.Override @@ -8159,11 +7278,8 @@ public com.google.firestore.v1.StructuredQuery.FieldReference build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReference buildPartial() { - com.google.firestore.v1.StructuredQuery.FieldReference result = - new com.google.firestore.v1.StructuredQuery.FieldReference(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.StructuredQuery.FieldReference result = new com.google.firestore.v1.StructuredQuery.FieldReference(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -8179,41 +7295,38 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.FieldReferenc public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.FieldReference) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.FieldReference) other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.FieldReference)other); } else { super.mergeFrom(other); return this; @@ -8221,8 +7334,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.FieldReference other) { - if (other == com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) - return this; + if (other == com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) return this; if (!other.getFieldPath().isEmpty()) { fieldPath_ = other.fieldPath_; bitField0_ |= 0x00000001; @@ -8254,19 +7366,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: - { - fieldPath_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: { + fieldPath_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -8276,13 +7386,10 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object fieldPath_ = ""; /** - * - * *
        * A reference to a field in a document.
        *
@@ -8294,13 +7401,13 @@ public Builder mergeFrom(
        * 
* * string field_path = 2; - * * @return The fieldPath. */ public java.lang.String getFieldPath() { java.lang.Object ref = fieldPath_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldPath_ = s; return s; @@ -8309,8 +7416,6 @@ public java.lang.String getFieldPath() { } } /** - * - * *
        * A reference to a field in a document.
        *
@@ -8322,14 +7427,15 @@ public java.lang.String getFieldPath() {
        * 
* * string field_path = 2; - * * @return The bytes for fieldPath. */ - public com.google.protobuf.ByteString getFieldPathBytes() { + public com.google.protobuf.ByteString + getFieldPathBytes() { java.lang.Object ref = fieldPath_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); fieldPath_ = b; return b; } else { @@ -8337,8 +7443,6 @@ public com.google.protobuf.ByteString getFieldPathBytes() { } } /** - * - * *
        * A reference to a field in a document.
        *
@@ -8350,22 +7454,18 @@ public com.google.protobuf.ByteString getFieldPathBytes() {
        * 
* * string field_path = 2; - * * @param value The fieldPath to set. * @return This builder for chaining. */ - public Builder setFieldPath(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFieldPath( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } fieldPath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * A reference to a field in a document.
        *
@@ -8377,7 +7477,6 @@ public Builder setFieldPath(java.lang.String value) {
        * 
* * string field_path = 2; - * * @return This builder for chaining. */ public Builder clearFieldPath() { @@ -8387,8 +7486,6 @@ public Builder clearFieldPath() { return this; } /** - * - * *
        * A reference to a field in a document.
        *
@@ -8400,21 +7497,18 @@ public Builder clearFieldPath() {
        * 
* * string field_path = 2; - * * @param value The bytes for fieldPath to set. * @return This builder for chaining. */ - public Builder setFieldPathBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFieldPathBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fieldPath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -8427,12 +7521,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.FieldReference) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.FieldReference) private static final com.google.firestore.v1.StructuredQuery.FieldReference DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.FieldReference(); } @@ -8441,28 +7535,27 @@ public static com.google.firestore.v1.StructuredQuery.FieldReference getDefaultI return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public FieldReference parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public FieldReference parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -8477,16 +7570,14 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery.FieldReference getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface ProjectionOrBuilder - extends + public interface ProjectionOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.Projection) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The fields to return.
      *
@@ -8496,10 +7587,9 @@ public interface ProjectionOrBuilder
      *
      * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
      */
-    java.util.List getFieldsList();
+    java.util.List 
+        getFieldsList();
     /**
-     *
-     *
      * 
      * The fields to return.
      *
@@ -8511,8 +7601,6 @@ public interface ProjectionOrBuilder
      */
     com.google.firestore.v1.StructuredQuery.FieldReference getFields(int index);
     /**
-     *
-     *
      * 
      * The fields to return.
      *
@@ -8524,8 +7612,6 @@ public interface ProjectionOrBuilder
      */
     int getFieldsCount();
     /**
-     *
-     *
      * 
      * The fields to return.
      *
@@ -8535,11 +7621,9 @@ public interface ProjectionOrBuilder
      *
      * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
      */
-    java.util.List
+    java.util.List 
         getFieldsOrBuilderList();
     /**
-     *
-     *
      * 
      * The fields to return.
      *
@@ -8549,59 +7633,53 @@ public interface ProjectionOrBuilder
      *
      * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
      */
-    com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldsOrBuilder(int index);
+    com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldsOrBuilder(
+        int index);
   }
   /**
-   *
-   *
    * 
    * The projection of document's fields to return.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.Projection} */ - public static final class Projection extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Projection extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.Projection) ProjectionOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Projection.newBuilder() to construct. private Projection(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Projection() { fields_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Projection(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Projection_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Projection_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.Projection.class, - com.google.firestore.v1.StructuredQuery.Projection.Builder.class); + com.google.firestore.v1.StructuredQuery.Projection.class, com.google.firestore.v1.StructuredQuery.Projection.Builder.class); } public static final int FIELDS_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private java.util.List fields_; /** - * - * *
      * The fields to return.
      *
@@ -8616,8 +7694,6 @@ public java.util.List ge
       return fields_;
     }
     /**
-     *
-     *
      * 
      * The fields to return.
      *
@@ -8628,13 +7704,11 @@ public java.util.List ge
      * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
      */
     @java.lang.Override
-    public java.util.List
+    public java.util.List 
         getFieldsOrBuilderList() {
       return fields_;
     }
     /**
-     *
-     *
      * 
      * The fields to return.
      *
@@ -8649,8 +7723,6 @@ public int getFieldsCount() {
       return fields_.size();
     }
     /**
-     *
-     *
      * 
      * The fields to return.
      *
@@ -8665,8 +7737,6 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getFields(int inde
       return fields_.get(index);
     }
     /**
-     *
-     *
      * 
      * The fields to return.
      *
@@ -8683,7 +7753,6 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFields
     }
 
     private byte memoizedIsInitialized = -1;
-
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -8695,7 +7764,8 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+    public void writeTo(com.google.protobuf.CodedOutputStream output)
+                        throws java.io.IOException {
       for (int i = 0; i < fields_.size(); i++) {
         output.writeMessage(2, fields_.get(i));
       }
@@ -8709,7 +7779,8 @@ public int getSerializedSize() {
 
       size = 0;
       for (int i = 0; i < fields_.size(); i++) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, fields_.get(i));
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(2, fields_.get(i));
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -8719,15 +7790,15 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-        return true;
+       return true;
       }
       if (!(obj instanceof com.google.firestore.v1.StructuredQuery.Projection)) {
         return super.equals(obj);
       }
-      com.google.firestore.v1.StructuredQuery.Projection other =
-          (com.google.firestore.v1.StructuredQuery.Projection) obj;
+      com.google.firestore.v1.StructuredQuery.Projection other = (com.google.firestore.v1.StructuredQuery.Projection) obj;
 
-      if (!getFieldsList().equals(other.getFieldsList())) return false;
+      if (!getFieldsList()
+          .equals(other.getFieldsList())) return false;
       if (!getUnknownFields().equals(other.getUnknownFields())) return false;
       return true;
     }
@@ -8749,93 +7820,89 @@ public int hashCode() {
     }
 
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
-        java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+        java.nio.ByteBuffer data)
+        throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
-        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
-        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
-    public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
-    public static com.google.firestore.v1.StructuredQuery.Projection parseDelimitedFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    public static com.google.firestore.v1.StructuredQuery.Projection parseDelimitedFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input);
     }
 
     public static com.google.firestore.v1.StructuredQuery.Projection parseDelimitedFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
     }
-
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
-        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() {
-      return newBuilder();
-    }
-
+    public Builder newBuilderForType() { return newBuilder(); }
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
-
     public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.Projection prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
-
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE
+          ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -8845,41 +7912,39 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
-     *
-     *
      * 
      * The projection of document's fields to return.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.Projection} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.Projection) com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Projection_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Projection_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.Projection.class, - com.google.firestore.v1.StructuredQuery.Projection.Builder.class); + com.google.firestore.v1.StructuredQuery.Projection.class, com.google.firestore.v1.StructuredQuery.Projection.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.Projection.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -8895,9 +7960,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor; } @java.lang.Override @@ -8916,18 +7981,14 @@ public com.google.firestore.v1.StructuredQuery.Projection build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.Projection buildPartial() { - com.google.firestore.v1.StructuredQuery.Projection result = - new com.google.firestore.v1.StructuredQuery.Projection(this); + com.google.firestore.v1.StructuredQuery.Projection result = new com.google.firestore.v1.StructuredQuery.Projection(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } - private void buildPartialRepeatedFields( - com.google.firestore.v1.StructuredQuery.Projection result) { + private void buildPartialRepeatedFields(com.google.firestore.v1.StructuredQuery.Projection result) { if (fieldsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { fields_ = java.util.Collections.unmodifiableList(fields_); @@ -8947,41 +8008,38 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.Projection re public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.Projection) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.Projection) other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.Projection)other); } else { super.mergeFrom(other); return this; @@ -8989,8 +8047,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.Projection other) { - if (other == com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance()) - return this; + if (other == com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance()) return this; if (fieldsBuilder_ == null) { if (!other.fields_.isEmpty()) { if (fields_.isEmpty()) { @@ -9009,10 +8066,9 @@ public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.Projection othe fieldsBuilder_ = null; fields_ = other.fields_; bitField0_ = (bitField0_ & ~0x00000001); - fieldsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getFieldsFieldBuilder() - : null; + fieldsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getFieldsFieldBuilder() : null; } else { fieldsBuilder_.addAllMessages(other.fields_); } @@ -9044,27 +8100,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: - { - com.google.firestore.v1.StructuredQuery.FieldReference m = - input.readMessage( - com.google.firestore.v1.StructuredQuery.FieldReference.parser(), - extensionRegistry); - if (fieldsBuilder_ == null) { - ensureFieldsIsMutable(); - fields_.add(m); - } else { - fieldsBuilder_.addMessage(m); - } - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: { + com.google.firestore.v1.StructuredQuery.FieldReference m = + input.readMessage( + com.google.firestore.v1.StructuredQuery.FieldReference.parser(), + extensionRegistry); + if (fieldsBuilder_ == null) { + ensureFieldsIsMutable(); + fields_.add(m); + } else { + fieldsBuilder_.addMessage(m); + } + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -9074,30 +8128,21 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.util.List fields_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureFieldsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { - fields_ = - new java.util.ArrayList( - fields_); + fields_ = new java.util.ArrayList(fields_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> - fieldsBuilder_; + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> fieldsBuilder_; /** - * - * *
        * The fields to return.
        *
@@ -9107,8 +8152,7 @@ private void ensureFieldsIsMutable() {
        *
        * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
        */
-      public java.util.List
-          getFieldsList() {
+      public java.util.List getFieldsList() {
         if (fieldsBuilder_ == null) {
           return java.util.Collections.unmodifiableList(fields_);
         } else {
@@ -9116,8 +8160,6 @@ private void ensureFieldsIsMutable() {
         }
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9135,8 +8177,6 @@ public int getFieldsCount() {
         }
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9154,8 +8194,6 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getFields(int inde
         }
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9180,8 +8218,6 @@ public Builder setFields(
         return this;
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9192,8 +8228,7 @@ public Builder setFields(
        * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
        */
       public Builder setFields(
-          int index,
-          com.google.firestore.v1.StructuredQuery.FieldReference.Builder builderForValue) {
+          int index, com.google.firestore.v1.StructuredQuery.FieldReference.Builder builderForValue) {
         if (fieldsBuilder_ == null) {
           ensureFieldsIsMutable();
           fields_.set(index, builderForValue.build());
@@ -9204,8 +8239,6 @@ public Builder setFields(
         return this;
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9229,8 +8262,6 @@ public Builder addFields(com.google.firestore.v1.StructuredQuery.FieldReference
         return this;
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9255,8 +8286,6 @@ public Builder addFields(
         return this;
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9278,8 +8307,6 @@ public Builder addFields(
         return this;
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9290,8 +8317,7 @@ public Builder addFields(
        * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
        */
       public Builder addFields(
-          int index,
-          com.google.firestore.v1.StructuredQuery.FieldReference.Builder builderForValue) {
+          int index, com.google.firestore.v1.StructuredQuery.FieldReference.Builder builderForValue) {
         if (fieldsBuilder_ == null) {
           ensureFieldsIsMutable();
           fields_.add(index, builderForValue.build());
@@ -9302,8 +8328,6 @@ public Builder addFields(
         return this;
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9314,11 +8338,11 @@ public Builder addFields(
        * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
        */
       public Builder addAllFields(
-          java.lang.Iterable
-              values) {
+          java.lang.Iterable values) {
         if (fieldsBuilder_ == null) {
           ensureFieldsIsMutable();
-          com.google.protobuf.AbstractMessageLite.Builder.addAll(values, fields_);
+          com.google.protobuf.AbstractMessageLite.Builder.addAll(
+              values, fields_);
           onChanged();
         } else {
           fieldsBuilder_.addAllMessages(values);
@@ -9326,8 +8350,6 @@ public Builder addAllFields(
         return this;
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9348,8 +8370,6 @@ public Builder clearFields() {
         return this;
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9370,8 +8390,6 @@ public Builder removeFields(int index) {
         return this;
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9386,8 +8404,6 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getFieldsB
         return getFieldsFieldBuilder().getBuilder(index);
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9400,14 +8416,11 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getFieldsB
       public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldsOrBuilder(
           int index) {
         if (fieldsBuilder_ == null) {
-          return fields_.get(index);
-        } else {
+          return fields_.get(index);  } else {
           return fieldsBuilder_.getMessageOrBuilder(index);
         }
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9417,9 +8430,8 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFields
        *
        * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
        */
-      public java.util.List<
-              ? extends com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>
-          getFieldsOrBuilderList() {
+      public java.util.List 
+           getFieldsOrBuilderList() {
         if (fieldsBuilder_ != null) {
           return fieldsBuilder_.getMessageOrBuilderList();
         } else {
@@ -9427,8 +8439,6 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFields
         }
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9439,13 +8449,10 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFields
        * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
        */
       public com.google.firestore.v1.StructuredQuery.FieldReference.Builder addFieldsBuilder() {
-        return getFieldsFieldBuilder()
-            .addBuilder(
-                com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance());
+        return getFieldsFieldBuilder().addBuilder(
+            com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance());
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9457,13 +8464,10 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder addFieldsB
        */
       public com.google.firestore.v1.StructuredQuery.FieldReference.Builder addFieldsBuilder(
           int index) {
-        return getFieldsFieldBuilder()
-            .addBuilder(
-                index, com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance());
+        return getFieldsFieldBuilder().addBuilder(
+            index, com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance());
       }
       /**
-       *
-       *
        * 
        * The fields to return.
        *
@@ -9473,28 +8477,24 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder addFieldsB
        *
        * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
        */
-      public java.util.List
-          getFieldsBuilderList() {
+      public java.util.List 
+           getFieldsBuilderList() {
         return getFieldsFieldBuilder().getBuilderList();
       }
-
       private com.google.protobuf.RepeatedFieldBuilderV3<
-              com.google.firestore.v1.StructuredQuery.FieldReference,
-              com.google.firestore.v1.StructuredQuery.FieldReference.Builder,
-              com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>
+          com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> 
           getFieldsFieldBuilder() {
         if (fieldsBuilder_ == null) {
-          fieldsBuilder_ =
-              new com.google.protobuf.RepeatedFieldBuilderV3<
-                  com.google.firestore.v1.StructuredQuery.FieldReference,
-                  com.google.firestore.v1.StructuredQuery.FieldReference.Builder,
-                  com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>(
-                  fields_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+          fieldsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+              com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>(
+                  fields_,
+                  ((bitField0_ & 0x00000001) != 0),
+                  getParentForChildren(),
+                  isClean());
           fields_ = null;
         }
         return fieldsBuilder_;
       }
-
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -9507,12 +8507,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
+
       // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.Projection)
     }
 
     // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.Projection)
     private static final com.google.firestore.v1.StructuredQuery.Projection DEFAULT_INSTANCE;
-
     static {
       DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.Projection();
     }
@@ -9521,28 +8521,27 @@ public static com.google.firestore.v1.StructuredQuery.Projection getDefaultInsta
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser PARSER =
-        new com.google.protobuf.AbstractParser() {
-          @java.lang.Override
-          public Projection parsePartialFrom(
-              com.google.protobuf.CodedInputStream input,
-              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-              throws com.google.protobuf.InvalidProtocolBufferException {
-            Builder builder = newBuilder();
-            try {
-              builder.mergeFrom(input, extensionRegistry);
-            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-              throw e.setUnfinishedMessage(builder.buildPartial());
-            } catch (com.google.protobuf.UninitializedMessageException e) {
-              throw e.asInvalidProtocolBufferException()
-                  .setUnfinishedMessage(builder.buildPartial());
-            } catch (java.io.IOException e) {
-              throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                  .setUnfinishedMessage(builder.buildPartial());
-            }
-            return builder.buildPartial();
-          }
-        };
+    private static final com.google.protobuf.Parser
+        PARSER = new com.google.protobuf.AbstractParser() {
+      @java.lang.Override
+      public Projection parsePartialFrom(
+          com.google.protobuf.CodedInputStream input,
+          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+          throws com.google.protobuf.InvalidProtocolBufferException {
+        Builder builder = newBuilder();
+        try {
+          builder.mergeFrom(input, extensionRegistry);
+        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+          throw e.setUnfinishedMessage(builder.buildPartial());
+        } catch (com.google.protobuf.UninitializedMessageException e) {
+          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+        } catch (java.io.IOException e) {
+          throw new com.google.protobuf.InvalidProtocolBufferException(e)
+              .setUnfinishedMessage(builder.buildPartial());
+        }
+        return builder.buildPartial();
+      }
+    };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -9557,159 +8556,116 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.firestore.v1.StructuredQuery.Projection getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
+
   }
 
-  public interface FindNearestOrBuilder
-      extends
+  public interface FindNearestOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.FindNearest)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * Required. An indexed vector field to search upon. Only documents which
      * contain vectors whose dimensionality match the query_vector can be
      * returned.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the vectorField field is set. */ boolean hasVectorField(); /** - * - * *
      * Required. An indexed vector field to search upon. Only documents which
      * contain vectors whose dimensionality match the query_vector can be
      * returned.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The vectorField. */ com.google.firestore.v1.StructuredQuery.FieldReference getVectorField(); /** - * - * *
      * Required. An indexed vector field to search upon. Only documents which
      * contain vectors whose dimensionality match the query_vector can be
      * returned.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; */ com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getVectorFieldOrBuilder(); /** - * - * *
      * Required. The query vector that we are searching on. Must be a vector of
      * no more than 2048 dimensions.
      * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the queryVector field is set. */ boolean hasQueryVector(); /** - * - * *
      * Required. The query vector that we are searching on. Must be a vector of
      * no more than 2048 dimensions.
      * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The queryVector. */ com.google.firestore.v1.Value getQueryVector(); /** - * - * *
      * Required. The query vector that we are searching on. Must be a vector of
      * no more than 2048 dimensions.
      * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; */ com.google.firestore.v1.ValueOrBuilder getQueryVectorOrBuilder(); /** - * - * *
      * Required. The Distance Measure to use, required.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for distanceMeasure. */ int getDistanceMeasureValue(); /** - * - * *
      * Required. The Distance Measure to use, required.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The distanceMeasure. */ com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure getDistanceMeasure(); /** - * - * *
      * Required. The number of nearest neighbors to return. Must be a positive
      * integer of no more than 1000.
      * 
* * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the limit field is set. */ boolean hasLimit(); /** - * - * *
      * Required. The number of nearest neighbors to return. Must be a positive
      * integer of no more than 1000.
      * 
* * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; - * * @return The limit. */ com.google.protobuf.Int32Value getLimit(); /** - * - * *
      * Required. The number of nearest neighbors to return. Must be a positive
      * integer of no more than 1000.
@@ -9720,62 +8676,55 @@ public interface FindNearestOrBuilder
     com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder();
   }
   /**
-   *
-   *
    * 
    * Nearest Neighbors search config.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.FindNearest} */ - public static final class FindNearest extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class FindNearest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.FindNearest) FindNearestOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use FindNearest.newBuilder() to construct. private FindNearest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private FindNearest() { distanceMeasure_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new FindNearest(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FindNearest_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FindNearest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.FindNearest.class, - com.google.firestore.v1.StructuredQuery.FindNearest.Builder.class); + com.google.firestore.v1.StructuredQuery.FindNearest.class, com.google.firestore.v1.StructuredQuery.FindNearest.Builder.class); } /** - * - * *
      * The distance measure to use when comparing vectors.
      * 
* * Protobuf enum {@code google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure} */ - public enum DistanceMeasure implements com.google.protobuf.ProtocolMessageEnum { + public enum DistanceMeasure + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
        * Should not be set.
        * 
@@ -9784,8 +8733,6 @@ public enum DistanceMeasure implements com.google.protobuf.ProtocolMessageEnum { */ DISTANCE_MEASURE_UNSPECIFIED(0), /** - * - * *
        * Measures the EUCLIDEAN distance between the vectors. See
        * [Euclidean](https://en.wikipedia.org/wiki/Euclidean_distance) to learn
@@ -9796,8 +8743,6 @@ public enum DistanceMeasure implements com.google.protobuf.ProtocolMessageEnum {
        */
       EUCLIDEAN(1),
       /**
-       *
-       *
        * 
        * Compares vectors based on the angle between them, which allows you to
        * measure similarity that isn't based on the vectors magnitude.
@@ -9812,8 +8757,6 @@ public enum DistanceMeasure implements com.google.protobuf.ProtocolMessageEnum {
        */
       COSINE(2),
       /**
-       *
-       *
        * 
        * Similar to cosine but is affected by the magnitude of the vectors. See
        * [Dot Product](https://en.wikipedia.org/wiki/Dot_product) to learn more.
@@ -9826,8 +8769,6 @@ public enum DistanceMeasure implements com.google.protobuf.ProtocolMessageEnum {
       ;
 
       /**
-       *
-       *
        * 
        * Should not be set.
        * 
@@ -9836,8 +8777,6 @@ public enum DistanceMeasure implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DISTANCE_MEASURE_UNSPECIFIED_VALUE = 0; /** - * - * *
        * Measures the EUCLIDEAN distance between the vectors. See
        * [Euclidean](https://en.wikipedia.org/wiki/Euclidean_distance) to learn
@@ -9848,8 +8787,6 @@ public enum DistanceMeasure implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int EUCLIDEAN_VALUE = 1;
       /**
-       *
-       *
        * 
        * Compares vectors based on the angle between them, which allows you to
        * measure similarity that isn't based on the vectors magnitude.
@@ -9864,8 +8801,6 @@ public enum DistanceMeasure implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int COSINE_VALUE = 2;
       /**
-       *
-       *
        * 
        * Similar to cosine but is affected by the magnitude of the vectors. See
        * [Dot Product](https://en.wikipedia.org/wiki/Dot_product) to learn more.
@@ -9875,6 +8810,7 @@ public enum DistanceMeasure implements com.google.protobuf.ProtocolMessageEnum {
        */
       public static final int DOT_PRODUCT_VALUE = 3;
 
+
       public final int getNumber() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalArgumentException(
@@ -9899,16 +8835,11 @@ public static DistanceMeasure valueOf(int value) {
        */
       public static DistanceMeasure forNumber(int value) {
         switch (value) {
-          case 0:
-            return DISTANCE_MEASURE_UNSPECIFIED;
-          case 1:
-            return EUCLIDEAN;
-          case 2:
-            return COSINE;
-          case 3:
-            return DOT_PRODUCT;
-          default:
-            return null;
+          case 0: return DISTANCE_MEASURE_UNSPECIFIED;
+          case 1: return EUCLIDEAN;
+          case 2: return COSINE;
+          case 3: return DOT_PRODUCT;
+          default: return null;
         }
       }
 
@@ -9916,31 +8847,29 @@ public static DistanceMeasure forNumber(int value) {
           internalGetValueMap() {
         return internalValueMap;
       }
+      private static final com.google.protobuf.Internal.EnumLiteMap<
+          DistanceMeasure> internalValueMap =
+            new com.google.protobuf.Internal.EnumLiteMap() {
+              public DistanceMeasure findValueByNumber(int number) {
+                return DistanceMeasure.forNumber(number);
+              }
+            };
 
-      private static final com.google.protobuf.Internal.EnumLiteMap
-          internalValueMap =
-              new com.google.protobuf.Internal.EnumLiteMap() {
-                public DistanceMeasure findValueByNumber(int number) {
-                  return DistanceMeasure.forNumber(number);
-                }
-              };
-
-      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+      public final com.google.protobuf.Descriptors.EnumValueDescriptor
+          getValueDescriptor() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalStateException(
               "Can't get the descriptor of an unrecognized enum value.");
         }
         return getDescriptor().getValues().get(ordinal());
       }
-
-      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+      public final com.google.protobuf.Descriptors.EnumDescriptor
+          getDescriptorForType() {
         return getDescriptor();
       }
-
-      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
-        return com.google.firestore.v1.StructuredQuery.FindNearest.getDescriptor()
-            .getEnumTypes()
-            .get(0);
+      public static final com.google.protobuf.Descriptors.EnumDescriptor
+          getDescriptor() {
+        return com.google.firestore.v1.StructuredQuery.FindNearest.getDescriptor().getEnumTypes().get(0);
       }
 
       private static final DistanceMeasure[] VALUES = values();
@@ -9948,7 +8877,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor
       public static DistanceMeasure valueOf(
           com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
         if (desc.getType() != getDescriptor()) {
-          throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+          throw new java.lang.IllegalArgumentException(
+            "EnumValueDescriptor is not for this type.");
         }
         if (desc.getIndex() == -1) {
           return UNRECOGNIZED;
@@ -9969,18 +8899,13 @@ private DistanceMeasure(int value) {
     public static final int VECTOR_FIELD_FIELD_NUMBER = 1;
     private com.google.firestore.v1.StructuredQuery.FieldReference vectorField_;
     /**
-     *
-     *
      * 
      * Required. An indexed vector field to search upon. Only documents which
      * contain vectors whose dimensionality match the query_vector can be
      * returned.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the vectorField field is set. */ @java.lang.Override @@ -9988,60 +8913,42 @@ public boolean hasVectorField() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Required. An indexed vector field to search upon. Only documents which
      * contain vectors whose dimensionality match the query_vector can be
      * returned.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The vectorField. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReference getVectorField() { - return vectorField_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : vectorField_; + return vectorField_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : vectorField_; } /** - * - * *
      * Required. An indexed vector field to search upon. Only documents which
      * contain vectors whose dimensionality match the query_vector can be
      * returned.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override - public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder - getVectorFieldOrBuilder() { - return vectorField_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : vectorField_; + public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getVectorFieldOrBuilder() { + return vectorField_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : vectorField_; } public static final int QUERY_VECTOR_FIELD_NUMBER = 2; private com.google.firestore.v1.Value queryVector_; /** - * - * *
      * Required. The query vector that we are searching on. Must be a vector of
      * no more than 2048 dimensions.
      * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the queryVector field is set. */ @java.lang.Override @@ -10049,97 +8956,66 @@ public boolean hasQueryVector() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Required. The query vector that we are searching on. Must be a vector of
      * no more than 2048 dimensions.
      * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The queryVector. */ @java.lang.Override public com.google.firestore.v1.Value getQueryVector() { - return queryVector_ == null - ? com.google.firestore.v1.Value.getDefaultInstance() - : queryVector_; + return queryVector_ == null ? com.google.firestore.v1.Value.getDefaultInstance() : queryVector_; } /** - * - * *
      * Required. The query vector that we are searching on. Must be a vector of
      * no more than 2048 dimensions.
      * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.firestore.v1.ValueOrBuilder getQueryVectorOrBuilder() { - return queryVector_ == null - ? com.google.firestore.v1.Value.getDefaultInstance() - : queryVector_; + return queryVector_ == null ? com.google.firestore.v1.Value.getDefaultInstance() : queryVector_; } public static final int DISTANCE_MEASURE_FIELD_NUMBER = 3; private int distanceMeasure_ = 0; /** - * - * *
      * Required. The Distance Measure to use, required.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for distanceMeasure. */ - @java.lang.Override - public int getDistanceMeasureValue() { + @java.lang.Override public int getDistanceMeasureValue() { return distanceMeasure_; } /** - * - * *
      * Required. The Distance Measure to use, required.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The distanceMeasure. */ - @java.lang.Override - public com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure - getDistanceMeasure() { - com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure result = - com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.forNumber( - distanceMeasure_); - return result == null - ? com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure getDistanceMeasure() { + com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure result = com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.forNumber(distanceMeasure_); + return result == null ? com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.UNRECOGNIZED : result; } public static final int LIMIT_FIELD_NUMBER = 4; private com.google.protobuf.Int32Value limit_; /** - * - * *
      * Required. The number of nearest neighbors to return. Must be a positive
      * integer of no more than 1000.
      * 
* * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the limit field is set. */ @java.lang.Override @@ -10147,15 +9023,12 @@ public boolean hasLimit() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Required. The number of nearest neighbors to return. Must be a positive
      * integer of no more than 1000.
      * 
* * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; - * * @return The limit. */ @java.lang.Override @@ -10163,8 +9036,6 @@ public com.google.protobuf.Int32Value getLimit() { return limit_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : limit_; } /** - * - * *
      * Required. The number of nearest neighbors to return. Must be a positive
      * integer of no more than 1000.
@@ -10178,7 +9049,6 @@ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() {
     }
 
     private byte memoizedIsInitialized = -1;
-
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -10190,17 +9060,15 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+    public void writeTo(com.google.protobuf.CodedOutputStream output)
+                        throws java.io.IOException {
       if (((bitField0_ & 0x00000001) != 0)) {
         output.writeMessage(1, getVectorField());
       }
       if (((bitField0_ & 0x00000002) != 0)) {
         output.writeMessage(2, getQueryVector());
       }
-      if (distanceMeasure_
-          != com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure
-              .DISTANCE_MEASURE_UNSPECIFIED
-              .getNumber()) {
+      if (distanceMeasure_ != com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.DISTANCE_MEASURE_UNSPECIFIED.getNumber()) {
         output.writeEnum(3, distanceMeasure_);
       }
       if (((bitField0_ & 0x00000004) != 0)) {
@@ -10216,19 +9084,20 @@ public int getSerializedSize() {
 
       size = 0;
       if (((bitField0_ & 0x00000001) != 0)) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getVectorField());
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(1, getVectorField());
       }
       if (((bitField0_ & 0x00000002) != 0)) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getQueryVector());
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(2, getQueryVector());
       }
-      if (distanceMeasure_
-          != com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure
-              .DISTANCE_MEASURE_UNSPECIFIED
-              .getNumber()) {
-        size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, distanceMeasure_);
+      if (distanceMeasure_ != com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.DISTANCE_MEASURE_UNSPECIFIED.getNumber()) {
+        size += com.google.protobuf.CodedOutputStream
+          .computeEnumSize(3, distanceMeasure_);
       }
       if (((bitField0_ & 0x00000004) != 0)) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getLimit());
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(4, getLimit());
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -10238,26 +9107,28 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-        return true;
+       return true;
       }
       if (!(obj instanceof com.google.firestore.v1.StructuredQuery.FindNearest)) {
         return super.equals(obj);
       }
-      com.google.firestore.v1.StructuredQuery.FindNearest other =
-          (com.google.firestore.v1.StructuredQuery.FindNearest) obj;
+      com.google.firestore.v1.StructuredQuery.FindNearest other = (com.google.firestore.v1.StructuredQuery.FindNearest) obj;
 
       if (hasVectorField() != other.hasVectorField()) return false;
       if (hasVectorField()) {
-        if (!getVectorField().equals(other.getVectorField())) return false;
+        if (!getVectorField()
+            .equals(other.getVectorField())) return false;
       }
       if (hasQueryVector() != other.hasQueryVector()) return false;
       if (hasQueryVector()) {
-        if (!getQueryVector().equals(other.getQueryVector())) return false;
+        if (!getQueryVector()
+            .equals(other.getQueryVector())) return false;
       }
       if (distanceMeasure_ != other.distanceMeasure_) return false;
       if (hasLimit() != other.hasLimit()) return false;
       if (hasLimit()) {
-        if (!getLimit().equals(other.getLimit())) return false;
+        if (!getLimit()
+            .equals(other.getLimit())) return false;
       }
       if (!getUnknownFields().equals(other.getUnknownFields())) return false;
       return true;
@@ -10290,94 +9161,89 @@ public int hashCode() {
     }
 
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
-        java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+        java.nio.ByteBuffer data)
+        throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
-        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
-        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
-    public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
-    public static com.google.firestore.v1.StructuredQuery.FindNearest parseDelimitedFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    public static com.google.firestore.v1.StructuredQuery.FindNearest parseDelimitedFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input);
     }
 
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseDelimitedFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
     }
-
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
-        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() {
-      return newBuilder();
-    }
-
+    public Builder newBuilderForType() { return newBuilder(); }
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
-
-    public static Builder newBuilder(
-        com.google.firestore.v1.StructuredQuery.FindNearest prototype) {
+    public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.FindNearest prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
-
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE
+          ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -10387,32 +9253,27 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
-     *
-     *
      * 
      * Nearest Neighbors search config.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.FindNearest} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.FindNearest) com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FindNearest_fieldAccessorTable + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FindNearest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.FindNearest.class, - com.google.firestore.v1.StructuredQuery.FindNearest.Builder.class); + com.google.firestore.v1.StructuredQuery.FindNearest.class, com.google.firestore.v1.StructuredQuery.FindNearest.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.FindNearest.newBuilder() @@ -10420,19 +9281,19 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getVectorFieldFieldBuilder(); getQueryVectorFieldBuilder(); getLimitFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -10457,9 +9318,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.QueryProto - .internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor; } @java.lang.Override @@ -10478,11 +9339,8 @@ public com.google.firestore.v1.StructuredQuery.FindNearest build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.FindNearest buildPartial() { - com.google.firestore.v1.StructuredQuery.FindNearest result = - new com.google.firestore.v1.StructuredQuery.FindNearest(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.StructuredQuery.FindNearest result = new com.google.firestore.v1.StructuredQuery.FindNearest(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -10491,20 +9349,24 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.FindNearest r int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { - result.vectorField_ = - vectorFieldBuilder_ == null ? vectorField_ : vectorFieldBuilder_.build(); + result.vectorField_ = vectorFieldBuilder_ == null + ? vectorField_ + : vectorFieldBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { - result.queryVector_ = - queryVectorBuilder_ == null ? queryVector_ : queryVectorBuilder_.build(); + result.queryVector_ = queryVectorBuilder_ == null + ? queryVector_ + : queryVectorBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.distanceMeasure_ = distanceMeasure_; } if (((from_bitField0_ & 0x00000008) != 0)) { - result.limit_ = limitBuilder_ == null ? limit_ : limitBuilder_.build(); + result.limit_ = limitBuilder_ == null + ? limit_ + : limitBuilder_.build(); to_bitField0_ |= 0x00000004; } result.bitField0_ |= to_bitField0_; @@ -10514,41 +9376,38 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.FindNearest r public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.FindNearest) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.FindNearest) other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.FindNearest)other); } else { super.mergeFrom(other); return this; @@ -10556,8 +9415,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.FindNearest other) { - if (other == com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance()) - return this; + if (other == com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance()) return this; if (other.hasVectorField()) { mergeVectorField(other.getVectorField()); } @@ -10596,37 +9454,38 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getVectorFieldFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - input.readMessage(getQueryVectorFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 24: - { - distanceMeasure_ = input.readEnum(); - bitField0_ |= 0x00000004; - break; - } // case 24 - case 34: - { - input.readMessage(getLimitFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000008; - break; - } // case 34 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getVectorFieldFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + input.readMessage( + getQueryVectorFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 24: { + distanceMeasure_ = input.readEnum(); + bitField0_ |= 0x00000004; + break; + } // case 24 + case 34: { + input.readMessage( + getLimitFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000008; + break; + } // case 34 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -10636,69 +9495,49 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private com.google.firestore.v1.StructuredQuery.FieldReference vectorField_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> - vectorFieldBuilder_; + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> vectorFieldBuilder_; /** - * - * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the vectorField field is set. */ public boolean hasVectorField() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The vectorField. */ public com.google.firestore.v1.StructuredQuery.FieldReference getVectorField() { if (vectorFieldBuilder_ == null) { - return vectorField_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : vectorField_; + return vectorField_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : vectorField_; } else { return vectorFieldBuilder_.getMessage(); } } /** - * - * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setVectorField(com.google.firestore.v1.StructuredQuery.FieldReference value) { if (vectorFieldBuilder_ == null) { @@ -10714,17 +9553,13 @@ public Builder setVectorField(com.google.firestore.v1.StructuredQuery.FieldRefer return this; } /** - * - * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setVectorField( com.google.firestore.v1.StructuredQuery.FieldReference.Builder builderForValue) { @@ -10738,25 +9573,19 @@ public Builder setVectorField( return this; } /** - * - * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder mergeVectorField( - com.google.firestore.v1.StructuredQuery.FieldReference value) { + public Builder mergeVectorField(com.google.firestore.v1.StructuredQuery.FieldReference value) { if (vectorFieldBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && vectorField_ != null - && vectorField_ - != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + vectorField_ != null && + vectorField_ != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { getVectorFieldBuilder().mergeFrom(value); } else { vectorField_ = value; @@ -10771,17 +9600,13 @@ public Builder mergeVectorField( return this; } /** - * - * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearVectorField() { bitField0_ = (bitField0_ & ~0x00000001); @@ -10794,72 +9619,54 @@ public Builder clearVectorField() { return this; } /** - * - * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.firestore.v1.StructuredQuery.FieldReference.Builder - getVectorFieldBuilder() { + public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getVectorFieldBuilder() { bitField0_ |= 0x00000001; onChanged(); return getVectorFieldFieldBuilder().getBuilder(); } /** - * - * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder - getVectorFieldOrBuilder() { + public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getVectorFieldOrBuilder() { if (vectorFieldBuilder_ != null) { return vectorFieldBuilder_.getMessageOrBuilder(); } else { - return vectorField_ == null - ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() - : vectorField_; + return vectorField_ == null ? + com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : vectorField_; } } /** - * - * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> getVectorFieldFieldBuilder() { if (vectorFieldBuilder_ == null) { - vectorFieldBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, - com.google.firestore.v1.StructuredQuery.FieldReference.Builder, - com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( - getVectorField(), getParentForChildren(), isClean()); + vectorFieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( + getVectorField(), + getParentForChildren(), + isClean()); vectorField_ = null; } return vectorFieldBuilder_; @@ -10867,61 +9674,42 @@ public Builder clearVectorField() { private com.google.firestore.v1.Value queryVector_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder, - com.google.firestore.v1.ValueOrBuilder> - queryVectorBuilder_; + com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> queryVectorBuilder_; /** - * - * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the queryVector field is set. */ public boolean hasQueryVector() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The queryVector. */ public com.google.firestore.v1.Value getQueryVector() { if (queryVectorBuilder_ == null) { - return queryVector_ == null - ? com.google.firestore.v1.Value.getDefaultInstance() - : queryVector_; + return queryVector_ == null ? com.google.firestore.v1.Value.getDefaultInstance() : queryVector_; } else { return queryVectorBuilder_.getMessage(); } } /** - * - * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setQueryVector(com.google.firestore.v1.Value value) { if (queryVectorBuilder_ == null) { @@ -10937,18 +9725,15 @@ public Builder setQueryVector(com.google.firestore.v1.Value value) { return this; } /** - * - * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setQueryVector(com.google.firestore.v1.Value.Builder builderForValue) { + public Builder setQueryVector( + com.google.firestore.v1.Value.Builder builderForValue) { if (queryVectorBuilder_ == null) { queryVector_ = builderForValue.build(); } else { @@ -10959,22 +9744,18 @@ public Builder setQueryVector(com.google.firestore.v1.Value.Builder builderForVa return this; } /** - * - * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeQueryVector(com.google.firestore.v1.Value value) { if (queryVectorBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && queryVector_ != null - && queryVector_ != com.google.firestore.v1.Value.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + queryVector_ != null && + queryVector_ != com.google.firestore.v1.Value.getDefaultInstance()) { getQueryVectorBuilder().mergeFrom(value); } else { queryVector_ = value; @@ -10989,16 +9770,12 @@ public Builder mergeQueryVector(com.google.firestore.v1.Value value) { return this; } /** - * - * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearQueryVector() { bitField0_ = (bitField0_ & ~0x00000002); @@ -11011,16 +9788,12 @@ public Builder clearQueryVector() { return this; } /** - * - * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.v1.Value.Builder getQueryVectorBuilder() { bitField0_ |= 0x00000002; @@ -11028,50 +9801,38 @@ public com.google.firestore.v1.Value.Builder getQueryVectorBuilder() { return getQueryVectorFieldBuilder().getBuilder(); } /** - * - * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.v1.ValueOrBuilder getQueryVectorOrBuilder() { if (queryVectorBuilder_ != null) { return queryVectorBuilder_.getMessageOrBuilder(); } else { - return queryVector_ == null - ? com.google.firestore.v1.Value.getDefaultInstance() - : queryVector_; + return queryVector_ == null ? + com.google.firestore.v1.Value.getDefaultInstance() : queryVector_; } } /** - * - * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder, - com.google.firestore.v1.ValueOrBuilder> + com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> getQueryVectorFieldBuilder() { if (queryVectorBuilder_ == null) { - queryVectorBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Value, - com.google.firestore.v1.Value.Builder, - com.google.firestore.v1.ValueOrBuilder>( - getQueryVector(), getParentForChildren(), isClean()); + queryVectorBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>( + getQueryVector(), + getParentForChildren(), + isClean()); queryVector_ = null; } return queryVectorBuilder_; @@ -11079,33 +9840,22 @@ public com.google.firestore.v1.ValueOrBuilder getQueryVectorOrBuilder() { private int distanceMeasure_ = 0; /** - * - * *
        * Required. The Distance Measure to use, required.
        * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for distanceMeasure. */ - @java.lang.Override - public int getDistanceMeasureValue() { + @java.lang.Override public int getDistanceMeasureValue() { return distanceMeasure_; } /** - * - * *
        * Required. The Distance Measure to use, required.
        * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; * @param value The enum numeric value on the wire for distanceMeasure to set. * @return This builder for chaining. */ @@ -11116,44 +9866,28 @@ public Builder setDistanceMeasureValue(int value) { return this; } /** - * - * *
        * Required. The Distance Measure to use, required.
        * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The distanceMeasure. */ @java.lang.Override - public com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure - getDistanceMeasure() { - com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure result = - com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.forNumber( - distanceMeasure_); - return result == null - ? com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.UNRECOGNIZED - : result; + public com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure getDistanceMeasure() { + com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure result = com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.forNumber(distanceMeasure_); + return result == null ? com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.UNRECOGNIZED : result; } /** - * - * *
        * Required. The Distance Measure to use, required.
        * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; * @param value The distanceMeasure to set. * @return This builder for chaining. */ - public Builder setDistanceMeasure( - com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure value) { + public Builder setDistanceMeasure(com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure value) { if (value == null) { throw new NullPointerException(); } @@ -11163,16 +9897,11 @@ public Builder setDistanceMeasure( return this; } /** - * - * *
        * Required. The Distance Measure to use, required.
        * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; * @return This builder for chaining. */ public Builder clearDistanceMeasure() { @@ -11184,37 +9913,26 @@ public Builder clearDistanceMeasure() { private com.google.protobuf.Int32Value limit_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Int32Value, - com.google.protobuf.Int32Value.Builder, - com.google.protobuf.Int32ValueOrBuilder> - limitBuilder_; + com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> limitBuilder_; /** - * - * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the limit field is set. */ public boolean hasLimit() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; * @return The limit. */ public com.google.protobuf.Int32Value getLimit() { @@ -11225,15 +9943,12 @@ public com.google.protobuf.Int32Value getLimit() { } } /** - * - * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setLimit(com.google.protobuf.Int32Value value) { if (limitBuilder_ == null) { @@ -11249,17 +9964,15 @@ public Builder setLimit(com.google.protobuf.Int32Value value) { return this; } /** - * - * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setLimit(com.google.protobuf.Int32Value.Builder builderForValue) { + public Builder setLimit( + com.google.protobuf.Int32Value.Builder builderForValue) { if (limitBuilder_ == null) { limit_ = builderForValue.build(); } else { @@ -11270,21 +9983,18 @@ public Builder setLimit(com.google.protobuf.Int32Value.Builder builderForValue) return this; } /** - * - * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeLimit(com.google.protobuf.Int32Value value) { if (limitBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) - && limit_ != null - && limit_ != com.google.protobuf.Int32Value.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) && + limit_ != null && + limit_ != com.google.protobuf.Int32Value.getDefaultInstance()) { getLimitBuilder().mergeFrom(value); } else { limit_ = value; @@ -11299,15 +10009,12 @@ public Builder mergeLimit(com.google.protobuf.Int32Value value) { return this; } /** - * - * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearLimit() { bitField0_ = (bitField0_ & ~0x00000008); @@ -11320,15 +10027,12 @@ public Builder clearLimit() { return this; } /** - * - * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.Int32Value.Builder getLimitBuilder() { bitField0_ |= 0x00000008; @@ -11336,51 +10040,42 @@ public com.google.protobuf.Int32Value.Builder getLimitBuilder() { return getLimitFieldBuilder().getBuilder(); } /** - * - * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() { if (limitBuilder_ != null) { return limitBuilder_.getMessageOrBuilder(); } else { - return limit_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : limit_; + return limit_ == null ? + com.google.protobuf.Int32Value.getDefaultInstance() : limit_; } } /** - * - * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Int32Value, - com.google.protobuf.Int32Value.Builder, - com.google.protobuf.Int32ValueOrBuilder> + com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> getLimitFieldBuilder() { if (limitBuilder_ == null) { - limitBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Int32Value, - com.google.protobuf.Int32Value.Builder, - com.google.protobuf.Int32ValueOrBuilder>( - getLimit(), getParentForChildren(), isClean()); + limitBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>( + getLimit(), + getParentForChildren(), + isClean()); limit_ = null; } return limitBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -11393,12 +10088,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.FindNearest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.FindNearest) private static final com.google.firestore.v1.StructuredQuery.FindNearest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.FindNearest(); } @@ -11407,28 +10102,27 @@ public static com.google.firestore.v1.StructuredQuery.FindNearest getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public FindNearest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public FindNearest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -11443,14 +10137,13 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery.FindNearest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } private int bitField0_; public static final int SELECT_FIELD_NUMBER = 1; private com.google.firestore.v1.StructuredQuery.Projection select_; /** - * - * *
    * Optional sub-set of the fields to return.
    *
@@ -11460,7 +10153,6 @@ public com.google.firestore.v1.StructuredQuery.FindNearest getDefaultInstanceFor
    * 
* * .google.firestore.v1.StructuredQuery.Projection select = 1; - * * @return Whether the select field is set. */ @java.lang.Override @@ -11468,8 +10160,6 @@ public boolean hasSelect() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Optional sub-set of the fields to return.
    *
@@ -11479,18 +10169,13 @@ public boolean hasSelect() {
    * 
* * .google.firestore.v1.StructuredQuery.Projection select = 1; - * * @return The select. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.Projection getSelect() { - return select_ == null - ? com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance() - : select_; + return select_ == null ? com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance() : select_; } /** - * - * *
    * Optional sub-set of the fields to return.
    *
@@ -11503,18 +10188,13 @@ public com.google.firestore.v1.StructuredQuery.Projection getSelect() {
    */
   @java.lang.Override
   public com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder getSelectOrBuilder() {
-    return select_ == null
-        ? com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance()
-        : select_;
+    return select_ == null ? com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance() : select_;
   }
 
   public static final int FROM_FIELD_NUMBER = 2;
-
   @SuppressWarnings("serial")
   private java.util.List from_;
   /**
-   *
-   *
    * 
    * The collections to query.
    * 
@@ -11526,8 +10206,6 @@ public java.util.List * The collections to query. *
@@ -11535,14 +10213,11 @@ public java.util.Listrepeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ @java.lang.Override - public java.util.List< - ? extends com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder> + public java.util.List getFromOrBuilderList() { return from_; } /** - * - * *
    * The collections to query.
    * 
@@ -11554,8 +10229,6 @@ public int getFromCount() { return from_.size(); } /** - * - * *
    * The collections to query.
    * 
@@ -11567,8 +10240,6 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelector getFrom(int in return from_.get(index); } /** - * - * *
    * The collections to query.
    * 
@@ -11584,14 +10255,11 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFr public static final int WHERE_FIELD_NUMBER = 3; private com.google.firestore.v1.StructuredQuery.Filter where_; /** - * - * *
    * The filter to apply.
    * 
* * .google.firestore.v1.StructuredQuery.Filter where = 3; - * * @return Whether the where field is set. */ @java.lang.Override @@ -11599,25 +10267,18 @@ public boolean hasWhere() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The filter to apply.
    * 
* * .google.firestore.v1.StructuredQuery.Filter where = 3; - * * @return The where. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.Filter getWhere() { - return where_ == null - ? com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() - : where_; + return where_ == null ? com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() : where_; } /** - * - * *
    * The filter to apply.
    * 
@@ -11626,18 +10287,13 @@ public com.google.firestore.v1.StructuredQuery.Filter getWhere() { */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getWhereOrBuilder() { - return where_ == null - ? com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() - : where_; + return where_ == null ? com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() : where_; } public static final int ORDER_BY_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private java.util.List orderBy_; /** - * - * *
    * The order to apply to the query results.
    *
@@ -11668,8 +10324,6 @@ public java.util.List getOrderByL
     return orderBy_;
   }
   /**
-   *
-   *
    * 
    * The order to apply to the query results.
    *
@@ -11696,13 +10350,11 @@ public java.util.List getOrderByL
    * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getOrderByOrBuilderList() {
     return orderBy_;
   }
   /**
-   *
-   *
    * 
    * The order to apply to the query results.
    *
@@ -11733,8 +10385,6 @@ public int getOrderByCount() {
     return orderBy_.size();
   }
   /**
-   *
-   *
    * 
    * The order to apply to the query results.
    *
@@ -11765,8 +10415,6 @@ public com.google.firestore.v1.StructuredQuery.Order getOrderBy(int index) {
     return orderBy_.get(index);
   }
   /**
-   *
-   *
    * 
    * The order to apply to the query results.
    *
@@ -11793,15 +10441,14 @@ public com.google.firestore.v1.StructuredQuery.Order getOrderBy(int index) {
    * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
    */
   @java.lang.Override
-  public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(int index) {
+  public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
+      int index) {
     return orderBy_.get(index);
   }
 
   public static final int START_AT_FIELD_NUMBER = 7;
   private com.google.firestore.v1.Cursor startAt_;
   /**
-   *
-   *
    * 
    * A potential prefix of a position in the result set to start the query at.
    *
@@ -11837,7 +10484,6 @@ public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilde
    * 
* * .google.firestore.v1.Cursor start_at = 7; - * * @return Whether the startAt field is set. */ @java.lang.Override @@ -11845,8 +10491,6 @@ public boolean hasStartAt() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * A potential prefix of a position in the result set to start the query at.
    *
@@ -11882,7 +10526,6 @@ public boolean hasStartAt() {
    * 
* * .google.firestore.v1.Cursor start_at = 7; - * * @return The startAt. */ @java.lang.Override @@ -11890,8 +10533,6 @@ public com.google.firestore.v1.Cursor getStartAt() { return startAt_ == null ? com.google.firestore.v1.Cursor.getDefaultInstance() : startAt_; } /** - * - * *
    * A potential prefix of a position in the result set to start the query at.
    *
@@ -11936,8 +10577,6 @@ public com.google.firestore.v1.CursorOrBuilder getStartAtOrBuilder() {
   public static final int END_AT_FIELD_NUMBER = 8;
   private com.google.firestore.v1.Cursor endAt_;
   /**
-   *
-   *
    * 
    * A potential prefix of a position in the result set to end the query at.
    *
@@ -11951,7 +10590,6 @@ public com.google.firestore.v1.CursorOrBuilder getStartAtOrBuilder() {
    * 
* * .google.firestore.v1.Cursor end_at = 8; - * * @return Whether the endAt field is set. */ @java.lang.Override @@ -11959,8 +10597,6 @@ public boolean hasEndAt() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
    * A potential prefix of a position in the result set to end the query at.
    *
@@ -11974,7 +10610,6 @@ public boolean hasEndAt() {
    * 
* * .google.firestore.v1.Cursor end_at = 8; - * * @return The endAt. */ @java.lang.Override @@ -11982,8 +10617,6 @@ public com.google.firestore.v1.Cursor getEndAt() { return endAt_ == null ? com.google.firestore.v1.Cursor.getDefaultInstance() : endAt_; } /** - * - * *
    * A potential prefix of a position in the result set to end the query at.
    *
@@ -12006,8 +10639,6 @@ public com.google.firestore.v1.CursorOrBuilder getEndAtOrBuilder() {
   public static final int OFFSET_FIELD_NUMBER = 6;
   private int offset_ = 0;
   /**
-   *
-   *
    * 
    * The number of documents to skip before returning the first result.
    *
@@ -12020,7 +10651,6 @@ public com.google.firestore.v1.CursorOrBuilder getEndAtOrBuilder() {
    * 
* * int32 offset = 6; - * * @return The offset. */ @java.lang.Override @@ -12031,8 +10661,6 @@ public int getOffset() { public static final int LIMIT_FIELD_NUMBER = 5; private com.google.protobuf.Int32Value limit_; /** - * - * *
    * The maximum number of results to return.
    *
@@ -12044,7 +10672,6 @@ public int getOffset() {
    * 
* * .google.protobuf.Int32Value limit = 5; - * * @return Whether the limit field is set. */ @java.lang.Override @@ -12052,8 +10679,6 @@ public boolean hasLimit() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
    * The maximum number of results to return.
    *
@@ -12065,7 +10690,6 @@ public boolean hasLimit() {
    * 
* * .google.protobuf.Int32Value limit = 5; - * * @return The limit. */ @java.lang.Override @@ -12073,8 +10697,6 @@ public com.google.protobuf.Int32Value getLimit() { return limit_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : limit_; } /** - * - * *
    * The maximum number of results to return.
    *
@@ -12095,8 +10717,6 @@ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() {
   public static final int FIND_NEAREST_FIELD_NUMBER = 9;
   private com.google.firestore.v1.StructuredQuery.FindNearest findNearest_;
   /**
-   *
-   *
    * 
    * Optional. A potential Nearest Neighbors Search.
    *
@@ -12105,10 +10725,7 @@ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() {
    * Finds the closest vector embeddings to the given query vector.
    * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the findNearest field is set. */ @java.lang.Override @@ -12116,8 +10733,6 @@ public boolean hasFindNearest() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
    * Optional. A potential Nearest Neighbors Search.
    *
@@ -12126,21 +10741,14 @@ public boolean hasFindNearest() {
    * Finds the closest vector embeddings to the given query vector.
    * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; * @return The findNearest. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FindNearest getFindNearest() { - return findNearest_ == null - ? com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() - : findNearest_; + return findNearest_ == null ? com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() : findNearest_; } /** - * - * *
    * Optional. A potential Nearest Neighbors Search.
    *
@@ -12149,19 +10757,14 @@ public com.google.firestore.v1.StructuredQuery.FindNearest getFindNearest() {
    * Finds the closest vector embeddings to the given query vector.
    * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder getFindNearestOrBuilder() { - return findNearest_ == null - ? com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() - : findNearest_; + return findNearest_ == null ? com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() : findNearest_; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -12173,7 +10776,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getSelect()); } @@ -12211,31 +10815,40 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getSelect()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getSelect()); } for (int i = 0; i < from_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, from_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, from_.get(i)); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getWhere()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getWhere()); } for (int i = 0; i < orderBy_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, orderBy_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, orderBy_.get(i)); } if (((bitField0_ & 0x00000010) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getLimit()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getLimit()); } if (offset_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(6, offset_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(6, offset_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getStartAt()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(7, getStartAt()); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, getEndAt()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(8, getEndAt()); } if (((bitField0_ & 0x00000020) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(9, getFindNearest()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(9, getFindNearest()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -12245,7 +10858,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredQuery)) { return super.equals(obj); @@ -12254,30 +10867,39 @@ public boolean equals(final java.lang.Object obj) { if (hasSelect() != other.hasSelect()) return false; if (hasSelect()) { - if (!getSelect().equals(other.getSelect())) return false; + if (!getSelect() + .equals(other.getSelect())) return false; } - if (!getFromList().equals(other.getFromList())) return false; + if (!getFromList() + .equals(other.getFromList())) return false; if (hasWhere() != other.hasWhere()) return false; if (hasWhere()) { - if (!getWhere().equals(other.getWhere())) return false; + if (!getWhere() + .equals(other.getWhere())) return false; } - if (!getOrderByList().equals(other.getOrderByList())) return false; + if (!getOrderByList() + .equals(other.getOrderByList())) return false; if (hasStartAt() != other.hasStartAt()) return false; if (hasStartAt()) { - if (!getStartAt().equals(other.getStartAt())) return false; + if (!getStartAt() + .equals(other.getStartAt())) return false; } if (hasEndAt() != other.hasEndAt()) return false; if (hasEndAt()) { - if (!getEndAt().equals(other.getEndAt())) return false; + if (!getEndAt() + .equals(other.getEndAt())) return false; } - if (getOffset() != other.getOffset()) return false; + if (getOffset() + != other.getOffset()) return false; if (hasLimit() != other.hasLimit()) return false; if (hasLimit()) { - if (!getLimit().equals(other.getLimit())) return false; + if (!getLimit() + .equals(other.getLimit())) return false; } if (hasFindNearest() != other.hasFindNearest()) return false; if (hasFindNearest()) { - if (!getFindNearest().equals(other.getFindNearest())) return false; + if (!getFindNearest() + .equals(other.getFindNearest())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -12329,104 +10951,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.StructuredQuery parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.StructuredQuery parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.StructuredQuery parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredQuery parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredQuery parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredQuery parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.StructuredQuery prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A Firestore query.
    *
@@ -12441,23 +11058,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.StructuredQuery}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery)
       com.google.firestore.v1.StructuredQueryOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.QueryProto
-          .internal_static_google_firestore_v1_StructuredQuery_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.QueryProto
-          .internal_static_google_firestore_v1_StructuredQuery_fieldAccessorTable
+      return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.StructuredQuery.class,
-              com.google.firestore.v1.StructuredQuery.Builder.class);
+              com.google.firestore.v1.StructuredQuery.class, com.google.firestore.v1.StructuredQuery.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.StructuredQuery.newBuilder()
@@ -12465,13 +11080,14 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getSelectFieldBuilder();
         getFromFieldBuilder();
         getWhereFieldBuilder();
@@ -12482,7 +11098,6 @@ private void maybeForceBuilderInitialization() {
         getFindNearestFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -12536,9 +11151,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.QueryProto
-          .internal_static_google_firestore_v1_StructuredQuery_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_descriptor;
     }
 
     @java.lang.Override
@@ -12557,12 +11172,9 @@ public com.google.firestore.v1.StructuredQuery build() {
 
     @java.lang.Override
     public com.google.firestore.v1.StructuredQuery buildPartial() {
-      com.google.firestore.v1.StructuredQuery result =
-          new com.google.firestore.v1.StructuredQuery(this);
+      com.google.firestore.v1.StructuredQuery result = new com.google.firestore.v1.StructuredQuery(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -12592,31 +11204,42 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery result) {
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.select_ = selectBuilder_ == null ? select_ : selectBuilder_.build();
+        result.select_ = selectBuilder_ == null
+            ? select_
+            : selectBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.where_ = whereBuilder_ == null ? where_ : whereBuilder_.build();
+        result.where_ = whereBuilder_ == null
+            ? where_
+            : whereBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.startAt_ = startAtBuilder_ == null ? startAt_ : startAtBuilder_.build();
+        result.startAt_ = startAtBuilder_ == null
+            ? startAt_
+            : startAtBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.endAt_ = endAtBuilder_ == null ? endAt_ : endAtBuilder_.build();
+        result.endAt_ = endAtBuilder_ == null
+            ? endAt_
+            : endAtBuilder_.build();
         to_bitField0_ |= 0x00000008;
       }
       if (((from_bitField0_ & 0x00000040) != 0)) {
         result.offset_ = offset_;
       }
       if (((from_bitField0_ & 0x00000080) != 0)) {
-        result.limit_ = limitBuilder_ == null ? limit_ : limitBuilder_.build();
+        result.limit_ = limitBuilder_ == null
+            ? limit_
+            : limitBuilder_.build();
         to_bitField0_ |= 0x00000010;
       }
       if (((from_bitField0_ & 0x00000100) != 0)) {
-        result.findNearest_ =
-            findNearestBuilder_ == null ? findNearest_ : findNearestBuilder_.build();
+        result.findNearest_ = findNearestBuilder_ == null
+            ? findNearest_
+            : findNearestBuilder_.build();
         to_bitField0_ |= 0x00000020;
       }
       result.bitField0_ |= to_bitField0_;
@@ -12626,39 +11249,38 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.StructuredQuery) {
-        return mergeFrom((com.google.firestore.v1.StructuredQuery) other);
+        return mergeFrom((com.google.firestore.v1.StructuredQuery)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -12688,10 +11310,9 @@ public Builder mergeFrom(com.google.firestore.v1.StructuredQuery other) {
             fromBuilder_ = null;
             from_ = other.from_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            fromBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getFromFieldBuilder()
-                    : null;
+            fromBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getFromFieldBuilder() : null;
           } else {
             fromBuilder_.addAllMessages(other.from_);
           }
@@ -12718,10 +11339,9 @@ public Builder mergeFrom(com.google.firestore.v1.StructuredQuery other) {
             orderByBuilder_ = null;
             orderBy_ = other.orderBy_;
             bitField0_ = (bitField0_ & ~0x00000008);
-            orderByBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getOrderByFieldBuilder()
-                    : null;
+            orderByBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getOrderByFieldBuilder() : null;
           } else {
             orderByBuilder_.addAllMessages(other.orderBy_);
           }
@@ -12764,86 +11384,89 @@ public Builder mergeFrom(
         boolean done = false;
         while (!done) {
           int tag = input.readTag();
-          switch (tag) {
-            case 0:
-              done = true;
-              break;
-            case 10:
-              {
-                input.readMessage(getSelectFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                com.google.firestore.v1.StructuredQuery.CollectionSelector m =
-                    input.readMessage(
-                        com.google.firestore.v1.StructuredQuery.CollectionSelector.parser(),
-                        extensionRegistry);
-                if (fromBuilder_ == null) {
-                  ensureFromIsMutable();
-                  from_.add(m);
-                } else {
-                  fromBuilder_.addMessage(m);
-                }
-                break;
-              } // case 18
-            case 26:
-              {
-                input.readMessage(getWhereFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            case 34:
-              {
-                com.google.firestore.v1.StructuredQuery.Order m =
-                    input.readMessage(
-                        com.google.firestore.v1.StructuredQuery.Order.parser(), extensionRegistry);
-                if (orderByBuilder_ == null) {
-                  ensureOrderByIsMutable();
-                  orderBy_.add(m);
-                } else {
-                  orderByBuilder_.addMessage(m);
-                }
-                break;
-              } // case 34
-            case 42:
-              {
-                input.readMessage(getLimitFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000080;
-                break;
-              } // case 42
-            case 48:
-              {
-                offset_ = input.readInt32();
-                bitField0_ |= 0x00000040;
-                break;
-              } // case 48
-            case 58:
-              {
-                input.readMessage(getStartAtFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 58
-            case 66:
-              {
-                input.readMessage(getEndAtFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000020;
-                break;
-              } // case 66
-            case 74:
-              {
-                input.readMessage(getFindNearestFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000100;
-                break;
-              } // case 74
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+          switch (tag) {
+            case 0:
+              done = true;
+              break;
+            case 10: {
+              input.readMessage(
+                  getSelectFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              com.google.firestore.v1.StructuredQuery.CollectionSelector m =
+                  input.readMessage(
+                      com.google.firestore.v1.StructuredQuery.CollectionSelector.parser(),
+                      extensionRegistry);
+              if (fromBuilder_ == null) {
+                ensureFromIsMutable();
+                from_.add(m);
+              } else {
+                fromBuilder_.addMessage(m);
+              }
+              break;
+            } // case 18
+            case 26: {
+              input.readMessage(
+                  getWhereFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            case 34: {
+              com.google.firestore.v1.StructuredQuery.Order m =
+                  input.readMessage(
+                      com.google.firestore.v1.StructuredQuery.Order.parser(),
+                      extensionRegistry);
+              if (orderByBuilder_ == null) {
+                ensureOrderByIsMutable();
+                orderBy_.add(m);
+              } else {
+                orderByBuilder_.addMessage(m);
+              }
+              break;
+            } // case 34
+            case 42: {
+              input.readMessage(
+                  getLimitFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000080;
+              break;
+            } // case 42
+            case 48: {
+              offset_ = input.readInt32();
+              bitField0_ |= 0x00000040;
+              break;
+            } // case 48
+            case 58: {
+              input.readMessage(
+                  getStartAtFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 58
+            case 66: {
+              input.readMessage(
+                  getEndAtFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000020;
+              break;
+            } // case 66
+            case 74: {
+              input.readMessage(
+                  getFindNearestFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000100;
+              break;
+            } // case 74
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -12853,18 +11476,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.firestore.v1.StructuredQuery.Projection select_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.StructuredQuery.Projection,
-            com.google.firestore.v1.StructuredQuery.Projection.Builder,
-            com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder>
-        selectBuilder_;
+        com.google.firestore.v1.StructuredQuery.Projection, com.google.firestore.v1.StructuredQuery.Projection.Builder, com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder> selectBuilder_;
     /**
-     *
-     *
      * 
      * Optional sub-set of the fields to return.
      *
@@ -12874,15 +11491,12 @@ public Builder mergeFrom(
      * 
* * .google.firestore.v1.StructuredQuery.Projection select = 1; - * * @return Whether the select field is set. */ public boolean hasSelect() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Optional sub-set of the fields to return.
      *
@@ -12892,21 +11506,16 @@ public boolean hasSelect() {
      * 
* * .google.firestore.v1.StructuredQuery.Projection select = 1; - * * @return The select. */ public com.google.firestore.v1.StructuredQuery.Projection getSelect() { if (selectBuilder_ == null) { - return select_ == null - ? com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance() - : select_; + return select_ == null ? com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance() : select_; } else { return selectBuilder_.getMessage(); } } /** - * - * *
      * Optional sub-set of the fields to return.
      *
@@ -12931,8 +11540,6 @@ public Builder setSelect(com.google.firestore.v1.StructuredQuery.Projection valu
       return this;
     }
     /**
-     *
-     *
      * 
      * Optional sub-set of the fields to return.
      *
@@ -12955,8 +11562,6 @@ public Builder setSelect(
       return this;
     }
     /**
-     *
-     *
      * 
      * Optional sub-set of the fields to return.
      *
@@ -12969,9 +11574,9 @@ public Builder setSelect(
      */
     public Builder mergeSelect(com.google.firestore.v1.StructuredQuery.Projection value) {
       if (selectBuilder_ == null) {
-        if (((bitField0_ & 0x00000001) != 0)
-            && select_ != null
-            && select_ != com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000001) != 0) &&
+          select_ != null &&
+          select_ != com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance()) {
           getSelectBuilder().mergeFrom(value);
         } else {
           select_ = value;
@@ -12986,8 +11591,6 @@ public Builder mergeSelect(com.google.firestore.v1.StructuredQuery.Projection va
       return this;
     }
     /**
-     *
-     *
      * 
      * Optional sub-set of the fields to return.
      *
@@ -13009,8 +11612,6 @@ public Builder clearSelect() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Optional sub-set of the fields to return.
      *
@@ -13027,8 +11628,6 @@ public com.google.firestore.v1.StructuredQuery.Projection.Builder getSelectBuild
       return getSelectFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Optional sub-set of the fields to return.
      *
@@ -13043,14 +11642,11 @@ public com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder getSelectOrBu
       if (selectBuilder_ != null) {
         return selectBuilder_.getMessageOrBuilder();
       } else {
-        return select_ == null
-            ? com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance()
-            : select_;
+        return select_ == null ?
+            com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance() : select_;
       }
     }
     /**
-     *
-     *
      * 
      * Optional sub-set of the fields to return.
      *
@@ -13062,51 +11658,39 @@ public com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder getSelectOrBu
      * .google.firestore.v1.StructuredQuery.Projection select = 1;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.StructuredQuery.Projection,
-            com.google.firestore.v1.StructuredQuery.Projection.Builder,
-            com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder>
+        com.google.firestore.v1.StructuredQuery.Projection, com.google.firestore.v1.StructuredQuery.Projection.Builder, com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder> 
         getSelectFieldBuilder() {
       if (selectBuilder_ == null) {
-        selectBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.StructuredQuery.Projection,
-                com.google.firestore.v1.StructuredQuery.Projection.Builder,
-                com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder>(
-                getSelect(), getParentForChildren(), isClean());
+        selectBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.StructuredQuery.Projection, com.google.firestore.v1.StructuredQuery.Projection.Builder, com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder>(
+                getSelect(),
+                getParentForChildren(),
+                isClean());
         select_ = null;
       }
       return selectBuilder_;
     }
 
     private java.util.List from_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureFromIsMutable() {
       if (!((bitField0_ & 0x00000002) != 0)) {
-        from_ =
-            new java.util.ArrayList(
-                from_);
+        from_ = new java.util.ArrayList(from_);
         bitField0_ |= 0x00000002;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.StructuredQuery.CollectionSelector,
-            com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder,
-            com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder>
-        fromBuilder_;
+        com.google.firestore.v1.StructuredQuery.CollectionSelector, com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder, com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder> fromBuilder_;
 
     /**
-     *
-     *
      * 
      * The collections to query.
      * 
* * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ - public java.util.List - getFromList() { + public java.util.List getFromList() { if (fromBuilder_ == null) { return java.util.Collections.unmodifiableList(from_); } else { @@ -13114,8 +11698,6 @@ private void ensureFromIsMutable() { } } /** - * - * *
      * The collections to query.
      * 
@@ -13130,8 +11712,6 @@ public int getFromCount() { } } /** - * - * *
      * The collections to query.
      * 
@@ -13146,8 +11726,6 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelector getFrom(int in } } /** - * - * *
      * The collections to query.
      * 
@@ -13169,8 +11747,6 @@ public Builder setFrom( return this; } /** - * - * *
      * The collections to query.
      * 
@@ -13178,8 +11754,7 @@ public Builder setFrom( * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ public Builder setFrom( - int index, - com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder builderForValue) { + int index, com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder builderForValue) { if (fromBuilder_ == null) { ensureFromIsMutable(); from_.set(index, builderForValue.build()); @@ -13190,8 +11765,6 @@ public Builder setFrom( return this; } /** - * - * *
      * The collections to query.
      * 
@@ -13212,8 +11785,6 @@ public Builder addFrom(com.google.firestore.v1.StructuredQuery.CollectionSelecto return this; } /** - * - * *
      * The collections to query.
      * 
@@ -13235,8 +11806,6 @@ public Builder addFrom( return this; } /** - * - * *
      * The collections to query.
      * 
@@ -13255,8 +11824,6 @@ public Builder addFrom( return this; } /** - * - * *
      * The collections to query.
      * 
@@ -13264,8 +11831,7 @@ public Builder addFrom( * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ public Builder addFrom( - int index, - com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder builderForValue) { + int index, com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder builderForValue) { if (fromBuilder_ == null) { ensureFromIsMutable(); from_.add(index, builderForValue.build()); @@ -13276,8 +11842,6 @@ public Builder addFrom( return this; } /** - * - * *
      * The collections to query.
      * 
@@ -13285,11 +11849,11 @@ public Builder addFrom( * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ public Builder addAllFrom( - java.lang.Iterable - values) { + java.lang.Iterable values) { if (fromBuilder_ == null) { ensureFromIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, from_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, from_); onChanged(); } else { fromBuilder_.addAllMessages(values); @@ -13297,8 +11861,6 @@ public Builder addAllFrom( return this; } /** - * - * *
      * The collections to query.
      * 
@@ -13316,8 +11878,6 @@ public Builder clearFrom() { return this; } /** - * - * *
      * The collections to query.
      * 
@@ -13335,8 +11895,6 @@ public Builder removeFrom(int index) { return this; } /** - * - * *
      * The collections to query.
      * 
@@ -13348,8 +11906,6 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder getFro return getFromFieldBuilder().getBuilder(index); } /** - * - * *
      * The collections to query.
      * 
@@ -13359,23 +11915,19 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder getFro public com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFromOrBuilder( int index) { if (fromBuilder_ == null) { - return from_.get(index); - } else { + return from_.get(index); } else { return fromBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The collections to query.
      * 
* * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ - public java.util.List< - ? extends com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder> - getFromOrBuilderList() { + public java.util.List + getFromOrBuilderList() { if (fromBuilder_ != null) { return fromBuilder_.getMessageOrBuilderList(); } else { @@ -13383,8 +11935,6 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFr } } /** - * - * *
      * The collections to query.
      * 
@@ -13392,13 +11942,10 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFr * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ public com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder addFromBuilder() { - return getFromFieldBuilder() - .addBuilder( - com.google.firestore.v1.StructuredQuery.CollectionSelector.getDefaultInstance()); + return getFromFieldBuilder().addBuilder( + com.google.firestore.v1.StructuredQuery.CollectionSelector.getDefaultInstance()); } /** - * - * *
      * The collections to query.
      * 
@@ -13407,37 +11954,30 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder addFro */ public com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder addFromBuilder( int index) { - return getFromFieldBuilder() - .addBuilder( - index, - com.google.firestore.v1.StructuredQuery.CollectionSelector.getDefaultInstance()); + return getFromFieldBuilder().addBuilder( + index, com.google.firestore.v1.StructuredQuery.CollectionSelector.getDefaultInstance()); } /** - * - * *
      * The collections to query.
      * 
* * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ - public java.util.List - getFromBuilderList() { + public java.util.List + getFromBuilderList() { return getFromFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.CollectionSelector, - com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder, - com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder> + com.google.firestore.v1.StructuredQuery.CollectionSelector, com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder, com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder> getFromFieldBuilder() { if (fromBuilder_ == null) { - fromBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.CollectionSelector, - com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder, - com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder>( - from_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); + fromBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.CollectionSelector, com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder, com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder>( + from_, + ((bitField0_ & 0x00000002) != 0), + getParentForChildren(), + isClean()); from_ = null; } return fromBuilder_; @@ -13445,47 +11985,34 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder addFro private com.google.firestore.v1.StructuredQuery.Filter where_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.Filter, - com.google.firestore.v1.StructuredQuery.Filter.Builder, - com.google.firestore.v1.StructuredQuery.FilterOrBuilder> - whereBuilder_; + com.google.firestore.v1.StructuredQuery.Filter, com.google.firestore.v1.StructuredQuery.Filter.Builder, com.google.firestore.v1.StructuredQuery.FilterOrBuilder> whereBuilder_; /** - * - * *
      * The filter to apply.
      * 
* * .google.firestore.v1.StructuredQuery.Filter where = 3; - * * @return Whether the where field is set. */ public boolean hasWhere() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * The filter to apply.
      * 
* * .google.firestore.v1.StructuredQuery.Filter where = 3; - * * @return The where. */ public com.google.firestore.v1.StructuredQuery.Filter getWhere() { if (whereBuilder_ == null) { - return where_ == null - ? com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() - : where_; + return where_ == null ? com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() : where_; } else { return whereBuilder_.getMessage(); } } /** - * - * *
      * The filter to apply.
      * 
@@ -13506,8 +12033,6 @@ public Builder setWhere(com.google.firestore.v1.StructuredQuery.Filter value) { return this; } /** - * - * *
      * The filter to apply.
      * 
@@ -13526,8 +12051,6 @@ public Builder setWhere( return this; } /** - * - * *
      * The filter to apply.
      * 
@@ -13536,9 +12059,9 @@ public Builder setWhere( */ public Builder mergeWhere(com.google.firestore.v1.StructuredQuery.Filter value) { if (whereBuilder_ == null) { - if (((bitField0_ & 0x00000004) != 0) - && where_ != null - && where_ != com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance()) { + if (((bitField0_ & 0x00000004) != 0) && + where_ != null && + where_ != com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance()) { getWhereBuilder().mergeFrom(value); } else { where_ = value; @@ -13553,8 +12076,6 @@ public Builder mergeWhere(com.google.firestore.v1.StructuredQuery.Filter value) return this; } /** - * - * *
      * The filter to apply.
      * 
@@ -13572,8 +12093,6 @@ public Builder clearWhere() { return this; } /** - * - * *
      * The filter to apply.
      * 
@@ -13586,8 +12105,6 @@ public com.google.firestore.v1.StructuredQuery.Filter.Builder getWhereBuilder() return getWhereFieldBuilder().getBuilder(); } /** - * - * *
      * The filter to apply.
      * 
@@ -13598,14 +12115,11 @@ public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getWhereOrBuilder if (whereBuilder_ != null) { return whereBuilder_.getMessageOrBuilder(); } else { - return where_ == null - ? com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() - : where_; + return where_ == null ? + com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() : where_; } } /** - * - * *
      * The filter to apply.
      * 
@@ -13613,41 +12127,32 @@ public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getWhereOrBuilder * .google.firestore.v1.StructuredQuery.Filter where = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.Filter, - com.google.firestore.v1.StructuredQuery.Filter.Builder, - com.google.firestore.v1.StructuredQuery.FilterOrBuilder> + com.google.firestore.v1.StructuredQuery.Filter, com.google.firestore.v1.StructuredQuery.Filter.Builder, com.google.firestore.v1.StructuredQuery.FilterOrBuilder> getWhereFieldBuilder() { if (whereBuilder_ == null) { - whereBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.Filter, - com.google.firestore.v1.StructuredQuery.Filter.Builder, - com.google.firestore.v1.StructuredQuery.FilterOrBuilder>( - getWhere(), getParentForChildren(), isClean()); + whereBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.Filter, com.google.firestore.v1.StructuredQuery.Filter.Builder, com.google.firestore.v1.StructuredQuery.FilterOrBuilder>( + getWhere(), + getParentForChildren(), + isClean()); where_ = null; } return whereBuilder_; } private java.util.List orderBy_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureOrderByIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { orderBy_ = new java.util.ArrayList(orderBy_); bitField0_ |= 0x00000008; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.Order, - com.google.firestore.v1.StructuredQuery.Order.Builder, - com.google.firestore.v1.StructuredQuery.OrderOrBuilder> - orderByBuilder_; + com.google.firestore.v1.StructuredQuery.Order, com.google.firestore.v1.StructuredQuery.Order.Builder, com.google.firestore.v1.StructuredQuery.OrderOrBuilder> orderByBuilder_; /** - * - * *
      * The order to apply to the query results.
      *
@@ -13681,8 +12186,6 @@ public java.util.List getOrderByL
       }
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -13716,8 +12219,6 @@ public int getOrderByCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -13751,8 +12252,6 @@ public com.google.firestore.v1.StructuredQuery.Order getOrderBy(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -13778,7 +12277,8 @@ public com.google.firestore.v1.StructuredQuery.Order getOrderBy(int index) {
      *
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
-    public Builder setOrderBy(int index, com.google.firestore.v1.StructuredQuery.Order value) {
+    public Builder setOrderBy(
+        int index, com.google.firestore.v1.StructuredQuery.Order value) {
       if (orderByBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -13792,8 +12292,6 @@ public Builder setOrderBy(int index, com.google.firestore.v1.StructuredQuery.Ord
       return this;
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -13831,8 +12329,6 @@ public Builder setOrderBy(
       return this;
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -13872,8 +12368,6 @@ public Builder addOrderBy(com.google.firestore.v1.StructuredQuery.Order value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -13899,7 +12393,8 @@ public Builder addOrderBy(com.google.firestore.v1.StructuredQuery.Order value) {
      *
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
-    public Builder addOrderBy(int index, com.google.firestore.v1.StructuredQuery.Order value) {
+    public Builder addOrderBy(
+        int index, com.google.firestore.v1.StructuredQuery.Order value) {
       if (orderByBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -13913,8 +12408,6 @@ public Builder addOrderBy(int index, com.google.firestore.v1.StructuredQuery.Ord
       return this;
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -13952,8 +12445,6 @@ public Builder addOrderBy(
       return this;
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -13991,8 +12482,6 @@ public Builder addOrderBy(
       return this;
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -14022,7 +12511,8 @@ public Builder addAllOrderBy(
         java.lang.Iterable values) {
       if (orderByBuilder_ == null) {
         ensureOrderByIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, orderBy_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, orderBy_);
         onChanged();
       } else {
         orderByBuilder_.addAllMessages(values);
@@ -14030,8 +12520,6 @@ public Builder addAllOrderBy(
       return this;
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -14068,8 +12556,6 @@ public Builder clearOrderBy() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -14106,8 +12592,6 @@ public Builder removeOrderBy(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -14133,12 +12617,11 @@ public Builder removeOrderBy(int index) {
      *
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
-    public com.google.firestore.v1.StructuredQuery.Order.Builder getOrderByBuilder(int index) {
+    public com.google.firestore.v1.StructuredQuery.Order.Builder getOrderByBuilder(
+        int index) {
       return getOrderByFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -14164,16 +12647,14 @@ public com.google.firestore.v1.StructuredQuery.Order.Builder getOrderByBuilder(i
      *
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
-    public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(int index) {
+    public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
+        int index) {
       if (orderByBuilder_ == null) {
-        return orderBy_.get(index);
-      } else {
+        return orderBy_.get(index);  } else {
         return orderByBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -14199,8 +12680,8 @@ public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilde
      *
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
-    public java.util.List
-        getOrderByOrBuilderList() {
+    public java.util.List 
+         getOrderByOrBuilderList() {
       if (orderByBuilder_ != null) {
         return orderByBuilder_.getMessageOrBuilderList();
       } else {
@@ -14208,8 +12689,6 @@ public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilde
       }
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -14236,12 +12715,10 @@ public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilde
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
     public com.google.firestore.v1.StructuredQuery.Order.Builder addOrderByBuilder() {
-      return getOrderByFieldBuilder()
-          .addBuilder(com.google.firestore.v1.StructuredQuery.Order.getDefaultInstance());
+      return getOrderByFieldBuilder().addBuilder(
+          com.google.firestore.v1.StructuredQuery.Order.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -14267,13 +12744,12 @@ public com.google.firestore.v1.StructuredQuery.Order.Builder addOrderByBuilder()
      *
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
-    public com.google.firestore.v1.StructuredQuery.Order.Builder addOrderByBuilder(int index) {
-      return getOrderByFieldBuilder()
-          .addBuilder(index, com.google.firestore.v1.StructuredQuery.Order.getDefaultInstance());
+    public com.google.firestore.v1.StructuredQuery.Order.Builder addOrderByBuilder(
+        int index) {
+      return getOrderByFieldBuilder().addBuilder(
+          index, com.google.firestore.v1.StructuredQuery.Order.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The order to apply to the query results.
      *
@@ -14299,23 +12775,20 @@ public com.google.firestore.v1.StructuredQuery.Order.Builder addOrderByBuilder(i
      *
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
-    public java.util.List
-        getOrderByBuilderList() {
+    public java.util.List 
+         getOrderByBuilderList() {
       return getOrderByFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.StructuredQuery.Order,
-            com.google.firestore.v1.StructuredQuery.Order.Builder,
-            com.google.firestore.v1.StructuredQuery.OrderOrBuilder>
+        com.google.firestore.v1.StructuredQuery.Order, com.google.firestore.v1.StructuredQuery.Order.Builder, com.google.firestore.v1.StructuredQuery.OrderOrBuilder> 
         getOrderByFieldBuilder() {
       if (orderByBuilder_ == null) {
-        orderByBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.firestore.v1.StructuredQuery.Order,
-                com.google.firestore.v1.StructuredQuery.Order.Builder,
-                com.google.firestore.v1.StructuredQuery.OrderOrBuilder>(
-                orderBy_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean());
+        orderByBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.firestore.v1.StructuredQuery.Order, com.google.firestore.v1.StructuredQuery.Order.Builder, com.google.firestore.v1.StructuredQuery.OrderOrBuilder>(
+                orderBy_,
+                ((bitField0_ & 0x00000008) != 0),
+                getParentForChildren(),
+                isClean());
         orderBy_ = null;
       }
       return orderByBuilder_;
@@ -14323,13 +12796,8 @@ public com.google.firestore.v1.StructuredQuery.Order.Builder addOrderByBuilder(i
 
     private com.google.firestore.v1.Cursor startAt_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Cursor,
-            com.google.firestore.v1.Cursor.Builder,
-            com.google.firestore.v1.CursorOrBuilder>
-        startAtBuilder_;
+        com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder> startAtBuilder_;
     /**
-     *
-     *
      * 
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -14365,15 +12833,12 @@ public com.google.firestore.v1.StructuredQuery.Order.Builder addOrderByBuilder(i
      * 
* * .google.firestore.v1.Cursor start_at = 7; - * * @return Whether the startAt field is set. */ public boolean hasStartAt() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -14409,7 +12874,6 @@ public boolean hasStartAt() {
      * 
* * .google.firestore.v1.Cursor start_at = 7; - * * @return The startAt. */ public com.google.firestore.v1.Cursor getStartAt() { @@ -14420,8 +12884,6 @@ public com.google.firestore.v1.Cursor getStartAt() { } } /** - * - * *
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -14472,8 +12934,6 @@ public Builder setStartAt(com.google.firestore.v1.Cursor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -14510,7 +12970,8 @@ public Builder setStartAt(com.google.firestore.v1.Cursor value) {
      *
      * .google.firestore.v1.Cursor start_at = 7;
      */
-    public Builder setStartAt(com.google.firestore.v1.Cursor.Builder builderForValue) {
+    public Builder setStartAt(
+        com.google.firestore.v1.Cursor.Builder builderForValue) {
       if (startAtBuilder_ == null) {
         startAt_ = builderForValue.build();
       } else {
@@ -14521,8 +12982,6 @@ public Builder setStartAt(com.google.firestore.v1.Cursor.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -14561,9 +13020,9 @@ public Builder setStartAt(com.google.firestore.v1.Cursor.Builder builderForValue
      */
     public Builder mergeStartAt(com.google.firestore.v1.Cursor value) {
       if (startAtBuilder_ == null) {
-        if (((bitField0_ & 0x00000010) != 0)
-            && startAt_ != null
-            && startAt_ != com.google.firestore.v1.Cursor.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000010) != 0) &&
+          startAt_ != null &&
+          startAt_ != com.google.firestore.v1.Cursor.getDefaultInstance()) {
           getStartAtBuilder().mergeFrom(value);
         } else {
           startAt_ = value;
@@ -14578,8 +13037,6 @@ public Builder mergeStartAt(com.google.firestore.v1.Cursor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -14627,8 +13084,6 @@ public Builder clearStartAt() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -14671,8 +13126,6 @@ public com.google.firestore.v1.Cursor.Builder getStartAtBuilder() {
       return getStartAtFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -14713,12 +13166,11 @@ public com.google.firestore.v1.CursorOrBuilder getStartAtOrBuilder() {
       if (startAtBuilder_ != null) {
         return startAtBuilder_.getMessageOrBuilder();
       } else {
-        return startAt_ == null ? com.google.firestore.v1.Cursor.getDefaultInstance() : startAt_;
+        return startAt_ == null ?
+            com.google.firestore.v1.Cursor.getDefaultInstance() : startAt_;
       }
     }
     /**
-     *
-     *
      * 
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -14756,17 +13208,14 @@ public com.google.firestore.v1.CursorOrBuilder getStartAtOrBuilder() {
      * .google.firestore.v1.Cursor start_at = 7;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Cursor,
-            com.google.firestore.v1.Cursor.Builder,
-            com.google.firestore.v1.CursorOrBuilder>
+        com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder> 
         getStartAtFieldBuilder() {
       if (startAtBuilder_ == null) {
-        startAtBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.Cursor,
-                com.google.firestore.v1.Cursor.Builder,
-                com.google.firestore.v1.CursorOrBuilder>(
-                getStartAt(), getParentForChildren(), isClean());
+        startAtBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder>(
+                getStartAt(),
+                getParentForChildren(),
+                isClean());
         startAt_ = null;
       }
       return startAtBuilder_;
@@ -14774,13 +13223,8 @@ public com.google.firestore.v1.CursorOrBuilder getStartAtOrBuilder() {
 
     private com.google.firestore.v1.Cursor endAt_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Cursor,
-            com.google.firestore.v1.Cursor.Builder,
-            com.google.firestore.v1.CursorOrBuilder>
-        endAtBuilder_;
+        com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder> endAtBuilder_;
     /**
-     *
-     *
      * 
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -14794,15 +13238,12 @@ public com.google.firestore.v1.CursorOrBuilder getStartAtOrBuilder() {
      * 
* * .google.firestore.v1.Cursor end_at = 8; - * * @return Whether the endAt field is set. */ public boolean hasEndAt() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -14816,7 +13257,6 @@ public boolean hasEndAt() {
      * 
* * .google.firestore.v1.Cursor end_at = 8; - * * @return The endAt. */ public com.google.firestore.v1.Cursor getEndAt() { @@ -14827,8 +13267,6 @@ public com.google.firestore.v1.Cursor getEndAt() { } } /** - * - * *
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -14857,8 +13295,6 @@ public Builder setEndAt(com.google.firestore.v1.Cursor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -14873,7 +13309,8 @@ public Builder setEndAt(com.google.firestore.v1.Cursor value) {
      *
      * .google.firestore.v1.Cursor end_at = 8;
      */
-    public Builder setEndAt(com.google.firestore.v1.Cursor.Builder builderForValue) {
+    public Builder setEndAt(
+        com.google.firestore.v1.Cursor.Builder builderForValue) {
       if (endAtBuilder_ == null) {
         endAt_ = builderForValue.build();
       } else {
@@ -14884,8 +13321,6 @@ public Builder setEndAt(com.google.firestore.v1.Cursor.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -14902,9 +13337,9 @@ public Builder setEndAt(com.google.firestore.v1.Cursor.Builder builderForValue)
      */
     public Builder mergeEndAt(com.google.firestore.v1.Cursor value) {
       if (endAtBuilder_ == null) {
-        if (((bitField0_ & 0x00000020) != 0)
-            && endAt_ != null
-            && endAt_ != com.google.firestore.v1.Cursor.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000020) != 0) &&
+          endAt_ != null &&
+          endAt_ != com.google.firestore.v1.Cursor.getDefaultInstance()) {
           getEndAtBuilder().mergeFrom(value);
         } else {
           endAt_ = value;
@@ -14919,8 +13354,6 @@ public Builder mergeEndAt(com.google.firestore.v1.Cursor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -14946,8 +13379,6 @@ public Builder clearEndAt() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -14968,8 +13399,6 @@ public com.google.firestore.v1.Cursor.Builder getEndAtBuilder() {
       return getEndAtFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -14988,12 +13417,11 @@ public com.google.firestore.v1.CursorOrBuilder getEndAtOrBuilder() {
       if (endAtBuilder_ != null) {
         return endAtBuilder_.getMessageOrBuilder();
       } else {
-        return endAt_ == null ? com.google.firestore.v1.Cursor.getDefaultInstance() : endAt_;
+        return endAt_ == null ?
+            com.google.firestore.v1.Cursor.getDefaultInstance() : endAt_;
       }
     }
     /**
-     *
-     *
      * 
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -15009,26 +13437,21 @@ public com.google.firestore.v1.CursorOrBuilder getEndAtOrBuilder() {
      * .google.firestore.v1.Cursor end_at = 8;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Cursor,
-            com.google.firestore.v1.Cursor.Builder,
-            com.google.firestore.v1.CursorOrBuilder>
+        com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder> 
         getEndAtFieldBuilder() {
       if (endAtBuilder_ == null) {
-        endAtBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.Cursor,
-                com.google.firestore.v1.Cursor.Builder,
-                com.google.firestore.v1.CursorOrBuilder>(
-                getEndAt(), getParentForChildren(), isClean());
+        endAtBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder>(
+                getEndAt(),
+                getParentForChildren(),
+                isClean());
         endAt_ = null;
       }
       return endAtBuilder_;
     }
 
-    private int offset_;
+    private int offset_ ;
     /**
-     *
-     *
      * 
      * The number of documents to skip before returning the first result.
      *
@@ -15041,7 +13464,6 @@ public com.google.firestore.v1.CursorOrBuilder getEndAtOrBuilder() {
      * 
* * int32 offset = 6; - * * @return The offset. */ @java.lang.Override @@ -15049,8 +13471,6 @@ public int getOffset() { return offset_; } /** - * - * *
      * The number of documents to skip before returning the first result.
      *
@@ -15063,7 +13483,6 @@ public int getOffset() {
      * 
* * int32 offset = 6; - * * @param value The offset to set. * @return This builder for chaining. */ @@ -15075,8 +13494,6 @@ public Builder setOffset(int value) { return this; } /** - * - * *
      * The number of documents to skip before returning the first result.
      *
@@ -15089,7 +13506,6 @@ public Builder setOffset(int value) {
      * 
* * int32 offset = 6; - * * @return This builder for chaining. */ public Builder clearOffset() { @@ -15101,13 +13517,8 @@ public Builder clearOffset() { private com.google.protobuf.Int32Value limit_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Int32Value, - com.google.protobuf.Int32Value.Builder, - com.google.protobuf.Int32ValueOrBuilder> - limitBuilder_; + com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> limitBuilder_; /** - * - * *
      * The maximum number of results to return.
      *
@@ -15119,15 +13530,12 @@ public Builder clearOffset() {
      * 
* * .google.protobuf.Int32Value limit = 5; - * * @return Whether the limit field is set. */ public boolean hasLimit() { return ((bitField0_ & 0x00000080) != 0); } /** - * - * *
      * The maximum number of results to return.
      *
@@ -15139,7 +13547,6 @@ public boolean hasLimit() {
      * 
* * .google.protobuf.Int32Value limit = 5; - * * @return The limit. */ public com.google.protobuf.Int32Value getLimit() { @@ -15150,8 +13557,6 @@ public com.google.protobuf.Int32Value getLimit() { } } /** - * - * *
      * The maximum number of results to return.
      *
@@ -15178,8 +13583,6 @@ public Builder setLimit(com.google.protobuf.Int32Value value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The maximum number of results to return.
      *
@@ -15192,7 +13595,8 @@ public Builder setLimit(com.google.protobuf.Int32Value value) {
      *
      * .google.protobuf.Int32Value limit = 5;
      */
-    public Builder setLimit(com.google.protobuf.Int32Value.Builder builderForValue) {
+    public Builder setLimit(
+        com.google.protobuf.Int32Value.Builder builderForValue) {
       if (limitBuilder_ == null) {
         limit_ = builderForValue.build();
       } else {
@@ -15203,8 +13607,6 @@ public Builder setLimit(com.google.protobuf.Int32Value.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * The maximum number of results to return.
      *
@@ -15219,9 +13621,9 @@ public Builder setLimit(com.google.protobuf.Int32Value.Builder builderForValue)
      */
     public Builder mergeLimit(com.google.protobuf.Int32Value value) {
       if (limitBuilder_ == null) {
-        if (((bitField0_ & 0x00000080) != 0)
-            && limit_ != null
-            && limit_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000080) != 0) &&
+          limit_ != null &&
+          limit_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
           getLimitBuilder().mergeFrom(value);
         } else {
           limit_ = value;
@@ -15236,8 +13638,6 @@ public Builder mergeLimit(com.google.protobuf.Int32Value value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The maximum number of results to return.
      *
@@ -15261,8 +13661,6 @@ public Builder clearLimit() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The maximum number of results to return.
      *
@@ -15281,8 +13679,6 @@ public com.google.protobuf.Int32Value.Builder getLimitBuilder() {
       return getLimitFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The maximum number of results to return.
      *
@@ -15299,12 +13695,11 @@ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() {
       if (limitBuilder_ != null) {
         return limitBuilder_.getMessageOrBuilder();
       } else {
-        return limit_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : limit_;
+        return limit_ == null ?
+            com.google.protobuf.Int32Value.getDefaultInstance() : limit_;
       }
     }
     /**
-     *
-     *
      * 
      * The maximum number of results to return.
      *
@@ -15318,17 +13713,14 @@ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() {
      * .google.protobuf.Int32Value limit = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Int32Value,
-            com.google.protobuf.Int32Value.Builder,
-            com.google.protobuf.Int32ValueOrBuilder>
+        com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> 
         getLimitFieldBuilder() {
       if (limitBuilder_ == null) {
-        limitBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Int32Value,
-                com.google.protobuf.Int32Value.Builder,
-                com.google.protobuf.Int32ValueOrBuilder>(
-                getLimit(), getParentForChildren(), isClean());
+        limitBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
+                getLimit(),
+                getParentForChildren(),
+                isClean());
         limit_ = null;
       }
       return limitBuilder_;
@@ -15336,13 +13728,8 @@ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() {
 
     private com.google.firestore.v1.StructuredQuery.FindNearest findNearest_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.StructuredQuery.FindNearest,
-            com.google.firestore.v1.StructuredQuery.FindNearest.Builder,
-            com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder>
-        findNearestBuilder_;
+        com.google.firestore.v1.StructuredQuery.FindNearest, com.google.firestore.v1.StructuredQuery.FindNearest.Builder, com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder> findNearestBuilder_;
     /**
-     *
-     *
      * 
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -15351,18 +13738,13 @@ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() {
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the findNearest field is set. */ public boolean hasFindNearest() { return ((bitField0_ & 0x00000100) != 0); } /** - * - * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -15371,24 +13753,17 @@ public boolean hasFindNearest() {
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; * @return The findNearest. */ public com.google.firestore.v1.StructuredQuery.FindNearest getFindNearest() { if (findNearestBuilder_ == null) { - return findNearest_ == null - ? com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() - : findNearest_; + return findNearest_ == null ? com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() : findNearest_; } else { return findNearestBuilder_.getMessage(); } } /** - * - * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -15397,9 +13772,7 @@ public com.google.firestore.v1.StructuredQuery.FindNearest getFindNearest() {
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setFindNearest(com.google.firestore.v1.StructuredQuery.FindNearest value) { if (findNearestBuilder_ == null) { @@ -15415,8 +13788,6 @@ public Builder setFindNearest(com.google.firestore.v1.StructuredQuery.FindNeares return this; } /** - * - * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -15425,9 +13796,7 @@ public Builder setFindNearest(com.google.firestore.v1.StructuredQuery.FindNeares
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setFindNearest( com.google.firestore.v1.StructuredQuery.FindNearest.Builder builderForValue) { @@ -15441,8 +13810,6 @@ public Builder setFindNearest( return this; } /** - * - * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -15451,16 +13818,13 @@ public Builder setFindNearest(
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder mergeFindNearest(com.google.firestore.v1.StructuredQuery.FindNearest value) { if (findNearestBuilder_ == null) { - if (((bitField0_ & 0x00000100) != 0) - && findNearest_ != null - && findNearest_ - != com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance()) { + if (((bitField0_ & 0x00000100) != 0) && + findNearest_ != null && + findNearest_ != com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance()) { getFindNearestBuilder().mergeFrom(value); } else { findNearest_ = value; @@ -15475,8 +13839,6 @@ public Builder mergeFindNearest(com.google.firestore.v1.StructuredQuery.FindNear return this; } /** - * - * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -15485,9 +13847,7 @@ public Builder mergeFindNearest(com.google.firestore.v1.StructuredQuery.FindNear
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder clearFindNearest() { bitField0_ = (bitField0_ & ~0x00000100); @@ -15500,8 +13860,6 @@ public Builder clearFindNearest() { return this; } /** - * - * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -15510,9 +13868,7 @@ public Builder clearFindNearest() {
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.firestore.v1.StructuredQuery.FindNearest.Builder getFindNearestBuilder() { bitField0_ |= 0x00000100; @@ -15520,8 +13876,6 @@ public com.google.firestore.v1.StructuredQuery.FindNearest.Builder getFindNeares return getFindNearestFieldBuilder().getBuilder(); } /** - * - * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -15530,22 +13884,17 @@ public com.google.firestore.v1.StructuredQuery.FindNearest.Builder getFindNeares
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder getFindNearestOrBuilder() { if (findNearestBuilder_ != null) { return findNearestBuilder_.getMessageOrBuilder(); } else { - return findNearest_ == null - ? com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() - : findNearest_; + return findNearest_ == null ? + com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() : findNearest_; } } /** - * - * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -15554,29 +13903,24 @@ public com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder getFindNeare
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FindNearest, - com.google.firestore.v1.StructuredQuery.FindNearest.Builder, - com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder> + com.google.firestore.v1.StructuredQuery.FindNearest, com.google.firestore.v1.StructuredQuery.FindNearest.Builder, com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder> getFindNearestFieldBuilder() { if (findNearestBuilder_ == null) { - findNearestBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FindNearest, - com.google.firestore.v1.StructuredQuery.FindNearest.Builder, - com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder>( - getFindNearest(), getParentForChildren(), isClean()); + findNearestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FindNearest, com.google.firestore.v1.StructuredQuery.FindNearest.Builder, com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder>( + getFindNearest(), + getParentForChildren(), + isClean()); findNearest_ = null; } return findNearestBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -15586,12 +13930,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery) private static final com.google.firestore.v1.StructuredQuery DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery(); } @@ -15600,27 +13944,27 @@ public static com.google.firestore.v1.StructuredQuery getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StructuredQuery parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StructuredQuery parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -15635,4 +13979,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQueryOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQueryOrBuilder.java similarity index 91% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQueryOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQueryOrBuilder.java index 786376058..f91898fe4 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQueryOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQueryOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/query.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface StructuredQueryOrBuilder - extends +public interface StructuredQueryOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Optional sub-set of the fields to return.
    *
@@ -36,13 +18,10 @@ public interface StructuredQueryOrBuilder
    * 
* * .google.firestore.v1.StructuredQuery.Projection select = 1; - * * @return Whether the select field is set. */ boolean hasSelect(); /** - * - * *
    * Optional sub-set of the fields to return.
    *
@@ -52,13 +31,10 @@ public interface StructuredQueryOrBuilder
    * 
* * .google.firestore.v1.StructuredQuery.Projection select = 1; - * * @return The select. */ com.google.firestore.v1.StructuredQuery.Projection getSelect(); /** - * - * *
    * Optional sub-set of the fields to return.
    *
@@ -72,18 +48,15 @@ public interface StructuredQueryOrBuilder
   com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder getSelectOrBuilder();
 
   /**
-   *
-   *
    * 
    * The collections to query.
    * 
* * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ - java.util.List getFromList(); + java.util.List + getFromList(); /** - * - * *
    * The collections to query.
    * 
@@ -92,8 +65,6 @@ public interface StructuredQueryOrBuilder */ com.google.firestore.v1.StructuredQuery.CollectionSelector getFrom(int index); /** - * - * *
    * The collections to query.
    * 
@@ -102,54 +73,43 @@ public interface StructuredQueryOrBuilder */ int getFromCount(); /** - * - * *
    * The collections to query.
    * 
* * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ - java.util.List + java.util.List getFromOrBuilderList(); /** - * - * *
    * The collections to query.
    * 
* * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ - com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFromOrBuilder(int index); + com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFromOrBuilder( + int index); /** - * - * *
    * The filter to apply.
    * 
* * .google.firestore.v1.StructuredQuery.Filter where = 3; - * * @return Whether the where field is set. */ boolean hasWhere(); /** - * - * *
    * The filter to apply.
    * 
* * .google.firestore.v1.StructuredQuery.Filter where = 3; - * * @return The where. */ com.google.firestore.v1.StructuredQuery.Filter getWhere(); /** - * - * *
    * The filter to apply.
    * 
@@ -159,8 +119,6 @@ public interface StructuredQueryOrBuilder com.google.firestore.v1.StructuredQuery.FilterOrBuilder getWhereOrBuilder(); /** - * - * *
    * The order to apply to the query results.
    *
@@ -186,10 +144,9 @@ public interface StructuredQueryOrBuilder
    *
    * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
    */
-  java.util.List getOrderByList();
+  java.util.List 
+      getOrderByList();
   /**
-   *
-   *
    * 
    * The order to apply to the query results.
    *
@@ -217,8 +174,6 @@ public interface StructuredQueryOrBuilder
    */
   com.google.firestore.v1.StructuredQuery.Order getOrderBy(int index);
   /**
-   *
-   *
    * 
    * The order to apply to the query results.
    *
@@ -246,8 +201,6 @@ public interface StructuredQueryOrBuilder
    */
   int getOrderByCount();
   /**
-   *
-   *
    * 
    * The order to apply to the query results.
    *
@@ -273,11 +226,9 @@ public interface StructuredQueryOrBuilder
    *
    * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
    */
-  java.util.List
+  java.util.List 
       getOrderByOrBuilderList();
   /**
-   *
-   *
    * 
    * The order to apply to the query results.
    *
@@ -303,11 +254,10 @@ public interface StructuredQueryOrBuilder
    *
    * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
    */
-  com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(int index);
+  com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * A potential prefix of a position in the result set to start the query at.
    *
@@ -343,13 +293,10 @@ public interface StructuredQueryOrBuilder
    * 
* * .google.firestore.v1.Cursor start_at = 7; - * * @return Whether the startAt field is set. */ boolean hasStartAt(); /** - * - * *
    * A potential prefix of a position in the result set to start the query at.
    *
@@ -385,13 +332,10 @@ public interface StructuredQueryOrBuilder
    * 
* * .google.firestore.v1.Cursor start_at = 7; - * * @return The startAt. */ com.google.firestore.v1.Cursor getStartAt(); /** - * - * *
    * A potential prefix of a position in the result set to start the query at.
    *
@@ -431,8 +375,6 @@ public interface StructuredQueryOrBuilder
   com.google.firestore.v1.CursorOrBuilder getStartAtOrBuilder();
 
   /**
-   *
-   *
    * 
    * A potential prefix of a position in the result set to end the query at.
    *
@@ -446,13 +388,10 @@ public interface StructuredQueryOrBuilder
    * 
* * .google.firestore.v1.Cursor end_at = 8; - * * @return Whether the endAt field is set. */ boolean hasEndAt(); /** - * - * *
    * A potential prefix of a position in the result set to end the query at.
    *
@@ -466,13 +405,10 @@ public interface StructuredQueryOrBuilder
    * 
* * .google.firestore.v1.Cursor end_at = 8; - * * @return The endAt. */ com.google.firestore.v1.Cursor getEndAt(); /** - * - * *
    * A potential prefix of a position in the result set to end the query at.
    *
@@ -490,8 +426,6 @@ public interface StructuredQueryOrBuilder
   com.google.firestore.v1.CursorOrBuilder getEndAtOrBuilder();
 
   /**
-   *
-   *
    * 
    * The number of documents to skip before returning the first result.
    *
@@ -504,14 +438,11 @@ public interface StructuredQueryOrBuilder
    * 
* * int32 offset = 6; - * * @return The offset. */ int getOffset(); /** - * - * *
    * The maximum number of results to return.
    *
@@ -523,13 +454,10 @@ public interface StructuredQueryOrBuilder
    * 
* * .google.protobuf.Int32Value limit = 5; - * * @return Whether the limit field is set. */ boolean hasLimit(); /** - * - * *
    * The maximum number of results to return.
    *
@@ -541,13 +469,10 @@ public interface StructuredQueryOrBuilder
    * 
* * .google.protobuf.Int32Value limit = 5; - * * @return The limit. */ com.google.protobuf.Int32Value getLimit(); /** - * - * *
    * The maximum number of results to return.
    *
@@ -563,8 +488,6 @@ public interface StructuredQueryOrBuilder
   com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder();
 
   /**
-   *
-   *
    * 
    * Optional. A potential Nearest Neighbors Search.
    *
@@ -573,16 +496,11 @@ public interface StructuredQueryOrBuilder
    * Finds the closest vector embeddings to the given query vector.
    * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the findNearest field is set. */ boolean hasFindNearest(); /** - * - * *
    * Optional. A potential Nearest Neighbors Search.
    *
@@ -591,16 +509,11 @@ public interface StructuredQueryOrBuilder
    * Finds the closest vector embeddings to the given query vector.
    * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; * @return The findNearest. */ com.google.firestore.v1.StructuredQuery.FindNearest getFindNearest(); /** - * - * *
    * Optional. A potential Nearest Neighbors Search.
    *
@@ -609,9 +522,7 @@ public interface StructuredQueryOrBuilder
    * Finds the closest vector embeddings to the given query vector.
    * 
* - * - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; */ com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder getFindNearestOrBuilder(); } diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Target.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Target.java similarity index 76% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Target.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Target.java index 6ce9d9d50..df98f3f7b 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Target.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Target.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,54 +5,49 @@ package com.google.firestore.v1; /** - * - * *
  * A specification of a set of documents to listen to.
  * 
* * Protobuf type {@code google.firestore.v1.Target} */ -public final class Target extends com.google.protobuf.GeneratedMessageV3 - implements +public final class Target extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.Target) TargetOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use Target.newBuilder() to construct. private Target(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private Target() {} + private Target() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Target(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Target.class, com.google.firestore.v1.Target.Builder.class); } - public interface DocumentsTargetOrBuilder - extends + public interface DocumentsTargetOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.Target.DocumentsTarget) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -76,13 +56,11 @@ public interface DocumentsTargetOrBuilder
      * 
* * repeated string documents = 2; - * * @return A list containing the documents. */ - java.util.List getDocumentsList(); + java.util.List + getDocumentsList(); /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -91,13 +69,10 @@ public interface DocumentsTargetOrBuilder
      * 
* * repeated string documents = 2; - * * @return The count of documents. */ int getDocumentsCount(); /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -106,14 +81,11 @@ public interface DocumentsTargetOrBuilder
      * 
* * repeated string documents = 2; - * * @param index The index of the element to return. * @return The documents at the given index. */ java.lang.String getDocuments(int index); /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -122,64 +94,58 @@ public interface DocumentsTargetOrBuilder
      * 
* * repeated string documents = 2; - * * @param index The index of the value to return. * @return The bytes of the documents at the given index. */ - com.google.protobuf.ByteString getDocumentsBytes(int index); + com.google.protobuf.ByteString + getDocumentsBytes(int index); } /** - * - * *
    * A target specified by a set of documents names.
    * 
* * Protobuf type {@code google.firestore.v1.Target.DocumentsTarget} */ - public static final class DocumentsTarget extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class DocumentsTarget extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.Target.DocumentsTarget) DocumentsTargetOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use DocumentsTarget.newBuilder() to construct. private DocumentsTarget(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private DocumentsTarget() { - documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); + documents_ = + com.google.protobuf.LazyStringArrayList.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new DocumentsTarget(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_DocumentsTarget_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_DocumentsTarget_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.Target.DocumentsTarget.class, - com.google.firestore.v1.Target.DocumentsTarget.Builder.class); + com.google.firestore.v1.Target.DocumentsTarget.class, com.google.firestore.v1.Target.DocumentsTarget.Builder.class); } public static final int DOCUMENTS_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -188,15 +154,13 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      * 
* * repeated string documents = 2; - * * @return A list containing the documents. */ - public com.google.protobuf.ProtocolStringList getDocumentsList() { + public com.google.protobuf.ProtocolStringList + getDocumentsList() { return documents_; } /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -205,15 +169,12 @@ public com.google.protobuf.ProtocolStringList getDocumentsList() {
      * 
* * repeated string documents = 2; - * * @return The count of documents. */ public int getDocumentsCount() { return documents_.size(); } /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -222,7 +183,6 @@ public int getDocumentsCount() {
      * 
* * repeated string documents = 2; - * * @param index The index of the element to return. * @return The documents at the given index. */ @@ -230,8 +190,6 @@ public java.lang.String getDocuments(int index) { return documents_.get(index); } /** - * - * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -240,16 +198,15 @@ public java.lang.String getDocuments(int index) {
      * 
* * repeated string documents = 2; - * * @param index The index of the value to return. * @return The bytes of the documents at the given index. */ - public com.google.protobuf.ByteString getDocumentsBytes(int index) { + public com.google.protobuf.ByteString + getDocumentsBytes(int index) { return documents_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -261,7 +218,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < documents_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, documents_.getRaw(i)); } @@ -290,15 +248,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.Target.DocumentsTarget)) { return super.equals(obj); } - com.google.firestore.v1.Target.DocumentsTarget other = - (com.google.firestore.v1.Target.DocumentsTarget) obj; + com.google.firestore.v1.Target.DocumentsTarget other = (com.google.firestore.v1.Target.DocumentsTarget) obj; - if (!getDocumentsList().equals(other.getDocumentsList())) return false; + if (!getDocumentsList() + .equals(other.getDocumentsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -319,94 +277,90 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.Target.DocumentsTarget parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.Target.DocumentsTarget parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.Target.DocumentsTarget parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.Target.DocumentsTarget parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.Target.DocumentsTarget parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.Target.DocumentsTarget parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.Target.DocumentsTarget prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -416,53 +370,52 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * A target specified by a set of documents names.
      * 
* * Protobuf type {@code google.firestore.v1.Target.DocumentsTarget} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.Target.DocumentsTarget) com.google.firestore.v1.Target.DocumentsTargetOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_DocumentsTarget_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_DocumentsTarget_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.Target.DocumentsTarget.class, - com.google.firestore.v1.Target.DocumentsTarget.Builder.class); + com.google.firestore.v1.Target.DocumentsTarget.class, com.google.firestore.v1.Target.DocumentsTarget.Builder.class); } // Construct using com.google.firestore.v1.Target.DocumentsTarget.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; - documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); + documents_ = + com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; } @java.lang.Override @@ -481,11 +434,8 @@ public com.google.firestore.v1.Target.DocumentsTarget build() { @java.lang.Override public com.google.firestore.v1.Target.DocumentsTarget buildPartial() { - com.google.firestore.v1.Target.DocumentsTarget result = - new com.google.firestore.v1.Target.DocumentsTarget(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.Target.DocumentsTarget result = new com.google.firestore.v1.Target.DocumentsTarget(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -502,41 +452,38 @@ private void buildPartial0(com.google.firestore.v1.Target.DocumentsTarget result public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.Target.DocumentsTarget) { - return mergeFrom((com.google.firestore.v1.Target.DocumentsTarget) other); + return mergeFrom((com.google.firestore.v1.Target.DocumentsTarget)other); } else { super.mergeFrom(other); return this; @@ -544,8 +491,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.Target.DocumentsTarget other) { - if (other == com.google.firestore.v1.Target.DocumentsTarget.getDefaultInstance()) - return this; + if (other == com.google.firestore.v1.Target.DocumentsTarget.getDefaultInstance()) return this; if (!other.documents_.isEmpty()) { if (documents_.isEmpty()) { documents_ = other.documents_; @@ -582,20 +528,18 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); - ensureDocumentsIsMutable(); - documents_.add(s); - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + ensureDocumentsIsMutable(); + documents_.add(s); + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -605,12 +549,10 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private com.google.protobuf.LazyStringArrayList documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureDocumentsIsMutable() { if (!documents_.isModifiable()) { documents_ = new com.google.protobuf.LazyStringArrayList(documents_); @@ -618,8 +560,6 @@ private void ensureDocumentsIsMutable() { bitField0_ |= 0x00000001; } /** - * - * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -628,16 +568,14 @@ private void ensureDocumentsIsMutable() {
        * 
* * repeated string documents = 2; - * * @return A list containing the documents. */ - public com.google.protobuf.ProtocolStringList getDocumentsList() { + public com.google.protobuf.ProtocolStringList + getDocumentsList() { documents_.makeImmutable(); return documents_; } /** - * - * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -646,15 +584,12 @@ public com.google.protobuf.ProtocolStringList getDocumentsList() {
        * 
* * repeated string documents = 2; - * * @return The count of documents. */ public int getDocumentsCount() { return documents_.size(); } /** - * - * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -663,7 +598,6 @@ public int getDocumentsCount() {
        * 
* * repeated string documents = 2; - * * @param index The index of the element to return. * @return The documents at the given index. */ @@ -671,8 +605,6 @@ public java.lang.String getDocuments(int index) { return documents_.get(index); } /** - * - * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -681,16 +613,14 @@ public java.lang.String getDocuments(int index) {
        * 
* * repeated string documents = 2; - * * @param index The index of the value to return. * @return The bytes of the documents at the given index. */ - public com.google.protobuf.ByteString getDocumentsBytes(int index) { + public com.google.protobuf.ByteString + getDocumentsBytes(int index) { return documents_.getByteString(index); } /** - * - * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -699,15 +629,13 @@ public com.google.protobuf.ByteString getDocumentsBytes(int index) {
        * 
* * repeated string documents = 2; - * * @param index The index to set the value at. * @param value The documents to set. * @return This builder for chaining. */ - public Builder setDocuments(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDocuments( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureDocumentsIsMutable(); documents_.set(index, value); bitField0_ |= 0x00000001; @@ -715,8 +643,6 @@ public Builder setDocuments(int index, java.lang.String value) { return this; } /** - * - * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -725,14 +651,12 @@ public Builder setDocuments(int index, java.lang.String value) {
        * 
* * repeated string documents = 2; - * * @param value The documents to add. * @return This builder for chaining. */ - public Builder addDocuments(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addDocuments( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureDocumentsIsMutable(); documents_.add(value); bitField0_ |= 0x00000001; @@ -740,8 +664,6 @@ public Builder addDocuments(java.lang.String value) { return this; } /** - * - * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -750,20 +672,19 @@ public Builder addDocuments(java.lang.String value) {
        * 
* * repeated string documents = 2; - * * @param values The documents to add. * @return This builder for chaining. */ - public Builder addAllDocuments(java.lang.Iterable values) { + public Builder addAllDocuments( + java.lang.Iterable values) { ensureDocumentsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, documents_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, documents_); bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -772,19 +693,16 @@ public Builder addAllDocuments(java.lang.Iterable values) {
        * 
* * repeated string documents = 2; - * * @return This builder for chaining. */ public Builder clearDocuments() { - documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - ; + documents_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001);; onChanged(); return this; } /** - * - * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -793,14 +711,12 @@ public Builder clearDocuments() {
        * 
* * repeated string documents = 2; - * * @param value The bytes of the documents to add. * @return This builder for chaining. */ - public Builder addDocumentsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addDocumentsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureDocumentsIsMutable(); documents_.add(value); @@ -808,7 +724,6 @@ public Builder addDocumentsBytes(com.google.protobuf.ByteString value) { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -821,12 +736,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.Target.DocumentsTarget) } // @@protoc_insertion_point(class_scope:google.firestore.v1.Target.DocumentsTarget) private static final com.google.firestore.v1.Target.DocumentsTarget DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.Target.DocumentsTarget(); } @@ -835,28 +750,27 @@ public static com.google.firestore.v1.Target.DocumentsTarget getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DocumentsTarget parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DocumentsTarget parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -871,16 +785,14 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.Target.DocumentsTarget getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface QueryTargetOrBuilder - extends + public interface QueryTargetOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.Target.QueryTarget) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -891,13 +803,10 @@ public interface QueryTargetOrBuilder
      * 
* * string parent = 1; - * * @return The parent. */ java.lang.String getParent(); /** - * - * *
      * The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -908,38 +817,30 @@ public interface QueryTargetOrBuilder
      * 
* * string parent = 1; - * * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return Whether the structuredQuery field is set. */ boolean hasStructuredQuery(); /** - * - * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return The structuredQuery. */ com.google.firestore.v1.StructuredQuery getStructuredQuery(); /** - * - * *
      * A structured query.
      * 
@@ -951,62 +852,54 @@ public interface QueryTargetOrBuilder com.google.firestore.v1.Target.QueryTarget.QueryTypeCase getQueryTypeCase(); } /** - * - * *
    * A target specified by a query.
    * 
* * Protobuf type {@code google.firestore.v1.Target.QueryTarget} */ - public static final class QueryTarget extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class QueryTarget extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.Target.QueryTarget) QueryTargetOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use QueryTarget.newBuilder() to construct. private QueryTarget(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private QueryTarget() { parent_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new QueryTarget(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_QueryTarget_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_QueryTarget_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_QueryTarget_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_QueryTarget_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.Target.QueryTarget.class, - com.google.firestore.v1.Target.QueryTarget.Builder.class); + com.google.firestore.v1.Target.QueryTarget.class, com.google.firestore.v1.Target.QueryTarget.Builder.class); } private int queryTypeCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object queryType_; - public enum QueryTypeCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { STRUCTURED_QUERY(2), QUERYTYPE_NOT_SET(0); private final int value; - private QueryTypeCase(int value) { this.value = value; } @@ -1022,31 +915,26 @@ public static QueryTypeCase valueOf(int value) { public static QueryTypeCase forNumber(int value) { switch (value) { - case 2: - return STRUCTURED_QUERY; - case 0: - return QUERYTYPE_NOT_SET; - default: - return null; + case 2: return STRUCTURED_QUERY; + case 0: return QUERYTYPE_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public QueryTypeCase getQueryTypeCase() { - return QueryTypeCase.forNumber(queryTypeCase_); + public QueryTypeCase + getQueryTypeCase() { + return QueryTypeCase.forNumber( + queryTypeCase_); } public static final int PARENT_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; /** - * - * *
      * The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1057,7 +945,6 @@ public QueryTypeCase getQueryTypeCase() {
      * 
* * string parent = 1; - * * @return The parent. */ @java.lang.Override @@ -1066,15 +953,14 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
      * The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1085,15 +971,16 @@ public java.lang.String getParent() {
      * 
* * string parent = 1; - * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -1103,14 +990,11 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int STRUCTURED_QUERY_FIELD_NUMBER = 2; /** - * - * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -1118,26 +1002,21 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** - * - * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return The structuredQuery. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery getStructuredQuery() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } /** - * - * *
      * A structured query.
      * 
@@ -1147,13 +1026,12 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { @java.lang.Override public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1165,7 +1043,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -1185,9 +1064,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (queryTypeCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, (com.google.firestore.v1.StructuredQuery) queryType_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.firestore.v1.StructuredQuery) queryType_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1197,19 +1075,20 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.Target.QueryTarget)) { return super.equals(obj); } - com.google.firestore.v1.Target.QueryTarget other = - (com.google.firestore.v1.Target.QueryTarget) obj; + com.google.firestore.v1.Target.QueryTarget other = (com.google.firestore.v1.Target.QueryTarget) obj; - if (!getParent().equals(other.getParent())) return false; + if (!getParent() + .equals(other.getParent())) return false; if (!getQueryTypeCase().equals(other.getQueryTypeCase())) return false; switch (queryTypeCase_) { case 2: - if (!getStructuredQuery().equals(other.getStructuredQuery())) return false; + if (!getStructuredQuery() + .equals(other.getStructuredQuery())) return false; break; case 0: default: @@ -1240,94 +1119,90 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.Target.QueryTarget parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.Target.QueryTarget parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.Target.QueryTarget parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.Target.QueryTarget parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.Target.QueryTarget parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.Target.QueryTarget parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.Target.QueryTarget parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.Target.QueryTarget parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.Target.QueryTarget parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.Target.QueryTarget parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.Target.QueryTarget parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.Target.QueryTarget parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.Target.QueryTarget parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.Target.QueryTarget parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.Target.QueryTarget prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1337,41 +1212,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * A target specified by a query.
      * 
* * Protobuf type {@code google.firestore.v1.Target.QueryTarget} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.Target.QueryTarget) com.google.firestore.v1.Target.QueryTargetOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_QueryTarget_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_QueryTarget_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_QueryTarget_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_QueryTarget_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.Target.QueryTarget.class, - com.google.firestore.v1.Target.QueryTarget.Builder.class); + com.google.firestore.v1.Target.QueryTarget.class, com.google.firestore.v1.Target.QueryTarget.Builder.class); } // Construct using com.google.firestore.v1.Target.QueryTarget.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -1386,9 +1259,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_QueryTarget_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_QueryTarget_descriptor; } @java.lang.Override @@ -1407,11 +1280,8 @@ public com.google.firestore.v1.Target.QueryTarget build() { @java.lang.Override public com.google.firestore.v1.Target.QueryTarget buildPartial() { - com.google.firestore.v1.Target.QueryTarget result = - new com.google.firestore.v1.Target.QueryTarget(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.Target.QueryTarget result = new com.google.firestore.v1.Target.QueryTarget(this); + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -1427,7 +1297,8 @@ private void buildPartial0(com.google.firestore.v1.Target.QueryTarget result) { private void buildPartialOneofs(com.google.firestore.v1.Target.QueryTarget result) { result.queryTypeCase_ = queryTypeCase_; result.queryType_ = this.queryType_; - if (queryTypeCase_ == 2 && structuredQueryBuilder_ != null) { + if (queryTypeCase_ == 2 && + structuredQueryBuilder_ != null) { result.queryType_ = structuredQueryBuilder_.build(); } } @@ -1436,41 +1307,38 @@ private void buildPartialOneofs(com.google.firestore.v1.Target.QueryTarget resul public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.Target.QueryTarget) { - return mergeFrom((com.google.firestore.v1.Target.QueryTarget) other); + return mergeFrom((com.google.firestore.v1.Target.QueryTarget)other); } else { super.mergeFrom(other); return this; @@ -1485,15 +1353,13 @@ public Builder mergeFrom(com.google.firestore.v1.Target.QueryTarget other) { onChanged(); } switch (other.getQueryTypeCase()) { - case STRUCTURED_QUERY: - { - mergeStructuredQuery(other.getStructuredQuery()); - break; - } - case QUERYTYPE_NOT_SET: - { - break; - } + case STRUCTURED_QUERY: { + mergeStructuredQuery(other.getStructuredQuery()); + break; + } + case QUERYTYPE_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -1521,26 +1387,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - parent_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - input.readMessage( - getStructuredQueryFieldBuilder().getBuilder(), extensionRegistry); - queryTypeCase_ = 2; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + parent_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + input.readMessage( + getStructuredQueryFieldBuilder().getBuilder(), + extensionRegistry); + queryTypeCase_ = 2; + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1550,12 +1414,12 @@ public Builder mergeFrom( } // finally return this; } - private int queryTypeCase_ = 0; private java.lang.Object queryType_; - - public QueryTypeCase getQueryTypeCase() { - return QueryTypeCase.forNumber(queryTypeCase_); + public QueryTypeCase + getQueryTypeCase() { + return QueryTypeCase.forNumber( + queryTypeCase_); } public Builder clearQueryType() { @@ -1569,8 +1433,6 @@ public Builder clearQueryType() { private java.lang.Object parent_ = ""; /** - * - * *
        * The parent resource name. In the format:
        * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1581,13 +1443,13 @@ public Builder clearQueryType() {
        * 
* * string parent = 1; - * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -1596,8 +1458,6 @@ public java.lang.String getParent() { } } /** - * - * *
        * The parent resource name. In the format:
        * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1608,14 +1468,15 @@ public java.lang.String getParent() {
        * 
* * string parent = 1; - * * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -1623,8 +1484,6 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
        * The parent resource name. In the format:
        * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1635,22 +1494,18 @@ public com.google.protobuf.ByteString getParentBytes() {
        * 
* * string parent = 1; - * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * The parent resource name. In the format:
        * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1661,7 +1516,6 @@ public Builder setParent(java.lang.String value) {
        * 
* * string parent = 1; - * * @return This builder for chaining. */ public Builder clearParent() { @@ -1671,8 +1525,6 @@ public Builder clearParent() { return this; } /** - * - * *
        * The parent resource name. In the format:
        * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1683,14 +1535,12 @@ public Builder clearParent() {
        * 
* * string parent = 1; - * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -1699,19 +1549,13 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, - com.google.firestore.v1.StructuredQuery.Builder, - com.google.firestore.v1.StructuredQueryOrBuilder> - structuredQueryBuilder_; + com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> structuredQueryBuilder_; /** - * - * *
        * A structured query.
        * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -1719,14 +1563,11 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** - * - * *
        * A structured query.
        * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; - * * @return The structuredQuery. */ @java.lang.Override @@ -1744,8 +1585,6 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { } } /** - * - * *
        * A structured query.
        * 
@@ -1766,8 +1605,6 @@ public Builder setStructuredQuery(com.google.firestore.v1.StructuredQuery value) return this; } /** - * - * *
        * A structured query.
        * 
@@ -1786,8 +1623,6 @@ public Builder setStructuredQuery( return this; } /** - * - * *
        * A structured query.
        * 
@@ -1796,13 +1631,10 @@ public Builder setStructuredQuery( */ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery value) { if (structuredQueryBuilder_ == null) { - if (queryTypeCase_ == 2 - && queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { - queryType_ = - com.google.firestore.v1.StructuredQuery.newBuilder( - (com.google.firestore.v1.StructuredQuery) queryType_) - .mergeFrom(value) - .buildPartial(); + if (queryTypeCase_ == 2 && + queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { + queryType_ = com.google.firestore.v1.StructuredQuery.newBuilder((com.google.firestore.v1.StructuredQuery) queryType_) + .mergeFrom(value).buildPartial(); } else { queryType_ = value; } @@ -1818,8 +1650,6 @@ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery valu return this; } /** - * - * *
        * A structured query.
        * 
@@ -1843,8 +1673,6 @@ public Builder clearStructuredQuery() { return this; } /** - * - * *
        * A structured query.
        * 
@@ -1855,8 +1683,6 @@ public com.google.firestore.v1.StructuredQuery.Builder getStructuredQueryBuilder return getStructuredQueryFieldBuilder().getBuilder(); } /** - * - * *
        * A structured query.
        * 
@@ -1875,8 +1701,6 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil } } /** - * - * *
        * A structured query.
        * 
@@ -1884,19 +1708,14 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil * .google.firestore.v1.StructuredQuery structured_query = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, - com.google.firestore.v1.StructuredQuery.Builder, - com.google.firestore.v1.StructuredQueryOrBuilder> + com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> getStructuredQueryFieldBuilder() { if (structuredQueryBuilder_ == null) { if (!(queryTypeCase_ == 2)) { queryType_ = com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } - structuredQueryBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, - com.google.firestore.v1.StructuredQuery.Builder, - com.google.firestore.v1.StructuredQueryOrBuilder>( + structuredQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder>( (com.google.firestore.v1.StructuredQuery) queryType_, getParentForChildren(), isClean()); @@ -1906,7 +1725,6 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil onChanged(); return structuredQueryBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1919,12 +1737,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.Target.QueryTarget) } // @@protoc_insertion_point(class_scope:google.firestore.v1.Target.QueryTarget) private static final com.google.firestore.v1.Target.QueryTarget DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.Target.QueryTarget(); } @@ -1933,28 +1751,27 @@ public static com.google.firestore.v1.Target.QueryTarget getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public QueryTarget parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public QueryTarget parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1969,23 +1786,20 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.Target.QueryTarget getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } private int bitField0_; private int targetTypeCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object targetType_; - public enum TargetTypeCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { QUERY(2), DOCUMENTS(3), TARGETTYPE_NOT_SET(0); private final int value; - private TargetTypeCase(int value) { this.value = value; } @@ -2001,40 +1815,33 @@ public static TargetTypeCase valueOf(int value) { public static TargetTypeCase forNumber(int value) { switch (value) { - case 2: - return QUERY; - case 3: - return DOCUMENTS; - case 0: - return TARGETTYPE_NOT_SET; - default: - return null; + case 2: return QUERY; + case 3: return DOCUMENTS; + case 0: return TARGETTYPE_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public TargetTypeCase getTargetTypeCase() { - return TargetTypeCase.forNumber(targetTypeCase_); + public TargetTypeCase + getTargetTypeCase() { + return TargetTypeCase.forNumber( + targetTypeCase_); } private int resumeTypeCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object resumeType_; - public enum ResumeTypeCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { RESUME_TOKEN(4), READ_TIME(11), RESUMETYPE_NOT_SET(0); private final int value; - private ResumeTypeCase(int value) { this.value = value; } @@ -2050,36 +1857,30 @@ public static ResumeTypeCase valueOf(int value) { public static ResumeTypeCase forNumber(int value) { switch (value) { - case 4: - return RESUME_TOKEN; - case 11: - return READ_TIME; - case 0: - return RESUMETYPE_NOT_SET; - default: - return null; + case 4: return RESUME_TOKEN; + case 11: return READ_TIME; + case 0: return RESUMETYPE_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public ResumeTypeCase getResumeTypeCase() { - return ResumeTypeCase.forNumber(resumeTypeCase_); + public ResumeTypeCase + getResumeTypeCase() { + return ResumeTypeCase.forNumber( + resumeTypeCase_); } public static final int QUERY_FIELD_NUMBER = 2; /** - * - * *
    * A target specified by a query.
    * 
* * .google.firestore.v1.Target.QueryTarget query = 2; - * * @return Whether the query field is set. */ @java.lang.Override @@ -2087,26 +1888,21 @@ public boolean hasQuery() { return targetTypeCase_ == 2; } /** - * - * *
    * A target specified by a query.
    * 
* * .google.firestore.v1.Target.QueryTarget query = 2; - * * @return The query. */ @java.lang.Override public com.google.firestore.v1.Target.QueryTarget getQuery() { if (targetTypeCase_ == 2) { - return (com.google.firestore.v1.Target.QueryTarget) targetType_; + return (com.google.firestore.v1.Target.QueryTarget) targetType_; } return com.google.firestore.v1.Target.QueryTarget.getDefaultInstance(); } /** - * - * *
    * A target specified by a query.
    * 
@@ -2116,21 +1912,18 @@ public com.google.firestore.v1.Target.QueryTarget getQuery() { @java.lang.Override public com.google.firestore.v1.Target.QueryTargetOrBuilder getQueryOrBuilder() { if (targetTypeCase_ == 2) { - return (com.google.firestore.v1.Target.QueryTarget) targetType_; + return (com.google.firestore.v1.Target.QueryTarget) targetType_; } return com.google.firestore.v1.Target.QueryTarget.getDefaultInstance(); } public static final int DOCUMENTS_FIELD_NUMBER = 3; /** - * - * *
    * A target specified by a set of document names.
    * 
* * .google.firestore.v1.Target.DocumentsTarget documents = 3; - * * @return Whether the documents field is set. */ @java.lang.Override @@ -2138,26 +1931,21 @@ public boolean hasDocuments() { return targetTypeCase_ == 3; } /** - * - * *
    * A target specified by a set of document names.
    * 
* * .google.firestore.v1.Target.DocumentsTarget documents = 3; - * * @return The documents. */ @java.lang.Override public com.google.firestore.v1.Target.DocumentsTarget getDocuments() { if (targetTypeCase_ == 3) { - return (com.google.firestore.v1.Target.DocumentsTarget) targetType_; + return (com.google.firestore.v1.Target.DocumentsTarget) targetType_; } return com.google.firestore.v1.Target.DocumentsTarget.getDefaultInstance(); } /** - * - * *
    * A target specified by a set of document names.
    * 
@@ -2167,15 +1955,13 @@ public com.google.firestore.v1.Target.DocumentsTarget getDocuments() { @java.lang.Override public com.google.firestore.v1.Target.DocumentsTargetOrBuilder getDocumentsOrBuilder() { if (targetTypeCase_ == 3) { - return (com.google.firestore.v1.Target.DocumentsTarget) targetType_; + return (com.google.firestore.v1.Target.DocumentsTarget) targetType_; } return com.google.firestore.v1.Target.DocumentsTarget.getDefaultInstance(); } public static final int RESUME_TOKEN_FIELD_NUMBER = 4; /** - * - * *
    * A resume token from a prior
    * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -2184,7 +1970,6 @@ public com.google.firestore.v1.Target.DocumentsTargetOrBuilder getDocumentsOrBui
    * 
* * bytes resume_token = 4; - * * @return Whether the resumeToken field is set. */ @java.lang.Override @@ -2192,8 +1977,6 @@ public boolean hasResumeToken() { return resumeTypeCase_ == 4; } /** - * - * *
    * A resume token from a prior
    * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -2202,7 +1985,6 @@ public boolean hasResumeToken() {
    * 
* * bytes resume_token = 4; - * * @return The resumeToken. */ @java.lang.Override @@ -2215,8 +1997,6 @@ public com.google.protobuf.ByteString getResumeToken() { public static final int READ_TIME_FIELD_NUMBER = 11; /** - * - * *
    * Start listening after a specific `read_time`.
    *
@@ -2224,7 +2004,6 @@ public com.google.protobuf.ByteString getResumeToken() {
    * 
* * .google.protobuf.Timestamp read_time = 11; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -2232,8 +2011,6 @@ public boolean hasReadTime() { return resumeTypeCase_ == 11; } /** - * - * *
    * Start listening after a specific `read_time`.
    *
@@ -2241,19 +2018,16 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 11; - * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (resumeTypeCase_ == 11) { - return (com.google.protobuf.Timestamp) resumeType_; + return (com.google.protobuf.Timestamp) resumeType_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** - * - * *
    * Start listening after a specific `read_time`.
    *
@@ -2265,7 +2039,7 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (resumeTypeCase_ == 11) {
-      return (com.google.protobuf.Timestamp) resumeType_;
+       return (com.google.protobuf.Timestamp) resumeType_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
@@ -2273,8 +2047,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   public static final int TARGET_ID_FIELD_NUMBER = 5;
   private int targetId_ = 0;
   /**
-   *
-   *
    * 
    * The target ID that identifies the target on the stream. Must be a positive
    * number and non-zero.
@@ -2296,7 +2068,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
    * 
* * int32 target_id = 5; - * * @return The targetId. */ @java.lang.Override @@ -2307,14 +2078,11 @@ public int getTargetId() { public static final int ONCE_FIELD_NUMBER = 6; private boolean once_ = false; /** - * - * *
    * If the target should be removed once it is current and consistent.
    * 
* * bool once = 6; - * * @return The once. */ @java.lang.Override @@ -2325,8 +2093,6 @@ public boolean getOnce() { public static final int EXPECTED_COUNT_FIELD_NUMBER = 12; private com.google.protobuf.Int32Value expectedCount_; /** - * - * *
    * The number of documents that last matched the query at the resume token or
    * read time.
@@ -2337,7 +2103,6 @@ public boolean getOnce() {
    * 
* * .google.protobuf.Int32Value expected_count = 12; - * * @return Whether the expectedCount field is set. */ @java.lang.Override @@ -2345,8 +2110,6 @@ public boolean hasExpectedCount() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The number of documents that last matched the query at the resume token or
    * read time.
@@ -2357,18 +2120,13 @@ public boolean hasExpectedCount() {
    * 
* * .google.protobuf.Int32Value expected_count = 12; - * * @return The expectedCount. */ @java.lang.Override public com.google.protobuf.Int32Value getExpectedCount() { - return expectedCount_ == null - ? com.google.protobuf.Int32Value.getDefaultInstance() - : expectedCount_; + return expectedCount_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : expectedCount_; } /** - * - * *
    * The number of documents that last matched the query at the resume token or
    * read time.
@@ -2382,13 +2140,10 @@ public com.google.protobuf.Int32Value getExpectedCount() {
    */
   @java.lang.Override
   public com.google.protobuf.Int32ValueOrBuilder getExpectedCountOrBuilder() {
-    return expectedCount_ == null
-        ? com.google.protobuf.Int32Value.getDefaultInstance()
-        : expectedCount_;
+    return expectedCount_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : expectedCount_;
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -2400,7 +2155,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (targetTypeCase_ == 2) {
       output.writeMessage(2, (com.google.firestore.v1.Target.QueryTarget) targetType_);
     }
@@ -2408,7 +2164,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
       output.writeMessage(3, (com.google.firestore.v1.Target.DocumentsTarget) targetType_);
     }
     if (resumeTypeCase_ == 4) {
-      output.writeBytes(4, (com.google.protobuf.ByteString) resumeType_);
+      output.writeBytes(
+          4, (com.google.protobuf.ByteString) resumeType_);
     }
     if (targetId_ != 0) {
       output.writeInt32(5, targetId_);
@@ -2432,33 +2189,33 @@ public int getSerializedSize() {
 
     size = 0;
     if (targetTypeCase_ == 2) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              2, (com.google.firestore.v1.Target.QueryTarget) targetType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, (com.google.firestore.v1.Target.QueryTarget) targetType_);
     }
     if (targetTypeCase_ == 3) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              3, (com.google.firestore.v1.Target.DocumentsTarget) targetType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, (com.google.firestore.v1.Target.DocumentsTarget) targetType_);
     }
     if (resumeTypeCase_ == 4) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeBytesSize(
-              4, (com.google.protobuf.ByteString) resumeType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeBytesSize(
+            4, (com.google.protobuf.ByteString) resumeType_);
     }
     if (targetId_ != 0) {
-      size += com.google.protobuf.CodedOutputStream.computeInt32Size(5, targetId_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt32Size(5, targetId_);
     }
     if (once_ != false) {
-      size += com.google.protobuf.CodedOutputStream.computeBoolSize(6, once_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeBoolSize(6, once_);
     }
     if (resumeTypeCase_ == 11) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              11, (com.google.protobuf.Timestamp) resumeType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(11, (com.google.protobuf.Timestamp) resumeType_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(12, getExpectedCount());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(12, getExpectedCount());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -2468,26 +2225,31 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.Target)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.Target other = (com.google.firestore.v1.Target) obj;
 
-    if (getTargetId() != other.getTargetId()) return false;
-    if (getOnce() != other.getOnce()) return false;
+    if (getTargetId()
+        != other.getTargetId()) return false;
+    if (getOnce()
+        != other.getOnce()) return false;
     if (hasExpectedCount() != other.hasExpectedCount()) return false;
     if (hasExpectedCount()) {
-      if (!getExpectedCount().equals(other.getExpectedCount())) return false;
+      if (!getExpectedCount()
+          .equals(other.getExpectedCount())) return false;
     }
     if (!getTargetTypeCase().equals(other.getTargetTypeCase())) return false;
     switch (targetTypeCase_) {
       case 2:
-        if (!getQuery().equals(other.getQuery())) return false;
+        if (!getQuery()
+            .equals(other.getQuery())) return false;
         break;
       case 3:
-        if (!getDocuments().equals(other.getDocuments())) return false;
+        if (!getDocuments()
+            .equals(other.getDocuments())) return false;
         break;
       case 0:
       default:
@@ -2495,10 +2257,12 @@ public boolean equals(final java.lang.Object obj) {
     if (!getResumeTypeCase().equals(other.getResumeTypeCase())) return false;
     switch (resumeTypeCase_) {
       case 4:
-        if (!getResumeToken().equals(other.getResumeToken())) return false;
+        if (!getResumeToken()
+            .equals(other.getResumeToken())) return false;
         break;
       case 11:
-        if (!getReadTime().equals(other.getReadTime())) return false;
+        if (!getReadTime()
+            .equals(other.getReadTime())) return false;
         break;
       case 0:
       default:
@@ -2517,7 +2281,8 @@ public int hashCode() {
     hash = (37 * hash) + TARGET_ID_FIELD_NUMBER;
     hash = (53 * hash) + getTargetId();
     hash = (37 * hash) + ONCE_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getOnce());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
+        getOnce());
     if (hasExpectedCount()) {
       hash = (37 * hash) + EXPECTED_COUNT_FIELD_NUMBER;
       hash = (53 * hash) + getExpectedCount().hashCode();
@@ -2551,123 +2316,118 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.Target parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.Target parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.Target parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.Target parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.firestore.v1.Target parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.Target parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.Target parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.Target parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.Target parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.Target parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.Target parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.Target parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.Target parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.firestore.v1.Target parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.Target parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.Target prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * A specification of a set of documents to listen to.
    * 
* * Protobuf type {@code google.firestore.v1.Target} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.Target) com.google.firestore.v1.TargetOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Target.class, com.google.firestore.v1.Target.Builder.class); } @@ -2677,17 +2437,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getExpectedCountFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -2716,9 +2476,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_Target_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_descriptor; } @java.lang.Override @@ -2738,9 +2498,7 @@ public com.google.firestore.v1.Target build() { @java.lang.Override public com.google.firestore.v1.Target buildPartial() { com.google.firestore.v1.Target result = new com.google.firestore.v1.Target(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -2756,8 +2514,9 @@ private void buildPartial0(com.google.firestore.v1.Target result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000040) != 0)) { - result.expectedCount_ = - expectedCountBuilder_ == null ? expectedCount_ : expectedCountBuilder_.build(); + result.expectedCount_ = expectedCountBuilder_ == null + ? expectedCount_ + : expectedCountBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; @@ -2766,15 +2525,18 @@ private void buildPartial0(com.google.firestore.v1.Target result) { private void buildPartialOneofs(com.google.firestore.v1.Target result) { result.targetTypeCase_ = targetTypeCase_; result.targetType_ = this.targetType_; - if (targetTypeCase_ == 2 && queryBuilder_ != null) { + if (targetTypeCase_ == 2 && + queryBuilder_ != null) { result.targetType_ = queryBuilder_.build(); } - if (targetTypeCase_ == 3 && documentsBuilder_ != null) { + if (targetTypeCase_ == 3 && + documentsBuilder_ != null) { result.targetType_ = documentsBuilder_.build(); } result.resumeTypeCase_ = resumeTypeCase_; result.resumeType_ = this.resumeType_; - if (resumeTypeCase_ == 11 && readTimeBuilder_ != null) { + if (resumeTypeCase_ == 11 && + readTimeBuilder_ != null) { result.resumeType_ = readTimeBuilder_.build(); } } @@ -2783,39 +2545,38 @@ private void buildPartialOneofs(com.google.firestore.v1.Target result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.Target) { - return mergeFrom((com.google.firestore.v1.Target) other); + return mergeFrom((com.google.firestore.v1.Target)other); } else { super.mergeFrom(other); return this; @@ -2834,36 +2595,30 @@ public Builder mergeFrom(com.google.firestore.v1.Target other) { mergeExpectedCount(other.getExpectedCount()); } switch (other.getTargetTypeCase()) { - case QUERY: - { - mergeQuery(other.getQuery()); - break; - } - case DOCUMENTS: - { - mergeDocuments(other.getDocuments()); - break; - } - case TARGETTYPE_NOT_SET: - { - break; - } + case QUERY: { + mergeQuery(other.getQuery()); + break; + } + case DOCUMENTS: { + mergeDocuments(other.getDocuments()); + break; + } + case TARGETTYPE_NOT_SET: { + break; + } } switch (other.getResumeTypeCase()) { - case RESUME_TOKEN: - { - setResumeToken(other.getResumeToken()); - break; - } - case READ_TIME: - { - mergeReadTime(other.getReadTime()); - break; - } - case RESUMETYPE_NOT_SET: - { - break; - } + case RESUME_TOKEN: { + setResumeToken(other.getResumeToken()); + break; + } + case READ_TIME: { + mergeReadTime(other.getReadTime()); + break; + } + case RESUMETYPE_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -2891,55 +2646,55 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: - { - input.readMessage(getQueryFieldBuilder().getBuilder(), extensionRegistry); - targetTypeCase_ = 2; - break; - } // case 18 - case 26: - { - input.readMessage(getDocumentsFieldBuilder().getBuilder(), extensionRegistry); - targetTypeCase_ = 3; - break; - } // case 26 - case 34: - { - resumeType_ = input.readBytes(); - resumeTypeCase_ = 4; - break; - } // case 34 - case 40: - { - targetId_ = input.readInt32(); - bitField0_ |= 0x00000010; - break; - } // case 40 - case 48: - { - once_ = input.readBool(); - bitField0_ |= 0x00000020; - break; - } // case 48 - case 90: - { - input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry); - resumeTypeCase_ = 11; - break; - } // case 90 - case 98: - { - input.readMessage(getExpectedCountFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000040; - break; - } // case 98 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: { + input.readMessage( + getQueryFieldBuilder().getBuilder(), + extensionRegistry); + targetTypeCase_ = 2; + break; + } // case 18 + case 26: { + input.readMessage( + getDocumentsFieldBuilder().getBuilder(), + extensionRegistry); + targetTypeCase_ = 3; + break; + } // case 26 + case 34: { + resumeType_ = input.readBytes(); + resumeTypeCase_ = 4; + break; + } // case 34 + case 40: { + targetId_ = input.readInt32(); + bitField0_ |= 0x00000010; + break; + } // case 40 + case 48: { + once_ = input.readBool(); + bitField0_ |= 0x00000020; + break; + } // case 48 + case 90: { + input.readMessage( + getReadTimeFieldBuilder().getBuilder(), + extensionRegistry); + resumeTypeCase_ = 11; + break; + } // case 90 + case 98: { + input.readMessage( + getExpectedCountFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000040; + break; + } // case 98 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -2949,12 +2704,12 @@ public Builder mergeFrom( } // finally return this; } - private int targetTypeCase_ = 0; private java.lang.Object targetType_; - - public TargetTypeCase getTargetTypeCase() { - return TargetTypeCase.forNumber(targetTypeCase_); + public TargetTypeCase + getTargetTypeCase() { + return TargetTypeCase.forNumber( + targetTypeCase_); } public Builder clearTargetType() { @@ -2966,9 +2721,10 @@ public Builder clearTargetType() { private int resumeTypeCase_ = 0; private java.lang.Object resumeType_; - - public ResumeTypeCase getResumeTypeCase() { - return ResumeTypeCase.forNumber(resumeTypeCase_); + public ResumeTypeCase + getResumeTypeCase() { + return ResumeTypeCase.forNumber( + resumeTypeCase_); } public Builder clearResumeType() { @@ -2981,19 +2737,13 @@ public Builder clearResumeType() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target.QueryTarget, - com.google.firestore.v1.Target.QueryTarget.Builder, - com.google.firestore.v1.Target.QueryTargetOrBuilder> - queryBuilder_; + com.google.firestore.v1.Target.QueryTarget, com.google.firestore.v1.Target.QueryTarget.Builder, com.google.firestore.v1.Target.QueryTargetOrBuilder> queryBuilder_; /** - * - * *
      * A target specified by a query.
      * 
* * .google.firestore.v1.Target.QueryTarget query = 2; - * * @return Whether the query field is set. */ @java.lang.Override @@ -3001,14 +2751,11 @@ public boolean hasQuery() { return targetTypeCase_ == 2; } /** - * - * *
      * A target specified by a query.
      * 
* * .google.firestore.v1.Target.QueryTarget query = 2; - * * @return The query. */ @java.lang.Override @@ -3026,8 +2773,6 @@ public com.google.firestore.v1.Target.QueryTarget getQuery() { } } /** - * - * *
      * A target specified by a query.
      * 
@@ -3048,15 +2793,14 @@ public Builder setQuery(com.google.firestore.v1.Target.QueryTarget value) { return this; } /** - * - * *
      * A target specified by a query.
      * 
* * .google.firestore.v1.Target.QueryTarget query = 2; */ - public Builder setQuery(com.google.firestore.v1.Target.QueryTarget.Builder builderForValue) { + public Builder setQuery( + com.google.firestore.v1.Target.QueryTarget.Builder builderForValue) { if (queryBuilder_ == null) { targetType_ = builderForValue.build(); onChanged(); @@ -3067,8 +2811,6 @@ public Builder setQuery(com.google.firestore.v1.Target.QueryTarget.Builder build return this; } /** - * - * *
      * A target specified by a query.
      * 
@@ -3077,13 +2819,10 @@ public Builder setQuery(com.google.firestore.v1.Target.QueryTarget.Builder build */ public Builder mergeQuery(com.google.firestore.v1.Target.QueryTarget value) { if (queryBuilder_ == null) { - if (targetTypeCase_ == 2 - && targetType_ != com.google.firestore.v1.Target.QueryTarget.getDefaultInstance()) { - targetType_ = - com.google.firestore.v1.Target.QueryTarget.newBuilder( - (com.google.firestore.v1.Target.QueryTarget) targetType_) - .mergeFrom(value) - .buildPartial(); + if (targetTypeCase_ == 2 && + targetType_ != com.google.firestore.v1.Target.QueryTarget.getDefaultInstance()) { + targetType_ = com.google.firestore.v1.Target.QueryTarget.newBuilder((com.google.firestore.v1.Target.QueryTarget) targetType_) + .mergeFrom(value).buildPartial(); } else { targetType_ = value; } @@ -3099,8 +2838,6 @@ public Builder mergeQuery(com.google.firestore.v1.Target.QueryTarget value) { return this; } /** - * - * *
      * A target specified by a query.
      * 
@@ -3124,8 +2861,6 @@ public Builder clearQuery() { return this; } /** - * - * *
      * A target specified by a query.
      * 
@@ -3136,8 +2871,6 @@ public com.google.firestore.v1.Target.QueryTarget.Builder getQueryBuilder() { return getQueryFieldBuilder().getBuilder(); } /** - * - * *
      * A target specified by a query.
      * 
@@ -3156,8 +2889,6 @@ public com.google.firestore.v1.Target.QueryTargetOrBuilder getQueryOrBuilder() { } } /** - * - * *
      * A target specified by a query.
      * 
@@ -3165,19 +2896,14 @@ public com.google.firestore.v1.Target.QueryTargetOrBuilder getQueryOrBuilder() { * .google.firestore.v1.Target.QueryTarget query = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target.QueryTarget, - com.google.firestore.v1.Target.QueryTarget.Builder, - com.google.firestore.v1.Target.QueryTargetOrBuilder> + com.google.firestore.v1.Target.QueryTarget, com.google.firestore.v1.Target.QueryTarget.Builder, com.google.firestore.v1.Target.QueryTargetOrBuilder> getQueryFieldBuilder() { if (queryBuilder_ == null) { if (!(targetTypeCase_ == 2)) { targetType_ = com.google.firestore.v1.Target.QueryTarget.getDefaultInstance(); } - queryBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target.QueryTarget, - com.google.firestore.v1.Target.QueryTarget.Builder, - com.google.firestore.v1.Target.QueryTargetOrBuilder>( + queryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Target.QueryTarget, com.google.firestore.v1.Target.QueryTarget.Builder, com.google.firestore.v1.Target.QueryTargetOrBuilder>( (com.google.firestore.v1.Target.QueryTarget) targetType_, getParentForChildren(), isClean()); @@ -3189,19 +2915,13 @@ public com.google.firestore.v1.Target.QueryTargetOrBuilder getQueryOrBuilder() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target.DocumentsTarget, - com.google.firestore.v1.Target.DocumentsTarget.Builder, - com.google.firestore.v1.Target.DocumentsTargetOrBuilder> - documentsBuilder_; + com.google.firestore.v1.Target.DocumentsTarget, com.google.firestore.v1.Target.DocumentsTarget.Builder, com.google.firestore.v1.Target.DocumentsTargetOrBuilder> documentsBuilder_; /** - * - * *
      * A target specified by a set of document names.
      * 
* * .google.firestore.v1.Target.DocumentsTarget documents = 3; - * * @return Whether the documents field is set. */ @java.lang.Override @@ -3209,14 +2929,11 @@ public boolean hasDocuments() { return targetTypeCase_ == 3; } /** - * - * *
      * A target specified by a set of document names.
      * 
* * .google.firestore.v1.Target.DocumentsTarget documents = 3; - * * @return The documents. */ @java.lang.Override @@ -3234,8 +2951,6 @@ public com.google.firestore.v1.Target.DocumentsTarget getDocuments() { } } /** - * - * *
      * A target specified by a set of document names.
      * 
@@ -3256,8 +2971,6 @@ public Builder setDocuments(com.google.firestore.v1.Target.DocumentsTarget value return this; } /** - * - * *
      * A target specified by a set of document names.
      * 
@@ -3276,8 +2989,6 @@ public Builder setDocuments( return this; } /** - * - * *
      * A target specified by a set of document names.
      * 
@@ -3286,13 +2997,10 @@ public Builder setDocuments( */ public Builder mergeDocuments(com.google.firestore.v1.Target.DocumentsTarget value) { if (documentsBuilder_ == null) { - if (targetTypeCase_ == 3 - && targetType_ != com.google.firestore.v1.Target.DocumentsTarget.getDefaultInstance()) { - targetType_ = - com.google.firestore.v1.Target.DocumentsTarget.newBuilder( - (com.google.firestore.v1.Target.DocumentsTarget) targetType_) - .mergeFrom(value) - .buildPartial(); + if (targetTypeCase_ == 3 && + targetType_ != com.google.firestore.v1.Target.DocumentsTarget.getDefaultInstance()) { + targetType_ = com.google.firestore.v1.Target.DocumentsTarget.newBuilder((com.google.firestore.v1.Target.DocumentsTarget) targetType_) + .mergeFrom(value).buildPartial(); } else { targetType_ = value; } @@ -3308,8 +3016,6 @@ public Builder mergeDocuments(com.google.firestore.v1.Target.DocumentsTarget val return this; } /** - * - * *
      * A target specified by a set of document names.
      * 
@@ -3333,8 +3039,6 @@ public Builder clearDocuments() { return this; } /** - * - * *
      * A target specified by a set of document names.
      * 
@@ -3345,8 +3049,6 @@ public com.google.firestore.v1.Target.DocumentsTarget.Builder getDocumentsBuilde return getDocumentsFieldBuilder().getBuilder(); } /** - * - * *
      * A target specified by a set of document names.
      * 
@@ -3365,8 +3067,6 @@ public com.google.firestore.v1.Target.DocumentsTargetOrBuilder getDocumentsOrBui } } /** - * - * *
      * A target specified by a set of document names.
      * 
@@ -3374,19 +3074,14 @@ public com.google.firestore.v1.Target.DocumentsTargetOrBuilder getDocumentsOrBui * .google.firestore.v1.Target.DocumentsTarget documents = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target.DocumentsTarget, - com.google.firestore.v1.Target.DocumentsTarget.Builder, - com.google.firestore.v1.Target.DocumentsTargetOrBuilder> + com.google.firestore.v1.Target.DocumentsTarget, com.google.firestore.v1.Target.DocumentsTarget.Builder, com.google.firestore.v1.Target.DocumentsTargetOrBuilder> getDocumentsFieldBuilder() { if (documentsBuilder_ == null) { if (!(targetTypeCase_ == 3)) { targetType_ = com.google.firestore.v1.Target.DocumentsTarget.getDefaultInstance(); } - documentsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target.DocumentsTarget, - com.google.firestore.v1.Target.DocumentsTarget.Builder, - com.google.firestore.v1.Target.DocumentsTargetOrBuilder>( + documentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Target.DocumentsTarget, com.google.firestore.v1.Target.DocumentsTarget.Builder, com.google.firestore.v1.Target.DocumentsTargetOrBuilder>( (com.google.firestore.v1.Target.DocumentsTarget) targetType_, getParentForChildren(), isClean()); @@ -3398,8 +3093,6 @@ public com.google.firestore.v1.Target.DocumentsTargetOrBuilder getDocumentsOrBui } /** - * - * *
      * A resume token from a prior
      * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -3408,15 +3101,12 @@ public com.google.firestore.v1.Target.DocumentsTargetOrBuilder getDocumentsOrBui
      * 
* * bytes resume_token = 4; - * * @return Whether the resumeToken field is set. */ public boolean hasResumeToken() { return resumeTypeCase_ == 4; } /** - * - * *
      * A resume token from a prior
      * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -3425,7 +3115,6 @@ public boolean hasResumeToken() {
      * 
* * bytes resume_token = 4; - * * @return The resumeToken. */ public com.google.protobuf.ByteString getResumeToken() { @@ -3435,8 +3124,6 @@ public com.google.protobuf.ByteString getResumeToken() { return com.google.protobuf.ByteString.EMPTY; } /** - * - * *
      * A resume token from a prior
      * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -3445,22 +3132,17 @@ public com.google.protobuf.ByteString getResumeToken() {
      * 
* * bytes resume_token = 4; - * * @param value The resumeToken to set. * @return This builder for chaining. */ public Builder setResumeToken(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } resumeTypeCase_ = 4; resumeType_ = value; onChanged(); return this; } /** - * - * *
      * A resume token from a prior
      * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -3469,7 +3151,6 @@ public Builder setResumeToken(com.google.protobuf.ByteString value) {
      * 
* * bytes resume_token = 4; - * * @return This builder for chaining. */ public Builder clearResumeToken() { @@ -3482,13 +3163,8 @@ public Builder clearResumeToken() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - readTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; /** - * - * *
      * Start listening after a specific `read_time`.
      *
@@ -3496,7 +3172,6 @@ public Builder clearResumeToken() {
      * 
* * .google.protobuf.Timestamp read_time = 11; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -3504,8 +3179,6 @@ public boolean hasReadTime() { return resumeTypeCase_ == 11; } /** - * - * *
      * Start listening after a specific `read_time`.
      *
@@ -3513,7 +3186,6 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 11; - * * @return The readTime. */ @java.lang.Override @@ -3531,8 +3203,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * Start listening after a specific `read_time`.
      *
@@ -3555,8 +3225,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Start listening after a specific `read_time`.
      *
@@ -3565,7 +3233,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 11;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         resumeType_ = builderForValue.build();
         onChanged();
@@ -3576,8 +3245,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * Start listening after a specific `read_time`.
      *
@@ -3588,12 +3255,10 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (resumeTypeCase_ == 11
-            && resumeType_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          resumeType_ =
-              com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) resumeType_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (resumeTypeCase_ == 11 &&
+            resumeType_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          resumeType_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) resumeType_)
+              .mergeFrom(value).buildPartial();
         } else {
           resumeType_ = value;
         }
@@ -3609,8 +3274,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Start listening after a specific `read_time`.
      *
@@ -3636,8 +3299,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Start listening after a specific `read_time`.
      *
@@ -3650,8 +3311,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Start listening after a specific `read_time`.
      *
@@ -3672,8 +3331,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * Start listening after a specific `read_time`.
      *
@@ -3683,20 +3340,17 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 11;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(resumeTypeCase_ == 11)) {
           resumeType_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                (com.google.protobuf.Timestamp) resumeType_, getParentForChildren(), isClean());
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                (com.google.protobuf.Timestamp) resumeType_,
+                getParentForChildren(),
+                isClean());
         resumeType_ = null;
       }
       resumeTypeCase_ = 11;
@@ -3704,10 +3358,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       return readTimeBuilder_;
     }
 
-    private int targetId_;
+    private int targetId_ ;
     /**
-     *
-     *
      * 
      * The target ID that identifies the target on the stream. Must be a positive
      * number and non-zero.
@@ -3729,7 +3381,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * 
* * int32 target_id = 5; - * * @return The targetId. */ @java.lang.Override @@ -3737,8 +3388,6 @@ public int getTargetId() { return targetId_; } /** - * - * *
      * The target ID that identifies the target on the stream. Must be a positive
      * number and non-zero.
@@ -3760,7 +3409,6 @@ public int getTargetId() {
      * 
* * int32 target_id = 5; - * * @param value The targetId to set. * @return This builder for chaining. */ @@ -3772,8 +3420,6 @@ public Builder setTargetId(int value) { return this; } /** - * - * *
      * The target ID that identifies the target on the stream. Must be a positive
      * number and non-zero.
@@ -3795,7 +3441,6 @@ public Builder setTargetId(int value) {
      * 
* * int32 target_id = 5; - * * @return This builder for chaining. */ public Builder clearTargetId() { @@ -3805,16 +3450,13 @@ public Builder clearTargetId() { return this; } - private boolean once_; + private boolean once_ ; /** - * - * *
      * If the target should be removed once it is current and consistent.
      * 
* * bool once = 6; - * * @return The once. */ @java.lang.Override @@ -3822,14 +3464,11 @@ public boolean getOnce() { return once_; } /** - * - * *
      * If the target should be removed once it is current and consistent.
      * 
* * bool once = 6; - * * @param value The once to set. * @return This builder for chaining. */ @@ -3841,14 +3480,11 @@ public Builder setOnce(boolean value) { return this; } /** - * - * *
      * If the target should be removed once it is current and consistent.
      * 
* * bool once = 6; - * * @return This builder for chaining. */ public Builder clearOnce() { @@ -3860,13 +3496,8 @@ public Builder clearOnce() { private com.google.protobuf.Int32Value expectedCount_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Int32Value, - com.google.protobuf.Int32Value.Builder, - com.google.protobuf.Int32ValueOrBuilder> - expectedCountBuilder_; + com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> expectedCountBuilder_; /** - * - * *
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -3877,15 +3508,12 @@ public Builder clearOnce() {
      * 
* * .google.protobuf.Int32Value expected_count = 12; - * * @return Whether the expectedCount field is set. */ public boolean hasExpectedCount() { return ((bitField0_ & 0x00000040) != 0); } /** - * - * *
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -3896,21 +3524,16 @@ public boolean hasExpectedCount() {
      * 
* * .google.protobuf.Int32Value expected_count = 12; - * * @return The expectedCount. */ public com.google.protobuf.Int32Value getExpectedCount() { if (expectedCountBuilder_ == null) { - return expectedCount_ == null - ? com.google.protobuf.Int32Value.getDefaultInstance() - : expectedCount_; + return expectedCount_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : expectedCount_; } else { return expectedCountBuilder_.getMessage(); } } /** - * - * *
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -3936,8 +3559,6 @@ public Builder setExpectedCount(com.google.protobuf.Int32Value value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -3949,7 +3570,8 @@ public Builder setExpectedCount(com.google.protobuf.Int32Value value) {
      *
      * .google.protobuf.Int32Value expected_count = 12;
      */
-    public Builder setExpectedCount(com.google.protobuf.Int32Value.Builder builderForValue) {
+    public Builder setExpectedCount(
+        com.google.protobuf.Int32Value.Builder builderForValue) {
       if (expectedCountBuilder_ == null) {
         expectedCount_ = builderForValue.build();
       } else {
@@ -3960,8 +3582,6 @@ public Builder setExpectedCount(com.google.protobuf.Int32Value.Builder builderFo
       return this;
     }
     /**
-     *
-     *
      * 
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -3975,9 +3595,9 @@ public Builder setExpectedCount(com.google.protobuf.Int32Value.Builder builderFo
      */
     public Builder mergeExpectedCount(com.google.protobuf.Int32Value value) {
       if (expectedCountBuilder_ == null) {
-        if (((bitField0_ & 0x00000040) != 0)
-            && expectedCount_ != null
-            && expectedCount_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000040) != 0) &&
+          expectedCount_ != null &&
+          expectedCount_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
           getExpectedCountBuilder().mergeFrom(value);
         } else {
           expectedCount_ = value;
@@ -3992,8 +3612,6 @@ public Builder mergeExpectedCount(com.google.protobuf.Int32Value value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -4016,8 +3634,6 @@ public Builder clearExpectedCount() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -4035,8 +3651,6 @@ public com.google.protobuf.Int32Value.Builder getExpectedCountBuilder() {
       return getExpectedCountFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -4052,14 +3666,11 @@ public com.google.protobuf.Int32ValueOrBuilder getExpectedCountOrBuilder() {
       if (expectedCountBuilder_ != null) {
         return expectedCountBuilder_.getMessageOrBuilder();
       } else {
-        return expectedCount_ == null
-            ? com.google.protobuf.Int32Value.getDefaultInstance()
-            : expectedCount_;
+        return expectedCount_ == null ?
+            com.google.protobuf.Int32Value.getDefaultInstance() : expectedCount_;
       }
     }
     /**
-     *
-     *
      * 
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -4072,24 +3683,21 @@ public com.google.protobuf.Int32ValueOrBuilder getExpectedCountOrBuilder() {
      * .google.protobuf.Int32Value expected_count = 12;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Int32Value,
-            com.google.protobuf.Int32Value.Builder,
-            com.google.protobuf.Int32ValueOrBuilder>
+        com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> 
         getExpectedCountFieldBuilder() {
       if (expectedCountBuilder_ == null) {
-        expectedCountBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Int32Value,
-                com.google.protobuf.Int32Value.Builder,
-                com.google.protobuf.Int32ValueOrBuilder>(
-                getExpectedCount(), getParentForChildren(), isClean());
+        expectedCountBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
+                getExpectedCount(),
+                getParentForChildren(),
+                isClean());
         expectedCount_ = null;
       }
       return expectedCountBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -4099,12 +3707,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.Target)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.Target)
   private static final com.google.firestore.v1.Target DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.Target();
   }
@@ -4113,27 +3721,27 @@ public static com.google.firestore.v1.Target getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Target parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Target parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -4148,4 +3756,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.Target getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChange.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChange.java
similarity index 76%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChange.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChange.java
index 7b8339892..ba2423961 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChange.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChange.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -20,24 +5,21 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * Targets being watched have changed.
  * 
* * Protobuf type {@code google.firestore.v1.TargetChange} */ -public final class TargetChange extends com.google.protobuf.GeneratedMessageV3 - implements +public final class TargetChange extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.TargetChange) TargetChangeOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use TargetChange.newBuilder() to construct. private TargetChange(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private TargetChange() { targetChangeType_ = 0; targetIds_ = emptyIntList(); @@ -46,38 +28,34 @@ private TargetChange() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new TargetChange(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_TargetChange_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_TargetChange_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_TargetChange_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_TargetChange_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.TargetChange.class, - com.google.firestore.v1.TargetChange.Builder.class); + com.google.firestore.v1.TargetChange.class, com.google.firestore.v1.TargetChange.Builder.class); } /** - * - * *
    * The type of change.
    * 
* * Protobuf enum {@code google.firestore.v1.TargetChange.TargetChangeType} */ - public enum TargetChangeType implements com.google.protobuf.ProtocolMessageEnum { + public enum TargetChangeType + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * No change has occurred. Used only to send an updated `resume_token`.
      * 
@@ -86,8 +64,6 @@ public enum TargetChangeType implements com.google.protobuf.ProtocolMessageEnum */ NO_CHANGE(0), /** - * - * *
      * The targets have been added.
      * 
@@ -96,8 +72,6 @@ public enum TargetChangeType implements com.google.protobuf.ProtocolMessageEnum */ ADD(1), /** - * - * *
      * The targets have been removed.
      * 
@@ -106,8 +80,6 @@ public enum TargetChangeType implements com.google.protobuf.ProtocolMessageEnum */ REMOVE(2), /** - * - * *
      * The targets reflect all changes committed before the targets were added
      * to the stream.
@@ -123,8 +95,6 @@ public enum TargetChangeType implements com.google.protobuf.ProtocolMessageEnum
      */
     CURRENT(3),
     /**
-     *
-     *
      * 
      * The targets have been reset, and a new initial state for the targets
      * will be returned in subsequent changes.
@@ -140,8 +110,6 @@ public enum TargetChangeType implements com.google.protobuf.ProtocolMessageEnum
     ;
 
     /**
-     *
-     *
      * 
      * No change has occurred. Used only to send an updated `resume_token`.
      * 
@@ -150,8 +118,6 @@ public enum TargetChangeType implements com.google.protobuf.ProtocolMessageEnum */ public static final int NO_CHANGE_VALUE = 0; /** - * - * *
      * The targets have been added.
      * 
@@ -160,8 +126,6 @@ public enum TargetChangeType implements com.google.protobuf.ProtocolMessageEnum */ public static final int ADD_VALUE = 1; /** - * - * *
      * The targets have been removed.
      * 
@@ -170,8 +134,6 @@ public enum TargetChangeType implements com.google.protobuf.ProtocolMessageEnum */ public static final int REMOVE_VALUE = 2; /** - * - * *
      * The targets reflect all changes committed before the targets were added
      * to the stream.
@@ -187,8 +149,6 @@ public enum TargetChangeType implements com.google.protobuf.ProtocolMessageEnum
      */
     public static final int CURRENT_VALUE = 3;
     /**
-     *
-     *
      * 
      * The targets have been reset, and a new initial state for the targets
      * will be returned in subsequent changes.
@@ -201,6 +161,7 @@ public enum TargetChangeType implements com.google.protobuf.ProtocolMessageEnum
      */
     public static final int RESET_VALUE = 4;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -225,46 +186,41 @@ public static TargetChangeType valueOf(int value) {
      */
     public static TargetChangeType forNumber(int value) {
       switch (value) {
-        case 0:
-          return NO_CHANGE;
-        case 1:
-          return ADD;
-        case 2:
-          return REMOVE;
-        case 3:
-          return CURRENT;
-        case 4:
-          return RESET;
-        default:
-          return null;
+        case 0: return NO_CHANGE;
+        case 1: return ADD;
+        case 2: return REMOVE;
+        case 3: return CURRENT;
+        case 4: return RESET;
+        default: return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap
+        internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        TargetChangeType> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public TargetChangeType findValueByNumber(int number) {
+              return TargetChangeType.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap
-        internalValueMap =
-            new com.google.protobuf.Internal.EnumLiteMap() {
-              public TargetChangeType findValueByNumber(int number) {
-                return TargetChangeType.forNumber(number);
-              }
-            };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.firestore.v1.TargetChange.getDescriptor().getEnumTypes().get(0);
     }
 
@@ -273,7 +229,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor
     public static TargetChangeType valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -294,47 +251,34 @@ private TargetChangeType(int value) {
   public static final int TARGET_CHANGE_TYPE_FIELD_NUMBER = 1;
   private int targetChangeType_ = 0;
   /**
-   *
-   *
    * 
    * The type of change that occurred.
    * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; - * * @return The enum numeric value on the wire for targetChangeType. */ - @java.lang.Override - public int getTargetChangeTypeValue() { + @java.lang.Override public int getTargetChangeTypeValue() { return targetChangeType_; } /** - * - * *
    * The type of change that occurred.
    * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; - * * @return The targetChangeType. */ - @java.lang.Override - public com.google.firestore.v1.TargetChange.TargetChangeType getTargetChangeType() { - com.google.firestore.v1.TargetChange.TargetChangeType result = - com.google.firestore.v1.TargetChange.TargetChangeType.forNumber(targetChangeType_); - return result == null - ? com.google.firestore.v1.TargetChange.TargetChangeType.UNRECOGNIZED - : result; + @java.lang.Override public com.google.firestore.v1.TargetChange.TargetChangeType getTargetChangeType() { + com.google.firestore.v1.TargetChange.TargetChangeType result = com.google.firestore.v1.TargetChange.TargetChangeType.forNumber(targetChangeType_); + return result == null ? com.google.firestore.v1.TargetChange.TargetChangeType.UNRECOGNIZED : result; } public static final int TARGET_IDS_FIELD_NUMBER = 2; - @SuppressWarnings("serial") - private com.google.protobuf.Internal.IntList targetIds_ = emptyIntList(); + private com.google.protobuf.Internal.IntList targetIds_ = + emptyIntList(); /** - * - * *
    * The target IDs of targets that have changed.
    *
@@ -344,16 +288,14 @@ public com.google.firestore.v1.TargetChange.TargetChangeType getTargetChangeType
    * 
* * repeated int32 target_ids = 2; - * * @return A list containing the targetIds. */ @java.lang.Override - public java.util.List getTargetIdsList() { + public java.util.List + getTargetIdsList() { return targetIds_; } /** - * - * *
    * The target IDs of targets that have changed.
    *
@@ -363,15 +305,12 @@ public java.util.List getTargetIdsList() {
    * 
* * repeated int32 target_ids = 2; - * * @return The count of targetIds. */ public int getTargetIdsCount() { return targetIds_.size(); } /** - * - * *
    * The target IDs of targets that have changed.
    *
@@ -381,27 +320,22 @@ public int getTargetIdsCount() {
    * 
* * repeated int32 target_ids = 2; - * * @param index The index of the element to return. * @return The targetIds at the given index. */ public int getTargetIds(int index) { return targetIds_.getInt(index); } - private int targetIdsMemoizedSerializedSize = -1; public static final int CAUSE_FIELD_NUMBER = 3; private com.google.rpc.Status cause_; /** - * - * *
    * The error that resulted in this change, if applicable.
    * 
* * .google.rpc.Status cause = 3; - * * @return Whether the cause field is set. */ @java.lang.Override @@ -409,14 +343,11 @@ public boolean hasCause() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The error that resulted in this change, if applicable.
    * 
* * .google.rpc.Status cause = 3; - * * @return The cause. */ @java.lang.Override @@ -424,8 +355,6 @@ public com.google.rpc.Status getCause() { return cause_ == null ? com.google.rpc.Status.getDefaultInstance() : cause_; } /** - * - * *
    * The error that resulted in this change, if applicable.
    * 
@@ -440,8 +369,6 @@ public com.google.rpc.StatusOrBuilder getCauseOrBuilder() { public static final int RESUME_TOKEN_FIELD_NUMBER = 4; private com.google.protobuf.ByteString resumeToken_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
    * A token that can be used to resume the stream for the given `target_ids`,
    * or all targets if `target_ids` is empty.
@@ -450,7 +377,6 @@ public com.google.rpc.StatusOrBuilder getCauseOrBuilder() {
    * 
* * bytes resume_token = 4; - * * @return The resumeToken. */ @java.lang.Override @@ -461,8 +387,6 @@ public com.google.protobuf.ByteString getResumeToken() { public static final int READ_TIME_FIELD_NUMBER = 6; private com.google.protobuf.Timestamp readTime_; /** - * - * *
    * The consistent `read_time` for the given `target_ids` (omitted when the
    * target_ids are not at a consistent snapshot).
@@ -477,7 +401,6 @@ public com.google.protobuf.ByteString getResumeToken() {
    * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -485,8 +408,6 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The consistent `read_time` for the given `target_ids` (omitted when the
    * target_ids are not at a consistent snapshot).
@@ -501,7 +422,6 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return The readTime. */ @java.lang.Override @@ -509,8 +429,6 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** - * - * *
    * The consistent `read_time` for the given `target_ids` (omitted when the
    * target_ids are not at a consistent snapshot).
@@ -532,7 +450,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -544,10 +461,10 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     getSerializedSize();
-    if (targetChangeType_
-        != com.google.firestore.v1.TargetChange.TargetChangeType.NO_CHANGE.getNumber()) {
+    if (targetChangeType_ != com.google.firestore.v1.TargetChange.TargetChangeType.NO_CHANGE.getNumber()) {
       output.writeEnum(1, targetChangeType_);
     }
     if (getTargetIdsList().size() > 0) {
@@ -575,31 +492,35 @@ public int getSerializedSize() {
     if (size != -1) return size;
 
     size = 0;
-    if (targetChangeType_
-        != com.google.firestore.v1.TargetChange.TargetChangeType.NO_CHANGE.getNumber()) {
-      size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, targetChangeType_);
+    if (targetChangeType_ != com.google.firestore.v1.TargetChange.TargetChangeType.NO_CHANGE.getNumber()) {
+      size += com.google.protobuf.CodedOutputStream
+        .computeEnumSize(1, targetChangeType_);
     }
     {
       int dataSize = 0;
       for (int i = 0; i < targetIds_.size(); i++) {
-        dataSize +=
-            com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(targetIds_.getInt(i));
+        dataSize += com.google.protobuf.CodedOutputStream
+          .computeInt32SizeNoTag(targetIds_.getInt(i));
       }
       size += dataSize;
       if (!getTargetIdsList().isEmpty()) {
         size += 1;
-        size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
+        size += com.google.protobuf.CodedOutputStream
+            .computeInt32SizeNoTag(dataSize);
       }
       targetIdsMemoizedSerializedSize = dataSize;
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getCause());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getCause());
     }
     if (!resumeToken_.isEmpty()) {
-      size += com.google.protobuf.CodedOutputStream.computeBytesSize(4, resumeToken_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeBytesSize(4, resumeToken_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getReadTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(6, getReadTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -609,7 +530,7 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.TargetChange)) {
       return super.equals(obj);
@@ -617,15 +538,19 @@ public boolean equals(final java.lang.Object obj) {
     com.google.firestore.v1.TargetChange other = (com.google.firestore.v1.TargetChange) obj;
 
     if (targetChangeType_ != other.targetChangeType_) return false;
-    if (!getTargetIdsList().equals(other.getTargetIdsList())) return false;
+    if (!getTargetIdsList()
+        .equals(other.getTargetIdsList())) return false;
     if (hasCause() != other.hasCause()) return false;
     if (hasCause()) {
-      if (!getCause().equals(other.getCause())) return false;
+      if (!getCause()
+          .equals(other.getCause())) return false;
     }
-    if (!getResumeToken().equals(other.getResumeToken())) return false;
+    if (!getResumeToken()
+        .equals(other.getResumeToken())) return false;
     if (hasReadTime() != other.hasReadTime()) return false;
     if (hasReadTime()) {
-      if (!getReadTime().equals(other.getReadTime())) return false;
+      if (!getReadTime()
+          .equals(other.getReadTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -659,126 +584,120 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.TargetChange parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.TargetChange parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.TargetChange parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.TargetChange parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.firestore.v1.TargetChange parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.TargetChange parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.TargetChange parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.TargetChange parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.TargetChange parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.TargetChange parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.TargetChange parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.TargetChange parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.TargetChange parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.TargetChange parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.TargetChange prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Targets being watched have changed.
    * 
* * Protobuf type {@code google.firestore.v1.TargetChange} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.TargetChange) com.google.firestore.v1.TargetChangeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_TargetChange_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_TargetChange_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_TargetChange_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_TargetChange_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.TargetChange.class, - com.google.firestore.v1.TargetChange.Builder.class); + com.google.firestore.v1.TargetChange.class, com.google.firestore.v1.TargetChange.Builder.class); } // Construct using com.google.firestore.v1.TargetChange.newBuilder() @@ -786,18 +705,18 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getCauseFieldBuilder(); getReadTimeFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -819,9 +738,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_TargetChange_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_TargetChange_descriptor; } @java.lang.Override @@ -841,9 +760,7 @@ public com.google.firestore.v1.TargetChange build() { @java.lang.Override public com.google.firestore.v1.TargetChange buildPartial() { com.google.firestore.v1.TargetChange result = new com.google.firestore.v1.TargetChange(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -859,14 +776,18 @@ private void buildPartial0(com.google.firestore.v1.TargetChange result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000004) != 0)) { - result.cause_ = causeBuilder_ == null ? cause_ : causeBuilder_.build(); + result.cause_ = causeBuilder_ == null + ? cause_ + : causeBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000008) != 0)) { result.resumeToken_ = resumeToken_; } if (((from_bitField0_ & 0x00000010) != 0)) { - result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build(); + result.readTime_ = readTimeBuilder_ == null + ? readTime_ + : readTimeBuilder_.build(); to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; @@ -876,39 +797,38 @@ private void buildPartial0(com.google.firestore.v1.TargetChange result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.TargetChange) { - return mergeFrom((com.google.firestore.v1.TargetChange) other); + return mergeFrom((com.google.firestore.v1.TargetChange)other); } else { super.mergeFrom(other); return this; @@ -966,55 +886,52 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - targetChangeType_ = input.readEnum(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 16: - { - int v = input.readInt32(); - ensureTargetIdsIsMutable(); - targetIds_.addInt(v); - break; - } // case 16 - case 18: - { - int length = input.readRawVarint32(); - int limit = input.pushLimit(length); - ensureTargetIdsIsMutable(); - while (input.getBytesUntilLimit() > 0) { - targetIds_.addInt(input.readInt32()); - } - input.popLimit(limit); - break; - } // case 18 - case 26: - { - input.readMessage(getCauseFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000004; - break; - } // case 26 - case 34: - { - resumeToken_ = input.readBytes(); - bitField0_ |= 0x00000008; - break; - } // case 34 - case 50: - { - input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000010; - break; - } // case 50 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + targetChangeType_ = input.readEnum(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 16: { + int v = input.readInt32(); + ensureTargetIdsIsMutable(); + targetIds_.addInt(v); + break; + } // case 16 + case 18: { + int length = input.readRawVarint32(); + int limit = input.pushLimit(length); + ensureTargetIdsIsMutable(); + while (input.getBytesUntilLimit() > 0) { + targetIds_.addInt(input.readInt32()); + } + input.popLimit(limit); + break; + } // case 18 + case 26: { + input.readMessage( + getCauseFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000004; + break; + } // case 26 + case 34: { + resumeToken_ = input.readBytes(); + bitField0_ |= 0x00000008; + break; + } // case 34 + case 50: { + input.readMessage( + getReadTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000010; + break; + } // case 50 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1024,34 +941,26 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private int targetChangeType_ = 0; /** - * - * *
      * The type of change that occurred.
      * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; - * * @return The enum numeric value on the wire for targetChangeType. */ - @java.lang.Override - public int getTargetChangeTypeValue() { + @java.lang.Override public int getTargetChangeTypeValue() { return targetChangeType_; } /** - * - * *
      * The type of change that occurred.
      * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; - * * @param value The enum numeric value on the wire for targetChangeType to set. * @return This builder for chaining. */ @@ -1062,38 +971,28 @@ public Builder setTargetChangeTypeValue(int value) { return this; } /** - * - * *
      * The type of change that occurred.
      * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; - * * @return The targetChangeType. */ @java.lang.Override public com.google.firestore.v1.TargetChange.TargetChangeType getTargetChangeType() { - com.google.firestore.v1.TargetChange.TargetChangeType result = - com.google.firestore.v1.TargetChange.TargetChangeType.forNumber(targetChangeType_); - return result == null - ? com.google.firestore.v1.TargetChange.TargetChangeType.UNRECOGNIZED - : result; + com.google.firestore.v1.TargetChange.TargetChangeType result = com.google.firestore.v1.TargetChange.TargetChangeType.forNumber(targetChangeType_); + return result == null ? com.google.firestore.v1.TargetChange.TargetChangeType.UNRECOGNIZED : result; } /** - * - * *
      * The type of change that occurred.
      * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; - * * @param value The targetChangeType to set. * @return This builder for chaining. */ - public Builder setTargetChangeType( - com.google.firestore.v1.TargetChange.TargetChangeType value) { + public Builder setTargetChangeType(com.google.firestore.v1.TargetChange.TargetChangeType value) { if (value == null) { throw new NullPointerException(); } @@ -1103,14 +1002,11 @@ public Builder setTargetChangeType( return this; } /** - * - * *
      * The type of change that occurred.
      * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; - * * @return This builder for chaining. */ public Builder clearTargetChangeType() { @@ -1121,7 +1017,6 @@ public Builder clearTargetChangeType() { } private com.google.protobuf.Internal.IntList targetIds_ = emptyIntList(); - private void ensureTargetIdsIsMutable() { if (!targetIds_.isModifiable()) { targetIds_ = makeMutableCopy(targetIds_); @@ -1129,8 +1024,6 @@ private void ensureTargetIdsIsMutable() { bitField0_ |= 0x00000002; } /** - * - * *
      * The target IDs of targets that have changed.
      *
@@ -1140,16 +1033,14 @@ private void ensureTargetIdsIsMutable() {
      * 
* * repeated int32 target_ids = 2; - * * @return A list containing the targetIds. */ - public java.util.List getTargetIdsList() { + public java.util.List + getTargetIdsList() { targetIds_.makeImmutable(); return targetIds_; } /** - * - * *
      * The target IDs of targets that have changed.
      *
@@ -1159,15 +1050,12 @@ public java.util.List getTargetIdsList() {
      * 
* * repeated int32 target_ids = 2; - * * @return The count of targetIds. */ public int getTargetIdsCount() { return targetIds_.size(); } /** - * - * *
      * The target IDs of targets that have changed.
      *
@@ -1177,7 +1065,6 @@ public int getTargetIdsCount() {
      * 
* * repeated int32 target_ids = 2; - * * @param index The index of the element to return. * @return The targetIds at the given index. */ @@ -1185,8 +1072,6 @@ public int getTargetIds(int index) { return targetIds_.getInt(index); } /** - * - * *
      * The target IDs of targets that have changed.
      *
@@ -1196,12 +1081,12 @@ public int getTargetIds(int index) {
      * 
* * repeated int32 target_ids = 2; - * * @param index The index to set the value at. * @param value The targetIds to set. * @return This builder for chaining. */ - public Builder setTargetIds(int index, int value) { + public Builder setTargetIds( + int index, int value) { ensureTargetIdsIsMutable(); targetIds_.setInt(index, value); @@ -1210,8 +1095,6 @@ public Builder setTargetIds(int index, int value) { return this; } /** - * - * *
      * The target IDs of targets that have changed.
      *
@@ -1221,7 +1104,6 @@ public Builder setTargetIds(int index, int value) {
      * 
* * repeated int32 target_ids = 2; - * * @param value The targetIds to add. * @return This builder for chaining. */ @@ -1234,8 +1116,6 @@ public Builder addTargetIds(int value) { return this; } /** - * - * *
      * The target IDs of targets that have changed.
      *
@@ -1245,20 +1125,19 @@ public Builder addTargetIds(int value) {
      * 
* * repeated int32 target_ids = 2; - * * @param values The targetIds to add. * @return This builder for chaining. */ - public Builder addAllTargetIds(java.lang.Iterable values) { + public Builder addAllTargetIds( + java.lang.Iterable values) { ensureTargetIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, targetIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, targetIds_); bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * The target IDs of targets that have changed.
      *
@@ -1268,7 +1147,6 @@ public Builder addAllTargetIds(java.lang.Iterable v
      * 
* * repeated int32 target_ids = 2; - * * @return This builder for chaining. */ public Builder clearTargetIds() { @@ -1280,31 +1158,24 @@ public Builder clearTargetIds() { private com.google.rpc.Status cause_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> - causeBuilder_; + com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> causeBuilder_; /** - * - * *
      * The error that resulted in this change, if applicable.
      * 
* * .google.rpc.Status cause = 3; - * * @return Whether the cause field is set. */ public boolean hasCause() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * The error that resulted in this change, if applicable.
      * 
* * .google.rpc.Status cause = 3; - * * @return The cause. */ public com.google.rpc.Status getCause() { @@ -1315,8 +1186,6 @@ public com.google.rpc.Status getCause() { } } /** - * - * *
      * The error that resulted in this change, if applicable.
      * 
@@ -1337,15 +1206,14 @@ public Builder setCause(com.google.rpc.Status value) { return this; } /** - * - * *
      * The error that resulted in this change, if applicable.
      * 
* * .google.rpc.Status cause = 3; */ - public Builder setCause(com.google.rpc.Status.Builder builderForValue) { + public Builder setCause( + com.google.rpc.Status.Builder builderForValue) { if (causeBuilder_ == null) { cause_ = builderForValue.build(); } else { @@ -1356,8 +1224,6 @@ public Builder setCause(com.google.rpc.Status.Builder builderForValue) { return this; } /** - * - * *
      * The error that resulted in this change, if applicable.
      * 
@@ -1366,9 +1232,9 @@ public Builder setCause(com.google.rpc.Status.Builder builderForValue) { */ public Builder mergeCause(com.google.rpc.Status value) { if (causeBuilder_ == null) { - if (((bitField0_ & 0x00000004) != 0) - && cause_ != null - && cause_ != com.google.rpc.Status.getDefaultInstance()) { + if (((bitField0_ & 0x00000004) != 0) && + cause_ != null && + cause_ != com.google.rpc.Status.getDefaultInstance()) { getCauseBuilder().mergeFrom(value); } else { cause_ = value; @@ -1383,8 +1249,6 @@ public Builder mergeCause(com.google.rpc.Status value) { return this; } /** - * - * *
      * The error that resulted in this change, if applicable.
      * 
@@ -1402,8 +1266,6 @@ public Builder clearCause() { return this; } /** - * - * *
      * The error that resulted in this change, if applicable.
      * 
@@ -1416,8 +1278,6 @@ public com.google.rpc.Status.Builder getCauseBuilder() { return getCauseFieldBuilder().getBuilder(); } /** - * - * *
      * The error that resulted in this change, if applicable.
      * 
@@ -1428,12 +1288,11 @@ public com.google.rpc.StatusOrBuilder getCauseOrBuilder() { if (causeBuilder_ != null) { return causeBuilder_.getMessageOrBuilder(); } else { - return cause_ == null ? com.google.rpc.Status.getDefaultInstance() : cause_; + return cause_ == null ? + com.google.rpc.Status.getDefaultInstance() : cause_; } } /** - * - * *
      * The error that resulted in this change, if applicable.
      * 
@@ -1441,14 +1300,14 @@ public com.google.rpc.StatusOrBuilder getCauseOrBuilder() { * .google.rpc.Status cause = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> + com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> getCauseFieldBuilder() { if (causeBuilder_ == null) { - causeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.rpc.Status, - com.google.rpc.Status.Builder, - com.google.rpc.StatusOrBuilder>(getCause(), getParentForChildren(), isClean()); + causeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder>( + getCause(), + getParentForChildren(), + isClean()); cause_ = null; } return causeBuilder_; @@ -1456,8 +1315,6 @@ public com.google.rpc.StatusOrBuilder getCauseOrBuilder() { private com.google.protobuf.ByteString resumeToken_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
      * A token that can be used to resume the stream for the given `target_ids`,
      * or all targets if `target_ids` is empty.
@@ -1466,7 +1323,6 @@ public com.google.rpc.StatusOrBuilder getCauseOrBuilder() {
      * 
* * bytes resume_token = 4; - * * @return The resumeToken. */ @java.lang.Override @@ -1474,8 +1330,6 @@ public com.google.protobuf.ByteString getResumeToken() { return resumeToken_; } /** - * - * *
      * A token that can be used to resume the stream for the given `target_ids`,
      * or all targets if `target_ids` is empty.
@@ -1484,22 +1338,17 @@ public com.google.protobuf.ByteString getResumeToken() {
      * 
* * bytes resume_token = 4; - * * @param value The resumeToken to set. * @return This builder for chaining. */ public Builder setResumeToken(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } resumeToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
      * A token that can be used to resume the stream for the given `target_ids`,
      * or all targets if `target_ids` is empty.
@@ -1508,7 +1357,6 @@ public Builder setResumeToken(com.google.protobuf.ByteString value) {
      * 
* * bytes resume_token = 4; - * * @return This builder for chaining. */ public Builder clearResumeToken() { @@ -1520,13 +1368,8 @@ public Builder clearResumeToken() { private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - readTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; /** - * - * *
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1541,15 +1384,12 @@ public Builder clearResumeToken() {
      * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1564,7 +1404,6 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -1575,8 +1414,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1606,8 +1443,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1623,7 +1458,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 6;
      */
-    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         readTime_ = builderForValue.build();
       } else {
@@ -1634,8 +1470,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1653,9 +1487,9 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000010) != 0)
-            && readTime_ != null
-            && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000010) != 0) &&
+          readTime_ != null &&
+          readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getReadTimeBuilder().mergeFrom(value);
         } else {
           readTime_ = value;
@@ -1670,8 +1504,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1698,8 +1530,6 @@ public Builder clearReadTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1721,8 +1551,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1742,12 +1570,11 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (readTimeBuilder_ != null) {
         return readTimeBuilder_.getMessageOrBuilder();
       } else {
-        return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
+        return readTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1764,24 +1591,21 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
-        readTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getReadTime(), getParentForChildren(), isClean());
+        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getReadTime(),
+                getParentForChildren(),
+                isClean());
         readTime_ = null;
       }
       return readTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1791,12 +1615,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.TargetChange)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.TargetChange)
   private static final com.google.firestore.v1.TargetChange DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.TargetChange();
   }
@@ -1805,27 +1629,27 @@ public static com.google.firestore.v1.TargetChange getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public TargetChange parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public TargetChange parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1840,4 +1664,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.TargetChange getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChangeOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChangeOrBuilder.java
similarity index 85%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChangeOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChangeOrBuilder.java
index 6e8591be1..668a5bc80 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChangeOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChangeOrBuilder.java
@@ -1,57 +1,33 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface TargetChangeOrBuilder
-    extends
+public interface TargetChangeOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.TargetChange)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The type of change that occurred.
    * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; - * * @return The enum numeric value on the wire for targetChangeType. */ int getTargetChangeTypeValue(); /** - * - * *
    * The type of change that occurred.
    * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; - * * @return The targetChangeType. */ com.google.firestore.v1.TargetChange.TargetChangeType getTargetChangeType(); /** - * - * *
    * The target IDs of targets that have changed.
    *
@@ -61,13 +37,10 @@ public interface TargetChangeOrBuilder
    * 
* * repeated int32 target_ids = 2; - * * @return A list containing the targetIds. */ java.util.List getTargetIdsList(); /** - * - * *
    * The target IDs of targets that have changed.
    *
@@ -77,13 +50,10 @@ public interface TargetChangeOrBuilder
    * 
* * repeated int32 target_ids = 2; - * * @return The count of targetIds. */ int getTargetIdsCount(); /** - * - * *
    * The target IDs of targets that have changed.
    *
@@ -93,39 +63,30 @@ public interface TargetChangeOrBuilder
    * 
* * repeated int32 target_ids = 2; - * * @param index The index of the element to return. * @return The targetIds at the given index. */ int getTargetIds(int index); /** - * - * *
    * The error that resulted in this change, if applicable.
    * 
* * .google.rpc.Status cause = 3; - * * @return Whether the cause field is set. */ boolean hasCause(); /** - * - * *
    * The error that resulted in this change, if applicable.
    * 
* * .google.rpc.Status cause = 3; - * * @return The cause. */ com.google.rpc.Status getCause(); /** - * - * *
    * The error that resulted in this change, if applicable.
    * 
@@ -135,8 +96,6 @@ public interface TargetChangeOrBuilder com.google.rpc.StatusOrBuilder getCauseOrBuilder(); /** - * - * *
    * A token that can be used to resume the stream for the given `target_ids`,
    * or all targets if `target_ids` is empty.
@@ -145,14 +104,11 @@ public interface TargetChangeOrBuilder
    * 
* * bytes resume_token = 4; - * * @return The resumeToken. */ com.google.protobuf.ByteString getResumeToken(); /** - * - * *
    * The consistent `read_time` for the given `target_ids` (omitted when the
    * target_ids are not at a consistent snapshot).
@@ -167,13 +123,10 @@ public interface TargetChangeOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * The consistent `read_time` for the given `target_ids` (omitted when the
    * target_ids are not at a consistent snapshot).
@@ -188,13 +141,10 @@ public interface TargetChangeOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 6; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * The consistent `read_time` for the given `target_ids` (omitted when the
    * target_ids are not at a consistent snapshot).
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetOrBuilder.java
similarity index 87%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetOrBuilder.java
index 833c7c5e1..779f5a2c3 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetOrBuilder.java
@@ -1,56 +1,32 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface TargetOrBuilder
-    extends
+public interface TargetOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.Target)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * A target specified by a query.
    * 
* * .google.firestore.v1.Target.QueryTarget query = 2; - * * @return Whether the query field is set. */ boolean hasQuery(); /** - * - * *
    * A target specified by a query.
    * 
* * .google.firestore.v1.Target.QueryTarget query = 2; - * * @return The query. */ com.google.firestore.v1.Target.QueryTarget getQuery(); /** - * - * *
    * A target specified by a query.
    * 
@@ -60,32 +36,24 @@ public interface TargetOrBuilder com.google.firestore.v1.Target.QueryTargetOrBuilder getQueryOrBuilder(); /** - * - * *
    * A target specified by a set of document names.
    * 
* * .google.firestore.v1.Target.DocumentsTarget documents = 3; - * * @return Whether the documents field is set. */ boolean hasDocuments(); /** - * - * *
    * A target specified by a set of document names.
    * 
* * .google.firestore.v1.Target.DocumentsTarget documents = 3; - * * @return The documents. */ com.google.firestore.v1.Target.DocumentsTarget getDocuments(); /** - * - * *
    * A target specified by a set of document names.
    * 
@@ -95,8 +63,6 @@ public interface TargetOrBuilder com.google.firestore.v1.Target.DocumentsTargetOrBuilder getDocumentsOrBuilder(); /** - * - * *
    * A resume token from a prior
    * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -105,13 +71,10 @@ public interface TargetOrBuilder
    * 
* * bytes resume_token = 4; - * * @return Whether the resumeToken field is set. */ boolean hasResumeToken(); /** - * - * *
    * A resume token from a prior
    * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -120,14 +83,11 @@ public interface TargetOrBuilder
    * 
* * bytes resume_token = 4; - * * @return The resumeToken. */ com.google.protobuf.ByteString getResumeToken(); /** - * - * *
    * Start listening after a specific `read_time`.
    *
@@ -135,13 +95,10 @@ public interface TargetOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 11; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
    * Start listening after a specific `read_time`.
    *
@@ -149,13 +106,10 @@ public interface TargetOrBuilder
    * 
* * .google.protobuf.Timestamp read_time = 11; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
    * Start listening after a specific `read_time`.
    *
@@ -167,8 +121,6 @@ public interface TargetOrBuilder
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
   /**
-   *
-   *
    * 
    * The target ID that identifies the target on the stream. Must be a positive
    * number and non-zero.
@@ -190,27 +142,21 @@ public interface TargetOrBuilder
    * 
* * int32 target_id = 5; - * * @return The targetId. */ int getTargetId(); /** - * - * *
    * If the target should be removed once it is current and consistent.
    * 
* * bool once = 6; - * * @return The once. */ boolean getOnce(); /** - * - * *
    * The number of documents that last matched the query at the resume token or
    * read time.
@@ -221,13 +167,10 @@ public interface TargetOrBuilder
    * 
* * .google.protobuf.Int32Value expected_count = 12; - * * @return Whether the expectedCount field is set. */ boolean hasExpectedCount(); /** - * - * *
    * The number of documents that last matched the query at the resume token or
    * read time.
@@ -238,13 +181,10 @@ public interface TargetOrBuilder
    * 
* * .google.protobuf.Int32Value expected_count = 12; - * * @return The expectedCount. */ com.google.protobuf.Int32Value getExpectedCount(); /** - * - * *
    * The number of documents that last matched the query at the resume token or
    * read time.
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptions.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptions.java
similarity index 72%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptions.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptions.java
index 17e8f10de..6dee2c7c1 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptions.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptions.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/common.proto
 
@@ -20,68 +5,59 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * Options for creating a new transaction.
  * 
* * Protobuf type {@code google.firestore.v1.TransactionOptions} */ -public final class TransactionOptions extends com.google.protobuf.GeneratedMessageV3 - implements +public final class TransactionOptions extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.TransactionOptions) TransactionOptionsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use TransactionOptions.newBuilder() to construct. private TransactionOptions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private TransactionOptions() {} + private TransactionOptions() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new TransactionOptions(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_TransactionOptions_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.TransactionOptions.class, - com.google.firestore.v1.TransactionOptions.Builder.class); + com.google.firestore.v1.TransactionOptions.class, com.google.firestore.v1.TransactionOptions.Builder.class); } - public interface ReadWriteOrBuilder - extends + public interface ReadWriteOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.TransactionOptions.ReadWrite) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * An optional transaction to retry.
      * 
* * bytes retry_transaction = 1; - * * @return The retryTransaction. */ com.google.protobuf.ByteString getRetryTransaction(); } /** - * - * *
    * Options for a transaction that can be used to read and write documents.
    *
@@ -91,52 +67,47 @@ public interface ReadWriteOrBuilder
    *
    * Protobuf type {@code google.firestore.v1.TransactionOptions.ReadWrite}
    */
-  public static final class ReadWrite extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class ReadWrite extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.firestore.v1.TransactionOptions.ReadWrite)
       ReadWriteOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use ReadWrite.newBuilder() to construct.
     private ReadWrite(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private ReadWrite() {
       retryTransaction_ = com.google.protobuf.ByteString.EMPTY;
     }
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new ReadWrite();
     }
 
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.CommonProto
-          .internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.CommonProto
-          .internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable
+      return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.TransactionOptions.ReadWrite.class,
-              com.google.firestore.v1.TransactionOptions.ReadWrite.Builder.class);
+              com.google.firestore.v1.TransactionOptions.ReadWrite.class, com.google.firestore.v1.TransactionOptions.ReadWrite.Builder.class);
     }
 
     public static final int RETRY_TRANSACTION_FIELD_NUMBER = 1;
     private com.google.protobuf.ByteString retryTransaction_ = com.google.protobuf.ByteString.EMPTY;
     /**
-     *
-     *
      * 
      * An optional transaction to retry.
      * 
* * bytes retry_transaction = 1; - * * @return The retryTransaction. */ @java.lang.Override @@ -145,7 +116,6 @@ public com.google.protobuf.ByteString getRetryTransaction() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -157,7 +127,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!retryTransaction_.isEmpty()) { output.writeBytes(1, retryTransaction_); } @@ -171,7 +142,8 @@ public int getSerializedSize() { size = 0; if (!retryTransaction_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream.computeBytesSize(1, retryTransaction_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(1, retryTransaction_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -181,15 +153,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.TransactionOptions.ReadWrite)) { return super.equals(obj); } - com.google.firestore.v1.TransactionOptions.ReadWrite other = - (com.google.firestore.v1.TransactionOptions.ReadWrite) obj; + com.google.firestore.v1.TransactionOptions.ReadWrite other = (com.google.firestore.v1.TransactionOptions.ReadWrite) obj; - if (!getRetryTransaction().equals(other.getRetryTransaction())) return false; + if (!getRetryTransaction() + .equals(other.getRetryTransaction())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -209,94 +181,89 @@ public int hashCode() { } public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.TransactionOptions.ReadWrite parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.TransactionOptions.ReadWrite parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.TransactionOptions.ReadWrite parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.firestore.v1.TransactionOptions.ReadWrite prototype) { + public static Builder newBuilder(com.google.firestore.v1.TransactionOptions.ReadWrite prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -306,8 +273,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Options for a transaction that can be used to read and write documents.
      *
@@ -317,33 +282,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.firestore.v1.TransactionOptions.ReadWrite}
      */
-    public static final class Builder
-        extends com.google.protobuf.GeneratedMessageV3.Builder
-        implements
+    public static final class Builder extends
+        com.google.protobuf.GeneratedMessageV3.Builder implements
         // @@protoc_insertion_point(builder_implements:google.firestore.v1.TransactionOptions.ReadWrite)
         com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.firestore.v1.CommonProto
-            .internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.firestore.v1.CommonProto
-            .internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable
+        return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.firestore.v1.TransactionOptions.ReadWrite.class,
-                com.google.firestore.v1.TransactionOptions.ReadWrite.Builder.class);
+                com.google.firestore.v1.TransactionOptions.ReadWrite.class, com.google.firestore.v1.TransactionOptions.ReadWrite.Builder.class);
       }
 
       // Construct using com.google.firestore.v1.TransactionOptions.ReadWrite.newBuilder()
-      private Builder() {}
+      private Builder() {
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-        super(parent);
       }
 
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        super(parent);
+
+      }
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -353,9 +318,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.firestore.v1.CommonProto
-            .internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor;
       }
 
       @java.lang.Override
@@ -374,11 +339,8 @@ public com.google.firestore.v1.TransactionOptions.ReadWrite build() {
 
       @java.lang.Override
       public com.google.firestore.v1.TransactionOptions.ReadWrite buildPartial() {
-        com.google.firestore.v1.TransactionOptions.ReadWrite result =
-            new com.google.firestore.v1.TransactionOptions.ReadWrite(this);
-        if (bitField0_ != 0) {
-          buildPartial0(result);
-        }
+        com.google.firestore.v1.TransactionOptions.ReadWrite result = new com.google.firestore.v1.TransactionOptions.ReadWrite(this);
+        if (bitField0_ != 0) { buildPartial0(result); }
         onBuilt();
         return result;
       }
@@ -394,41 +356,38 @@ private void buildPartial0(com.google.firestore.v1.TransactionOptions.ReadWrite
       public Builder clone() {
         return super.clone();
       }
-
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.setField(field, value);
       }
-
       @java.lang.Override
-      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(
+          com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
-
       @java.lang.Override
-      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(
+          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
-
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index,
-          java.lang.Object value) {
+          int index, java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
-
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
-
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.firestore.v1.TransactionOptions.ReadWrite) {
-          return mergeFrom((com.google.firestore.v1.TransactionOptions.ReadWrite) other);
+          return mergeFrom((com.google.firestore.v1.TransactionOptions.ReadWrite)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -436,8 +395,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.firestore.v1.TransactionOptions.ReadWrite other) {
-        if (other == com.google.firestore.v1.TransactionOptions.ReadWrite.getDefaultInstance())
-          return this;
+        if (other == com.google.firestore.v1.TransactionOptions.ReadWrite.getDefaultInstance()) return this;
         if (other.getRetryTransaction() != com.google.protobuf.ByteString.EMPTY) {
           setRetryTransaction(other.getRetryTransaction());
         }
@@ -467,19 +425,17 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10:
-                {
-                  retryTransaction_ = input.readBytes();
-                  bitField0_ |= 0x00000001;
-                  break;
-                } // case 10
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+              case 10: {
+                retryTransaction_ = input.readBytes();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+              default: {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -489,20 +445,15 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       private int bitField0_;
 
-      private com.google.protobuf.ByteString retryTransaction_ =
-          com.google.protobuf.ByteString.EMPTY;
+      private com.google.protobuf.ByteString retryTransaction_ = com.google.protobuf.ByteString.EMPTY;
       /**
-       *
-       *
        * 
        * An optional transaction to retry.
        * 
* * bytes retry_transaction = 1; - * * @return The retryTransaction. */ @java.lang.Override @@ -510,35 +461,27 @@ public com.google.protobuf.ByteString getRetryTransaction() { return retryTransaction_; } /** - * - * *
        * An optional transaction to retry.
        * 
* * bytes retry_transaction = 1; - * * @param value The retryTransaction to set. * @return This builder for chaining. */ public Builder setRetryTransaction(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } retryTransaction_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * An optional transaction to retry.
        * 
* * bytes retry_transaction = 1; - * * @return This builder for chaining. */ public Builder clearRetryTransaction() { @@ -547,7 +490,6 @@ public Builder clearRetryTransaction() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -560,12 +502,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.TransactionOptions.ReadWrite) } // @@protoc_insertion_point(class_scope:google.firestore.v1.TransactionOptions.ReadWrite) private static final com.google.firestore.v1.TransactionOptions.ReadWrite DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.TransactionOptions.ReadWrite(); } @@ -574,28 +516,27 @@ public static com.google.firestore.v1.TransactionOptions.ReadWrite getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ReadWrite parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ReadWrite parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -610,16 +551,14 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.TransactionOptions.ReadWrite getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface ReadOnlyOrBuilder - extends + public interface ReadOnlyOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.TransactionOptions.ReadOnly) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Reads documents at the given time.
      *
@@ -629,13 +568,10 @@ public interface ReadOnlyOrBuilder
      * 
* * .google.protobuf.Timestamp read_time = 2; - * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** - * - * *
      * Reads documents at the given time.
      *
@@ -645,13 +581,10 @@ public interface ReadOnlyOrBuilder
      * 
* * .google.protobuf.Timestamp read_time = 2; - * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** - * - * *
      * Reads documents at the given time.
      *
@@ -664,64 +597,56 @@ public interface ReadOnlyOrBuilder
      */
     com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
-    com.google.firestore.v1.TransactionOptions.ReadOnly.ConsistencySelectorCase
-        getConsistencySelectorCase();
+    com.google.firestore.v1.TransactionOptions.ReadOnly.ConsistencySelectorCase getConsistencySelectorCase();
   }
   /**
-   *
-   *
    * 
    * Options for a transaction that can only be used to read documents.
    * 
* * Protobuf type {@code google.firestore.v1.TransactionOptions.ReadOnly} */ - public static final class ReadOnly extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class ReadOnly extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.TransactionOptions.ReadOnly) ReadOnlyOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ReadOnly.newBuilder() to construct. private ReadOnly(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private ReadOnly() {} + private ReadOnly() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ReadOnly(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.TransactionOptions.ReadOnly.class, - com.google.firestore.v1.TransactionOptions.ReadOnly.Builder.class); + com.google.firestore.v1.TransactionOptions.ReadOnly.class, com.google.firestore.v1.TransactionOptions.ReadOnly.Builder.class); } private int consistencySelectorCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object consistencySelector_; - public enum ConsistencySelectorCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { READ_TIME(2), CONSISTENCYSELECTOR_NOT_SET(0); private final int value; - private ConsistencySelectorCase(int value) { this.value = value; } @@ -737,28 +662,24 @@ public static ConsistencySelectorCase valueOf(int value) { public static ConsistencySelectorCase forNumber(int value) { switch (value) { - case 2: - return READ_TIME; - case 0: - return CONSISTENCYSELECTOR_NOT_SET; - default: - return null; + case 2: return READ_TIME; + case 0: return CONSISTENCYSELECTOR_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public ConsistencySelectorCase getConsistencySelectorCase() { - return ConsistencySelectorCase.forNumber(consistencySelectorCase_); + public ConsistencySelectorCase + getConsistencySelectorCase() { + return ConsistencySelectorCase.forNumber( + consistencySelectorCase_); } public static final int READ_TIME_FIELD_NUMBER = 2; /** - * - * *
      * Reads documents at the given time.
      *
@@ -768,7 +689,6 @@ public ConsistencySelectorCase getConsistencySelectorCase() {
      * 
* * .google.protobuf.Timestamp read_time = 2; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -776,8 +696,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 2; } /** - * - * *
      * Reads documents at the given time.
      *
@@ -787,19 +705,16 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 2; - * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 2) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** - * - * *
      * Reads documents at the given time.
      *
@@ -813,13 +728,12 @@ public com.google.protobuf.Timestamp getReadTime() {
     @java.lang.Override
     public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (consistencySelectorCase_ == 2) {
-        return (com.google.protobuf.Timestamp) consistencySelector_;
+         return (com.google.protobuf.Timestamp) consistencySelector_;
       }
       return com.google.protobuf.Timestamp.getDefaultInstance();
     }
 
     private byte memoizedIsInitialized = -1;
-
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -831,7 +745,8 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+    public void writeTo(com.google.protobuf.CodedOutputStream output)
+                        throws java.io.IOException {
       if (consistencySelectorCase_ == 2) {
         output.writeMessage(2, (com.google.protobuf.Timestamp) consistencySelector_);
       }
@@ -845,9 +760,8 @@ public int getSerializedSize() {
 
       size = 0;
       if (consistencySelectorCase_ == 2) {
-        size +=
-            com.google.protobuf.CodedOutputStream.computeMessageSize(
-                2, (com.google.protobuf.Timestamp) consistencySelector_);
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(2, (com.google.protobuf.Timestamp) consistencySelector_);
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -857,18 +771,18 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-        return true;
+       return true;
       }
       if (!(obj instanceof com.google.firestore.v1.TransactionOptions.ReadOnly)) {
         return super.equals(obj);
       }
-      com.google.firestore.v1.TransactionOptions.ReadOnly other =
-          (com.google.firestore.v1.TransactionOptions.ReadOnly) obj;
+      com.google.firestore.v1.TransactionOptions.ReadOnly other = (com.google.firestore.v1.TransactionOptions.ReadOnly) obj;
 
       if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false;
       switch (consistencySelectorCase_) {
         case 2:
-          if (!getReadTime().equals(other.getReadTime())) return false;
+          if (!getReadTime()
+              .equals(other.getReadTime())) return false;
           break;
         case 0:
         default:
@@ -898,94 +812,89 @@ public int hashCode() {
     }
 
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
-        java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+        java.nio.ByteBuffer data)
+        throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
-        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
-        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
-    public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
-    public static com.google.firestore.v1.TransactionOptions.ReadOnly parseDelimitedFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    public static com.google.firestore.v1.TransactionOptions.ReadOnly parseDelimitedFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input);
     }
 
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseDelimitedFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
     }
-
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
-        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() {
-      return newBuilder();
-    }
-
+    public Builder newBuilderForType() { return newBuilder(); }
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
-
-    public static Builder newBuilder(
-        com.google.firestore.v1.TransactionOptions.ReadOnly prototype) {
+    public static Builder newBuilder(com.google.firestore.v1.TransactionOptions.ReadOnly prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
-
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE
+          ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -995,41 +904,39 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
-     *
-     *
      * 
      * Options for a transaction that can only be used to read documents.
      * 
* * Protobuf type {@code google.firestore.v1.TransactionOptions.ReadOnly} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.TransactionOptions.ReadOnly) com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.TransactionOptions.ReadOnly.class, - com.google.firestore.v1.TransactionOptions.ReadOnly.Builder.class); + com.google.firestore.v1.TransactionOptions.ReadOnly.class, com.google.firestore.v1.TransactionOptions.ReadOnly.Builder.class); } // Construct using com.google.firestore.v1.TransactionOptions.ReadOnly.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -1043,9 +950,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor; } @java.lang.Override @@ -1064,11 +971,8 @@ public com.google.firestore.v1.TransactionOptions.ReadOnly build() { @java.lang.Override public com.google.firestore.v1.TransactionOptions.ReadOnly buildPartial() { - com.google.firestore.v1.TransactionOptions.ReadOnly result = - new com.google.firestore.v1.TransactionOptions.ReadOnly(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.TransactionOptions.ReadOnly result = new com.google.firestore.v1.TransactionOptions.ReadOnly(this); + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -1081,7 +985,8 @@ private void buildPartial0(com.google.firestore.v1.TransactionOptions.ReadOnly r private void buildPartialOneofs(com.google.firestore.v1.TransactionOptions.ReadOnly result) { result.consistencySelectorCase_ = consistencySelectorCase_; result.consistencySelector_ = this.consistencySelector_; - if (consistencySelectorCase_ == 2 && readTimeBuilder_ != null) { + if (consistencySelectorCase_ == 2 && + readTimeBuilder_ != null) { result.consistencySelector_ = readTimeBuilder_.build(); } } @@ -1090,41 +995,38 @@ private void buildPartialOneofs(com.google.firestore.v1.TransactionOptions.ReadO public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.TransactionOptions.ReadOnly) { - return mergeFrom((com.google.firestore.v1.TransactionOptions.ReadOnly) other); + return mergeFrom((com.google.firestore.v1.TransactionOptions.ReadOnly)other); } else { super.mergeFrom(other); return this; @@ -1132,18 +1034,15 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.TransactionOptions.ReadOnly other) { - if (other == com.google.firestore.v1.TransactionOptions.ReadOnly.getDefaultInstance()) - return this; + if (other == com.google.firestore.v1.TransactionOptions.ReadOnly.getDefaultInstance()) return this; switch (other.getConsistencySelectorCase()) { - case READ_TIME: - { - mergeReadTime(other.getReadTime()); - break; - } - case CONSISTENCYSELECTOR_NOT_SET: - { - break; - } + case READ_TIME: { + mergeReadTime(other.getReadTime()); + break; + } + case CONSISTENCYSELECTOR_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -1171,19 +1070,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: - { - input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry); - consistencySelectorCase_ = 2; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: { + input.readMessage( + getReadTimeFieldBuilder().getBuilder(), + extensionRegistry); + consistencySelectorCase_ = 2; + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1193,12 +1092,12 @@ public Builder mergeFrom( } // finally return this; } - private int consistencySelectorCase_ = 0; private java.lang.Object consistencySelector_; - - public ConsistencySelectorCase getConsistencySelectorCase() { - return ConsistencySelectorCase.forNumber(consistencySelectorCase_); + public ConsistencySelectorCase + getConsistencySelectorCase() { + return ConsistencySelectorCase.forNumber( + consistencySelectorCase_); } public Builder clearConsistencySelector() { @@ -1211,13 +1110,8 @@ public Builder clearConsistencySelector() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - readTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; /** - * - * *
        * Reads documents at the given time.
        *
@@ -1227,7 +1121,6 @@ public Builder clearConsistencySelector() {
        * 
* * .google.protobuf.Timestamp read_time = 2; - * * @return Whether the readTime field is set. */ @java.lang.Override @@ -1235,8 +1128,6 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 2; } /** - * - * *
        * Reads documents at the given time.
        *
@@ -1246,7 +1137,6 @@ public boolean hasReadTime() {
        * 
* * .google.protobuf.Timestamp read_time = 2; - * * @return The readTime. */ @java.lang.Override @@ -1264,8 +1154,6 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** - * - * *
        * Reads documents at the given time.
        *
@@ -1290,8 +1178,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Reads documents at the given time.
        *
@@ -1302,7 +1188,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
        *
        * .google.protobuf.Timestamp read_time = 2;
        */
-      public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+      public Builder setReadTime(
+          com.google.protobuf.Timestamp.Builder builderForValue) {
         if (readTimeBuilder_ == null) {
           consistencySelector_ = builderForValue.build();
           onChanged();
@@ -1313,8 +1200,6 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
         return this;
       }
       /**
-       *
-       *
        * 
        * Reads documents at the given time.
        *
@@ -1327,13 +1212,10 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue
        */
       public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
         if (readTimeBuilder_ == null) {
-          if (consistencySelectorCase_ == 2
-              && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-            consistencySelector_ =
-                com.google.protobuf.Timestamp.newBuilder(
-                        (com.google.protobuf.Timestamp) consistencySelector_)
-                    .mergeFrom(value)
-                    .buildPartial();
+          if (consistencySelectorCase_ == 2 &&
+              consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+            consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
+                .mergeFrom(value).buildPartial();
           } else {
             consistencySelector_ = value;
           }
@@ -1349,8 +1231,6 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Reads documents at the given time.
        *
@@ -1378,8 +1258,6 @@ public Builder clearReadTime() {
         return this;
       }
       /**
-       *
-       *
        * 
        * Reads documents at the given time.
        *
@@ -1394,8 +1272,6 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
         return getReadTimeFieldBuilder().getBuilder();
       }
       /**
-       *
-       *
        * 
        * Reads documents at the given time.
        *
@@ -1418,8 +1294,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
         }
       }
       /**
-       *
-       *
        * 
        * Reads documents at the given time.
        *
@@ -1431,19 +1305,14 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
        * .google.protobuf.Timestamp read_time = 2;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.protobuf.Timestamp,
-              com.google.protobuf.Timestamp.Builder,
-              com.google.protobuf.TimestampOrBuilder>
+          com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
           getReadTimeFieldBuilder() {
         if (readTimeBuilder_ == null) {
           if (!(consistencySelectorCase_ == 2)) {
             consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
           }
-          readTimeBuilder_ =
-              new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.protobuf.Timestamp,
-                  com.google.protobuf.Timestamp.Builder,
-                  com.google.protobuf.TimestampOrBuilder>(
+          readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
                   (com.google.protobuf.Timestamp) consistencySelector_,
                   getParentForChildren(),
                   isClean());
@@ -1453,7 +1322,6 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
         onChanged();
         return readTimeBuilder_;
       }
-
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -1466,12 +1334,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
+
       // @@protoc_insertion_point(builder_scope:google.firestore.v1.TransactionOptions.ReadOnly)
     }
 
     // @@protoc_insertion_point(class_scope:google.firestore.v1.TransactionOptions.ReadOnly)
     private static final com.google.firestore.v1.TransactionOptions.ReadOnly DEFAULT_INSTANCE;
-
     static {
       DEFAULT_INSTANCE = new com.google.firestore.v1.TransactionOptions.ReadOnly();
     }
@@ -1480,28 +1348,27 @@ public static com.google.firestore.v1.TransactionOptions.ReadOnly getDefaultInst
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser PARSER =
-        new com.google.protobuf.AbstractParser() {
-          @java.lang.Override
-          public ReadOnly parsePartialFrom(
-              com.google.protobuf.CodedInputStream input,
-              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-              throws com.google.protobuf.InvalidProtocolBufferException {
-            Builder builder = newBuilder();
-            try {
-              builder.mergeFrom(input, extensionRegistry);
-            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-              throw e.setUnfinishedMessage(builder.buildPartial());
-            } catch (com.google.protobuf.UninitializedMessageException e) {
-              throw e.asInvalidProtocolBufferException()
-                  .setUnfinishedMessage(builder.buildPartial());
-            } catch (java.io.IOException e) {
-              throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                  .setUnfinishedMessage(builder.buildPartial());
-            }
-            return builder.buildPartial();
-          }
-        };
+    private static final com.google.protobuf.Parser
+        PARSER = new com.google.protobuf.AbstractParser() {
+      @java.lang.Override
+      public ReadOnly parsePartialFrom(
+          com.google.protobuf.CodedInputStream input,
+          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+          throws com.google.protobuf.InvalidProtocolBufferException {
+        Builder builder = newBuilder();
+        try {
+          builder.mergeFrom(input, extensionRegistry);
+        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+          throw e.setUnfinishedMessage(builder.buildPartial());
+        } catch (com.google.protobuf.UninitializedMessageException e) {
+          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+        } catch (java.io.IOException e) {
+          throw new com.google.protobuf.InvalidProtocolBufferException(e)
+              .setUnfinishedMessage(builder.buildPartial());
+        }
+        return builder.buildPartial();
+      }
+    };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -1516,22 +1383,19 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.firestore.v1.TransactionOptions.ReadOnly getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
+
   }
 
   private int modeCase_ = 0;
-
   @SuppressWarnings("serial")
   private java.lang.Object mode_;
-
   public enum ModeCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     READ_ONLY(2),
     READ_WRITE(3),
     MODE_NOT_SET(0);
     private final int value;
-
     private ModeCase(int value) {
       this.value = value;
     }
@@ -1547,36 +1411,30 @@ public static ModeCase valueOf(int value) {
 
     public static ModeCase forNumber(int value) {
       switch (value) {
-        case 2:
-          return READ_ONLY;
-        case 3:
-          return READ_WRITE;
-        case 0:
-          return MODE_NOT_SET;
-        default:
-          return null;
+        case 2: return READ_ONLY;
+        case 3: return READ_WRITE;
+        case 0: return MODE_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ModeCase getModeCase() {
-    return ModeCase.forNumber(modeCase_);
+  public ModeCase
+  getModeCase() {
+    return ModeCase.forNumber(
+        modeCase_);
   }
 
   public static final int READ_ONLY_FIELD_NUMBER = 2;
   /**
-   *
-   *
    * 
    * The transaction can only be used for read operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadOnly read_only = 2; - * * @return Whether the readOnly field is set. */ @java.lang.Override @@ -1584,26 +1442,21 @@ public boolean hasReadOnly() { return modeCase_ == 2; } /** - * - * *
    * The transaction can only be used for read operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadOnly read_only = 2; - * * @return The readOnly. */ @java.lang.Override public com.google.firestore.v1.TransactionOptions.ReadOnly getReadOnly() { if (modeCase_ == 2) { - return (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_; + return (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_; } return com.google.firestore.v1.TransactionOptions.ReadOnly.getDefaultInstance(); } /** - * - * *
    * The transaction can only be used for read operations.
    * 
@@ -1613,21 +1466,18 @@ public com.google.firestore.v1.TransactionOptions.ReadOnly getReadOnly() { @java.lang.Override public com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyOrBuilder() { if (modeCase_ == 2) { - return (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_; + return (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_; } return com.google.firestore.v1.TransactionOptions.ReadOnly.getDefaultInstance(); } public static final int READ_WRITE_FIELD_NUMBER = 3; /** - * - * *
    * The transaction can be used for both read and write operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadWrite read_write = 3; - * * @return Whether the readWrite field is set. */ @java.lang.Override @@ -1635,26 +1485,21 @@ public boolean hasReadWrite() { return modeCase_ == 3; } /** - * - * *
    * The transaction can be used for both read and write operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadWrite read_write = 3; - * * @return The readWrite. */ @java.lang.Override public com.google.firestore.v1.TransactionOptions.ReadWrite getReadWrite() { if (modeCase_ == 3) { - return (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_; + return (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_; } return com.google.firestore.v1.TransactionOptions.ReadWrite.getDefaultInstance(); } /** - * - * *
    * The transaction can be used for both read and write operations.
    * 
@@ -1664,13 +1509,12 @@ public com.google.firestore.v1.TransactionOptions.ReadWrite getReadWrite() { @java.lang.Override public com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder getReadWriteOrBuilder() { if (modeCase_ == 3) { - return (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_; + return (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_; } return com.google.firestore.v1.TransactionOptions.ReadWrite.getDefaultInstance(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1682,7 +1526,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (modeCase_ == 2) { output.writeMessage(2, (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_); } @@ -1699,14 +1544,12 @@ public int getSerializedSize() { size = 0; if (modeCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_); } if (modeCase_ == 3) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 3, (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1716,21 +1559,22 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.TransactionOptions)) { return super.equals(obj); } - com.google.firestore.v1.TransactionOptions other = - (com.google.firestore.v1.TransactionOptions) obj; + com.google.firestore.v1.TransactionOptions other = (com.google.firestore.v1.TransactionOptions) obj; if (!getModeCase().equals(other.getModeCase())) return false; switch (modeCase_) { case 2: - if (!getReadOnly().equals(other.getReadOnly())) return false; + if (!getReadOnly() + .equals(other.getReadOnly())) return false; break; case 3: - if (!getReadWrite().equals(other.getReadWrite())) return false; + if (!getReadWrite() + .equals(other.getReadWrite())) return false; break; case 0: default: @@ -1763,136 +1607,132 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.TransactionOptions parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.TransactionOptions parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.TransactionOptions parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.TransactionOptions parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.TransactionOptions parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.TransactionOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.TransactionOptions parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.TransactionOptions parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.TransactionOptions parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.TransactionOptions parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.TransactionOptions parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.TransactionOptions parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.TransactionOptions parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.TransactionOptions parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.TransactionOptions prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Options for creating a new transaction.
    * 
* * Protobuf type {@code google.firestore.v1.TransactionOptions} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.TransactionOptions) com.google.firestore.v1.TransactionOptionsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_TransactionOptions_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.TransactionOptions.class, - com.google.firestore.v1.TransactionOptions.Builder.class); + com.google.firestore.v1.TransactionOptions.class, com.google.firestore.v1.TransactionOptions.Builder.class); } // Construct using com.google.firestore.v1.TransactionOptions.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -1909,9 +1749,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.CommonProto - .internal_static_google_firestore_v1_TransactionOptions_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_descriptor; } @java.lang.Override @@ -1930,11 +1770,8 @@ public com.google.firestore.v1.TransactionOptions build() { @java.lang.Override public com.google.firestore.v1.TransactionOptions buildPartial() { - com.google.firestore.v1.TransactionOptions result = - new com.google.firestore.v1.TransactionOptions(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.firestore.v1.TransactionOptions result = new com.google.firestore.v1.TransactionOptions(this); + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -1947,10 +1784,12 @@ private void buildPartial0(com.google.firestore.v1.TransactionOptions result) { private void buildPartialOneofs(com.google.firestore.v1.TransactionOptions result) { result.modeCase_ = modeCase_; result.mode_ = this.mode_; - if (modeCase_ == 2 && readOnlyBuilder_ != null) { + if (modeCase_ == 2 && + readOnlyBuilder_ != null) { result.mode_ = readOnlyBuilder_.build(); } - if (modeCase_ == 3 && readWriteBuilder_ != null) { + if (modeCase_ == 3 && + readWriteBuilder_ != null) { result.mode_ = readWriteBuilder_.build(); } } @@ -1959,39 +1798,38 @@ private void buildPartialOneofs(com.google.firestore.v1.TransactionOptions resul public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.TransactionOptions) { - return mergeFrom((com.google.firestore.v1.TransactionOptions) other); + return mergeFrom((com.google.firestore.v1.TransactionOptions)other); } else { super.mergeFrom(other); return this; @@ -2001,20 +1839,17 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.firestore.v1.TransactionOptions other) { if (other == com.google.firestore.v1.TransactionOptions.getDefaultInstance()) return this; switch (other.getModeCase()) { - case READ_ONLY: - { - mergeReadOnly(other.getReadOnly()); - break; - } - case READ_WRITE: - { - mergeReadWrite(other.getReadWrite()); - break; - } - case MODE_NOT_SET: - { - break; - } + case READ_ONLY: { + mergeReadOnly(other.getReadOnly()); + break; + } + case READ_WRITE: { + mergeReadWrite(other.getReadWrite()); + break; + } + case MODE_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -2042,25 +1877,26 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: - { - input.readMessage(getReadOnlyFieldBuilder().getBuilder(), extensionRegistry); - modeCase_ = 2; - break; - } // case 18 - case 26: - { - input.readMessage(getReadWriteFieldBuilder().getBuilder(), extensionRegistry); - modeCase_ = 3; - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: { + input.readMessage( + getReadOnlyFieldBuilder().getBuilder(), + extensionRegistry); + modeCase_ = 2; + break; + } // case 18 + case 26: { + input.readMessage( + getReadWriteFieldBuilder().getBuilder(), + extensionRegistry); + modeCase_ = 3; + break; + } // case 26 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -2070,12 +1906,12 @@ public Builder mergeFrom( } // finally return this; } - private int modeCase_ = 0; private java.lang.Object mode_; - - public ModeCase getModeCase() { - return ModeCase.forNumber(modeCase_); + public ModeCase + getModeCase() { + return ModeCase.forNumber( + modeCase_); } public Builder clearMode() { @@ -2088,19 +1924,13 @@ public Builder clearMode() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions.ReadOnly, - com.google.firestore.v1.TransactionOptions.ReadOnly.Builder, - com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder> - readOnlyBuilder_; + com.google.firestore.v1.TransactionOptions.ReadOnly, com.google.firestore.v1.TransactionOptions.ReadOnly.Builder, com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder> readOnlyBuilder_; /** - * - * *
      * The transaction can only be used for read operations.
      * 
* * .google.firestore.v1.TransactionOptions.ReadOnly read_only = 2; - * * @return Whether the readOnly field is set. */ @java.lang.Override @@ -2108,14 +1938,11 @@ public boolean hasReadOnly() { return modeCase_ == 2; } /** - * - * *
      * The transaction can only be used for read operations.
      * 
* * .google.firestore.v1.TransactionOptions.ReadOnly read_only = 2; - * * @return The readOnly. */ @java.lang.Override @@ -2133,8 +1960,6 @@ public com.google.firestore.v1.TransactionOptions.ReadOnly getReadOnly() { } } /** - * - * *
      * The transaction can only be used for read operations.
      * 
@@ -2155,8 +1980,6 @@ public Builder setReadOnly(com.google.firestore.v1.TransactionOptions.ReadOnly v return this; } /** - * - * *
      * The transaction can only be used for read operations.
      * 
@@ -2175,8 +1998,6 @@ public Builder setReadOnly( return this; } /** - * - * *
      * The transaction can only be used for read operations.
      * 
@@ -2185,13 +2006,10 @@ public Builder setReadOnly( */ public Builder mergeReadOnly(com.google.firestore.v1.TransactionOptions.ReadOnly value) { if (readOnlyBuilder_ == null) { - if (modeCase_ == 2 - && mode_ != com.google.firestore.v1.TransactionOptions.ReadOnly.getDefaultInstance()) { - mode_ = - com.google.firestore.v1.TransactionOptions.ReadOnly.newBuilder( - (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_) - .mergeFrom(value) - .buildPartial(); + if (modeCase_ == 2 && + mode_ != com.google.firestore.v1.TransactionOptions.ReadOnly.getDefaultInstance()) { + mode_ = com.google.firestore.v1.TransactionOptions.ReadOnly.newBuilder((com.google.firestore.v1.TransactionOptions.ReadOnly) mode_) + .mergeFrom(value).buildPartial(); } else { mode_ = value; } @@ -2207,8 +2025,6 @@ public Builder mergeReadOnly(com.google.firestore.v1.TransactionOptions.ReadOnly return this; } /** - * - * *
      * The transaction can only be used for read operations.
      * 
@@ -2232,8 +2048,6 @@ public Builder clearReadOnly() { return this; } /** - * - * *
      * The transaction can only be used for read operations.
      * 
@@ -2244,8 +2058,6 @@ public com.google.firestore.v1.TransactionOptions.ReadOnly.Builder getReadOnlyBu return getReadOnlyFieldBuilder().getBuilder(); } /** - * - * *
      * The transaction can only be used for read operations.
      * 
@@ -2264,8 +2076,6 @@ public com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyO } } /** - * - * *
      * The transaction can only be used for read operations.
      * 
@@ -2273,19 +2083,14 @@ public com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyO * .google.firestore.v1.TransactionOptions.ReadOnly read_only = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions.ReadOnly, - com.google.firestore.v1.TransactionOptions.ReadOnly.Builder, - com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder> + com.google.firestore.v1.TransactionOptions.ReadOnly, com.google.firestore.v1.TransactionOptions.ReadOnly.Builder, com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder> getReadOnlyFieldBuilder() { if (readOnlyBuilder_ == null) { if (!(modeCase_ == 2)) { mode_ = com.google.firestore.v1.TransactionOptions.ReadOnly.getDefaultInstance(); } - readOnlyBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions.ReadOnly, - com.google.firestore.v1.TransactionOptions.ReadOnly.Builder, - com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder>( + readOnlyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.TransactionOptions.ReadOnly, com.google.firestore.v1.TransactionOptions.ReadOnly.Builder, com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder>( (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_, getParentForChildren(), isClean()); @@ -2297,19 +2102,13 @@ public com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyO } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions.ReadWrite, - com.google.firestore.v1.TransactionOptions.ReadWrite.Builder, - com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder> - readWriteBuilder_; + com.google.firestore.v1.TransactionOptions.ReadWrite, com.google.firestore.v1.TransactionOptions.ReadWrite.Builder, com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder> readWriteBuilder_; /** - * - * *
      * The transaction can be used for both read and write operations.
      * 
* * .google.firestore.v1.TransactionOptions.ReadWrite read_write = 3; - * * @return Whether the readWrite field is set. */ @java.lang.Override @@ -2317,14 +2116,11 @@ public boolean hasReadWrite() { return modeCase_ == 3; } /** - * - * *
      * The transaction can be used for both read and write operations.
      * 
* * .google.firestore.v1.TransactionOptions.ReadWrite read_write = 3; - * * @return The readWrite. */ @java.lang.Override @@ -2342,8 +2138,6 @@ public com.google.firestore.v1.TransactionOptions.ReadWrite getReadWrite() { } } /** - * - * *
      * The transaction can be used for both read and write operations.
      * 
@@ -2364,8 +2158,6 @@ public Builder setReadWrite(com.google.firestore.v1.TransactionOptions.ReadWrite return this; } /** - * - * *
      * The transaction can be used for both read and write operations.
      * 
@@ -2384,8 +2176,6 @@ public Builder setReadWrite( return this; } /** - * - * *
      * The transaction can be used for both read and write operations.
      * 
@@ -2394,13 +2184,10 @@ public Builder setReadWrite( */ public Builder mergeReadWrite(com.google.firestore.v1.TransactionOptions.ReadWrite value) { if (readWriteBuilder_ == null) { - if (modeCase_ == 3 - && mode_ != com.google.firestore.v1.TransactionOptions.ReadWrite.getDefaultInstance()) { - mode_ = - com.google.firestore.v1.TransactionOptions.ReadWrite.newBuilder( - (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_) - .mergeFrom(value) - .buildPartial(); + if (modeCase_ == 3 && + mode_ != com.google.firestore.v1.TransactionOptions.ReadWrite.getDefaultInstance()) { + mode_ = com.google.firestore.v1.TransactionOptions.ReadWrite.newBuilder((com.google.firestore.v1.TransactionOptions.ReadWrite) mode_) + .mergeFrom(value).buildPartial(); } else { mode_ = value; } @@ -2416,8 +2203,6 @@ public Builder mergeReadWrite(com.google.firestore.v1.TransactionOptions.ReadWri return this; } /** - * - * *
      * The transaction can be used for both read and write operations.
      * 
@@ -2441,8 +2226,6 @@ public Builder clearReadWrite() { return this; } /** - * - * *
      * The transaction can be used for both read and write operations.
      * 
@@ -2453,8 +2236,6 @@ public com.google.firestore.v1.TransactionOptions.ReadWrite.Builder getReadWrite return getReadWriteFieldBuilder().getBuilder(); } /** - * - * *
      * The transaction can be used for both read and write operations.
      * 
@@ -2473,8 +2254,6 @@ public com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder getReadWrit } } /** - * - * *
      * The transaction can be used for both read and write operations.
      * 
@@ -2482,19 +2261,14 @@ public com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder getReadWrit * .google.firestore.v1.TransactionOptions.ReadWrite read_write = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions.ReadWrite, - com.google.firestore.v1.TransactionOptions.ReadWrite.Builder, - com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder> + com.google.firestore.v1.TransactionOptions.ReadWrite, com.google.firestore.v1.TransactionOptions.ReadWrite.Builder, com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder> getReadWriteFieldBuilder() { if (readWriteBuilder_ == null) { if (!(modeCase_ == 3)) { mode_ = com.google.firestore.v1.TransactionOptions.ReadWrite.getDefaultInstance(); } - readWriteBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions.ReadWrite, - com.google.firestore.v1.TransactionOptions.ReadWrite.Builder, - com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder>( + readWriteBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.TransactionOptions.ReadWrite, com.google.firestore.v1.TransactionOptions.ReadWrite.Builder, com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder>( (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_, getParentForChildren(), isClean()); @@ -2504,9 +2278,9 @@ public com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder getReadWrit onChanged(); return readWriteBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2516,12 +2290,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.TransactionOptions) } // @@protoc_insertion_point(class_scope:google.firestore.v1.TransactionOptions) private static final com.google.firestore.v1.TransactionOptions DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.TransactionOptions(); } @@ -2530,27 +2304,27 @@ public static com.google.firestore.v1.TransactionOptions getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public TransactionOptions parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TransactionOptions parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2565,4 +2339,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.TransactionOptions getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptionsOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptionsOrBuilder.java similarity index 73% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptionsOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptionsOrBuilder.java index a5f8818c4..28f2d4671 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptionsOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptionsOrBuilder.java @@ -1,56 +1,32 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/common.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface TransactionOptionsOrBuilder - extends +public interface TransactionOptionsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.TransactionOptions) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The transaction can only be used for read operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadOnly read_only = 2; - * * @return Whether the readOnly field is set. */ boolean hasReadOnly(); /** - * - * *
    * The transaction can only be used for read operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadOnly read_only = 2; - * * @return The readOnly. */ com.google.firestore.v1.TransactionOptions.ReadOnly getReadOnly(); /** - * - * *
    * The transaction can only be used for read operations.
    * 
@@ -60,32 +36,24 @@ public interface TransactionOptionsOrBuilder com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyOrBuilder(); /** - * - * *
    * The transaction can be used for both read and write operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadWrite read_write = 3; - * * @return Whether the readWrite field is set. */ boolean hasReadWrite(); /** - * - * *
    * The transaction can be used for both read and write operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadWrite read_write = 3; - * * @return The readWrite. */ com.google.firestore.v1.TransactionOptions.ReadWrite getReadWrite(); /** - * - * *
    * The transaction can be used for both read and write operations.
    * 
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequest.java similarity index 73% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequest.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequest.java index c11a27c47..a09465c7d 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,8 +5,6 @@ package com.google.firestore.v1; /** - * - * *
  * The request for
  * [Firestore.UpdateDocument][google.firestore.v1.Firestore.UpdateDocument].
@@ -29,53 +12,48 @@
  *
  * Protobuf type {@code google.firestore.v1.UpdateDocumentRequest}
  */
-public final class UpdateDocumentRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class UpdateDocumentRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.UpdateDocumentRequest)
     UpdateDocumentRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use UpdateDocumentRequest.newBuilder() to construct.
   private UpdateDocumentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private UpdateDocumentRequest() {}
+  private UpdateDocumentRequest() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new UpdateDocumentRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_UpdateDocumentRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_UpdateDocumentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.UpdateDocumentRequest.class,
-            com.google.firestore.v1.UpdateDocumentRequest.Builder.class);
+            com.google.firestore.v1.UpdateDocumentRequest.class, com.google.firestore.v1.UpdateDocumentRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int DOCUMENT_FIELD_NUMBER = 1;
   private com.google.firestore.v1.Document document_;
   /**
-   *
-   *
    * 
    * Required. The updated document.
    * Creates the document if it does not already exist.
    * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the document field is set. */ @java.lang.Override @@ -83,16 +61,12 @@ public boolean hasDocument() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Required. The updated document.
    * Creates the document if it does not already exist.
    * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The document. */ @java.lang.Override @@ -100,15 +74,12 @@ public com.google.firestore.v1.Document getDocument() { return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; } /** - * - * *
    * Required. The updated document.
    * Creates the document if it does not already exist.
    * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { @@ -118,8 +89,6 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { public static final int UPDATE_MASK_FIELD_NUMBER = 2; private com.google.firestore.v1.DocumentMask updateMask_; /** - * - * *
    * The fields to update.
    * None of the field paths in the mask may contain a reserved name.
@@ -131,7 +100,6 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
    * 
* * .google.firestore.v1.DocumentMask update_mask = 2; - * * @return Whether the updateMask field is set. */ @java.lang.Override @@ -139,8 +107,6 @@ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * The fields to update.
    * None of the field paths in the mask may contain a reserved name.
@@ -152,18 +118,13 @@ public boolean hasUpdateMask() {
    * 
* * .google.firestore.v1.DocumentMask update_mask = 2; - * * @return The updateMask. */ @java.lang.Override public com.google.firestore.v1.DocumentMask getUpdateMask() { - return updateMask_ == null - ? com.google.firestore.v1.DocumentMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * The fields to update.
    * None of the field paths in the mask may contain a reserved name.
@@ -178,16 +139,12 @@ public com.google.firestore.v1.DocumentMask getUpdateMask() {
    */
   @java.lang.Override
   public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
-    return updateMask_ == null
-        ? com.google.firestore.v1.DocumentMask.getDefaultInstance()
-        : updateMask_;
+    return updateMask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_;
   }
 
   public static final int MASK_FIELD_NUMBER = 3;
   private com.google.firestore.v1.DocumentMask mask_;
   /**
-   *
-   *
    * 
    * The fields to return. If not set, returns all fields.
    *
@@ -196,7 +153,6 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
    * 
* * .google.firestore.v1.DocumentMask mask = 3; - * * @return Whether the mask field is set. */ @java.lang.Override @@ -204,8 +160,6 @@ public boolean hasMask() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -214,7 +168,6 @@ public boolean hasMask() {
    * 
* * .google.firestore.v1.DocumentMask mask = 3; - * * @return The mask. */ @java.lang.Override @@ -222,8 +175,6 @@ public com.google.firestore.v1.DocumentMask getMask() { return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_; } /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -241,15 +192,12 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
   public static final int CURRENT_DOCUMENT_FIELD_NUMBER = 4;
   private com.google.firestore.v1.Precondition currentDocument_;
   /**
-   *
-   *
    * 
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 4; - * * @return Whether the currentDocument field is set. */ @java.lang.Override @@ -257,26 +205,19 @@ public boolean hasCurrentDocument() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 4; - * * @return The currentDocument. */ @java.lang.Override public com.google.firestore.v1.Precondition getCurrentDocument() { - return currentDocument_ == null - ? com.google.firestore.v1.Precondition.getDefaultInstance() - : currentDocument_; + return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_; } /** - * - * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
@@ -286,13 +227,10 @@ public com.google.firestore.v1.Precondition getCurrentDocument() {
    */
   @java.lang.Override
   public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder() {
-    return currentDocument_ == null
-        ? com.google.firestore.v1.Precondition.getDefaultInstance()
-        : currentDocument_;
+    return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_;
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -304,7 +242,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getDocument());
     }
@@ -327,16 +266,20 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getDocument());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, getDocument());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getUpdateMask());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, getUpdateMask());
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getMask());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getMask());
     }
     if (((bitField0_ & 0x00000008) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getCurrentDocument());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(4, getCurrentDocument());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -346,29 +289,32 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.UpdateDocumentRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.UpdateDocumentRequest other =
-        (com.google.firestore.v1.UpdateDocumentRequest) obj;
+    com.google.firestore.v1.UpdateDocumentRequest other = (com.google.firestore.v1.UpdateDocumentRequest) obj;
 
     if (hasDocument() != other.hasDocument()) return false;
     if (hasDocument()) {
-      if (!getDocument().equals(other.getDocument())) return false;
+      if (!getDocument()
+          .equals(other.getDocument())) return false;
     }
     if (hasUpdateMask() != other.hasUpdateMask()) return false;
     if (hasUpdateMask()) {
-      if (!getUpdateMask().equals(other.getUpdateMask())) return false;
+      if (!getUpdateMask()
+          .equals(other.getUpdateMask())) return false;
     }
     if (hasMask() != other.hasMask()) return false;
     if (hasMask()) {
-      if (!getMask().equals(other.getMask())) return false;
+      if (!getMask()
+          .equals(other.getMask())) return false;
     }
     if (hasCurrentDocument() != other.hasCurrentDocument()) return false;
     if (hasCurrentDocument()) {
-      if (!getCurrentDocument().equals(other.getCurrentDocument())) return false;
+      if (!getCurrentDocument()
+          .equals(other.getCurrentDocument())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -402,104 +348,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.UpdateDocumentRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.UpdateDocumentRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.UpdateDocumentRequest parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.UpdateDocumentRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The request for
    * [Firestore.UpdateDocument][google.firestore.v1.Firestore.UpdateDocument].
@@ -507,23 +448,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.UpdateDocumentRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.UpdateDocumentRequest)
       com.google.firestore.v1.UpdateDocumentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_UpdateDocumentRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_UpdateDocumentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.UpdateDocumentRequest.class,
-              com.google.firestore.v1.UpdateDocumentRequest.Builder.class);
+              com.google.firestore.v1.UpdateDocumentRequest.class, com.google.firestore.v1.UpdateDocumentRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.UpdateDocumentRequest.newBuilder()
@@ -531,20 +470,20 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getDocumentFieldBuilder();
         getUpdateMaskFieldBuilder();
         getMaskFieldBuilder();
         getCurrentDocumentFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -573,9 +512,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -594,11 +533,8 @@ public com.google.firestore.v1.UpdateDocumentRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.UpdateDocumentRequest buildPartial() {
-      com.google.firestore.v1.UpdateDocumentRequest result =
-          new com.google.firestore.v1.UpdateDocumentRequest(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.firestore.v1.UpdateDocumentRequest result = new com.google.firestore.v1.UpdateDocumentRequest(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -607,20 +543,27 @@ private void buildPartial0(com.google.firestore.v1.UpdateDocumentRequest result)
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.document_ = documentBuilder_ == null ? document_ : documentBuilder_.build();
+        result.document_ = documentBuilder_ == null
+            ? document_
+            : documentBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.updateMask_ = updateMaskBuilder_ == null ? updateMask_ : updateMaskBuilder_.build();
+        result.updateMask_ = updateMaskBuilder_ == null
+            ? updateMask_
+            : updateMaskBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.mask_ = maskBuilder_ == null ? mask_ : maskBuilder_.build();
+        result.mask_ = maskBuilder_ == null
+            ? mask_
+            : maskBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.currentDocument_ =
-            currentDocumentBuilder_ == null ? currentDocument_ : currentDocumentBuilder_.build();
+        result.currentDocument_ = currentDocumentBuilder_ == null
+            ? currentDocument_
+            : currentDocumentBuilder_.build();
         to_bitField0_ |= 0x00000008;
       }
       result.bitField0_ |= to_bitField0_;
@@ -630,39 +573,38 @@ private void buildPartial0(com.google.firestore.v1.UpdateDocumentRequest result)
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.UpdateDocumentRequest) {
-        return mergeFrom((com.google.firestore.v1.UpdateDocumentRequest) other);
+        return mergeFrom((com.google.firestore.v1.UpdateDocumentRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -709,37 +651,40 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getDocumentFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 26:
-              {
-                input.readMessage(getMaskFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            case 34:
-              {
-                input.readMessage(getCurrentDocumentFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 34
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getDocumentFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getUpdateMaskFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 26: {
+              input.readMessage(
+                  getMaskFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            case 34: {
+              input.readMessage(
+                  getCurrentDocumentFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 34
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -749,63 +694,46 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.firestore.v1.Document document_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Document,
-            com.google.firestore.v1.Document.Builder,
-            com.google.firestore.v1.DocumentOrBuilder>
-        documentBuilder_;
+        com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> documentBuilder_;
     /**
-     *
-     *
      * 
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the document field is set. */ public boolean hasDocument() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The document. */ public com.google.firestore.v1.Document getDocument() { if (documentBuilder_ == null) { - return document_ == null - ? com.google.firestore.v1.Document.getDefaultInstance() - : document_; + return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; } else { return documentBuilder_.getMessage(); } } /** - * - * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setDocument(com.google.firestore.v1.Document value) { if (documentBuilder_ == null) { @@ -821,17 +749,15 @@ public Builder setDocument(com.google.firestore.v1.Document value) { return this; } /** - * - * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setDocument(com.google.firestore.v1.Document.Builder builderForValue) { + public Builder setDocument( + com.google.firestore.v1.Document.Builder builderForValue) { if (documentBuilder_ == null) { document_ = builderForValue.build(); } else { @@ -842,21 +768,18 @@ public Builder setDocument(com.google.firestore.v1.Document.Builder builderForVa return this; } /** - * - * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeDocument(com.google.firestore.v1.Document value) { if (documentBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && document_ != null - && document_ != com.google.firestore.v1.Document.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + document_ != null && + document_ != com.google.firestore.v1.Document.getDefaultInstance()) { getDocumentBuilder().mergeFrom(value); } else { document_ = value; @@ -871,15 +794,12 @@ public Builder mergeDocument(com.google.firestore.v1.Document value) { return this; } /** - * - * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearDocument() { bitField0_ = (bitField0_ & ~0x00000001); @@ -892,15 +812,12 @@ public Builder clearDocument() { return this; } /** - * - * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.v1.Document.Builder getDocumentBuilder() { bitField0_ |= 0x00000001; @@ -908,48 +825,38 @@ public com.google.firestore.v1.Document.Builder getDocumentBuilder() { return getDocumentFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { if (documentBuilder_ != null) { return documentBuilder_.getMessageOrBuilder(); } else { - return document_ == null - ? com.google.firestore.v1.Document.getDefaultInstance() - : document_; + return document_ == null ? + com.google.firestore.v1.Document.getDefaultInstance() : document_; } } /** - * - * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder> + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> getDocumentFieldBuilder() { if (documentBuilder_ == null) { - documentBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder>( - getDocument(), getParentForChildren(), isClean()); + documentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>( + getDocument(), + getParentForChildren(), + isClean()); document_ = null; } return documentBuilder_; @@ -957,13 +864,8 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { private com.google.firestore.v1.DocumentMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, - com.google.firestore.v1.DocumentMask.Builder, - com.google.firestore.v1.DocumentMaskOrBuilder> - updateMaskBuilder_; + com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -975,15 +877,12 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
      * 
* * .google.firestore.v1.DocumentMask update_mask = 2; - * * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -995,21 +894,16 @@ public boolean hasUpdateMask() {
      * 
* * .google.firestore.v1.DocumentMask update_mask = 2; - * * @return The updateMask. */ public com.google.firestore.v1.DocumentMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.firestore.v1.DocumentMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -1036,8 +930,6 @@ public Builder setUpdateMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -1050,7 +942,8 @@ public Builder setUpdateMask(com.google.firestore.v1.DocumentMask value) {
      *
      * .google.firestore.v1.DocumentMask update_mask = 2;
      */
-    public Builder setUpdateMask(com.google.firestore.v1.DocumentMask.Builder builderForValue) {
+    public Builder setUpdateMask(
+        com.google.firestore.v1.DocumentMask.Builder builderForValue) {
       if (updateMaskBuilder_ == null) {
         updateMask_ = builderForValue.build();
       } else {
@@ -1061,8 +954,6 @@ public Builder setUpdateMask(com.google.firestore.v1.DocumentMask.Builder builde
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -1077,9 +968,9 @@ public Builder setUpdateMask(com.google.firestore.v1.DocumentMask.Builder builde
      */
     public Builder mergeUpdateMask(com.google.firestore.v1.DocumentMask value) {
       if (updateMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0)
-            && updateMask_ != null
-            && updateMask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0) &&
+          updateMask_ != null &&
+          updateMask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
           getUpdateMaskBuilder().mergeFrom(value);
         } else {
           updateMask_ = value;
@@ -1094,8 +985,6 @@ public Builder mergeUpdateMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -1119,8 +1008,6 @@ public Builder clearUpdateMask() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -1139,8 +1026,6 @@ public com.google.firestore.v1.DocumentMask.Builder getUpdateMaskBuilder() {
       return getUpdateMaskFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -1157,14 +1042,11 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
       if (updateMaskBuilder_ != null) {
         return updateMaskBuilder_.getMessageOrBuilder();
       } else {
-        return updateMask_ == null
-            ? com.google.firestore.v1.DocumentMask.getDefaultInstance()
-            : updateMask_;
+        return updateMask_ == null ?
+            com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_;
       }
     }
     /**
-     *
-     *
      * 
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -1178,17 +1060,14 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
      * .google.firestore.v1.DocumentMask update_mask = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentMask,
-            com.google.firestore.v1.DocumentMask.Builder,
-            com.google.firestore.v1.DocumentMaskOrBuilder>
+        com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> 
         getUpdateMaskFieldBuilder() {
       if (updateMaskBuilder_ == null) {
-        updateMaskBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.DocumentMask,
-                com.google.firestore.v1.DocumentMask.Builder,
-                com.google.firestore.v1.DocumentMaskOrBuilder>(
-                getUpdateMask(), getParentForChildren(), isClean());
+        updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder>(
+                getUpdateMask(),
+                getParentForChildren(),
+                isClean());
         updateMask_ = null;
       }
       return updateMaskBuilder_;
@@ -1196,13 +1075,8 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
 
     private com.google.firestore.v1.DocumentMask mask_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentMask,
-            com.google.firestore.v1.DocumentMask.Builder,
-            com.google.firestore.v1.DocumentMaskOrBuilder>
-        maskBuilder_;
+        com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> maskBuilder_;
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1211,15 +1085,12 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
      * 
* * .google.firestore.v1.DocumentMask mask = 3; - * * @return Whether the mask field is set. */ public boolean hasMask() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1228,7 +1099,6 @@ public boolean hasMask() {
      * 
* * .google.firestore.v1.DocumentMask mask = 3; - * * @return The mask. */ public com.google.firestore.v1.DocumentMask getMask() { @@ -1239,8 +1109,6 @@ public com.google.firestore.v1.DocumentMask getMask() { } } /** - * - * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1264,8 +1132,6 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1275,7 +1141,8 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
      *
      * .google.firestore.v1.DocumentMask mask = 3;
      */
-    public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForValue) {
+    public Builder setMask(
+        com.google.firestore.v1.DocumentMask.Builder builderForValue) {
       if (maskBuilder_ == null) {
         mask_ = builderForValue.build();
       } else {
@@ -1286,8 +1153,6 @@ public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForVa
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1299,9 +1164,9 @@ public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForVa
      */
     public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       if (maskBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0)
-            && mask_ != null
-            && mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0) &&
+          mask_ != null &&
+          mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
           getMaskBuilder().mergeFrom(value);
         } else {
           mask_ = value;
@@ -1316,8 +1181,6 @@ public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1338,8 +1201,6 @@ public Builder clearMask() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1355,8 +1216,6 @@ public com.google.firestore.v1.DocumentMask.Builder getMaskBuilder() {
       return getMaskFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1370,12 +1229,11 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
       if (maskBuilder_ != null) {
         return maskBuilder_.getMessageOrBuilder();
       } else {
-        return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
+        return mask_ == null ?
+            com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
       }
     }
     /**
-     *
-     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1386,17 +1244,14 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
      * .google.firestore.v1.DocumentMask mask = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentMask,
-            com.google.firestore.v1.DocumentMask.Builder,
-            com.google.firestore.v1.DocumentMaskOrBuilder>
+        com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> 
         getMaskFieldBuilder() {
       if (maskBuilder_ == null) {
-        maskBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.DocumentMask,
-                com.google.firestore.v1.DocumentMask.Builder,
-                com.google.firestore.v1.DocumentMaskOrBuilder>(
-                getMask(), getParentForChildren(), isClean());
+        maskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder>(
+                getMask(),
+                getParentForChildren(),
+                isClean());
         mask_ = null;
       }
       return maskBuilder_;
@@ -1404,49 +1259,36 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
 
     private com.google.firestore.v1.Precondition currentDocument_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Precondition,
-            com.google.firestore.v1.Precondition.Builder,
-            com.google.firestore.v1.PreconditionOrBuilder>
-        currentDocumentBuilder_;
+        com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder> currentDocumentBuilder_;
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
      * 
* * .google.firestore.v1.Precondition current_document = 4; - * * @return Whether the currentDocument field is set. */ public boolean hasCurrentDocument() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
      * 
* * .google.firestore.v1.Precondition current_document = 4; - * * @return The currentDocument. */ public com.google.firestore.v1.Precondition getCurrentDocument() { if (currentDocumentBuilder_ == null) { - return currentDocument_ == null - ? com.google.firestore.v1.Precondition.getDefaultInstance() - : currentDocument_; + return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_; } else { return currentDocumentBuilder_.getMessage(); } } /** - * - * *
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -1468,8 +1310,6 @@ public Builder setCurrentDocument(com.google.firestore.v1.Precondition value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -1489,8 +1329,6 @@ public Builder setCurrentDocument(
       return this;
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -1500,9 +1338,9 @@ public Builder setCurrentDocument(
      */
     public Builder mergeCurrentDocument(com.google.firestore.v1.Precondition value) {
       if (currentDocumentBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0)
-            && currentDocument_ != null
-            && currentDocument_ != com.google.firestore.v1.Precondition.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0) &&
+          currentDocument_ != null &&
+          currentDocument_ != com.google.firestore.v1.Precondition.getDefaultInstance()) {
           getCurrentDocumentBuilder().mergeFrom(value);
         } else {
           currentDocument_ = value;
@@ -1517,8 +1355,6 @@ public Builder mergeCurrentDocument(com.google.firestore.v1.Precondition value)
       return this;
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -1537,8 +1373,6 @@ public Builder clearCurrentDocument() {
       return this;
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -1552,8 +1386,6 @@ public com.google.firestore.v1.Precondition.Builder getCurrentDocumentBuilder()
       return getCurrentDocumentFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -1565,14 +1397,11 @@ public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder
       if (currentDocumentBuilder_ != null) {
         return currentDocumentBuilder_.getMessageOrBuilder();
       } else {
-        return currentDocument_ == null
-            ? com.google.firestore.v1.Precondition.getDefaultInstance()
-            : currentDocument_;
+        return currentDocument_ == null ?
+            com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_;
       }
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -1581,24 +1410,21 @@ public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder
      * .google.firestore.v1.Precondition current_document = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Precondition,
-            com.google.firestore.v1.Precondition.Builder,
-            com.google.firestore.v1.PreconditionOrBuilder>
+        com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder> 
         getCurrentDocumentFieldBuilder() {
       if (currentDocumentBuilder_ == null) {
-        currentDocumentBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.Precondition,
-                com.google.firestore.v1.Precondition.Builder,
-                com.google.firestore.v1.PreconditionOrBuilder>(
-                getCurrentDocument(), getParentForChildren(), isClean());
+        currentDocumentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder>(
+                getCurrentDocument(),
+                getParentForChildren(),
+                isClean());
         currentDocument_ = null;
       }
       return currentDocumentBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1608,12 +1434,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.UpdateDocumentRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.UpdateDocumentRequest)
   private static final com.google.firestore.v1.UpdateDocumentRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.UpdateDocumentRequest();
   }
@@ -1622,27 +1448,27 @@ public static com.google.firestore.v1.UpdateDocumentRequest getDefaultInstance()
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public UpdateDocumentRequest parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public UpdateDocumentRequest parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1657,4 +1483,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.UpdateDocumentRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequestOrBuilder.java
similarity index 83%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequestOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequestOrBuilder.java
index eeaff9772..1c549960c 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequestOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequestOrBuilder.java
@@ -1,73 +1,44 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface UpdateDocumentRequestOrBuilder
-    extends
+public interface UpdateDocumentRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.UpdateDocumentRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. The updated document.
    * Creates the document if it does not already exist.
    * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the document field is set. */ boolean hasDocument(); /** - * - * *
    * Required. The updated document.
    * Creates the document if it does not already exist.
    * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The document. */ com.google.firestore.v1.Document getDocument(); /** - * - * *
    * Required. The updated document.
    * Creates the document if it does not already exist.
    * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; */ com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder(); /** - * - * *
    * The fields to update.
    * None of the field paths in the mask may contain a reserved name.
@@ -79,13 +50,10 @@ public interface UpdateDocumentRequestOrBuilder
    * 
* * .google.firestore.v1.DocumentMask update_mask = 2; - * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * The fields to update.
    * None of the field paths in the mask may contain a reserved name.
@@ -97,13 +65,10 @@ public interface UpdateDocumentRequestOrBuilder
    * 
* * .google.firestore.v1.DocumentMask update_mask = 2; - * * @return The updateMask. */ com.google.firestore.v1.DocumentMask getUpdateMask(); /** - * - * *
    * The fields to update.
    * None of the field paths in the mask may contain a reserved name.
@@ -119,8 +84,6 @@ public interface UpdateDocumentRequestOrBuilder
   com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder();
 
   /**
-   *
-   *
    * 
    * The fields to return. If not set, returns all fields.
    *
@@ -129,13 +92,10 @@ public interface UpdateDocumentRequestOrBuilder
    * 
* * .google.firestore.v1.DocumentMask mask = 3; - * * @return Whether the mask field is set. */ boolean hasMask(); /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -144,13 +104,10 @@ public interface UpdateDocumentRequestOrBuilder
    * 
* * .google.firestore.v1.DocumentMask mask = 3; - * * @return The mask. */ com.google.firestore.v1.DocumentMask getMask(); /** - * - * *
    * The fields to return. If not set, returns all fields.
    *
@@ -163,34 +120,26 @@ public interface UpdateDocumentRequestOrBuilder
   com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder();
 
   /**
-   *
-   *
    * 
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 4; - * * @return Whether the currentDocument field is set. */ boolean hasCurrentDocument(); /** - * - * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 4; - * * @return The currentDocument. */ com.google.firestore.v1.Precondition getCurrentDocument(); /** - * - * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Value.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Value.java
similarity index 74%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Value.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Value.java
index 378e89748..a4dbd3d66 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Value.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Value.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/document.proto
 
@@ -20,54 +5,49 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * A message that can hold any of the supported value types.
  * 
* * Protobuf type {@code google.firestore.v1.Value} */ -public final class Value extends com.google.protobuf.GeneratedMessageV3 - implements +public final class Value extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.Value) ValueOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use Value.newBuilder() to construct. private Value(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private Value() {} + private Value() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Value(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_Value_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Value_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_Value_fieldAccessorTable + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Value_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Value.class, com.google.firestore.v1.Value.Builder.class); } private int valueTypeCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object valueType_; - public enum ValueTypeCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { NULL_VALUE(11), BOOLEAN_VALUE(1), @@ -82,7 +62,6 @@ public enum ValueTypeCase MAP_VALUE(6), VALUETYPE_NOT_SET(0); private final int value; - private ValueTypeCase(int value) { this.value = value; } @@ -98,68 +77,50 @@ public static ValueTypeCase valueOf(int value) { public static ValueTypeCase forNumber(int value) { switch (value) { - case 11: - return NULL_VALUE; - case 1: - return BOOLEAN_VALUE; - case 2: - return INTEGER_VALUE; - case 3: - return DOUBLE_VALUE; - case 10: - return TIMESTAMP_VALUE; - case 17: - return STRING_VALUE; - case 18: - return BYTES_VALUE; - case 5: - return REFERENCE_VALUE; - case 8: - return GEO_POINT_VALUE; - case 9: - return ARRAY_VALUE; - case 6: - return MAP_VALUE; - case 0: - return VALUETYPE_NOT_SET; - default: - return null; + case 11: return NULL_VALUE; + case 1: return BOOLEAN_VALUE; + case 2: return INTEGER_VALUE; + case 3: return DOUBLE_VALUE; + case 10: return TIMESTAMP_VALUE; + case 17: return STRING_VALUE; + case 18: return BYTES_VALUE; + case 5: return REFERENCE_VALUE; + case 8: return GEO_POINT_VALUE; + case 9: return ARRAY_VALUE; + case 6: return MAP_VALUE; + case 0: return VALUETYPE_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public ValueTypeCase getValueTypeCase() { - return ValueTypeCase.forNumber(valueTypeCase_); + public ValueTypeCase + getValueTypeCase() { + return ValueTypeCase.forNumber( + valueTypeCase_); } public static final int NULL_VALUE_FIELD_NUMBER = 11; /** - * - * *
    * A null value.
    * 
* * .google.protobuf.NullValue null_value = 11; - * * @return Whether the nullValue field is set. */ public boolean hasNullValue() { return valueTypeCase_ == 11; } /** - * - * *
    * A null value.
    * 
* * .google.protobuf.NullValue null_value = 11; - * * @return The enum numeric value on the wire for nullValue. */ public int getNullValueValue() { @@ -169,20 +130,17 @@ public int getNullValueValue() { return 0; } /** - * - * *
    * A null value.
    * 
* * .google.protobuf.NullValue null_value = 11; - * * @return The nullValue. */ public com.google.protobuf.NullValue getNullValue() { if (valueTypeCase_ == 11) { - com.google.protobuf.NullValue result = - com.google.protobuf.NullValue.forNumber((java.lang.Integer) valueType_); + com.google.protobuf.NullValue result = com.google.protobuf.NullValue.forNumber( + (java.lang.Integer) valueType_); return result == null ? com.google.protobuf.NullValue.UNRECOGNIZED : result; } return com.google.protobuf.NullValue.NULL_VALUE; @@ -190,14 +148,11 @@ public com.google.protobuf.NullValue getNullValue() { public static final int BOOLEAN_VALUE_FIELD_NUMBER = 1; /** - * - * *
    * A boolean value.
    * 
* * bool boolean_value = 1; - * * @return Whether the booleanValue field is set. */ @java.lang.Override @@ -205,14 +160,11 @@ public boolean hasBooleanValue() { return valueTypeCase_ == 1; } /** - * - * *
    * A boolean value.
    * 
* * bool boolean_value = 1; - * * @return The booleanValue. */ @java.lang.Override @@ -225,14 +177,11 @@ public boolean getBooleanValue() { public static final int INTEGER_VALUE_FIELD_NUMBER = 2; /** - * - * *
    * An integer value.
    * 
* * int64 integer_value = 2; - * * @return Whether the integerValue field is set. */ @java.lang.Override @@ -240,14 +189,11 @@ public boolean hasIntegerValue() { return valueTypeCase_ == 2; } /** - * - * *
    * An integer value.
    * 
* * int64 integer_value = 2; - * * @return The integerValue. */ @java.lang.Override @@ -260,14 +206,11 @@ public long getIntegerValue() { public static final int DOUBLE_VALUE_FIELD_NUMBER = 3; /** - * - * *
    * A double value.
    * 
* * double double_value = 3; - * * @return Whether the doubleValue field is set. */ @java.lang.Override @@ -275,14 +218,11 @@ public boolean hasDoubleValue() { return valueTypeCase_ == 3; } /** - * - * *
    * A double value.
    * 
* * double double_value = 3; - * * @return The doubleValue. */ @java.lang.Override @@ -295,8 +235,6 @@ public double getDoubleValue() { public static final int TIMESTAMP_VALUE_FIELD_NUMBER = 10; /** - * - * *
    * A timestamp value.
    *
@@ -305,7 +243,6 @@ public double getDoubleValue() {
    * 
* * .google.protobuf.Timestamp timestamp_value = 10; - * * @return Whether the timestampValue field is set. */ @java.lang.Override @@ -313,8 +250,6 @@ public boolean hasTimestampValue() { return valueTypeCase_ == 10; } /** - * - * *
    * A timestamp value.
    *
@@ -323,19 +258,16 @@ public boolean hasTimestampValue() {
    * 
* * .google.protobuf.Timestamp timestamp_value = 10; - * * @return The timestampValue. */ @java.lang.Override public com.google.protobuf.Timestamp getTimestampValue() { if (valueTypeCase_ == 10) { - return (com.google.protobuf.Timestamp) valueType_; + return (com.google.protobuf.Timestamp) valueType_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** - * - * *
    * A timestamp value.
    *
@@ -348,15 +280,13 @@ public com.google.protobuf.Timestamp getTimestampValue() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() {
     if (valueTypeCase_ == 10) {
-      return (com.google.protobuf.Timestamp) valueType_;
+       return (com.google.protobuf.Timestamp) valueType_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
 
   public static final int STRING_VALUE_FIELD_NUMBER = 17;
   /**
-   *
-   *
    * 
    * A string value.
    *
@@ -366,15 +296,12 @@ public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() {
    * 
* * string string_value = 17; - * * @return Whether the stringValue field is set. */ public boolean hasStringValue() { return valueTypeCase_ == 17; } /** - * - * *
    * A string value.
    *
@@ -384,7 +311,6 @@ public boolean hasStringValue() {
    * 
* * string string_value = 17; - * * @return The stringValue. */ public java.lang.String getStringValue() { @@ -395,7 +321,8 @@ public java.lang.String getStringValue() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (valueTypeCase_ == 17) { valueType_ = s; @@ -404,8 +331,6 @@ public java.lang.String getStringValue() { } } /** - * - * *
    * A string value.
    *
@@ -415,17 +340,18 @@ public java.lang.String getStringValue() {
    * 
* * string string_value = 17; - * * @return The bytes for stringValue. */ - public com.google.protobuf.ByteString getStringValueBytes() { + public com.google.protobuf.ByteString + getStringValueBytes() { java.lang.Object ref = ""; if (valueTypeCase_ == 17) { ref = valueType_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (valueTypeCase_ == 17) { valueType_ = b; } @@ -437,8 +363,6 @@ public com.google.protobuf.ByteString getStringValueBytes() { public static final int BYTES_VALUE_FIELD_NUMBER = 18; /** - * - * *
    * A bytes value.
    *
@@ -447,7 +371,6 @@ public com.google.protobuf.ByteString getStringValueBytes() {
    * 
* * bytes bytes_value = 18; - * * @return Whether the bytesValue field is set. */ @java.lang.Override @@ -455,8 +378,6 @@ public boolean hasBytesValue() { return valueTypeCase_ == 18; } /** - * - * *
    * A bytes value.
    *
@@ -465,7 +386,6 @@ public boolean hasBytesValue() {
    * 
* * bytes bytes_value = 18; - * * @return The bytesValue. */ @java.lang.Override @@ -478,30 +398,24 @@ public com.google.protobuf.ByteString getBytesValue() { public static final int REFERENCE_VALUE_FIELD_NUMBER = 5; /** - * - * *
    * A reference to a document. For example:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string reference_value = 5; - * * @return Whether the referenceValue field is set. */ public boolean hasReferenceValue() { return valueTypeCase_ == 5; } /** - * - * *
    * A reference to a document. For example:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string reference_value = 5; - * * @return The referenceValue. */ public java.lang.String getReferenceValue() { @@ -512,7 +426,8 @@ public java.lang.String getReferenceValue() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (valueTypeCase_ == 5) { valueType_ = s; @@ -521,25 +436,24 @@ public java.lang.String getReferenceValue() { } } /** - * - * *
    * A reference to a document. For example:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string reference_value = 5; - * * @return The bytes for referenceValue. */ - public com.google.protobuf.ByteString getReferenceValueBytes() { + public com.google.protobuf.ByteString + getReferenceValueBytes() { java.lang.Object ref = ""; if (valueTypeCase_ == 5) { ref = valueType_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (valueTypeCase_ == 5) { valueType_ = b; } @@ -551,14 +465,11 @@ public com.google.protobuf.ByteString getReferenceValueBytes() { public static final int GEO_POINT_VALUE_FIELD_NUMBER = 8; /** - * - * *
    * A geo point value representing a point on the surface of Earth.
    * 
* * .google.type.LatLng geo_point_value = 8; - * * @return Whether the geoPointValue field is set. */ @java.lang.Override @@ -566,26 +477,21 @@ public boolean hasGeoPointValue() { return valueTypeCase_ == 8; } /** - * - * *
    * A geo point value representing a point on the surface of Earth.
    * 
* * .google.type.LatLng geo_point_value = 8; - * * @return The geoPointValue. */ @java.lang.Override public com.google.type.LatLng getGeoPointValue() { if (valueTypeCase_ == 8) { - return (com.google.type.LatLng) valueType_; + return (com.google.type.LatLng) valueType_; } return com.google.type.LatLng.getDefaultInstance(); } /** - * - * *
    * A geo point value representing a point on the surface of Earth.
    * 
@@ -595,15 +501,13 @@ public com.google.type.LatLng getGeoPointValue() { @java.lang.Override public com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder() { if (valueTypeCase_ == 8) { - return (com.google.type.LatLng) valueType_; + return (com.google.type.LatLng) valueType_; } return com.google.type.LatLng.getDefaultInstance(); } public static final int ARRAY_VALUE_FIELD_NUMBER = 9; /** - * - * *
    * An array value.
    *
@@ -612,7 +516,6 @@ public com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder() {
    * 
* * .google.firestore.v1.ArrayValue array_value = 9; - * * @return Whether the arrayValue field is set. */ @java.lang.Override @@ -620,8 +523,6 @@ public boolean hasArrayValue() { return valueTypeCase_ == 9; } /** - * - * *
    * An array value.
    *
@@ -630,19 +531,16 @@ public boolean hasArrayValue() {
    * 
* * .google.firestore.v1.ArrayValue array_value = 9; - * * @return The arrayValue. */ @java.lang.Override public com.google.firestore.v1.ArrayValue getArrayValue() { if (valueTypeCase_ == 9) { - return (com.google.firestore.v1.ArrayValue) valueType_; + return (com.google.firestore.v1.ArrayValue) valueType_; } return com.google.firestore.v1.ArrayValue.getDefaultInstance(); } /** - * - * *
    * An array value.
    *
@@ -655,21 +553,18 @@ public com.google.firestore.v1.ArrayValue getArrayValue() {
   @java.lang.Override
   public com.google.firestore.v1.ArrayValueOrBuilder getArrayValueOrBuilder() {
     if (valueTypeCase_ == 9) {
-      return (com.google.firestore.v1.ArrayValue) valueType_;
+       return (com.google.firestore.v1.ArrayValue) valueType_;
     }
     return com.google.firestore.v1.ArrayValue.getDefaultInstance();
   }
 
   public static final int MAP_VALUE_FIELD_NUMBER = 6;
   /**
-   *
-   *
    * 
    * A map value.
    * 
* * .google.firestore.v1.MapValue map_value = 6; - * * @return Whether the mapValue field is set. */ @java.lang.Override @@ -677,26 +572,21 @@ public boolean hasMapValue() { return valueTypeCase_ == 6; } /** - * - * *
    * A map value.
    * 
* * .google.firestore.v1.MapValue map_value = 6; - * * @return The mapValue. */ @java.lang.Override public com.google.firestore.v1.MapValue getMapValue() { if (valueTypeCase_ == 6) { - return (com.google.firestore.v1.MapValue) valueType_; + return (com.google.firestore.v1.MapValue) valueType_; } return com.google.firestore.v1.MapValue.getDefaultInstance(); } /** - * - * *
    * A map value.
    * 
@@ -706,13 +596,12 @@ public com.google.firestore.v1.MapValue getMapValue() { @java.lang.Override public com.google.firestore.v1.MapValueOrBuilder getMapValueOrBuilder() { if (valueTypeCase_ == 6) { - return (com.google.firestore.v1.MapValue) valueType_; + return (com.google.firestore.v1.MapValue) valueType_; } return com.google.firestore.v1.MapValue.getDefaultInstance(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -724,15 +613,19 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (valueTypeCase_ == 1) { - output.writeBool(1, (boolean) ((java.lang.Boolean) valueType_)); + output.writeBool( + 1, (boolean)((java.lang.Boolean) valueType_)); } if (valueTypeCase_ == 2) { - output.writeInt64(2, (long) ((java.lang.Long) valueType_)); + output.writeInt64( + 2, (long)((java.lang.Long) valueType_)); } if (valueTypeCase_ == 3) { - output.writeDouble(3, (double) ((java.lang.Double) valueType_)); + output.writeDouble( + 3, (double)((java.lang.Double) valueType_)); } if (valueTypeCase_ == 5) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, valueType_); @@ -756,7 +649,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io com.google.protobuf.GeneratedMessageV3.writeString(output, 17, valueType_); } if (valueTypeCase_ == 18) { - output.writeBytes(18, (com.google.protobuf.ByteString) valueType_); + output.writeBytes( + 18, (com.google.protobuf.ByteString) valueType_); } getUnknownFields().writeTo(output); } @@ -768,55 +662,50 @@ public int getSerializedSize() { size = 0; if (valueTypeCase_ == 1) { - size += - com.google.protobuf.CodedOutputStream.computeBoolSize( - 1, (boolean) ((java.lang.Boolean) valueType_)); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize( + 1, (boolean)((java.lang.Boolean) valueType_)); } if (valueTypeCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeInt64Size( - 2, (long) ((java.lang.Long) valueType_)); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size( + 2, (long)((java.lang.Long) valueType_)); } if (valueTypeCase_ == 3) { - size += - com.google.protobuf.CodedOutputStream.computeDoubleSize( - 3, (double) ((java.lang.Double) valueType_)); + size += com.google.protobuf.CodedOutputStream + .computeDoubleSize( + 3, (double)((java.lang.Double) valueType_)); } if (valueTypeCase_ == 5) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, valueType_); } if (valueTypeCase_ == 6) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 6, (com.google.firestore.v1.MapValue) valueType_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, (com.google.firestore.v1.MapValue) valueType_); } if (valueTypeCase_ == 8) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 8, (com.google.type.LatLng) valueType_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(8, (com.google.type.LatLng) valueType_); } if (valueTypeCase_ == 9) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 9, (com.google.firestore.v1.ArrayValue) valueType_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(9, (com.google.firestore.v1.ArrayValue) valueType_); } if (valueTypeCase_ == 10) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 10, (com.google.protobuf.Timestamp) valueType_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, (com.google.protobuf.Timestamp) valueType_); } if (valueTypeCase_ == 11) { - size += - com.google.protobuf.CodedOutputStream.computeEnumSize( - 11, ((java.lang.Integer) valueType_)); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(11, ((java.lang.Integer) valueType_)); } if (valueTypeCase_ == 17) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(17, valueType_); } if (valueTypeCase_ == 18) { - size += - com.google.protobuf.CodedOutputStream.computeBytesSize( - 18, (com.google.protobuf.ByteString) valueType_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize( + 18, (com.google.protobuf.ByteString) valueType_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -826,7 +715,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.Value)) { return super.equals(obj); @@ -836,38 +725,49 @@ public boolean equals(final java.lang.Object obj) { if (!getValueTypeCase().equals(other.getValueTypeCase())) return false; switch (valueTypeCase_) { case 11: - if (getNullValueValue() != other.getNullValueValue()) return false; + if (getNullValueValue() + != other.getNullValueValue()) return false; break; case 1: - if (getBooleanValue() != other.getBooleanValue()) return false; + if (getBooleanValue() + != other.getBooleanValue()) return false; break; case 2: - if (getIntegerValue() != other.getIntegerValue()) return false; + if (getIntegerValue() + != other.getIntegerValue()) return false; break; case 3: if (java.lang.Double.doubleToLongBits(getDoubleValue()) - != java.lang.Double.doubleToLongBits(other.getDoubleValue())) return false; + != java.lang.Double.doubleToLongBits( + other.getDoubleValue())) return false; break; case 10: - if (!getTimestampValue().equals(other.getTimestampValue())) return false; + if (!getTimestampValue() + .equals(other.getTimestampValue())) return false; break; case 17: - if (!getStringValue().equals(other.getStringValue())) return false; + if (!getStringValue() + .equals(other.getStringValue())) return false; break; case 18: - if (!getBytesValue().equals(other.getBytesValue())) return false; + if (!getBytesValue() + .equals(other.getBytesValue())) return false; break; case 5: - if (!getReferenceValue().equals(other.getReferenceValue())) return false; + if (!getReferenceValue() + .equals(other.getReferenceValue())) return false; break; case 8: - if (!getGeoPointValue().equals(other.getGeoPointValue())) return false; + if (!getGeoPointValue() + .equals(other.getGeoPointValue())) return false; break; case 9: - if (!getArrayValue().equals(other.getArrayValue())) return false; + if (!getArrayValue() + .equals(other.getArrayValue())) return false; break; case 6: - if (!getMapValue().equals(other.getMapValue())) return false; + if (!getMapValue() + .equals(other.getMapValue())) return false; break; case 0: default: @@ -890,18 +790,18 @@ public int hashCode() { break; case 1: hash = (37 * hash) + BOOLEAN_VALUE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getBooleanValue()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getBooleanValue()); break; case 2: hash = (37 * hash) + INTEGER_VALUE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIntegerValue()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIntegerValue()); break; case 3: hash = (37 * hash) + DOUBLE_VALUE_FIELD_NUMBER; - hash = - (53 * hash) - + com.google.protobuf.Internal.hashLong( - java.lang.Double.doubleToLongBits(getDoubleValue())); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getDoubleValue())); break; case 10: hash = (37 * hash) + TIMESTAMP_VALUE_FIELD_NUMBER; @@ -939,134 +839,132 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.Value parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.Value parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.Value parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.Value parseFrom(com.google.protobuf.ByteString data) + public static com.google.firestore.v1.Value parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.Value parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.Value parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.Value parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.Value parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.Value parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.v1.Value parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.Value parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.firestore.v1.Value parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.firestore.v1.Value parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.Value parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.Value prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A message that can hold any of the supported value types.
    * 
* * Protobuf type {@code google.firestore.v1.Value} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.Value) com.google.firestore.v1.ValueOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_Value_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Value_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_Value_fieldAccessorTable + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Value_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Value.class, com.google.firestore.v1.Value.Builder.class); } // Construct using com.google.firestore.v1.Value.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -1089,9 +987,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.DocumentProto - .internal_static_google_firestore_v1_Value_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Value_descriptor; } @java.lang.Override @@ -1111,9 +1009,7 @@ public com.google.firestore.v1.Value build() { @java.lang.Override public com.google.firestore.v1.Value buildPartial() { com.google.firestore.v1.Value result = new com.google.firestore.v1.Value(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -1126,16 +1022,20 @@ private void buildPartial0(com.google.firestore.v1.Value result) { private void buildPartialOneofs(com.google.firestore.v1.Value result) { result.valueTypeCase_ = valueTypeCase_; result.valueType_ = this.valueType_; - if (valueTypeCase_ == 10 && timestampValueBuilder_ != null) { + if (valueTypeCase_ == 10 && + timestampValueBuilder_ != null) { result.valueType_ = timestampValueBuilder_.build(); } - if (valueTypeCase_ == 8 && geoPointValueBuilder_ != null) { + if (valueTypeCase_ == 8 && + geoPointValueBuilder_ != null) { result.valueType_ = geoPointValueBuilder_.build(); } - if (valueTypeCase_ == 9 && arrayValueBuilder_ != null) { + if (valueTypeCase_ == 9 && + arrayValueBuilder_ != null) { result.valueType_ = arrayValueBuilder_.build(); } - if (valueTypeCase_ == 6 && mapValueBuilder_ != null) { + if (valueTypeCase_ == 6 && + mapValueBuilder_ != null) { result.valueType_ = mapValueBuilder_.build(); } } @@ -1144,39 +1044,38 @@ private void buildPartialOneofs(com.google.firestore.v1.Value result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.Value) { - return mergeFrom((com.google.firestore.v1.Value) other); + return mergeFrom((com.google.firestore.v1.Value)other); } else { super.mergeFrom(other); return this; @@ -1186,69 +1085,57 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.firestore.v1.Value other) { if (other == com.google.firestore.v1.Value.getDefaultInstance()) return this; switch (other.getValueTypeCase()) { - case NULL_VALUE: - { - setNullValueValue(other.getNullValueValue()); - break; - } - case BOOLEAN_VALUE: - { - setBooleanValue(other.getBooleanValue()); - break; - } - case INTEGER_VALUE: - { - setIntegerValue(other.getIntegerValue()); - break; - } - case DOUBLE_VALUE: - { - setDoubleValue(other.getDoubleValue()); - break; - } - case TIMESTAMP_VALUE: - { - mergeTimestampValue(other.getTimestampValue()); - break; - } - case STRING_VALUE: - { - valueTypeCase_ = 17; - valueType_ = other.valueType_; - onChanged(); - break; - } - case BYTES_VALUE: - { - setBytesValue(other.getBytesValue()); - break; - } - case REFERENCE_VALUE: - { - valueTypeCase_ = 5; - valueType_ = other.valueType_; - onChanged(); - break; - } - case GEO_POINT_VALUE: - { - mergeGeoPointValue(other.getGeoPointValue()); - break; - } - case ARRAY_VALUE: - { - mergeArrayValue(other.getArrayValue()); - break; - } - case MAP_VALUE: - { - mergeMapValue(other.getMapValue()); - break; - } - case VALUETYPE_NOT_SET: - { - break; - } + case NULL_VALUE: { + setNullValueValue(other.getNullValueValue()); + break; + } + case BOOLEAN_VALUE: { + setBooleanValue(other.getBooleanValue()); + break; + } + case INTEGER_VALUE: { + setIntegerValue(other.getIntegerValue()); + break; + } + case DOUBLE_VALUE: { + setDoubleValue(other.getDoubleValue()); + break; + } + case TIMESTAMP_VALUE: { + mergeTimestampValue(other.getTimestampValue()); + break; + } + case STRING_VALUE: { + valueTypeCase_ = 17; + valueType_ = other.valueType_; + onChanged(); + break; + } + case BYTES_VALUE: { + setBytesValue(other.getBytesValue()); + break; + } + case REFERENCE_VALUE: { + valueTypeCase_ = 5; + valueType_ = other.valueType_; + onChanged(); + break; + } + case GEO_POINT_VALUE: { + mergeGeoPointValue(other.getGeoPointValue()); + break; + } + case ARRAY_VALUE: { + mergeArrayValue(other.getArrayValue()); + break; + } + case MAP_VALUE: { + mergeMapValue(other.getMapValue()); + break; + } + case VALUETYPE_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -1276,82 +1163,78 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - valueType_ = input.readBool(); - valueTypeCase_ = 1; - break; - } // case 8 - case 16: - { - valueType_ = input.readInt64(); - valueTypeCase_ = 2; - break; - } // case 16 - case 25: - { - valueType_ = input.readDouble(); - valueTypeCase_ = 3; - break; - } // case 25 - case 42: - { - java.lang.String s = input.readStringRequireUtf8(); - valueTypeCase_ = 5; - valueType_ = s; - break; - } // case 42 - case 50: - { - input.readMessage(getMapValueFieldBuilder().getBuilder(), extensionRegistry); - valueTypeCase_ = 6; - break; - } // case 50 - case 66: - { - input.readMessage(getGeoPointValueFieldBuilder().getBuilder(), extensionRegistry); - valueTypeCase_ = 8; - break; - } // case 66 - case 74: - { - input.readMessage(getArrayValueFieldBuilder().getBuilder(), extensionRegistry); - valueTypeCase_ = 9; - break; - } // case 74 - case 82: - { - input.readMessage(getTimestampValueFieldBuilder().getBuilder(), extensionRegistry); - valueTypeCase_ = 10; - break; - } // case 82 - case 88: - { - int rawValue = input.readEnum(); - valueTypeCase_ = 11; - valueType_ = rawValue; - break; - } // case 88 - case 138: - { - java.lang.String s = input.readStringRequireUtf8(); - valueTypeCase_ = 17; - valueType_ = s; - break; - } // case 138 - case 146: - { - valueType_ = input.readBytes(); - valueTypeCase_ = 18; - break; - } // case 146 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + valueType_ = input.readBool(); + valueTypeCase_ = 1; + break; + } // case 8 + case 16: { + valueType_ = input.readInt64(); + valueTypeCase_ = 2; + break; + } // case 16 + case 25: { + valueType_ = input.readDouble(); + valueTypeCase_ = 3; + break; + } // case 25 + case 42: { + java.lang.String s = input.readStringRequireUtf8(); + valueTypeCase_ = 5; + valueType_ = s; + break; + } // case 42 + case 50: { + input.readMessage( + getMapValueFieldBuilder().getBuilder(), + extensionRegistry); + valueTypeCase_ = 6; + break; + } // case 50 + case 66: { + input.readMessage( + getGeoPointValueFieldBuilder().getBuilder(), + extensionRegistry); + valueTypeCase_ = 8; + break; + } // case 66 + case 74: { + input.readMessage( + getArrayValueFieldBuilder().getBuilder(), + extensionRegistry); + valueTypeCase_ = 9; + break; + } // case 74 + case 82: { + input.readMessage( + getTimestampValueFieldBuilder().getBuilder(), + extensionRegistry); + valueTypeCase_ = 10; + break; + } // case 82 + case 88: { + int rawValue = input.readEnum(); + valueTypeCase_ = 11; + valueType_ = rawValue; + break; + } // case 88 + case 138: { + java.lang.String s = input.readStringRequireUtf8(); + valueTypeCase_ = 17; + valueType_ = s; + break; + } // case 138 + case 146: { + valueType_ = input.readBytes(); + valueTypeCase_ = 18; + break; + } // case 146 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1361,12 +1244,12 @@ public Builder mergeFrom( } // finally return this; } - private int valueTypeCase_ = 0; private java.lang.Object valueType_; - - public ValueTypeCase getValueTypeCase() { - return ValueTypeCase.forNumber(valueTypeCase_); + public ValueTypeCase + getValueTypeCase() { + return ValueTypeCase.forNumber( + valueTypeCase_); } public Builder clearValueType() { @@ -1379,14 +1262,11 @@ public Builder clearValueType() { private int bitField0_; /** - * - * *
      * A null value.
      * 
* * .google.protobuf.NullValue null_value = 11; - * * @return Whether the nullValue field is set. */ @java.lang.Override @@ -1394,14 +1274,11 @@ public boolean hasNullValue() { return valueTypeCase_ == 11; } /** - * - * *
      * A null value.
      * 
* * .google.protobuf.NullValue null_value = 11; - * * @return The enum numeric value on the wire for nullValue. */ @java.lang.Override @@ -1412,14 +1289,11 @@ public int getNullValueValue() { return 0; } /** - * - * *
      * A null value.
      * 
* * .google.protobuf.NullValue null_value = 11; - * * @param value The enum numeric value on the wire for nullValue to set. * @return This builder for chaining. */ @@ -1430,34 +1304,28 @@ public Builder setNullValueValue(int value) { return this; } /** - * - * *
      * A null value.
      * 
* * .google.protobuf.NullValue null_value = 11; - * * @return The nullValue. */ @java.lang.Override public com.google.protobuf.NullValue getNullValue() { if (valueTypeCase_ == 11) { - com.google.protobuf.NullValue result = - com.google.protobuf.NullValue.forNumber((java.lang.Integer) valueType_); + com.google.protobuf.NullValue result = com.google.protobuf.NullValue.forNumber( + (java.lang.Integer) valueType_); return result == null ? com.google.protobuf.NullValue.UNRECOGNIZED : result; } return com.google.protobuf.NullValue.NULL_VALUE; } /** - * - * *
      * A null value.
      * 
* * .google.protobuf.NullValue null_value = 11; - * * @param value The nullValue to set. * @return This builder for chaining. */ @@ -1471,14 +1339,11 @@ public Builder setNullValue(com.google.protobuf.NullValue value) { return this; } /** - * - * *
      * A null value.
      * 
* * .google.protobuf.NullValue null_value = 11; - * * @return This builder for chaining. */ public Builder clearNullValue() { @@ -1491,28 +1356,22 @@ public Builder clearNullValue() { } /** - * - * *
      * A boolean value.
      * 
* * bool boolean_value = 1; - * * @return Whether the booleanValue field is set. */ public boolean hasBooleanValue() { return valueTypeCase_ == 1; } /** - * - * *
      * A boolean value.
      * 
* * bool boolean_value = 1; - * * @return The booleanValue. */ public boolean getBooleanValue() { @@ -1522,14 +1381,11 @@ public boolean getBooleanValue() { return false; } /** - * - * *
      * A boolean value.
      * 
* * bool boolean_value = 1; - * * @param value The booleanValue to set. * @return This builder for chaining. */ @@ -1541,14 +1397,11 @@ public Builder setBooleanValue(boolean value) { return this; } /** - * - * *
      * A boolean value.
      * 
* * bool boolean_value = 1; - * * @return This builder for chaining. */ public Builder clearBooleanValue() { @@ -1561,28 +1414,22 @@ public Builder clearBooleanValue() { } /** - * - * *
      * An integer value.
      * 
* * int64 integer_value = 2; - * * @return Whether the integerValue field is set. */ public boolean hasIntegerValue() { return valueTypeCase_ == 2; } /** - * - * *
      * An integer value.
      * 
* * int64 integer_value = 2; - * * @return The integerValue. */ public long getIntegerValue() { @@ -1592,14 +1439,11 @@ public long getIntegerValue() { return 0L; } /** - * - * *
      * An integer value.
      * 
* * int64 integer_value = 2; - * * @param value The integerValue to set. * @return This builder for chaining. */ @@ -1611,14 +1455,11 @@ public Builder setIntegerValue(long value) { return this; } /** - * - * *
      * An integer value.
      * 
* * int64 integer_value = 2; - * * @return This builder for chaining. */ public Builder clearIntegerValue() { @@ -1631,28 +1472,22 @@ public Builder clearIntegerValue() { } /** - * - * *
      * A double value.
      * 
* * double double_value = 3; - * * @return Whether the doubleValue field is set. */ public boolean hasDoubleValue() { return valueTypeCase_ == 3; } /** - * - * *
      * A double value.
      * 
* * double double_value = 3; - * * @return The doubleValue. */ public double getDoubleValue() { @@ -1662,14 +1497,11 @@ public double getDoubleValue() { return 0D; } /** - * - * *
      * A double value.
      * 
* * double double_value = 3; - * * @param value The doubleValue to set. * @return This builder for chaining. */ @@ -1681,14 +1513,11 @@ public Builder setDoubleValue(double value) { return this; } /** - * - * *
      * A double value.
      * 
* * double double_value = 3; - * * @return This builder for chaining. */ public Builder clearDoubleValue() { @@ -1701,13 +1530,8 @@ public Builder clearDoubleValue() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - timestampValueBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> timestampValueBuilder_; /** - * - * *
      * A timestamp value.
      *
@@ -1716,7 +1540,6 @@ public Builder clearDoubleValue() {
      * 
* * .google.protobuf.Timestamp timestamp_value = 10; - * * @return Whether the timestampValue field is set. */ @java.lang.Override @@ -1724,8 +1547,6 @@ public boolean hasTimestampValue() { return valueTypeCase_ == 10; } /** - * - * *
      * A timestamp value.
      *
@@ -1734,7 +1555,6 @@ public boolean hasTimestampValue() {
      * 
* * .google.protobuf.Timestamp timestamp_value = 10; - * * @return The timestampValue. */ @java.lang.Override @@ -1752,8 +1572,6 @@ public com.google.protobuf.Timestamp getTimestampValue() { } } /** - * - * *
      * A timestamp value.
      *
@@ -1777,8 +1595,6 @@ public Builder setTimestampValue(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A timestamp value.
      *
@@ -1788,7 +1604,8 @@ public Builder setTimestampValue(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp timestamp_value = 10;
      */
-    public Builder setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setTimestampValue(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (timestampValueBuilder_ == null) {
         valueType_ = builderForValue.build();
         onChanged();
@@ -1799,8 +1616,6 @@ public Builder setTimestampValue(com.google.protobuf.Timestamp.Builder builderFo
       return this;
     }
     /**
-     *
-     *
      * 
      * A timestamp value.
      *
@@ -1812,12 +1627,10 @@ public Builder setTimestampValue(com.google.protobuf.Timestamp.Builder builderFo
      */
     public Builder mergeTimestampValue(com.google.protobuf.Timestamp value) {
       if (timestampValueBuilder_ == null) {
-        if (valueTypeCase_ == 10
-            && valueType_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          valueType_ =
-              com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) valueType_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (valueTypeCase_ == 10 &&
+            valueType_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          valueType_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) valueType_)
+              .mergeFrom(value).buildPartial();
         } else {
           valueType_ = value;
         }
@@ -1833,8 +1646,6 @@ public Builder mergeTimestampValue(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A timestamp value.
      *
@@ -1861,8 +1672,6 @@ public Builder clearTimestampValue() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A timestamp value.
      *
@@ -1876,8 +1685,6 @@ public com.google.protobuf.Timestamp.Builder getTimestampValueBuilder() {
       return getTimestampValueFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * A timestamp value.
      *
@@ -1899,8 +1706,6 @@ public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * A timestamp value.
      *
@@ -1911,20 +1716,17 @@ public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() {
      * .google.protobuf.Timestamp timestamp_value = 10;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getTimestampValueFieldBuilder() {
       if (timestampValueBuilder_ == null) {
         if (!(valueTypeCase_ == 10)) {
           valueType_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        timestampValueBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                (com.google.protobuf.Timestamp) valueType_, getParentForChildren(), isClean());
+        timestampValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                (com.google.protobuf.Timestamp) valueType_,
+                getParentForChildren(),
+                isClean());
         valueType_ = null;
       }
       valueTypeCase_ = 10;
@@ -1933,8 +1735,6 @@ public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() {
     }
 
     /**
-     *
-     *
      * 
      * A string value.
      *
@@ -1944,7 +1744,6 @@ public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() {
      * 
* * string string_value = 17; - * * @return Whether the stringValue field is set. */ @java.lang.Override @@ -1952,8 +1751,6 @@ public boolean hasStringValue() { return valueTypeCase_ == 17; } /** - * - * *
      * A string value.
      *
@@ -1963,7 +1760,6 @@ public boolean hasStringValue() {
      * 
* * string string_value = 17; - * * @return The stringValue. */ @java.lang.Override @@ -1973,7 +1769,8 @@ public java.lang.String getStringValue() { ref = valueType_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (valueTypeCase_ == 17) { valueType_ = s; @@ -1984,8 +1781,6 @@ public java.lang.String getStringValue() { } } /** - * - * *
      * A string value.
      *
@@ -1995,18 +1790,19 @@ public java.lang.String getStringValue() {
      * 
* * string string_value = 17; - * * @return The bytes for stringValue. */ @java.lang.Override - public com.google.protobuf.ByteString getStringValueBytes() { + public com.google.protobuf.ByteString + getStringValueBytes() { java.lang.Object ref = ""; if (valueTypeCase_ == 17) { ref = valueType_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (valueTypeCase_ == 17) { valueType_ = b; } @@ -2016,8 +1812,6 @@ public com.google.protobuf.ByteString getStringValueBytes() { } } /** - * - * *
      * A string value.
      *
@@ -2027,22 +1821,18 @@ public com.google.protobuf.ByteString getStringValueBytes() {
      * 
* * string string_value = 17; - * * @param value The stringValue to set. * @return This builder for chaining. */ - public Builder setStringValue(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setStringValue( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } valueTypeCase_ = 17; valueType_ = value; onChanged(); return this; } /** - * - * *
      * A string value.
      *
@@ -2052,7 +1842,6 @@ public Builder setStringValue(java.lang.String value) {
      * 
* * string string_value = 17; - * * @return This builder for chaining. */ public Builder clearStringValue() { @@ -2064,8 +1853,6 @@ public Builder clearStringValue() { return this; } /** - * - * *
      * A string value.
      *
@@ -2075,14 +1862,12 @@ public Builder clearStringValue() {
      * 
* * string string_value = 17; - * * @param value The bytes for stringValue to set. * @return This builder for chaining. */ - public Builder setStringValueBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setStringValueBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); valueTypeCase_ = 17; valueType_ = value; @@ -2091,8 +1876,6 @@ public Builder setStringValueBytes(com.google.protobuf.ByteString value) { } /** - * - * *
      * A bytes value.
      *
@@ -2101,15 +1884,12 @@ public Builder setStringValueBytes(com.google.protobuf.ByteString value) {
      * 
* * bytes bytes_value = 18; - * * @return Whether the bytesValue field is set. */ public boolean hasBytesValue() { return valueTypeCase_ == 18; } /** - * - * *
      * A bytes value.
      *
@@ -2118,7 +1898,6 @@ public boolean hasBytesValue() {
      * 
* * bytes bytes_value = 18; - * * @return The bytesValue. */ public com.google.protobuf.ByteString getBytesValue() { @@ -2128,8 +1907,6 @@ public com.google.protobuf.ByteString getBytesValue() { return com.google.protobuf.ByteString.EMPTY; } /** - * - * *
      * A bytes value.
      *
@@ -2138,22 +1915,17 @@ public com.google.protobuf.ByteString getBytesValue() {
      * 
* * bytes bytes_value = 18; - * * @param value The bytesValue to set. * @return This builder for chaining. */ public Builder setBytesValue(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } valueTypeCase_ = 18; valueType_ = value; onChanged(); return this; } /** - * - * *
      * A bytes value.
      *
@@ -2162,7 +1934,6 @@ public Builder setBytesValue(com.google.protobuf.ByteString value) {
      * 
* * bytes bytes_value = 18; - * * @return This builder for chaining. */ public Builder clearBytesValue() { @@ -2175,15 +1946,12 @@ public Builder clearBytesValue() { } /** - * - * *
      * A reference to a document. For example:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string reference_value = 5; - * * @return Whether the referenceValue field is set. */ @java.lang.Override @@ -2191,15 +1959,12 @@ public boolean hasReferenceValue() { return valueTypeCase_ == 5; } /** - * - * *
      * A reference to a document. For example:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string reference_value = 5; - * * @return The referenceValue. */ @java.lang.Override @@ -2209,7 +1974,8 @@ public java.lang.String getReferenceValue() { ref = valueType_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (valueTypeCase_ == 5) { valueType_ = s; @@ -2220,26 +1986,25 @@ public java.lang.String getReferenceValue() { } } /** - * - * *
      * A reference to a document. For example:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string reference_value = 5; - * * @return The bytes for referenceValue. */ @java.lang.Override - public com.google.protobuf.ByteString getReferenceValueBytes() { + public com.google.protobuf.ByteString + getReferenceValueBytes() { java.lang.Object ref = ""; if (valueTypeCase_ == 5) { ref = valueType_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (valueTypeCase_ == 5) { valueType_ = b; } @@ -2249,37 +2014,30 @@ public com.google.protobuf.ByteString getReferenceValueBytes() { } } /** - * - * *
      * A reference to a document. For example:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string reference_value = 5; - * * @param value The referenceValue to set. * @return This builder for chaining. */ - public Builder setReferenceValue(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setReferenceValue( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } valueTypeCase_ = 5; valueType_ = value; onChanged(); return this; } /** - * - * *
      * A reference to a document. For example:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string reference_value = 5; - * * @return This builder for chaining. */ public Builder clearReferenceValue() { @@ -2291,22 +2049,18 @@ public Builder clearReferenceValue() { return this; } /** - * - * *
      * A reference to a document. For example:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string reference_value = 5; - * * @param value The bytes for referenceValue to set. * @return This builder for chaining. */ - public Builder setReferenceValueBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setReferenceValueBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); valueTypeCase_ = 5; valueType_ = value; @@ -2315,17 +2069,13 @@ public Builder setReferenceValueBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.LatLng, com.google.type.LatLng.Builder, com.google.type.LatLngOrBuilder> - geoPointValueBuilder_; + com.google.type.LatLng, com.google.type.LatLng.Builder, com.google.type.LatLngOrBuilder> geoPointValueBuilder_; /** - * - * *
      * A geo point value representing a point on the surface of Earth.
      * 
* * .google.type.LatLng geo_point_value = 8; - * * @return Whether the geoPointValue field is set. */ @java.lang.Override @@ -2333,14 +2083,11 @@ public boolean hasGeoPointValue() { return valueTypeCase_ == 8; } /** - * - * *
      * A geo point value representing a point on the surface of Earth.
      * 
* * .google.type.LatLng geo_point_value = 8; - * * @return The geoPointValue. */ @java.lang.Override @@ -2358,8 +2105,6 @@ public com.google.type.LatLng getGeoPointValue() { } } /** - * - * *
      * A geo point value representing a point on the surface of Earth.
      * 
@@ -2380,15 +2125,14 @@ public Builder setGeoPointValue(com.google.type.LatLng value) { return this; } /** - * - * *
      * A geo point value representing a point on the surface of Earth.
      * 
* * .google.type.LatLng geo_point_value = 8; */ - public Builder setGeoPointValue(com.google.type.LatLng.Builder builderForValue) { + public Builder setGeoPointValue( + com.google.type.LatLng.Builder builderForValue) { if (geoPointValueBuilder_ == null) { valueType_ = builderForValue.build(); onChanged(); @@ -2399,8 +2143,6 @@ public Builder setGeoPointValue(com.google.type.LatLng.Builder builderForValue) return this; } /** - * - * *
      * A geo point value representing a point on the surface of Earth.
      * 
@@ -2409,11 +2151,10 @@ public Builder setGeoPointValue(com.google.type.LatLng.Builder builderForValue) */ public Builder mergeGeoPointValue(com.google.type.LatLng value) { if (geoPointValueBuilder_ == null) { - if (valueTypeCase_ == 8 && valueType_ != com.google.type.LatLng.getDefaultInstance()) { - valueType_ = - com.google.type.LatLng.newBuilder((com.google.type.LatLng) valueType_) - .mergeFrom(value) - .buildPartial(); + if (valueTypeCase_ == 8 && + valueType_ != com.google.type.LatLng.getDefaultInstance()) { + valueType_ = com.google.type.LatLng.newBuilder((com.google.type.LatLng) valueType_) + .mergeFrom(value).buildPartial(); } else { valueType_ = value; } @@ -2429,8 +2170,6 @@ public Builder mergeGeoPointValue(com.google.type.LatLng value) { return this; } /** - * - * *
      * A geo point value representing a point on the surface of Earth.
      * 
@@ -2454,8 +2193,6 @@ public Builder clearGeoPointValue() { return this; } /** - * - * *
      * A geo point value representing a point on the surface of Earth.
      * 
@@ -2466,8 +2203,6 @@ public com.google.type.LatLng.Builder getGeoPointValueBuilder() { return getGeoPointValueFieldBuilder().getBuilder(); } /** - * - * *
      * A geo point value representing a point on the surface of Earth.
      * 
@@ -2486,8 +2221,6 @@ public com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder() { } } /** - * - * *
      * A geo point value representing a point on the surface of Earth.
      * 
@@ -2495,18 +2228,17 @@ public com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder() { * .google.type.LatLng geo_point_value = 8; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.LatLng, com.google.type.LatLng.Builder, com.google.type.LatLngOrBuilder> + com.google.type.LatLng, com.google.type.LatLng.Builder, com.google.type.LatLngOrBuilder> getGeoPointValueFieldBuilder() { if (geoPointValueBuilder_ == null) { if (!(valueTypeCase_ == 8)) { valueType_ = com.google.type.LatLng.getDefaultInstance(); } - geoPointValueBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.type.LatLng, - com.google.type.LatLng.Builder, - com.google.type.LatLngOrBuilder>( - (com.google.type.LatLng) valueType_, getParentForChildren(), isClean()); + geoPointValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.LatLng, com.google.type.LatLng.Builder, com.google.type.LatLngOrBuilder>( + (com.google.type.LatLng) valueType_, + getParentForChildren(), + isClean()); valueType_ = null; } valueTypeCase_ = 8; @@ -2515,13 +2247,8 @@ public com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.ArrayValue, - com.google.firestore.v1.ArrayValue.Builder, - com.google.firestore.v1.ArrayValueOrBuilder> - arrayValueBuilder_; + com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder> arrayValueBuilder_; /** - * - * *
      * An array value.
      *
@@ -2530,7 +2257,6 @@ public com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder() {
      * 
* * .google.firestore.v1.ArrayValue array_value = 9; - * * @return Whether the arrayValue field is set. */ @java.lang.Override @@ -2538,8 +2264,6 @@ public boolean hasArrayValue() { return valueTypeCase_ == 9; } /** - * - * *
      * An array value.
      *
@@ -2548,7 +2272,6 @@ public boolean hasArrayValue() {
      * 
* * .google.firestore.v1.ArrayValue array_value = 9; - * * @return The arrayValue. */ @java.lang.Override @@ -2566,8 +2289,6 @@ public com.google.firestore.v1.ArrayValue getArrayValue() { } } /** - * - * *
      * An array value.
      *
@@ -2591,8 +2312,6 @@ public Builder setArrayValue(com.google.firestore.v1.ArrayValue value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * An array value.
      *
@@ -2602,7 +2321,8 @@ public Builder setArrayValue(com.google.firestore.v1.ArrayValue value) {
      *
      * .google.firestore.v1.ArrayValue array_value = 9;
      */
-    public Builder setArrayValue(com.google.firestore.v1.ArrayValue.Builder builderForValue) {
+    public Builder setArrayValue(
+        com.google.firestore.v1.ArrayValue.Builder builderForValue) {
       if (arrayValueBuilder_ == null) {
         valueType_ = builderForValue.build();
         onChanged();
@@ -2613,8 +2333,6 @@ public Builder setArrayValue(com.google.firestore.v1.ArrayValue.Builder builderF
       return this;
     }
     /**
-     *
-     *
      * 
      * An array value.
      *
@@ -2626,13 +2344,10 @@ public Builder setArrayValue(com.google.firestore.v1.ArrayValue.Builder builderF
      */
     public Builder mergeArrayValue(com.google.firestore.v1.ArrayValue value) {
       if (arrayValueBuilder_ == null) {
-        if (valueTypeCase_ == 9
-            && valueType_ != com.google.firestore.v1.ArrayValue.getDefaultInstance()) {
-          valueType_ =
-              com.google.firestore.v1.ArrayValue.newBuilder(
-                      (com.google.firestore.v1.ArrayValue) valueType_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (valueTypeCase_ == 9 &&
+            valueType_ != com.google.firestore.v1.ArrayValue.getDefaultInstance()) {
+          valueType_ = com.google.firestore.v1.ArrayValue.newBuilder((com.google.firestore.v1.ArrayValue) valueType_)
+              .mergeFrom(value).buildPartial();
         } else {
           valueType_ = value;
         }
@@ -2648,8 +2363,6 @@ public Builder mergeArrayValue(com.google.firestore.v1.ArrayValue value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * An array value.
      *
@@ -2676,8 +2389,6 @@ public Builder clearArrayValue() {
       return this;
     }
     /**
-     *
-     *
      * 
      * An array value.
      *
@@ -2691,8 +2402,6 @@ public com.google.firestore.v1.ArrayValue.Builder getArrayValueBuilder() {
       return getArrayValueFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * An array value.
      *
@@ -2714,8 +2423,6 @@ public com.google.firestore.v1.ArrayValueOrBuilder getArrayValueOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * An array value.
      *
@@ -2726,20 +2433,17 @@ public com.google.firestore.v1.ArrayValueOrBuilder getArrayValueOrBuilder() {
      * .google.firestore.v1.ArrayValue array_value = 9;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.ArrayValue,
-            com.google.firestore.v1.ArrayValue.Builder,
-            com.google.firestore.v1.ArrayValueOrBuilder>
+        com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder> 
         getArrayValueFieldBuilder() {
       if (arrayValueBuilder_ == null) {
         if (!(valueTypeCase_ == 9)) {
           valueType_ = com.google.firestore.v1.ArrayValue.getDefaultInstance();
         }
-        arrayValueBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.ArrayValue,
-                com.google.firestore.v1.ArrayValue.Builder,
-                com.google.firestore.v1.ArrayValueOrBuilder>(
-                (com.google.firestore.v1.ArrayValue) valueType_, getParentForChildren(), isClean());
+        arrayValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder>(
+                (com.google.firestore.v1.ArrayValue) valueType_,
+                getParentForChildren(),
+                isClean());
         valueType_ = null;
       }
       valueTypeCase_ = 9;
@@ -2748,19 +2452,13 @@ public com.google.firestore.v1.ArrayValueOrBuilder getArrayValueOrBuilder() {
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.MapValue,
-            com.google.firestore.v1.MapValue.Builder,
-            com.google.firestore.v1.MapValueOrBuilder>
-        mapValueBuilder_;
+        com.google.firestore.v1.MapValue, com.google.firestore.v1.MapValue.Builder, com.google.firestore.v1.MapValueOrBuilder> mapValueBuilder_;
     /**
-     *
-     *
      * 
      * A map value.
      * 
* * .google.firestore.v1.MapValue map_value = 6; - * * @return Whether the mapValue field is set. */ @java.lang.Override @@ -2768,14 +2466,11 @@ public boolean hasMapValue() { return valueTypeCase_ == 6; } /** - * - * *
      * A map value.
      * 
* * .google.firestore.v1.MapValue map_value = 6; - * * @return The mapValue. */ @java.lang.Override @@ -2793,8 +2488,6 @@ public com.google.firestore.v1.MapValue getMapValue() { } } /** - * - * *
      * A map value.
      * 
@@ -2815,15 +2508,14 @@ public Builder setMapValue(com.google.firestore.v1.MapValue value) { return this; } /** - * - * *
      * A map value.
      * 
* * .google.firestore.v1.MapValue map_value = 6; */ - public Builder setMapValue(com.google.firestore.v1.MapValue.Builder builderForValue) { + public Builder setMapValue( + com.google.firestore.v1.MapValue.Builder builderForValue) { if (mapValueBuilder_ == null) { valueType_ = builderForValue.build(); onChanged(); @@ -2834,8 +2526,6 @@ public Builder setMapValue(com.google.firestore.v1.MapValue.Builder builderForVa return this; } /** - * - * *
      * A map value.
      * 
@@ -2844,13 +2534,10 @@ public Builder setMapValue(com.google.firestore.v1.MapValue.Builder builderForVa */ public Builder mergeMapValue(com.google.firestore.v1.MapValue value) { if (mapValueBuilder_ == null) { - if (valueTypeCase_ == 6 - && valueType_ != com.google.firestore.v1.MapValue.getDefaultInstance()) { - valueType_ = - com.google.firestore.v1.MapValue.newBuilder( - (com.google.firestore.v1.MapValue) valueType_) - .mergeFrom(value) - .buildPartial(); + if (valueTypeCase_ == 6 && + valueType_ != com.google.firestore.v1.MapValue.getDefaultInstance()) { + valueType_ = com.google.firestore.v1.MapValue.newBuilder((com.google.firestore.v1.MapValue) valueType_) + .mergeFrom(value).buildPartial(); } else { valueType_ = value; } @@ -2866,8 +2553,6 @@ public Builder mergeMapValue(com.google.firestore.v1.MapValue value) { return this; } /** - * - * *
      * A map value.
      * 
@@ -2891,8 +2576,6 @@ public Builder clearMapValue() { return this; } /** - * - * *
      * A map value.
      * 
@@ -2903,8 +2586,6 @@ public com.google.firestore.v1.MapValue.Builder getMapValueBuilder() { return getMapValueFieldBuilder().getBuilder(); } /** - * - * *
      * A map value.
      * 
@@ -2923,8 +2604,6 @@ public com.google.firestore.v1.MapValueOrBuilder getMapValueOrBuilder() { } } /** - * - * *
      * A map value.
      * 
@@ -2932,29 +2611,26 @@ public com.google.firestore.v1.MapValueOrBuilder getMapValueOrBuilder() { * .google.firestore.v1.MapValue map_value = 6; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.MapValue, - com.google.firestore.v1.MapValue.Builder, - com.google.firestore.v1.MapValueOrBuilder> + com.google.firestore.v1.MapValue, com.google.firestore.v1.MapValue.Builder, com.google.firestore.v1.MapValueOrBuilder> getMapValueFieldBuilder() { if (mapValueBuilder_ == null) { if (!(valueTypeCase_ == 6)) { valueType_ = com.google.firestore.v1.MapValue.getDefaultInstance(); } - mapValueBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.MapValue, - com.google.firestore.v1.MapValue.Builder, - com.google.firestore.v1.MapValueOrBuilder>( - (com.google.firestore.v1.MapValue) valueType_, getParentForChildren(), isClean()); + mapValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.MapValue, com.google.firestore.v1.MapValue.Builder, com.google.firestore.v1.MapValueOrBuilder>( + (com.google.firestore.v1.MapValue) valueType_, + getParentForChildren(), + isClean()); valueType_ = null; } valueTypeCase_ = 6; onChanged(); return mapValueBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2964,12 +2640,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.Value) } // @@protoc_insertion_point(class_scope:google.firestore.v1.Value) private static final com.google.firestore.v1.Value DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.Value(); } @@ -2978,27 +2654,27 @@ public static com.google.firestore.v1.Value getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Value parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Value parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -3013,4 +2689,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.Value getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ValueOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ValueOrBuilder.java similarity index 86% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ValueOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ValueOrBuilder.java index 560bfba7c..c0c2a3331 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ValueOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ValueOrBuilder.java @@ -1,144 +1,99 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/document.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface ValueOrBuilder - extends +public interface ValueOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.Value) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * A null value.
    * 
* * .google.protobuf.NullValue null_value = 11; - * * @return Whether the nullValue field is set. */ boolean hasNullValue(); /** - * - * *
    * A null value.
    * 
* * .google.protobuf.NullValue null_value = 11; - * * @return The enum numeric value on the wire for nullValue. */ int getNullValueValue(); /** - * - * *
    * A null value.
    * 
* * .google.protobuf.NullValue null_value = 11; - * * @return The nullValue. */ com.google.protobuf.NullValue getNullValue(); /** - * - * *
    * A boolean value.
    * 
* * bool boolean_value = 1; - * * @return Whether the booleanValue field is set. */ boolean hasBooleanValue(); /** - * - * *
    * A boolean value.
    * 
* * bool boolean_value = 1; - * * @return The booleanValue. */ boolean getBooleanValue(); /** - * - * *
    * An integer value.
    * 
* * int64 integer_value = 2; - * * @return Whether the integerValue field is set. */ boolean hasIntegerValue(); /** - * - * *
    * An integer value.
    * 
* * int64 integer_value = 2; - * * @return The integerValue. */ long getIntegerValue(); /** - * - * *
    * A double value.
    * 
* * double double_value = 3; - * * @return Whether the doubleValue field is set. */ boolean hasDoubleValue(); /** - * - * *
    * A double value.
    * 
* * double double_value = 3; - * * @return The doubleValue. */ double getDoubleValue(); /** - * - * *
    * A timestamp value.
    *
@@ -147,13 +102,10 @@ public interface ValueOrBuilder
    * 
* * .google.protobuf.Timestamp timestamp_value = 10; - * * @return Whether the timestampValue field is set. */ boolean hasTimestampValue(); /** - * - * *
    * A timestamp value.
    *
@@ -162,13 +114,10 @@ public interface ValueOrBuilder
    * 
* * .google.protobuf.Timestamp timestamp_value = 10; - * * @return The timestampValue. */ com.google.protobuf.Timestamp getTimestampValue(); /** - * - * *
    * A timestamp value.
    *
@@ -181,8 +130,6 @@ public interface ValueOrBuilder
   com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder();
 
   /**
-   *
-   *
    * 
    * A string value.
    *
@@ -192,13 +139,10 @@ public interface ValueOrBuilder
    * 
* * string string_value = 17; - * * @return Whether the stringValue field is set. */ boolean hasStringValue(); /** - * - * *
    * A string value.
    *
@@ -208,13 +152,10 @@ public interface ValueOrBuilder
    * 
* * string string_value = 17; - * * @return The stringValue. */ java.lang.String getStringValue(); /** - * - * *
    * A string value.
    *
@@ -224,14 +165,12 @@ public interface ValueOrBuilder
    * 
* * string string_value = 17; - * * @return The bytes for stringValue. */ - com.google.protobuf.ByteString getStringValueBytes(); + com.google.protobuf.ByteString + getStringValueBytes(); /** - * - * *
    * A bytes value.
    *
@@ -240,13 +179,10 @@ public interface ValueOrBuilder
    * 
* * bytes bytes_value = 18; - * * @return Whether the bytesValue field is set. */ boolean hasBytesValue(); /** - * - * *
    * A bytes value.
    *
@@ -255,78 +191,61 @@ public interface ValueOrBuilder
    * 
* * bytes bytes_value = 18; - * * @return The bytesValue. */ com.google.protobuf.ByteString getBytesValue(); /** - * - * *
    * A reference to a document. For example:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string reference_value = 5; - * * @return Whether the referenceValue field is set. */ boolean hasReferenceValue(); /** - * - * *
    * A reference to a document. For example:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string reference_value = 5; - * * @return The referenceValue. */ java.lang.String getReferenceValue(); /** - * - * *
    * A reference to a document. For example:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string reference_value = 5; - * * @return The bytes for referenceValue. */ - com.google.protobuf.ByteString getReferenceValueBytes(); + com.google.protobuf.ByteString + getReferenceValueBytes(); /** - * - * *
    * A geo point value representing a point on the surface of Earth.
    * 
* * .google.type.LatLng geo_point_value = 8; - * * @return Whether the geoPointValue field is set. */ boolean hasGeoPointValue(); /** - * - * *
    * A geo point value representing a point on the surface of Earth.
    * 
* * .google.type.LatLng geo_point_value = 8; - * * @return The geoPointValue. */ com.google.type.LatLng getGeoPointValue(); /** - * - * *
    * A geo point value representing a point on the surface of Earth.
    * 
@@ -336,8 +255,6 @@ public interface ValueOrBuilder com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder(); /** - * - * *
    * An array value.
    *
@@ -346,13 +263,10 @@ public interface ValueOrBuilder
    * 
* * .google.firestore.v1.ArrayValue array_value = 9; - * * @return Whether the arrayValue field is set. */ boolean hasArrayValue(); /** - * - * *
    * An array value.
    *
@@ -361,13 +275,10 @@ public interface ValueOrBuilder
    * 
* * .google.firestore.v1.ArrayValue array_value = 9; - * * @return The arrayValue. */ com.google.firestore.v1.ArrayValue getArrayValue(); /** - * - * *
    * An array value.
    *
@@ -380,32 +291,24 @@ public interface ValueOrBuilder
   com.google.firestore.v1.ArrayValueOrBuilder getArrayValueOrBuilder();
 
   /**
-   *
-   *
    * 
    * A map value.
    * 
* * .google.firestore.v1.MapValue map_value = 6; - * * @return Whether the mapValue field is set. */ boolean hasMapValue(); /** - * - * *
    * A map value.
    * 
* * .google.firestore.v1.MapValue map_value = 6; - * * @return The mapValue. */ com.google.firestore.v1.MapValue getMapValue(); /** - * - * *
    * A map value.
    * 
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Write.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Write.java similarity index 75% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Write.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Write.java index a234829af..620803a4f 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Write.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Write.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/write.proto @@ -20,63 +5,57 @@ package com.google.firestore.v1; /** - * - * *
  * A write on a document.
  * 
* * Protobuf type {@code google.firestore.v1.Write} */ -public final class Write extends com.google.protobuf.GeneratedMessageV3 - implements +public final class Write extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.Write) WriteOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use Write.newBuilder() to construct. private Write(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Write() { updateTransforms_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Write(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_Write_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_Write_fieldAccessorTable + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_Write_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Write.class, com.google.firestore.v1.Write.Builder.class); } private int bitField0_; private int operationCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object operation_; - public enum OperationCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { UPDATE(1), DELETE(2), TRANSFORM(6), OPERATION_NOT_SET(0); private final int value; - private OperationCase(int value) { this.value = value; } @@ -92,38 +71,31 @@ public static OperationCase valueOf(int value) { public static OperationCase forNumber(int value) { switch (value) { - case 1: - return UPDATE; - case 2: - return DELETE; - case 6: - return TRANSFORM; - case 0: - return OPERATION_NOT_SET; - default: - return null; + case 1: return UPDATE; + case 2: return DELETE; + case 6: return TRANSFORM; + case 0: return OPERATION_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public OperationCase getOperationCase() { - return OperationCase.forNumber(operationCase_); + public OperationCase + getOperationCase() { + return OperationCase.forNumber( + operationCase_); } public static final int UPDATE_FIELD_NUMBER = 1; /** - * - * *
    * A document to write.
    * 
* * .google.firestore.v1.Document update = 1; - * * @return Whether the update field is set. */ @java.lang.Override @@ -131,26 +103,21 @@ public boolean hasUpdate() { return operationCase_ == 1; } /** - * - * *
    * A document to write.
    * 
* * .google.firestore.v1.Document update = 1; - * * @return The update. */ @java.lang.Override public com.google.firestore.v1.Document getUpdate() { if (operationCase_ == 1) { - return (com.google.firestore.v1.Document) operation_; + return (com.google.firestore.v1.Document) operation_; } return com.google.firestore.v1.Document.getDefaultInstance(); } /** - * - * *
    * A document to write.
    * 
@@ -160,37 +127,31 @@ public com.google.firestore.v1.Document getUpdate() { @java.lang.Override public com.google.firestore.v1.DocumentOrBuilder getUpdateOrBuilder() { if (operationCase_ == 1) { - return (com.google.firestore.v1.Document) operation_; + return (com.google.firestore.v1.Document) operation_; } return com.google.firestore.v1.Document.getDefaultInstance(); } public static final int DELETE_FIELD_NUMBER = 2; /** - * - * *
    * A document name to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string delete = 2; - * * @return Whether the delete field is set. */ public boolean hasDelete() { return operationCase_ == 2; } /** - * - * *
    * A document name to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string delete = 2; - * * @return The delete. */ public java.lang.String getDelete() { @@ -201,7 +162,8 @@ public java.lang.String getDelete() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (operationCase_ == 2) { operation_ = s; @@ -210,25 +172,24 @@ public java.lang.String getDelete() { } } /** - * - * *
    * A document name to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string delete = 2; - * * @return The bytes for delete. */ - public com.google.protobuf.ByteString getDeleteBytes() { + public com.google.protobuf.ByteString + getDeleteBytes() { java.lang.Object ref = ""; if (operationCase_ == 2) { ref = operation_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (operationCase_ == 2) { operation_ = b; } @@ -240,14 +201,11 @@ public com.google.protobuf.ByteString getDeleteBytes() { public static final int TRANSFORM_FIELD_NUMBER = 6; /** - * - * *
    * Applies a transformation to a document.
    * 
* * .google.firestore.v1.DocumentTransform transform = 6; - * * @return Whether the transform field is set. */ @java.lang.Override @@ -255,26 +213,21 @@ public boolean hasTransform() { return operationCase_ == 6; } /** - * - * *
    * Applies a transformation to a document.
    * 
* * .google.firestore.v1.DocumentTransform transform = 6; - * * @return The transform. */ @java.lang.Override public com.google.firestore.v1.DocumentTransform getTransform() { if (operationCase_ == 6) { - return (com.google.firestore.v1.DocumentTransform) operation_; + return (com.google.firestore.v1.DocumentTransform) operation_; } return com.google.firestore.v1.DocumentTransform.getDefaultInstance(); } /** - * - * *
    * Applies a transformation to a document.
    * 
@@ -284,7 +237,7 @@ public com.google.firestore.v1.DocumentTransform getTransform() { @java.lang.Override public com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder() { if (operationCase_ == 6) { - return (com.google.firestore.v1.DocumentTransform) operation_; + return (com.google.firestore.v1.DocumentTransform) operation_; } return com.google.firestore.v1.DocumentTransform.getDefaultInstance(); } @@ -292,8 +245,6 @@ public com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder( public static final int UPDATE_MASK_FIELD_NUMBER = 3; private com.google.firestore.v1.DocumentMask updateMask_; /** - * - * *
    * The fields to update in this write.
    *
@@ -308,7 +259,6 @@ public com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder(
    * 
* * .google.firestore.v1.DocumentMask update_mask = 3; - * * @return Whether the updateMask field is set. */ @java.lang.Override @@ -316,8 +266,6 @@ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The fields to update in this write.
    *
@@ -332,18 +280,13 @@ public boolean hasUpdateMask() {
    * 
* * .google.firestore.v1.DocumentMask update_mask = 3; - * * @return The updateMask. */ @java.lang.Override public com.google.firestore.v1.DocumentMask getUpdateMask() { - return updateMask_ == null - ? com.google.firestore.v1.DocumentMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * The fields to update in this write.
    *
@@ -361,19 +304,13 @@ public com.google.firestore.v1.DocumentMask getUpdateMask() {
    */
   @java.lang.Override
   public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
-    return updateMask_ == null
-        ? com.google.firestore.v1.DocumentMask.getDefaultInstance()
-        : updateMask_;
+    return updateMask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_;
   }
 
   public static final int UPDATE_TRANSFORMS_FIELD_NUMBER = 7;
-
   @SuppressWarnings("serial")
-  private java.util.List
-      updateTransforms_;
+  private java.util.List updateTransforms_;
   /**
-   *
-   *
    * 
    * The transforms to perform after update.
    *
@@ -382,17 +319,13 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ @java.lang.Override - public java.util.List - getUpdateTransformsList() { + public java.util.List getUpdateTransformsList() { return updateTransforms_; } /** - * - * *
    * The transforms to perform after update.
    *
@@ -401,17 +334,14 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ @java.lang.Override - public java.util.List + public java.util.List getUpdateTransformsOrBuilderList() { return updateTransforms_; } /** - * - * *
    * The transforms to perform after update.
    *
@@ -420,16 +350,13 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ @java.lang.Override public int getUpdateTransformsCount() { return updateTransforms_.size(); } /** - * - * *
    * The transforms to perform after update.
    *
@@ -438,16 +365,13 @@ public int getUpdateTransformsCount() {
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ @java.lang.Override public com.google.firestore.v1.DocumentTransform.FieldTransform getUpdateTransforms(int index) { return updateTransforms_.get(index); } /** - * - * *
    * The transforms to perform after update.
    *
@@ -456,20 +380,17 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform getUpdateTransfo
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ @java.lang.Override - public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder - getUpdateTransformsOrBuilder(int index) { + public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getUpdateTransformsOrBuilder( + int index) { return updateTransforms_.get(index); } public static final int CURRENT_DOCUMENT_FIELD_NUMBER = 4; private com.google.firestore.v1.Precondition currentDocument_; /** - * - * *
    * An optional precondition on the document.
    *
@@ -477,7 +398,6 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform getUpdateTransfo
    * 
* * .google.firestore.v1.Precondition current_document = 4; - * * @return Whether the currentDocument field is set. */ @java.lang.Override @@ -485,8 +405,6 @@ public boolean hasCurrentDocument() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * An optional precondition on the document.
    *
@@ -494,18 +412,13 @@ public boolean hasCurrentDocument() {
    * 
* * .google.firestore.v1.Precondition current_document = 4; - * * @return The currentDocument. */ @java.lang.Override public com.google.firestore.v1.Precondition getCurrentDocument() { - return currentDocument_ == null - ? com.google.firestore.v1.Precondition.getDefaultInstance() - : currentDocument_; + return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_; } /** - * - * *
    * An optional precondition on the document.
    *
@@ -516,13 +429,10 @@ public com.google.firestore.v1.Precondition getCurrentDocument() {
    */
   @java.lang.Override
   public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder() {
-    return currentDocument_ == null
-        ? com.google.firestore.v1.Precondition.getDefaultInstance()
-        : currentDocument_;
+    return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_;
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -534,7 +444,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (operationCase_ == 1) {
       output.writeMessage(1, (com.google.firestore.v1.Document) operation_);
     }
@@ -563,26 +474,27 @@ public int getSerializedSize() {
 
     size = 0;
     if (operationCase_ == 1) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              1, (com.google.firestore.v1.Document) operation_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, (com.google.firestore.v1.Document) operation_);
     }
     if (operationCase_ == 2) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, operation_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getUpdateMask());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getUpdateMask());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getCurrentDocument());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(4, getCurrentDocument());
     }
     if (operationCase_ == 6) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              6, (com.google.firestore.v1.DocumentTransform) operation_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(6, (com.google.firestore.v1.DocumentTransform) operation_);
     }
     for (int i = 0; i < updateTransforms_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, updateTransforms_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(7, updateTransforms_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -592,7 +504,7 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.Write)) {
       return super.equals(obj);
@@ -601,23 +513,29 @@ public boolean equals(final java.lang.Object obj) {
 
     if (hasUpdateMask() != other.hasUpdateMask()) return false;
     if (hasUpdateMask()) {
-      if (!getUpdateMask().equals(other.getUpdateMask())) return false;
+      if (!getUpdateMask()
+          .equals(other.getUpdateMask())) return false;
     }
-    if (!getUpdateTransformsList().equals(other.getUpdateTransformsList())) return false;
+    if (!getUpdateTransformsList()
+        .equals(other.getUpdateTransformsList())) return false;
     if (hasCurrentDocument() != other.hasCurrentDocument()) return false;
     if (hasCurrentDocument()) {
-      if (!getCurrentDocument().equals(other.getCurrentDocument())) return false;
+      if (!getCurrentDocument()
+          .equals(other.getCurrentDocument())) return false;
     }
     if (!getOperationCase().equals(other.getOperationCase())) return false;
     switch (operationCase_) {
       case 1:
-        if (!getUpdate().equals(other.getUpdate())) return false;
+        if (!getUpdate()
+            .equals(other.getUpdate())) return false;
         break;
       case 2:
-        if (!getDelete().equals(other.getDelete())) return false;
+        if (!getDelete()
+            .equals(other.getDelete())) return false;
         break;
       case 6:
-        if (!getTransform().equals(other.getTransform())) return false;
+        if (!getTransform()
+            .equals(other.getTransform())) return false;
         break;
       case 0:
       default:
@@ -666,123 +584,118 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.Write parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.Write parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.Write parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.Write parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.firestore.v1.Write parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.Write parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.Write parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.Write parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.Write parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.Write parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.Write parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.Write parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.Write parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.firestore.v1.Write parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.Write parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.Write prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * A write on a document.
    * 
* * Protobuf type {@code google.firestore.v1.Write} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.Write) com.google.firestore.v1.WriteOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_Write_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_Write_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_Write_fieldAccessorTable + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_Write_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Write.class, com.google.firestore.v1.Write.Builder.class); } @@ -792,19 +705,19 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getUpdateMaskFieldBuilder(); getUpdateTransformsFieldBuilder(); getCurrentDocumentFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -838,9 +751,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_Write_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_Write_descriptor; } @java.lang.Override @@ -861,9 +774,7 @@ public com.google.firestore.v1.Write build() { public com.google.firestore.v1.Write buildPartial() { com.google.firestore.v1.Write result = new com.google.firestore.v1.Write(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -885,12 +796,15 @@ private void buildPartial0(com.google.firestore.v1.Write result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000008) != 0)) { - result.updateMask_ = updateMaskBuilder_ == null ? updateMask_ : updateMaskBuilder_.build(); + result.updateMask_ = updateMaskBuilder_ == null + ? updateMask_ + : updateMaskBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000020) != 0)) { - result.currentDocument_ = - currentDocumentBuilder_ == null ? currentDocument_ : currentDocumentBuilder_.build(); + result.currentDocument_ = currentDocumentBuilder_ == null + ? currentDocument_ + : currentDocumentBuilder_.build(); to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; @@ -899,10 +813,12 @@ private void buildPartial0(com.google.firestore.v1.Write result) { private void buildPartialOneofs(com.google.firestore.v1.Write result) { result.operationCase_ = operationCase_; result.operation_ = this.operation_; - if (operationCase_ == 1 && updateBuilder_ != null) { + if (operationCase_ == 1 && + updateBuilder_ != null) { result.operation_ = updateBuilder_.build(); } - if (operationCase_ == 6 && transformBuilder_ != null) { + if (operationCase_ == 6 && + transformBuilder_ != null) { result.operation_ = transformBuilder_.build(); } } @@ -911,39 +827,38 @@ private void buildPartialOneofs(com.google.firestore.v1.Write result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.Write) { - return mergeFrom((com.google.firestore.v1.Write) other); + return mergeFrom((com.google.firestore.v1.Write)other); } else { super.mergeFrom(other); return this; @@ -973,10 +888,9 @@ public Builder mergeFrom(com.google.firestore.v1.Write other) { updateTransformsBuilder_ = null; updateTransforms_ = other.updateTransforms_; bitField0_ = (bitField0_ & ~0x00000010); - updateTransformsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getUpdateTransformsFieldBuilder() - : null; + updateTransformsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getUpdateTransformsFieldBuilder() : null; } else { updateTransformsBuilder_.addAllMessages(other.updateTransforms_); } @@ -986,27 +900,23 @@ public Builder mergeFrom(com.google.firestore.v1.Write other) { mergeCurrentDocument(other.getCurrentDocument()); } switch (other.getOperationCase()) { - case UPDATE: - { - mergeUpdate(other.getUpdate()); - break; - } - case DELETE: - { - operationCase_ = 2; - operation_ = other.operation_; - onChanged(); - break; - } - case TRANSFORM: - { - mergeTransform(other.getTransform()); - break; - } - case OPERATION_NOT_SET: - { - break; - } + case UPDATE: { + mergeUpdate(other.getUpdate()); + break; + } + case DELETE: { + operationCase_ = 2; + operation_ = other.operation_; + onChanged(); + break; + } + case TRANSFORM: { + mergeTransform(other.getTransform()); + break; + } + case OPERATION_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -1034,58 +944,59 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getUpdateFieldBuilder().getBuilder(), extensionRegistry); - operationCase_ = 1; - break; - } // case 10 - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); - operationCase_ = 2; - operation_ = s; - break; - } // case 18 - case 26: - { - input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000008; - break; - } // case 26 - case 34: - { - input.readMessage(getCurrentDocumentFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000020; - break; - } // case 34 - case 50: - { - input.readMessage(getTransformFieldBuilder().getBuilder(), extensionRegistry); - operationCase_ = 6; - break; - } // case 50 - case 58: - { - com.google.firestore.v1.DocumentTransform.FieldTransform m = - input.readMessage( - com.google.firestore.v1.DocumentTransform.FieldTransform.parser(), - extensionRegistry); - if (updateTransformsBuilder_ == null) { - ensureUpdateTransformsIsMutable(); - updateTransforms_.add(m); - } else { - updateTransformsBuilder_.addMessage(m); - } - break; - } // case 58 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getUpdateFieldBuilder().getBuilder(), + extensionRegistry); + operationCase_ = 1; + break; + } // case 10 + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + operationCase_ = 2; + operation_ = s; + break; + } // case 18 + case 26: { + input.readMessage( + getUpdateMaskFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000008; + break; + } // case 26 + case 34: { + input.readMessage( + getCurrentDocumentFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000020; + break; + } // case 34 + case 50: { + input.readMessage( + getTransformFieldBuilder().getBuilder(), + extensionRegistry); + operationCase_ = 6; + break; + } // case 50 + case 58: { + com.google.firestore.v1.DocumentTransform.FieldTransform m = + input.readMessage( + com.google.firestore.v1.DocumentTransform.FieldTransform.parser(), + extensionRegistry); + if (updateTransformsBuilder_ == null) { + ensureUpdateTransformsIsMutable(); + updateTransforms_.add(m); + } else { + updateTransformsBuilder_.addMessage(m); + } + break; + } // case 58 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1095,12 +1006,12 @@ public Builder mergeFrom( } // finally return this; } - private int operationCase_ = 0; private java.lang.Object operation_; - - public OperationCase getOperationCase() { - return OperationCase.forNumber(operationCase_); + public OperationCase + getOperationCase() { + return OperationCase.forNumber( + operationCase_); } public Builder clearOperation() { @@ -1113,19 +1024,13 @@ public Builder clearOperation() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder> - updateBuilder_; + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> updateBuilder_; /** - * - * *
      * A document to write.
      * 
* * .google.firestore.v1.Document update = 1; - * * @return Whether the update field is set. */ @java.lang.Override @@ -1133,14 +1038,11 @@ public boolean hasUpdate() { return operationCase_ == 1; } /** - * - * *
      * A document to write.
      * 
* * .google.firestore.v1.Document update = 1; - * * @return The update. */ @java.lang.Override @@ -1158,8 +1060,6 @@ public com.google.firestore.v1.Document getUpdate() { } } /** - * - * *
      * A document to write.
      * 
@@ -1180,15 +1080,14 @@ public Builder setUpdate(com.google.firestore.v1.Document value) { return this; } /** - * - * *
      * A document to write.
      * 
* * .google.firestore.v1.Document update = 1; */ - public Builder setUpdate(com.google.firestore.v1.Document.Builder builderForValue) { + public Builder setUpdate( + com.google.firestore.v1.Document.Builder builderForValue) { if (updateBuilder_ == null) { operation_ = builderForValue.build(); onChanged(); @@ -1199,8 +1098,6 @@ public Builder setUpdate(com.google.firestore.v1.Document.Builder builderForValu return this; } /** - * - * *
      * A document to write.
      * 
@@ -1209,13 +1106,10 @@ public Builder setUpdate(com.google.firestore.v1.Document.Builder builderForValu */ public Builder mergeUpdate(com.google.firestore.v1.Document value) { if (updateBuilder_ == null) { - if (operationCase_ == 1 - && operation_ != com.google.firestore.v1.Document.getDefaultInstance()) { - operation_ = - com.google.firestore.v1.Document.newBuilder( - (com.google.firestore.v1.Document) operation_) - .mergeFrom(value) - .buildPartial(); + if (operationCase_ == 1 && + operation_ != com.google.firestore.v1.Document.getDefaultInstance()) { + operation_ = com.google.firestore.v1.Document.newBuilder((com.google.firestore.v1.Document) operation_) + .mergeFrom(value).buildPartial(); } else { operation_ = value; } @@ -1231,8 +1125,6 @@ public Builder mergeUpdate(com.google.firestore.v1.Document value) { return this; } /** - * - * *
      * A document to write.
      * 
@@ -1256,8 +1148,6 @@ public Builder clearUpdate() { return this; } /** - * - * *
      * A document to write.
      * 
@@ -1268,8 +1158,6 @@ public com.google.firestore.v1.Document.Builder getUpdateBuilder() { return getUpdateFieldBuilder().getBuilder(); } /** - * - * *
      * A document to write.
      * 
@@ -1288,8 +1176,6 @@ public com.google.firestore.v1.DocumentOrBuilder getUpdateOrBuilder() { } } /** - * - * *
      * A document to write.
      * 
@@ -1297,20 +1183,17 @@ public com.google.firestore.v1.DocumentOrBuilder getUpdateOrBuilder() { * .google.firestore.v1.Document update = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder> + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> getUpdateFieldBuilder() { if (updateBuilder_ == null) { if (!(operationCase_ == 1)) { operation_ = com.google.firestore.v1.Document.getDefaultInstance(); } - updateBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, - com.google.firestore.v1.Document.Builder, - com.google.firestore.v1.DocumentOrBuilder>( - (com.google.firestore.v1.Document) operation_, getParentForChildren(), isClean()); + updateBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>( + (com.google.firestore.v1.Document) operation_, + getParentForChildren(), + isClean()); operation_ = null; } operationCase_ = 1; @@ -1319,15 +1202,12 @@ public com.google.firestore.v1.DocumentOrBuilder getUpdateOrBuilder() { } /** - * - * *
      * A document name to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string delete = 2; - * * @return Whether the delete field is set. */ @java.lang.Override @@ -1335,15 +1215,12 @@ public boolean hasDelete() { return operationCase_ == 2; } /** - * - * *
      * A document name to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string delete = 2; - * * @return The delete. */ @java.lang.Override @@ -1353,7 +1230,8 @@ public java.lang.String getDelete() { ref = operation_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (operationCase_ == 2) { operation_ = s; @@ -1364,26 +1242,25 @@ public java.lang.String getDelete() { } } /** - * - * *
      * A document name to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string delete = 2; - * * @return The bytes for delete. */ @java.lang.Override - public com.google.protobuf.ByteString getDeleteBytes() { + public com.google.protobuf.ByteString + getDeleteBytes() { java.lang.Object ref = ""; if (operationCase_ == 2) { ref = operation_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (operationCase_ == 2) { operation_ = b; } @@ -1393,37 +1270,30 @@ public com.google.protobuf.ByteString getDeleteBytes() { } } /** - * - * *
      * A document name to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string delete = 2; - * * @param value The delete to set. * @return This builder for chaining. */ - public Builder setDelete(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDelete( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } operationCase_ = 2; operation_ = value; onChanged(); return this; } /** - * - * *
      * A document name to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string delete = 2; - * * @return This builder for chaining. */ public Builder clearDelete() { @@ -1435,22 +1305,18 @@ public Builder clearDelete() { return this; } /** - * - * *
      * A document name to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string delete = 2; - * * @param value The bytes for delete to set. * @return This builder for chaining. */ - public Builder setDeleteBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDeleteBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); operationCase_ = 2; operation_ = value; @@ -1459,19 +1325,13 @@ public Builder setDeleteBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentTransform, - com.google.firestore.v1.DocumentTransform.Builder, - com.google.firestore.v1.DocumentTransformOrBuilder> - transformBuilder_; + com.google.firestore.v1.DocumentTransform, com.google.firestore.v1.DocumentTransform.Builder, com.google.firestore.v1.DocumentTransformOrBuilder> transformBuilder_; /** - * - * *
      * Applies a transformation to a document.
      * 
* * .google.firestore.v1.DocumentTransform transform = 6; - * * @return Whether the transform field is set. */ @java.lang.Override @@ -1479,14 +1339,11 @@ public boolean hasTransform() { return operationCase_ == 6; } /** - * - * *
      * Applies a transformation to a document.
      * 
* * .google.firestore.v1.DocumentTransform transform = 6; - * * @return The transform. */ @java.lang.Override @@ -1504,8 +1361,6 @@ public com.google.firestore.v1.DocumentTransform getTransform() { } } /** - * - * *
      * Applies a transformation to a document.
      * 
@@ -1526,15 +1381,14 @@ public Builder setTransform(com.google.firestore.v1.DocumentTransform value) { return this; } /** - * - * *
      * Applies a transformation to a document.
      * 
* * .google.firestore.v1.DocumentTransform transform = 6; */ - public Builder setTransform(com.google.firestore.v1.DocumentTransform.Builder builderForValue) { + public Builder setTransform( + com.google.firestore.v1.DocumentTransform.Builder builderForValue) { if (transformBuilder_ == null) { operation_ = builderForValue.build(); onChanged(); @@ -1545,8 +1399,6 @@ public Builder setTransform(com.google.firestore.v1.DocumentTransform.Builder bu return this; } /** - * - * *
      * Applies a transformation to a document.
      * 
@@ -1555,13 +1407,10 @@ public Builder setTransform(com.google.firestore.v1.DocumentTransform.Builder bu */ public Builder mergeTransform(com.google.firestore.v1.DocumentTransform value) { if (transformBuilder_ == null) { - if (operationCase_ == 6 - && operation_ != com.google.firestore.v1.DocumentTransform.getDefaultInstance()) { - operation_ = - com.google.firestore.v1.DocumentTransform.newBuilder( - (com.google.firestore.v1.DocumentTransform) operation_) - .mergeFrom(value) - .buildPartial(); + if (operationCase_ == 6 && + operation_ != com.google.firestore.v1.DocumentTransform.getDefaultInstance()) { + operation_ = com.google.firestore.v1.DocumentTransform.newBuilder((com.google.firestore.v1.DocumentTransform) operation_) + .mergeFrom(value).buildPartial(); } else { operation_ = value; } @@ -1577,8 +1426,6 @@ public Builder mergeTransform(com.google.firestore.v1.DocumentTransform value) { return this; } /** - * - * *
      * Applies a transformation to a document.
      * 
@@ -1602,8 +1449,6 @@ public Builder clearTransform() { return this; } /** - * - * *
      * Applies a transformation to a document.
      * 
@@ -1614,8 +1459,6 @@ public com.google.firestore.v1.DocumentTransform.Builder getTransformBuilder() { return getTransformFieldBuilder().getBuilder(); } /** - * - * *
      * Applies a transformation to a document.
      * 
@@ -1634,8 +1477,6 @@ public com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder( } } /** - * - * *
      * Applies a transformation to a document.
      * 
@@ -1643,19 +1484,14 @@ public com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder( * .google.firestore.v1.DocumentTransform transform = 6; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentTransform, - com.google.firestore.v1.DocumentTransform.Builder, - com.google.firestore.v1.DocumentTransformOrBuilder> + com.google.firestore.v1.DocumentTransform, com.google.firestore.v1.DocumentTransform.Builder, com.google.firestore.v1.DocumentTransformOrBuilder> getTransformFieldBuilder() { if (transformBuilder_ == null) { if (!(operationCase_ == 6)) { operation_ = com.google.firestore.v1.DocumentTransform.getDefaultInstance(); } - transformBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentTransform, - com.google.firestore.v1.DocumentTransform.Builder, - com.google.firestore.v1.DocumentTransformOrBuilder>( + transformBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.DocumentTransform, com.google.firestore.v1.DocumentTransform.Builder, com.google.firestore.v1.DocumentTransformOrBuilder>( (com.google.firestore.v1.DocumentTransform) operation_, getParentForChildren(), isClean()); @@ -1668,13 +1504,8 @@ public com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder( private com.google.firestore.v1.DocumentMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, - com.google.firestore.v1.DocumentMask.Builder, - com.google.firestore.v1.DocumentMaskOrBuilder> - updateMaskBuilder_; + com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * The fields to update in this write.
      *
@@ -1689,15 +1520,12 @@ public com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder(
      * 
* * .google.firestore.v1.DocumentMask update_mask = 3; - * * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * The fields to update in this write.
      *
@@ -1712,21 +1540,16 @@ public boolean hasUpdateMask() {
      * 
* * .google.firestore.v1.DocumentMask update_mask = 3; - * * @return The updateMask. */ public com.google.firestore.v1.DocumentMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.firestore.v1.DocumentMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * The fields to update in this write.
      *
@@ -1756,8 +1579,6 @@ public Builder setUpdateMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to update in this write.
      *
@@ -1773,7 +1594,8 @@ public Builder setUpdateMask(com.google.firestore.v1.DocumentMask value) {
      *
      * .google.firestore.v1.DocumentMask update_mask = 3;
      */
-    public Builder setUpdateMask(com.google.firestore.v1.DocumentMask.Builder builderForValue) {
+    public Builder setUpdateMask(
+        com.google.firestore.v1.DocumentMask.Builder builderForValue) {
       if (updateMaskBuilder_ == null) {
         updateMask_ = builderForValue.build();
       } else {
@@ -1784,8 +1606,6 @@ public Builder setUpdateMask(com.google.firestore.v1.DocumentMask.Builder builde
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to update in this write.
      *
@@ -1803,9 +1623,9 @@ public Builder setUpdateMask(com.google.firestore.v1.DocumentMask.Builder builde
      */
     public Builder mergeUpdateMask(com.google.firestore.v1.DocumentMask value) {
       if (updateMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0)
-            && updateMask_ != null
-            && updateMask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0) &&
+          updateMask_ != null &&
+          updateMask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
           getUpdateMaskBuilder().mergeFrom(value);
         } else {
           updateMask_ = value;
@@ -1820,8 +1640,6 @@ public Builder mergeUpdateMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to update in this write.
      *
@@ -1848,8 +1666,6 @@ public Builder clearUpdateMask() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The fields to update in this write.
      *
@@ -1871,8 +1687,6 @@ public com.google.firestore.v1.DocumentMask.Builder getUpdateMaskBuilder() {
       return getUpdateMaskFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The fields to update in this write.
      *
@@ -1892,14 +1706,11 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
       if (updateMaskBuilder_ != null) {
         return updateMaskBuilder_.getMessageOrBuilder();
       } else {
-        return updateMask_ == null
-            ? com.google.firestore.v1.DocumentMask.getDefaultInstance()
-            : updateMask_;
+        return updateMask_ == null ?
+            com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_;
       }
     }
     /**
-     *
-     *
      * 
      * The fields to update in this write.
      *
@@ -1916,43 +1727,32 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
      * .google.firestore.v1.DocumentMask update_mask = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentMask,
-            com.google.firestore.v1.DocumentMask.Builder,
-            com.google.firestore.v1.DocumentMaskOrBuilder>
+        com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> 
         getUpdateMaskFieldBuilder() {
       if (updateMaskBuilder_ == null) {
-        updateMaskBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.DocumentMask,
-                com.google.firestore.v1.DocumentMask.Builder,
-                com.google.firestore.v1.DocumentMaskOrBuilder>(
-                getUpdateMask(), getParentForChildren(), isClean());
+        updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder>(
+                getUpdateMask(),
+                getParentForChildren(),
+                isClean());
         updateMask_ = null;
       }
       return updateMaskBuilder_;
     }
 
-    private java.util.List
-        updateTransforms_ = java.util.Collections.emptyList();
-
+    private java.util.List updateTransforms_ =
+      java.util.Collections.emptyList();
     private void ensureUpdateTransformsIsMutable() {
       if (!((bitField0_ & 0x00000010) != 0)) {
-        updateTransforms_ =
-            new java.util.ArrayList(
-                updateTransforms_);
+        updateTransforms_ = new java.util.ArrayList(updateTransforms_);
         bitField0_ |= 0x00000010;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.DocumentTransform.FieldTransform,
-            com.google.firestore.v1.DocumentTransform.FieldTransform.Builder,
-            com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder>
-        updateTransformsBuilder_;
+        com.google.firestore.v1.DocumentTransform.FieldTransform, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> updateTransformsBuilder_;
 
     /**
-     *
-     *
      * 
      * The transforms to perform after update.
      *
@@ -1961,11 +1761,9 @@ private void ensureUpdateTransformsIsMutable() {
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ - public java.util.List - getUpdateTransformsList() { + public java.util.List getUpdateTransformsList() { if (updateTransformsBuilder_ == null) { return java.util.Collections.unmodifiableList(updateTransforms_); } else { @@ -1973,8 +1771,6 @@ private void ensureUpdateTransformsIsMutable() { } } /** - * - * *
      * The transforms to perform after update.
      *
@@ -1983,8 +1779,7 @@ private void ensureUpdateTransformsIsMutable() {
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ public int getUpdateTransformsCount() { if (updateTransformsBuilder_ == null) { @@ -1994,8 +1789,6 @@ public int getUpdateTransformsCount() { } } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2004,8 +1797,7 @@ public int getUpdateTransformsCount() {
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ public com.google.firestore.v1.DocumentTransform.FieldTransform getUpdateTransforms(int index) { if (updateTransformsBuilder_ == null) { @@ -2015,8 +1807,6 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform getUpdateTransfo } } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2025,8 +1815,7 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform getUpdateTransfo
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ public Builder setUpdateTransforms( int index, com.google.firestore.v1.DocumentTransform.FieldTransform value) { @@ -2043,8 +1832,6 @@ public Builder setUpdateTransforms( return this; } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2053,12 +1840,10 @@ public Builder setUpdateTransforms(
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ public Builder setUpdateTransforms( - int index, - com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { + int index, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { if (updateTransformsBuilder_ == null) { ensureUpdateTransformsIsMutable(); updateTransforms_.set(index, builderForValue.build()); @@ -2069,8 +1854,6 @@ public Builder setUpdateTransforms( return this; } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2079,11 +1862,9 @@ public Builder setUpdateTransforms(
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ - public Builder addUpdateTransforms( - com.google.firestore.v1.DocumentTransform.FieldTransform value) { + public Builder addUpdateTransforms(com.google.firestore.v1.DocumentTransform.FieldTransform value) { if (updateTransformsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -2097,8 +1878,6 @@ public Builder addUpdateTransforms( return this; } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2107,8 +1886,7 @@ public Builder addUpdateTransforms(
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ public Builder addUpdateTransforms( int index, com.google.firestore.v1.DocumentTransform.FieldTransform value) { @@ -2125,8 +1903,6 @@ public Builder addUpdateTransforms( return this; } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2135,8 +1911,7 @@ public Builder addUpdateTransforms(
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ public Builder addUpdateTransforms( com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { @@ -2150,8 +1925,6 @@ public Builder addUpdateTransforms( return this; } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2160,12 +1933,10 @@ public Builder addUpdateTransforms(
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ public Builder addUpdateTransforms( - int index, - com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { + int index, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { if (updateTransformsBuilder_ == null) { ensureUpdateTransformsIsMutable(); updateTransforms_.add(index, builderForValue.build()); @@ -2176,8 +1947,6 @@ public Builder addUpdateTransforms( return this; } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2186,15 +1955,14 @@ public Builder addUpdateTransforms(
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ public Builder addAllUpdateTransforms( - java.lang.Iterable - values) { + java.lang.Iterable values) { if (updateTransformsBuilder_ == null) { ensureUpdateTransformsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, updateTransforms_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, updateTransforms_); onChanged(); } else { updateTransformsBuilder_.addAllMessages(values); @@ -2202,8 +1970,6 @@ public Builder addAllUpdateTransforms( return this; } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2212,8 +1978,7 @@ public Builder addAllUpdateTransforms(
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ public Builder clearUpdateTransforms() { if (updateTransformsBuilder_ == null) { @@ -2226,8 +1991,6 @@ public Builder clearUpdateTransforms() { return this; } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2236,8 +1999,7 @@ public Builder clearUpdateTransforms() {
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ public Builder removeUpdateTransforms(int index) { if (updateTransformsBuilder_ == null) { @@ -2250,8 +2012,6 @@ public Builder removeUpdateTransforms(int index) { return this; } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2260,16 +2020,13 @@ public Builder removeUpdateTransforms(int index) {
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ - public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder - getUpdateTransformsBuilder(int index) { + public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder getUpdateTransformsBuilder( + int index) { return getUpdateTransformsFieldBuilder().getBuilder(index); } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2278,20 +2035,16 @@ public Builder removeUpdateTransforms(int index) {
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ - public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder - getUpdateTransformsOrBuilder(int index) { + public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getUpdateTransformsOrBuilder( + int index) { if (updateTransformsBuilder_ == null) { - return updateTransforms_.get(index); - } else { + return updateTransforms_.get(index); } else { return updateTransformsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2300,12 +2053,10 @@ public Builder removeUpdateTransforms(int index) {
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ - public java.util.List< - ? extends com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> - getUpdateTransformsOrBuilderList() { + public java.util.List + getUpdateTransformsOrBuilderList() { if (updateTransformsBuilder_ != null) { return updateTransformsBuilder_.getMessageOrBuilderList(); } else { @@ -2313,8 +2064,6 @@ public Builder removeUpdateTransforms(int index) { } } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2323,18 +2072,13 @@ public Builder removeUpdateTransforms(int index) {
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ - public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder - addUpdateTransformsBuilder() { - return getUpdateTransformsFieldBuilder() - .addBuilder( - com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); + public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder addUpdateTransformsBuilder() { + return getUpdateTransformsFieldBuilder().addBuilder( + com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2343,18 +2087,14 @@ public Builder removeUpdateTransforms(int index) {
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ - public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder - addUpdateTransformsBuilder(int index) { - return getUpdateTransformsFieldBuilder() - .addBuilder( - index, com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); + public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder addUpdateTransformsBuilder( + int index) { + return getUpdateTransformsFieldBuilder().addBuilder( + index, com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); } /** - * - * *
      * The transforms to perform after update.
      *
@@ -2363,25 +2103,18 @@ public Builder removeUpdateTransforms(int index) {
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ - public java.util.List - getUpdateTransformsBuilderList() { + public java.util.List + getUpdateTransformsBuilderList() { return getUpdateTransformsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.DocumentTransform.FieldTransform, - com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, - com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> + com.google.firestore.v1.DocumentTransform.FieldTransform, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> getUpdateTransformsFieldBuilder() { if (updateTransformsBuilder_ == null) { - updateTransformsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.DocumentTransform.FieldTransform, - com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, - com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder>( + updateTransformsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.v1.DocumentTransform.FieldTransform, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder>( updateTransforms_, ((bitField0_ & 0x00000010) != 0), getParentForChildren(), @@ -2393,13 +2126,8 @@ public Builder removeUpdateTransforms(int index) { private com.google.firestore.v1.Precondition currentDocument_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Precondition, - com.google.firestore.v1.Precondition.Builder, - com.google.firestore.v1.PreconditionOrBuilder> - currentDocumentBuilder_; + com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder> currentDocumentBuilder_; /** - * - * *
      * An optional precondition on the document.
      *
@@ -2407,15 +2135,12 @@ public Builder removeUpdateTransforms(int index) {
      * 
* * .google.firestore.v1.Precondition current_document = 4; - * * @return Whether the currentDocument field is set. */ public boolean hasCurrentDocument() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
      * An optional precondition on the document.
      *
@@ -2423,21 +2148,16 @@ public boolean hasCurrentDocument() {
      * 
* * .google.firestore.v1.Precondition current_document = 4; - * * @return The currentDocument. */ public com.google.firestore.v1.Precondition getCurrentDocument() { if (currentDocumentBuilder_ == null) { - return currentDocument_ == null - ? com.google.firestore.v1.Precondition.getDefaultInstance() - : currentDocument_; + return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_; } else { return currentDocumentBuilder_.getMessage(); } } /** - * - * *
      * An optional precondition on the document.
      *
@@ -2460,8 +2180,6 @@ public Builder setCurrentDocument(com.google.firestore.v1.Precondition value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      *
@@ -2482,8 +2200,6 @@ public Builder setCurrentDocument(
       return this;
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      *
@@ -2494,9 +2210,9 @@ public Builder setCurrentDocument(
      */
     public Builder mergeCurrentDocument(com.google.firestore.v1.Precondition value) {
       if (currentDocumentBuilder_ == null) {
-        if (((bitField0_ & 0x00000020) != 0)
-            && currentDocument_ != null
-            && currentDocument_ != com.google.firestore.v1.Precondition.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000020) != 0) &&
+          currentDocument_ != null &&
+          currentDocument_ != com.google.firestore.v1.Precondition.getDefaultInstance()) {
           getCurrentDocumentBuilder().mergeFrom(value);
         } else {
           currentDocument_ = value;
@@ -2511,8 +2227,6 @@ public Builder mergeCurrentDocument(com.google.firestore.v1.Precondition value)
       return this;
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      *
@@ -2532,8 +2246,6 @@ public Builder clearCurrentDocument() {
       return this;
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      *
@@ -2548,8 +2260,6 @@ public com.google.firestore.v1.Precondition.Builder getCurrentDocumentBuilder()
       return getCurrentDocumentFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      *
@@ -2562,14 +2272,11 @@ public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder
       if (currentDocumentBuilder_ != null) {
         return currentDocumentBuilder_.getMessageOrBuilder();
       } else {
-        return currentDocument_ == null
-            ? com.google.firestore.v1.Precondition.getDefaultInstance()
-            : currentDocument_;
+        return currentDocument_ == null ?
+            com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_;
       }
     }
     /**
-     *
-     *
      * 
      * An optional precondition on the document.
      *
@@ -2579,24 +2286,21 @@ public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder
      * .google.firestore.v1.Precondition current_document = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Precondition,
-            com.google.firestore.v1.Precondition.Builder,
-            com.google.firestore.v1.PreconditionOrBuilder>
+        com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder> 
         getCurrentDocumentFieldBuilder() {
       if (currentDocumentBuilder_ == null) {
-        currentDocumentBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.firestore.v1.Precondition,
-                com.google.firestore.v1.Precondition.Builder,
-                com.google.firestore.v1.PreconditionOrBuilder>(
-                getCurrentDocument(), getParentForChildren(), isClean());
+        currentDocumentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder>(
+                getCurrentDocument(),
+                getParentForChildren(),
+                isClean());
         currentDocument_ = null;
       }
       return currentDocumentBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -2606,12 +2310,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.Write)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.Write)
   private static final com.google.firestore.v1.Write DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.Write();
   }
@@ -2620,27 +2324,27 @@ public static com.google.firestore.v1.Write getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Write parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Write parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2655,4 +2359,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.Write getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteOrBuilder.java
similarity index 86%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteOrBuilder.java
index e1b4b5672..6628dd3bf 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteOrBuilder.java
@@ -1,56 +1,32 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface WriteOrBuilder
-    extends
+public interface WriteOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.Write)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * A document to write.
    * 
* * .google.firestore.v1.Document update = 1; - * * @return Whether the update field is set. */ boolean hasUpdate(); /** - * - * *
    * A document to write.
    * 
* * .google.firestore.v1.Document update = 1; - * * @return The update. */ com.google.firestore.v1.Document getUpdate(); /** - * - * *
    * A document to write.
    * 
@@ -60,72 +36,56 @@ public interface WriteOrBuilder com.google.firestore.v1.DocumentOrBuilder getUpdateOrBuilder(); /** - * - * *
    * A document name to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string delete = 2; - * * @return Whether the delete field is set. */ boolean hasDelete(); /** - * - * *
    * A document name to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string delete = 2; - * * @return The delete. */ java.lang.String getDelete(); /** - * - * *
    * A document name to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string delete = 2; - * * @return The bytes for delete. */ - com.google.protobuf.ByteString getDeleteBytes(); + com.google.protobuf.ByteString + getDeleteBytes(); /** - * - * *
    * Applies a transformation to a document.
    * 
* * .google.firestore.v1.DocumentTransform transform = 6; - * * @return Whether the transform field is set. */ boolean hasTransform(); /** - * - * *
    * Applies a transformation to a document.
    * 
* * .google.firestore.v1.DocumentTransform transform = 6; - * * @return The transform. */ com.google.firestore.v1.DocumentTransform getTransform(); /** - * - * *
    * Applies a transformation to a document.
    * 
@@ -135,8 +95,6 @@ public interface WriteOrBuilder com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder(); /** - * - * *
    * The fields to update in this write.
    *
@@ -151,13 +109,10 @@ public interface WriteOrBuilder
    * 
* * .google.firestore.v1.DocumentMask update_mask = 3; - * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * The fields to update in this write.
    *
@@ -172,13 +127,10 @@ public interface WriteOrBuilder
    * 
* * .google.firestore.v1.DocumentMask update_mask = 3; - * * @return The updateMask. */ com.google.firestore.v1.DocumentMask getUpdateMask(); /** - * - * *
    * The fields to update in this write.
    *
@@ -197,8 +149,6 @@ public interface WriteOrBuilder
   com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder();
 
   /**
-   *
-   *
    * 
    * The transforms to perform after update.
    *
@@ -207,14 +157,11 @@ public interface WriteOrBuilder
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ - java.util.List + java.util.List getUpdateTransformsList(); /** - * - * *
    * The transforms to perform after update.
    *
@@ -223,13 +170,10 @@ public interface WriteOrBuilder
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ com.google.firestore.v1.DocumentTransform.FieldTransform getUpdateTransforms(int index); /** - * - * *
    * The transforms to perform after update.
    *
@@ -238,13 +182,10 @@ public interface WriteOrBuilder
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ int getUpdateTransformsCount(); /** - * - * *
    * The transforms to perform after update.
    *
@@ -253,14 +194,11 @@ public interface WriteOrBuilder
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ - java.util.List + java.util.List getUpdateTransformsOrBuilderList(); /** - * - * *
    * The transforms to perform after update.
    *
@@ -269,15 +207,12 @@ public interface WriteOrBuilder
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; - * + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; */ com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getUpdateTransformsOrBuilder( int index); /** - * - * *
    * An optional precondition on the document.
    *
@@ -285,13 +220,10 @@ com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getUpdateTrans
    * 
* * .google.firestore.v1.Precondition current_document = 4; - * * @return Whether the currentDocument field is set. */ boolean hasCurrentDocument(); /** - * - * *
    * An optional precondition on the document.
    *
@@ -299,13 +231,10 @@ com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getUpdateTrans
    * 
* * .google.firestore.v1.Precondition current_document = 4; - * * @return The currentDocument. */ com.google.firestore.v1.Precondition getCurrentDocument(); /** - * - * *
    * An optional precondition on the document.
    *
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteProto.java
new file mode 100644
index 000000000..c2a928173
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteProto.java
@@ -0,0 +1,180 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/v1/write.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.v1;
+
+public final class WriteProto {
+  private WriteProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_Write_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_Write_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_DocumentTransform_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_DocumentTransform_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_DocumentTransform_FieldTransform_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_WriteResult_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_WriteResult_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_DocumentChange_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_DocumentChange_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_DocumentDelete_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_DocumentDelete_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_DocumentRemove_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_DocumentRemove_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_firestore_v1_ExistenceFilter_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_ExistenceFilter_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\037google/firestore/v1/write.proto\022\023googl" +
+      "e.firestore.v1\032&google/firestore/v1/bloo" +
+      "m_filter.proto\032 google/firestore/v1/comm" +
+      "on.proto\032\"google/firestore/v1/document.p" +
+      "roto\032\037google/protobuf/timestamp.proto\"\333\002" +
+      "\n\005Write\022/\n\006update\030\001 \001(\0132\035.google.firesto" +
+      "re.v1.DocumentH\000\022\020\n\006delete\030\002 \001(\tH\000\022;\n\ttr" +
+      "ansform\030\006 \001(\0132&.google.firestore.v1.Docu" +
+      "mentTransformH\000\0226\n\013update_mask\030\003 \001(\0132!.g" +
+      "oogle.firestore.v1.DocumentMask\022P\n\021updat" +
+      "e_transforms\030\007 \003(\01325.google.firestore.v1" +
+      ".DocumentTransform.FieldTransform\022;\n\020cur" +
+      "rent_document\030\004 \001(\0132!.google.firestore.v" +
+      "1.PreconditionB\013\n\toperation\"\345\004\n\021Document" +
+      "Transform\022\020\n\010document\030\001 \001(\t\022O\n\020field_tra" +
+      "nsforms\030\002 \003(\01325.google.firestore.v1.Docu" +
+      "mentTransform.FieldTransform\032\354\003\n\016FieldTr" +
+      "ansform\022\022\n\nfield_path\030\001 \001(\t\022`\n\023set_to_se" +
+      "rver_value\030\002 \001(\0162A.google.firestore.v1.D" +
+      "ocumentTransform.FieldTransform.ServerVa" +
+      "lueH\000\022/\n\tincrement\030\003 \001(\0132\032.google.firest" +
+      "ore.v1.ValueH\000\022-\n\007maximum\030\004 \001(\0132\032.google" +
+      ".firestore.v1.ValueH\000\022-\n\007minimum\030\005 \001(\0132\032" +
+      ".google.firestore.v1.ValueH\000\022B\n\027append_m" +
+      "issing_elements\030\006 \001(\0132\037.google.firestore" +
+      ".v1.ArrayValueH\000\022@\n\025remove_all_from_arra" +
+      "y\030\007 \001(\0132\037.google.firestore.v1.ArrayValue" +
+      "H\000\"=\n\013ServerValue\022\034\n\030SERVER_VALUE_UNSPEC" +
+      "IFIED\020\000\022\020\n\014REQUEST_TIME\020\001B\020\n\016transform_t" +
+      "ype\"u\n\013WriteResult\022/\n\013update_time\030\001 \001(\0132" +
+      "\032.google.protobuf.Timestamp\0225\n\021transform" +
+      "_results\030\002 \003(\0132\032.google.firestore.v1.Val" +
+      "ue\"q\n\016DocumentChange\022/\n\010document\030\001 \001(\0132\035" +
+      ".google.firestore.v1.Document\022\022\n\ntarget_" +
+      "ids\030\005 \003(\005\022\032\n\022removed_target_ids\030\006 \003(\005\"m\n" +
+      "\016DocumentDelete\022\020\n\010document\030\001 \001(\t\022\032\n\022rem" +
+      "oved_target_ids\030\006 \003(\005\022-\n\tread_time\030\004 \001(\013" +
+      "2\032.google.protobuf.Timestamp\"m\n\016Document" +
+      "Remove\022\020\n\010document\030\001 \001(\t\022\032\n\022removed_targ" +
+      "et_ids\030\002 \003(\005\022-\n\tread_time\030\004 \001(\0132\032.google" +
+      ".protobuf.Timestamp\"n\n\017ExistenceFilter\022\021" +
+      "\n\ttarget_id\030\001 \001(\005\022\r\n\005count\030\002 \001(\005\0229\n\017unch" +
+      "anged_names\030\003 \001(\0132 .google.firestore.v1." +
+      "BloomFilterB\302\001\n\027com.google.firestore.v1B" +
+      "\nWriteProtoP\001Z;cloud.google.com/go/fires" +
+      "tore/apiv1/firestorepb;firestorepb\242\002\004GCF" +
+      "S\252\002\031Google.Cloud.Firestore.V1\312\002\031Google\\C" +
+      "loud\\Firestore\\V1\352\002\034Google::Cloud::Fires" +
+      "tore::V1b\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+          com.google.firestore.v1.BloomFilterProto.getDescriptor(),
+          com.google.firestore.v1.CommonProto.getDescriptor(),
+          com.google.firestore.v1.DocumentProto.getDescriptor(),
+          com.google.protobuf.TimestampProto.getDescriptor(),
+        });
+    internal_static_google_firestore_v1_Write_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_v1_Write_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_Write_descriptor,
+        new java.lang.String[] { "Update", "Delete", "Transform", "UpdateMask", "UpdateTransforms", "CurrentDocument", "Operation", });
+    internal_static_google_firestore_v1_DocumentTransform_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_firestore_v1_DocumentTransform_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_DocumentTransform_descriptor,
+        new java.lang.String[] { "Document", "FieldTransforms", });
+    internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor =
+      internal_static_google_firestore_v1_DocumentTransform_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_v1_DocumentTransform_FieldTransform_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor,
+        new java.lang.String[] { "FieldPath", "SetToServerValue", "Increment", "Maximum", "Minimum", "AppendMissingElements", "RemoveAllFromArray", "TransformType", });
+    internal_static_google_firestore_v1_WriteResult_descriptor =
+      getDescriptor().getMessageTypes().get(2);
+    internal_static_google_firestore_v1_WriteResult_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_WriteResult_descriptor,
+        new java.lang.String[] { "UpdateTime", "TransformResults", });
+    internal_static_google_firestore_v1_DocumentChange_descriptor =
+      getDescriptor().getMessageTypes().get(3);
+    internal_static_google_firestore_v1_DocumentChange_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_DocumentChange_descriptor,
+        new java.lang.String[] { "Document", "TargetIds", "RemovedTargetIds", });
+    internal_static_google_firestore_v1_DocumentDelete_descriptor =
+      getDescriptor().getMessageTypes().get(4);
+    internal_static_google_firestore_v1_DocumentDelete_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_DocumentDelete_descriptor,
+        new java.lang.String[] { "Document", "RemovedTargetIds", "ReadTime", });
+    internal_static_google_firestore_v1_DocumentRemove_descriptor =
+      getDescriptor().getMessageTypes().get(5);
+    internal_static_google_firestore_v1_DocumentRemove_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_DocumentRemove_descriptor,
+        new java.lang.String[] { "Document", "RemovedTargetIds", "ReadTime", });
+    internal_static_google_firestore_v1_ExistenceFilter_descriptor =
+      getDescriptor().getMessageTypes().get(6);
+    internal_static_google_firestore_v1_ExistenceFilter_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_firestore_v1_ExistenceFilter_descriptor,
+        new java.lang.String[] { "TargetId", "Count", "UnchangedNames", });
+    com.google.firestore.v1.BloomFilterProto.getDescriptor();
+    com.google.firestore.v1.CommonProto.getDescriptor();
+    com.google.firestore.v1.DocumentProto.getDescriptor();
+    com.google.protobuf.TimestampProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequest.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequest.java
similarity index 73%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequest.java
index 028fb168f..94c89daaf 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequest.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -20,8 +5,6 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * The request for [Firestore.Write][google.firestore.v1.Firestore.Write].
  *
@@ -37,16 +20,15 @@
  *
  * Protobuf type {@code google.firestore.v1.WriteRequest}
  */
-public final class WriteRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class WriteRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.WriteRequest)
     WriteRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use WriteRequest.newBuilder() to construct.
   private WriteRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private WriteRequest() {
     database_ = "";
     streamId_ = "";
@@ -56,13 +38,14 @@ private WriteRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new WriteRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_WriteRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteRequest_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
@@ -73,27 +56,22 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
       case 5:
         return internalGetLabels();
       default:
-        throw new RuntimeException("Invalid map field number: " + number);
+        throw new RuntimeException(
+            "Invalid map field number: " + number);
     }
   }
-
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto
-        .internal_static_google_firestore_v1_WriteRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.WriteRequest.class,
-            com.google.firestore.v1.WriteRequest.Builder.class);
+            com.google.firestore.v1.WriteRequest.class, com.google.firestore.v1.WriteRequest.Builder.class);
   }
 
   public static final int DATABASE_FIELD_NUMBER = 1;
-
   @SuppressWarnings("serial")
   private volatile java.lang.Object database_ = "";
   /**
-   *
-   *
    * 
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
@@ -101,7 +79,6 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ @java.lang.Override @@ -110,15 +87,14 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
@@ -126,15 +102,16 @@ public java.lang.String getDatabase() {
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -143,12 +120,9 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } public static final int STREAM_ID_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object streamId_ = ""; /** - * - * *
    * The ID of the write stream to resume.
    * This may only be set in the first message. When left empty, a new write
@@ -156,7 +130,6 @@ public com.google.protobuf.ByteString getDatabaseBytes() {
    * 
* * string stream_id = 2; - * * @return The streamId. */ @java.lang.Override @@ -165,15 +138,14 @@ public java.lang.String getStreamId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); streamId_ = s; return s; } } /** - * - * *
    * The ID of the write stream to resume.
    * This may only be set in the first message. When left empty, a new write
@@ -181,15 +153,16 @@ public java.lang.String getStreamId() {
    * 
* * string stream_id = 2; - * * @return The bytes for streamId. */ @java.lang.Override - public com.google.protobuf.ByteString getStreamIdBytes() { + public com.google.protobuf.ByteString + getStreamIdBytes() { java.lang.Object ref = streamId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); streamId_ = b; return b; } else { @@ -198,12 +171,9 @@ public com.google.protobuf.ByteString getStreamIdBytes() { } public static final int WRITES_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private java.util.List writes_; /** - * - * *
    * The writes to apply.
    *
@@ -220,8 +190,6 @@ public java.util.List getWritesList() {
     return writes_;
   }
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -234,12 +202,11 @@ public java.util.List getWritesList() {
    * repeated .google.firestore.v1.Write writes = 3;
    */
   @java.lang.Override
-  public java.util.List getWritesOrBuilderList() {
+  public java.util.List 
+      getWritesOrBuilderList() {
     return writes_;
   }
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -256,8 +223,6 @@ public int getWritesCount() {
     return writes_.size();
   }
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -274,8 +239,6 @@ public com.google.firestore.v1.Write getWrites(int index) {
     return writes_.get(index);
   }
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -288,15 +251,14 @@ public com.google.firestore.v1.Write getWrites(int index) {
    * repeated .google.firestore.v1.Write writes = 3;
    */
   @java.lang.Override
-  public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
+  public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
+      int index) {
     return writes_.get(index);
   }
 
   public static final int STREAM_TOKEN_FIELD_NUMBER = 4;
   private com.google.protobuf.ByteString streamToken_ = com.google.protobuf.ByteString.EMPTY;
   /**
-   *
-   *
    * 
    * A stream token that was previously sent by the server.
    *
@@ -315,7 +277,6 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
    * 
* * bytes stream_token = 4; - * * @return The streamToken. */ @java.lang.Override @@ -324,34 +285,32 @@ public com.google.protobuf.ByteString getStreamToken() { } public static final int LABELS_FIELD_NUMBER = 5; - private static final class LabelsDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_WriteRequest_LabelsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.STRING, - ""); + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.String> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteRequest_LabelsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); } - @SuppressWarnings("serial") - private com.google.protobuf.MapField labels_; - - private com.google.protobuf.MapField internalGetLabels() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> labels_; + private com.google.protobuf.MapField + internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + LabelsDefaultEntryHolder.defaultEntry); } return labels_; } - public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
    * Labels associated with this write request.
    * 
@@ -359,21 +318,20 @@ public int getLabelsCount() { * map<string, string> labels = 5; */ @java.lang.Override - public boolean containsLabels(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + public boolean containsLabels( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } return internalGetLabels().getMap().containsKey(key); } - /** Use {@link #getLabelsMap()} instead. */ + /** + * Use {@link #getLabelsMap()} instead. + */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } /** - * - * *
    * Labels associated with this write request.
    * 
@@ -385,8 +343,6 @@ public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** - * - * *
    * Labels associated with this write request.
    * 
@@ -394,19 +350,17 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 5; */ @java.lang.Override - public /* nullable */ java.lang.String getLabelsOrDefault( + public /* nullable */ +java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetLabels().getMap(); +java.lang.String defaultValue) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
    * Labels associated with this write request.
    * 
@@ -414,11 +368,11 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 5; */ @java.lang.Override - public java.lang.String getLabelsOrThrow(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetLabels().getMap(); + public java.lang.String getLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -426,7 +380,6 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -438,7 +391,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, database_); } @@ -451,8 +405,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (!streamToken_.isEmpty()) { output.writeBytes(4, streamToken_); } - com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( - output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 5); + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetLabels(), + LabelsDefaultEntryHolder.defaultEntry, + 5); getUnknownFields().writeTo(output); } @@ -469,20 +427,22 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, streamId_); } for (int i = 0; i < writes_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, writes_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, writes_.get(i)); } if (!streamToken_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream.computeBytesSize(4, streamToken_); - } - for (java.util.Map.Entry entry : - internalGetLabels().getMap().entrySet()) { - com.google.protobuf.MapEntry labels__ = - LabelsDefaultEntryHolder.defaultEntry - .newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, labels__); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(4, streamToken_); + } + for (java.util.Map.Entry entry + : internalGetLabels().getMap().entrySet()) { + com.google.protobuf.MapEntry + labels__ = LabelsDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, labels__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -492,18 +452,23 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.WriteRequest)) { return super.equals(obj); } com.google.firestore.v1.WriteRequest other = (com.google.firestore.v1.WriteRequest) obj; - if (!getDatabase().equals(other.getDatabase())) return false; - if (!getStreamId().equals(other.getStreamId())) return false; - if (!getWritesList().equals(other.getWritesList())) return false; - if (!getStreamToken().equals(other.getStreamToken())) return false; - if (!internalGetLabels().equals(other.internalGetLabels())) return false; + if (!getDatabase() + .equals(other.getDatabase())) return false; + if (!getStreamId() + .equals(other.getStreamId())) return false; + if (!getWritesList() + .equals(other.getWritesList())) return false; + if (!getStreamToken() + .equals(other.getStreamToken())) return false; + if (!internalGetLabels().equals( + other.internalGetLabels())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -534,103 +499,99 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.WriteRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.firestore.v1.WriteRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.WriteRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.firestore.v1.WriteRequest parseFrom(com.google.protobuf.ByteString data) + public static com.google.firestore.v1.WriteRequest parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.WriteRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.WriteRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.firestore.v1.WriteRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.WriteRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.WriteRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.firestore.v1.WriteRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.WriteRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.WriteRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.firestore.v1.WriteRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.WriteRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The request for [Firestore.Write][google.firestore.v1.Firestore.Write].
    *
@@ -646,13 +607,13 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.firestore.v1.WriteRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.WriteRequest)
       com.google.firestore.v1.WriteRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_WriteRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteRequest_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
@@ -662,10 +623,10 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
         case 5:
           return internalGetLabels();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @SuppressWarnings({"rawtypes"})
     protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(
         int number) {
@@ -673,27 +634,28 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi
         case 5:
           return internalGetMutableLabels();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_WriteRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.WriteRequest.class,
-              com.google.firestore.v1.WriteRequest.Builder.class);
+              com.google.firestore.v1.WriteRequest.class, com.google.firestore.v1.WriteRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.WriteRequest.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -713,9 +675,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto
-          .internal_static_google_firestore_v1_WriteRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteRequest_descriptor;
     }
 
     @java.lang.Override
@@ -736,9 +698,7 @@ public com.google.firestore.v1.WriteRequest build() {
     public com.google.firestore.v1.WriteRequest buildPartial() {
       com.google.firestore.v1.WriteRequest result = new com.google.firestore.v1.WriteRequest(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -776,39 +736,38 @@ private void buildPartial0(com.google.firestore.v1.WriteRequest result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.WriteRequest) {
-        return mergeFrom((com.google.firestore.v1.WriteRequest) other);
+        return mergeFrom((com.google.firestore.v1.WriteRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -845,10 +804,9 @@ public Builder mergeFrom(com.google.firestore.v1.WriteRequest other) {
             writesBuilder_ = null;
             writes_ = other.writes_;
             bitField0_ = (bitField0_ & ~0x00000004);
-            writesBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getWritesFieldBuilder()
-                    : null;
+            writesBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getWritesFieldBuilder() : null;
           } else {
             writesBuilder_.addAllMessages(other.writes_);
           }
@@ -857,7 +815,8 @@ public Builder mergeFrom(com.google.firestore.v1.WriteRequest other) {
       if (other.getStreamToken() != com.google.protobuf.ByteString.EMPTY) {
         setStreamToken(other.getStreamToken());
       }
-      internalGetMutableLabels().mergeFrom(other.internalGetLabels());
+      internalGetMutableLabels().mergeFrom(
+          other.internalGetLabels());
       bitField0_ |= 0x00000010;
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -885,55 +844,49 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                database_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                streamId_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 26:
-              {
-                com.google.firestore.v1.Write m =
-                    input.readMessage(com.google.firestore.v1.Write.parser(), extensionRegistry);
-                if (writesBuilder_ == null) {
-                  ensureWritesIsMutable();
-                  writes_.add(m);
-                } else {
-                  writesBuilder_.addMessage(m);
-                }
-                break;
-              } // case 26
-            case 34:
-              {
-                streamToken_ = input.readBytes();
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 34
-            case 42:
-              {
-                com.google.protobuf.MapEntry labels__ =
-                    input.readMessage(
-                        LabelsDefaultEntryHolder.defaultEntry.getParserForType(),
-                        extensionRegistry);
-                internalGetMutableLabels()
-                    .getMutableMap()
-                    .put(labels__.getKey(), labels__.getValue());
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 42
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              database_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              streamId_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 26: {
+              com.google.firestore.v1.Write m =
+                  input.readMessage(
+                      com.google.firestore.v1.Write.parser(),
+                      extensionRegistry);
+              if (writesBuilder_ == null) {
+                ensureWritesIsMutable();
+                writes_.add(m);
+              } else {
+                writesBuilder_.addMessage(m);
+              }
+              break;
+            } // case 26
+            case 34: {
+              streamToken_ = input.readBytes();
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 34
+            case 42: {
+              com.google.protobuf.MapEntry
+              labels__ = input.readMessage(
+                  LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
+              internalGetMutableLabels().getMutableMap().put(
+                  labels__.getKey(), labels__.getValue());
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 42
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -943,13 +896,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object database_ = "";
     /**
-     *
-     *
      * 
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
@@ -957,13 +907,13 @@ public Builder mergeFrom(
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -972,8 +922,6 @@ public java.lang.String getDatabase() { } } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
@@ -981,14 +929,15 @@ public java.lang.String getDatabase() {
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ - public com.google.protobuf.ByteString getDatabaseBytes() { + public com.google.protobuf.ByteString + getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); database_ = b; return b; } else { @@ -996,8 +945,6 @@ public com.google.protobuf.ByteString getDatabaseBytes() { } } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
@@ -1005,22 +952,18 @@ public com.google.protobuf.ByteString getDatabaseBytes() {
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabase( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } database_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
@@ -1028,7 +971,6 @@ public Builder setDatabase(java.lang.String value) {
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -1038,8 +980,6 @@ public Builder clearDatabase() { return this; } /** - * - * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
@@ -1047,14 +987,12 @@ public Builder clearDatabase() {
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDatabaseBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000001; @@ -1064,8 +1002,6 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { private java.lang.Object streamId_ = ""; /** - * - * *
      * The ID of the write stream to resume.
      * This may only be set in the first message. When left empty, a new write
@@ -1073,13 +1009,13 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) {
      * 
* * string stream_id = 2; - * * @return The streamId. */ public java.lang.String getStreamId() { java.lang.Object ref = streamId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); streamId_ = s; return s; @@ -1088,8 +1024,6 @@ public java.lang.String getStreamId() { } } /** - * - * *
      * The ID of the write stream to resume.
      * This may only be set in the first message. When left empty, a new write
@@ -1097,14 +1031,15 @@ public java.lang.String getStreamId() {
      * 
* * string stream_id = 2; - * * @return The bytes for streamId. */ - public com.google.protobuf.ByteString getStreamIdBytes() { + public com.google.protobuf.ByteString + getStreamIdBytes() { java.lang.Object ref = streamId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); streamId_ = b; return b; } else { @@ -1112,8 +1047,6 @@ public com.google.protobuf.ByteString getStreamIdBytes() { } } /** - * - * *
      * The ID of the write stream to resume.
      * This may only be set in the first message. When left empty, a new write
@@ -1121,22 +1054,18 @@ public com.google.protobuf.ByteString getStreamIdBytes() {
      * 
* * string stream_id = 2; - * * @param value The streamId to set. * @return This builder for chaining. */ - public Builder setStreamId(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setStreamId( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } streamId_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * The ID of the write stream to resume.
      * This may only be set in the first message. When left empty, a new write
@@ -1144,7 +1073,6 @@ public Builder setStreamId(java.lang.String value) {
      * 
* * string stream_id = 2; - * * @return This builder for chaining. */ public Builder clearStreamId() { @@ -1154,8 +1082,6 @@ public Builder clearStreamId() { return this; } /** - * - * *
      * The ID of the write stream to resume.
      * This may only be set in the first message. When left empty, a new write
@@ -1163,14 +1089,12 @@ public Builder clearStreamId() {
      * 
* * string stream_id = 2; - * * @param value The bytes for streamId to set. * @return This builder for chaining. */ - public Builder setStreamIdBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setStreamIdBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); streamId_ = value; bitField0_ |= 0x00000002; @@ -1179,24 +1103,18 @@ public Builder setStreamIdBytes(com.google.protobuf.ByteString value) { } private java.util.List writes_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureWritesIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { writes_ = new java.util.ArrayList(writes_); bitField0_ |= 0x00000004; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Write, - com.google.firestore.v1.Write.Builder, - com.google.firestore.v1.WriteOrBuilder> - writesBuilder_; + com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder> writesBuilder_; /** - * - * *
      * The writes to apply.
      *
@@ -1216,8 +1134,6 @@ public java.util.List getWritesList() {
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1237,8 +1153,6 @@ public int getWritesCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1258,8 +1172,6 @@ public com.google.firestore.v1.Write getWrites(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1271,7 +1183,8 @@ public com.google.firestore.v1.Write getWrites(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public Builder setWrites(int index, com.google.firestore.v1.Write value) {
+    public Builder setWrites(
+        int index, com.google.firestore.v1.Write value) {
       if (writesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1285,8 +1198,6 @@ public Builder setWrites(int index, com.google.firestore.v1.Write value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1298,7 +1209,8 @@ public Builder setWrites(int index, com.google.firestore.v1.Write value) {
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public Builder setWrites(int index, com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder setWrites(
+        int index, com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.set(index, builderForValue.build());
@@ -1309,8 +1221,6 @@ public Builder setWrites(int index, com.google.firestore.v1.Write.Builder builde
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1336,8 +1246,6 @@ public Builder addWrites(com.google.firestore.v1.Write value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1349,7 +1257,8 @@ public Builder addWrites(com.google.firestore.v1.Write value) {
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public Builder addWrites(int index, com.google.firestore.v1.Write value) {
+    public Builder addWrites(
+        int index, com.google.firestore.v1.Write value) {
       if (writesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1363,8 +1272,6 @@ public Builder addWrites(int index, com.google.firestore.v1.Write value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1376,7 +1283,8 @@ public Builder addWrites(int index, com.google.firestore.v1.Write value) {
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public Builder addWrites(com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder addWrites(
+        com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.add(builderForValue.build());
@@ -1387,8 +1295,6 @@ public Builder addWrites(com.google.firestore.v1.Write.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1400,7 +1306,8 @@ public Builder addWrites(com.google.firestore.v1.Write.Builder builderForValue)
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public Builder addWrites(int index, com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder addWrites(
+        int index, com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.add(index, builderForValue.build());
@@ -1411,8 +1318,6 @@ public Builder addWrites(int index, com.google.firestore.v1.Write.Builder builde
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1428,7 +1333,8 @@ public Builder addAllWrites(
         java.lang.Iterable values) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, writes_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, writes_);
         onChanged();
       } else {
         writesBuilder_.addAllMessages(values);
@@ -1436,8 +1342,6 @@ public Builder addAllWrites(
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1460,8 +1364,6 @@ public Builder clearWrites() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1484,8 +1386,6 @@ public Builder removeWrites(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1497,12 +1397,11 @@ public Builder removeWrites(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public com.google.firestore.v1.Write.Builder getWritesBuilder(int index) {
+    public com.google.firestore.v1.Write.Builder getWritesBuilder(
+        int index) {
       return getWritesFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1514,16 +1413,14 @@ public com.google.firestore.v1.Write.Builder getWritesBuilder(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
+    public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
+        int index) {
       if (writesBuilder_ == null) {
-        return writes_.get(index);
-      } else {
+        return writes_.get(index);  } else {
         return writesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1535,8 +1432,8 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public java.util.List
-        getWritesOrBuilderList() {
+    public java.util.List 
+         getWritesOrBuilderList() {
       if (writesBuilder_ != null) {
         return writesBuilder_.getMessageOrBuilderList();
       } else {
@@ -1544,8 +1441,6 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1558,11 +1453,10 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
      * repeated .google.firestore.v1.Write writes = 3;
      */
     public com.google.firestore.v1.Write.Builder addWritesBuilder() {
-      return getWritesFieldBuilder().addBuilder(com.google.firestore.v1.Write.getDefaultInstance());
+      return getWritesFieldBuilder().addBuilder(
+          com.google.firestore.v1.Write.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1574,13 +1468,12 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder() {
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public com.google.firestore.v1.Write.Builder addWritesBuilder(int index) {
-      return getWritesFieldBuilder()
-          .addBuilder(index, com.google.firestore.v1.Write.getDefaultInstance());
+    public com.google.firestore.v1.Write.Builder addWritesBuilder(
+        int index) {
+      return getWritesFieldBuilder().addBuilder(
+          index, com.google.firestore.v1.Write.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The writes to apply.
      *
@@ -1592,22 +1485,20 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public java.util.List getWritesBuilderList() {
+    public java.util.List 
+         getWritesBuilderList() {
       return getWritesFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Write,
-            com.google.firestore.v1.Write.Builder,
-            com.google.firestore.v1.WriteOrBuilder>
+        com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder> 
         getWritesFieldBuilder() {
       if (writesBuilder_ == null) {
-        writesBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.firestore.v1.Write,
-                com.google.firestore.v1.Write.Builder,
-                com.google.firestore.v1.WriteOrBuilder>(
-                writes_, ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean());
+        writesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder>(
+                writes_,
+                ((bitField0_ & 0x00000004) != 0),
+                getParentForChildren(),
+                isClean());
         writes_ = null;
       }
       return writesBuilder_;
@@ -1615,8 +1506,6 @@ public java.util.List getWritesBuilderLis
 
     private com.google.protobuf.ByteString streamToken_ = com.google.protobuf.ByteString.EMPTY;
     /**
-     *
-     *
      * 
      * A stream token that was previously sent by the server.
      *
@@ -1635,7 +1524,6 @@ public java.util.List getWritesBuilderLis
      * 
* * bytes stream_token = 4; - * * @return The streamToken. */ @java.lang.Override @@ -1643,8 +1531,6 @@ public com.google.protobuf.ByteString getStreamToken() { return streamToken_; } /** - * - * *
      * A stream token that was previously sent by the server.
      *
@@ -1663,22 +1549,17 @@ public com.google.protobuf.ByteString getStreamToken() {
      * 
* * bytes stream_token = 4; - * * @param value The streamToken to set. * @return This builder for chaining. */ public Builder setStreamToken(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } streamToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
      * A stream token that was previously sent by the server.
      *
@@ -1697,7 +1578,6 @@ public Builder setStreamToken(com.google.protobuf.ByteString value) {
      * 
* * bytes stream_token = 4; - * * @return This builder for chaining. */ public Builder clearStreamToken() { @@ -1707,19 +1587,21 @@ public Builder clearStreamToken() { return this; } - private com.google.protobuf.MapField labels_; - - private com.google.protobuf.MapField internalGetLabels() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> labels_; + private com.google.protobuf.MapField + internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + LabelsDefaultEntryHolder.defaultEntry); } return labels_; } - private com.google.protobuf.MapField internalGetMutableLabels() { if (labels_ == null) { - labels_ = com.google.protobuf.MapField.newMapField(LabelsDefaultEntryHolder.defaultEntry); + labels_ = com.google.protobuf.MapField.newMapField( + LabelsDefaultEntryHolder.defaultEntry); } if (!labels_.isMutable()) { labels_ = labels_.copy(); @@ -1728,13 +1610,10 @@ private com.google.protobuf.MapField interna onChanged(); return labels_; } - public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
      * Labels associated with this write request.
      * 
@@ -1742,21 +1621,20 @@ public int getLabelsCount() { * map<string, string> labels = 5; */ @java.lang.Override - public boolean containsLabels(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + public boolean containsLabels( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } return internalGetLabels().getMap().containsKey(key); } - /** Use {@link #getLabelsMap()} instead. */ + /** + * Use {@link #getLabelsMap()} instead. + */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } /** - * - * *
      * Labels associated with this write request.
      * 
@@ -1768,8 +1646,6 @@ public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** - * - * *
      * Labels associated with this write request.
      * 
@@ -1777,19 +1653,17 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 5; */ @java.lang.Override - public /* nullable */ java.lang.String getLabelsOrDefault( + public /* nullable */ +java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetLabels().getMap(); +java.lang.String defaultValue) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
      * Labels associated with this write request.
      * 
@@ -1797,81 +1671,79 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 5; */ @java.lang.Override - public java.lang.String getLabelsOrThrow(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetLabels().getMap(); + public java.lang.String getLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } - public Builder clearLabels() { bitField0_ = (bitField0_ & ~0x00000010); - internalGetMutableLabels().getMutableMap().clear(); + internalGetMutableLabels().getMutableMap() + .clear(); return this; } /** - * - * *
      * Labels associated with this write request.
      * 
* * map<string, string> labels = 5; */ - public Builder removeLabels(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - internalGetMutableLabels().getMutableMap().remove(key); + public Builder removeLabels( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + internalGetMutableLabels().getMutableMap() + .remove(key); return this; } - /** Use alternate mutation accessors instead. */ + /** + * Use alternate mutation accessors instead. + */ @java.lang.Deprecated - public java.util.Map getMutableLabels() { + public java.util.Map + getMutableLabels() { bitField0_ |= 0x00000010; return internalGetMutableLabels().getMutableMap(); } /** - * - * *
      * Labels associated with this write request.
      * 
* * map<string, string> labels = 5; */ - public Builder putLabels(java.lang.String key, java.lang.String value) { - if (key == null) { - throw new NullPointerException("map key"); - } - if (value == null) { - throw new NullPointerException("map value"); - } - internalGetMutableLabels().getMutableMap().put(key, value); + public Builder putLabels( + java.lang.String key, + java.lang.String value) { + if (key == null) { throw new NullPointerException("map key"); } + if (value == null) { throw new NullPointerException("map value"); } + internalGetMutableLabels().getMutableMap() + .put(key, value); bitField0_ |= 0x00000010; return this; } /** - * - * *
      * Labels associated with this write request.
      * 
* * map<string, string> labels = 5; */ - public Builder putAllLabels(java.util.Map values) { - internalGetMutableLabels().getMutableMap().putAll(values); + public Builder putAllLabels( + java.util.Map values) { + internalGetMutableLabels().getMutableMap() + .putAll(values); bitField0_ |= 0x00000010; return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1881,12 +1753,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.firestore.v1.WriteRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.WriteRequest) private static final com.google.firestore.v1.WriteRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.firestore.v1.WriteRequest(); } @@ -1895,27 +1767,27 @@ public static com.google.firestore.v1.WriteRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public WriteRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public WriteRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1930,4 +1802,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.WriteRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequestOrBuilder.java similarity index 77% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequestOrBuilder.java index 54e3b5d36..a90f82c3c 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequestOrBuilder.java @@ -1,32 +1,14 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface WriteRequestOrBuilder - extends +public interface WriteRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.WriteRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
@@ -34,13 +16,10 @@ public interface WriteRequestOrBuilder
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The database. */ java.lang.String getDatabase(); /** - * - * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
@@ -48,14 +27,12 @@ public interface WriteRequestOrBuilder
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for database. */ - com.google.protobuf.ByteString getDatabaseBytes(); + com.google.protobuf.ByteString + getDatabaseBytes(); /** - * - * *
    * The ID of the write stream to resume.
    * This may only be set in the first message. When left empty, a new write
@@ -63,13 +40,10 @@ public interface WriteRequestOrBuilder
    * 
* * string stream_id = 2; - * * @return The streamId. */ java.lang.String getStreamId(); /** - * - * *
    * The ID of the write stream to resume.
    * This may only be set in the first message. When left empty, a new write
@@ -77,14 +51,12 @@ public interface WriteRequestOrBuilder
    * 
* * string stream_id = 2; - * * @return The bytes for streamId. */ - com.google.protobuf.ByteString getStreamIdBytes(); + com.google.protobuf.ByteString + getStreamIdBytes(); /** - * - * *
    * The writes to apply.
    *
@@ -96,10 +68,9 @@ public interface WriteRequestOrBuilder
    *
    * repeated .google.firestore.v1.Write writes = 3;
    */
-  java.util.List getWritesList();
+  java.util.List 
+      getWritesList();
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -113,8 +84,6 @@ public interface WriteRequestOrBuilder
    */
   com.google.firestore.v1.Write getWrites(int index);
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -128,8 +97,6 @@ public interface WriteRequestOrBuilder
    */
   int getWritesCount();
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -141,10 +108,9 @@ public interface WriteRequestOrBuilder
    *
    * repeated .google.firestore.v1.Write writes = 3;
    */
-  java.util.List getWritesOrBuilderList();
+  java.util.List 
+      getWritesOrBuilderList();
   /**
-   *
-   *
    * 
    * The writes to apply.
    *
@@ -156,11 +122,10 @@ public interface WriteRequestOrBuilder
    *
    * repeated .google.firestore.v1.Write writes = 3;
    */
-  com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index);
+  com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * A stream token that was previously sent by the server.
    *
@@ -179,14 +144,11 @@ public interface WriteRequestOrBuilder
    * 
* * bytes stream_token = 4; - * * @return The streamToken. */ com.google.protobuf.ByteString getStreamToken(); /** - * - * *
    * Labels associated with this write request.
    * 
@@ -195,31 +157,30 @@ public interface WriteRequestOrBuilder */ int getLabelsCount(); /** - * - * *
    * Labels associated with this write request.
    * 
* * map<string, string> labels = 5; */ - boolean containsLabels(java.lang.String key); - /** Use {@link #getLabelsMap()} instead. */ + boolean containsLabels( + java.lang.String key); + /** + * Use {@link #getLabelsMap()} instead. + */ @java.lang.Deprecated - java.util.Map getLabels(); + java.util.Map + getLabels(); /** - * - * *
    * Labels associated with this write request.
    * 
* * map<string, string> labels = 5; */ - java.util.Map getLabelsMap(); + java.util.Map + getLabelsMap(); /** - * - * *
    * Labels associated with this write request.
    * 
@@ -227,18 +188,17 @@ public interface WriteRequestOrBuilder * map<string, string> labels = 5; */ /* nullable */ - java.lang.String getLabelsOrDefault( +java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue); +java.lang.String defaultValue); /** - * - * *
    * Labels associated with this write request.
    * 
* * map<string, string> labels = 5; */ - java.lang.String getLabelsOrThrow(java.lang.String key); + java.lang.String getLabelsOrThrow( + java.lang.String key); } diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponse.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponse.java similarity index 75% rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponse.java rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponse.java index 3925446d8..61d945a85 100644 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponse.java @@ -1,18 +1,3 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -20,24 +5,21 @@ package com.google.firestore.v1; /** - * - * *
  * The response for [Firestore.Write][google.firestore.v1.Firestore.Write].
  * 
* * Protobuf type {@code google.firestore.v1.WriteResponse} */ -public final class WriteResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class WriteResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.WriteResponse) WriteResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use WriteResponse.newBuilder() to construct. private WriteResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private WriteResponse() { streamId_ = ""; streamToken_ = com.google.protobuf.ByteString.EMPTY; @@ -46,40 +28,35 @@ private WriteResponse() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new WriteResponse(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_WriteResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_WriteResponse_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.WriteResponse.class, - com.google.firestore.v1.WriteResponse.Builder.class); + com.google.firestore.v1.WriteResponse.class, com.google.firestore.v1.WriteResponse.Builder.class); } private int bitField0_; public static final int STREAM_ID_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object streamId_ = ""; /** - * - * *
    * The ID of the stream.
    * Only set on the first message, when a new stream was created.
    * 
* * string stream_id = 1; - * * @return The streamId. */ @java.lang.Override @@ -88,30 +65,30 @@ public java.lang.String getStreamId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); streamId_ = s; return s; } } /** - * - * *
    * The ID of the stream.
    * Only set on the first message, when a new stream was created.
    * 
* * string stream_id = 1; - * * @return The bytes for streamId. */ @java.lang.Override - public com.google.protobuf.ByteString getStreamIdBytes() { + public com.google.protobuf.ByteString + getStreamIdBytes() { java.lang.Object ref = streamId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); streamId_ = b; return b; } else { @@ -122,8 +99,6 @@ public com.google.protobuf.ByteString getStreamIdBytes() { public static final int STREAM_TOKEN_FIELD_NUMBER = 2; private com.google.protobuf.ByteString streamToken_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
    * A token that represents the position of this response in the stream.
    * This can be used by a client to resume the stream at this point.
@@ -132,7 +107,6 @@ public com.google.protobuf.ByteString getStreamIdBytes() {
    * 
* * bytes stream_token = 2; - * * @return The streamToken. */ @java.lang.Override @@ -141,12 +115,9 @@ public com.google.protobuf.ByteString getStreamToken() { } public static final int WRITE_RESULTS_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private java.util.List writeResults_; /** - * - * *
    * The result of applying the writes.
    *
@@ -161,8 +132,6 @@ public java.util.List getWriteResultsList()
     return writeResults_;
   }
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -173,13 +142,11 @@ public java.util.List getWriteResultsList()
    * repeated .google.firestore.v1.WriteResult write_results = 3;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getWriteResultsOrBuilderList() {
     return writeResults_;
   }
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -194,8 +161,6 @@ public int getWriteResultsCount() {
     return writeResults_.size();
   }
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -210,8 +175,6 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
     return writeResults_.get(index);
   }
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -222,22 +185,20 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
    * repeated .google.firestore.v1.WriteResult write_results = 3;
    */
   @java.lang.Override
-  public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index) {
+  public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
+      int index) {
     return writeResults_.get(index);
   }
 
   public static final int COMMIT_TIME_FIELD_NUMBER = 4;
   private com.google.protobuf.Timestamp commitTime_;
   /**
-   *
-   *
    * 
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the write.
    * 
* * .google.protobuf.Timestamp commit_time = 4; - * * @return Whether the commitTime field is set. */ @java.lang.Override @@ -245,15 +206,12 @@ public boolean hasCommitTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the write.
    * 
* * .google.protobuf.Timestamp commit_time = 4; - * * @return The commitTime. */ @java.lang.Override @@ -261,8 +219,6 @@ public com.google.protobuf.Timestamp getCommitTime() { return commitTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : commitTime_; } /** - * - * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the write.
@@ -276,7 +232,6 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -288,7 +243,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(streamId_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, streamId_);
     }
@@ -314,13 +270,16 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, streamId_);
     }
     if (!streamToken_.isEmpty()) {
-      size += com.google.protobuf.CodedOutputStream.computeBytesSize(2, streamToken_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeBytesSize(2, streamToken_);
     }
     for (int i = 0; i < writeResults_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, writeResults_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, writeResults_.get(i));
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getCommitTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(4, getCommitTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -330,19 +289,23 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.WriteResponse)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.WriteResponse other = (com.google.firestore.v1.WriteResponse) obj;
 
-    if (!getStreamId().equals(other.getStreamId())) return false;
-    if (!getStreamToken().equals(other.getStreamToken())) return false;
-    if (!getWriteResultsList().equals(other.getWriteResultsList())) return false;
+    if (!getStreamId()
+        .equals(other.getStreamId())) return false;
+    if (!getStreamToken()
+        .equals(other.getStreamToken())) return false;
+    if (!getWriteResultsList()
+        .equals(other.getWriteResultsList())) return false;
     if (hasCommitTime() != other.hasCommitTime()) return false;
     if (hasCommitTime()) {
-      if (!getCommitTime().equals(other.getCommitTime())) return false;
+      if (!getCommitTime()
+          .equals(other.getCommitTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -372,126 +335,120 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.WriteResponse parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.WriteResponse parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.WriteResponse parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.WriteResponse parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.firestore.v1.WriteResponse parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.WriteResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.WriteResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.WriteResponse parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.WriteResponse parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.WriteResponse parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.WriteResponse parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.WriteResponse parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.WriteResponse parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.WriteResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.WriteResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The response for [Firestore.Write][google.firestore.v1.Firestore.Write].
    * 
* * Protobuf type {@code google.firestore.v1.WriteResponse} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.WriteResponse) com.google.firestore.v1.WriteResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_WriteResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_WriteResponse_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.WriteResponse.class, - com.google.firestore.v1.WriteResponse.Builder.class); + com.google.firestore.v1.WriteResponse.class, com.google.firestore.v1.WriteResponse.Builder.class); } // Construct using com.google.firestore.v1.WriteResponse.newBuilder() @@ -499,18 +456,18 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getWriteResultsFieldBuilder(); getCommitTimeFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -533,9 +490,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto - .internal_static_google_firestore_v1_WriteResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteResponse_descriptor; } @java.lang.Override @@ -554,12 +511,9 @@ public com.google.firestore.v1.WriteResponse build() { @java.lang.Override public com.google.firestore.v1.WriteResponse buildPartial() { - com.google.firestore.v1.WriteResponse result = - new com.google.firestore.v1.WriteResponse(this); + com.google.firestore.v1.WriteResponse result = new com.google.firestore.v1.WriteResponse(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -586,7 +540,9 @@ private void buildPartial0(com.google.firestore.v1.WriteResponse result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000008) != 0)) { - result.commitTime_ = commitTimeBuilder_ == null ? commitTime_ : commitTimeBuilder_.build(); + result.commitTime_ = commitTimeBuilder_ == null + ? commitTime_ + : commitTimeBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; @@ -596,39 +552,38 @@ private void buildPartial0(com.google.firestore.v1.WriteResponse result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.WriteResponse) { - return mergeFrom((com.google.firestore.v1.WriteResponse) other); + return mergeFrom((com.google.firestore.v1.WriteResponse)other); } else { super.mergeFrom(other); return this; @@ -663,10 +618,9 @@ public Builder mergeFrom(com.google.firestore.v1.WriteResponse other) { writeResultsBuilder_ = null; writeResults_ = other.writeResults_; bitField0_ = (bitField0_ & ~0x00000004); - writeResultsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getWriteResultsFieldBuilder() - : null; + writeResultsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getWriteResultsFieldBuilder() : null; } else { writeResultsBuilder_.addAllMessages(other.writeResults_); } @@ -701,44 +655,42 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - streamId_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - streamToken_ = input.readBytes(); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 26: - { - com.google.firestore.v1.WriteResult m = - input.readMessage( - com.google.firestore.v1.WriteResult.parser(), extensionRegistry); - if (writeResultsBuilder_ == null) { - ensureWriteResultsIsMutable(); - writeResults_.add(m); - } else { - writeResultsBuilder_.addMessage(m); - } - break; - } // case 26 - case 34: - { - input.readMessage(getCommitTimeFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000008; - break; - } // case 34 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + streamId_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + streamToken_ = input.readBytes(); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 26: { + com.google.firestore.v1.WriteResult m = + input.readMessage( + com.google.firestore.v1.WriteResult.parser(), + extensionRegistry); + if (writeResultsBuilder_ == null) { + ensureWriteResultsIsMutable(); + writeResults_.add(m); + } else { + writeResultsBuilder_.addMessage(m); + } + break; + } // case 26 + case 34: { + input.readMessage( + getCommitTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000008; + break; + } // case 34 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -748,26 +700,23 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object streamId_ = ""; /** - * - * *
      * The ID of the stream.
      * Only set on the first message, when a new stream was created.
      * 
* * string stream_id = 1; - * * @return The streamId. */ public java.lang.String getStreamId() { java.lang.Object ref = streamId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); streamId_ = s; return s; @@ -776,22 +725,21 @@ public java.lang.String getStreamId() { } } /** - * - * *
      * The ID of the stream.
      * Only set on the first message, when a new stream was created.
      * 
* * string stream_id = 1; - * * @return The bytes for streamId. */ - public com.google.protobuf.ByteString getStreamIdBytes() { + public com.google.protobuf.ByteString + getStreamIdBytes() { java.lang.Object ref = streamId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); streamId_ = b; return b; } else { @@ -799,37 +747,30 @@ public com.google.protobuf.ByteString getStreamIdBytes() { } } /** - * - * *
      * The ID of the stream.
      * Only set on the first message, when a new stream was created.
      * 
* * string stream_id = 1; - * * @param value The streamId to set. * @return This builder for chaining. */ - public Builder setStreamId(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setStreamId( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } streamId_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The ID of the stream.
      * Only set on the first message, when a new stream was created.
      * 
* * string stream_id = 1; - * * @return This builder for chaining. */ public Builder clearStreamId() { @@ -839,22 +780,18 @@ public Builder clearStreamId() { return this; } /** - * - * *
      * The ID of the stream.
      * Only set on the first message, when a new stream was created.
      * 
* * string stream_id = 1; - * * @param value The bytes for streamId to set. * @return This builder for chaining. */ - public Builder setStreamIdBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setStreamIdBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); streamId_ = value; bitField0_ |= 0x00000001; @@ -864,8 +801,6 @@ public Builder setStreamIdBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.ByteString streamToken_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
      * A token that represents the position of this response in the stream.
      * This can be used by a client to resume the stream at this point.
@@ -874,7 +809,6 @@ public Builder setStreamIdBytes(com.google.protobuf.ByteString value) {
      * 
* * bytes stream_token = 2; - * * @return The streamToken. */ @java.lang.Override @@ -882,8 +816,6 @@ public com.google.protobuf.ByteString getStreamToken() { return streamToken_; } /** - * - * *
      * A token that represents the position of this response in the stream.
      * This can be used by a client to resume the stream at this point.
@@ -892,22 +824,17 @@ public com.google.protobuf.ByteString getStreamToken() {
      * 
* * bytes stream_token = 2; - * * @param value The streamToken to set. * @return This builder for chaining. */ public Builder setStreamToken(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } streamToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * A token that represents the position of this response in the stream.
      * This can be used by a client to resume the stream at this point.
@@ -916,7 +843,6 @@ public Builder setStreamToken(com.google.protobuf.ByteString value) {
      * 
* * bytes stream_token = 2; - * * @return This builder for chaining. */ public Builder clearStreamToken() { @@ -927,24 +853,18 @@ public Builder clearStreamToken() { } private java.util.List writeResults_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureWriteResultsIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { writeResults_ = new java.util.ArrayList(writeResults_); bitField0_ |= 0x00000004; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.WriteResult, - com.google.firestore.v1.WriteResult.Builder, - com.google.firestore.v1.WriteResultOrBuilder> - writeResultsBuilder_; + com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder> writeResultsBuilder_; /** - * - * *
      * The result of applying the writes.
      *
@@ -962,8 +882,6 @@ public java.util.List getWriteResultsList()
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -981,8 +899,6 @@ public int getWriteResultsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1000,8 +916,6 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1011,7 +925,8 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public Builder setWriteResults(int index, com.google.firestore.v1.WriteResult value) {
+    public Builder setWriteResults(
+        int index, com.google.firestore.v1.WriteResult value) {
       if (writeResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1025,8 +940,6 @@ public Builder setWriteResults(int index, com.google.firestore.v1.WriteResult va
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1048,8 +961,6 @@ public Builder setWriteResults(
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1073,8 +984,6 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1084,7 +993,8 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult value) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public Builder addWriteResults(int index, com.google.firestore.v1.WriteResult value) {
+    public Builder addWriteResults(
+        int index, com.google.firestore.v1.WriteResult value) {
       if (writeResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1098,8 +1008,6 @@ public Builder addWriteResults(int index, com.google.firestore.v1.WriteResult va
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1109,7 +1017,8 @@ public Builder addWriteResults(int index, com.google.firestore.v1.WriteResult va
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public Builder addWriteResults(com.google.firestore.v1.WriteResult.Builder builderForValue) {
+    public Builder addWriteResults(
+        com.google.firestore.v1.WriteResult.Builder builderForValue) {
       if (writeResultsBuilder_ == null) {
         ensureWriteResultsIsMutable();
         writeResults_.add(builderForValue.build());
@@ -1120,8 +1029,6 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult.Builder build
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1143,8 +1050,6 @@ public Builder addWriteResults(
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1158,7 +1063,8 @@ public Builder addAllWriteResults(
         java.lang.Iterable values) {
       if (writeResultsBuilder_ == null) {
         ensureWriteResultsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, writeResults_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, writeResults_);
         onChanged();
       } else {
         writeResultsBuilder_.addAllMessages(values);
@@ -1166,8 +1072,6 @@ public Builder addAllWriteResults(
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1188,8 +1092,6 @@ public Builder clearWriteResults() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1210,8 +1112,6 @@ public Builder removeWriteResults(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1221,12 +1121,11 @@ public Builder removeWriteResults(int index) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(int index) {
+    public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(
+        int index) {
       return getWriteResultsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1236,16 +1135,14 @@ public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(int in
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index) {
+    public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
+        int index) {
       if (writeResultsBuilder_ == null) {
-        return writeResults_.get(index);
-      } else {
+        return writeResults_.get(index);  } else {
         return writeResultsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1255,8 +1152,8 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public java.util.List
-        getWriteResultsOrBuilderList() {
+    public java.util.List 
+         getWriteResultsOrBuilderList() {
       if (writeResultsBuilder_ != null) {
         return writeResultsBuilder_.getMessageOrBuilderList();
       } else {
@@ -1264,8 +1161,6 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int
       }
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1276,12 +1171,10 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
     public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder() {
-      return getWriteResultsFieldBuilder()
-          .addBuilder(com.google.firestore.v1.WriteResult.getDefaultInstance());
+      return getWriteResultsFieldBuilder().addBuilder(
+          com.google.firestore.v1.WriteResult.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1291,13 +1184,12 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder() {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(int index) {
-      return getWriteResultsFieldBuilder()
-          .addBuilder(index, com.google.firestore.v1.WriteResult.getDefaultInstance());
+    public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(
+        int index) {
+      return getWriteResultsFieldBuilder().addBuilder(
+          index, com.google.firestore.v1.WriteResult.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The result of applying the writes.
      *
@@ -1307,23 +1199,20 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(int in
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public java.util.List
-        getWriteResultsBuilderList() {
+    public java.util.List 
+         getWriteResultsBuilderList() {
       return getWriteResultsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.WriteResult,
-            com.google.firestore.v1.WriteResult.Builder,
-            com.google.firestore.v1.WriteResultOrBuilder>
+        com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder> 
         getWriteResultsFieldBuilder() {
       if (writeResultsBuilder_ == null) {
-        writeResultsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.firestore.v1.WriteResult,
-                com.google.firestore.v1.WriteResult.Builder,
-                com.google.firestore.v1.WriteResultOrBuilder>(
-                writeResults_, ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean());
+        writeResultsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder>(
+                writeResults_,
+                ((bitField0_ & 0x00000004) != 0),
+                getParentForChildren(),
+                isClean());
         writeResults_ = null;
       }
       return writeResultsBuilder_;
@@ -1331,49 +1220,36 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(int in
 
     private com.google.protobuf.Timestamp commitTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
-        commitTimeBuilder_;
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> commitTimeBuilder_;
     /**
-     *
-     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
      * 
* * .google.protobuf.Timestamp commit_time = 4; - * * @return Whether the commitTime field is set. */ public boolean hasCommitTime() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
      * 
* * .google.protobuf.Timestamp commit_time = 4; - * * @return The commitTime. */ public com.google.protobuf.Timestamp getCommitTime() { if (commitTimeBuilder_ == null) { - return commitTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : commitTime_; + return commitTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : commitTime_; } else { return commitTimeBuilder_.getMessage(); } } /** - * - * *
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
@@ -1395,8 +1271,6 @@ public Builder setCommitTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
@@ -1404,7 +1278,8 @@ public Builder setCommitTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp commit_time = 4;
      */
-    public Builder setCommitTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setCommitTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (commitTimeBuilder_ == null) {
         commitTime_ = builderForValue.build();
       } else {
@@ -1415,8 +1290,6 @@ public Builder setCommitTime(com.google.protobuf.Timestamp.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
@@ -1426,9 +1299,9 @@ public Builder setCommitTime(com.google.protobuf.Timestamp.Builder builderForVal
      */
     public Builder mergeCommitTime(com.google.protobuf.Timestamp value) {
       if (commitTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0)
-            && commitTime_ != null
-            && commitTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0) &&
+          commitTime_ != null &&
+          commitTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getCommitTimeBuilder().mergeFrom(value);
         } else {
           commitTime_ = value;
@@ -1443,8 +1316,6 @@ public Builder mergeCommitTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
@@ -1463,8 +1334,6 @@ public Builder clearCommitTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
@@ -1478,8 +1347,6 @@ public com.google.protobuf.Timestamp.Builder getCommitTimeBuilder() {
       return getCommitTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
@@ -1491,14 +1358,11 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() {
       if (commitTimeBuilder_ != null) {
         return commitTimeBuilder_.getMessageOrBuilder();
       } else {
-        return commitTime_ == null
-            ? com.google.protobuf.Timestamp.getDefaultInstance()
-            : commitTime_;
+        return commitTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : commitTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
@@ -1507,24 +1371,21 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() {
      * .google.protobuf.Timestamp commit_time = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getCommitTimeFieldBuilder() {
       if (commitTimeBuilder_ == null) {
-        commitTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getCommitTime(), getParentForChildren(), isClean());
+        commitTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getCommitTime(),
+                getParentForChildren(),
+                isClean());
         commitTime_ = null;
       }
       return commitTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1534,12 +1395,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.WriteResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.WriteResponse)
   private static final com.google.firestore.v1.WriteResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.WriteResponse();
   }
@@ -1548,27 +1409,27 @@ public static com.google.firestore.v1.WriteResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public WriteResponse parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public WriteResponse parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1583,4 +1444,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.WriteResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponseOrBuilder.java
similarity index 78%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponseOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponseOrBuilder.java
index 364445bcb..ac369faa3 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponseOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponseOrBuilder.java
@@ -1,59 +1,36 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface WriteResponseOrBuilder
-    extends
+public interface WriteResponseOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.WriteResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The ID of the stream.
    * Only set on the first message, when a new stream was created.
    * 
* * string stream_id = 1; - * * @return The streamId. */ java.lang.String getStreamId(); /** - * - * *
    * The ID of the stream.
    * Only set on the first message, when a new stream was created.
    * 
* * string stream_id = 1; - * * @return The bytes for streamId. */ - com.google.protobuf.ByteString getStreamIdBytes(); + com.google.protobuf.ByteString + getStreamIdBytes(); /** - * - * *
    * A token that represents the position of this response in the stream.
    * This can be used by a client to resume the stream at this point.
@@ -62,14 +39,11 @@ public interface WriteResponseOrBuilder
    * 
* * bytes stream_token = 2; - * * @return The streamToken. */ com.google.protobuf.ByteString getStreamToken(); /** - * - * *
    * The result of applying the writes.
    *
@@ -79,10 +53,9 @@ public interface WriteResponseOrBuilder
    *
    * repeated .google.firestore.v1.WriteResult write_results = 3;
    */
-  java.util.List getWriteResultsList();
+  java.util.List 
+      getWriteResultsList();
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -94,8 +67,6 @@ public interface WriteResponseOrBuilder
    */
   com.google.firestore.v1.WriteResult getWriteResults(int index);
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -107,8 +78,6 @@ public interface WriteResponseOrBuilder
    */
   int getWriteResultsCount();
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -118,11 +87,9 @@ public interface WriteResponseOrBuilder
    *
    * repeated .google.firestore.v1.WriteResult write_results = 3;
    */
-  java.util.List
+  java.util.List 
       getWriteResultsOrBuilderList();
   /**
-   *
-   *
    * 
    * The result of applying the writes.
    *
@@ -132,37 +99,30 @@ public interface WriteResponseOrBuilder
    *
    * repeated .google.firestore.v1.WriteResult write_results = 3;
    */
-  com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index);
+  com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the write.
    * 
* * .google.protobuf.Timestamp commit_time = 4; - * * @return Whether the commitTime field is set. */ boolean hasCommitTime(); /** - * - * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the write.
    * 
* * .google.protobuf.Timestamp commit_time = 4; - * * @return The commitTime. */ com.google.protobuf.Timestamp getCommitTime(); /** - * - * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the write.
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResult.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResult.java
similarity index 75%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResult.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResult.java
index aacd14307..8488d3489 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResult.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResult.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
@@ -20,55 +5,49 @@
 package com.google.firestore.v1;
 
 /**
- *
- *
  * 
  * The result of applying a write.
  * 
* * Protobuf type {@code google.firestore.v1.WriteResult} */ -public final class WriteResult extends com.google.protobuf.GeneratedMessageV3 - implements +public final class WriteResult extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.firestore.v1.WriteResult) WriteResultOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use WriteResult.newBuilder() to construct. private WriteResult(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private WriteResult() { transformResults_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new WriteResult(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_WriteResult_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_WriteResult_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_WriteResult_fieldAccessorTable + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_WriteResult_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.WriteResult.class, - com.google.firestore.v1.WriteResult.Builder.class); + com.google.firestore.v1.WriteResult.class, com.google.firestore.v1.WriteResult.Builder.class); } private int bitField0_; public static final int UPDATE_TIME_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp updateTime_; /** - * - * *
    * The last update time of the document after applying the write. Not set
    * after a `delete`.
@@ -78,7 +57,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * .google.protobuf.Timestamp update_time = 1; - * * @return Whether the updateTime field is set. */ @java.lang.Override @@ -86,8 +64,6 @@ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * The last update time of the document after applying the write. Not set
    * after a `delete`.
@@ -97,7 +73,6 @@ public boolean hasUpdateTime() {
    * 
* * .google.protobuf.Timestamp update_time = 1; - * * @return The updateTime. */ @java.lang.Override @@ -105,8 +80,6 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** - * - * *
    * The last update time of the document after applying the write. Not set
    * after a `delete`.
@@ -123,12 +96,9 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
   }
 
   public static final int TRANSFORM_RESULTS_FIELD_NUMBER = 2;
-
   @SuppressWarnings("serial")
   private java.util.List transformResults_;
   /**
-   *
-   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -142,8 +112,6 @@ public java.util.List getTransformResultsList() {
     return transformResults_;
   }
   /**
-   *
-   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -153,13 +121,11 @@ public java.util.List getTransformResultsList() {
    * repeated .google.firestore.v1.Value transform_results = 2;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getTransformResultsOrBuilderList() {
     return transformResults_;
   }
   /**
-   *
-   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -173,8 +139,6 @@ public int getTransformResultsCount() {
     return transformResults_.size();
   }
   /**
-   *
-   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -188,8 +152,6 @@ public com.google.firestore.v1.Value getTransformResults(int index) {
     return transformResults_.get(index);
   }
   /**
-   *
-   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -199,12 +161,12 @@ public com.google.firestore.v1.Value getTransformResults(int index) {
    * repeated .google.firestore.v1.Value transform_results = 2;
    */
   @java.lang.Override
-  public com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(int index) {
+  public com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(
+      int index) {
     return transformResults_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -216,7 +178,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getUpdateTime());
     }
@@ -233,10 +196,12 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getUpdateTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, getUpdateTime());
     }
     for (int i = 0; i < transformResults_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, transformResults_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, transformResults_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -246,7 +211,7 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.firestore.v1.WriteResult)) {
       return super.equals(obj);
@@ -255,9 +220,11 @@ public boolean equals(final java.lang.Object obj) {
 
     if (hasUpdateTime() != other.hasUpdateTime()) return false;
     if (hasUpdateTime()) {
-      if (!getUpdateTime().equals(other.getUpdateTime())) return false;
+      if (!getUpdateTime()
+          .equals(other.getUpdateTime())) return false;
     }
-    if (!getTransformResultsList().equals(other.getTransformResultsList())) return false;
+    if (!getTransformResultsList()
+        .equals(other.getTransformResultsList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -282,126 +249,120 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.WriteResult parseFrom(java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.WriteResult parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.WriteResult parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.firestore.v1.WriteResult parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.firestore.v1.WriteResult parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.WriteResult parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.WriteResult parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.firestore.v1.WriteResult parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.firestore.v1.WriteResult parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.WriteResult parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.WriteResult parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.WriteResult parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.firestore.v1.WriteResult parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.firestore.v1.WriteResult parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.firestore.v1.WriteResult prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * The result of applying a write.
    * 
* * Protobuf type {@code google.firestore.v1.WriteResult} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.WriteResult) com.google.firestore.v1.WriteResultOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_WriteResult_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_WriteResult_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_WriteResult_fieldAccessorTable + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_WriteResult_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.WriteResult.class, - com.google.firestore.v1.WriteResult.Builder.class); + com.google.firestore.v1.WriteResult.class, com.google.firestore.v1.WriteResult.Builder.class); } // Construct using com.google.firestore.v1.WriteResult.newBuilder() @@ -409,18 +370,18 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getUpdateTimeFieldBuilder(); getTransformResultsFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -441,9 +402,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.firestore.v1.WriteProto - .internal_static_google_firestore_v1_WriteResult_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_WriteResult_descriptor; } @java.lang.Override @@ -464,9 +425,7 @@ public com.google.firestore.v1.WriteResult build() { public com.google.firestore.v1.WriteResult buildPartial() { com.google.firestore.v1.WriteResult result = new com.google.firestore.v1.WriteResult(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -487,7 +446,9 @@ private void buildPartial0(com.google.firestore.v1.WriteResult result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { - result.updateTime_ = updateTimeBuilder_ == null ? updateTime_ : updateTimeBuilder_.build(); + result.updateTime_ = updateTimeBuilder_ == null + ? updateTime_ + : updateTimeBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; @@ -497,39 +458,38 @@ private void buildPartial0(com.google.firestore.v1.WriteResult result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.WriteResult) { - return mergeFrom((com.google.firestore.v1.WriteResult) other); + return mergeFrom((com.google.firestore.v1.WriteResult)other); } else { super.mergeFrom(other); return this; @@ -559,10 +519,9 @@ public Builder mergeFrom(com.google.firestore.v1.WriteResult other) { transformResultsBuilder_ = null; transformResults_ = other.transformResults_; bitField0_ = (bitField0_ & ~0x00000002); - transformResultsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getTransformResultsFieldBuilder() - : null; + transformResultsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getTransformResultsFieldBuilder() : null; } else { transformResultsBuilder_.addAllMessages(other.transformResults_); } @@ -594,31 +553,32 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - com.google.firestore.v1.Value m = - input.readMessage(com.google.firestore.v1.Value.parser(), extensionRegistry); - if (transformResultsBuilder_ == null) { - ensureTransformResultsIsMutable(); - transformResults_.add(m); - } else { - transformResultsBuilder_.addMessage(m); - } - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getUpdateTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + com.google.firestore.v1.Value m = + input.readMessage( + com.google.firestore.v1.Value.parser(), + extensionRegistry); + if (transformResultsBuilder_ == null) { + ensureTransformResultsIsMutable(); + transformResults_.add(m); + } else { + transformResultsBuilder_.addMessage(m); + } + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -628,18 +588,12 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private com.google.protobuf.Timestamp updateTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - updateTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_; /** - * - * *
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -649,15 +603,12 @@ public Builder mergeFrom(
      * 
* * .google.protobuf.Timestamp update_time = 1; - * * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -667,21 +618,16 @@ public boolean hasUpdateTime() {
      * 
* * .google.protobuf.Timestamp update_time = 1; - * * @return The updateTime. */ public com.google.protobuf.Timestamp getUpdateTime() { if (updateTimeBuilder_ == null) { - return updateTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : updateTime_; + return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } else { return updateTimeBuilder_.getMessage(); } } /** - * - * *
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -706,8 +652,6 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -718,7 +662,8 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp update_time = 1;
      */
-    public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setUpdateTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (updateTimeBuilder_ == null) {
         updateTime_ = builderForValue.build();
       } else {
@@ -729,8 +674,6 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -743,9 +686,9 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal
      */
     public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
       if (updateTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000001) != 0)
-            && updateTime_ != null
-            && updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000001) != 0) &&
+          updateTime_ != null &&
+          updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getUpdateTimeBuilder().mergeFrom(value);
         } else {
           updateTime_ = value;
@@ -760,8 +703,6 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -783,8 +724,6 @@ public Builder clearUpdateTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -801,8 +740,6 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() {
       return getUpdateTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -817,14 +754,11 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
       if (updateTimeBuilder_ != null) {
         return updateTimeBuilder_.getMessageOrBuilder();
       } else {
-        return updateTime_ == null
-            ? com.google.protobuf.Timestamp.getDefaultInstance()
-            : updateTime_;
+        return updateTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -836,42 +770,32 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
      * .google.protobuf.Timestamp update_time = 1;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getUpdateTimeFieldBuilder() {
       if (updateTimeBuilder_ == null) {
-        updateTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getUpdateTime(), getParentForChildren(), isClean());
+        updateTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getUpdateTime(),
+                getParentForChildren(),
+                isClean());
         updateTime_ = null;
       }
       return updateTimeBuilder_;
     }
 
     private java.util.List transformResults_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureTransformResultsIsMutable() {
       if (!((bitField0_ & 0x00000002) != 0)) {
-        transformResults_ =
-            new java.util.ArrayList(transformResults_);
+        transformResults_ = new java.util.ArrayList(transformResults_);
         bitField0_ |= 0x00000002;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Value,
-            com.google.firestore.v1.Value.Builder,
-            com.google.firestore.v1.ValueOrBuilder>
-        transformResultsBuilder_;
+        com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> transformResultsBuilder_;
 
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -888,8 +812,6 @@ public java.util.List getTransformResultsList() {
       }
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -906,8 +828,6 @@ public int getTransformResultsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -924,8 +844,6 @@ public com.google.firestore.v1.Value getTransformResults(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -934,7 +852,8 @@ public com.google.firestore.v1.Value getTransformResults(int index) {
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public Builder setTransformResults(int index, com.google.firestore.v1.Value value) {
+    public Builder setTransformResults(
+        int index, com.google.firestore.v1.Value value) {
       if (transformResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -948,8 +867,6 @@ public Builder setTransformResults(int index, com.google.firestore.v1.Value valu
       return this;
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -970,8 +887,6 @@ public Builder setTransformResults(
       return this;
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -994,8 +909,6 @@ public Builder addTransformResults(com.google.firestore.v1.Value value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1004,7 +917,8 @@ public Builder addTransformResults(com.google.firestore.v1.Value value) {
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public Builder addTransformResults(int index, com.google.firestore.v1.Value value) {
+    public Builder addTransformResults(
+        int index, com.google.firestore.v1.Value value) {
       if (transformResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1018,8 +932,6 @@ public Builder addTransformResults(int index, com.google.firestore.v1.Value valu
       return this;
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1028,7 +940,8 @@ public Builder addTransformResults(int index, com.google.firestore.v1.Value valu
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public Builder addTransformResults(com.google.firestore.v1.Value.Builder builderForValue) {
+    public Builder addTransformResults(
+        com.google.firestore.v1.Value.Builder builderForValue) {
       if (transformResultsBuilder_ == null) {
         ensureTransformResultsIsMutable();
         transformResults_.add(builderForValue.build());
@@ -1039,8 +952,6 @@ public Builder addTransformResults(com.google.firestore.v1.Value.Builder builder
       return this;
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1061,8 +972,6 @@ public Builder addTransformResults(
       return this;
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1075,7 +984,8 @@ public Builder addAllTransformResults(
         java.lang.Iterable values) {
       if (transformResultsBuilder_ == null) {
         ensureTransformResultsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, transformResults_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, transformResults_);
         onChanged();
       } else {
         transformResultsBuilder_.addAllMessages(values);
@@ -1083,8 +993,6 @@ public Builder addAllTransformResults(
       return this;
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1104,8 +1012,6 @@ public Builder clearTransformResults() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1125,8 +1031,6 @@ public Builder removeTransformResults(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1135,12 +1039,11 @@ public Builder removeTransformResults(int index) {
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public com.google.firestore.v1.Value.Builder getTransformResultsBuilder(int index) {
+    public com.google.firestore.v1.Value.Builder getTransformResultsBuilder(
+        int index) {
       return getTransformResultsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1149,16 +1052,14 @@ public com.google.firestore.v1.Value.Builder getTransformResultsBuilder(int inde
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(int index) {
+    public com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(
+        int index) {
       if (transformResultsBuilder_ == null) {
-        return transformResults_.get(index);
-      } else {
+        return transformResults_.get(index);  } else {
         return transformResultsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1167,8 +1068,8 @@ public com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(int i
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public java.util.List
-        getTransformResultsOrBuilderList() {
+    public java.util.List 
+         getTransformResultsOrBuilderList() {
       if (transformResultsBuilder_ != null) {
         return transformResultsBuilder_.getMessageOrBuilderList();
       } else {
@@ -1176,8 +1077,6 @@ public com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(int i
       }
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1187,12 +1086,10 @@ public com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(int i
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
     public com.google.firestore.v1.Value.Builder addTransformResultsBuilder() {
-      return getTransformResultsFieldBuilder()
-          .addBuilder(com.google.firestore.v1.Value.getDefaultInstance());
+      return getTransformResultsFieldBuilder().addBuilder(
+          com.google.firestore.v1.Value.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1201,13 +1098,12 @@ public com.google.firestore.v1.Value.Builder addTransformResultsBuilder() {
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public com.google.firestore.v1.Value.Builder addTransformResultsBuilder(int index) {
-      return getTransformResultsFieldBuilder()
-          .addBuilder(index, com.google.firestore.v1.Value.getDefaultInstance());
+    public com.google.firestore.v1.Value.Builder addTransformResultsBuilder(
+        int index) {
+      return getTransformResultsFieldBuilder().addBuilder(
+          index, com.google.firestore.v1.Value.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1216,21 +1112,16 @@ public com.google.firestore.v1.Value.Builder addTransformResultsBuilder(int inde
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public java.util.List getTransformResultsBuilderList() {
+    public java.util.List 
+         getTransformResultsBuilderList() {
       return getTransformResultsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Value,
-            com.google.firestore.v1.Value.Builder,
-            com.google.firestore.v1.ValueOrBuilder>
+        com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> 
         getTransformResultsFieldBuilder() {
       if (transformResultsBuilder_ == null) {
-        transformResultsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.firestore.v1.Value,
-                com.google.firestore.v1.Value.Builder,
-                com.google.firestore.v1.ValueOrBuilder>(
+        transformResultsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>(
                 transformResults_,
                 ((bitField0_ & 0x00000002) != 0),
                 getParentForChildren(),
@@ -1239,9 +1130,9 @@ public java.util.List getTransformResults
       }
       return transformResultsBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1251,12 +1142,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.WriteResult)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.WriteResult)
   private static final com.google.firestore.v1.WriteResult DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.WriteResult();
   }
@@ -1265,27 +1156,27 @@ public static com.google.firestore.v1.WriteResult getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public WriteResult parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public WriteResult parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1300,4 +1191,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.WriteResult getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResultOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResultOrBuilder.java
similarity index 78%
rename from proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResultOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResultOrBuilder.java
index c4372f583..f7f6f0719 100644
--- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResultOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResultOrBuilder.java
@@ -1,32 +1,14 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface WriteResultOrBuilder
-    extends
+public interface WriteResultOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.WriteResult)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The last update time of the document after applying the write. Not set
    * after a `delete`.
@@ -36,13 +18,10 @@ public interface WriteResultOrBuilder
    * 
* * .google.protobuf.Timestamp update_time = 1; - * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** - * - * *
    * The last update time of the document after applying the write. Not set
    * after a `delete`.
@@ -52,13 +31,10 @@ public interface WriteResultOrBuilder
    * 
* * .google.protobuf.Timestamp update_time = 1; - * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** - * - * *
    * The last update time of the document after applying the write. Not set
    * after a `delete`.
@@ -72,8 +48,6 @@ public interface WriteResultOrBuilder
   com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder();
 
   /**
-   *
-   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -82,10 +56,9 @@ public interface WriteResultOrBuilder
    *
    * repeated .google.firestore.v1.Value transform_results = 2;
    */
-  java.util.List getTransformResultsList();
+  java.util.List 
+      getTransformResultsList();
   /**
-   *
-   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -96,8 +69,6 @@ public interface WriteResultOrBuilder
    */
   com.google.firestore.v1.Value getTransformResults(int index);
   /**
-   *
-   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -108,8 +79,6 @@ public interface WriteResultOrBuilder
    */
   int getTransformResultsCount();
   /**
-   *
-   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -118,11 +87,9 @@ public interface WriteResultOrBuilder
    *
    * repeated .google.firestore.v1.Value transform_results = 2;
    */
-  java.util.List
+  java.util.List 
       getTransformResultsOrBuilderList();
   /**
-   *
-   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -131,5 +98,6 @@ public interface WriteResultOrBuilder
    *
    * repeated .google.firestore.v1.Value transform_results = 2;
    */
-  com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(int index);
+  com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(
+      int index);
 }
diff --git a/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/aggregation_result.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/aggregation_result.proto
similarity index 100%
rename from proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/aggregation_result.proto
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/aggregation_result.proto
diff --git a/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/bloom_filter.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/bloom_filter.proto
similarity index 100%
rename from proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/bloom_filter.proto
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/bloom_filter.proto
diff --git a/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/common.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/common.proto
similarity index 100%
rename from proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/common.proto
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/common.proto
diff --git a/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/document.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/document.proto
similarity index 100%
rename from proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/document.proto
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/document.proto
diff --git a/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/firestore.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/firestore.proto
similarity index 100%
rename from proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/firestore.proto
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/firestore.proto
diff --git a/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query.proto
similarity index 100%
rename from proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query.proto
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query.proto
diff --git a/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query_profile.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query_profile.proto
similarity index 100%
rename from proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query_profile.proto
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query_profile.proto
diff --git a/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/write.proto b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/write.proto
similarity index 100%
rename from proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/write.proto
rename to owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/write.proto
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java
deleted file mode 100644
index 6f0a802ae..000000000
--- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java
+++ /dev/null
@@ -1,111 +0,0 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler.  DO NOT EDIT!
-// source: google/firestore/admin/v1/backup.proto
-
-// Protobuf Java Version: 3.25.3
-package com.google.firestore.admin.v1;
-
-public final class BackupProto {
-  private BackupProto() {}
-
-  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
-
-  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
-    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
-  }
-
-  static final com.google.protobuf.Descriptors.Descriptor
-      internal_static_google_firestore_admin_v1_Backup_descriptor;
-  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-      internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable;
-  static final com.google.protobuf.Descriptors.Descriptor
-      internal_static_google_firestore_admin_v1_Backup_Stats_descriptor;
-  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-      internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable;
-
-  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
-    return descriptor;
-  }
-
-  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
-
-  static {
-    java.lang.String[] descriptorData = {
-      "\n&google/firestore/admin/v1/backup.proto"
-          + "\022\031google.firestore.admin.v1\032\037google/api/"
-          + "field_behavior.proto\032\031google/api/resourc"
-          + "e.proto\032\037google/protobuf/timestamp.proto"
-          + "\"\340\004\n\006Backup\022\021\n\004name\030\001 \001(\tB\003\340A\003\022;\n\010databa"
-          + "se\030\002 \001(\tB)\340A\003\372A#\n!firestore.googleapis.c"
-          + "om/Database\022\031\n\014database_uid\030\007 \001(\tB\003\340A\003\0226"
-          + "\n\rsnapshot_time\030\003 \001(\0132\032.google.protobuf."
-          + "TimestampB\003\340A\003\0224\n\013expire_time\030\004 \001(\0132\032.go"
-          + "ogle.protobuf.TimestampB\003\340A\003\022;\n\005stats\030\006 "
-          + "\001(\0132\'.google.firestore.admin.v1.Backup.S"
-          + "tatsB\003\340A\003\022;\n\005state\030\010 \001(\0162\'.google.firest"
-          + "ore.admin.v1.Backup.StateB\003\340A\003\032W\n\005Stats\022"
-          + "\027\n\nsize_bytes\030\001 \001(\003B\003\340A\003\022\033\n\016document_cou"
-          + "nt\030\002 \001(\003B\003\340A\003\022\030\n\013index_count\030\003 \001(\003B\003\340A\003\""
-          + "J\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014\n\010CREAT"
-          + "ING\020\001\022\t\n\005READY\020\002\022\021\n\rNOT_AVAILABLE\020\003:^\352A["
-          + "\n\037firestore.googleapis.com/Backup\0228proje"
-          + "cts/{project}/locations/{location}/backu"
-          + "ps/{backup}B\332\001\n\035com.google.firestore.adm"
-          + "in.v1B\013BackupProtoP\001Z9cloud.google.com/g"
-          + "o/firestore/apiv1/admin/adminpb;adminpb\242"
-          + "\002\004GCFS\252\002\037Google.Cloud.Firestore.Admin.V1"
-          + "\312\002\037Google\\Cloud\\Firestore\\Admin\\V1\352\002#Goo"
-          + "gle::Cloud::Firestore::Admin::V1b\006proto3"
-    };
-    descriptor =
-        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
-            descriptorData,
-            new com.google.protobuf.Descriptors.FileDescriptor[] {
-              com.google.api.FieldBehaviorProto.getDescriptor(),
-              com.google.api.ResourceProto.getDescriptor(),
-              com.google.protobuf.TimestampProto.getDescriptor(),
-            });
-    internal_static_google_firestore_admin_v1_Backup_descriptor =
-        getDescriptor().getMessageTypes().get(0);
-    internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable =
-        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
-            internal_static_google_firestore_admin_v1_Backup_descriptor,
-            new java.lang.String[] {
-              "Name", "Database", "DatabaseUid", "SnapshotTime", "ExpireTime", "Stats", "State",
-            });
-    internal_static_google_firestore_admin_v1_Backup_Stats_descriptor =
-        internal_static_google_firestore_admin_v1_Backup_descriptor.getNestedTypes().get(0);
-    internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable =
-        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
-            internal_static_google_firestore_admin_v1_Backup_Stats_descriptor,
-            new java.lang.String[] {
-              "SizeBytes", "DocumentCount", "IndexCount",
-            });
-    com.google.protobuf.ExtensionRegistry registry =
-        com.google.protobuf.ExtensionRegistry.newInstance();
-    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
-    registry.add(com.google.api.ResourceProto.resource);
-    registry.add(com.google.api.ResourceProto.resourceReference);
-    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
-        descriptor, registry);
-    com.google.api.FieldBehaviorProto.getDescriptor();
-    com.google.api.ResourceProto.getDescriptor();
-    com.google.protobuf.TimestampProto.getDescriptor();
-  }
-
-  // @@protoc_insertion_point(outer_class_scope)
-}
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java
deleted file mode 100644
index 53131c507..000000000
--- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java
+++ /dev/null
@@ -1,100 +0,0 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Generated by the protocol buffer compiler.  DO NOT EDIT!
-// source: google/firestore/admin/v1/firestore_admin.proto
-
-// Protobuf Java Version: 3.25.3
-package com.google.firestore.admin.v1;
-
-public interface CreateBackupScheduleRequestOrBuilder
-    extends
-    // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.CreateBackupScheduleRequest)
-    com.google.protobuf.MessageOrBuilder {
-
-  /**
-   *
-   *
-   * 
-   * Required. The parent database.
-   *
-   *  Format `projects/{project}/databases/{database}`
-   * 
- * - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The parent. - */ - java.lang.String getParent(); - /** - * - * - *
-   * Required. The parent database.
-   *
-   *  Format `projects/{project}/databases/{database}`
-   * 
- * - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for parent. - */ - com.google.protobuf.ByteString getParentBytes(); - - /** - * - * - *
-   * Required. The backup schedule to create.
-   * 
- * - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * - * @return Whether the backupSchedule field is set. - */ - boolean hasBackupSchedule(); - /** - * - * - *
-   * Required. The backup schedule to create.
-   * 
- * - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * - * @return The backupSchedule. - */ - com.google.firestore.admin.v1.BackupSchedule getBackupSchedule(); - /** - * - * - *
-   * Required. The backup schedule to create.
-   * 
- * - * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * - */ - com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOrBuilder(); -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java deleted file mode 100644 index 528df7251..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface CreateDatabaseMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.CreateDatabaseMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java deleted file mode 100644 index 6ee832b1f..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/schedule.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface DailyRecurrenceOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DailyRecurrence) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java deleted file mode 100644 index c05bc59b5..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java +++ /dev/null @@ -1,136 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/database.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class DatabaseProto { - private DatabaseProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Database_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Database_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n(google/firestore/admin/v1/database.pro" - + "to\022\031google.firestore.admin.v1\032\037google/ap" - + "i/field_behavior.proto\032\031google/api/resou" - + "rce.proto\032\036google/protobuf/duration.prot" - + "o\032\037google/protobuf/timestamp.proto\"\271\013\n\010D" - + "atabase\022\014\n\004name\030\001 \001(\t\022\020\n\003uid\030\003 \001(\tB\003\340A\003\022" - + "4\n\013create_time\030\005 \001(\0132\032.google.protobuf.T" - + "imestampB\003\340A\003\0224\n\013update_time\030\006 \001(\0132\032.goo" - + "gle.protobuf.TimestampB\003\340A\003\022\023\n\013location_" - + "id\030\t \001(\t\022>\n\004type\030\n \001(\01620.google.firestor" - + "e.admin.v1.Database.DatabaseType\022M\n\020conc" - + "urrency_mode\030\017 \001(\01623.google.firestore.ad" - + "min.v1.Database.ConcurrencyMode\022@\n\030versi" - + "on_retention_period\030\021 \001(\0132\031.google.proto" - + "buf.DurationB\003\340A\003\022>\n\025earliest_version_ti" - + "me\030\022 \001(\0132\032.google.protobuf.TimestampB\003\340A" - + "\003\022l\n!point_in_time_recovery_enablement\030\025" - + " \001(\0162A.google.firestore.admin.v1.Databas" - + "e.PointInTimeRecoveryEnablement\022a\n\033app_e" - + "ngine_integration_mode\030\023 \001(\0162<.google.fi" - + "restore.admin.v1.Database.AppEngineInteg" - + "rationMode\022\027\n\nkey_prefix\030\024 \001(\tB\003\340A\003\022Z\n\027d" - + "elete_protection_state\030\026 \001(\01629.google.fi" - + "restore.admin.v1.Database.DeleteProtecti" - + "onState\022\014\n\004etag\030c \001(\t\"W\n\014DatabaseType\022\035\n" - + "\031DATABASE_TYPE_UNSPECIFIED\020\000\022\024\n\020FIRESTOR" - + "E_NATIVE\020\001\022\022\n\016DATASTORE_MODE\020\002\"w\n\017Concur" - + "rencyMode\022 \n\034CONCURRENCY_MODE_UNSPECIFIE" - + "D\020\000\022\016\n\nOPTIMISTIC\020\001\022\017\n\013PESSIMISTIC\020\002\022!\n\035" - + "OPTIMISTIC_WITH_ENTITY_GROUPS\020\003\"\233\001\n\035Poin" - + "tInTimeRecoveryEnablement\0221\n-POINT_IN_TI" - + "ME_RECOVERY_ENABLEMENT_UNSPECIFIED\020\000\022\"\n\036" - + "POINT_IN_TIME_RECOVERY_ENABLED\020\001\022#\n\037POIN" - + "T_IN_TIME_RECOVERY_DISABLED\020\002\"b\n\030AppEngi" - + "neIntegrationMode\022+\n\'APP_ENGINE_INTEGRAT" - + "ION_MODE_UNSPECIFIED\020\000\022\013\n\007ENABLED\020\001\022\014\n\010D" - + "ISABLED\020\002\"\177\n\025DeleteProtectionState\022\'\n#DE" - + "LETE_PROTECTION_STATE_UNSPECIFIED\020\000\022\036\n\032D" - + "ELETE_PROTECTION_DISABLED\020\001\022\035\n\031DELETE_PR" - + "OTECTION_ENABLED\020\002:R\352AO\n!firestore.googl" - + "eapis.com/Database\022\'projects/{project}/d" - + "atabases/{database}R\001\001B\334\001\n\035com.google.fi" - + "restore.admin.v1B\rDatabaseProtoP\001Z9cloud" - + ".google.com/go/firestore/apiv1/admin/adm" - + "inpb;adminpb\242\002\004GCFS\252\002\037Google.Cloud.Fires" - + "tore.Admin.V1\312\002\037Google\\Cloud\\Firestore\\A" - + "dmin\\V1\352\002#Google::Cloud::Firestore::Admi" - + "n::V1b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.protobuf.DurationProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_firestore_admin_v1_Database_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_Database_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Database_descriptor, - new java.lang.String[] { - "Name", - "Uid", - "CreateTime", - "UpdateTime", - "LocationId", - "Type", - "ConcurrencyMode", - "VersionRetentionPeriod", - "EarliestVersionTime", - "PointInTimeRecoveryEnablement", - "AppEngineIntegrationMode", - "KeyPrefix", - "DeleteProtectionState", - "Etag", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.ResourceProto.resource); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.protobuf.DurationProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java deleted file mode 100644 index 790ba2bb2..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface DeleteBackupRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteBackupRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. Name of the backup to delete.
-   *
-   * format is `projects/{project}/locations/{location}/backups/{backup}`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. Name of the backup to delete.
-   *
-   * format is `projects/{project}/locations/{location}/backups/{backup}`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java deleted file mode 100644 index 4bff0493b..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java +++ /dev/null @@ -1,61 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface DeleteBackupScheduleRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteBackupScheduleRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The name of the backup schedule.
-   *
-   * Format
-   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. The name of the backup schedule.
-   *
-   * Format
-   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java deleted file mode 100644 index d99f94f9f..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface DeleteDatabaseMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteDatabaseMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java deleted file mode 100644 index a9bfd0270..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface DeleteIndexRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteIndexRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java deleted file mode 100644 index 1187f1eba..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java +++ /dev/null @@ -1,122 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/field.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class FieldProto { - private FieldProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Field_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Field_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n%google/firestore/admin/v1/field.proto\022" - + "\031google.firestore.admin.v1\032\037google/api/f" - + "ield_behavior.proto\032\031google/api/resource" - + ".proto\032%google/firestore/admin/v1/index." - + "proto\"\305\004\n\005Field\022\021\n\004name\030\001 \001(\tB\003\340A\002\022B\n\014in" - + "dex_config\030\002 \001(\0132,.google.firestore.admi" - + "n.v1.Field.IndexConfig\022>\n\nttl_config\030\003 \001" - + "(\0132*.google.firestore.admin.v1.Field.Ttl" - + "Config\032\211\001\n\013IndexConfig\0221\n\007indexes\030\001 \003(\0132" - + " .google.firestore.admin.v1.Index\022\034\n\024use" - + "s_ancestor_config\030\002 \001(\010\022\026\n\016ancestor_fiel" - + "d\030\003 \001(\t\022\021\n\treverting\030\004 \001(\010\032\235\001\n\tTtlConfig" - + "\022D\n\005state\030\001 \001(\01620.google.firestore.admin" - + ".v1.Field.TtlConfig.StateB\003\340A\003\"J\n\005State\022" - + "\025\n\021STATE_UNSPECIFIED\020\000\022\014\n\010CREATING\020\001\022\n\n\006" - + "ACTIVE\020\002\022\020\n\014NEEDS_REPAIR\020\003:y\352Av\n\036firesto" - + "re.googleapis.com/Field\022Tprojects/{proje" - + "ct}/databases/{database}/collectionGroup" - + "s/{collection}/fields/{field}B\331\001\n\035com.go" - + "ogle.firestore.admin.v1B\nFieldProtoP\001Z9c" - + "loud.google.com/go/firestore/apiv1/admin" - + "/adminpb;adminpb\242\002\004GCFS\252\002\037Google.Cloud.F" - + "irestore.Admin.V1\312\002\037Google\\Cloud\\Firesto" - + "re\\Admin\\V1\352\002#Google::Cloud::Firestore::" - + "Admin::V1b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.firestore.admin.v1.IndexProto.getDescriptor(), - }); - internal_static_google_firestore_admin_v1_Field_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_Field_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Field_descriptor, - new java.lang.String[] { - "Name", "IndexConfig", "TtlConfig", - }); - internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor = - internal_static_google_firestore_admin_v1_Field_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor, - new java.lang.String[] { - "Indexes", "UsesAncestorConfig", "AncestorField", "Reverting", - }); - internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor = - internal_static_google_firestore_admin_v1_Field_descriptor.getNestedTypes().get(1); - internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor, - new java.lang.String[] { - "State", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.ResourceProto.resource); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.firestore.admin.v1.IndexProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java deleted file mode 100644 index 580b7de71..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java +++ /dev/null @@ -1,677 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class FirestoreAdminProto { - private FirestoreAdminProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n/google/firestore/admin/v1/firestore_ad" - + "min.proto\022\031google.firestore.admin.v1\032\034go" - + "ogle/api/annotations.proto\032\027google/api/c" - + "lient.proto\032\037google/api/field_behavior.p" - + "roto\032\031google/api/resource.proto\032&google/" - + "firestore/admin/v1/backup.proto\032(google/" - + "firestore/admin/v1/database.proto\032%googl" - + "e/firestore/admin/v1/field.proto\032%google" - + "/firestore/admin/v1/index.proto\032)google/" - + "firestore/admin/v1/operation.proto\032(goog" - + "le/firestore/admin/v1/schedule.proto\032#go" - + "ogle/longrunning/operations.proto\032\033googl" - + "e/protobuf/empty.proto\032 google/protobuf/" - + "field_mask.proto\032\037google/protobuf/timest" - + "amp.proto\"Q\n\024ListDatabasesRequest\0229\n\006par" - + "ent\030\001 \001(\tB)\340A\002\372A#\022!firestore.googleapis." - + "com/Database\"\250\001\n\025CreateDatabaseRequest\0229" - + "\n\006parent\030\001 \001(\tB)\340A\002\372A#\022!firestore.google" - + "apis.com/Database\022:\n\010database\030\002 \001(\0132#.go" - + "ogle.firestore.admin.v1.DatabaseB\003\340A\002\022\030\n" - + "\013database_id\030\003 \001(\tB\003\340A\002\"\030\n\026CreateDatabas" - + "eMetadata\"d\n\025ListDatabasesResponse\0226\n\tda" - + "tabases\030\001 \003(\0132#.google.firestore.admin.v" - + "1.Database\022\023\n\013unreachable\030\003 \003(\t\"M\n\022GetDa" - + "tabaseRequest\0227\n\004name\030\001 \001(\tB)\340A\002\372A#\n!fir" - + "estore.googleapis.com/Database\"\204\001\n\025Updat" - + "eDatabaseRequest\022:\n\010database\030\001 \001(\0132#.goo" - + "gle.firestore.admin.v1.DatabaseB\003\340A\002\022/\n\013" - + "update_mask\030\002 \001(\0132\032.google.protobuf.Fiel" - + "dMask\"\030\n\026UpdateDatabaseMetadata\"^\n\025Delet" - + "eDatabaseRequest\0227\n\004name\030\001 \001(\tB)\340A\002\372A#\n!" - + "firestore.googleapis.com/Database\022\014\n\004eta" - + "g\030\003 \001(\t\"\030\n\026DeleteDatabaseMetadata\"\241\001\n\033Cr" - + "eateBackupScheduleRequest\0229\n\006parent\030\001 \001(" - + "\tB)\340A\002\372A#\n!firestore.googleapis.com/Data" - + "base\022G\n\017backup_schedule\030\002 \001(\0132).google.f" - + "irestore.admin.v1.BackupScheduleB\003\340A\002\"Y\n" - + "\030GetBackupScheduleRequest\022=\n\004name\030\001 \001(\tB" - + "/\340A\002\372A)\n\'firestore.googleapis.com/Backup" - + "Schedule\"\227\001\n\033UpdateBackupScheduleRequest" - + "\022G\n\017backup_schedule\030\001 \001(\0132).google.fires" - + "tore.admin.v1.BackupScheduleB\003\340A\002\022/\n\013upd" - + "ate_mask\030\002 \001(\0132\032.google.protobuf.FieldMa" - + "sk\"W\n\032ListBackupSchedulesRequest\0229\n\006pare" - + "nt\030\001 \001(\tB)\340A\002\372A#\n!firestore.googleapis.c" - + "om/Database\"b\n\033ListBackupSchedulesRespon" - + "se\022C\n\020backup_schedules\030\001 \003(\0132).google.fi" - + "restore.admin.v1.BackupSchedule\"\\\n\033Delet" - + "eBackupScheduleRequest\022=\n\004name\030\001 \001(\tB/\340A" - + "\002\372A)\n\'firestore.googleapis.com/BackupSch" - + "edule\"\214\001\n\022CreateIndexRequest\022@\n\006parent\030\001" - + " \001(\tB0\340A\002\372A*\n(firestore.googleapis.com/C" - + "ollectionGroup\0224\n\005index\030\002 \001(\0132 .google.f" - + "irestore.admin.v1.IndexB\003\340A\002\"\215\001\n\022ListInd" - + "exesRequest\022@\n\006parent\030\001 \001(\tB0\340A\002\372A*\n(fir" - + "estore.googleapis.com/CollectionGroup\022\016\n" - + "\006filter\030\002 \001(\t\022\021\n\tpage_size\030\003 \001(\005\022\022\n\npage" - + "_token\030\004 \001(\t\"a\n\023ListIndexesResponse\0221\n\007i" - + "ndexes\030\001 \003(\0132 .google.firestore.admin.v1" - + ".Index\022\027\n\017next_page_token\030\002 \001(\t\"G\n\017GetIn" - + "dexRequest\0224\n\004name\030\001 \001(\tB&\340A\002\372A \n\036firest" - + "ore.googleapis.com/Index\"J\n\022DeleteIndexR" - + "equest\0224\n\004name\030\001 \001(\tB&\340A\002\372A \n\036firestore." - + "googleapis.com/Index\"{\n\022UpdateFieldReque" - + "st\0224\n\005field\030\001 \001(\0132 .google.firestore.adm" - + "in.v1.FieldB\003\340A\002\022/\n\013update_mask\030\002 \001(\0132\032." - + "google.protobuf.FieldMask\"G\n\017GetFieldReq" - + "uest\0224\n\004name\030\001 \001(\tB&\340A\002\372A \n\036firestore.go" - + "ogleapis.com/Field\"\214\001\n\021ListFieldsRequest" - + "\022@\n\006parent\030\001 \001(\tB0\340A\002\372A*\n(firestore.goog" - + "leapis.com/CollectionGroup\022\016\n\006filter\030\002 \001" - + "(\t\022\021\n\tpage_size\030\003 \001(\005\022\022\n\npage_token\030\004 \001(" - + "\t\"_\n\022ListFieldsResponse\0220\n\006fields\030\001 \003(\0132" - + " .google.firestore.admin.v1.Field\022\027\n\017nex" - + "t_page_token\030\002 \001(\t\"\316\001\n\026ExportDocumentsRe" - + "quest\0227\n\004name\030\001 \001(\tB)\340A\002\372A#\n!firestore.g" - + "oogleapis.com/Database\022\026\n\016collection_ids" - + "\030\002 \003(\t\022\031\n\021output_uri_prefix\030\003 \001(\t\022\025\n\rnam" - + "espace_ids\030\004 \003(\t\0221\n\rsnapshot_time\030\005 \001(\0132" - + "\032.google.protobuf.Timestamp\"\232\001\n\026ImportDo" - + "cumentsRequest\0227\n\004name\030\001 \001(\tB)\340A\002\372A#\n!fi" - + "restore.googleapis.com/Database\022\026\n\016colle" - + "ction_ids\030\002 \003(\t\022\030\n\020input_uri_prefix\030\003 \001(" - + "\t\022\025\n\rnamespace_ids\030\004 \003(\t\"I\n\020GetBackupReq" - + "uest\0225\n\004name\030\001 \001(\tB\'\340A\002\372A!\n\037firestore.go" - + "ogleapis.com/Backup\"O\n\022ListBackupsReques" - + "t\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!firestore.goo" - + "gleapis.com/Location\"^\n\023ListBackupsRespo" - + "nse\0222\n\007backups\030\001 \003(\0132!.google.firestore." - + "admin.v1.Backup\022\023\n\013unreachable\030\003 \003(\t\"L\n\023" - + "DeleteBackupRequest\0225\n\004name\030\001 \001(\tB\'\340A\002\372A" - + "!\n\037firestore.googleapis.com/Backup\"\246\001\n\026R" - + "estoreDatabaseRequest\0229\n\006parent\030\001 \001(\tB)\340" - + "A\002\372A#\022!firestore.googleapis.com/Database" - + "\022\030\n\013database_id\030\002 \001(\tB\003\340A\002\0227\n\006backup\030\003 \001" - + "(\tB\'\340A\002\372A!\n\037firestore.googleapis.com/Bac" - + "kup2\326#\n\016FirestoreAdmin\022\333\001\n\013CreateIndex\022-" - + ".google.firestore.admin.v1.CreateIndexRe" - + "quest\032\035.google.longrunning.Operation\"~\312A" - + "\037\n\005Index\022\026IndexOperationMetadata\332A\014paren" - + "t,index\202\323\344\223\002G\">/v1/{parent=projects/*/da" - + "tabases/*/collectionGroups/*}/indexes:\005i" - + "ndex\022\275\001\n\013ListIndexes\022-.google.firestore." - + "admin.v1.ListIndexesRequest\032..google.fir" - + "estore.admin.v1.ListIndexesResponse\"O\332A\006" - + "parent\202\323\344\223\002@\022>/v1/{parent=projects/*/dat" - + "abases/*/collectionGroups/*}/indexes\022\247\001\n" - + "\010GetIndex\022*.google.firestore.admin.v1.Ge" - + "tIndexRequest\032 .google.firestore.admin.v" - + "1.Index\"M\332A\004name\202\323\344\223\002@\022>/v1/{name=projec" - + "ts/*/databases/*/collectionGroups/*/inde" - + "xes/*}\022\243\001\n\013DeleteIndex\022-.google.firestor" - + "e.admin.v1.DeleteIndexRequest\032\026.google.p" - + "rotobuf.Empty\"M\332A\004name\202\323\344\223\002@*>/v1/{name=" - + "projects/*/databases/*/collectionGroups/" - + "*/indexes/*}\022\246\001\n\010GetField\022*.google.fires" - + "tore.admin.v1.GetFieldRequest\032 .google.f" - + "irestore.admin.v1.Field\"L\332A\004name\202\323\344\223\002?\022=" - + "/v1/{name=projects/*/databases/*/collect" - + "ionGroups/*/fields/*}\022\331\001\n\013UpdateField\022-." - + "google.firestore.admin.v1.UpdateFieldReq" - + "uest\032\035.google.longrunning.Operation\"|\312A\037" - + "\n\005Field\022\026FieldOperationMetadata\332A\005field\202" - + "\323\344\223\002L2C/v1/{field.name=projects/*/databa" - + "ses/*/collectionGroups/*/fields/*}:\005fiel" - + "d\022\271\001\n\nListFields\022,.google.firestore.admi" - + "n.v1.ListFieldsRequest\032-.google.firestor" - + "e.admin.v1.ListFieldsResponse\"N\332A\006parent" - + "\202\323\344\223\002?\022=/v1/{parent=projects/*/databases" - + "/*/collectionGroups/*}/fields\022\335\001\n\017Export" - + "Documents\0221.google.firestore.admin.v1.Ex" - + "portDocumentsRequest\032\035.google.longrunnin" - + "g.Operation\"x\312A2\n\027ExportDocumentsRespons" - + "e\022\027ExportDocumentsMetadata\332A\004name\202\323\344\223\0026\"" - + "1/v1/{name=projects/*/databases/*}:expor" - + "tDocuments:\001*\022\333\001\n\017ImportDocuments\0221.goog" - + "le.firestore.admin.v1.ImportDocumentsReq" - + "uest\032\035.google.longrunning.Operation\"v\312A0" - + "\n\025google.protobuf.Empty\022\027ImportDocuments" - + "Metadata\332A\004name\202\323\344\223\0026\"1/v1/{name=project" - + "s/*/databases/*}:importDocuments:\001*\022\331\001\n\016" - + "CreateDatabase\0220.google.firestore.admin." - + "v1.CreateDatabaseRequest\032\035.google.longru" - + "nning.Operation\"v\312A\"\n\010Database\022\026CreateDa" - + "tabaseMetadata\332A\033parent,database,databas" - + "e_id\202\323\344\223\002-\"!/v1/{parent=projects/*}/data" - + "bases:\010database\022\223\001\n\013GetDatabase\022-.google" - + ".firestore.admin.v1.GetDatabaseRequest\032#" - + ".google.firestore.admin.v1.Database\"0\332A\004" - + "name\202\323\344\223\002#\022!/v1/{name=projects/*/databas" - + "es/*}\022\246\001\n\rListDatabases\022/.google.firesto" - + "re.admin.v1.ListDatabasesRequest\0320.googl" - + "e.firestore.admin.v1.ListDatabasesRespon" - + "se\"2\332A\006parent\202\323\344\223\002#\022!/v1/{parent=project" - + "s/*}/databases\022\333\001\n\016UpdateDatabase\0220.goog" - + "le.firestore.admin.v1.UpdateDatabaseRequ" - + "est\032\035.google.longrunning.Operation\"x\312A\"\n" - + "\010Database\022\026UpdateDatabaseMetadata\332A\024data" - + "base,update_mask\202\323\344\223\00262*/v1/{database.na" - + "me=projects/*/databases/*}:\010database\022\270\001\n" - + "\016DeleteDatabase\0220.google.firestore.admin" - + ".v1.DeleteDatabaseRequest\032\035.google.longr" - + "unning.Operation\"U\312A\"\n\010Database\022\026DeleteD" - + "atabaseMetadata\332A\004name\202\323\344\223\002#*!/v1/{name=" - + "projects/*/databases/*}\022\227\001\n\tGetBackup\022+." - + "google.firestore.admin.v1.GetBackupReque" - + "st\032!.google.firestore.admin.v1.Backup\":\332" - + "A\004name\202\323\344\223\002-\022+/v1/{name=projects/*/locat" - + "ions/*/backups/*}\022\252\001\n\013ListBackups\022-.goog" - + "le.firestore.admin.v1.ListBackupsRequest" - + "\032..google.firestore.admin.v1.ListBackups" - + "Response\"<\332A\006parent\202\323\344\223\002-\022+/v1/{parent=p" - + "rojects/*/locations/*}/backups\022\222\001\n\014Delet" - + "eBackup\022..google.firestore.admin.v1.Dele" - + "teBackupRequest\032\026.google.protobuf.Empty\"" - + ":\332A\004name\202\323\344\223\002-*+/v1/{name=projects/*/loc" - + "ations/*/backups/*}\022\277\001\n\017RestoreDatabase\022" - + "1.google.firestore.admin.v1.RestoreDatab" - + "aseRequest\032\035.google.longrunning.Operatio" - + "n\"Z\312A#\n\010Database\022\027RestoreDatabaseMetadat" - + "a\202\323\344\223\002.\")/v1/{parent=projects/*}/databas" - + "es:restore:\001*\022\340\001\n\024CreateBackupSchedule\0226" - + ".google.firestore.admin.v1.CreateBackupS" - + "cheduleRequest\032).google.firestore.admin." - + "v1.BackupSchedule\"e\332A\026parent,backup_sche" - + "dule\202\323\344\223\002F\"3/v1/{parent=projects/*/datab" - + "ases/*}/backupSchedules:\017backup_schedule" - + "\022\267\001\n\021GetBackupSchedule\0223.google.firestor" - + "e.admin.v1.GetBackupScheduleRequest\032).go" - + "ogle.firestore.admin.v1.BackupSchedule\"B" - + "\332A\004name\202\323\344\223\0025\0223/v1/{name=projects/*/data" - + "bases/*/backupSchedules/*}\022\312\001\n\023ListBacku" - + "pSchedules\0225.google.firestore.admin.v1.L" - + "istBackupSchedulesRequest\0326.google.fires" - + "tore.admin.v1.ListBackupSchedulesRespons" - + "e\"D\332A\006parent\202\323\344\223\0025\0223/v1/{parent=projects" - + "/*/databases/*}/backupSchedules\022\365\001\n\024Upda" - + "teBackupSchedule\0226.google.firestore.admi" - + "n.v1.UpdateBackupScheduleRequest\032).googl" - + "e.firestore.admin.v1.BackupSchedule\"z\332A\033" - + "backup_schedule,update_mask\202\323\344\223\002V2C/v1/{" - + "backup_schedule.name=projects/*/database" - + "s/*/backupSchedules/*}:\017backup_schedule\022" - + "\252\001\n\024DeleteBackupSchedule\0226.google.firest" - + "ore.admin.v1.DeleteBackupScheduleRequest" - + "\032\026.google.protobuf.Empty\"B\332A\004name\202\323\344\223\0025*" - + "3/v1/{name=projects/*/databases/*/backup" - + "Schedules/*}\032v\312A\030firestore.googleapis.co" - + "m\322AXhttps://www.googleapis.com/auth/clou" - + "d-platform,https://www.googleapis.com/au" - + "th/datastoreB\245\003\n\035com.google.firestore.ad" - + "min.v1B\023FirestoreAdminProtoP\001Z9cloud.goo" - + "gle.com/go/firestore/apiv1/admin/adminpb" - + ";adminpb\242\002\004GCFS\252\002\037Google.Cloud.Firestore" - + ".Admin.V1\312\002\037Google\\Cloud\\Firestore\\Admin" - + "\\V1\352\002#Google::Cloud::Firestore::Admin::V" - + "1\352AL\n!firestore.googleapis.com/Location\022" - + "\'projects/{project}/locations/{location}" - + "\352Aq\n(firestore.googleapis.com/Collection" - + "Group\022Eprojects/{project}/databases/{dat" - + "abase}/collectionGroups/{collection}b\006pr" - + "oto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.AnnotationsProto.getDescriptor(), - com.google.api.ClientProto.getDescriptor(), - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.firestore.admin.v1.BackupProto.getDescriptor(), - com.google.firestore.admin.v1.DatabaseProto.getDescriptor(), - com.google.firestore.admin.v1.FieldProto.getDescriptor(), - com.google.firestore.admin.v1.IndexProto.getDescriptor(), - com.google.firestore.admin.v1.OperationProto.getDescriptor(), - com.google.firestore.admin.v1.ScheduleProto.getDescriptor(), - com.google.longrunning.OperationsProto.getDescriptor(), - com.google.protobuf.EmptyProto.getDescriptor(), - com.google.protobuf.FieldMaskProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor, - new java.lang.String[] { - "Parent", - }); - internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor, - new java.lang.String[] { - "Parent", "Database", "DatabaseId", - }); - internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor, - new java.lang.String[] { - "Databases", "Unreachable", - }); - internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor, - new java.lang.String[] { - "Database", "UpdateMask", - }); - internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor, - new java.lang.String[] { - "Name", "Etag", - }); - internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor = - getDescriptor().getMessageTypes().get(9); - internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor, - new java.lang.String[] { - "Parent", "BackupSchedule", - }); - internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor = - getDescriptor().getMessageTypes().get(10); - internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor = - getDescriptor().getMessageTypes().get(11); - internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor, - new java.lang.String[] { - "BackupSchedule", "UpdateMask", - }); - internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor = - getDescriptor().getMessageTypes().get(12); - internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor, - new java.lang.String[] { - "Parent", - }); - internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor = - getDescriptor().getMessageTypes().get(13); - internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor, - new java.lang.String[] { - "BackupSchedules", - }); - internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor = - getDescriptor().getMessageTypes().get(14); - internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor = - getDescriptor().getMessageTypes().get(15); - internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor, - new java.lang.String[] { - "Parent", "Index", - }); - internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor = - getDescriptor().getMessageTypes().get(16); - internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor, - new java.lang.String[] { - "Parent", "Filter", "PageSize", "PageToken", - }); - internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor = - getDescriptor().getMessageTypes().get(17); - internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor, - new java.lang.String[] { - "Indexes", "NextPageToken", - }); - internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor = - getDescriptor().getMessageTypes().get(18); - internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor = - getDescriptor().getMessageTypes().get(19); - internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor = - getDescriptor().getMessageTypes().get(20); - internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor, - new java.lang.String[] { - "Field", "UpdateMask", - }); - internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor = - getDescriptor().getMessageTypes().get(21); - internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor = - getDescriptor().getMessageTypes().get(22); - internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor, - new java.lang.String[] { - "Parent", "Filter", "PageSize", "PageToken", - }); - internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor = - getDescriptor().getMessageTypes().get(23); - internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor, - new java.lang.String[] { - "Fields", "NextPageToken", - }); - internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor = - getDescriptor().getMessageTypes().get(24); - internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor, - new java.lang.String[] { - "Name", "CollectionIds", "OutputUriPrefix", "NamespaceIds", "SnapshotTime", - }); - internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor = - getDescriptor().getMessageTypes().get(25); - internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor, - new java.lang.String[] { - "Name", "CollectionIds", "InputUriPrefix", "NamespaceIds", - }); - internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor = - getDescriptor().getMessageTypes().get(26); - internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor = - getDescriptor().getMessageTypes().get(27); - internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor, - new java.lang.String[] { - "Parent", - }); - internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor = - getDescriptor().getMessageTypes().get(28); - internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor, - new java.lang.String[] { - "Backups", "Unreachable", - }); - internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor = - getDescriptor().getMessageTypes().get(29); - internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor = - getDescriptor().getMessageTypes().get(30); - internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor, - new java.lang.String[] { - "Parent", "DatabaseId", "Backup", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.AnnotationsProto.http); - registry.add(com.google.api.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.oauthScopes); - registry.add(com.google.api.ResourceProto.resourceDefinition); - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.longrunning.OperationsProto.operationInfo); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.AnnotationsProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.firestore.admin.v1.BackupProto.getDescriptor(); - com.google.firestore.admin.v1.DatabaseProto.getDescriptor(); - com.google.firestore.admin.v1.FieldProto.getDescriptor(); - com.google.firestore.admin.v1.IndexProto.getDescriptor(); - com.google.firestore.admin.v1.OperationProto.getDescriptor(); - com.google.firestore.admin.v1.ScheduleProto.getDescriptor(); - com.google.longrunning.OperationsProto.getDescriptor(); - com.google.protobuf.EmptyProto.getDescriptor(); - com.google.protobuf.FieldMaskProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java deleted file mode 100644 index a475a5173..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface GetBackupRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetBackupRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. Name of the backup to fetch.
-   *
-   * Format is `projects/{project}/locations/{location}/backups/{backup}`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. Name of the backup to fetch.
-   *
-   * Format is `projects/{project}/locations/{location}/backups/{backup}`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java deleted file mode 100644 index 6c33e1e67..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java +++ /dev/null @@ -1,61 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface GetBackupScheduleRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetBackupScheduleRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The name of the backup schedule.
-   *
-   * Format
-   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. The name of the backup schedule.
-   *
-   * Format
-   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java deleted file mode 100644 index fb9a68884..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface GetDatabaseRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetDatabaseRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}`
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}`
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java deleted file mode 100644 index 396a92d77..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface GetFieldRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetFieldRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java deleted file mode 100644 index 46be45081..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface GetIndexRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetIndexRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java deleted file mode 100644 index 9055dc9f9..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java +++ /dev/null @@ -1,148 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/index.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class IndexProto { - private IndexProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Index_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Index_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Index_IndexField_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n%google/firestore/admin/v1/index.proto\022" - + "\031google.firestore.admin.v1\032\037google/api/f" - + "ield_behavior.proto\032\031google/api/resource" - + ".proto\"\221\t\n\005Index\022\014\n\004name\030\001 \001(\t\022@\n\013query_" - + "scope\030\002 \001(\0162+.google.firestore.admin.v1." - + "Index.QueryScope\022<\n\tapi_scope\030\005 \001(\0162).go" - + "ogle.firestore.admin.v1.Index.ApiScope\022;" - + "\n\006fields\030\003 \003(\0132+.google.firestore.admin." - + "v1.Index.IndexField\0225\n\005state\030\004 \001(\0162&.goo" - + "gle.firestore.admin.v1.Index.State\032\242\004\n\nI" - + "ndexField\022\022\n\nfield_path\030\001 \001(\t\022B\n\005order\030\002" - + " \001(\01621.google.firestore.admin.v1.Index.I" - + "ndexField.OrderH\000\022O\n\014array_config\030\003 \001(\0162" - + "7.google.firestore.admin.v1.Index.IndexF" - + "ield.ArrayConfigH\000\022Q\n\rvector_config\030\004 \001(" - + "\01328.google.firestore.admin.v1.Index.Inde" - + "xField.VectorConfigH\000\032\217\001\n\014VectorConfig\022\026" - + "\n\tdimension\030\001 \001(\005B\003\340A\002\022R\n\004flat\030\002 \001(\0132B.g" - + "oogle.firestore.admin.v1.Index.IndexFiel" - + "d.VectorConfig.FlatIndexH\000\032\013\n\tFlatIndexB" - + "\006\n\004type\"=\n\005Order\022\025\n\021ORDER_UNSPECIFIED\020\000\022" - + "\r\n\tASCENDING\020\001\022\016\n\nDESCENDING\020\002\"9\n\013ArrayC" - + "onfig\022\034\n\030ARRAY_CONFIG_UNSPECIFIED\020\000\022\014\n\010C" - + "ONTAINS\020\001B\014\n\nvalue_mode\"i\n\nQueryScope\022\033\n" - + "\027QUERY_SCOPE_UNSPECIFIED\020\000\022\016\n\nCOLLECTION" - + "\020\001\022\024\n\020COLLECTION_GROUP\020\002\022\030\n\024COLLECTION_R" - + "ECURSIVE\020\003\"/\n\010ApiScope\022\013\n\007ANY_API\020\000\022\026\n\022D" - + "ATASTORE_MODE_API\020\001\"I\n\005State\022\025\n\021STATE_UN" - + "SPECIFIED\020\000\022\014\n\010CREATING\020\001\022\t\n\005READY\020\002\022\020\n\014" - + "NEEDS_REPAIR\020\003:z\352Aw\n\036firestore.googleapi" - + "s.com/Index\022Uprojects/{project}/database" - + "s/{database}/collectionGroups/{collectio" - + "n}/indexes/{index}B\331\001\n\035com.google.firest" - + "ore.admin.v1B\nIndexProtoP\001Z9cloud.google" - + ".com/go/firestore/apiv1/admin/adminpb;ad" - + "minpb\242\002\004GCFS\252\002\037Google.Cloud.Firestore.Ad" - + "min.V1\312\002\037Google\\Cloud\\Firestore\\Admin\\V1" - + "\352\002#Google::Cloud::Firestore::Admin::V1b\006" - + "proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - }); - internal_static_google_firestore_admin_v1_Index_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_Index_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Index_descriptor, - new java.lang.String[] { - "Name", "QueryScope", "ApiScope", "Fields", "State", - }); - internal_static_google_firestore_admin_v1_Index_IndexField_descriptor = - internal_static_google_firestore_admin_v1_Index_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Index_IndexField_descriptor, - new java.lang.String[] { - "FieldPath", "Order", "ArrayConfig", "VectorConfig", "ValueMode", - }); - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor = - internal_static_google_firestore_admin_v1_Index_IndexField_descriptor - .getNestedTypes() - .get(0); - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor, - new java.lang.String[] { - "Dimension", "Flat", "Type", - }); - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor = - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor - .getNestedTypes() - .get(0); - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor, - new java.lang.String[] {}); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.ResourceProto.resource); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java deleted file mode 100644 index 2c4bba0b5..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface ListBackupSchedulesRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListBackupSchedulesRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The parent database.
-   *
-   * Format is `projects/{project}/databases/{database}`.
-   * 
- * - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The parent. - */ - java.lang.String getParent(); - /** - * - * - *
-   * Required. The parent database.
-   *
-   * Format is `projects/{project}/databases/{database}`.
-   * 
- * - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for parent. - */ - com.google.protobuf.ByteString getParentBytes(); -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java deleted file mode 100644 index be3325bb4..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface ListDatabasesRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListDatabasesRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. A parent name of the form
-   * `projects/{project_id}`
-   * 
- * - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The parent. - */ - java.lang.String getParent(); - /** - * - * - *
-   * Required. A parent name of the form
-   * `projects/{project_id}`
-   * 
- * - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for parent. - */ - com.google.protobuf.ByteString getParentBytes(); -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java deleted file mode 100644 index e353e5c69..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/location.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface LocationMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.LocationMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java deleted file mode 100644 index 728502634..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/location.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class LocationProto { - private LocationProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_LocationMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n(google/firestore/admin/v1/location.pro" - + "to\022\031google.firestore.admin.v1\"\022\n\020Locatio" - + "nMetadataB\334\001\n\035com.google.firestore.admin" - + ".v1B\rLocationProtoP\001Z9cloud.google.com/g" - + "o/firestore/apiv1/admin/adminpb;adminpb\242" - + "\002\004GCFS\252\002\037Google.Cloud.Firestore.Admin.V1" - + "\312\002\037Google\\Cloud\\Firestore\\Admin\\V1\352\002#Goo" - + "gle::Cloud::Firestore::Admin::V1b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_firestore_admin_v1_LocationMetadata_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_LocationMetadata_descriptor, - new java.lang.String[] {}); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java deleted file mode 100644 index 9cc7fcd1c..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java +++ /dev/null @@ -1,272 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/operation.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class OperationProto { - private OperationProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Progress_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n)google/firestore/admin/v1/operation.pr" - + "oto\022\031google.firestore.admin.v1\032\031google/a" - + "pi/resource.proto\032%google/firestore/admi" - + "n/v1/index.proto\032\037google/protobuf/timest" - + "amp.proto\"\275\002\n\026IndexOperationMetadata\022.\n\n" - + "start_time\030\001 \001(\0132\032.google.protobuf.Times" - + "tamp\022,\n\010end_time\030\002 \001(\0132\032.google.protobuf" - + ".Timestamp\022\r\n\005index\030\003 \001(\t\0228\n\005state\030\004 \001(\016" - + "2).google.firestore.admin.v1.OperationSt" - + "ate\022?\n\022progress_documents\030\005 \001(\0132#.google" - + ".firestore.admin.v1.Progress\022;\n\016progress" - + "_bytes\030\006 \001(\0132#.google.firestore.admin.v1" - + ".Progress\"\231\007\n\026FieldOperationMetadata\022.\n\n" - + "start_time\030\001 \001(\0132\032.google.protobuf.Times" - + "tamp\022,\n\010end_time\030\002 \001(\0132\032.google.protobuf" - + ".Timestamp\022\r\n\005field\030\003 \001(\t\022_\n\023index_confi" - + "g_deltas\030\004 \003(\0132B.google.firestore.admin." - + "v1.FieldOperationMetadata.IndexConfigDel" - + "ta\0228\n\005state\030\005 \001(\0162).google.firestore.adm" - + "in.v1.OperationState\022?\n\022progress_documen" - + "ts\030\006 \001(\0132#.google.firestore.admin.v1.Pro" - + "gress\022;\n\016progress_bytes\030\007 \001(\0132#.google.f" - + "irestore.admin.v1.Progress\022Z\n\020ttl_config" - + "_delta\030\010 \001(\0132@.google.firestore.admin.v1" - + ".FieldOperationMetadata.TtlConfigDelta\032\347" - + "\001\n\020IndexConfigDelta\022b\n\013change_type\030\001 \001(\016" - + "2M.google.firestore.admin.v1.FieldOperat" - + "ionMetadata.IndexConfigDelta.ChangeType\022" - + "/\n\005index\030\002 \001(\0132 .google.firestore.admin." - + "v1.Index\">\n\nChangeType\022\033\n\027CHANGE_TYPE_UN" - + "SPECIFIED\020\000\022\007\n\003ADD\020\001\022\n\n\006REMOVE\020\002\032\262\001\n\016Ttl" - + "ConfigDelta\022`\n\013change_type\030\001 \001(\0162K.googl" - + "e.firestore.admin.v1.FieldOperationMetad" - + "ata.TtlConfigDelta.ChangeType\">\n\nChangeT" - + "ype\022\033\n\027CHANGE_TYPE_UNSPECIFIED\020\000\022\007\n\003ADD\020" - + "\001\022\n\n\006REMOVE\020\002\"\266\003\n\027ExportDocumentsMetadat" - + "a\022.\n\nstart_time\030\001 \001(\0132\032.google.protobuf." - + "Timestamp\022,\n\010end_time\030\002 \001(\0132\032.google.pro" - + "tobuf.Timestamp\022B\n\017operation_state\030\003 \001(\016" - + "2).google.firestore.admin.v1.OperationSt" - + "ate\022?\n\022progress_documents\030\004 \001(\0132#.google" - + ".firestore.admin.v1.Progress\022;\n\016progress" - + "_bytes\030\005 \001(\0132#.google.firestore.admin.v1" - + ".Progress\022\026\n\016collection_ids\030\006 \003(\t\022\031\n\021out" - + "put_uri_prefix\030\007 \001(\t\022\025\n\rnamespace_ids\030\010 " - + "\003(\t\0221\n\rsnapshot_time\030\t \001(\0132\032.google.prot" - + "obuf.Timestamp\"\202\003\n\027ImportDocumentsMetada" - + "ta\022.\n\nstart_time\030\001 \001(\0132\032.google.protobuf" - + ".Timestamp\022,\n\010end_time\030\002 \001(\0132\032.google.pr" - + "otobuf.Timestamp\022B\n\017operation_state\030\003 \001(" - + "\0162).google.firestore.admin.v1.OperationS" - + "tate\022?\n\022progress_documents\030\004 \001(\0132#.googl" - + "e.firestore.admin.v1.Progress\022;\n\016progres" - + "s_bytes\030\005 \001(\0132#.google.firestore.admin.v" - + "1.Progress\022\026\n\016collection_ids\030\006 \003(\t\022\030\n\020in" - + "put_uri_prefix\030\007 \001(\t\022\025\n\rnamespace_ids\030\010 " - + "\003(\t\"4\n\027ExportDocumentsResponse\022\031\n\021output" - + "_uri_prefix\030\001 \001(\t\"\355\002\n\027RestoreDatabaseMet" - + "adata\022.\n\nstart_time\030\001 \001(\0132\032.google.proto" - + "buf.Timestamp\022,\n\010end_time\030\002 \001(\0132\032.google" - + ".protobuf.Timestamp\022B\n\017operation_state\030\003" - + " \001(\0162).google.firestore.admin.v1.Operati" - + "onState\0228\n\010database\030\004 \001(\tB&\372A#\n!firestor" - + "e.googleapis.com/Database\0224\n\006backup\030\005 \001(" - + "\tB$\372A!\n\037firestore.googleapis.com/Backup\022" - + "@\n\023progress_percentage\030\010 \001(\0132#.google.fi" - + "restore.admin.v1.Progress\":\n\010Progress\022\026\n" - + "\016estimated_work\030\001 \001(\003\022\026\n\016completed_work\030" - + "\002 \001(\003*\236\001\n\016OperationState\022\037\n\033OPERATION_ST" - + "ATE_UNSPECIFIED\020\000\022\020\n\014INITIALIZING\020\001\022\016\n\nP" - + "ROCESSING\020\002\022\016\n\nCANCELLING\020\003\022\016\n\nFINALIZIN" - + "G\020\004\022\016\n\nSUCCESSFUL\020\005\022\n\n\006FAILED\020\006\022\r\n\tCANCE" - + "LLED\020\007B\335\001\n\035com.google.firestore.admin.v1" - + "B\016OperationProtoP\001Z9cloud.google.com/go/" - + "firestore/apiv1/admin/adminpb;adminpb\242\002\004" - + "GCFS\252\002\037Google.Cloud.Firestore.Admin.V1\312\002" - + "\037Google\\Cloud\\Firestore\\Admin\\V1\352\002#Googl" - + "e::Cloud::Firestore::Admin::V1b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.ResourceProto.getDescriptor(), - com.google.firestore.admin.v1.IndexProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor, - new java.lang.String[] { - "StartTime", "EndTime", "Index", "State", "ProgressDocuments", "ProgressBytes", - }); - internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor, - new java.lang.String[] { - "StartTime", - "EndTime", - "Field", - "IndexConfigDeltas", - "State", - "ProgressDocuments", - "ProgressBytes", - "TtlConfigDelta", - }); - internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor = - internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor - .getNestedTypes() - .get(0); - internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor, - new java.lang.String[] { - "ChangeType", "Index", - }); - internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor = - internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor - .getNestedTypes() - .get(1); - internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor, - new java.lang.String[] { - "ChangeType", - }); - internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor, - new java.lang.String[] { - "StartTime", - "EndTime", - "OperationState", - "ProgressDocuments", - "ProgressBytes", - "CollectionIds", - "OutputUriPrefix", - "NamespaceIds", - "SnapshotTime", - }); - internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor, - new java.lang.String[] { - "StartTime", - "EndTime", - "OperationState", - "ProgressDocuments", - "ProgressBytes", - "CollectionIds", - "InputUriPrefix", - "NamespaceIds", - }); - internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor, - new java.lang.String[] { - "OutputUriPrefix", - }); - internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor, - new java.lang.String[] { - "StartTime", "EndTime", "OperationState", "Database", "Backup", "ProgressPercentage", - }); - internal_static_google_firestore_admin_v1_Progress_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Progress_descriptor, - new java.lang.String[] { - "EstimatedWork", "CompletedWork", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ResourceProto.resourceReference); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.ResourceProto.getDescriptor(); - com.google.firestore.admin.v1.IndexProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java deleted file mode 100644 index 8bcd70222..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java +++ /dev/null @@ -1,131 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/schedule.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class ScheduleProto { - private ScheduleProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_BackupSchedule_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n(google/firestore/admin/v1/schedule.pro" - + "to\022\031google.firestore.admin.v1\032\037google/ap" - + "i/field_behavior.proto\032\031google/api/resou" - + "rce.proto\032\036google/protobuf/duration.prot" - + "o\032\037google/protobuf/timestamp.proto\032\033goog" - + "le/type/dayofweek.proto\"\326\003\n\016BackupSchedu" - + "le\022\021\n\004name\030\001 \001(\tB\003\340A\003\0224\n\013create_time\030\003 \001" - + "(\0132\032.google.protobuf.TimestampB\003\340A\003\0224\n\013u" - + "pdate_time\030\n \001(\0132\032.google.protobuf.Times" - + "tampB\003\340A\003\022,\n\tretention\030\006 \001(\0132\031.google.pr" - + "otobuf.Duration\022F\n\020daily_recurrence\030\007 \001(" - + "\0132*.google.firestore.admin.v1.DailyRecur" - + "renceH\000\022H\n\021weekly_recurrence\030\010 \001(\0132+.goo" - + "gle.firestore.admin.v1.WeeklyRecurrenceH" - + "\000:w\352At\n\'firestore.googleapis.com/BackupS" - + "chedule\022Iprojects/{project}/databases/{d" - + "atabase}/backupSchedules/{backup_schedul" - + "e}B\014\n\nrecurrence\"\021\n\017DailyRecurrence\"7\n\020W" - + "eeklyRecurrence\022#\n\003day\030\002 \001(\0162\026.google.ty" - + "pe.DayOfWeekB\334\001\n\035com.google.firestore.ad" - + "min.v1B\rScheduleProtoP\001Z9cloud.google.co" - + "m/go/firestore/apiv1/admin/adminpb;admin" - + "pb\242\002\004GCFS\252\002\037Google.Cloud.Firestore.Admin" - + ".V1\312\002\037Google\\Cloud\\Firestore\\Admin\\V1\352\002#" - + "Google::Cloud::Firestore::Admin::V1b\006pro" - + "to3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.protobuf.DurationProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - com.google.type.DayOfWeekProto.getDescriptor(), - }); - internal_static_google_firestore_admin_v1_BackupSchedule_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_BackupSchedule_descriptor, - new java.lang.String[] { - "Name", - "CreateTime", - "UpdateTime", - "Retention", - "DailyRecurrence", - "WeeklyRecurrence", - "Recurrence", - }); - internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor, - new java.lang.String[] {}); - internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor, - new java.lang.String[] { - "Day", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.ResourceProto.resource); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.protobuf.DurationProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - com.google.type.DayOfWeekProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java deleted file mode 100644 index 228f2c064..000000000 --- a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface UpdateDatabaseMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.UpdateDatabaseMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java deleted file mode 100644 index 3dc3d0766..000000000 --- a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java +++ /dev/null @@ -1,146 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/bundle/bundle.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.bundle; - -public final class BundleProto { - private BundleProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_bundle_BundledQuery_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_bundle_NamedQuery_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_bundle_BundleMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_bundle_BundleElement_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n$google/firestore/bundle/bundle.proto\022\027" - + "google.firestore.bundle\032\"google/firestor" - + "e/v1/document.proto\032\037google/firestore/v1" - + "/query.proto\032\037google/protobuf/timestamp." - + "proto\"\325\001\n\014BundledQuery\022\016\n\006parent\030\001 \001(\t\022@" - + "\n\020structured_query\030\002 \001(\0132$.google.firest" - + "ore.v1.StructuredQueryH\000\022C\n\nlimit_type\030\003" - + " \001(\0162/.google.firestore.bundle.BundledQu" - + "ery.LimitType\" \n\tLimitType\022\t\n\005FIRST\020\000\022\010\n" - + "\004LAST\020\001B\014\n\nquery_type\"\207\001\n\nNamedQuery\022\014\n\004" - + "name\030\001 \001(\t\022<\n\rbundled_query\030\002 \001(\0132%.goog" - + "le.firestore.bundle.BundledQuery\022-\n\tread" - + "_time\030\003 \001(\0132\032.google.protobuf.Timestamp\"" - + "w\n\027BundledDocumentMetadata\022\014\n\004name\030\001 \001(\t" - + "\022-\n\tread_time\030\002 \001(\0132\032.google.protobuf.Ti" - + "mestamp\022\016\n\006exists\030\003 \001(\010\022\017\n\007queries\030\004 \003(\t" - + "\"\214\001\n\016BundleMetadata\022\n\n\002id\030\001 \001(\t\022/\n\013creat" - + "e_time\030\002 \001(\0132\032.google.protobuf.Timestamp" - + "\022\017\n\007version\030\003 \001(\r\022\027\n\017total_documents\030\004 \001" - + "(\r\022\023\n\013total_bytes\030\005 \001(\004\"\232\002\n\rBundleElemen" - + "t\022;\n\010metadata\030\001 \001(\0132\'.google.firestore.b" - + "undle.BundleMetadataH\000\022:\n\013named_query\030\002 " - + "\001(\0132#.google.firestore.bundle.NamedQuery" - + "H\000\022M\n\021document_metadata\030\003 \001(\01320.google.f" - + "irestore.bundle.BundledDocumentMetadataH" - + "\000\0221\n\010document\030\004 \001(\0132\035.google.firestore.v" - + "1.DocumentH\000B\016\n\014element_typeB\222\001\n\033com.goo" - + "gle.firestore.bundleB\013BundleProtoP\001Z6clo" - + "ud.google.com/go/firestore/bundle/bundle" - + "pb;bundlepb\242\002\005FSTPB\252\002\020Firestore.Bundle\312\002" - + "\020Firestore\\Bundleb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.firestore.v1.DocumentProto.getDescriptor(), - com.google.firestore.v1.QueryProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_firestore_bundle_BundledQuery_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_bundle_BundledQuery_descriptor, - new java.lang.String[] { - "Parent", "StructuredQuery", "LimitType", "QueryType", - }); - internal_static_google_firestore_bundle_NamedQuery_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_bundle_NamedQuery_descriptor, - new java.lang.String[] { - "Name", "BundledQuery", "ReadTime", - }); - internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor, - new java.lang.String[] { - "Name", "ReadTime", "Exists", "Queries", - }); - internal_static_google_firestore_bundle_BundleMetadata_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_bundle_BundleMetadata_descriptor, - new java.lang.String[] { - "Id", "CreateTime", "Version", "TotalDocuments", "TotalBytes", - }); - internal_static_google_firestore_bundle_BundleElement_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_bundle_BundleElement_descriptor, - new java.lang.String[] { - "Metadata", "NamedQuery", "DocumentMetadata", "Document", "ElementType", - }); - com.google.firestore.v1.DocumentProto.getDescriptor(); - com.google.firestore.v1.QueryProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java deleted file mode 100644 index 045308c83..000000000 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java +++ /dev/null @@ -1,88 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/v1/aggregation_result.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.v1; - -public final class AggregationResultProto { - private AggregationResultProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_AggregationResult_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n,google/firestore/v1/aggregation_result" - + ".proto\022\023google.firestore.v1\032\"google/fire" - + "store/v1/document.proto\"\276\001\n\021AggregationR" - + "esult\022U\n\020aggregate_fields\030\002 \003(\0132;.google" - + ".firestore.v1.AggregationResult.Aggregat" - + "eFieldsEntry\032R\n\024AggregateFieldsEntry\022\013\n\003" - + "key\030\001 \001(\t\022)\n\005value\030\002 \001(\0132\032.google.firest" - + "ore.v1.Value:\0028\001B\316\001\n\027com.google.firestor" - + "e.v1B\026AggregationResultProtoP\001Z;cloud.go" - + "ogle.com/go/firestore/apiv1/firestorepb;" - + "firestorepb\242\002\004GCFS\252\002\031Google.Cloud.Firest" - + "ore.V1\312\002\031Google\\Cloud\\Firestore\\V1\352\002\034Goo" - + "gle::Cloud::Firestore::V1b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.firestore.v1.DocumentProto.getDescriptor(), - }); - internal_static_google_firestore_v1_AggregationResult_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_AggregationResult_descriptor, - new java.lang.String[] { - "AggregateFields", - }); - internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor = - internal_static_google_firestore_v1_AggregationResult_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - com.google.firestore.v1.DocumentProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java deleted file mode 100644 index 34fa014c0..000000000 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/v1/firestore.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.v1; - -public interface BeginTransactionResponseOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.firestore.v1.BeginTransactionResponse) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * The transaction that was started.
-   * 
- * - * bytes transaction = 1; - * - * @return The transaction. - */ - com.google.protobuf.ByteString getTransaction(); -} diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java deleted file mode 100644 index 30acc15af..000000000 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java +++ /dev/null @@ -1,82 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/v1/bloom_filter.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.v1; - -public final class BloomFilterProto { - private BloomFilterProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BitSequence_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BitSequence_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BloomFilter_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n&google/firestore/v1/bloom_filter.proto" - + "\022\023google.firestore.v1\".\n\013BitSequence\022\016\n\006" - + "bitmap\030\001 \001(\014\022\017\n\007padding\030\002 \001(\005\"Q\n\013BloomFi" - + "lter\022.\n\004bits\030\001 \001(\0132 .google.firestore.v1" - + ".BitSequence\022\022\n\nhash_count\030\002 \001(\005B\310\001\n\027com" - + ".google.firestore.v1B\020BloomFilterProtoP\001" - + "Z;cloud.google.com/go/firestore/apiv1/fi" - + "restorepb;firestorepb\242\002\004GCFS\252\002\031Google.Cl" - + "oud.Firestore.V1\312\002\031Google\\Cloud\\Firestor" - + "e\\V1\352\002\034Google::Cloud::Firestore::V1b\006pro" - + "to3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_firestore_v1_BitSequence_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_v1_BitSequence_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_BitSequence_descriptor, - new java.lang.String[] { - "Bitmap", "Padding", - }); - internal_static_google_firestore_v1_BloomFilter_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_BloomFilter_descriptor, - new java.lang.String[] { - "Bits", "HashCount", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java deleted file mode 100644 index 1dfc0fc7d..000000000 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java +++ /dev/null @@ -1,130 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/v1/common.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.v1; - -public final class CommonProto { - private CommonProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_DocumentMask_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_Precondition_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_Precondition_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_TransactionOptions_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n google/firestore/v1/common.proto\022\023goog" - + "le.firestore.v1\032\037google/protobuf/timesta" - + "mp.proto\"#\n\014DocumentMask\022\023\n\013field_paths\030" - + "\001 \003(\t\"e\n\014Precondition\022\020\n\006exists\030\001 \001(\010H\000\022" - + "1\n\013update_time\030\002 \001(\0132\032.google.protobuf.T" - + "imestampH\000B\020\n\016condition_type\"\251\002\n\022Transac" - + "tionOptions\022E\n\tread_only\030\002 \001(\01320.google." - + "firestore.v1.TransactionOptions.ReadOnly" - + "H\000\022G\n\nread_write\030\003 \001(\01321.google.firestor" - + "e.v1.TransactionOptions.ReadWriteH\000\032&\n\tR" - + "eadWrite\022\031\n\021retry_transaction\030\001 \001(\014\032S\n\010R" - + "eadOnly\022/\n\tread_time\030\002 \001(\0132\032.google.prot" - + "obuf.TimestampH\000B\026\n\024consistency_selector" - + "B\006\n\004modeB\303\001\n\027com.google.firestore.v1B\013Co" - + "mmonProtoP\001Z;cloud.google.com/go/firesto" - + "re/apiv1/firestorepb;firestorepb\242\002\004GCFS\252" - + "\002\031Google.Cloud.Firestore.V1\312\002\031Google\\Clo" - + "ud\\Firestore\\V1\352\002\034Google::Cloud::Firesto" - + "re::V1b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_firestore_v1_DocumentMask_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_DocumentMask_descriptor, - new java.lang.String[] { - "FieldPaths", - }); - internal_static_google_firestore_v1_Precondition_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_firestore_v1_Precondition_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_Precondition_descriptor, - new java.lang.String[] { - "Exists", "UpdateTime", "ConditionType", - }); - internal_static_google_firestore_v1_TransactionOptions_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_TransactionOptions_descriptor, - new java.lang.String[] { - "ReadOnly", "ReadWrite", "Mode", - }); - internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor = - internal_static_google_firestore_v1_TransactionOptions_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor, - new java.lang.String[] { - "RetryTransaction", - }); - internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor = - internal_static_google_firestore_v1_TransactionOptions_descriptor.getNestedTypes().get(1); - internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor, - new java.lang.String[] { - "ReadTime", "ConsistencySelector", - }); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java deleted file mode 100644 index 350f1f50b..000000000 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java +++ /dev/null @@ -1,169 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/v1/document.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.v1; - -public final class DocumentProto { - private DocumentProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_Document_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_Document_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_Document_FieldsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_Document_FieldsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_Value_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_Value_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ArrayValue_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_MapValue_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_MapValue_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_MapValue_FieldsEntry_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\"google/firestore/v1/document.proto\022\023go" - + "ogle.firestore.v1\032\034google/protobuf/struc" - + "t.proto\032\037google/protobuf/timestamp.proto" - + "\032\030google/type/latlng.proto\"\200\002\n\010Document\022" - + "\014\n\004name\030\001 \001(\t\0229\n\006fields\030\002 \003(\0132).google.f" - + "irestore.v1.Document.FieldsEntry\022/\n\013crea" - + "te_time\030\003 \001(\0132\032.google.protobuf.Timestam" - + "p\022/\n\013update_time\030\004 \001(\0132\032.google.protobuf" - + ".Timestamp\032I\n\013FieldsEntry\022\013\n\003key\030\001 \001(\t\022)" - + "\n\005value\030\002 \001(\0132\032.google.firestore.v1.Valu" - + "e:\0028\001\"\256\003\n\005Value\0220\n\nnull_value\030\013 \001(\0162\032.go" - + "ogle.protobuf.NullValueH\000\022\027\n\rboolean_val" - + "ue\030\001 \001(\010H\000\022\027\n\rinteger_value\030\002 \001(\003H\000\022\026\n\014d" - + "ouble_value\030\003 \001(\001H\000\0225\n\017timestamp_value\030\n" - + " \001(\0132\032.google.protobuf.TimestampH\000\022\026\n\014st" - + "ring_value\030\021 \001(\tH\000\022\025\n\013bytes_value\030\022 \001(\014H" - + "\000\022\031\n\017reference_value\030\005 \001(\tH\000\022.\n\017geo_poin" - + "t_value\030\010 \001(\0132\023.google.type.LatLngH\000\0226\n\013" - + "array_value\030\t \001(\0132\037.google.firestore.v1." - + "ArrayValueH\000\0222\n\tmap_value\030\006 \001(\0132\035.google" - + ".firestore.v1.MapValueH\000B\014\n\nvalue_type\"8" - + "\n\nArrayValue\022*\n\006values\030\001 \003(\0132\032.google.fi" - + "restore.v1.Value\"\220\001\n\010MapValue\0229\n\006fields\030" - + "\001 \003(\0132).google.firestore.v1.MapValue.Fie" - + "ldsEntry\032I\n\013FieldsEntry\022\013\n\003key\030\001 \001(\t\022)\n\005" - + "value\030\002 \001(\0132\032.google.firestore.v1.Value:" - + "\0028\001B\305\001\n\027com.google.firestore.v1B\rDocumen" - + "tProtoP\001Z;cloud.google.com/go/firestore/" - + "apiv1/firestorepb;firestorepb\242\002\004GCFS\252\002\031G" - + "oogle.Cloud.Firestore.V1\312\002\031Google\\Cloud\\" - + "Firestore\\V1\352\002\034Google::Cloud::Firestore:" - + ":V1b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.StructProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - com.google.type.LatLngProto.getDescriptor(), - }); - internal_static_google_firestore_v1_Document_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_v1_Document_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_Document_descriptor, - new java.lang.String[] { - "Name", "Fields", "CreateTime", "UpdateTime", - }); - internal_static_google_firestore_v1_Document_FieldsEntry_descriptor = - internal_static_google_firestore_v1_Document_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_v1_Document_FieldsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_Document_FieldsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_firestore_v1_Value_descriptor = getDescriptor().getMessageTypes().get(1); - internal_static_google_firestore_v1_Value_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_Value_descriptor, - new java.lang.String[] { - "NullValue", - "BooleanValue", - "IntegerValue", - "DoubleValue", - "TimestampValue", - "StringValue", - "BytesValue", - "ReferenceValue", - "GeoPointValue", - "ArrayValue", - "MapValue", - "ValueType", - }); - internal_static_google_firestore_v1_ArrayValue_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_ArrayValue_descriptor, - new java.lang.String[] { - "Values", - }); - internal_static_google_firestore_v1_MapValue_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_firestore_v1_MapValue_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_MapValue_descriptor, - new java.lang.String[] { - "Fields", - }); - internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor = - internal_static_google_firestore_v1_MapValue_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_v1_MapValue_FieldsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - com.google.protobuf.StructProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - com.google.type.LatLngProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java deleted file mode 100644 index dcc7ca8de..000000000 --- a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java +++ /dev/null @@ -1,796 +0,0 @@ -/* - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/v1/firestore.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.v1; - -public final class FirestoreProto { - private FirestoreProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_GetDocumentRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_GetDocumentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ListDocumentsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ListDocumentsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ListDocumentsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ListDocumentsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_CreateDocumentRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_CreateDocumentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_UpdateDocumentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_DeleteDocumentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BatchGetDocumentsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BatchGetDocumentsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BeginTransactionRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BeginTransactionRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BeginTransactionResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BeginTransactionResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_CommitRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_CommitRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_CommitResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_CommitResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_RollbackRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_RollbackRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_RunQueryRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_RunQueryRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_RunQueryResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_RunQueryResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_RunAggregationQueryRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_RunAggregationQueryResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_PartitionQueryRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_PartitionQueryRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_PartitionQueryResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_PartitionQueryResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_WriteRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_WriteRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_WriteRequest_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_WriteRequest_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_WriteResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_WriteResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ListenRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ListenRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ListenRequest_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ListenRequest_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ListenResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ListenResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_Target_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_Target_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_Target_DocumentsTarget_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_Target_QueryTarget_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_Target_QueryTarget_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_TargetChange_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_TargetChange_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ListCollectionIdsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ListCollectionIdsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BatchWriteRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BatchWriteRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BatchWriteRequest_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BatchWriteRequest_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BatchWriteResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BatchWriteResponse_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n#google/firestore/v1/firestore.proto\022\023g" - + "oogle.firestore.v1\032\034google/api/annotatio" - + "ns.proto\032\027google/api/client.proto\032\037googl" - + "e/api/field_behavior.proto\032,google/fires" - + "tore/v1/aggregation_result.proto\032 google" - + "/firestore/v1/common.proto\032\"google/fires" - + "tore/v1/document.proto\032\037google/firestore" - + "/v1/query.proto\032\'google/firestore/v1/que" - + "ry_profile.proto\032\037google/firestore/v1/wr" - + "ite.proto\032\033google/protobuf/empty.proto\032\037" - + "google/protobuf/timestamp.proto\032\036google/" - + "protobuf/wrappers.proto\032\027google/rpc/stat" - + "us.proto\"\270\001\n\022GetDocumentRequest\022\021\n\004name\030" - + "\001 \001(\tB\003\340A\002\022/\n\004mask\030\002 \001(\0132!.google.firest" - + "ore.v1.DocumentMask\022\025\n\013transaction\030\003 \001(\014" - + "H\000\022/\n\tread_time\030\005 \001(\0132\032.google.protobuf." - + "TimestampH\000B\026\n\024consistency_selector\"\273\002\n\024" - + "ListDocumentsRequest\022\023\n\006parent\030\001 \001(\tB\003\340A" - + "\002\022\032\n\rcollection_id\030\002 \001(\tB\003\340A\001\022\026\n\tpage_si" - + "ze\030\003 \001(\005B\003\340A\001\022\027\n\npage_token\030\004 \001(\tB\003\340A\001\022\025" - + "\n\010order_by\030\006 \001(\tB\003\340A\001\0224\n\004mask\030\007 \001(\0132!.go" - + "ogle.firestore.v1.DocumentMaskB\003\340A\001\022\025\n\013t" - + "ransaction\030\010 \001(\014H\000\022/\n\tread_time\030\n \001(\0132\032." - + "google.protobuf.TimestampH\000\022\024\n\014show_miss" - + "ing\030\014 \001(\010B\026\n\024consistency_selector\"b\n\025Lis" - + "tDocumentsResponse\0220\n\tdocuments\030\001 \003(\0132\035." - + "google.firestore.v1.Document\022\027\n\017next_pag" - + "e_token\030\002 \001(\t\"\304\001\n\025CreateDocumentRequest\022" - + "\023\n\006parent\030\001 \001(\tB\003\340A\002\022\032\n\rcollection_id\030\002 " - + "\001(\tB\003\340A\002\022\023\n\013document_id\030\003 \001(\t\0224\n\010documen" - + "t\030\004 \001(\0132\035.google.firestore.v1.DocumentB\003" - + "\340A\002\022/\n\004mask\030\005 \001(\0132!.google.firestore.v1." - + "DocumentMask\"\363\001\n\025UpdateDocumentRequest\0224" - + "\n\010document\030\001 \001(\0132\035.google.firestore.v1.D" - + "ocumentB\003\340A\002\0226\n\013update_mask\030\002 \001(\0132!.goog" - + "le.firestore.v1.DocumentMask\022/\n\004mask\030\003 \001" - + "(\0132!.google.firestore.v1.DocumentMask\022;\n" - + "\020current_document\030\004 \001(\0132!.google.firesto" - + "re.v1.Precondition\"g\n\025DeleteDocumentRequ" - + "est\022\021\n\004name\030\001 \001(\tB\003\340A\002\022;\n\020current_docume" - + "nt\030\002 \001(\0132!.google.firestore.v1.Precondit" - + "ion\"\231\002\n\030BatchGetDocumentsRequest\022\025\n\010data" - + "base\030\001 \001(\tB\003\340A\002\022\021\n\tdocuments\030\002 \003(\t\022/\n\004ma" - + "sk\030\003 \001(\0132!.google.firestore.v1.DocumentM" - + "ask\022\025\n\013transaction\030\004 \001(\014H\000\022B\n\017new_transa" - + "ction\030\005 \001(\0132\'.google.firestore.v1.Transa" - + "ctionOptionsH\000\022/\n\tread_time\030\007 \001(\0132\032.goog" - + "le.protobuf.TimestampH\000B\026\n\024consistency_s" - + "elector\"\254\001\n\031BatchGetDocumentsResponse\022.\n" - + "\005found\030\001 \001(\0132\035.google.firestore.v1.Docum" - + "entH\000\022\021\n\007missing\030\002 \001(\tH\000\022\023\n\013transaction\030" - + "\003 \001(\014\022-\n\tread_time\030\004 \001(\0132\032.google.protob" - + "uf.TimestampB\010\n\006result\"j\n\027BeginTransacti" - + "onRequest\022\025\n\010database\030\001 \001(\tB\003\340A\002\0228\n\007opti" - + "ons\030\002 \001(\0132\'.google.firestore.v1.Transact" - + "ionOptions\"/\n\030BeginTransactionResponse\022\023" - + "\n\013transaction\030\001 \001(\014\"g\n\rCommitRequest\022\025\n\010" - + "database\030\001 \001(\tB\003\340A\002\022*\n\006writes\030\002 \003(\0132\032.go" - + "ogle.firestore.v1.Write\022\023\n\013transaction\030\003" - + " \001(\014\"z\n\016CommitResponse\0227\n\rwrite_results\030" - + "\001 \003(\0132 .google.firestore.v1.WriteResult\022" - + "/\n\013commit_time\030\002 \001(\0132\032.google.protobuf.T" - + "imestamp\"B\n\017RollbackRequest\022\025\n\010database\030" - + "\001 \001(\tB\003\340A\002\022\030\n\013transaction\030\002 \001(\014B\003\340A\002\"\335\002\n" - + "\017RunQueryRequest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022@\n" - + "\020structured_query\030\002 \001(\0132$.google.firesto" - + "re.v1.StructuredQueryH\000\022\025\n\013transaction\030\005" - + " \001(\014H\001\022B\n\017new_transaction\030\006 \001(\0132\'.google" - + ".firestore.v1.TransactionOptionsH\001\022/\n\tre" - + "ad_time\030\007 \001(\0132\032.google.protobuf.Timestam" - + "pH\001\022A\n\017explain_options\030\n \001(\0132#.google.fi" - + "restore.v1.ExplainOptionsB\003\340A\001B\014\n\nquery_" - + "typeB\026\n\024consistency_selector\"\207\002\n\020RunQuer" - + "yResponse\022\023\n\013transaction\030\002 \001(\014\022/\n\010docume" - + "nt\030\001 \001(\0132\035.google.firestore.v1.Document\022" - + "-\n\tread_time\030\003 \001(\0132\032.google.protobuf.Tim" - + "estamp\022\027\n\017skipped_results\030\004 \001(\005\022\016\n\004done\030" - + "\006 \001(\010H\000\022<\n\017explain_metrics\030\013 \001(\0132#.googl" - + "e.firestore.v1.ExplainMetricsB\027\n\025continu" - + "ation_selector\"\377\002\n\032RunAggregationQueryRe" - + "quest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022W\n\034structured" - + "_aggregation_query\030\002 \001(\0132/.google.firest" - + "ore.v1.StructuredAggregationQueryH\000\022\025\n\013t" - + "ransaction\030\004 \001(\014H\001\022B\n\017new_transaction\030\005 " - + "\001(\0132\'.google.firestore.v1.TransactionOpt" - + "ionsH\001\022/\n\tread_time\030\006 \001(\0132\032.google.proto" - + "buf.TimestampH\001\022A\n\017explain_options\030\010 \001(\013" - + "2#.google.firestore.v1.ExplainOptionsB\003\340" - + "A\001B\014\n\nquery_typeB\026\n\024consistency_selector" - + "\"\327\001\n\033RunAggregationQueryResponse\0226\n\006resu" - + "lt\030\001 \001(\0132&.google.firestore.v1.Aggregati" - + "onResult\022\023\n\013transaction\030\002 \001(\014\022-\n\tread_ti" - + "me\030\003 \001(\0132\032.google.protobuf.Timestamp\022<\n\017" - + "explain_metrics\030\n \001(\0132#.google.firestore" - + ".v1.ExplainMetrics\"\205\002\n\025PartitionQueryReq" - + "uest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022@\n\020structured_" - + "query\030\002 \001(\0132$.google.firestore.v1.Struct" - + "uredQueryH\000\022\027\n\017partition_count\030\003 \001(\003\022\022\n\n" - + "page_token\030\004 \001(\t\022\021\n\tpage_size\030\005 \001(\005\022/\n\tr" - + "ead_time\030\006 \001(\0132\032.google.protobuf.Timesta" - + "mpH\001B\014\n\nquery_typeB\026\n\024consistency_select" - + "or\"b\n\026PartitionQueryResponse\022/\n\npartitio" - + "ns\030\001 \003(\0132\033.google.firestore.v1.Cursor\022\027\n" - + "\017next_page_token\030\002 \001(\t\"\350\001\n\014WriteRequest\022" - + "\025\n\010database\030\001 \001(\tB\003\340A\002\022\021\n\tstream_id\030\002 \001(" - + "\t\022*\n\006writes\030\003 \003(\0132\032.google.firestore.v1." - + "Write\022\024\n\014stream_token\030\004 \001(\014\022=\n\006labels\030\005 " - + "\003(\0132-.google.firestore.v1.WriteRequest.L" - + "abelsEntry\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r" - + "\n\005value\030\002 \001(\t:\0028\001\"\242\001\n\rWriteResponse\022\021\n\ts" - + "tream_id\030\001 \001(\t\022\024\n\014stream_token\030\002 \001(\014\0227\n\r" - + "write_results\030\003 \003(\0132 .google.firestore.v" - + "1.WriteResult\022/\n\013commit_time\030\004 \001(\0132\032.goo" - + "gle.protobuf.Timestamp\"\362\001\n\rListenRequest" - + "\022\025\n\010database\030\001 \001(\tB\003\340A\002\0221\n\nadd_target\030\002 " - + "\001(\0132\033.google.firestore.v1.TargetH\000\022\027\n\rre" - + "move_target\030\003 \001(\005H\000\022>\n\006labels\030\004 \003(\0132..go" - + "ogle.firestore.v1.ListenRequest.LabelsEn" - + "try\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value" - + "\030\002 \001(\t:\0028\001B\017\n\rtarget_change\"\325\002\n\016ListenRe" - + "sponse\022:\n\rtarget_change\030\002 \001(\0132!.google.f" - + "irestore.v1.TargetChangeH\000\022>\n\017document_c" - + "hange\030\003 \001(\0132#.google.firestore.v1.Docume" - + "ntChangeH\000\022>\n\017document_delete\030\004 \001(\0132#.go" - + "ogle.firestore.v1.DocumentDeleteH\000\022>\n\017do" - + "cument_remove\030\006 \001(\0132#.google.firestore.v" - + "1.DocumentRemoveH\000\0226\n\006filter\030\005 \001(\0132$.goo" - + "gle.firestore.v1.ExistenceFilterH\000B\017\n\rre" - + "sponse_type\"\326\003\n\006Target\0228\n\005query\030\002 \001(\0132\'." - + "google.firestore.v1.Target.QueryTargetH\000" - + "\022@\n\tdocuments\030\003 \001(\0132+.google.firestore.v" - + "1.Target.DocumentsTargetH\000\022\026\n\014resume_tok" - + "en\030\004 \001(\014H\001\022/\n\tread_time\030\013 \001(\0132\032.google.p" - + "rotobuf.TimestampH\001\022\021\n\ttarget_id\030\005 \001(\005\022\014" - + "\n\004once\030\006 \001(\010\0223\n\016expected_count\030\014 \001(\0132\033.g" - + "oogle.protobuf.Int32Value\032$\n\017DocumentsTa" - + "rget\022\021\n\tdocuments\030\002 \003(\t\032m\n\013QueryTarget\022\016" - + "\n\006parent\030\001 \001(\t\022@\n\020structured_query\030\002 \001(\013" - + "2$.google.firestore.v1.StructuredQueryH\000" - + "B\014\n\nquery_typeB\r\n\013target_typeB\r\n\013resume_" - + "type\"\252\002\n\014TargetChange\022N\n\022target_change_t" - + "ype\030\001 \001(\01622.google.firestore.v1.TargetCh" - + "ange.TargetChangeType\022\022\n\ntarget_ids\030\002 \003(" - + "\005\022!\n\005cause\030\003 \001(\0132\022.google.rpc.Status\022\024\n\014" - + "resume_token\030\004 \001(\014\022-\n\tread_time\030\006 \001(\0132\032." - + "google.protobuf.Timestamp\"N\n\020TargetChang" - + "eType\022\r\n\tNO_CHANGE\020\000\022\007\n\003ADD\020\001\022\n\n\006REMOVE\020" - + "\002\022\013\n\007CURRENT\020\003\022\t\n\005RESET\020\004\"\237\001\n\030ListCollec" - + "tionIdsRequest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022\021\n\tp" - + "age_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022/\n\tre" - + "ad_time\030\004 \001(\0132\032.google.protobuf.Timestam" - + "pH\000B\026\n\024consistency_selector\"L\n\031ListColle" - + "ctionIdsResponse\022\026\n\016collection_ids\030\001 \003(\t" - + "\022\027\n\017next_page_token\030\002 \001(\t\"\311\001\n\021BatchWrite" - + "Request\022\025\n\010database\030\001 \001(\tB\003\340A\002\022*\n\006writes" - + "\030\002 \003(\0132\032.google.firestore.v1.Write\022B\n\006la" - + "bels\030\003 \003(\01322.google.firestore.v1.BatchWr" - + "iteRequest.LabelsEntry\032-\n\013LabelsEntry\022\013\n" - + "\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"q\n\022BatchWr" - + "iteResponse\0227\n\rwrite_results\030\001 \003(\0132 .goo" - + "gle.firestore.v1.WriteResult\022\"\n\006status\030\002" - + " \003(\0132\022.google.rpc.Status2\332\031\n\tFirestore\022\217" - + "\001\n\013GetDocument\022\'.google.firestore.v1.Get" - + "DocumentRequest\032\035.google.firestore.v1.Do" - + "cument\"8\202\323\344\223\0022\0220/v1/{name=projects/*/dat" - + "abases/*/documents/*/**}\022\365\001\n\rListDocumen" - + "ts\022).google.firestore.v1.ListDocumentsRe" - + "quest\032*.google.firestore.v1.ListDocument" - + "sResponse\"\214\001\202\323\344\223\002\205\001\022B/v1/{parent=project" - + "s/*/databases/*/documents/*/**}/{collect" - + "ion_id}Z?\022=/v1/{parent=projects/*/databa" - + "ses/*/documents}/{collection_id}\022\277\001\n\016Upd" - + "ateDocument\022*.google.firestore.v1.Update" - + "DocumentRequest\032\035.google.firestore.v1.Do" - + "cument\"b\332A\024document,update_mask\202\323\344\223\002E29/" - + "v1/{document.name=projects/*/databases/*" - + "/documents/*/**}:\010document\022\225\001\n\016DeleteDoc" - + "ument\022*.google.firestore.v1.DeleteDocume" - + "ntRequest\032\026.google.protobuf.Empty\"?\332A\004na" - + "me\202\323\344\223\0022*0/v1/{name=projects/*/databases" - + "/*/documents/*/**}\022\271\001\n\021BatchGetDocuments" - + "\022-.google.firestore.v1.BatchGetDocuments" - + "Request\032..google.firestore.v1.BatchGetDo" - + "cumentsResponse\"C\202\323\344\223\002=\"8/v1/{database=p" - + "rojects/*/databases/*}/documents:batchGe" - + "t:\001*0\001\022\307\001\n\020BeginTransaction\022,.google.fir" - + "estore.v1.BeginTransactionRequest\032-.goog" - + "le.firestore.v1.BeginTransactionResponse" - + "\"V\332A\010database\202\323\344\223\002E\"@/v1/{database=proje" - + "cts/*/databases/*}/documents:beginTransa" - + "ction:\001*\022\246\001\n\006Commit\022\".google.firestore.v" - + "1.CommitRequest\032#.google.firestore.v1.Co" - + "mmitResponse\"S\332A\017database,writes\202\323\344\223\002;\"6" - + "/v1/{database=projects/*/databases/*}/do" - + "cuments:commit:\001*\022\244\001\n\010Rollback\022$.google." - + "firestore.v1.RollbackRequest\032\026.google.pr" - + "otobuf.Empty\"Z\332A\024database,transaction\202\323\344" - + "\223\002=\"8/v1/{database=projects/*/databases/" - + "*}/documents:rollback:\001*\022\337\001\n\010RunQuery\022$." - + "google.firestore.v1.RunQueryRequest\032%.go" - + "ogle.firestore.v1.RunQueryResponse\"\203\001\202\323\344" - + "\223\002}\"6/v1/{parent=projects/*/databases/*/" - + "documents}:runQuery:\001*Z@\";/v1/{parent=pr" - + "ojects/*/databases/*/documents/*/**}:run" - + "Query:\001*0\001\022\227\002\n\023RunAggregationQuery\022/.goo" - + "gle.firestore.v1.RunAggregationQueryRequ" - + "est\0320.google.firestore.v1.RunAggregation" - + "QueryResponse\"\232\001\202\323\344\223\002\223\001\"A/v1/{parent=pro" - + "jects/*/databases/*/documents}:runAggreg" - + "ationQuery:\001*ZK\"F/v1/{parent=projects/*/" - + "databases/*/documents/*/**}:runAggregati" - + "onQuery:\001*0\001\022\374\001\n\016PartitionQuery\022*.google" - + ".firestore.v1.PartitionQueryRequest\032+.go" - + "ogle.firestore.v1.PartitionQueryResponse" - + "\"\220\001\202\323\344\223\002\211\001\" Date: Wed, 26 Jun 2024 21:28:25 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .../firestore/v1/FirestoreAdminClient.java | 0 .../firestore/v1/FirestoreAdminSettings.java | 1 - .../cloud/firestore/v1/gapic_metadata.json | 0 .../cloud/firestore/v1/package-info.java | 0 .../firestore/v1/stub/FirestoreAdminStub.java | 0 .../v1/stub/FirestoreAdminStubSettings.java | 0 .../GrpcFirestoreAdminCallableFactory.java | 0 .../v1/stub/GrpcFirestoreAdminStub.java | 1 - ...HttpJsonFirestoreAdminCallableFactory.java | 0 .../v1/stub/HttpJsonFirestoreAdminStub.java | 1 - .../reflect-config.json | 0 .../v1/FirestoreAdminClientHttpJsonTest.java | 0 .../v1/FirestoreAdminClientTest.java | 0 .../firestore/v1/MockFirestoreAdmin.java | 0 .../firestore/v1/MockFirestoreAdminImpl.java | 0 .../cloud/firestore/v1/MockLocations.java | 0 .../cloud/firestore/v1/MockLocationsImpl.java | 0 .../cloud/firestore/v1/FirestoreClient.java | 0 .../cloud/firestore/v1/FirestoreSettings.java | 1 - .../cloud/firestore/v1/gapic_metadata.json | 0 .../cloud/firestore/v1/package-info.java | 0 .../firestore/v1/stub/FirestoreStub.java | 0 .../v1/stub/FirestoreStubSettings.java | 0 .../v1/stub/GrpcFirestoreCallableFactory.java | 0 .../firestore/v1/stub/GrpcFirestoreStub.java | 1 - .../HttpJsonFirestoreCallableFactory.java | 0 .../v1/stub/HttpJsonFirestoreStub.java | 0 .../v1/FirestoreClientHttpJsonTest.java | 0 .../firestore/v1/FirestoreClientTest.java | 0 .../cloud/firestore/v1/MockFirestore.java | 0 .../cloud/firestore/v1/MockFirestoreImpl.java | 0 .../cloud/firestore/v1/MockLocations.java | 0 .../cloud/firestore/v1/MockLocationsImpl.java | 0 .../admin/v1/FirestoreAdminGrpc.java | 2346 ++++--- .../google/firestore/v1/FirestoreGrpc.java | 2069 ++++++ .../reflect-config.json | 2855 -------- .../google/firestore/v1/FirestoreGrpc.java | 1648 ----- .../firestore/admin/v1/BackupProto.java | 95 - .../BulkDeleteDocumentsResponseOrBuilder.java | 10 - .../CreateBackupScheduleRequestOrBuilder.java | 61 - .../v1/CreateDatabaseMetadataOrBuilder.java | 10 - .../admin/v1/DailyRecurrenceOrBuilder.java | 10 - .../firestore/admin/v1/DatabaseProto.java | 108 - .../v1/DeleteBackupRequestOrBuilder.java | 34 - .../DeleteBackupScheduleRequestOrBuilder.java | 36 - .../v1/DeleteDatabaseMetadataOrBuilder.java | 10 - .../admin/v1/DeleteIndexRequestOrBuilder.java | 32 - .../google/firestore/admin/v1/FieldProto.java | 105 - .../admin/v1/FirestoreAdminProto.java | 671 -- .../admin/v1/GetBackupRequestOrBuilder.java | 34 - .../v1/GetBackupScheduleRequestOrBuilder.java | 36 - .../admin/v1/GetDatabaseRequestOrBuilder.java | 32 - .../admin/v1/GetFieldRequestOrBuilder.java | 32 - .../admin/v1/GetIndexRequestOrBuilder.java | 32 - .../google/firestore/admin/v1/IndexProto.java | 128 - .../ListBackupSchedulesRequestOrBuilder.java | 34 - .../v1/ListDatabasesRequestOrBuilder.java | 42 - .../admin/v1/LocationMetadataOrBuilder.java | 10 - .../firestore/admin/v1/LocationProto.java | 54 - .../firestore/admin/v1/OperationProto.java | 245 - .../firestore/admin/v1/ScheduleProto.java | 110 - .../v1/UpdateDatabaseMetadataOrBuilder.java | 10 - .../google/firestore/bundle/BundleProto.java | 127 - .../firestore/v1/AggregationResultProto.java | 72 - .../v1/BeginTransactionResponseOrBuilder.java | 20 - .../google/firestore/v1/BloomFilterProto.java | 68 - .../com/google/firestore/v1/CommonProto.java | 111 - .../google/firestore/v1/DocumentProto.java | 139 - .../google/firestore/v1/FirestoreProto.java | 693 -- .../firestore/v1/QueryProfileProto.java | 110 - .../com/google/firestore/v1/QueryProto.java | 312 - .../com/google/firestore/v1/WriteProto.java | 180 - .../com/google/firestore/admin/v1/Backup.java | 1387 ++-- .../google/firestore/admin/v1/BackupName.java | 0 .../firestore/admin/v1/BackupOrBuilder.java | 124 +- .../firestore/admin/v1/BackupProto.java | 111 + .../firestore/admin/v1/BackupSchedule.java | 886 ++- .../admin/v1/BackupScheduleName.java | 0 .../admin/v1/BackupScheduleOrBuilder.java | 85 +- .../admin/v1/BulkDeleteDocumentsMetadata.java | 978 ++- .../BulkDeleteDocumentsMetadataOrBuilder.java | 100 +- .../admin/v1/BulkDeleteDocumentsRequest.java | 568 +- .../BulkDeleteDocumentsRequestOrBuilder.java | 71 +- .../admin/v1/BulkDeleteDocumentsResponse.java | 248 +- .../BulkDeleteDocumentsResponseOrBuilder.java | 25 + .../admin/v1/CollectionGroupName.java | 0 .../admin/v1/CreateBackupScheduleRequest.java | 493 +- .../CreateBackupScheduleRequestOrBuilder.java | 100 + .../admin/v1/CreateDatabaseMetadata.java | 245 +- .../v1/CreateDatabaseMetadataOrBuilder.java | 25 + .../admin/v1/CreateDatabaseRequest.java | 563 +- .../v1/CreateDatabaseRequestOrBuilder.java | 64 +- .../admin/v1/CreateIndexRequest.java | 465 +- .../admin/v1/CreateIndexRequestOrBuilder.java | 52 +- .../firestore/admin/v1/DailyRecurrence.java | 238 +- .../admin/v1/DailyRecurrenceOrBuilder.java | 25 + .../google/firestore/admin/v1/Database.java | 1910 ++++-- .../firestore/admin/v1/DatabaseName.java | 0 .../firestore/admin/v1/DatabaseOrBuilder.java | 192 +- .../firestore/admin/v1/DatabaseProto.java | 136 + .../admin/v1/DeleteBackupRequest.java | 347 +- .../v1/DeleteBackupRequestOrBuilder.java | 59 + .../admin/v1/DeleteBackupScheduleRequest.java | 350 +- .../DeleteBackupScheduleRequestOrBuilder.java | 61 + .../admin/v1/DeleteDatabaseMetadata.java | 245 +- .../v1/DeleteDatabaseMetadataOrBuilder.java | 25 + .../admin/v1/DeleteDatabaseRequest.java | 419 +- .../v1/DeleteDatabaseRequestOrBuilder.java | 44 +- .../admin/v1/DeleteIndexRequest.java | 347 +- .../admin/v1/DeleteIndexRequestOrBuilder.java | 57 + .../admin/v1/ExportDocumentsMetadata.java | 1052 ++- .../v1/ExportDocumentsMetadataOrBuilder.java | 109 +- .../admin/v1/ExportDocumentsRequest.java | 732 +- .../v1/ExportDocumentsRequestOrBuilder.java | 88 +- .../admin/v1/ExportDocumentsResponse.java | 322 +- .../v1/ExportDocumentsResponseOrBuilder.java | 27 +- .../com/google/firestore/admin/v1/Field.java | 1460 ++-- .../google/firestore/admin/v1/FieldName.java | 0 .../admin/v1/FieldOperationMetadata.java | 2207 +++--- .../v1/FieldOperationMetadataOrBuilder.java | 127 +- .../firestore/admin/v1/FieldOrBuilder.java | 43 +- .../google/firestore/admin/v1/FieldProto.java | 122 + .../admin/v1/FirestoreAdminProto.java | 710 ++ .../firestore/admin/v1/GetBackupRequest.java | 340 +- .../admin/v1/GetBackupRequestOrBuilder.java | 59 + .../admin/v1/GetBackupScheduleRequest.java | 350 +- .../v1/GetBackupScheduleRequestOrBuilder.java | 61 + .../admin/v1/GetDatabaseRequest.java | 347 +- .../admin/v1/GetDatabaseRequestOrBuilder.java | 57 + .../firestore/admin/v1/GetFieldRequest.java | 340 +- .../admin/v1/GetFieldRequestOrBuilder.java | 57 + .../firestore/admin/v1/GetIndexRequest.java | 340 +- .../admin/v1/GetIndexRequestOrBuilder.java | 57 + .../admin/v1/ImportDocumentsMetadata.java | 954 ++- .../v1/ImportDocumentsMetadataOrBuilder.java | 101 +- .../admin/v1/ImportDocumentsRequest.java | 635 +- .../v1/ImportDocumentsRequestOrBuilder.java | 80 +- .../com/google/firestore/admin/v1/Index.java | 2390 ++++--- .../google/firestore/admin/v1/IndexName.java | 0 .../admin/v1/IndexOperationMetadata.java | 733 +- .../v1/IndexOperationMetadataOrBuilder.java | 65 +- .../firestore/admin/v1/IndexOrBuilder.java | 63 +- .../google/firestore/admin/v1/IndexProto.java | 148 + .../admin/v1/ListBackupSchedulesRequest.java | 350 +- .../ListBackupSchedulesRequestOrBuilder.java | 59 + .../admin/v1/ListBackupSchedulesResponse.java | 388 +- .../ListBackupSchedulesResponseOrBuilder.java | 36 +- .../admin/v1/ListBackupsRequest.java | 347 +- .../admin/v1/ListBackupsRequestOrBuilder.java | 35 +- .../admin/v1/ListBackupsResponse.java | 515 +- .../v1/ListBackupsResponseOrBuilder.java | 55 +- .../admin/v1/ListDatabasesRequest.java | 381 +- .../v1/ListDatabasesRequestOrBuilder.java | 70 + .../admin/v1/ListDatabasesResponse.java | 516 +- .../v1/ListDatabasesResponseOrBuilder.java | 54 +- .../firestore/admin/v1/ListFieldsRequest.java | 520 +- .../admin/v1/ListFieldsRequestOrBuilder.java | 56 +- .../admin/v1/ListFieldsResponse.java | 479 +- .../admin/v1/ListFieldsResponseOrBuilder.java | 46 +- .../admin/v1/ListIndexesRequest.java | 522 +- .../admin/v1/ListIndexesRequestOrBuilder.java | 56 +- .../admin/v1/ListIndexesResponse.java | 479 +- .../v1/ListIndexesResponseOrBuilder.java | 46 +- .../firestore/admin/v1/LocationMetadata.java | 238 +- .../admin/v1/LocationMetadataOrBuilder.java | 25 + .../firestore/admin/v1/LocationName.java | 0 .../firestore/admin/v1/LocationProto.java | 65 + .../firestore/admin/v1/OperationProto.java | 302 + .../firestore/admin/v1/OperationState.java | 117 +- .../google/firestore/admin/v1/Progress.java | 304 +- .../firestore/admin/v1/ProgressOrBuilder.java | 24 +- .../firestore/admin/v1/ProjectName.java | 0 .../admin/v1/RestoreDatabaseMetadata.java | 713 +- .../v1/RestoreDatabaseMetadataOrBuilder.java | 66 +- .../admin/v1/RestoreDatabaseRequest.java | 519 +- .../v1/RestoreDatabaseRequestOrBuilder.java | 61 +- .../firestore/admin/v1/ScheduleProto.java | 131 + .../admin/v1/UpdateBackupScheduleRequest.java | 485 +- .../UpdateBackupScheduleRequestOrBuilder.java | 46 +- .../admin/v1/UpdateDatabaseMetadata.java | 245 +- .../v1/UpdateDatabaseMetadataOrBuilder.java | 25 + .../admin/v1/UpdateDatabaseRequest.java | 483 +- .../v1/UpdateDatabaseRequestOrBuilder.java | 46 +- .../admin/v1/UpdateFieldRequest.java | 457 +- .../admin/v1/UpdateFieldRequestOrBuilder.java | 43 +- .../firestore/admin/v1/WeeklyRecurrence.java | 284 +- .../admin/v1/WeeklyRecurrenceOrBuilder.java | 24 +- .../google/firestore/admin/v1/backup.proto | 0 .../google/firestore/admin/v1/database.proto | 0 .../google/firestore/admin/v1/field.proto | 0 .../firestore/admin/v1/firestore_admin.proto | 0 .../google/firestore/admin/v1/index.proto | 0 .../google/firestore/admin/v1/location.proto | 0 .../google/firestore/admin/v1/operation.proto | 0 .../google/firestore/admin/v1/schedule.proto | 0 .../firestore/bundle/BundleElement.java | 715 +- .../bundle/BundleElementOrBuilder.java | 42 +- .../firestore/bundle/BundleMetadata.java | 496 +- .../bundle/BundleMetadataOrBuilder.java | 44 +- .../google/firestore/bundle/BundleProto.java | 146 + .../bundle/BundledDocumentMetadata.java | 543 +- .../BundledDocumentMetadataOrBuilder.java | 56 +- .../google/firestore/bundle/BundledQuery.java | 546 +- .../bundle/BundledQueryOrBuilder.java | 37 +- .../google/firestore/bundle/NamedQuery.java | 482 +- .../firestore/bundle/NamedQueryOrBuilder.java | 43 +- .../google/firestore/bundle/bundle.proto | 0 .../firestore/v1/AggregationResult.java | 499 +- .../v1/AggregationResultOrBuilder.java | 48 +- .../firestore/v1/AggregationResultProto.java | 88 + .../com/google/firestore/v1/ArrayValue.java | 395 +- .../firestore/v1/ArrayValueOrBuilder.java | 37 +- .../v1/BatchGetDocumentsRequest.java | 793 ++- .../v1/BatchGetDocumentsRequestOrBuilder.java | 78 +- .../v1/BatchGetDocumentsResponse.java | 591 +- .../BatchGetDocumentsResponseOrBuilder.java | 49 +- .../firestore/v1/BatchWriteRequest.java | 716 +- .../v1/BatchWriteRequestOrBuilder.java | 76 +- .../firestore/v1/BatchWriteResponse.java | 558 +- .../v1/BatchWriteResponseOrBuilder.java | 55 +- .../firestore/v1/BeginTransactionRequest.java | 411 +- .../v1/BeginTransactionRequestOrBuilder.java | 35 +- .../v1/BeginTransactionResponse.java | 280 +- .../v1/BeginTransactionResponseOrBuilder.java | 39 + .../com/google/firestore/v1/BitSequence.java | 297 +- .../firestore/v1/BitSequenceOrBuilder.java | 24 +- .../com/google/firestore/v1/BloomFilter.java | 349 +- .../firestore/v1/BloomFilterOrBuilder.java | 29 +- .../google/firestore/v1/BloomFilterProto.java | 82 + .../google/firestore/v1/CommitRequest.java | 503 +- .../firestore/v1/CommitRequestOrBuilder.java | 49 +- .../google/firestore/v1/CommitResponse.java | 479 +- .../firestore/v1/CommitResponseOrBuilder.java | 44 +- .../com/google/firestore/v1/CommonProto.java | 130 + .../firestore/v1/CreateDocumentRequest.java | 663 +- .../v1/CreateDocumentRequestOrBuilder.java | 70 +- .../java/com/google/firestore/v1/Cursor.java | 420 +- .../google/firestore/v1/CursorOrBuilder.java | 40 +- .../firestore/v1/DeleteDocumentRequest.java | 406 +- .../v1/DeleteDocumentRequestOrBuilder.java | 35 +- .../com/google/firestore/v1/Document.java | 738 +- .../google/firestore/v1/DocumentChange.java | 512 +- .../firestore/v1/DocumentChangeOrBuilder.java | 44 +- .../google/firestore/v1/DocumentDelete.java | 483 +- .../firestore/v1/DocumentDeleteOrBuilder.java | 44 +- .../com/google/firestore/v1/DocumentMask.java | 341 +- .../firestore/v1/DocumentMaskOrBuilder.java | 36 +- .../firestore/v1/DocumentOrBuilder.java | 73 +- .../google/firestore/v1/DocumentProto.java | 169 + .../google/firestore/v1/DocumentRemove.java | 483 +- .../firestore/v1/DocumentRemoveOrBuilder.java | 44 +- .../firestore/v1/DocumentTransform.java | 1652 +++-- .../v1/DocumentTransformOrBuilder.java | 57 +- .../google/firestore/v1/ExecutionStats.java | 487 +- .../firestore/v1/ExecutionStatsOrBuilder.java | 40 +- .../google/firestore/v1/ExistenceFilter.java | 399 +- .../v1/ExistenceFilterOrBuilder.java | 32 +- .../google/firestore/v1/ExplainMetrics.java | 428 +- .../firestore/v1/ExplainMetricsOrBuilder.java | 34 +- .../google/firestore/v1/ExplainOptions.java | 270 +- .../firestore/v1/ExplainOptionsOrBuilder.java | 21 +- .../google/firestore/v1/FirestoreProto.java | 796 +++ .../firestore/v1/GetDocumentRequest.java | 582 +- .../v1/GetDocumentRequestOrBuilder.java | 49 +- .../v1/ListCollectionIdsRequest.java | 553 +- .../v1/ListCollectionIdsRequestOrBuilder.java | 50 +- .../v1/ListCollectionIdsResponse.java | 427 +- .../ListCollectionIdsResponseOrBuilder.java | 45 +- .../firestore/v1/ListDocumentsRequest.java | 901 ++- .../v1/ListDocumentsRequestOrBuilder.java | 91 +- .../firestore/v1/ListDocumentsResponse.java | 468 +- .../v1/ListDocumentsResponseOrBuilder.java | 46 +- .../google/firestore/v1/ListenRequest.java | 740 ++- .../firestore/v1/ListenRequestOrBuilder.java | 71 +- .../google/firestore/v1/ListenResponse.java | 750 ++- .../firestore/v1/ListenResponseOrBuilder.java | 58 +- .../com/google/firestore/v1/MapValue.java | 492 +- .../firestore/v1/MapValueOrBuilder.java | 48 +- .../firestore/v1/PartitionQueryRequest.java | 708 +- .../v1/PartitionQueryRequestOrBuilder.java | 61 +- .../firestore/v1/PartitionQueryResponse.java | 468 +- .../v1/PartitionQueryResponseOrBuilder.java | 46 +- .../com/google/firestore/v1/PlanSummary.java | 395 +- .../firestore/v1/PlanSummaryOrBuilder.java | 37 +- .../com/google/firestore/v1/Precondition.java | 427 +- .../firestore/v1/PreconditionOrBuilder.java | 32 +- .../firestore/v1/QueryProfileProto.java | 128 + .../com/google/firestore/v1/QueryProto.java | 358 + .../google/firestore/v1/RollbackRequest.java | 342 +- .../v1/RollbackRequestOrBuilder.java | 30 +- .../v1/RunAggregationQueryRequest.java | 918 ++- .../RunAggregationQueryRequestOrBuilder.java | 83 +- .../v1/RunAggregationQueryResponse.java | 554 +- .../RunAggregationQueryResponseOrBuilder.java | 45 +- .../google/firestore/v1/RunQueryRequest.java | 863 ++- .../v1/RunQueryRequestOrBuilder.java | 77 +- .../google/firestore/v1/RunQueryResponse.java | 656 +- .../v1/RunQueryResponseOrBuilder.java | 54 +- .../v1/StructuredAggregationQuery.java | 2653 +++++--- .../StructuredAggregationQueryOrBuilder.java | 60 +- .../google/firestore/v1/StructuredQuery.java | 5906 +++++++++++------ .../v1/StructuredQueryOrBuilder.java | 117 +- .../java/com/google/firestore/v1/Target.java | 1606 +++-- .../com/google/firestore/v1/TargetChange.java | 664 +- .../firestore/v1/TargetChangeOrBuilder.java | 52 +- .../google/firestore/v1/TargetOrBuilder.java | 62 +- .../firestore/v1/TransactionOptions.java | 1116 ++-- .../v1/TransactionOptionsOrBuilder.java | 34 +- .../firestore/v1/UpdateDocumentRequest.java | 642 +- .../v1/UpdateDocumentRequestOrBuilder.java | 59 +- .../java/com/google/firestore/v1/Value.java | 1150 ++-- .../google/firestore/v1/ValueOrBuilder.java | 107 +- .../java/com/google/firestore/v1/Write.java | 994 ++- .../google/firestore/v1/WriteOrBuilder.java | 91 +- .../com/google/firestore/v1/WriteProto.java | 214 + .../com/google/firestore/v1/WriteRequest.java | 814 ++- .../firestore/v1/WriteRequestOrBuilder.java | 88 +- .../google/firestore/v1/WriteResponse.java | 587 +- .../firestore/v1/WriteResponseOrBuilder.java | 56 +- .../com/google/firestore/v1/WriteResult.java | 475 +- .../firestore/v1/WriteResultOrBuilder.java | 44 +- .../firestore/v1/aggregation_result.proto | 0 .../google/firestore/v1/bloom_filter.proto | 0 .../proto/google/firestore/v1/common.proto | 0 .../proto/google/firestore/v1/document.proto | 0 .../proto/google/firestore/v1/firestore.proto | 0 .../proto/google/firestore/v1/query.proto | 0 .../google/firestore/v1/query_profile.proto | 0 .../proto/google/firestore/v1/write.proto | 0 329 files changed, 57981 insertions(+), 37634 deletions(-) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminClient.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminSettings.java (99%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json (100%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/package-info.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStub.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminCallableFactory.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminStub.java (99%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminCallableFactory.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminStub.java (99%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json (100%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientHttpJsonTest.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientTest.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdmin.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdminImpl.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/test/java/com/google/cloud/firestore/v1/MockLocations.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore-admin => google-cloud-firestore-admin}/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/FirestoreClient.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/FirestoreSettings.java (99%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json (100%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/package-info.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStub.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStubSettings.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreCallableFactory.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreStub.java (99%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreCallableFactory.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreStub.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/test/java/com/google/cloud/firestore/v1/FirestoreClientHttpJsonTest.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/test/java/com/google/cloud/firestore/v1/FirestoreClientTest.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/test/java/com/google/cloud/firestore/v1/MockFirestore.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/test/java/com/google/cloud/firestore/v1/MockFirestoreImpl.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/test/java/com/google/cloud/firestore/v1/MockLocations.java (100%) rename {owl-bot-staging/v1/google-cloud-firestore => google-cloud-firestore}/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java (100%) rename {owl-bot-staging/v1/grpc-google-cloud-firestore-admin-v1 => grpc-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java (51%) create mode 100644 grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java delete mode 100644 owl-bot-staging/v1/google-cloud-firestore/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json delete mode 100644 owl-bot-staging/v1/grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponseOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProfileProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/Backup.java (68%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BackupName.java (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BackupOrBuilder.java (65%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BackupSchedule.java (72%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BackupScheduleName.java (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BackupScheduleOrBuilder.java (82%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadata.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadataOrBuilder.java (84%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequest.java (74%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequestOrBuilder.java (77%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponse.java (61%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponseOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/CollectionGroupName.java (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequest.java (61%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadata.java (62%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequest.java (65%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequestOrBuilder.java (60%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java (65%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/CreateIndexRequestOrBuilder.java (54%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DailyRecurrence.java (62%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/Database.java (71%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DatabaseName.java (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DatabaseOrBuilder.java (79%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequest.java (62%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequest.java (62%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadata.java (62%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequest.java (65%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequestOrBuilder.java (55%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java (63%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadataOrBuilder.java (84%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java (76%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequestOrBuilder.java (83%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java (67%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponseOrBuilder.java (56%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/Field.java (75%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/FieldName.java (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java (66%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadataOrBuilder.java (75%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/FieldOrBuilder.java (87%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/GetBackupRequest.java (63%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequest.java (63%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java (62%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java (63%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/GetIndexRequest.java (63%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadata.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadataOrBuilder.java (82%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequest.java (74%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequestOrBuilder.java (78%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/Index.java (76%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/IndexName.java (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadata.java (72%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadataOrBuilder.java (82%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/IndexOrBuilder.java (89%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequest.java (62%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponse.java (72%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponseOrBuilder.java (63%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListBackupsRequest.java (64%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListBackupsRequestOrBuilder.java (51%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListBackupsResponse.java (74%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListBackupsResponseOrBuilder.java (77%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequest.java (63%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponse.java (75%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponseOrBuilder.java (81%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListFieldsRequest.java (70%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListFieldsRequestOrBuilder.java (69%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListFieldsResponse.java (71%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListFieldsResponseOrBuilder.java (65%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListIndexesRequest.java (68%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListIndexesRequestOrBuilder.java (61%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListIndexesResponse.java (71%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ListIndexesResponseOrBuilder.java (65%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/LocationMetadata.java (63%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/LocationName.java (100%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/OperationState.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/Progress.java (66%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ProgressOrBuilder.java (50%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/ProjectName.java (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadata.java (72%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadataOrBuilder.java (80%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequest.java (68%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequestOrBuilder.java (63%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequest.java (63%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequestOrBuilder.java (57%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadata.java (62%) create mode 100644 proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequest.java (64%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequestOrBuilder.java (56%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequest.java (69%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequestOrBuilder.java (68%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrence.java (67%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrenceOrBuilder.java (54%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/backup.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/database.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/field.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/firestore_admin.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/index.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/location.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/operation.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1 => proto-google-cloud-firestore-admin-v1}/src/main/proto/google/firestore/admin/v1/schedule.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1 => proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundleElement.java (65%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1 => proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundleElementOrBuilder.java (67%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1 => proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundleMetadata.java (70%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1 => proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundleMetadataOrBuilder.java (70%) create mode 100644 proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1 => proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundledDocumentMetadata.java (71%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1 => proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundledDocumentMetadataOrBuilder.java (72%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1 => proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundledQuery.java (69%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1 => proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/BundledQueryOrBuilder.java (69%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1 => proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/NamedQuery.java (71%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1 => proto-google-cloud-firestore-bundle-v1}/src/main/java/com/google/firestore/bundle/NamedQueryOrBuilder.java (76%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1 => proto-google-cloud-firestore-bundle-v1}/src/main/proto/google/firestore/bundle/bundle.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/AggregationResult.java (65%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/AggregationResultOrBuilder.java (72%) create mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ArrayValue.java (69%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ArrayValueOrBuilder.java (56%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequest.java (76%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequestOrBuilder.java (85%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponse.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponseOrBuilder.java (80%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchWriteRequest.java (70%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchWriteRequestOrBuilder.java (71%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchWriteResponse.java (75%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BatchWriteResponseOrBuilder.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BeginTransactionRequest.java (68%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BeginTransactionRequestOrBuilder.java (68%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BeginTransactionResponse.java (65%) create mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BitSequence.java (70%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BitSequenceOrBuilder.java (56%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BloomFilter.java (69%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/BloomFilterOrBuilder.java (60%) create mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/CommitRequest.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/CommitRequestOrBuilder.java (69%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/CommitResponse.java (74%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/CommitResponseOrBuilder.java (76%) create mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/CreateDocumentRequest.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/CreateDocumentRequestOrBuilder.java (77%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/Cursor.java (74%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/CursorOrBuilder.java (70%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DeleteDocumentRequest.java (70%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DeleteDocumentRequestOrBuilder.java (71%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/Document.java (76%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentChange.java (72%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentChangeOrBuilder.java (78%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentDelete.java (72%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentDeleteOrBuilder.java (75%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentMask.java (69%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentMaskOrBuilder.java (66%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentOrBuilder.java (90%) create mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentRemove.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentRemoveOrBuilder.java (75%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentTransform.java (80%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/DocumentTransformOrBuilder.java (66%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExecutionStats.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExecutionStatsOrBuilder.java (81%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExistenceFilter.java (77%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExistenceFilterOrBuilder.java (84%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExplainMetrics.java (70%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExplainMetricsOrBuilder.java (74%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExplainOptions.java (67%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ExplainOptionsOrBuilder.java (54%) create mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/GetDocumentRequest.java (74%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/GetDocumentRequestOrBuilder.java (81%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListCollectionIdsRequest.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListCollectionIdsRequestOrBuilder.java (77%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListCollectionIdsResponse.java (68%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListCollectionIdsResponseOrBuilder.java (62%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListDocumentsRequest.java (77%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListDocumentsRequestOrBuilder.java (86%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListDocumentsResponse.java (72%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListDocumentsResponseOrBuilder.java (65%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListenRequest.java (66%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListenRequestOrBuilder.java (69%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListenResponse.java (74%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ListenResponseOrBuilder.java (85%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/MapValue.java (64%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/MapValueOrBuilder.java (72%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/PartitionQueryRequest.java (78%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/PartitionQueryRequestOrBuilder.java (86%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/PartitionQueryResponse.java (82%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/PartitionQueryResponseOrBuilder.java (86%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/PlanSummary.java (74%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/PlanSummaryOrBuilder.java (71%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/Precondition.java (69%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/PreconditionOrBuilder.java (71%) create mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProfileProto.java create mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RollbackRequest.java (69%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RollbackRequestOrBuilder.java (59%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunAggregationQueryRequest.java (72%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunAggregationQueryRequestOrBuilder.java (80%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunAggregationQueryResponse.java (75%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunAggregationQueryResponseOrBuilder.java (85%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunQueryRequest.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunQueryRequestOrBuilder.java (82%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunQueryResponse.java (76%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/RunQueryResponseOrBuilder.java (86%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/StructuredAggregationQuery.java (70%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/StructuredAggregationQueryOrBuilder.java (62%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/StructuredQuery.java (75%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/StructuredQueryOrBuilder.java (91%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/Target.java (76%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/TargetChange.java (76%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/TargetChangeOrBuilder.java (85%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/TargetOrBuilder.java (87%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/TransactionOptions.java (72%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/TransactionOptionsOrBuilder.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/UpdateDocumentRequest.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/UpdateDocumentRequestOrBuilder.java (83%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/Value.java (74%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/ValueOrBuilder.java (86%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/Write.java (75%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/WriteOrBuilder.java (86%) create mode 100644 proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteProto.java rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/WriteRequest.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/WriteRequestOrBuilder.java (77%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/WriteResponse.java (75%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/WriteResponseOrBuilder.java (78%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/WriteResult.java (75%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/java/com/google/firestore/v1/WriteResultOrBuilder.java (78%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/aggregation_result.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/bloom_filter.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/common.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/document.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/firestore.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/query.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/query_profile.proto (100%) rename {owl-bot-staging/v1/proto-google-cloud-firestore-v1 => proto-google-cloud-firestore-v1}/src/main/proto/google/firestore/v1/write.proto (100%) diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminClient.java b/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminClient.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminClient.java rename to google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminClient.java diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminSettings.java b/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminSettings.java similarity index 99% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminSettings.java rename to google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminSettings.java index fab15683c..69b43f0b8 100644 --- a/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminSettings.java +++ b/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminSettings.java @@ -30,7 +30,6 @@ import com.google.api.gax.rpc.ClientSettings; import com.google.api.gax.rpc.OperationCallSettings; import com.google.api.gax.rpc.PagedCallSettings; -import com.google.api.gax.rpc.StubSettings; import com.google.api.gax.rpc.TransportChannelProvider; import com.google.api.gax.rpc.UnaryCallSettings; import com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings; diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json b/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json rename to google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/package-info.java b/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/package-info.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/package-info.java rename to google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/package-info.java diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStub.java b/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStub.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStub.java rename to google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStub.java diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java b/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java rename to google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminCallableFactory.java b/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminCallableFactory.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminCallableFactory.java rename to google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminCallableFactory.java diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminStub.java b/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminStub.java similarity index 99% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminStub.java rename to google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminStub.java index 95ddd3818..e1d414f60 100644 --- a/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminStub.java +++ b/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreAdminStub.java @@ -78,7 +78,6 @@ import io.grpc.MethodDescriptor; import io.grpc.protobuf.ProtoUtils; import java.io.IOException; -import java.util.Map; import java.util.concurrent.TimeUnit; import javax.annotation.Generated; diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminCallableFactory.java b/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminCallableFactory.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminCallableFactory.java rename to google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminCallableFactory.java diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminStub.java b/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminStub.java similarity index 99% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminStub.java rename to google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminStub.java index 649af41c0..3fa765bab 100644 --- a/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminStub.java +++ b/google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreAdminStub.java @@ -31,7 +31,6 @@ import com.google.api.gax.httpjson.ProtoMessageResponseParser; import com.google.api.gax.httpjson.ProtoRestSerializer; import com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub; -import com.google.api.gax.longrunning.OperationSnapshot; import com.google.api.gax.rpc.ClientContext; import com.google.api.gax.rpc.OperationCallable; import com.google.api.gax.rpc.RequestParamsBuilder; diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json b/google-cloud-firestore-admin/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json rename to google-cloud-firestore-admin/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientHttpJsonTest.java b/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientHttpJsonTest.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientHttpJsonTest.java rename to google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientHttpJsonTest.java diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientTest.java b/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientTest.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientTest.java rename to google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/FirestoreAdminClientTest.java diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdmin.java b/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdmin.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdmin.java rename to google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdmin.java diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdminImpl.java b/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdminImpl.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdminImpl.java rename to google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockFirestoreAdminImpl.java diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocations.java b/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocations.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocations.java rename to google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocations.java diff --git a/owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java b/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java rename to google-cloud-firestore-admin/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreClient.java b/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreClient.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreClient.java rename to google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreClient.java diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreSettings.java b/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreSettings.java similarity index 99% rename from owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreSettings.java rename to google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreSettings.java index c738f18eb..cd14ac440 100644 --- a/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreSettings.java +++ b/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/FirestoreSettings.java @@ -32,7 +32,6 @@ import com.google.api.gax.rpc.PagedCallSettings; import com.google.api.gax.rpc.ServerStreamingCallSettings; import com.google.api.gax.rpc.StreamingCallSettings; -import com.google.api.gax.rpc.StubSettings; import com.google.api.gax.rpc.TransportChannelProvider; import com.google.api.gax.rpc.UnaryCallSettings; import com.google.cloud.firestore.v1.stub.FirestoreStubSettings; diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json b/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json rename to google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/gapic_metadata.json diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/package-info.java b/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/package-info.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/package-info.java rename to google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/package-info.java diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStub.java b/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStub.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStub.java rename to google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStub.java diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStubSettings.java b/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStubSettings.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStubSettings.java rename to google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStubSettings.java diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreCallableFactory.java b/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreCallableFactory.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreCallableFactory.java rename to google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreCallableFactory.java diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreStub.java b/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreStub.java similarity index 99% rename from owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreStub.java rename to google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreStub.java index 4bd127119..a92d4a5e5 100644 --- a/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreStub.java +++ b/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/GrpcFirestoreStub.java @@ -62,7 +62,6 @@ import io.grpc.MethodDescriptor; import io.grpc.protobuf.ProtoUtils; import java.io.IOException; -import java.util.Map; import java.util.concurrent.TimeUnit; import javax.annotation.Generated; diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreCallableFactory.java b/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreCallableFactory.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreCallableFactory.java rename to google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreCallableFactory.java diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreStub.java b/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreStub.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreStub.java rename to google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/HttpJsonFirestoreStub.java diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientHttpJsonTest.java b/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientHttpJsonTest.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientHttpJsonTest.java rename to google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientHttpJsonTest.java diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientTest.java b/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientTest.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientTest.java rename to google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/FirestoreClientTest.java diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestore.java b/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestore.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestore.java rename to google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestore.java diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestoreImpl.java b/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestoreImpl.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestoreImpl.java rename to google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockFirestoreImpl.java diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocations.java b/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocations.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocations.java rename to google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocations.java diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java b/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java rename to google-cloud-firestore/src/test/java/com/google/cloud/firestore/v1/MockLocationsImpl.java diff --git a/owl-bot-staging/v1/grpc-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java b/grpc-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java similarity index 51% rename from owl-bot-staging/v1/grpc-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java rename to grpc-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java index fcd8ff796..a25e4538f 100644 --- a/owl-bot-staging/v1/grpc-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java +++ b/grpc-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java @@ -1,8 +1,25 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.google.firestore.admin.v1; import static io.grpc.MethodDescriptor.generateFullMethodName; /** + * + * *
  * The Cloud Firestore Admin API.
  * This API provides several administrative services for Cloud Firestore.
@@ -37,795 +54,1119 @@ private FirestoreAdminGrpc() {}
   public static final java.lang.String SERVICE_NAME = "google.firestore.admin.v1.FirestoreAdmin";
 
   // Static method descriptors that strictly reflect the proto.
-  private static volatile io.grpc.MethodDescriptor getCreateIndexMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.CreateIndexRequest, com.google.longrunning.Operation>
+      getCreateIndexMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "CreateIndex",
       requestType = com.google.firestore.admin.v1.CreateIndexRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getCreateIndexMethod() {
-    io.grpc.MethodDescriptor getCreateIndexMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.CreateIndexRequest, com.google.longrunning.Operation>
+      getCreateIndexMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.CreateIndexRequest, com.google.longrunning.Operation>
+        getCreateIndexMethod;
     if ((getCreateIndexMethod = FirestoreAdminGrpc.getCreateIndexMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getCreateIndexMethod = FirestoreAdminGrpc.getCreateIndexMethod) == null) {
-          FirestoreAdminGrpc.getCreateIndexMethod = getCreateIndexMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateIndex"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.CreateIndexRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("CreateIndex"))
-              .build();
+          FirestoreAdminGrpc.getCreateIndexMethod =
+              getCreateIndexMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateIndex"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.CreateIndexRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("CreateIndex"))
+                      .build();
         }
       }
     }
     return getCreateIndexMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getListIndexesMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.ListIndexesRequest,
+          com.google.firestore.admin.v1.ListIndexesResponse>
+      getListIndexesMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListIndexes",
       requestType = com.google.firestore.admin.v1.ListIndexesRequest.class,
       responseType = com.google.firestore.admin.v1.ListIndexesResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getListIndexesMethod() {
-    io.grpc.MethodDescriptor getListIndexesMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.ListIndexesRequest,
+          com.google.firestore.admin.v1.ListIndexesResponse>
+      getListIndexesMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.ListIndexesRequest,
+            com.google.firestore.admin.v1.ListIndexesResponse>
+        getListIndexesMethod;
     if ((getListIndexesMethod = FirestoreAdminGrpc.getListIndexesMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getListIndexesMethod = FirestoreAdminGrpc.getListIndexesMethod) == null) {
-          FirestoreAdminGrpc.getListIndexesMethod = getListIndexesMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListIndexes"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.ListIndexesRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.ListIndexesResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ListIndexes"))
-              .build();
+          FirestoreAdminGrpc.getListIndexesMethod =
+              getListIndexesMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListIndexes"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.ListIndexesRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.ListIndexesResponse
+                                  .getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("ListIndexes"))
+                      .build();
         }
       }
     }
     return getListIndexesMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getGetIndexMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.GetIndexRequest, com.google.firestore.admin.v1.Index>
+      getGetIndexMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetIndex",
       requestType = com.google.firestore.admin.v1.GetIndexRequest.class,
       responseType = com.google.firestore.admin.v1.Index.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getGetIndexMethod() {
-    io.grpc.MethodDescriptor getGetIndexMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.GetIndexRequest, com.google.firestore.admin.v1.Index>
+      getGetIndexMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.GetIndexRequest, com.google.firestore.admin.v1.Index>
+        getGetIndexMethod;
     if ((getGetIndexMethod = FirestoreAdminGrpc.getGetIndexMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getGetIndexMethod = FirestoreAdminGrpc.getGetIndexMethod) == null) {
-          FirestoreAdminGrpc.getGetIndexMethod = getGetIndexMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetIndex"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.GetIndexRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.Index.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetIndex"))
-              .build();
+          FirestoreAdminGrpc.getGetIndexMethod =
+              getGetIndexMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetIndex"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.GetIndexRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.Index.getDefaultInstance()))
+                      .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetIndex"))
+                      .build();
         }
       }
     }
     return getGetIndexMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getDeleteIndexMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.DeleteIndexRequest, com.google.protobuf.Empty>
+      getDeleteIndexMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "DeleteIndex",
       requestType = com.google.firestore.admin.v1.DeleteIndexRequest.class,
       responseType = com.google.protobuf.Empty.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getDeleteIndexMethod() {
-    io.grpc.MethodDescriptor getDeleteIndexMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.DeleteIndexRequest, com.google.protobuf.Empty>
+      getDeleteIndexMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.DeleteIndexRequest, com.google.protobuf.Empty>
+        getDeleteIndexMethod;
     if ((getDeleteIndexMethod = FirestoreAdminGrpc.getDeleteIndexMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getDeleteIndexMethod = FirestoreAdminGrpc.getDeleteIndexMethod) == null) {
-          FirestoreAdminGrpc.getDeleteIndexMethod = getDeleteIndexMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteIndex"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.DeleteIndexRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.protobuf.Empty.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("DeleteIndex"))
-              .build();
+          FirestoreAdminGrpc.getDeleteIndexMethod =
+              getDeleteIndexMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteIndex"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.DeleteIndexRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.protobuf.Empty.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("DeleteIndex"))
+                      .build();
         }
       }
     }
     return getDeleteIndexMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getGetFieldMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.GetFieldRequest, com.google.firestore.admin.v1.Field>
+      getGetFieldMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetField",
       requestType = com.google.firestore.admin.v1.GetFieldRequest.class,
       responseType = com.google.firestore.admin.v1.Field.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getGetFieldMethod() {
-    io.grpc.MethodDescriptor getGetFieldMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.GetFieldRequest, com.google.firestore.admin.v1.Field>
+      getGetFieldMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.GetFieldRequest, com.google.firestore.admin.v1.Field>
+        getGetFieldMethod;
     if ((getGetFieldMethod = FirestoreAdminGrpc.getGetFieldMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getGetFieldMethod = FirestoreAdminGrpc.getGetFieldMethod) == null) {
-          FirestoreAdminGrpc.getGetFieldMethod = getGetFieldMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetField"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.GetFieldRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.Field.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetField"))
-              .build();
+          FirestoreAdminGrpc.getGetFieldMethod =
+              getGetFieldMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetField"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.GetFieldRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.Field.getDefaultInstance()))
+                      .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetField"))
+                      .build();
         }
       }
     }
     return getGetFieldMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getUpdateFieldMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.UpdateFieldRequest, com.google.longrunning.Operation>
+      getUpdateFieldMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "UpdateField",
       requestType = com.google.firestore.admin.v1.UpdateFieldRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getUpdateFieldMethod() {
-    io.grpc.MethodDescriptor getUpdateFieldMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.UpdateFieldRequest, com.google.longrunning.Operation>
+      getUpdateFieldMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.UpdateFieldRequest, com.google.longrunning.Operation>
+        getUpdateFieldMethod;
     if ((getUpdateFieldMethod = FirestoreAdminGrpc.getUpdateFieldMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getUpdateFieldMethod = FirestoreAdminGrpc.getUpdateFieldMethod) == null) {
-          FirestoreAdminGrpc.getUpdateFieldMethod = getUpdateFieldMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateField"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.UpdateFieldRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("UpdateField"))
-              .build();
+          FirestoreAdminGrpc.getUpdateFieldMethod =
+              getUpdateFieldMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateField"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.UpdateFieldRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("UpdateField"))
+                      .build();
         }
       }
     }
     return getUpdateFieldMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getListFieldsMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.ListFieldsRequest,
+          com.google.firestore.admin.v1.ListFieldsResponse>
+      getListFieldsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListFields",
       requestType = com.google.firestore.admin.v1.ListFieldsRequest.class,
       responseType = com.google.firestore.admin.v1.ListFieldsResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getListFieldsMethod() {
-    io.grpc.MethodDescriptor getListFieldsMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.ListFieldsRequest,
+          com.google.firestore.admin.v1.ListFieldsResponse>
+      getListFieldsMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.ListFieldsRequest,
+            com.google.firestore.admin.v1.ListFieldsResponse>
+        getListFieldsMethod;
     if ((getListFieldsMethod = FirestoreAdminGrpc.getListFieldsMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getListFieldsMethod = FirestoreAdminGrpc.getListFieldsMethod) == null) {
-          FirestoreAdminGrpc.getListFieldsMethod = getListFieldsMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListFields"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.ListFieldsRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.ListFieldsResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ListFields"))
-              .build();
+          FirestoreAdminGrpc.getListFieldsMethod =
+              getListFieldsMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListFields"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.ListFieldsRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.ListFieldsResponse
+                                  .getDefaultInstance()))
+                      .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ListFields"))
+                      .build();
         }
       }
     }
     return getListFieldsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getExportDocumentsMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.ExportDocumentsRequest, com.google.longrunning.Operation>
+      getExportDocumentsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ExportDocuments",
       requestType = com.google.firestore.admin.v1.ExportDocumentsRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getExportDocumentsMethod() {
-    io.grpc.MethodDescriptor getExportDocumentsMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.ExportDocumentsRequest, com.google.longrunning.Operation>
+      getExportDocumentsMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.ExportDocumentsRequest, com.google.longrunning.Operation>
+        getExportDocumentsMethod;
     if ((getExportDocumentsMethod = FirestoreAdminGrpc.getExportDocumentsMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getExportDocumentsMethod = FirestoreAdminGrpc.getExportDocumentsMethod) == null) {
-          FirestoreAdminGrpc.getExportDocumentsMethod = getExportDocumentsMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ExportDocuments"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.ExportDocumentsRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ExportDocuments"))
-              .build();
+          FirestoreAdminGrpc.getExportDocumentsMethod =
+              getExportDocumentsMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ExportDocuments"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.ExportDocumentsRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("ExportDocuments"))
+                      .build();
         }
       }
     }
     return getExportDocumentsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getImportDocumentsMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.ImportDocumentsRequest, com.google.longrunning.Operation>
+      getImportDocumentsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ImportDocuments",
       requestType = com.google.firestore.admin.v1.ImportDocumentsRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getImportDocumentsMethod() {
-    io.grpc.MethodDescriptor getImportDocumentsMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.ImportDocumentsRequest, com.google.longrunning.Operation>
+      getImportDocumentsMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.ImportDocumentsRequest, com.google.longrunning.Operation>
+        getImportDocumentsMethod;
     if ((getImportDocumentsMethod = FirestoreAdminGrpc.getImportDocumentsMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getImportDocumentsMethod = FirestoreAdminGrpc.getImportDocumentsMethod) == null) {
-          FirestoreAdminGrpc.getImportDocumentsMethod = getImportDocumentsMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ImportDocuments"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.ImportDocumentsRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ImportDocuments"))
-              .build();
+          FirestoreAdminGrpc.getImportDocumentsMethod =
+              getImportDocumentsMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ImportDocuments"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.ImportDocumentsRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("ImportDocuments"))
+                      .build();
         }
       }
     }
     return getImportDocumentsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getBulkDeleteDocumentsMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.BulkDeleteDocumentsRequest,
+          com.google.longrunning.Operation>
+      getBulkDeleteDocumentsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "BulkDeleteDocuments",
       requestType = com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getBulkDeleteDocumentsMethod() {
-    io.grpc.MethodDescriptor getBulkDeleteDocumentsMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.BulkDeleteDocumentsRequest,
+          com.google.longrunning.Operation>
+      getBulkDeleteDocumentsMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.BulkDeleteDocumentsRequest,
+            com.google.longrunning.Operation>
+        getBulkDeleteDocumentsMethod;
     if ((getBulkDeleteDocumentsMethod = FirestoreAdminGrpc.getBulkDeleteDocumentsMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
-        if ((getBulkDeleteDocumentsMethod = FirestoreAdminGrpc.getBulkDeleteDocumentsMethod) == null) {
-          FirestoreAdminGrpc.getBulkDeleteDocumentsMethod = getBulkDeleteDocumentsMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BulkDeleteDocuments"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("BulkDeleteDocuments"))
-              .build();
+        if ((getBulkDeleteDocumentsMethod = FirestoreAdminGrpc.getBulkDeleteDocumentsMethod)
+            == null) {
+          FirestoreAdminGrpc.getBulkDeleteDocumentsMethod =
+              getBulkDeleteDocumentsMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(
+                          generateFullMethodName(SERVICE_NAME, "BulkDeleteDocuments"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.BulkDeleteDocumentsRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("BulkDeleteDocuments"))
+                      .build();
         }
       }
     }
     return getBulkDeleteDocumentsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getCreateDatabaseMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.CreateDatabaseRequest, com.google.longrunning.Operation>
+      getCreateDatabaseMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "CreateDatabase",
       requestType = com.google.firestore.admin.v1.CreateDatabaseRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getCreateDatabaseMethod() {
-    io.grpc.MethodDescriptor getCreateDatabaseMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.CreateDatabaseRequest, com.google.longrunning.Operation>
+      getCreateDatabaseMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.CreateDatabaseRequest, com.google.longrunning.Operation>
+        getCreateDatabaseMethod;
     if ((getCreateDatabaseMethod = FirestoreAdminGrpc.getCreateDatabaseMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getCreateDatabaseMethod = FirestoreAdminGrpc.getCreateDatabaseMethod) == null) {
-          FirestoreAdminGrpc.getCreateDatabaseMethod = getCreateDatabaseMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateDatabase"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.CreateDatabaseRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("CreateDatabase"))
-              .build();
+          FirestoreAdminGrpc.getCreateDatabaseMethod =
+              getCreateDatabaseMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateDatabase"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.CreateDatabaseRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("CreateDatabase"))
+                      .build();
         }
       }
     }
     return getCreateDatabaseMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getGetDatabaseMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.GetDatabaseRequest, com.google.firestore.admin.v1.Database>
+      getGetDatabaseMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetDatabase",
       requestType = com.google.firestore.admin.v1.GetDatabaseRequest.class,
       responseType = com.google.firestore.admin.v1.Database.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getGetDatabaseMethod() {
-    io.grpc.MethodDescriptor getGetDatabaseMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.GetDatabaseRequest, com.google.firestore.admin.v1.Database>
+      getGetDatabaseMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.GetDatabaseRequest,
+            com.google.firestore.admin.v1.Database>
+        getGetDatabaseMethod;
     if ((getGetDatabaseMethod = FirestoreAdminGrpc.getGetDatabaseMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getGetDatabaseMethod = FirestoreAdminGrpc.getGetDatabaseMethod) == null) {
-          FirestoreAdminGrpc.getGetDatabaseMethod = getGetDatabaseMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetDatabase"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.GetDatabaseRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.Database.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetDatabase"))
-              .build();
+          FirestoreAdminGrpc.getGetDatabaseMethod =
+              getGetDatabaseMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetDatabase"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.GetDatabaseRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.Database.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("GetDatabase"))
+                      .build();
         }
       }
     }
     return getGetDatabaseMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getListDatabasesMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.ListDatabasesRequest,
+          com.google.firestore.admin.v1.ListDatabasesResponse>
+      getListDatabasesMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListDatabases",
       requestType = com.google.firestore.admin.v1.ListDatabasesRequest.class,
       responseType = com.google.firestore.admin.v1.ListDatabasesResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getListDatabasesMethod() {
-    io.grpc.MethodDescriptor getListDatabasesMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.ListDatabasesRequest,
+          com.google.firestore.admin.v1.ListDatabasesResponse>
+      getListDatabasesMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.ListDatabasesRequest,
+            com.google.firestore.admin.v1.ListDatabasesResponse>
+        getListDatabasesMethod;
     if ((getListDatabasesMethod = FirestoreAdminGrpc.getListDatabasesMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getListDatabasesMethod = FirestoreAdminGrpc.getListDatabasesMethod) == null) {
-          FirestoreAdminGrpc.getListDatabasesMethod = getListDatabasesMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListDatabases"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.ListDatabasesRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.ListDatabasesResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ListDatabases"))
-              .build();
+          FirestoreAdminGrpc.getListDatabasesMethod =
+              getListDatabasesMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListDatabases"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.ListDatabasesRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.ListDatabasesResponse
+                                  .getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("ListDatabases"))
+                      .build();
         }
       }
     }
     return getListDatabasesMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getUpdateDatabaseMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.UpdateDatabaseRequest, com.google.longrunning.Operation>
+      getUpdateDatabaseMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "UpdateDatabase",
       requestType = com.google.firestore.admin.v1.UpdateDatabaseRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getUpdateDatabaseMethod() {
-    io.grpc.MethodDescriptor getUpdateDatabaseMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.UpdateDatabaseRequest, com.google.longrunning.Operation>
+      getUpdateDatabaseMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.UpdateDatabaseRequest, com.google.longrunning.Operation>
+        getUpdateDatabaseMethod;
     if ((getUpdateDatabaseMethod = FirestoreAdminGrpc.getUpdateDatabaseMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getUpdateDatabaseMethod = FirestoreAdminGrpc.getUpdateDatabaseMethod) == null) {
-          FirestoreAdminGrpc.getUpdateDatabaseMethod = getUpdateDatabaseMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateDatabase"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.UpdateDatabaseRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("UpdateDatabase"))
-              .build();
+          FirestoreAdminGrpc.getUpdateDatabaseMethod =
+              getUpdateDatabaseMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateDatabase"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.UpdateDatabaseRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("UpdateDatabase"))
+                      .build();
         }
       }
     }
     return getUpdateDatabaseMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getDeleteDatabaseMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.DeleteDatabaseRequest, com.google.longrunning.Operation>
+      getDeleteDatabaseMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "DeleteDatabase",
       requestType = com.google.firestore.admin.v1.DeleteDatabaseRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getDeleteDatabaseMethod() {
-    io.grpc.MethodDescriptor getDeleteDatabaseMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.DeleteDatabaseRequest, com.google.longrunning.Operation>
+      getDeleteDatabaseMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.DeleteDatabaseRequest, com.google.longrunning.Operation>
+        getDeleteDatabaseMethod;
     if ((getDeleteDatabaseMethod = FirestoreAdminGrpc.getDeleteDatabaseMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getDeleteDatabaseMethod = FirestoreAdminGrpc.getDeleteDatabaseMethod) == null) {
-          FirestoreAdminGrpc.getDeleteDatabaseMethod = getDeleteDatabaseMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteDatabase"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.DeleteDatabaseRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("DeleteDatabase"))
-              .build();
+          FirestoreAdminGrpc.getDeleteDatabaseMethod =
+              getDeleteDatabaseMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteDatabase"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.DeleteDatabaseRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("DeleteDatabase"))
+                      .build();
         }
       }
     }
     return getDeleteDatabaseMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getGetBackupMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.GetBackupRequest, com.google.firestore.admin.v1.Backup>
+      getGetBackupMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetBackup",
       requestType = com.google.firestore.admin.v1.GetBackupRequest.class,
       responseType = com.google.firestore.admin.v1.Backup.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getGetBackupMethod() {
-    io.grpc.MethodDescriptor getGetBackupMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.GetBackupRequest, com.google.firestore.admin.v1.Backup>
+      getGetBackupMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.GetBackupRequest, com.google.firestore.admin.v1.Backup>
+        getGetBackupMethod;
     if ((getGetBackupMethod = FirestoreAdminGrpc.getGetBackupMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getGetBackupMethod = FirestoreAdminGrpc.getGetBackupMethod) == null) {
-          FirestoreAdminGrpc.getGetBackupMethod = getGetBackupMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBackup"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.GetBackupRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.Backup.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetBackup"))
-              .build();
+          FirestoreAdminGrpc.getGetBackupMethod =
+              getGetBackupMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBackup"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.GetBackupRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.Backup.getDefaultInstance()))
+                      .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetBackup"))
+                      .build();
         }
       }
     }
     return getGetBackupMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getListBackupsMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.ListBackupsRequest,
+          com.google.firestore.admin.v1.ListBackupsResponse>
+      getListBackupsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListBackups",
       requestType = com.google.firestore.admin.v1.ListBackupsRequest.class,
       responseType = com.google.firestore.admin.v1.ListBackupsResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getListBackupsMethod() {
-    io.grpc.MethodDescriptor getListBackupsMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.ListBackupsRequest,
+          com.google.firestore.admin.v1.ListBackupsResponse>
+      getListBackupsMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.ListBackupsRequest,
+            com.google.firestore.admin.v1.ListBackupsResponse>
+        getListBackupsMethod;
     if ((getListBackupsMethod = FirestoreAdminGrpc.getListBackupsMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getListBackupsMethod = FirestoreAdminGrpc.getListBackupsMethod) == null) {
-          FirestoreAdminGrpc.getListBackupsMethod = getListBackupsMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListBackups"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.ListBackupsRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.ListBackupsResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ListBackups"))
-              .build();
+          FirestoreAdminGrpc.getListBackupsMethod =
+              getListBackupsMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListBackups"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.ListBackupsRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.ListBackupsResponse
+                                  .getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("ListBackups"))
+                      .build();
         }
       }
     }
     return getListBackupsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getDeleteBackupMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.DeleteBackupRequest, com.google.protobuf.Empty>
+      getDeleteBackupMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "DeleteBackup",
       requestType = com.google.firestore.admin.v1.DeleteBackupRequest.class,
       responseType = com.google.protobuf.Empty.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getDeleteBackupMethod() {
-    io.grpc.MethodDescriptor getDeleteBackupMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.DeleteBackupRequest, com.google.protobuf.Empty>
+      getDeleteBackupMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.DeleteBackupRequest, com.google.protobuf.Empty>
+        getDeleteBackupMethod;
     if ((getDeleteBackupMethod = FirestoreAdminGrpc.getDeleteBackupMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getDeleteBackupMethod = FirestoreAdminGrpc.getDeleteBackupMethod) == null) {
-          FirestoreAdminGrpc.getDeleteBackupMethod = getDeleteBackupMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteBackup"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.DeleteBackupRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.protobuf.Empty.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("DeleteBackup"))
-              .build();
+          FirestoreAdminGrpc.getDeleteBackupMethod =
+              getDeleteBackupMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteBackup"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.DeleteBackupRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.protobuf.Empty.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("DeleteBackup"))
+                      .build();
         }
       }
     }
     return getDeleteBackupMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getRestoreDatabaseMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.RestoreDatabaseRequest, com.google.longrunning.Operation>
+      getRestoreDatabaseMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "RestoreDatabase",
       requestType = com.google.firestore.admin.v1.RestoreDatabaseRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getRestoreDatabaseMethod() {
-    io.grpc.MethodDescriptor getRestoreDatabaseMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.RestoreDatabaseRequest, com.google.longrunning.Operation>
+      getRestoreDatabaseMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.RestoreDatabaseRequest, com.google.longrunning.Operation>
+        getRestoreDatabaseMethod;
     if ((getRestoreDatabaseMethod = FirestoreAdminGrpc.getRestoreDatabaseMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getRestoreDatabaseMethod = FirestoreAdminGrpc.getRestoreDatabaseMethod) == null) {
-          FirestoreAdminGrpc.getRestoreDatabaseMethod = getRestoreDatabaseMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RestoreDatabase"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.RestoreDatabaseRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("RestoreDatabase"))
-              .build();
+          FirestoreAdminGrpc.getRestoreDatabaseMethod =
+              getRestoreDatabaseMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RestoreDatabase"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.RestoreDatabaseRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("RestoreDatabase"))
+                      .build();
         }
       }
     }
     return getRestoreDatabaseMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getCreateBackupScheduleMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.CreateBackupScheduleRequest,
+          com.google.firestore.admin.v1.BackupSchedule>
+      getCreateBackupScheduleMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "CreateBackupSchedule",
       requestType = com.google.firestore.admin.v1.CreateBackupScheduleRequest.class,
       responseType = com.google.firestore.admin.v1.BackupSchedule.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getCreateBackupScheduleMethod() {
-    io.grpc.MethodDescriptor getCreateBackupScheduleMethod;
-    if ((getCreateBackupScheduleMethod = FirestoreAdminGrpc.getCreateBackupScheduleMethod) == null) {
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.CreateBackupScheduleRequest,
+          com.google.firestore.admin.v1.BackupSchedule>
+      getCreateBackupScheduleMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.CreateBackupScheduleRequest,
+            com.google.firestore.admin.v1.BackupSchedule>
+        getCreateBackupScheduleMethod;
+    if ((getCreateBackupScheduleMethod = FirestoreAdminGrpc.getCreateBackupScheduleMethod)
+        == null) {
       synchronized (FirestoreAdminGrpc.class) {
-        if ((getCreateBackupScheduleMethod = FirestoreAdminGrpc.getCreateBackupScheduleMethod) == null) {
-          FirestoreAdminGrpc.getCreateBackupScheduleMethod = getCreateBackupScheduleMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateBackupSchedule"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.CreateBackupScheduleRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("CreateBackupSchedule"))
-              .build();
+        if ((getCreateBackupScheduleMethod = FirestoreAdminGrpc.getCreateBackupScheduleMethod)
+            == null) {
+          FirestoreAdminGrpc.getCreateBackupScheduleMethod =
+              getCreateBackupScheduleMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(
+                          generateFullMethodName(SERVICE_NAME, "CreateBackupSchedule"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.CreateBackupScheduleRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("CreateBackupSchedule"))
+                      .build();
         }
       }
     }
     return getCreateBackupScheduleMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getGetBackupScheduleMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.GetBackupScheduleRequest,
+          com.google.firestore.admin.v1.BackupSchedule>
+      getGetBackupScheduleMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetBackupSchedule",
       requestType = com.google.firestore.admin.v1.GetBackupScheduleRequest.class,
       responseType = com.google.firestore.admin.v1.BackupSchedule.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getGetBackupScheduleMethod() {
-    io.grpc.MethodDescriptor getGetBackupScheduleMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.GetBackupScheduleRequest,
+          com.google.firestore.admin.v1.BackupSchedule>
+      getGetBackupScheduleMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.GetBackupScheduleRequest,
+            com.google.firestore.admin.v1.BackupSchedule>
+        getGetBackupScheduleMethod;
     if ((getGetBackupScheduleMethod = FirestoreAdminGrpc.getGetBackupScheduleMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
         if ((getGetBackupScheduleMethod = FirestoreAdminGrpc.getGetBackupScheduleMethod) == null) {
-          FirestoreAdminGrpc.getGetBackupScheduleMethod = getGetBackupScheduleMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBackupSchedule"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.GetBackupScheduleRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("GetBackupSchedule"))
-              .build();
+          FirestoreAdminGrpc.getGetBackupScheduleMethod =
+              getGetBackupScheduleMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBackupSchedule"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.GetBackupScheduleRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("GetBackupSchedule"))
+                      .build();
         }
       }
     }
     return getGetBackupScheduleMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getListBackupSchedulesMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.ListBackupSchedulesRequest,
+          com.google.firestore.admin.v1.ListBackupSchedulesResponse>
+      getListBackupSchedulesMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListBackupSchedules",
       requestType = com.google.firestore.admin.v1.ListBackupSchedulesRequest.class,
       responseType = com.google.firestore.admin.v1.ListBackupSchedulesResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getListBackupSchedulesMethod() {
-    io.grpc.MethodDescriptor getListBackupSchedulesMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.ListBackupSchedulesRequest,
+          com.google.firestore.admin.v1.ListBackupSchedulesResponse>
+      getListBackupSchedulesMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.ListBackupSchedulesRequest,
+            com.google.firestore.admin.v1.ListBackupSchedulesResponse>
+        getListBackupSchedulesMethod;
     if ((getListBackupSchedulesMethod = FirestoreAdminGrpc.getListBackupSchedulesMethod) == null) {
       synchronized (FirestoreAdminGrpc.class) {
-        if ((getListBackupSchedulesMethod = FirestoreAdminGrpc.getListBackupSchedulesMethod) == null) {
-          FirestoreAdminGrpc.getListBackupSchedulesMethod = getListBackupSchedulesMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListBackupSchedules"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.ListBackupSchedulesRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.ListBackupSchedulesResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("ListBackupSchedules"))
-              .build();
+        if ((getListBackupSchedulesMethod = FirestoreAdminGrpc.getListBackupSchedulesMethod)
+            == null) {
+          FirestoreAdminGrpc.getListBackupSchedulesMethod =
+              getListBackupSchedulesMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(
+                          generateFullMethodName(SERVICE_NAME, "ListBackupSchedules"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.ListBackupSchedulesRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.ListBackupSchedulesResponse
+                                  .getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("ListBackupSchedules"))
+                      .build();
         }
       }
     }
     return getListBackupSchedulesMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getUpdateBackupScheduleMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.UpdateBackupScheduleRequest,
+          com.google.firestore.admin.v1.BackupSchedule>
+      getUpdateBackupScheduleMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "UpdateBackupSchedule",
       requestType = com.google.firestore.admin.v1.UpdateBackupScheduleRequest.class,
       responseType = com.google.firestore.admin.v1.BackupSchedule.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getUpdateBackupScheduleMethod() {
-    io.grpc.MethodDescriptor getUpdateBackupScheduleMethod;
-    if ((getUpdateBackupScheduleMethod = FirestoreAdminGrpc.getUpdateBackupScheduleMethod) == null) {
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.UpdateBackupScheduleRequest,
+          com.google.firestore.admin.v1.BackupSchedule>
+      getUpdateBackupScheduleMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.UpdateBackupScheduleRequest,
+            com.google.firestore.admin.v1.BackupSchedule>
+        getUpdateBackupScheduleMethod;
+    if ((getUpdateBackupScheduleMethod = FirestoreAdminGrpc.getUpdateBackupScheduleMethod)
+        == null) {
       synchronized (FirestoreAdminGrpc.class) {
-        if ((getUpdateBackupScheduleMethod = FirestoreAdminGrpc.getUpdateBackupScheduleMethod) == null) {
-          FirestoreAdminGrpc.getUpdateBackupScheduleMethod = getUpdateBackupScheduleMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateBackupSchedule"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.UpdateBackupScheduleRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("UpdateBackupSchedule"))
-              .build();
+        if ((getUpdateBackupScheduleMethod = FirestoreAdminGrpc.getUpdateBackupScheduleMethod)
+            == null) {
+          FirestoreAdminGrpc.getUpdateBackupScheduleMethod =
+              getUpdateBackupScheduleMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(
+                          generateFullMethodName(SERVICE_NAME, "UpdateBackupSchedule"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.UpdateBackupScheduleRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("UpdateBackupSchedule"))
+                      .build();
         }
       }
     }
     return getUpdateBackupScheduleMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getDeleteBackupScheduleMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.DeleteBackupScheduleRequest, com.google.protobuf.Empty>
+      getDeleteBackupScheduleMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "DeleteBackupSchedule",
       requestType = com.google.firestore.admin.v1.DeleteBackupScheduleRequest.class,
       responseType = com.google.protobuf.Empty.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getDeleteBackupScheduleMethod() {
-    io.grpc.MethodDescriptor getDeleteBackupScheduleMethod;
-    if ((getDeleteBackupScheduleMethod = FirestoreAdminGrpc.getDeleteBackupScheduleMethod) == null) {
+  public static io.grpc.MethodDescriptor<
+          com.google.firestore.admin.v1.DeleteBackupScheduleRequest, com.google.protobuf.Empty>
+      getDeleteBackupScheduleMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.firestore.admin.v1.DeleteBackupScheduleRequest, com.google.protobuf.Empty>
+        getDeleteBackupScheduleMethod;
+    if ((getDeleteBackupScheduleMethod = FirestoreAdminGrpc.getDeleteBackupScheduleMethod)
+        == null) {
       synchronized (FirestoreAdminGrpc.class) {
-        if ((getDeleteBackupScheduleMethod = FirestoreAdminGrpc.getDeleteBackupScheduleMethod) == null) {
-          FirestoreAdminGrpc.getDeleteBackupScheduleMethod = getDeleteBackupScheduleMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteBackupSchedule"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.firestore.admin.v1.DeleteBackupScheduleRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.protobuf.Empty.getDefaultInstance()))
-              .setSchemaDescriptor(new FirestoreAdminMethodDescriptorSupplier("DeleteBackupSchedule"))
-              .build();
+        if ((getDeleteBackupScheduleMethod = FirestoreAdminGrpc.getDeleteBackupScheduleMethod)
+            == null) {
+          FirestoreAdminGrpc.getDeleteBackupScheduleMethod =
+              getDeleteBackupScheduleMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(
+                          generateFullMethodName(SERVICE_NAME, "DeleteBackupSchedule"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.firestore.admin.v1.DeleteBackupScheduleRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.protobuf.Empty.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new FirestoreAdminMethodDescriptorSupplier("DeleteBackupSchedule"))
+                      .build();
         }
       }
     }
     return getDeleteBackupScheduleMethod;
   }
 
-  /**
-   * Creates a new async stub that supports all call types for the service
-   */
+  /** Creates a new async stub that supports all call types for the service */
   public static FirestoreAdminStub newStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public FirestoreAdminStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new FirestoreAdminStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public FirestoreAdminStub newStub(
+              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new FirestoreAdminStub(channel, callOptions);
+          }
+        };
     return FirestoreAdminStub.newStub(factory, channel);
   }
 
   /**
    * Creates a new blocking-style stub that supports unary and streaming output calls on the service
    */
-  public static FirestoreAdminBlockingStub newBlockingStub(
-      io.grpc.Channel channel) {
+  public static FirestoreAdminBlockingStub newBlockingStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public FirestoreAdminBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new FirestoreAdminBlockingStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public FirestoreAdminBlockingStub newStub(
+              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new FirestoreAdminBlockingStub(channel, callOptions);
+          }
+        };
     return FirestoreAdminBlockingStub.newStub(factory, channel);
   }
 
-  /**
-   * Creates a new ListenableFuture-style stub that supports unary calls on the service
-   */
-  public static FirestoreAdminFutureStub newFutureStub(
-      io.grpc.Channel channel) {
+  /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
+  public static FirestoreAdminFutureStub newFutureStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public FirestoreAdminFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new FirestoreAdminFutureStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public FirestoreAdminFutureStub newStub(
+              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new FirestoreAdminFutureStub(channel, callOptions);
+          }
+        };
     return FirestoreAdminFutureStub.newStub(factory, channel);
   }
 
   /**
+   *
+   *
    * 
    * The Cloud Firestore Admin API.
    * This API provides several administrative services for Cloud Firestore.
@@ -852,6 +1193,8 @@ public FirestoreAdminFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOpt
   public interface AsyncService {
 
     /**
+     *
+     *
      * 
      * Creates a composite index. This returns a
      * [google.longrunning.Operation][google.longrunning.Operation] which may be
@@ -860,52 +1203,71 @@ public interface AsyncService {
      * [IndexOperationMetadata][google.firestore.admin.v1.IndexOperationMetadata].
      * 
*/ - default void createIndex(com.google.firestore.admin.v1.CreateIndexRequest request, + default void createIndex( + com.google.firestore.admin.v1.CreateIndexRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateIndexMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getCreateIndexMethod(), responseObserver); } /** + * + * *
      * Lists composite indexes.
      * 
*/ - default void listIndexes(com.google.firestore.admin.v1.ListIndexesRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListIndexesMethod(), responseObserver); + default void listIndexes( + com.google.firestore.admin.v1.ListIndexesRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListIndexesMethod(), responseObserver); } /** + * + * *
      * Gets a composite index.
      * 
*/ - default void getIndex(com.google.firestore.admin.v1.GetIndexRequest request, + default void getIndex( + com.google.firestore.admin.v1.GetIndexRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetIndexMethod(), responseObserver); } /** + * + * *
      * Deletes a composite index.
      * 
*/ - default void deleteIndex(com.google.firestore.admin.v1.DeleteIndexRequest request, + default void deleteIndex( + com.google.firestore.admin.v1.DeleteIndexRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteIndexMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getDeleteIndexMethod(), responseObserver); } /** + * + * *
      * Gets the metadata and configuration for a Field.
      * 
*/ - default void getField(com.google.firestore.admin.v1.GetFieldRequest request, + default void getField( + com.google.firestore.admin.v1.GetFieldRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetFieldMethod(), responseObserver); } /** + * + * *
      * Updates a field configuration. Currently, field updates apply only to
      * single field index configuration. However, calls to
@@ -923,12 +1285,16 @@ default void getField(com.google.firestore.admin.v1.GetFieldRequest request,
      * `projects/{project_id}/databases/{database_id}/collectionGroups/__default__/fields/*`.
      * 
*/ - default void updateField(com.google.firestore.admin.v1.UpdateFieldRequest request, + default void updateField( + com.google.firestore.admin.v1.UpdateFieldRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateFieldMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getUpdateFieldMethod(), responseObserver); } /** + * + * *
      * Lists the field configuration and metadata for this database.
      * Currently,
@@ -940,12 +1306,16 @@ default void updateField(com.google.firestore.admin.v1.UpdateFieldRequest reques
      * `ttlConfig:*`.
      * 
*/ - default void listFields(com.google.firestore.admin.v1.ListFieldsRequest request, - io.grpc.stub.StreamObserver responseObserver) { + default void listFields( + com.google.firestore.admin.v1.ListFieldsRequest request, + io.grpc.stub.StreamObserver + responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListFieldsMethod(), responseObserver); } /** + * + * *
      * Exports a copy of all or a subset of documents from Google Cloud Firestore
      * to another storage system, such as Google Cloud Storage. Recent updates to
@@ -959,12 +1329,16 @@ default void listFields(com.google.firestore.admin.v1.ListFieldsRequest request,
      * https://cloud.google.com/firestore/docs/manage-data/export-import
      * 
*/ - default void exportDocuments(com.google.firestore.admin.v1.ExportDocumentsRequest request, + default void exportDocuments( + com.google.firestore.admin.v1.ExportDocumentsRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getExportDocumentsMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getExportDocumentsMethod(), responseObserver); } /** + * + * *
      * Imports documents into Google Cloud Firestore. Existing documents with the
      * same name are overwritten. The import occurs in the background and its
@@ -973,12 +1347,16 @@ default void exportDocuments(com.google.firestore.admin.v1.ExportDocumentsReques
      * that a subset of the data has already been imported to Cloud Firestore.
      * 
*/ - default void importDocuments(com.google.firestore.admin.v1.ImportDocumentsRequest request, + default void importDocuments( + com.google.firestore.admin.v1.ImportDocumentsRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getImportDocumentsMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getImportDocumentsMethod(), responseObserver); } /** + * + * *
      * Bulk deletes a subset of documents from Google Cloud Firestore.
      * Documents created or updated after the underlying system starts to process
@@ -989,92 +1367,129 @@ default void importDocuments(com.google.firestore.admin.v1.ImportDocumentsReques
      * https://cloud.google.com/firestore/docs/manage-data/bulk-delete
      * 
*/ - default void bulkDeleteDocuments(com.google.firestore.admin.v1.BulkDeleteDocumentsRequest request, + default void bulkDeleteDocuments( + com.google.firestore.admin.v1.BulkDeleteDocumentsRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getBulkDeleteDocumentsMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getBulkDeleteDocumentsMethod(), responseObserver); } /** + * + * *
      * Create a database.
      * 
*/ - default void createDatabase(com.google.firestore.admin.v1.CreateDatabaseRequest request, + default void createDatabase( + com.google.firestore.admin.v1.CreateDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateDatabaseMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getCreateDatabaseMethod(), responseObserver); } /** + * + * *
      * Gets information about a database.
      * 
*/ - default void getDatabase(com.google.firestore.admin.v1.GetDatabaseRequest request, + default void getDatabase( + com.google.firestore.admin.v1.GetDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetDatabaseMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGetDatabaseMethod(), responseObserver); } /** + * + * *
      * List all the databases in the project.
      * 
*/ - default void listDatabases(com.google.firestore.admin.v1.ListDatabasesRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListDatabasesMethod(), responseObserver); + default void listDatabases( + com.google.firestore.admin.v1.ListDatabasesRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListDatabasesMethod(), responseObserver); } /** + * + * *
      * Updates a database.
      * 
*/ - default void updateDatabase(com.google.firestore.admin.v1.UpdateDatabaseRequest request, + default void updateDatabase( + com.google.firestore.admin.v1.UpdateDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateDatabaseMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getUpdateDatabaseMethod(), responseObserver); } /** + * + * *
      * Deletes a database.
      * 
*/ - default void deleteDatabase(com.google.firestore.admin.v1.DeleteDatabaseRequest request, + default void deleteDatabase( + com.google.firestore.admin.v1.DeleteDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteDatabaseMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getDeleteDatabaseMethod(), responseObserver); } /** + * + * *
      * Gets information about a backup.
      * 
*/ - default void getBackup(com.google.firestore.admin.v1.GetBackupRequest request, + default void getBackup( + com.google.firestore.admin.v1.GetBackupRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetBackupMethod(), responseObserver); } /** + * + * *
      * Lists all the backups.
      * 
*/ - default void listBackups(com.google.firestore.admin.v1.ListBackupsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListBackupsMethod(), responseObserver); + default void listBackups( + com.google.firestore.admin.v1.ListBackupsRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListBackupsMethod(), responseObserver); } /** + * + * *
      * Deletes a backup.
      * 
*/ - default void deleteBackup(com.google.firestore.admin.v1.DeleteBackupRequest request, + default void deleteBackup( + com.google.firestore.admin.v1.DeleteBackupRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteBackupMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getDeleteBackupMethod(), responseObserver); } /** + * + * *
      * Creates a new database by restoring from an existing backup.
      * The new database must be in the same cloud region or multi-region location
@@ -1093,66 +1508,93 @@ default void deleteBackup(com.google.firestore.admin.v1.DeleteBackupRequest requ
      * completed.
      * 
*/ - default void restoreDatabase(com.google.firestore.admin.v1.RestoreDatabaseRequest request, + default void restoreDatabase( + com.google.firestore.admin.v1.RestoreDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRestoreDatabaseMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getRestoreDatabaseMethod(), responseObserver); } /** + * + * *
      * Creates a backup schedule on a database.
      * At most two backup schedules can be configured on a database, one daily
      * backup schedule and one weekly backup schedule.
      * 
*/ - default void createBackupSchedule(com.google.firestore.admin.v1.CreateBackupScheduleRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateBackupScheduleMethod(), responseObserver); + default void createBackupSchedule( + com.google.firestore.admin.v1.CreateBackupScheduleRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getCreateBackupScheduleMethod(), responseObserver); } /** + * + * *
      * Gets information about a backup schedule.
      * 
*/ - default void getBackupSchedule(com.google.firestore.admin.v1.GetBackupScheduleRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetBackupScheduleMethod(), responseObserver); + default void getBackupSchedule( + com.google.firestore.admin.v1.GetBackupScheduleRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGetBackupScheduleMethod(), responseObserver); } /** + * + * *
      * List backup schedules.
      * 
*/ - default void listBackupSchedules(com.google.firestore.admin.v1.ListBackupSchedulesRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListBackupSchedulesMethod(), responseObserver); + default void listBackupSchedules( + com.google.firestore.admin.v1.ListBackupSchedulesRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListBackupSchedulesMethod(), responseObserver); } /** + * + * *
      * Updates a backup schedule.
      * 
*/ - default void updateBackupSchedule(com.google.firestore.admin.v1.UpdateBackupScheduleRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateBackupScheduleMethod(), responseObserver); + default void updateBackupSchedule( + com.google.firestore.admin.v1.UpdateBackupScheduleRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getUpdateBackupScheduleMethod(), responseObserver); } /** + * + * *
      * Deletes a backup schedule.
      * 
*/ - default void deleteBackupSchedule(com.google.firestore.admin.v1.DeleteBackupScheduleRequest request, + default void deleteBackupSchedule( + com.google.firestore.admin.v1.DeleteBackupScheduleRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteBackupScheduleMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getDeleteBackupScheduleMethod(), responseObserver); } } /** * Base class for the server implementation of the service FirestoreAdmin. + * *
    * The Cloud Firestore Admin API.
    * This API provides several administrative services for Cloud Firestore.
@@ -1176,16 +1618,18 @@ default void deleteBackupSchedule(com.google.firestore.admin.v1.DeleteBackupSche
    * service `google.longrunning.Operations`.
    * 
*/ - public static abstract class FirestoreAdminImplBase + public abstract static class FirestoreAdminImplBase implements io.grpc.BindableService, AsyncService { - @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { + @java.lang.Override + public final io.grpc.ServerServiceDefinition bindService() { return FirestoreAdminGrpc.bindService(this); } } /** * A stub to allow clients to do asynchronous rpc calls to service FirestoreAdmin. + * *
    * The Cloud Firestore Admin API.
    * This API provides several administrative services for Cloud Firestore.
@@ -1211,18 +1655,18 @@ public static abstract class FirestoreAdminImplBase
    */
   public static final class FirestoreAdminStub
       extends io.grpc.stub.AbstractAsyncStub {
-    private FirestoreAdminStub(
-        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+    private FirestoreAdminStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
       super(channel, callOptions);
     }
 
     @java.lang.Override
-    protected FirestoreAdminStub build(
-        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+    protected FirestoreAdminStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
       return new FirestoreAdminStub(channel, callOptions);
     }
 
     /**
+     *
+     *
      * 
      * Creates a composite index. This returns a
      * [google.longrunning.Operation][google.longrunning.Operation] which may be
@@ -1231,57 +1675,79 @@ protected FirestoreAdminStub build(
      * [IndexOperationMetadata][google.firestore.admin.v1.IndexOperationMetadata].
      * 
*/ - public void createIndex(com.google.firestore.admin.v1.CreateIndexRequest request, + public void createIndex( + com.google.firestore.admin.v1.CreateIndexRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateIndexMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getCreateIndexMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Lists composite indexes.
      * 
*/ - public void listIndexes(com.google.firestore.admin.v1.ListIndexesRequest request, - io.grpc.stub.StreamObserver responseObserver) { + public void listIndexes( + com.google.firestore.admin.v1.ListIndexesRequest request, + io.grpc.stub.StreamObserver + responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListIndexesMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getListIndexesMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Gets a composite index.
      * 
*/ - public void getIndex(com.google.firestore.admin.v1.GetIndexRequest request, + public void getIndex( + com.google.firestore.admin.v1.GetIndexRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetIndexMethod(), getCallOptions()), request, responseObserver); } /** + * + * *
      * Deletes a composite index.
      * 
*/ - public void deleteIndex(com.google.firestore.admin.v1.DeleteIndexRequest request, + public void deleteIndex( + com.google.firestore.admin.v1.DeleteIndexRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteIndexMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getDeleteIndexMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Gets the metadata and configuration for a Field.
      * 
*/ - public void getField(com.google.firestore.admin.v1.GetFieldRequest request, + public void getField( + com.google.firestore.admin.v1.GetFieldRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetFieldMethod(), getCallOptions()), request, responseObserver); } /** + * + * *
      * Updates a field configuration. Currently, field updates apply only to
      * single field index configuration. However, calls to
@@ -1299,13 +1765,18 @@ public void getField(com.google.firestore.admin.v1.GetFieldRequest request,
      * `projects/{project_id}/databases/{database_id}/collectionGroups/__default__/fields/*`.
      * 
*/ - public void updateField(com.google.firestore.admin.v1.UpdateFieldRequest request, + public void updateField( + com.google.firestore.admin.v1.UpdateFieldRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateFieldMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getUpdateFieldMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Lists the field configuration and metadata for this database.
      * Currently,
@@ -1317,13 +1788,17 @@ public void updateField(com.google.firestore.admin.v1.UpdateFieldRequest request
      * `ttlConfig:*`.
      * 
*/ - public void listFields(com.google.firestore.admin.v1.ListFieldsRequest request, - io.grpc.stub.StreamObserver responseObserver) { + public void listFields( + com.google.firestore.admin.v1.ListFieldsRequest request, + io.grpc.stub.StreamObserver + responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListFieldsMethod(), getCallOptions()), request, responseObserver); } /** + * + * *
      * Exports a copy of all or a subset of documents from Google Cloud Firestore
      * to another storage system, such as Google Cloud Storage. Recent updates to
@@ -1337,13 +1812,18 @@ public void listFields(com.google.firestore.admin.v1.ListFieldsRequest request,
      * https://cloud.google.com/firestore/docs/manage-data/export-import
      * 
*/ - public void exportDocuments(com.google.firestore.admin.v1.ExportDocumentsRequest request, + public void exportDocuments( + com.google.firestore.admin.v1.ExportDocumentsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getExportDocumentsMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getExportDocumentsMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Imports documents into Google Cloud Firestore. Existing documents with the
      * same name are overwritten. The import occurs in the background and its
@@ -1352,13 +1832,18 @@ public void exportDocuments(com.google.firestore.admin.v1.ExportDocumentsRequest
      * that a subset of the data has already been imported to Cloud Firestore.
      * 
*/ - public void importDocuments(com.google.firestore.admin.v1.ImportDocumentsRequest request, + public void importDocuments( + com.google.firestore.admin.v1.ImportDocumentsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getImportDocumentsMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getImportDocumentsMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Bulk deletes a subset of documents from Google Cloud Firestore.
      * Documents created or updated after the underlying system starts to process
@@ -1369,101 +1854,146 @@ public void importDocuments(com.google.firestore.admin.v1.ImportDocumentsRequest
      * https://cloud.google.com/firestore/docs/manage-data/bulk-delete
      * 
*/ - public void bulkDeleteDocuments(com.google.firestore.admin.v1.BulkDeleteDocumentsRequest request, + public void bulkDeleteDocuments( + com.google.firestore.admin.v1.BulkDeleteDocumentsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getBulkDeleteDocumentsMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getBulkDeleteDocumentsMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Create a database.
      * 
*/ - public void createDatabase(com.google.firestore.admin.v1.CreateDatabaseRequest request, + public void createDatabase( + com.google.firestore.admin.v1.CreateDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateDatabaseMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getCreateDatabaseMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Gets information about a database.
      * 
*/ - public void getDatabase(com.google.firestore.admin.v1.GetDatabaseRequest request, + public void getDatabase( + com.google.firestore.admin.v1.GetDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetDatabaseMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getGetDatabaseMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * List all the databases in the project.
      * 
*/ - public void listDatabases(com.google.firestore.admin.v1.ListDatabasesRequest request, - io.grpc.stub.StreamObserver responseObserver) { + public void listDatabases( + com.google.firestore.admin.v1.ListDatabasesRequest request, + io.grpc.stub.StreamObserver + responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListDatabasesMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getListDatabasesMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Updates a database.
      * 
*/ - public void updateDatabase(com.google.firestore.admin.v1.UpdateDatabaseRequest request, + public void updateDatabase( + com.google.firestore.admin.v1.UpdateDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateDatabaseMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getUpdateDatabaseMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Deletes a database.
      * 
*/ - public void deleteDatabase(com.google.firestore.admin.v1.DeleteDatabaseRequest request, + public void deleteDatabase( + com.google.firestore.admin.v1.DeleteDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteDatabaseMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getDeleteDatabaseMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Gets information about a backup.
      * 
*/ - public void getBackup(com.google.firestore.admin.v1.GetBackupRequest request, + public void getBackup( + com.google.firestore.admin.v1.GetBackupRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetBackupMethod(), getCallOptions()), request, responseObserver); } /** + * + * *
      * Lists all the backups.
      * 
*/ - public void listBackups(com.google.firestore.admin.v1.ListBackupsRequest request, - io.grpc.stub.StreamObserver responseObserver) { + public void listBackups( + com.google.firestore.admin.v1.ListBackupsRequest request, + io.grpc.stub.StreamObserver + responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListBackupsMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getListBackupsMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Deletes a backup.
      * 
*/ - public void deleteBackup(com.google.firestore.admin.v1.DeleteBackupRequest request, + public void deleteBackup( + com.google.firestore.admin.v1.DeleteBackupRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteBackupMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getDeleteBackupMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Creates a new database by restoring from an existing backup.
      * The new database must be in the same cloud region or multi-region location
@@ -1482,72 +2012,105 @@ public void deleteBackup(com.google.firestore.admin.v1.DeleteBackupRequest reque
      * completed.
      * 
*/ - public void restoreDatabase(com.google.firestore.admin.v1.RestoreDatabaseRequest request, + public void restoreDatabase( + com.google.firestore.admin.v1.RestoreDatabaseRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRestoreDatabaseMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getRestoreDatabaseMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Creates a backup schedule on a database.
      * At most two backup schedules can be configured on a database, one daily
      * backup schedule and one weekly backup schedule.
      * 
*/ - public void createBackupSchedule(com.google.firestore.admin.v1.CreateBackupScheduleRequest request, - io.grpc.stub.StreamObserver responseObserver) { + public void createBackupSchedule( + com.google.firestore.admin.v1.CreateBackupScheduleRequest request, + io.grpc.stub.StreamObserver + responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateBackupScheduleMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getCreateBackupScheduleMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Gets information about a backup schedule.
      * 
*/ - public void getBackupSchedule(com.google.firestore.admin.v1.GetBackupScheduleRequest request, - io.grpc.stub.StreamObserver responseObserver) { + public void getBackupSchedule( + com.google.firestore.admin.v1.GetBackupScheduleRequest request, + io.grpc.stub.StreamObserver + responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetBackupScheduleMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getGetBackupScheduleMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * List backup schedules.
      * 
*/ - public void listBackupSchedules(com.google.firestore.admin.v1.ListBackupSchedulesRequest request, - io.grpc.stub.StreamObserver responseObserver) { + public void listBackupSchedules( + com.google.firestore.admin.v1.ListBackupSchedulesRequest request, + io.grpc.stub.StreamObserver + responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListBackupSchedulesMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getListBackupSchedulesMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Updates a backup schedule.
      * 
*/ - public void updateBackupSchedule(com.google.firestore.admin.v1.UpdateBackupScheduleRequest request, - io.grpc.stub.StreamObserver responseObserver) { + public void updateBackupSchedule( + com.google.firestore.admin.v1.UpdateBackupScheduleRequest request, + io.grpc.stub.StreamObserver + responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateBackupScheduleMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getUpdateBackupScheduleMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Deletes a backup schedule.
      * 
*/ - public void deleteBackupSchedule(com.google.firestore.admin.v1.DeleteBackupScheduleRequest request, + public void deleteBackupSchedule( + com.google.firestore.admin.v1.DeleteBackupScheduleRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteBackupScheduleMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getDeleteBackupScheduleMethod(), getCallOptions()), + request, + responseObserver); } } /** * A stub to allow clients to do synchronous rpc calls to service FirestoreAdmin. + * *
    * The Cloud Firestore Admin API.
    * This API provides several administrative services for Cloud Firestore.
@@ -1573,8 +2136,7 @@ public void deleteBackupSchedule(com.google.firestore.admin.v1.DeleteBackupSched
    */
   public static final class FirestoreAdminBlockingStub
       extends io.grpc.stub.AbstractBlockingStub {
-    private FirestoreAdminBlockingStub(
-        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+    private FirestoreAdminBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
       super(channel, callOptions);
     }
 
@@ -1585,6 +2147,8 @@ protected FirestoreAdminBlockingStub build(
     }
 
     /**
+     *
+     *
      * 
      * Creates a composite index. This returns a
      * [google.longrunning.Operation][google.longrunning.Operation] which may be
@@ -1593,52 +2157,67 @@ protected FirestoreAdminBlockingStub build(
      * [IndexOperationMetadata][google.firestore.admin.v1.IndexOperationMetadata].
      * 
*/ - public com.google.longrunning.Operation createIndex(com.google.firestore.admin.v1.CreateIndexRequest request) { + public com.google.longrunning.Operation createIndex( + com.google.firestore.admin.v1.CreateIndexRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateIndexMethod(), getCallOptions(), request); } /** + * + * *
      * Lists composite indexes.
      * 
*/ - public com.google.firestore.admin.v1.ListIndexesResponse listIndexes(com.google.firestore.admin.v1.ListIndexesRequest request) { + public com.google.firestore.admin.v1.ListIndexesResponse listIndexes( + com.google.firestore.admin.v1.ListIndexesRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListIndexesMethod(), getCallOptions(), request); } /** + * + * *
      * Gets a composite index.
      * 
*/ - public com.google.firestore.admin.v1.Index getIndex(com.google.firestore.admin.v1.GetIndexRequest request) { + public com.google.firestore.admin.v1.Index getIndex( + com.google.firestore.admin.v1.GetIndexRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetIndexMethod(), getCallOptions(), request); } /** + * + * *
      * Deletes a composite index.
      * 
*/ - public com.google.protobuf.Empty deleteIndex(com.google.firestore.admin.v1.DeleteIndexRequest request) { + public com.google.protobuf.Empty deleteIndex( + com.google.firestore.admin.v1.DeleteIndexRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteIndexMethod(), getCallOptions(), request); } /** + * + * *
      * Gets the metadata and configuration for a Field.
      * 
*/ - public com.google.firestore.admin.v1.Field getField(com.google.firestore.admin.v1.GetFieldRequest request) { + public com.google.firestore.admin.v1.Field getField( + com.google.firestore.admin.v1.GetFieldRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetFieldMethod(), getCallOptions(), request); } /** + * + * *
      * Updates a field configuration. Currently, field updates apply only to
      * single field index configuration. However, calls to
@@ -1656,12 +2235,15 @@ public com.google.firestore.admin.v1.Field getField(com.google.firestore.admin.v
      * `projects/{project_id}/databases/{database_id}/collectionGroups/__default__/fields/*`.
      * 
*/ - public com.google.longrunning.Operation updateField(com.google.firestore.admin.v1.UpdateFieldRequest request) { + public com.google.longrunning.Operation updateField( + com.google.firestore.admin.v1.UpdateFieldRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUpdateFieldMethod(), getCallOptions(), request); } /** + * + * *
      * Lists the field configuration and metadata for this database.
      * Currently,
@@ -1673,12 +2255,15 @@ public com.google.longrunning.Operation updateField(com.google.firestore.admin.v
      * `ttlConfig:*`.
      * 
*/ - public com.google.firestore.admin.v1.ListFieldsResponse listFields(com.google.firestore.admin.v1.ListFieldsRequest request) { + public com.google.firestore.admin.v1.ListFieldsResponse listFields( + com.google.firestore.admin.v1.ListFieldsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListFieldsMethod(), getCallOptions(), request); } /** + * + * *
      * Exports a copy of all or a subset of documents from Google Cloud Firestore
      * to another storage system, such as Google Cloud Storage. Recent updates to
@@ -1692,12 +2277,15 @@ public com.google.firestore.admin.v1.ListFieldsResponse listFields(com.google.fi
      * https://cloud.google.com/firestore/docs/manage-data/export-import
      * 
*/ - public com.google.longrunning.Operation exportDocuments(com.google.firestore.admin.v1.ExportDocumentsRequest request) { + public com.google.longrunning.Operation exportDocuments( + com.google.firestore.admin.v1.ExportDocumentsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getExportDocumentsMethod(), getCallOptions(), request); } /** + * + * *
      * Imports documents into Google Cloud Firestore. Existing documents with the
      * same name are overwritten. The import occurs in the background and its
@@ -1706,12 +2294,15 @@ public com.google.longrunning.Operation exportDocuments(com.google.firestore.adm
      * that a subset of the data has already been imported to Cloud Firestore.
      * 
*/ - public com.google.longrunning.Operation importDocuments(com.google.firestore.admin.v1.ImportDocumentsRequest request) { + public com.google.longrunning.Operation importDocuments( + com.google.firestore.admin.v1.ImportDocumentsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getImportDocumentsMethod(), getCallOptions(), request); } /** + * + * *
      * Bulk deletes a subset of documents from Google Cloud Firestore.
      * Documents created or updated after the underlying system starts to process
@@ -1722,92 +2313,119 @@ public com.google.longrunning.Operation importDocuments(com.google.firestore.adm
      * https://cloud.google.com/firestore/docs/manage-data/bulk-delete
      * 
*/ - public com.google.longrunning.Operation bulkDeleteDocuments(com.google.firestore.admin.v1.BulkDeleteDocumentsRequest request) { + public com.google.longrunning.Operation bulkDeleteDocuments( + com.google.firestore.admin.v1.BulkDeleteDocumentsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getBulkDeleteDocumentsMethod(), getCallOptions(), request); } /** + * + * *
      * Create a database.
      * 
*/ - public com.google.longrunning.Operation createDatabase(com.google.firestore.admin.v1.CreateDatabaseRequest request) { + public com.google.longrunning.Operation createDatabase( + com.google.firestore.admin.v1.CreateDatabaseRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateDatabaseMethod(), getCallOptions(), request); } /** + * + * *
      * Gets information about a database.
      * 
*/ - public com.google.firestore.admin.v1.Database getDatabase(com.google.firestore.admin.v1.GetDatabaseRequest request) { + public com.google.firestore.admin.v1.Database getDatabase( + com.google.firestore.admin.v1.GetDatabaseRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetDatabaseMethod(), getCallOptions(), request); } /** + * + * *
      * List all the databases in the project.
      * 
*/ - public com.google.firestore.admin.v1.ListDatabasesResponse listDatabases(com.google.firestore.admin.v1.ListDatabasesRequest request) { + public com.google.firestore.admin.v1.ListDatabasesResponse listDatabases( + com.google.firestore.admin.v1.ListDatabasesRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListDatabasesMethod(), getCallOptions(), request); } /** + * + * *
      * Updates a database.
      * 
*/ - public com.google.longrunning.Operation updateDatabase(com.google.firestore.admin.v1.UpdateDatabaseRequest request) { + public com.google.longrunning.Operation updateDatabase( + com.google.firestore.admin.v1.UpdateDatabaseRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUpdateDatabaseMethod(), getCallOptions(), request); } /** + * + * *
      * Deletes a database.
      * 
*/ - public com.google.longrunning.Operation deleteDatabase(com.google.firestore.admin.v1.DeleteDatabaseRequest request) { + public com.google.longrunning.Operation deleteDatabase( + com.google.firestore.admin.v1.DeleteDatabaseRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteDatabaseMethod(), getCallOptions(), request); } /** + * + * *
      * Gets information about a backup.
      * 
*/ - public com.google.firestore.admin.v1.Backup getBackup(com.google.firestore.admin.v1.GetBackupRequest request) { + public com.google.firestore.admin.v1.Backup getBackup( + com.google.firestore.admin.v1.GetBackupRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetBackupMethod(), getCallOptions(), request); } /** + * + * *
      * Lists all the backups.
      * 
*/ - public com.google.firestore.admin.v1.ListBackupsResponse listBackups(com.google.firestore.admin.v1.ListBackupsRequest request) { + public com.google.firestore.admin.v1.ListBackupsResponse listBackups( + com.google.firestore.admin.v1.ListBackupsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListBackupsMethod(), getCallOptions(), request); } /** + * + * *
      * Deletes a backup.
      * 
*/ - public com.google.protobuf.Empty deleteBackup(com.google.firestore.admin.v1.DeleteBackupRequest request) { + public com.google.protobuf.Empty deleteBackup( + com.google.firestore.admin.v1.DeleteBackupRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteBackupMethod(), getCallOptions(), request); } /** + * + * *
      * Creates a new database by restoring from an existing backup.
      * The new database must be in the same cloud region or multi-region location
@@ -1826,59 +2444,75 @@ public com.google.protobuf.Empty deleteBackup(com.google.firestore.admin.v1.Dele
      * completed.
      * 
*/ - public com.google.longrunning.Operation restoreDatabase(com.google.firestore.admin.v1.RestoreDatabaseRequest request) { + public com.google.longrunning.Operation restoreDatabase( + com.google.firestore.admin.v1.RestoreDatabaseRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRestoreDatabaseMethod(), getCallOptions(), request); } /** + * + * *
      * Creates a backup schedule on a database.
      * At most two backup schedules can be configured on a database, one daily
      * backup schedule and one weekly backup schedule.
      * 
*/ - public com.google.firestore.admin.v1.BackupSchedule createBackupSchedule(com.google.firestore.admin.v1.CreateBackupScheduleRequest request) { + public com.google.firestore.admin.v1.BackupSchedule createBackupSchedule( + com.google.firestore.admin.v1.CreateBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateBackupScheduleMethod(), getCallOptions(), request); } /** + * + * *
      * Gets information about a backup schedule.
      * 
*/ - public com.google.firestore.admin.v1.BackupSchedule getBackupSchedule(com.google.firestore.admin.v1.GetBackupScheduleRequest request) { + public com.google.firestore.admin.v1.BackupSchedule getBackupSchedule( + com.google.firestore.admin.v1.GetBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetBackupScheduleMethod(), getCallOptions(), request); } /** + * + * *
      * List backup schedules.
      * 
*/ - public com.google.firestore.admin.v1.ListBackupSchedulesResponse listBackupSchedules(com.google.firestore.admin.v1.ListBackupSchedulesRequest request) { + public com.google.firestore.admin.v1.ListBackupSchedulesResponse listBackupSchedules( + com.google.firestore.admin.v1.ListBackupSchedulesRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListBackupSchedulesMethod(), getCallOptions(), request); } /** + * + * *
      * Updates a backup schedule.
      * 
*/ - public com.google.firestore.admin.v1.BackupSchedule updateBackupSchedule(com.google.firestore.admin.v1.UpdateBackupScheduleRequest request) { + public com.google.firestore.admin.v1.BackupSchedule updateBackupSchedule( + com.google.firestore.admin.v1.UpdateBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUpdateBackupScheduleMethod(), getCallOptions(), request); } /** + * + * *
      * Deletes a backup schedule.
      * 
*/ - public com.google.protobuf.Empty deleteBackupSchedule(com.google.firestore.admin.v1.DeleteBackupScheduleRequest request) { + public com.google.protobuf.Empty deleteBackupSchedule( + com.google.firestore.admin.v1.DeleteBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteBackupScheduleMethod(), getCallOptions(), request); } @@ -1886,6 +2520,7 @@ public com.google.protobuf.Empty deleteBackupSchedule(com.google.firestore.admin /** * A stub to allow clients to do ListenableFuture-style rpc calls to service FirestoreAdmin. + * *
    * The Cloud Firestore Admin API.
    * This API provides several administrative services for Cloud Firestore.
@@ -1911,8 +2546,7 @@ public com.google.protobuf.Empty deleteBackupSchedule(com.google.firestore.admin
    */
   public static final class FirestoreAdminFutureStub
       extends io.grpc.stub.AbstractFutureStub {
-    private FirestoreAdminFutureStub(
-        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+    private FirestoreAdminFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
       super(channel, callOptions);
     }
 
@@ -1923,6 +2557,8 @@ protected FirestoreAdminFutureStub build(
     }
 
     /**
+     *
+     *
      * 
      * Creates a composite index. This returns a
      * [google.longrunning.Operation][google.longrunning.Operation] which may be
@@ -1931,57 +2567,68 @@ protected FirestoreAdminFutureStub build(
      * [IndexOperationMetadata][google.firestore.admin.v1.IndexOperationMetadata].
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture createIndex( - com.google.firestore.admin.v1.CreateIndexRequest request) { + public com.google.common.util.concurrent.ListenableFuture + createIndex(com.google.firestore.admin.v1.CreateIndexRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateIndexMethod(), getCallOptions()), request); } /** + * + * *
      * Lists composite indexes.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture listIndexes( - com.google.firestore.admin.v1.ListIndexesRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.firestore.admin.v1.ListIndexesResponse> + listIndexes(com.google.firestore.admin.v1.ListIndexesRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListIndexesMethod(), getCallOptions()), request); } /** + * + * *
      * Gets a composite index.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture getIndex( - com.google.firestore.admin.v1.GetIndexRequest request) { + public com.google.common.util.concurrent.ListenableFuture + getIndex(com.google.firestore.admin.v1.GetIndexRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetIndexMethod(), getCallOptions()), request); } /** + * + * *
      * Deletes a composite index.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture deleteIndex( - com.google.firestore.admin.v1.DeleteIndexRequest request) { + public com.google.common.util.concurrent.ListenableFuture + deleteIndex(com.google.firestore.admin.v1.DeleteIndexRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteIndexMethod(), getCallOptions()), request); } /** + * + * *
      * Gets the metadata and configuration for a Field.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture getField( - com.google.firestore.admin.v1.GetFieldRequest request) { + public com.google.common.util.concurrent.ListenableFuture + getField(com.google.firestore.admin.v1.GetFieldRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetFieldMethod(), getCallOptions()), request); } /** + * + * *
      * Updates a field configuration. Currently, field updates apply only to
      * single field index configuration. However, calls to
@@ -1999,13 +2646,15 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture updateField(
-        com.google.firestore.admin.v1.UpdateFieldRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        updateField(com.google.firestore.admin.v1.UpdateFieldRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getUpdateFieldMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Lists the field configuration and metadata for this database.
      * Currently,
@@ -2017,13 +2666,16 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture listFields(
-        com.google.firestore.admin.v1.ListFieldsRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture<
+            com.google.firestore.admin.v1.ListFieldsResponse>
+        listFields(com.google.firestore.admin.v1.ListFieldsRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getListFieldsMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Exports a copy of all or a subset of documents from Google Cloud Firestore
      * to another storage system, such as Google Cloud Storage. Recent updates to
@@ -2037,13 +2689,15 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture exportDocuments(
-        com.google.firestore.admin.v1.ExportDocumentsRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        exportDocuments(com.google.firestore.admin.v1.ExportDocumentsRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getExportDocumentsMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Imports documents into Google Cloud Firestore. Existing documents with the
      * same name are overwritten. The import occurs in the background and its
@@ -2052,13 +2706,15 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture importDocuments(
-        com.google.firestore.admin.v1.ImportDocumentsRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        importDocuments(com.google.firestore.admin.v1.ImportDocumentsRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getImportDocumentsMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Bulk deletes a subset of documents from Google Cloud Firestore.
      * Documents created or updated after the underlying system starts to process
@@ -2069,101 +2725,122 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture bulkDeleteDocuments(
-        com.google.firestore.admin.v1.BulkDeleteDocumentsRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        bulkDeleteDocuments(com.google.firestore.admin.v1.BulkDeleteDocumentsRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getBulkDeleteDocumentsMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Create a database.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture createDatabase( - com.google.firestore.admin.v1.CreateDatabaseRequest request) { + public com.google.common.util.concurrent.ListenableFuture + createDatabase(com.google.firestore.admin.v1.CreateDatabaseRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateDatabaseMethod(), getCallOptions()), request); } /** + * + * *
      * Gets information about a database.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture getDatabase( - com.google.firestore.admin.v1.GetDatabaseRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.firestore.admin.v1.Database> + getDatabase(com.google.firestore.admin.v1.GetDatabaseRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetDatabaseMethod(), getCallOptions()), request); } /** + * + * *
      * List all the databases in the project.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture listDatabases( - com.google.firestore.admin.v1.ListDatabasesRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.firestore.admin.v1.ListDatabasesResponse> + listDatabases(com.google.firestore.admin.v1.ListDatabasesRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListDatabasesMethod(), getCallOptions()), request); } /** + * + * *
      * Updates a database.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture updateDatabase( - com.google.firestore.admin.v1.UpdateDatabaseRequest request) { + public com.google.common.util.concurrent.ListenableFuture + updateDatabase(com.google.firestore.admin.v1.UpdateDatabaseRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUpdateDatabaseMethod(), getCallOptions()), request); } /** + * + * *
      * Deletes a database.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture deleteDatabase( - com.google.firestore.admin.v1.DeleteDatabaseRequest request) { + public com.google.common.util.concurrent.ListenableFuture + deleteDatabase(com.google.firestore.admin.v1.DeleteDatabaseRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteDatabaseMethod(), getCallOptions()), request); } /** + * + * *
      * Gets information about a backup.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture getBackup( - com.google.firestore.admin.v1.GetBackupRequest request) { + public com.google.common.util.concurrent.ListenableFuture + getBackup(com.google.firestore.admin.v1.GetBackupRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetBackupMethod(), getCallOptions()), request); } /** + * + * *
      * Lists all the backups.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture listBackups( - com.google.firestore.admin.v1.ListBackupsRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.firestore.admin.v1.ListBackupsResponse> + listBackups(com.google.firestore.admin.v1.ListBackupsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListBackupsMethod(), getCallOptions()), request); } /** + * + * *
      * Deletes a backup.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture deleteBackup( - com.google.firestore.admin.v1.DeleteBackupRequest request) { + public com.google.common.util.concurrent.ListenableFuture + deleteBackup(com.google.firestore.admin.v1.DeleteBackupRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteBackupMethod(), getCallOptions()), request); } /** + * + * *
      * Creates a new database by restoring from an existing backup.
      * The new database must be in the same cloud region or multi-region location
@@ -2182,65 +2859,79 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture restoreDatabase(
-        com.google.firestore.admin.v1.RestoreDatabaseRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        restoreDatabase(com.google.firestore.admin.v1.RestoreDatabaseRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getRestoreDatabaseMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Creates a backup schedule on a database.
      * At most two backup schedules can be configured on a database, one daily
      * backup schedule and one weekly backup schedule.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture createBackupSchedule( - com.google.firestore.admin.v1.CreateBackupScheduleRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.firestore.admin.v1.BackupSchedule> + createBackupSchedule(com.google.firestore.admin.v1.CreateBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateBackupScheduleMethod(), getCallOptions()), request); } /** + * + * *
      * Gets information about a backup schedule.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture getBackupSchedule( - com.google.firestore.admin.v1.GetBackupScheduleRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.firestore.admin.v1.BackupSchedule> + getBackupSchedule(com.google.firestore.admin.v1.GetBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetBackupScheduleMethod(), getCallOptions()), request); } /** + * + * *
      * List backup schedules.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture listBackupSchedules( - com.google.firestore.admin.v1.ListBackupSchedulesRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.firestore.admin.v1.ListBackupSchedulesResponse> + listBackupSchedules(com.google.firestore.admin.v1.ListBackupSchedulesRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListBackupSchedulesMethod(), getCallOptions()), request); } /** + * + * *
      * Updates a backup schedule.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture updateBackupSchedule( - com.google.firestore.admin.v1.UpdateBackupScheduleRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.firestore.admin.v1.BackupSchedule> + updateBackupSchedule(com.google.firestore.admin.v1.UpdateBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUpdateBackupScheduleMethod(), getCallOptions()), request); } /** + * + * *
      * Deletes a backup schedule.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture deleteBackupSchedule( - com.google.firestore.admin.v1.DeleteBackupScheduleRequest request) { + public com.google.common.util.concurrent.ListenableFuture + deleteBackupSchedule(com.google.firestore.admin.v1.DeleteBackupScheduleRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteBackupScheduleMethod(), getCallOptions()), request); } @@ -2271,11 +2962,11 @@ public com.google.common.util.concurrent.ListenableFuture implements - io.grpc.stub.ServerCalls.UnaryMethod, - io.grpc.stub.ServerCalls.ServerStreamingMethod, - io.grpc.stub.ServerCalls.ClientStreamingMethod, - io.grpc.stub.ServerCalls.BidiStreamingMethod { + private static final class MethodHandlers + implements io.grpc.stub.ServerCalls.UnaryMethod, + io.grpc.stub.ServerCalls.ServerStreamingMethod, + io.grpc.stub.ServerCalls.ClientStreamingMethod, + io.grpc.stub.ServerCalls.BidiStreamingMethod { private final AsyncService serviceImpl; private final int methodId; @@ -2289,99 +2980,133 @@ private static final class MethodHandlers implements public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_CREATE_INDEX: - serviceImpl.createIndex((com.google.firestore.admin.v1.CreateIndexRequest) request, + serviceImpl.createIndex( + (com.google.firestore.admin.v1.CreateIndexRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_INDEXES: - serviceImpl.listIndexes((com.google.firestore.admin.v1.ListIndexesRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.listIndexes( + (com.google.firestore.admin.v1.ListIndexesRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_GET_INDEX: - serviceImpl.getIndex((com.google.firestore.admin.v1.GetIndexRequest) request, + serviceImpl.getIndex( + (com.google.firestore.admin.v1.GetIndexRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_INDEX: - serviceImpl.deleteIndex((com.google.firestore.admin.v1.DeleteIndexRequest) request, + serviceImpl.deleteIndex( + (com.google.firestore.admin.v1.DeleteIndexRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_FIELD: - serviceImpl.getField((com.google.firestore.admin.v1.GetFieldRequest) request, + serviceImpl.getField( + (com.google.firestore.admin.v1.GetFieldRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_UPDATE_FIELD: - serviceImpl.updateField((com.google.firestore.admin.v1.UpdateFieldRequest) request, + serviceImpl.updateField( + (com.google.firestore.admin.v1.UpdateFieldRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_FIELDS: - serviceImpl.listFields((com.google.firestore.admin.v1.ListFieldsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.listFields( + (com.google.firestore.admin.v1.ListFieldsRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_EXPORT_DOCUMENTS: - serviceImpl.exportDocuments((com.google.firestore.admin.v1.ExportDocumentsRequest) request, + serviceImpl.exportDocuments( + (com.google.firestore.admin.v1.ExportDocumentsRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_IMPORT_DOCUMENTS: - serviceImpl.importDocuments((com.google.firestore.admin.v1.ImportDocumentsRequest) request, + serviceImpl.importDocuments( + (com.google.firestore.admin.v1.ImportDocumentsRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_BULK_DELETE_DOCUMENTS: - serviceImpl.bulkDeleteDocuments((com.google.firestore.admin.v1.BulkDeleteDocumentsRequest) request, + serviceImpl.bulkDeleteDocuments( + (com.google.firestore.admin.v1.BulkDeleteDocumentsRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_CREATE_DATABASE: - serviceImpl.createDatabase((com.google.firestore.admin.v1.CreateDatabaseRequest) request, + serviceImpl.createDatabase( + (com.google.firestore.admin.v1.CreateDatabaseRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_DATABASE: - serviceImpl.getDatabase((com.google.firestore.admin.v1.GetDatabaseRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.getDatabase( + (com.google.firestore.admin.v1.GetDatabaseRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_LIST_DATABASES: - serviceImpl.listDatabases((com.google.firestore.admin.v1.ListDatabasesRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.listDatabases( + (com.google.firestore.admin.v1.ListDatabasesRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_UPDATE_DATABASE: - serviceImpl.updateDatabase((com.google.firestore.admin.v1.UpdateDatabaseRequest) request, + serviceImpl.updateDatabase( + (com.google.firestore.admin.v1.UpdateDatabaseRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_DATABASE: - serviceImpl.deleteDatabase((com.google.firestore.admin.v1.DeleteDatabaseRequest) request, + serviceImpl.deleteDatabase( + (com.google.firestore.admin.v1.DeleteDatabaseRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_BACKUP: - serviceImpl.getBackup((com.google.firestore.admin.v1.GetBackupRequest) request, + serviceImpl.getBackup( + (com.google.firestore.admin.v1.GetBackupRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_BACKUPS: - serviceImpl.listBackups((com.google.firestore.admin.v1.ListBackupsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.listBackups( + (com.google.firestore.admin.v1.ListBackupsRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_DELETE_BACKUP: - serviceImpl.deleteBackup((com.google.firestore.admin.v1.DeleteBackupRequest) request, + serviceImpl.deleteBackup( + (com.google.firestore.admin.v1.DeleteBackupRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_RESTORE_DATABASE: - serviceImpl.restoreDatabase((com.google.firestore.admin.v1.RestoreDatabaseRequest) request, + serviceImpl.restoreDatabase( + (com.google.firestore.admin.v1.RestoreDatabaseRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_CREATE_BACKUP_SCHEDULE: - serviceImpl.createBackupSchedule((com.google.firestore.admin.v1.CreateBackupScheduleRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.createBackupSchedule( + (com.google.firestore.admin.v1.CreateBackupScheduleRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_GET_BACKUP_SCHEDULE: - serviceImpl.getBackupSchedule((com.google.firestore.admin.v1.GetBackupScheduleRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.getBackupSchedule( + (com.google.firestore.admin.v1.GetBackupScheduleRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_LIST_BACKUP_SCHEDULES: - serviceImpl.listBackupSchedules((com.google.firestore.admin.v1.ListBackupSchedulesRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.listBackupSchedules( + (com.google.firestore.admin.v1.ListBackupSchedulesRequest) request, + (io.grpc.stub.StreamObserver< + com.google.firestore.admin.v1.ListBackupSchedulesResponse>) + responseObserver); break; case METHODID_UPDATE_BACKUP_SCHEDULE: - serviceImpl.updateBackupSchedule((com.google.firestore.admin.v1.UpdateBackupScheduleRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.updateBackupSchedule( + (com.google.firestore.admin.v1.UpdateBackupScheduleRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_DELETE_BACKUP_SCHEDULE: - serviceImpl.deleteBackupSchedule((com.google.firestore.admin.v1.DeleteBackupScheduleRequest) request, + serviceImpl.deleteBackupSchedule( + (com.google.firestore.admin.v1.DeleteBackupScheduleRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: @@ -2403,178 +3128,163 @@ public io.grpc.stub.StreamObserver invoke( public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( - getCreateIndexMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.CreateIndexRequest, - com.google.longrunning.Operation>( - service, METHODID_CREATE_INDEX))) + getCreateIndexMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.CreateIndexRequest, + com.google.longrunning.Operation>(service, METHODID_CREATE_INDEX))) .addMethod( - getListIndexesMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.ListIndexesRequest, - com.google.firestore.admin.v1.ListIndexesResponse>( - service, METHODID_LIST_INDEXES))) + getListIndexesMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.ListIndexesRequest, + com.google.firestore.admin.v1.ListIndexesResponse>( + service, METHODID_LIST_INDEXES))) .addMethod( - getGetIndexMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.GetIndexRequest, - com.google.firestore.admin.v1.Index>( - service, METHODID_GET_INDEX))) + getGetIndexMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.GetIndexRequest, + com.google.firestore.admin.v1.Index>(service, METHODID_GET_INDEX))) .addMethod( - getDeleteIndexMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.DeleteIndexRequest, - com.google.protobuf.Empty>( - service, METHODID_DELETE_INDEX))) + getDeleteIndexMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.DeleteIndexRequest, com.google.protobuf.Empty>( + service, METHODID_DELETE_INDEX))) .addMethod( - getGetFieldMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.GetFieldRequest, - com.google.firestore.admin.v1.Field>( - service, METHODID_GET_FIELD))) + getGetFieldMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.GetFieldRequest, + com.google.firestore.admin.v1.Field>(service, METHODID_GET_FIELD))) .addMethod( - getUpdateFieldMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.UpdateFieldRequest, - com.google.longrunning.Operation>( - service, METHODID_UPDATE_FIELD))) + getUpdateFieldMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.UpdateFieldRequest, + com.google.longrunning.Operation>(service, METHODID_UPDATE_FIELD))) .addMethod( - getListFieldsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.ListFieldsRequest, - com.google.firestore.admin.v1.ListFieldsResponse>( - service, METHODID_LIST_FIELDS))) + getListFieldsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.ListFieldsRequest, + com.google.firestore.admin.v1.ListFieldsResponse>( + service, METHODID_LIST_FIELDS))) .addMethod( - getExportDocumentsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.ExportDocumentsRequest, - com.google.longrunning.Operation>( - service, METHODID_EXPORT_DOCUMENTS))) + getExportDocumentsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.ExportDocumentsRequest, + com.google.longrunning.Operation>(service, METHODID_EXPORT_DOCUMENTS))) .addMethod( - getImportDocumentsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.ImportDocumentsRequest, - com.google.longrunning.Operation>( - service, METHODID_IMPORT_DOCUMENTS))) + getImportDocumentsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.ImportDocumentsRequest, + com.google.longrunning.Operation>(service, METHODID_IMPORT_DOCUMENTS))) .addMethod( - getBulkDeleteDocumentsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.BulkDeleteDocumentsRequest, - com.google.longrunning.Operation>( - service, METHODID_BULK_DELETE_DOCUMENTS))) + getBulkDeleteDocumentsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.BulkDeleteDocumentsRequest, + com.google.longrunning.Operation>(service, METHODID_BULK_DELETE_DOCUMENTS))) .addMethod( - getCreateDatabaseMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.CreateDatabaseRequest, - com.google.longrunning.Operation>( - service, METHODID_CREATE_DATABASE))) + getCreateDatabaseMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.CreateDatabaseRequest, + com.google.longrunning.Operation>(service, METHODID_CREATE_DATABASE))) .addMethod( - getGetDatabaseMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.GetDatabaseRequest, - com.google.firestore.admin.v1.Database>( - service, METHODID_GET_DATABASE))) + getGetDatabaseMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.GetDatabaseRequest, + com.google.firestore.admin.v1.Database>(service, METHODID_GET_DATABASE))) .addMethod( - getListDatabasesMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.ListDatabasesRequest, - com.google.firestore.admin.v1.ListDatabasesResponse>( - service, METHODID_LIST_DATABASES))) + getListDatabasesMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.ListDatabasesRequest, + com.google.firestore.admin.v1.ListDatabasesResponse>( + service, METHODID_LIST_DATABASES))) .addMethod( - getUpdateDatabaseMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.UpdateDatabaseRequest, - com.google.longrunning.Operation>( - service, METHODID_UPDATE_DATABASE))) + getUpdateDatabaseMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.UpdateDatabaseRequest, + com.google.longrunning.Operation>(service, METHODID_UPDATE_DATABASE))) .addMethod( - getDeleteDatabaseMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.DeleteDatabaseRequest, - com.google.longrunning.Operation>( - service, METHODID_DELETE_DATABASE))) + getDeleteDatabaseMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.DeleteDatabaseRequest, + com.google.longrunning.Operation>(service, METHODID_DELETE_DATABASE))) .addMethod( - getGetBackupMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.GetBackupRequest, - com.google.firestore.admin.v1.Backup>( - service, METHODID_GET_BACKUP))) + getGetBackupMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.GetBackupRequest, + com.google.firestore.admin.v1.Backup>(service, METHODID_GET_BACKUP))) .addMethod( - getListBackupsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.ListBackupsRequest, - com.google.firestore.admin.v1.ListBackupsResponse>( - service, METHODID_LIST_BACKUPS))) + getListBackupsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.ListBackupsRequest, + com.google.firestore.admin.v1.ListBackupsResponse>( + service, METHODID_LIST_BACKUPS))) .addMethod( - getDeleteBackupMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.DeleteBackupRequest, - com.google.protobuf.Empty>( - service, METHODID_DELETE_BACKUP))) + getDeleteBackupMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.DeleteBackupRequest, com.google.protobuf.Empty>( + service, METHODID_DELETE_BACKUP))) .addMethod( - getRestoreDatabaseMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.RestoreDatabaseRequest, - com.google.longrunning.Operation>( - service, METHODID_RESTORE_DATABASE))) + getRestoreDatabaseMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.RestoreDatabaseRequest, + com.google.longrunning.Operation>(service, METHODID_RESTORE_DATABASE))) .addMethod( - getCreateBackupScheduleMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.CreateBackupScheduleRequest, - com.google.firestore.admin.v1.BackupSchedule>( - service, METHODID_CREATE_BACKUP_SCHEDULE))) + getCreateBackupScheduleMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.CreateBackupScheduleRequest, + com.google.firestore.admin.v1.BackupSchedule>( + service, METHODID_CREATE_BACKUP_SCHEDULE))) .addMethod( - getGetBackupScheduleMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.GetBackupScheduleRequest, - com.google.firestore.admin.v1.BackupSchedule>( - service, METHODID_GET_BACKUP_SCHEDULE))) + getGetBackupScheduleMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.GetBackupScheduleRequest, + com.google.firestore.admin.v1.BackupSchedule>( + service, METHODID_GET_BACKUP_SCHEDULE))) .addMethod( - getListBackupSchedulesMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.ListBackupSchedulesRequest, - com.google.firestore.admin.v1.ListBackupSchedulesResponse>( - service, METHODID_LIST_BACKUP_SCHEDULES))) + getListBackupSchedulesMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.ListBackupSchedulesRequest, + com.google.firestore.admin.v1.ListBackupSchedulesResponse>( + service, METHODID_LIST_BACKUP_SCHEDULES))) .addMethod( - getUpdateBackupScheduleMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.UpdateBackupScheduleRequest, - com.google.firestore.admin.v1.BackupSchedule>( - service, METHODID_UPDATE_BACKUP_SCHEDULE))) + getUpdateBackupScheduleMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.UpdateBackupScheduleRequest, + com.google.firestore.admin.v1.BackupSchedule>( + service, METHODID_UPDATE_BACKUP_SCHEDULE))) .addMethod( - getDeleteBackupScheduleMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.admin.v1.DeleteBackupScheduleRequest, - com.google.protobuf.Empty>( - service, METHODID_DELETE_BACKUP_SCHEDULE))) + getDeleteBackupScheduleMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.admin.v1.DeleteBackupScheduleRequest, + com.google.protobuf.Empty>(service, METHODID_DELETE_BACKUP_SCHEDULE))) .build(); } - private static abstract class FirestoreAdminBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { + private abstract static class FirestoreAdminBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, + io.grpc.protobuf.ProtoServiceDescriptorSupplier { FirestoreAdminBaseDescriptorSupplier() {} @java.lang.Override @@ -2616,33 +3326,35 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() { synchronized (FirestoreAdminGrpc.class) { result = serviceDescriptor; if (result == null) { - serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new FirestoreAdminFileDescriptorSupplier()) - .addMethod(getCreateIndexMethod()) - .addMethod(getListIndexesMethod()) - .addMethod(getGetIndexMethod()) - .addMethod(getDeleteIndexMethod()) - .addMethod(getGetFieldMethod()) - .addMethod(getUpdateFieldMethod()) - .addMethod(getListFieldsMethod()) - .addMethod(getExportDocumentsMethod()) - .addMethod(getImportDocumentsMethod()) - .addMethod(getBulkDeleteDocumentsMethod()) - .addMethod(getCreateDatabaseMethod()) - .addMethod(getGetDatabaseMethod()) - .addMethod(getListDatabasesMethod()) - .addMethod(getUpdateDatabaseMethod()) - .addMethod(getDeleteDatabaseMethod()) - .addMethod(getGetBackupMethod()) - .addMethod(getListBackupsMethod()) - .addMethod(getDeleteBackupMethod()) - .addMethod(getRestoreDatabaseMethod()) - .addMethod(getCreateBackupScheduleMethod()) - .addMethod(getGetBackupScheduleMethod()) - .addMethod(getListBackupSchedulesMethod()) - .addMethod(getUpdateBackupScheduleMethod()) - .addMethod(getDeleteBackupScheduleMethod()) - .build(); + serviceDescriptor = + result = + io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new FirestoreAdminFileDescriptorSupplier()) + .addMethod(getCreateIndexMethod()) + .addMethod(getListIndexesMethod()) + .addMethod(getGetIndexMethod()) + .addMethod(getDeleteIndexMethod()) + .addMethod(getGetFieldMethod()) + .addMethod(getUpdateFieldMethod()) + .addMethod(getListFieldsMethod()) + .addMethod(getExportDocumentsMethod()) + .addMethod(getImportDocumentsMethod()) + .addMethod(getBulkDeleteDocumentsMethod()) + .addMethod(getCreateDatabaseMethod()) + .addMethod(getGetDatabaseMethod()) + .addMethod(getListDatabasesMethod()) + .addMethod(getUpdateDatabaseMethod()) + .addMethod(getDeleteDatabaseMethod()) + .addMethod(getGetBackupMethod()) + .addMethod(getListBackupsMethod()) + .addMethod(getDeleteBackupMethod()) + .addMethod(getRestoreDatabaseMethod()) + .addMethod(getCreateBackupScheduleMethod()) + .addMethod(getGetBackupScheduleMethod()) + .addMethod(getListBackupSchedulesMethod()) + .addMethod(getUpdateBackupScheduleMethod()) + .addMethod(getDeleteBackupScheduleMethod()) + .build(); } } } diff --git a/grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java b/grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java new file mode 100644 index 000000000..24bd52f05 --- /dev/null +++ b/grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java @@ -0,0 +1,2069 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package com.google.firestore.v1; + +import static io.grpc.MethodDescriptor.generateFullMethodName; + +/** + * + * + *
+ * The Cloud Firestore service.
+ * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
+ * document database that simplifies storing, syncing, and querying data for
+ * your mobile, web, and IoT apps at global scale. Its client libraries provide
+ * live synchronization and offline support, while its security features and
+ * integrations with Firebase and Google Cloud Platform accelerate building
+ * truly serverless apps.
+ * 
+ */ +@javax.annotation.Generated( + value = "by gRPC proto compiler", + comments = "Source: google/firestore/v1/firestore.proto") +@io.grpc.stub.annotations.GrpcGenerated +public final class FirestoreGrpc { + + private FirestoreGrpc() {} + + public static final java.lang.String SERVICE_NAME = "google.firestore.v1.Firestore"; + + // Static method descriptors that strictly reflect the proto. + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.GetDocumentRequest, com.google.firestore.v1.Document> + getGetDocumentMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "GetDocument", + requestType = com.google.firestore.v1.GetDocumentRequest.class, + responseType = com.google.firestore.v1.Document.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.GetDocumentRequest, com.google.firestore.v1.Document> + getGetDocumentMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.GetDocumentRequest, com.google.firestore.v1.Document> + getGetDocumentMethod; + if ((getGetDocumentMethod = FirestoreGrpc.getGetDocumentMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getGetDocumentMethod = FirestoreGrpc.getGetDocumentMethod) == null) { + FirestoreGrpc.getGetDocumentMethod = + getGetDocumentMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetDocument")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.GetDocumentRequest.getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.Document.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("GetDocument")) + .build(); + } + } + } + return getGetDocumentMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.ListDocumentsRequest, + com.google.firestore.v1.ListDocumentsResponse> + getListDocumentsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ListDocuments", + requestType = com.google.firestore.v1.ListDocumentsRequest.class, + responseType = com.google.firestore.v1.ListDocumentsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.ListDocumentsRequest, + com.google.firestore.v1.ListDocumentsResponse> + getListDocumentsMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.ListDocumentsRequest, + com.google.firestore.v1.ListDocumentsResponse> + getListDocumentsMethod; + if ((getListDocumentsMethod = FirestoreGrpc.getListDocumentsMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getListDocumentsMethod = FirestoreGrpc.getListDocumentsMethod) == null) { + FirestoreGrpc.getListDocumentsMethod = + getListDocumentsMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListDocuments")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.ListDocumentsRequest.getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.ListDocumentsResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("ListDocuments")) + .build(); + } + } + } + return getListDocumentsMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.UpdateDocumentRequest, com.google.firestore.v1.Document> + getUpdateDocumentMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "UpdateDocument", + requestType = com.google.firestore.v1.UpdateDocumentRequest.class, + responseType = com.google.firestore.v1.Document.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.UpdateDocumentRequest, com.google.firestore.v1.Document> + getUpdateDocumentMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.UpdateDocumentRequest, com.google.firestore.v1.Document> + getUpdateDocumentMethod; + if ((getUpdateDocumentMethod = FirestoreGrpc.getUpdateDocumentMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getUpdateDocumentMethod = FirestoreGrpc.getUpdateDocumentMethod) == null) { + FirestoreGrpc.getUpdateDocumentMethod = + getUpdateDocumentMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateDocument")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.UpdateDocumentRequest.getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.Document.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("UpdateDocument")) + .build(); + } + } + } + return getUpdateDocumentMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.DeleteDocumentRequest, com.google.protobuf.Empty> + getDeleteDocumentMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "DeleteDocument", + requestType = com.google.firestore.v1.DeleteDocumentRequest.class, + responseType = com.google.protobuf.Empty.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.DeleteDocumentRequest, com.google.protobuf.Empty> + getDeleteDocumentMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.DeleteDocumentRequest, com.google.protobuf.Empty> + getDeleteDocumentMethod; + if ((getDeleteDocumentMethod = FirestoreGrpc.getDeleteDocumentMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getDeleteDocumentMethod = FirestoreGrpc.getDeleteDocumentMethod) == null) { + FirestoreGrpc.getDeleteDocumentMethod = + getDeleteDocumentMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteDocument")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.DeleteDocumentRequest.getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.protobuf.Empty.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("DeleteDocument")) + .build(); + } + } + } + return getDeleteDocumentMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.BatchGetDocumentsRequest, + com.google.firestore.v1.BatchGetDocumentsResponse> + getBatchGetDocumentsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "BatchGetDocuments", + requestType = com.google.firestore.v1.BatchGetDocumentsRequest.class, + responseType = com.google.firestore.v1.BatchGetDocumentsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.BatchGetDocumentsRequest, + com.google.firestore.v1.BatchGetDocumentsResponse> + getBatchGetDocumentsMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.BatchGetDocumentsRequest, + com.google.firestore.v1.BatchGetDocumentsResponse> + getBatchGetDocumentsMethod; + if ((getBatchGetDocumentsMethod = FirestoreGrpc.getBatchGetDocumentsMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getBatchGetDocumentsMethod = FirestoreGrpc.getBatchGetDocumentsMethod) == null) { + FirestoreGrpc.getBatchGetDocumentsMethod = + getBatchGetDocumentsMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BatchGetDocuments")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.BatchGetDocumentsRequest + .getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.BatchGetDocumentsResponse + .getDefaultInstance())) + .setSchemaDescriptor( + new FirestoreMethodDescriptorSupplier("BatchGetDocuments")) + .build(); + } + } + } + return getBatchGetDocumentsMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.BeginTransactionRequest, + com.google.firestore.v1.BeginTransactionResponse> + getBeginTransactionMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "BeginTransaction", + requestType = com.google.firestore.v1.BeginTransactionRequest.class, + responseType = com.google.firestore.v1.BeginTransactionResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.BeginTransactionRequest, + com.google.firestore.v1.BeginTransactionResponse> + getBeginTransactionMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.BeginTransactionRequest, + com.google.firestore.v1.BeginTransactionResponse> + getBeginTransactionMethod; + if ((getBeginTransactionMethod = FirestoreGrpc.getBeginTransactionMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getBeginTransactionMethod = FirestoreGrpc.getBeginTransactionMethod) == null) { + FirestoreGrpc.getBeginTransactionMethod = + getBeginTransactionMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BeginTransaction")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.BeginTransactionRequest.getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.BeginTransactionResponse + .getDefaultInstance())) + .setSchemaDescriptor( + new FirestoreMethodDescriptorSupplier("BeginTransaction")) + .build(); + } + } + } + return getBeginTransactionMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.CommitRequest, com.google.firestore.v1.CommitResponse> + getCommitMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "Commit", + requestType = com.google.firestore.v1.CommitRequest.class, + responseType = com.google.firestore.v1.CommitResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.CommitRequest, com.google.firestore.v1.CommitResponse> + getCommitMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.CommitRequest, com.google.firestore.v1.CommitResponse> + getCommitMethod; + if ((getCommitMethod = FirestoreGrpc.getCommitMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getCommitMethod = FirestoreGrpc.getCommitMethod) == null) { + FirestoreGrpc.getCommitMethod = + getCommitMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Commit")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.CommitRequest.getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.CommitResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Commit")) + .build(); + } + } + } + return getCommitMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.RollbackRequest, com.google.protobuf.Empty> + getRollbackMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "Rollback", + requestType = com.google.firestore.v1.RollbackRequest.class, + responseType = com.google.protobuf.Empty.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.RollbackRequest, com.google.protobuf.Empty> + getRollbackMethod() { + io.grpc.MethodDescriptor + getRollbackMethod; + if ((getRollbackMethod = FirestoreGrpc.getRollbackMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getRollbackMethod = FirestoreGrpc.getRollbackMethod) == null) { + FirestoreGrpc.getRollbackMethod = + getRollbackMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Rollback")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.RollbackRequest.getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.protobuf.Empty.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Rollback")) + .build(); + } + } + } + return getRollbackMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.RunQueryRequest, com.google.firestore.v1.RunQueryResponse> + getRunQueryMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RunQuery", + requestType = com.google.firestore.v1.RunQueryRequest.class, + responseType = com.google.firestore.v1.RunQueryResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.RunQueryRequest, com.google.firestore.v1.RunQueryResponse> + getRunQueryMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.RunQueryRequest, com.google.firestore.v1.RunQueryResponse> + getRunQueryMethod; + if ((getRunQueryMethod = FirestoreGrpc.getRunQueryMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getRunQueryMethod = FirestoreGrpc.getRunQueryMethod) == null) { + FirestoreGrpc.getRunQueryMethod = + getRunQueryMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RunQuery")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.RunQueryRequest.getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.RunQueryResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("RunQuery")) + .build(); + } + } + } + return getRunQueryMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.RunAggregationQueryRequest, + com.google.firestore.v1.RunAggregationQueryResponse> + getRunAggregationQueryMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RunAggregationQuery", + requestType = com.google.firestore.v1.RunAggregationQueryRequest.class, + responseType = com.google.firestore.v1.RunAggregationQueryResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.RunAggregationQueryRequest, + com.google.firestore.v1.RunAggregationQueryResponse> + getRunAggregationQueryMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.RunAggregationQueryRequest, + com.google.firestore.v1.RunAggregationQueryResponse> + getRunAggregationQueryMethod; + if ((getRunAggregationQueryMethod = FirestoreGrpc.getRunAggregationQueryMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getRunAggregationQueryMethod = FirestoreGrpc.getRunAggregationQueryMethod) == null) { + FirestoreGrpc.getRunAggregationQueryMethod = + getRunAggregationQueryMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) + .setFullMethodName( + generateFullMethodName(SERVICE_NAME, "RunAggregationQuery")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.RunAggregationQueryRequest + .getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.RunAggregationQueryResponse + .getDefaultInstance())) + .setSchemaDescriptor( + new FirestoreMethodDescriptorSupplier("RunAggregationQuery")) + .build(); + } + } + } + return getRunAggregationQueryMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.PartitionQueryRequest, + com.google.firestore.v1.PartitionQueryResponse> + getPartitionQueryMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "PartitionQuery", + requestType = com.google.firestore.v1.PartitionQueryRequest.class, + responseType = com.google.firestore.v1.PartitionQueryResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.PartitionQueryRequest, + com.google.firestore.v1.PartitionQueryResponse> + getPartitionQueryMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.PartitionQueryRequest, + com.google.firestore.v1.PartitionQueryResponse> + getPartitionQueryMethod; + if ((getPartitionQueryMethod = FirestoreGrpc.getPartitionQueryMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getPartitionQueryMethod = FirestoreGrpc.getPartitionQueryMethod) == null) { + FirestoreGrpc.getPartitionQueryMethod = + getPartitionQueryMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "PartitionQuery")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.PartitionQueryRequest.getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.PartitionQueryResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("PartitionQuery")) + .build(); + } + } + } + return getPartitionQueryMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.WriteRequest, com.google.firestore.v1.WriteResponse> + getWriteMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "Write", + requestType = com.google.firestore.v1.WriteRequest.class, + responseType = com.google.firestore.v1.WriteResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.WriteRequest, com.google.firestore.v1.WriteResponse> + getWriteMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.WriteRequest, com.google.firestore.v1.WriteResponse> + getWriteMethod; + if ((getWriteMethod = FirestoreGrpc.getWriteMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getWriteMethod = FirestoreGrpc.getWriteMethod) == null) { + FirestoreGrpc.getWriteMethod = + getWriteMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Write")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.WriteRequest.getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.WriteResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Write")) + .build(); + } + } + } + return getWriteMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.ListenRequest, com.google.firestore.v1.ListenResponse> + getListenMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "Listen", + requestType = com.google.firestore.v1.ListenRequest.class, + responseType = com.google.firestore.v1.ListenResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.ListenRequest, com.google.firestore.v1.ListenResponse> + getListenMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.ListenRequest, com.google.firestore.v1.ListenResponse> + getListenMethod; + if ((getListenMethod = FirestoreGrpc.getListenMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getListenMethod = FirestoreGrpc.getListenMethod) == null) { + FirestoreGrpc.getListenMethod = + getListenMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Listen")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.ListenRequest.getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.ListenResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Listen")) + .build(); + } + } + } + return getListenMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.ListCollectionIdsRequest, + com.google.firestore.v1.ListCollectionIdsResponse> + getListCollectionIdsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ListCollectionIds", + requestType = com.google.firestore.v1.ListCollectionIdsRequest.class, + responseType = com.google.firestore.v1.ListCollectionIdsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.ListCollectionIdsRequest, + com.google.firestore.v1.ListCollectionIdsResponse> + getListCollectionIdsMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.ListCollectionIdsRequest, + com.google.firestore.v1.ListCollectionIdsResponse> + getListCollectionIdsMethod; + if ((getListCollectionIdsMethod = FirestoreGrpc.getListCollectionIdsMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getListCollectionIdsMethod = FirestoreGrpc.getListCollectionIdsMethod) == null) { + FirestoreGrpc.getListCollectionIdsMethod = + getListCollectionIdsMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListCollectionIds")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.ListCollectionIdsRequest + .getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.ListCollectionIdsResponse + .getDefaultInstance())) + .setSchemaDescriptor( + new FirestoreMethodDescriptorSupplier("ListCollectionIds")) + .build(); + } + } + } + return getListCollectionIdsMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.BatchWriteRequest, com.google.firestore.v1.BatchWriteResponse> + getBatchWriteMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "BatchWrite", + requestType = com.google.firestore.v1.BatchWriteRequest.class, + responseType = com.google.firestore.v1.BatchWriteResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.BatchWriteRequest, com.google.firestore.v1.BatchWriteResponse> + getBatchWriteMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.BatchWriteRequest, com.google.firestore.v1.BatchWriteResponse> + getBatchWriteMethod; + if ((getBatchWriteMethod = FirestoreGrpc.getBatchWriteMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getBatchWriteMethod = FirestoreGrpc.getBatchWriteMethod) == null) { + FirestoreGrpc.getBatchWriteMethod = + getBatchWriteMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BatchWrite")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.BatchWriteRequest.getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.BatchWriteResponse.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("BatchWrite")) + .build(); + } + } + } + return getBatchWriteMethod; + } + + private static volatile io.grpc.MethodDescriptor< + com.google.firestore.v1.CreateDocumentRequest, com.google.firestore.v1.Document> + getCreateDocumentMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "CreateDocument", + requestType = com.google.firestore.v1.CreateDocumentRequest.class, + responseType = com.google.firestore.v1.Document.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor< + com.google.firestore.v1.CreateDocumentRequest, com.google.firestore.v1.Document> + getCreateDocumentMethod() { + io.grpc.MethodDescriptor< + com.google.firestore.v1.CreateDocumentRequest, com.google.firestore.v1.Document> + getCreateDocumentMethod; + if ((getCreateDocumentMethod = FirestoreGrpc.getCreateDocumentMethod) == null) { + synchronized (FirestoreGrpc.class) { + if ((getCreateDocumentMethod = FirestoreGrpc.getCreateDocumentMethod) == null) { + FirestoreGrpc.getCreateDocumentMethod = + getCreateDocumentMethod = + io.grpc.MethodDescriptor + . + newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateDocument")) + .setSampledToLocalTracing(true) + .setRequestMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.CreateDocumentRequest.getDefaultInstance())) + .setResponseMarshaller( + io.grpc.protobuf.ProtoUtils.marshaller( + com.google.firestore.v1.Document.getDefaultInstance())) + .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("CreateDocument")) + .build(); + } + } + } + return getCreateDocumentMethod; + } + + /** Creates a new async stub that supports all call types for the service */ + public static FirestoreStub newStub(io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public FirestoreStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new FirestoreStub(channel, callOptions); + } + }; + return FirestoreStub.newStub(factory, channel); + } + + /** + * Creates a new blocking-style stub that supports unary and streaming output calls on the service + */ + public static FirestoreBlockingStub newBlockingStub(io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public FirestoreBlockingStub newStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new FirestoreBlockingStub(channel, callOptions); + } + }; + return FirestoreBlockingStub.newStub(factory, channel); + } + + /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ + public static FirestoreFutureStub newFutureStub(io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public FirestoreFutureStub newStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new FirestoreFutureStub(channel, callOptions); + } + }; + return FirestoreFutureStub.newStub(factory, channel); + } + + /** + * + * + *
+   * The Cloud Firestore service.
+   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
+   * document database that simplifies storing, syncing, and querying data for
+   * your mobile, web, and IoT apps at global scale. Its client libraries provide
+   * live synchronization and offline support, while its security features and
+   * integrations with Firebase and Google Cloud Platform accelerate building
+   * truly serverless apps.
+   * 
+ */ + public interface AsyncService { + + /** + * + * + *
+     * Gets a single document.
+     * 
+ */ + default void getDocument( + com.google.firestore.v1.GetDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGetDocumentMethod(), responseObserver); + } + + /** + * + * + *
+     * Lists documents.
+     * 
+ */ + default void listDocuments( + com.google.firestore.v1.ListDocumentsRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListDocumentsMethod(), responseObserver); + } + + /** + * + * + *
+     * Updates or inserts a document.
+     * 
+ */ + default void updateDocument( + com.google.firestore.v1.UpdateDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getUpdateDocumentMethod(), responseObserver); + } + + /** + * + * + *
+     * Deletes a document.
+     * 
+ */ + default void deleteDocument( + com.google.firestore.v1.DeleteDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getDeleteDocumentMethod(), responseObserver); + } + + /** + * + * + *
+     * Gets multiple documents.
+     * Documents returned by this method are not guaranteed to be returned in the
+     * same order that they were requested.
+     * 
+ */ + default void batchGetDocuments( + com.google.firestore.v1.BatchGetDocumentsRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getBatchGetDocumentsMethod(), responseObserver); + } + + /** + * + * + *
+     * Starts a new transaction.
+     * 
+ */ + default void beginTransaction( + com.google.firestore.v1.BeginTransactionRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getBeginTransactionMethod(), responseObserver); + } + + /** + * + * + *
+     * Commits a transaction, while optionally updating documents.
+     * 
+ */ + default void commit( + com.google.firestore.v1.CommitRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCommitMethod(), responseObserver); + } + + /** + * + * + *
+     * Rolls back a transaction.
+     * 
+ */ + default void rollback( + com.google.firestore.v1.RollbackRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRollbackMethod(), responseObserver); + } + + /** + * + * + *
+     * Runs a query.
+     * 
+ */ + default void runQuery( + com.google.firestore.v1.RunQueryRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRunQueryMethod(), responseObserver); + } + + /** + * + * + *
+     * Runs an aggregation query.
+     * Rather than producing [Document][google.firestore.v1.Document] results like
+     * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
+     * allows running an aggregation to produce a series of
+     * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
+     * High-Level Example:
+     * ```
+     * -- Return the number of documents in table given a filter.
+     * SELECT COUNT(*) FROM ( SELECT * FROM k where a = true );
+     * ```
+     * 
+ */ + default void runAggregationQuery( + com.google.firestore.v1.RunAggregationQueryRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getRunAggregationQueryMethod(), responseObserver); + } + + /** + * + * + *
+     * Partitions a query by returning partition cursors that can be used to run
+     * the query in parallel. The returned partition cursors are split points that
+     * can be used by RunQuery as starting/end points for the query results.
+     * 
+ */ + default void partitionQuery( + com.google.firestore.v1.PartitionQueryRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getPartitionQueryMethod(), responseObserver); + } + + /** + * + * + *
+     * Streams batches of document updates and deletes, in order. This method is
+     * only available via gRPC or WebChannel (not REST).
+     * 
+ */ + default io.grpc.stub.StreamObserver write( + io.grpc.stub.StreamObserver responseObserver) { + return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall( + getWriteMethod(), responseObserver); + } + + /** + * + * + *
+     * Listens to changes. This method is only available via gRPC or WebChannel
+     * (not REST).
+     * 
+ */ + default io.grpc.stub.StreamObserver listen( + io.grpc.stub.StreamObserver responseObserver) { + return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall( + getListenMethod(), responseObserver); + } + + /** + * + * + *
+     * Lists all the collection IDs underneath a document.
+     * 
+ */ + default void listCollectionIds( + com.google.firestore.v1.ListCollectionIdsRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListCollectionIdsMethod(), responseObserver); + } + + /** + * + * + *
+     * Applies a batch of write operations.
+     * The BatchWrite method does not apply the write operations atomically
+     * and can apply them out of order. Method does not allow more than one write
+     * per document. Each write succeeds or fails independently. See the
+     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
+     * success status of each write.
+     * If you require an atomically applied set of writes, use
+     * [Commit][google.firestore.v1.Firestore.Commit] instead.
+     * 
+ */ + default void batchWrite( + com.google.firestore.v1.BatchWriteRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getBatchWriteMethod(), responseObserver); + } + + /** + * + * + *
+     * Creates a new document.
+     * 
+ */ + default void createDocument( + com.google.firestore.v1.CreateDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getCreateDocumentMethod(), responseObserver); + } + } + + /** + * Base class for the server implementation of the service Firestore. + * + *
+   * The Cloud Firestore service.
+   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
+   * document database that simplifies storing, syncing, and querying data for
+   * your mobile, web, and IoT apps at global scale. Its client libraries provide
+   * live synchronization and offline support, while its security features and
+   * integrations with Firebase and Google Cloud Platform accelerate building
+   * truly serverless apps.
+   * 
+ */ + public abstract static class FirestoreImplBase implements io.grpc.BindableService, AsyncService { + + @java.lang.Override + public final io.grpc.ServerServiceDefinition bindService() { + return FirestoreGrpc.bindService(this); + } + } + + /** + * A stub to allow clients to do asynchronous rpc calls to service Firestore. + * + *
+   * The Cloud Firestore service.
+   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
+   * document database that simplifies storing, syncing, and querying data for
+   * your mobile, web, and IoT apps at global scale. Its client libraries provide
+   * live synchronization and offline support, while its security features and
+   * integrations with Firebase and Google Cloud Platform accelerate building
+   * truly serverless apps.
+   * 
+ */ + public static final class FirestoreStub extends io.grpc.stub.AbstractAsyncStub { + private FirestoreStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected FirestoreStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new FirestoreStub(channel, callOptions); + } + + /** + * + * + *
+     * Gets a single document.
+     * 
+ */ + public void getDocument( + com.google.firestore.v1.GetDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getGetDocumentMethod(), getCallOptions()), + request, + responseObserver); + } + + /** + * + * + *
+     * Lists documents.
+     * 
+ */ + public void listDocuments( + com.google.firestore.v1.ListDocumentsRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getListDocumentsMethod(), getCallOptions()), + request, + responseObserver); + } + + /** + * + * + *
+     * Updates or inserts a document.
+     * 
+ */ + public void updateDocument( + com.google.firestore.v1.UpdateDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getUpdateDocumentMethod(), getCallOptions()), + request, + responseObserver); + } + + /** + * + * + *
+     * Deletes a document.
+     * 
+ */ + public void deleteDocument( + com.google.firestore.v1.DeleteDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getDeleteDocumentMethod(), getCallOptions()), + request, + responseObserver); + } + + /** + * + * + *
+     * Gets multiple documents.
+     * Documents returned by this method are not guaranteed to be returned in the
+     * same order that they were requested.
+     * 
+ */ + public void batchGetDocuments( + com.google.firestore.v1.BatchGetDocumentsRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ClientCalls.asyncServerStreamingCall( + getChannel().newCall(getBatchGetDocumentsMethod(), getCallOptions()), + request, + responseObserver); + } + + /** + * + * + *
+     * Starts a new transaction.
+     * 
+ */ + public void beginTransaction( + com.google.firestore.v1.BeginTransactionRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getBeginTransactionMethod(), getCallOptions()), + request, + responseObserver); + } + + /** + * + * + *
+     * Commits a transaction, while optionally updating documents.
+     * 
+ */ + public void commit( + com.google.firestore.v1.CommitRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getCommitMethod(), getCallOptions()), request, responseObserver); + } + + /** + * + * + *
+     * Rolls back a transaction.
+     * 
+ */ + public void rollback( + com.google.firestore.v1.RollbackRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRollbackMethod(), getCallOptions()), request, responseObserver); + } + + /** + * + * + *
+     * Runs a query.
+     * 
+ */ + public void runQuery( + com.google.firestore.v1.RunQueryRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncServerStreamingCall( + getChannel().newCall(getRunQueryMethod(), getCallOptions()), request, responseObserver); + } + + /** + * + * + *
+     * Runs an aggregation query.
+     * Rather than producing [Document][google.firestore.v1.Document] results like
+     * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
+     * allows running an aggregation to produce a series of
+     * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
+     * High-Level Example:
+     * ```
+     * -- Return the number of documents in table given a filter.
+     * SELECT COUNT(*) FROM ( SELECT * FROM k where a = true );
+     * ```
+     * 
+ */ + public void runAggregationQuery( + com.google.firestore.v1.RunAggregationQueryRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ClientCalls.asyncServerStreamingCall( + getChannel().newCall(getRunAggregationQueryMethod(), getCallOptions()), + request, + responseObserver); + } + + /** + * + * + *
+     * Partitions a query by returning partition cursors that can be used to run
+     * the query in parallel. The returned partition cursors are split points that
+     * can be used by RunQuery as starting/end points for the query results.
+     * 
+ */ + public void partitionQuery( + com.google.firestore.v1.PartitionQueryRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getPartitionQueryMethod(), getCallOptions()), + request, + responseObserver); + } + + /** + * + * + *
+     * Streams batches of document updates and deletes, in order. This method is
+     * only available via gRPC or WebChannel (not REST).
+     * 
+ */ + public io.grpc.stub.StreamObserver write( + io.grpc.stub.StreamObserver responseObserver) { + return io.grpc.stub.ClientCalls.asyncBidiStreamingCall( + getChannel().newCall(getWriteMethod(), getCallOptions()), responseObserver); + } + + /** + * + * + *
+     * Listens to changes. This method is only available via gRPC or WebChannel
+     * (not REST).
+     * 
+ */ + public io.grpc.stub.StreamObserver listen( + io.grpc.stub.StreamObserver responseObserver) { + return io.grpc.stub.ClientCalls.asyncBidiStreamingCall( + getChannel().newCall(getListenMethod(), getCallOptions()), responseObserver); + } + + /** + * + * + *
+     * Lists all the collection IDs underneath a document.
+     * 
+ */ + public void listCollectionIds( + com.google.firestore.v1.ListCollectionIdsRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getListCollectionIdsMethod(), getCallOptions()), + request, + responseObserver); + } + + /** + * + * + *
+     * Applies a batch of write operations.
+     * The BatchWrite method does not apply the write operations atomically
+     * and can apply them out of order. Method does not allow more than one write
+     * per document. Each write succeeds or fails independently. See the
+     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
+     * success status of each write.
+     * If you require an atomically applied set of writes, use
+     * [Commit][google.firestore.v1.Firestore.Commit] instead.
+     * 
+ */ + public void batchWrite( + com.google.firestore.v1.BatchWriteRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getBatchWriteMethod(), getCallOptions()), request, responseObserver); + } + + /** + * + * + *
+     * Creates a new document.
+     * 
+ */ + public void createDocument( + com.google.firestore.v1.CreateDocumentRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getCreateDocumentMethod(), getCallOptions()), + request, + responseObserver); + } + } + + /** + * A stub to allow clients to do synchronous rpc calls to service Firestore. + * + *
+   * The Cloud Firestore service.
+   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
+   * document database that simplifies storing, syncing, and querying data for
+   * your mobile, web, and IoT apps at global scale. Its client libraries provide
+   * live synchronization and offline support, while its security features and
+   * integrations with Firebase and Google Cloud Platform accelerate building
+   * truly serverless apps.
+   * 
+ */ + public static final class FirestoreBlockingStub + extends io.grpc.stub.AbstractBlockingStub { + private FirestoreBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected FirestoreBlockingStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new FirestoreBlockingStub(channel, callOptions); + } + + /** + * + * + *
+     * Gets a single document.
+     * 
+ */ + public com.google.firestore.v1.Document getDocument( + com.google.firestore.v1.GetDocumentRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetDocumentMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Lists documents.
+     * 
+ */ + public com.google.firestore.v1.ListDocumentsResponse listDocuments( + com.google.firestore.v1.ListDocumentsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListDocumentsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Updates or inserts a document.
+     * 
+ */ + public com.google.firestore.v1.Document updateDocument( + com.google.firestore.v1.UpdateDocumentRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateDocumentMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Deletes a document.
+     * 
+ */ + public com.google.protobuf.Empty deleteDocument( + com.google.firestore.v1.DeleteDocumentRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteDocumentMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Gets multiple documents.
+     * Documents returned by this method are not guaranteed to be returned in the
+     * same order that they were requested.
+     * 
+ */ + public java.util.Iterator batchGetDocuments( + com.google.firestore.v1.BatchGetDocumentsRequest request) { + return io.grpc.stub.ClientCalls.blockingServerStreamingCall( + getChannel(), getBatchGetDocumentsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Starts a new transaction.
+     * 
+ */ + public com.google.firestore.v1.BeginTransactionResponse beginTransaction( + com.google.firestore.v1.BeginTransactionRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getBeginTransactionMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Commits a transaction, while optionally updating documents.
+     * 
+ */ + public com.google.firestore.v1.CommitResponse commit( + com.google.firestore.v1.CommitRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCommitMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Rolls back a transaction.
+     * 
+ */ + public com.google.protobuf.Empty rollback(com.google.firestore.v1.RollbackRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRollbackMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Runs a query.
+     * 
+ */ + public java.util.Iterator runQuery( + com.google.firestore.v1.RunQueryRequest request) { + return io.grpc.stub.ClientCalls.blockingServerStreamingCall( + getChannel(), getRunQueryMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Runs an aggregation query.
+     * Rather than producing [Document][google.firestore.v1.Document] results like
+     * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
+     * allows running an aggregation to produce a series of
+     * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
+     * High-Level Example:
+     * ```
+     * -- Return the number of documents in table given a filter.
+     * SELECT COUNT(*) FROM ( SELECT * FROM k where a = true );
+     * ```
+     * 
+ */ + public java.util.Iterator + runAggregationQuery(com.google.firestore.v1.RunAggregationQueryRequest request) { + return io.grpc.stub.ClientCalls.blockingServerStreamingCall( + getChannel(), getRunAggregationQueryMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Partitions a query by returning partition cursors that can be used to run
+     * the query in parallel. The returned partition cursors are split points that
+     * can be used by RunQuery as starting/end points for the query results.
+     * 
+ */ + public com.google.firestore.v1.PartitionQueryResponse partitionQuery( + com.google.firestore.v1.PartitionQueryRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getPartitionQueryMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Lists all the collection IDs underneath a document.
+     * 
+ */ + public com.google.firestore.v1.ListCollectionIdsResponse listCollectionIds( + com.google.firestore.v1.ListCollectionIdsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListCollectionIdsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Applies a batch of write operations.
+     * The BatchWrite method does not apply the write operations atomically
+     * and can apply them out of order. Method does not allow more than one write
+     * per document. Each write succeeds or fails independently. See the
+     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
+     * success status of each write.
+     * If you require an atomically applied set of writes, use
+     * [Commit][google.firestore.v1.Firestore.Commit] instead.
+     * 
+ */ + public com.google.firestore.v1.BatchWriteResponse batchWrite( + com.google.firestore.v1.BatchWriteRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getBatchWriteMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Creates a new document.
+     * 
+ */ + public com.google.firestore.v1.Document createDocument( + com.google.firestore.v1.CreateDocumentRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateDocumentMethod(), getCallOptions(), request); + } + } + + /** + * A stub to allow clients to do ListenableFuture-style rpc calls to service Firestore. + * + *
+   * The Cloud Firestore service.
+   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
+   * document database that simplifies storing, syncing, and querying data for
+   * your mobile, web, and IoT apps at global scale. Its client libraries provide
+   * live synchronization and offline support, while its security features and
+   * integrations with Firebase and Google Cloud Platform accelerate building
+   * truly serverless apps.
+   * 
+ */ + public static final class FirestoreFutureStub + extends io.grpc.stub.AbstractFutureStub { + private FirestoreFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected FirestoreFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new FirestoreFutureStub(channel, callOptions); + } + + /** + * + * + *
+     * Gets a single document.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture + getDocument(com.google.firestore.v1.GetDocumentRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getGetDocumentMethod(), getCallOptions()), request); + } + + /** + * + * + *
+     * Lists documents.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture< + com.google.firestore.v1.ListDocumentsResponse> + listDocuments(com.google.firestore.v1.ListDocumentsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getListDocumentsMethod(), getCallOptions()), request); + } + + /** + * + * + *
+     * Updates or inserts a document.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture + updateDocument(com.google.firestore.v1.UpdateDocumentRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getUpdateDocumentMethod(), getCallOptions()), request); + } + + /** + * + * + *
+     * Deletes a document.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture + deleteDocument(com.google.firestore.v1.DeleteDocumentRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getDeleteDocumentMethod(), getCallOptions()), request); + } + + /** + * + * + *
+     * Starts a new transaction.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture< + com.google.firestore.v1.BeginTransactionResponse> + beginTransaction(com.google.firestore.v1.BeginTransactionRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getBeginTransactionMethod(), getCallOptions()), request); + } + + /** + * + * + *
+     * Commits a transaction, while optionally updating documents.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture< + com.google.firestore.v1.CommitResponse> + commit(com.google.firestore.v1.CommitRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getCommitMethod(), getCallOptions()), request); + } + + /** + * + * + *
+     * Rolls back a transaction.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture rollback( + com.google.firestore.v1.RollbackRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRollbackMethod(), getCallOptions()), request); + } + + /** + * + * + *
+     * Partitions a query by returning partition cursors that can be used to run
+     * the query in parallel. The returned partition cursors are split points that
+     * can be used by RunQuery as starting/end points for the query results.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture< + com.google.firestore.v1.PartitionQueryResponse> + partitionQuery(com.google.firestore.v1.PartitionQueryRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getPartitionQueryMethod(), getCallOptions()), request); + } + + /** + * + * + *
+     * Lists all the collection IDs underneath a document.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture< + com.google.firestore.v1.ListCollectionIdsResponse> + listCollectionIds(com.google.firestore.v1.ListCollectionIdsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getListCollectionIdsMethod(), getCallOptions()), request); + } + + /** + * + * + *
+     * Applies a batch of write operations.
+     * The BatchWrite method does not apply the write operations atomically
+     * and can apply them out of order. Method does not allow more than one write
+     * per document. Each write succeeds or fails independently. See the
+     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
+     * success status of each write.
+     * If you require an atomically applied set of writes, use
+     * [Commit][google.firestore.v1.Firestore.Commit] instead.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture< + com.google.firestore.v1.BatchWriteResponse> + batchWrite(com.google.firestore.v1.BatchWriteRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getBatchWriteMethod(), getCallOptions()), request); + } + + /** + * + * + *
+     * Creates a new document.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture + createDocument(com.google.firestore.v1.CreateDocumentRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getCreateDocumentMethod(), getCallOptions()), request); + } + } + + private static final int METHODID_GET_DOCUMENT = 0; + private static final int METHODID_LIST_DOCUMENTS = 1; + private static final int METHODID_UPDATE_DOCUMENT = 2; + private static final int METHODID_DELETE_DOCUMENT = 3; + private static final int METHODID_BATCH_GET_DOCUMENTS = 4; + private static final int METHODID_BEGIN_TRANSACTION = 5; + private static final int METHODID_COMMIT = 6; + private static final int METHODID_ROLLBACK = 7; + private static final int METHODID_RUN_QUERY = 8; + private static final int METHODID_RUN_AGGREGATION_QUERY = 9; + private static final int METHODID_PARTITION_QUERY = 10; + private static final int METHODID_LIST_COLLECTION_IDS = 11; + private static final int METHODID_BATCH_WRITE = 12; + private static final int METHODID_CREATE_DOCUMENT = 13; + private static final int METHODID_WRITE = 14; + private static final int METHODID_LISTEN = 15; + + private static final class MethodHandlers + implements io.grpc.stub.ServerCalls.UnaryMethod, + io.grpc.stub.ServerCalls.ServerStreamingMethod, + io.grpc.stub.ServerCalls.ClientStreamingMethod, + io.grpc.stub.ServerCalls.BidiStreamingMethod { + private final AsyncService serviceImpl; + private final int methodId; + + MethodHandlers(AsyncService serviceImpl, int methodId) { + this.serviceImpl = serviceImpl; + this.methodId = methodId; + } + + @java.lang.Override + @java.lang.SuppressWarnings("unchecked") + public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { + switch (methodId) { + case METHODID_GET_DOCUMENT: + serviceImpl.getDocument( + (com.google.firestore.v1.GetDocumentRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_LIST_DOCUMENTS: + serviceImpl.listDocuments( + (com.google.firestore.v1.ListDocumentsRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); + break; + case METHODID_UPDATE_DOCUMENT: + serviceImpl.updateDocument( + (com.google.firestore.v1.UpdateDocumentRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_DELETE_DOCUMENT: + serviceImpl.deleteDocument( + (com.google.firestore.v1.DeleteDocumentRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_BATCH_GET_DOCUMENTS: + serviceImpl.batchGetDocuments( + (com.google.firestore.v1.BatchGetDocumentsRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); + break; + case METHODID_BEGIN_TRANSACTION: + serviceImpl.beginTransaction( + (com.google.firestore.v1.BeginTransactionRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); + break; + case METHODID_COMMIT: + serviceImpl.commit( + (com.google.firestore.v1.CommitRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); + break; + case METHODID_ROLLBACK: + serviceImpl.rollback( + (com.google.firestore.v1.RollbackRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RUN_QUERY: + serviceImpl.runQuery( + (com.google.firestore.v1.RunQueryRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); + break; + case METHODID_RUN_AGGREGATION_QUERY: + serviceImpl.runAggregationQuery( + (com.google.firestore.v1.RunAggregationQueryRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); + break; + case METHODID_PARTITION_QUERY: + serviceImpl.partitionQuery( + (com.google.firestore.v1.PartitionQueryRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); + break; + case METHODID_LIST_COLLECTION_IDS: + serviceImpl.listCollectionIds( + (com.google.firestore.v1.ListCollectionIdsRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); + break; + case METHODID_BATCH_WRITE: + serviceImpl.batchWrite( + (com.google.firestore.v1.BatchWriteRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); + break; + case METHODID_CREATE_DOCUMENT: + serviceImpl.createDocument( + (com.google.firestore.v1.CreateDocumentRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + default: + throw new AssertionError(); + } + } + + @java.lang.Override + @java.lang.SuppressWarnings("unchecked") + public io.grpc.stub.StreamObserver invoke( + io.grpc.stub.StreamObserver responseObserver) { + switch (methodId) { + case METHODID_WRITE: + return (io.grpc.stub.StreamObserver) + serviceImpl.write( + (io.grpc.stub.StreamObserver) + responseObserver); + case METHODID_LISTEN: + return (io.grpc.stub.StreamObserver) + serviceImpl.listen( + (io.grpc.stub.StreamObserver) + responseObserver); + default: + throw new AssertionError(); + } + } + } + + public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) { + return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) + .addMethod( + getGetDocumentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.GetDocumentRequest, com.google.firestore.v1.Document>( + service, METHODID_GET_DOCUMENT))) + .addMethod( + getListDocumentsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.ListDocumentsRequest, + com.google.firestore.v1.ListDocumentsResponse>( + service, METHODID_LIST_DOCUMENTS))) + .addMethod( + getUpdateDocumentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.UpdateDocumentRequest, + com.google.firestore.v1.Document>(service, METHODID_UPDATE_DOCUMENT))) + .addMethod( + getDeleteDocumentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.DeleteDocumentRequest, com.google.protobuf.Empty>( + service, METHODID_DELETE_DOCUMENT))) + .addMethod( + getBatchGetDocumentsMethod(), + io.grpc.stub.ServerCalls.asyncServerStreamingCall( + new MethodHandlers< + com.google.firestore.v1.BatchGetDocumentsRequest, + com.google.firestore.v1.BatchGetDocumentsResponse>( + service, METHODID_BATCH_GET_DOCUMENTS))) + .addMethod( + getBeginTransactionMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.BeginTransactionRequest, + com.google.firestore.v1.BeginTransactionResponse>( + service, METHODID_BEGIN_TRANSACTION))) + .addMethod( + getCommitMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.CommitRequest, com.google.firestore.v1.CommitResponse>( + service, METHODID_COMMIT))) + .addMethod( + getRollbackMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.RollbackRequest, com.google.protobuf.Empty>( + service, METHODID_ROLLBACK))) + .addMethod( + getRunQueryMethod(), + io.grpc.stub.ServerCalls.asyncServerStreamingCall( + new MethodHandlers< + com.google.firestore.v1.RunQueryRequest, + com.google.firestore.v1.RunQueryResponse>(service, METHODID_RUN_QUERY))) + .addMethod( + getRunAggregationQueryMethod(), + io.grpc.stub.ServerCalls.asyncServerStreamingCall( + new MethodHandlers< + com.google.firestore.v1.RunAggregationQueryRequest, + com.google.firestore.v1.RunAggregationQueryResponse>( + service, METHODID_RUN_AGGREGATION_QUERY))) + .addMethod( + getPartitionQueryMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.PartitionQueryRequest, + com.google.firestore.v1.PartitionQueryResponse>( + service, METHODID_PARTITION_QUERY))) + .addMethod( + getWriteMethod(), + io.grpc.stub.ServerCalls.asyncBidiStreamingCall( + new MethodHandlers< + com.google.firestore.v1.WriteRequest, com.google.firestore.v1.WriteResponse>( + service, METHODID_WRITE))) + .addMethod( + getListenMethod(), + io.grpc.stub.ServerCalls.asyncBidiStreamingCall( + new MethodHandlers< + com.google.firestore.v1.ListenRequest, com.google.firestore.v1.ListenResponse>( + service, METHODID_LISTEN))) + .addMethod( + getListCollectionIdsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.ListCollectionIdsRequest, + com.google.firestore.v1.ListCollectionIdsResponse>( + service, METHODID_LIST_COLLECTION_IDS))) + .addMethod( + getBatchWriteMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.BatchWriteRequest, + com.google.firestore.v1.BatchWriteResponse>(service, METHODID_BATCH_WRITE))) + .addMethod( + getCreateDocumentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.firestore.v1.CreateDocumentRequest, + com.google.firestore.v1.Document>(service, METHODID_CREATE_DOCUMENT))) + .build(); + } + + private abstract static class FirestoreBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, + io.grpc.protobuf.ProtoServiceDescriptorSupplier { + FirestoreBaseDescriptorSupplier() {} + + @java.lang.Override + public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { + return com.google.firestore.v1.FirestoreProto.getDescriptor(); + } + + @java.lang.Override + public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { + return getFileDescriptor().findServiceByName("Firestore"); + } + } + + private static final class FirestoreFileDescriptorSupplier + extends FirestoreBaseDescriptorSupplier { + FirestoreFileDescriptorSupplier() {} + } + + private static final class FirestoreMethodDescriptorSupplier + extends FirestoreBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { + private final java.lang.String methodName; + + FirestoreMethodDescriptorSupplier(java.lang.String methodName) { + this.methodName = methodName; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { + return getServiceDescriptor().findMethodByName(methodName); + } + } + + private static volatile io.grpc.ServiceDescriptor serviceDescriptor; + + public static io.grpc.ServiceDescriptor getServiceDescriptor() { + io.grpc.ServiceDescriptor result = serviceDescriptor; + if (result == null) { + synchronized (FirestoreGrpc.class) { + result = serviceDescriptor; + if (result == null) { + serviceDescriptor = + result = + io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new FirestoreFileDescriptorSupplier()) + .addMethod(getGetDocumentMethod()) + .addMethod(getListDocumentsMethod()) + .addMethod(getUpdateDocumentMethod()) + .addMethod(getDeleteDocumentMethod()) + .addMethod(getBatchGetDocumentsMethod()) + .addMethod(getBeginTransactionMethod()) + .addMethod(getCommitMethod()) + .addMethod(getRollbackMethod()) + .addMethod(getRunQueryMethod()) + .addMethod(getRunAggregationQueryMethod()) + .addMethod(getPartitionQueryMethod()) + .addMethod(getWriteMethod()) + .addMethod(getListenMethod()) + .addMethod(getListCollectionIdsMethod()) + .addMethod(getBatchWriteMethod()) + .addMethod(getCreateDocumentMethod()) + .build(); + } + } + } + return result; + } +} diff --git a/owl-bot-staging/v1/google-cloud-firestore/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json b/owl-bot-staging/v1/google-cloud-firestore/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json deleted file mode 100644 index 6d979acf6..000000000 --- a/owl-bot-staging/v1/google-cloud-firestore/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json +++ /dev/null @@ -1,2855 +0,0 @@ -[ - { - "name": "com.google.api.ClientLibraryDestination", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.ClientLibraryOrganization", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.ClientLibrarySettings", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.ClientLibrarySettings$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.CommonLanguageSettings", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.CommonLanguageSettings$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.CppSettings", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.CppSettings$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.CustomHttpPattern", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.CustomHttpPattern$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.DotnetSettings", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.DotnetSettings$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.FieldBehavior", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.GoSettings", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.GoSettings$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.Http", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.Http$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.HttpRule", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.HttpRule$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.JavaSettings", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.JavaSettings$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.LaunchStage", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.MethodSettings", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.MethodSettings$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.MethodSettings$LongRunning", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.MethodSettings$LongRunning$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.NodeSettings", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.NodeSettings$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.PhpSettings", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.PhpSettings$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.Publishing", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.Publishing$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.PythonSettings", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.PythonSettings$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.ResourceDescriptor", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.ResourceDescriptor$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.ResourceDescriptor$History", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.ResourceDescriptor$Style", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.ResourceReference", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.ResourceReference$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.RubySettings", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.api.RubySettings$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.cloud.location.GetLocationRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.cloud.location.GetLocationRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.cloud.location.ListLocationsRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.cloud.location.ListLocationsRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.cloud.location.ListLocationsResponse", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.cloud.location.ListLocationsResponse$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.cloud.location.Location", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.cloud.location.Location$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.AggregationResult", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.AggregationResult$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ArrayValue", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ArrayValue$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BatchGetDocumentsRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BatchGetDocumentsRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BatchGetDocumentsResponse", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BatchGetDocumentsResponse$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BatchWriteRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BatchWriteRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BatchWriteResponse", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BatchWriteResponse$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BeginTransactionRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BeginTransactionRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BeginTransactionResponse", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BeginTransactionResponse$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BitSequence", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BitSequence$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BloomFilter", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.BloomFilter$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.CommitRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.CommitRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.CommitResponse", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.CommitResponse$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.CreateDocumentRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.CreateDocumentRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Cursor", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Cursor$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DeleteDocumentRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DeleteDocumentRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Document", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Document$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DocumentChange", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DocumentChange$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DocumentDelete", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DocumentDelete$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DocumentMask", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DocumentMask$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DocumentRemove", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DocumentRemove$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DocumentTransform", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DocumentTransform$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DocumentTransform$FieldTransform", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DocumentTransform$FieldTransform$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.DocumentTransform$FieldTransform$ServerValue", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ExecutionStats", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ExecutionStats$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ExistenceFilter", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ExistenceFilter$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ExplainMetrics", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ExplainMetrics$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ExplainOptions", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ExplainOptions$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.GetDocumentRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.GetDocumentRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ListCollectionIdsRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ListCollectionIdsRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ListCollectionIdsResponse", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ListCollectionIdsResponse$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ListDocumentsRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ListDocumentsRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ListDocumentsResponse", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ListDocumentsResponse$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ListenRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ListenRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ListenResponse", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.ListenResponse$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.MapValue", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.MapValue$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.PartitionQueryRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.PartitionQueryRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.PartitionQueryResponse", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.PartitionQueryResponse$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.PlanSummary", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.PlanSummary$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Precondition", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Precondition$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.RollbackRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.RollbackRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.RunAggregationQueryRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.RunAggregationQueryRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.RunAggregationQueryResponse", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.RunAggregationQueryResponse$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.RunQueryRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.RunQueryRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.RunQueryResponse", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.RunQueryResponse$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredAggregationQuery", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation$Avg", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation$Avg$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation$Count", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation$Count$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation$Sum", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredAggregationQuery$Aggregation$Sum$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredAggregationQuery$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$CollectionSelector", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$CollectionSelector$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$CompositeFilter", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$CompositeFilter$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$CompositeFilter$Operator", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$Direction", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$FieldFilter", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$FieldFilter$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$FieldFilter$Operator", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$FieldReference", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$FieldReference$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$Filter", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$Filter$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$FindNearest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$FindNearest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$FindNearest$DistanceMeasure", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$Order", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$Order$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$Projection", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$Projection$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$UnaryFilter", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$UnaryFilter$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.StructuredQuery$UnaryFilter$Operator", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Target", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Target$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Target$DocumentsTarget", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Target$DocumentsTarget$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Target$QueryTarget", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Target$QueryTarget$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.TargetChange", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.TargetChange$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.TargetChange$TargetChangeType", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.TransactionOptions", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.TransactionOptions$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.TransactionOptions$ReadOnly", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.TransactionOptions$ReadOnly$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.TransactionOptions$ReadWrite", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.TransactionOptions$ReadWrite$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.UpdateDocumentRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.UpdateDocumentRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Value", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Value$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Write", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.Write$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.WriteRequest", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.WriteRequest$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.WriteResponse", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.WriteResponse$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.WriteResult", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.firestore.v1.WriteResult$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Any", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Any$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.BoolValue", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.BoolValue$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.BytesValue", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.BytesValue$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$DescriptorProto", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$Edition", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$EnumDescriptorProto", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$EnumOptions", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$EnumOptions$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$EnumValueOptions", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Declaration", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Declaration$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$VerificationState", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FeatureSet", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FeatureSet$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FeatureSet$EnumType", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FeatureSet$FieldPresence", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FeatureSet$JsonFormat", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FeatureSet$MessageEncoding", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FeatureSet$RepeatedFieldEncoding", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FeatureSet$Utf8Validation", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults$FeatureSetEditionDefault", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults$FeatureSetEditionDefault$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FieldDescriptorProto", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FieldOptions", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FieldOptions$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FieldOptions$CType", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FieldOptions$EditionDefault", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FieldOptions$EditionDefault$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FieldOptions$JSType", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FieldOptions$OptionRetention", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FieldOptions$OptionTargetType", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FileDescriptorProto", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FileDescriptorSet", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FileOptions", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FileOptions$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Semantic", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$MessageOptions", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$MessageOptions$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$MethodDescriptorProto", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$MethodOptions", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$MethodOptions$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$OneofDescriptorProto", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$OneofOptions", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$OneofOptions$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$ServiceDescriptorProto", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$ServiceOptions", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$ServiceOptions$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$SourceCodeInfo", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$UninterpretedOption", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DoubleValue", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.DoubleValue$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Duration", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Duration$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Empty", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Empty$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.FloatValue", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.FloatValue$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Int32Value", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Int32Value$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Int64Value", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Int64Value$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.ListValue", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.ListValue$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.NullValue", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.StringValue", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.StringValue$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Struct", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Struct$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Timestamp", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Timestamp$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.UInt32Value", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.UInt32Value$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.UInt64Value", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.UInt64Value$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Value", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.protobuf.Value$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.rpc.Status", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.rpc.Status$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.type.LatLng", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - }, - { - "name": "com.google.type.LatLng$Builder", - "queryAllDeclaredConstructors": true, - "queryAllPublicConstructors": true, - "queryAllDeclaredMethods": true, - "allPublicMethods": true, - "allDeclaredClasses": true, - "allPublicClasses": true - } -] \ No newline at end of file diff --git a/owl-bot-staging/v1/grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java b/owl-bot-staging/v1/grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java deleted file mode 100644 index fc5fe2c80..000000000 --- a/owl-bot-staging/v1/grpc-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreGrpc.java +++ /dev/null @@ -1,1648 +0,0 @@ -package com.google.firestore.v1; - -import static io.grpc.MethodDescriptor.generateFullMethodName; - -/** - *
- * The Cloud Firestore service.
- * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
- * document database that simplifies storing, syncing, and querying data for
- * your mobile, web, and IoT apps at global scale. Its client libraries provide
- * live synchronization and offline support, while its security features and
- * integrations with Firebase and Google Cloud Platform accelerate building
- * truly serverless apps.
- * 
- */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/firestore/v1/firestore.proto") -@io.grpc.stub.annotations.GrpcGenerated -public final class FirestoreGrpc { - - private FirestoreGrpc() {} - - public static final java.lang.String SERVICE_NAME = "google.firestore.v1.Firestore"; - - // Static method descriptors that strictly reflect the proto. - private static volatile io.grpc.MethodDescriptor getGetDocumentMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "GetDocument", - requestType = com.google.firestore.v1.GetDocumentRequest.class, - responseType = com.google.firestore.v1.Document.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor getGetDocumentMethod() { - io.grpc.MethodDescriptor getGetDocumentMethod; - if ((getGetDocumentMethod = FirestoreGrpc.getGetDocumentMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getGetDocumentMethod = FirestoreGrpc.getGetDocumentMethod) == null) { - FirestoreGrpc.getGetDocumentMethod = getGetDocumentMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetDocument")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.GetDocumentRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.Document.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("GetDocument")) - .build(); - } - } - } - return getGetDocumentMethod; - } - - private static volatile io.grpc.MethodDescriptor getListDocumentsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListDocuments", - requestType = com.google.firestore.v1.ListDocumentsRequest.class, - responseType = com.google.firestore.v1.ListDocumentsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor getListDocumentsMethod() { - io.grpc.MethodDescriptor getListDocumentsMethod; - if ((getListDocumentsMethod = FirestoreGrpc.getListDocumentsMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getListDocumentsMethod = FirestoreGrpc.getListDocumentsMethod) == null) { - FirestoreGrpc.getListDocumentsMethod = getListDocumentsMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListDocuments")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.ListDocumentsRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.ListDocumentsResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("ListDocuments")) - .build(); - } - } - } - return getListDocumentsMethod; - } - - private static volatile io.grpc.MethodDescriptor getUpdateDocumentMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "UpdateDocument", - requestType = com.google.firestore.v1.UpdateDocumentRequest.class, - responseType = com.google.firestore.v1.Document.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor getUpdateDocumentMethod() { - io.grpc.MethodDescriptor getUpdateDocumentMethod; - if ((getUpdateDocumentMethod = FirestoreGrpc.getUpdateDocumentMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getUpdateDocumentMethod = FirestoreGrpc.getUpdateDocumentMethod) == null) { - FirestoreGrpc.getUpdateDocumentMethod = getUpdateDocumentMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateDocument")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.UpdateDocumentRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.Document.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("UpdateDocument")) - .build(); - } - } - } - return getUpdateDocumentMethod; - } - - private static volatile io.grpc.MethodDescriptor getDeleteDocumentMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "DeleteDocument", - requestType = com.google.firestore.v1.DeleteDocumentRequest.class, - responseType = com.google.protobuf.Empty.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor getDeleteDocumentMethod() { - io.grpc.MethodDescriptor getDeleteDocumentMethod; - if ((getDeleteDocumentMethod = FirestoreGrpc.getDeleteDocumentMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getDeleteDocumentMethod = FirestoreGrpc.getDeleteDocumentMethod) == null) { - FirestoreGrpc.getDeleteDocumentMethod = getDeleteDocumentMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteDocument")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.DeleteDocumentRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.protobuf.Empty.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("DeleteDocument")) - .build(); - } - } - } - return getDeleteDocumentMethod; - } - - private static volatile io.grpc.MethodDescriptor getBatchGetDocumentsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "BatchGetDocuments", - requestType = com.google.firestore.v1.BatchGetDocumentsRequest.class, - responseType = com.google.firestore.v1.BatchGetDocumentsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) - public static io.grpc.MethodDescriptor getBatchGetDocumentsMethod() { - io.grpc.MethodDescriptor getBatchGetDocumentsMethod; - if ((getBatchGetDocumentsMethod = FirestoreGrpc.getBatchGetDocumentsMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getBatchGetDocumentsMethod = FirestoreGrpc.getBatchGetDocumentsMethod) == null) { - FirestoreGrpc.getBatchGetDocumentsMethod = getBatchGetDocumentsMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BatchGetDocuments")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.BatchGetDocumentsRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.BatchGetDocumentsResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("BatchGetDocuments")) - .build(); - } - } - } - return getBatchGetDocumentsMethod; - } - - private static volatile io.grpc.MethodDescriptor getBeginTransactionMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "BeginTransaction", - requestType = com.google.firestore.v1.BeginTransactionRequest.class, - responseType = com.google.firestore.v1.BeginTransactionResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor getBeginTransactionMethod() { - io.grpc.MethodDescriptor getBeginTransactionMethod; - if ((getBeginTransactionMethod = FirestoreGrpc.getBeginTransactionMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getBeginTransactionMethod = FirestoreGrpc.getBeginTransactionMethod) == null) { - FirestoreGrpc.getBeginTransactionMethod = getBeginTransactionMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BeginTransaction")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.BeginTransactionRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.BeginTransactionResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("BeginTransaction")) - .build(); - } - } - } - return getBeginTransactionMethod; - } - - private static volatile io.grpc.MethodDescriptor getCommitMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "Commit", - requestType = com.google.firestore.v1.CommitRequest.class, - responseType = com.google.firestore.v1.CommitResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor getCommitMethod() { - io.grpc.MethodDescriptor getCommitMethod; - if ((getCommitMethod = FirestoreGrpc.getCommitMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getCommitMethod = FirestoreGrpc.getCommitMethod) == null) { - FirestoreGrpc.getCommitMethod = getCommitMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Commit")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.CommitRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.CommitResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Commit")) - .build(); - } - } - } - return getCommitMethod; - } - - private static volatile io.grpc.MethodDescriptor getRollbackMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "Rollback", - requestType = com.google.firestore.v1.RollbackRequest.class, - responseType = com.google.protobuf.Empty.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor getRollbackMethod() { - io.grpc.MethodDescriptor getRollbackMethod; - if ((getRollbackMethod = FirestoreGrpc.getRollbackMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getRollbackMethod = FirestoreGrpc.getRollbackMethod) == null) { - FirestoreGrpc.getRollbackMethod = getRollbackMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Rollback")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.RollbackRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.protobuf.Empty.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Rollback")) - .build(); - } - } - } - return getRollbackMethod; - } - - private static volatile io.grpc.MethodDescriptor getRunQueryMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "RunQuery", - requestType = com.google.firestore.v1.RunQueryRequest.class, - responseType = com.google.firestore.v1.RunQueryResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) - public static io.grpc.MethodDescriptor getRunQueryMethod() { - io.grpc.MethodDescriptor getRunQueryMethod; - if ((getRunQueryMethod = FirestoreGrpc.getRunQueryMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getRunQueryMethod = FirestoreGrpc.getRunQueryMethod) == null) { - FirestoreGrpc.getRunQueryMethod = getRunQueryMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RunQuery")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.RunQueryRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.RunQueryResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("RunQuery")) - .build(); - } - } - } - return getRunQueryMethod; - } - - private static volatile io.grpc.MethodDescriptor getRunAggregationQueryMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "RunAggregationQuery", - requestType = com.google.firestore.v1.RunAggregationQueryRequest.class, - responseType = com.google.firestore.v1.RunAggregationQueryResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) - public static io.grpc.MethodDescriptor getRunAggregationQueryMethod() { - io.grpc.MethodDescriptor getRunAggregationQueryMethod; - if ((getRunAggregationQueryMethod = FirestoreGrpc.getRunAggregationQueryMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getRunAggregationQueryMethod = FirestoreGrpc.getRunAggregationQueryMethod) == null) { - FirestoreGrpc.getRunAggregationQueryMethod = getRunAggregationQueryMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RunAggregationQuery")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.RunAggregationQueryRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.RunAggregationQueryResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("RunAggregationQuery")) - .build(); - } - } - } - return getRunAggregationQueryMethod; - } - - private static volatile io.grpc.MethodDescriptor getPartitionQueryMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "PartitionQuery", - requestType = com.google.firestore.v1.PartitionQueryRequest.class, - responseType = com.google.firestore.v1.PartitionQueryResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor getPartitionQueryMethod() { - io.grpc.MethodDescriptor getPartitionQueryMethod; - if ((getPartitionQueryMethod = FirestoreGrpc.getPartitionQueryMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getPartitionQueryMethod = FirestoreGrpc.getPartitionQueryMethod) == null) { - FirestoreGrpc.getPartitionQueryMethod = getPartitionQueryMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "PartitionQuery")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.PartitionQueryRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.PartitionQueryResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("PartitionQuery")) - .build(); - } - } - } - return getPartitionQueryMethod; - } - - private static volatile io.grpc.MethodDescriptor getWriteMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "Write", - requestType = com.google.firestore.v1.WriteRequest.class, - responseType = com.google.firestore.v1.WriteResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) - public static io.grpc.MethodDescriptor getWriteMethod() { - io.grpc.MethodDescriptor getWriteMethod; - if ((getWriteMethod = FirestoreGrpc.getWriteMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getWriteMethod = FirestoreGrpc.getWriteMethod) == null) { - FirestoreGrpc.getWriteMethod = getWriteMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Write")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.WriteRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.WriteResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Write")) - .build(); - } - } - } - return getWriteMethod; - } - - private static volatile io.grpc.MethodDescriptor getListenMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "Listen", - requestType = com.google.firestore.v1.ListenRequest.class, - responseType = com.google.firestore.v1.ListenResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) - public static io.grpc.MethodDescriptor getListenMethod() { - io.grpc.MethodDescriptor getListenMethod; - if ((getListenMethod = FirestoreGrpc.getListenMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getListenMethod = FirestoreGrpc.getListenMethod) == null) { - FirestoreGrpc.getListenMethod = getListenMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Listen")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.ListenRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.ListenResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("Listen")) - .build(); - } - } - } - return getListenMethod; - } - - private static volatile io.grpc.MethodDescriptor getListCollectionIdsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListCollectionIds", - requestType = com.google.firestore.v1.ListCollectionIdsRequest.class, - responseType = com.google.firestore.v1.ListCollectionIdsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor getListCollectionIdsMethod() { - io.grpc.MethodDescriptor getListCollectionIdsMethod; - if ((getListCollectionIdsMethod = FirestoreGrpc.getListCollectionIdsMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getListCollectionIdsMethod = FirestoreGrpc.getListCollectionIdsMethod) == null) { - FirestoreGrpc.getListCollectionIdsMethod = getListCollectionIdsMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListCollectionIds")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.ListCollectionIdsRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.ListCollectionIdsResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("ListCollectionIds")) - .build(); - } - } - } - return getListCollectionIdsMethod; - } - - private static volatile io.grpc.MethodDescriptor getBatchWriteMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "BatchWrite", - requestType = com.google.firestore.v1.BatchWriteRequest.class, - responseType = com.google.firestore.v1.BatchWriteResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor getBatchWriteMethod() { - io.grpc.MethodDescriptor getBatchWriteMethod; - if ((getBatchWriteMethod = FirestoreGrpc.getBatchWriteMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getBatchWriteMethod = FirestoreGrpc.getBatchWriteMethod) == null) { - FirestoreGrpc.getBatchWriteMethod = getBatchWriteMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BatchWrite")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.BatchWriteRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.BatchWriteResponse.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("BatchWrite")) - .build(); - } - } - } - return getBatchWriteMethod; - } - - private static volatile io.grpc.MethodDescriptor getCreateDocumentMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "CreateDocument", - requestType = com.google.firestore.v1.CreateDocumentRequest.class, - responseType = com.google.firestore.v1.Document.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor getCreateDocumentMethod() { - io.grpc.MethodDescriptor getCreateDocumentMethod; - if ((getCreateDocumentMethod = FirestoreGrpc.getCreateDocumentMethod) == null) { - synchronized (FirestoreGrpc.class) { - if ((getCreateDocumentMethod = FirestoreGrpc.getCreateDocumentMethod) == null) { - FirestoreGrpc.getCreateDocumentMethod = getCreateDocumentMethod = - io.grpc.MethodDescriptor.newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateDocument")) - .setSampledToLocalTracing(true) - .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.CreateDocumentRequest.getDefaultInstance())) - .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( - com.google.firestore.v1.Document.getDefaultInstance())) - .setSchemaDescriptor(new FirestoreMethodDescriptorSupplier("CreateDocument")) - .build(); - } - } - } - return getCreateDocumentMethod; - } - - /** - * Creates a new async stub that supports all call types for the service - */ - public static FirestoreStub newStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public FirestoreStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new FirestoreStub(channel, callOptions); - } - }; - return FirestoreStub.newStub(factory, channel); - } - - /** - * Creates a new blocking-style stub that supports unary and streaming output calls on the service - */ - public static FirestoreBlockingStub newBlockingStub( - io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public FirestoreBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new FirestoreBlockingStub(channel, callOptions); - } - }; - return FirestoreBlockingStub.newStub(factory, channel); - } - - /** - * Creates a new ListenableFuture-style stub that supports unary calls on the service - */ - public static FirestoreFutureStub newFutureStub( - io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public FirestoreFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new FirestoreFutureStub(channel, callOptions); - } - }; - return FirestoreFutureStub.newStub(factory, channel); - } - - /** - *
-   * The Cloud Firestore service.
-   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
-   * document database that simplifies storing, syncing, and querying data for
-   * your mobile, web, and IoT apps at global scale. Its client libraries provide
-   * live synchronization and offline support, while its security features and
-   * integrations with Firebase and Google Cloud Platform accelerate building
-   * truly serverless apps.
-   * 
- */ - public interface AsyncService { - - /** - *
-     * Gets a single document.
-     * 
- */ - default void getDocument(com.google.firestore.v1.GetDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetDocumentMethod(), responseObserver); - } - - /** - *
-     * Lists documents.
-     * 
- */ - default void listDocuments(com.google.firestore.v1.ListDocumentsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListDocumentsMethod(), responseObserver); - } - - /** - *
-     * Updates or inserts a document.
-     * 
- */ - default void updateDocument(com.google.firestore.v1.UpdateDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateDocumentMethod(), responseObserver); - } - - /** - *
-     * Deletes a document.
-     * 
- */ - default void deleteDocument(com.google.firestore.v1.DeleteDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteDocumentMethod(), responseObserver); - } - - /** - *
-     * Gets multiple documents.
-     * Documents returned by this method are not guaranteed to be returned in the
-     * same order that they were requested.
-     * 
- */ - default void batchGetDocuments(com.google.firestore.v1.BatchGetDocumentsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getBatchGetDocumentsMethod(), responseObserver); - } - - /** - *
-     * Starts a new transaction.
-     * 
- */ - default void beginTransaction(com.google.firestore.v1.BeginTransactionRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getBeginTransactionMethod(), responseObserver); - } - - /** - *
-     * Commits a transaction, while optionally updating documents.
-     * 
- */ - default void commit(com.google.firestore.v1.CommitRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCommitMethod(), responseObserver); - } - - /** - *
-     * Rolls back a transaction.
-     * 
- */ - default void rollback(com.google.firestore.v1.RollbackRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRollbackMethod(), responseObserver); - } - - /** - *
-     * Runs a query.
-     * 
- */ - default void runQuery(com.google.firestore.v1.RunQueryRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRunQueryMethod(), responseObserver); - } - - /** - *
-     * Runs an aggregation query.
-     * Rather than producing [Document][google.firestore.v1.Document] results like
-     * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
-     * allows running an aggregation to produce a series of
-     * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
-     * High-Level Example:
-     * ```
-     * -- Return the number of documents in table given a filter.
-     * SELECT COUNT(*) FROM ( SELECT * FROM k where a = true );
-     * ```
-     * 
- */ - default void runAggregationQuery(com.google.firestore.v1.RunAggregationQueryRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRunAggregationQueryMethod(), responseObserver); - } - - /** - *
-     * Partitions a query by returning partition cursors that can be used to run
-     * the query in parallel. The returned partition cursors are split points that
-     * can be used by RunQuery as starting/end points for the query results.
-     * 
- */ - default void partitionQuery(com.google.firestore.v1.PartitionQueryRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getPartitionQueryMethod(), responseObserver); - } - - /** - *
-     * Streams batches of document updates and deletes, in order. This method is
-     * only available via gRPC or WebChannel (not REST).
-     * 
- */ - default io.grpc.stub.StreamObserver write( - io.grpc.stub.StreamObserver responseObserver) { - return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getWriteMethod(), responseObserver); - } - - /** - *
-     * Listens to changes. This method is only available via gRPC or WebChannel
-     * (not REST).
-     * 
- */ - default io.grpc.stub.StreamObserver listen( - io.grpc.stub.StreamObserver responseObserver) { - return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getListenMethod(), responseObserver); - } - - /** - *
-     * Lists all the collection IDs underneath a document.
-     * 
- */ - default void listCollectionIds(com.google.firestore.v1.ListCollectionIdsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListCollectionIdsMethod(), responseObserver); - } - - /** - *
-     * Applies a batch of write operations.
-     * The BatchWrite method does not apply the write operations atomically
-     * and can apply them out of order. Method does not allow more than one write
-     * per document. Each write succeeds or fails independently. See the
-     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
-     * success status of each write.
-     * If you require an atomically applied set of writes, use
-     * [Commit][google.firestore.v1.Firestore.Commit] instead.
-     * 
- */ - default void batchWrite(com.google.firestore.v1.BatchWriteRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getBatchWriteMethod(), responseObserver); - } - - /** - *
-     * Creates a new document.
-     * 
- */ - default void createDocument(com.google.firestore.v1.CreateDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateDocumentMethod(), responseObserver); - } - } - - /** - * Base class for the server implementation of the service Firestore. - *
-   * The Cloud Firestore service.
-   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
-   * document database that simplifies storing, syncing, and querying data for
-   * your mobile, web, and IoT apps at global scale. Its client libraries provide
-   * live synchronization and offline support, while its security features and
-   * integrations with Firebase and Google Cloud Platform accelerate building
-   * truly serverless apps.
-   * 
- */ - public static abstract class FirestoreImplBase - implements io.grpc.BindableService, AsyncService { - - @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { - return FirestoreGrpc.bindService(this); - } - } - - /** - * A stub to allow clients to do asynchronous rpc calls to service Firestore. - *
-   * The Cloud Firestore service.
-   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
-   * document database that simplifies storing, syncing, and querying data for
-   * your mobile, web, and IoT apps at global scale. Its client libraries provide
-   * live synchronization and offline support, while its security features and
-   * integrations with Firebase and Google Cloud Platform accelerate building
-   * truly serverless apps.
-   * 
- */ - public static final class FirestoreStub - extends io.grpc.stub.AbstractAsyncStub { - private FirestoreStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected FirestoreStub build( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new FirestoreStub(channel, callOptions); - } - - /** - *
-     * Gets a single document.
-     * 
- */ - public void getDocument(com.google.firestore.v1.GetDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetDocumentMethod(), getCallOptions()), request, responseObserver); - } - - /** - *
-     * Lists documents.
-     * 
- */ - public void listDocuments(com.google.firestore.v1.ListDocumentsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListDocumentsMethod(), getCallOptions()), request, responseObserver); - } - - /** - *
-     * Updates or inserts a document.
-     * 
- */ - public void updateDocument(com.google.firestore.v1.UpdateDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateDocumentMethod(), getCallOptions()), request, responseObserver); - } - - /** - *
-     * Deletes a document.
-     * 
- */ - public void deleteDocument(com.google.firestore.v1.DeleteDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteDocumentMethod(), getCallOptions()), request, responseObserver); - } - - /** - *
-     * Gets multiple documents.
-     * Documents returned by this method are not guaranteed to be returned in the
-     * same order that they were requested.
-     * 
- */ - public void batchGetDocuments(com.google.firestore.v1.BatchGetDocumentsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncServerStreamingCall( - getChannel().newCall(getBatchGetDocumentsMethod(), getCallOptions()), request, responseObserver); - } - - /** - *
-     * Starts a new transaction.
-     * 
- */ - public void beginTransaction(com.google.firestore.v1.BeginTransactionRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getBeginTransactionMethod(), getCallOptions()), request, responseObserver); - } - - /** - *
-     * Commits a transaction, while optionally updating documents.
-     * 
- */ - public void commit(com.google.firestore.v1.CommitRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCommitMethod(), getCallOptions()), request, responseObserver); - } - - /** - *
-     * Rolls back a transaction.
-     * 
- */ - public void rollback(com.google.firestore.v1.RollbackRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRollbackMethod(), getCallOptions()), request, responseObserver); - } - - /** - *
-     * Runs a query.
-     * 
- */ - public void runQuery(com.google.firestore.v1.RunQueryRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncServerStreamingCall( - getChannel().newCall(getRunQueryMethod(), getCallOptions()), request, responseObserver); - } - - /** - *
-     * Runs an aggregation query.
-     * Rather than producing [Document][google.firestore.v1.Document] results like
-     * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
-     * allows running an aggregation to produce a series of
-     * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
-     * High-Level Example:
-     * ```
-     * -- Return the number of documents in table given a filter.
-     * SELECT COUNT(*) FROM ( SELECT * FROM k where a = true );
-     * ```
-     * 
- */ - public void runAggregationQuery(com.google.firestore.v1.RunAggregationQueryRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncServerStreamingCall( - getChannel().newCall(getRunAggregationQueryMethod(), getCallOptions()), request, responseObserver); - } - - /** - *
-     * Partitions a query by returning partition cursors that can be used to run
-     * the query in parallel. The returned partition cursors are split points that
-     * can be used by RunQuery as starting/end points for the query results.
-     * 
- */ - public void partitionQuery(com.google.firestore.v1.PartitionQueryRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getPartitionQueryMethod(), getCallOptions()), request, responseObserver); - } - - /** - *
-     * Streams batches of document updates and deletes, in order. This method is
-     * only available via gRPC or WebChannel (not REST).
-     * 
- */ - public io.grpc.stub.StreamObserver write( - io.grpc.stub.StreamObserver responseObserver) { - return io.grpc.stub.ClientCalls.asyncBidiStreamingCall( - getChannel().newCall(getWriteMethod(), getCallOptions()), responseObserver); - } - - /** - *
-     * Listens to changes. This method is only available via gRPC or WebChannel
-     * (not REST).
-     * 
- */ - public io.grpc.stub.StreamObserver listen( - io.grpc.stub.StreamObserver responseObserver) { - return io.grpc.stub.ClientCalls.asyncBidiStreamingCall( - getChannel().newCall(getListenMethod(), getCallOptions()), responseObserver); - } - - /** - *
-     * Lists all the collection IDs underneath a document.
-     * 
- */ - public void listCollectionIds(com.google.firestore.v1.ListCollectionIdsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListCollectionIdsMethod(), getCallOptions()), request, responseObserver); - } - - /** - *
-     * Applies a batch of write operations.
-     * The BatchWrite method does not apply the write operations atomically
-     * and can apply them out of order. Method does not allow more than one write
-     * per document. Each write succeeds or fails independently. See the
-     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
-     * success status of each write.
-     * If you require an atomically applied set of writes, use
-     * [Commit][google.firestore.v1.Firestore.Commit] instead.
-     * 
- */ - public void batchWrite(com.google.firestore.v1.BatchWriteRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getBatchWriteMethod(), getCallOptions()), request, responseObserver); - } - - /** - *
-     * Creates a new document.
-     * 
- */ - public void createDocument(com.google.firestore.v1.CreateDocumentRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateDocumentMethod(), getCallOptions()), request, responseObserver); - } - } - - /** - * A stub to allow clients to do synchronous rpc calls to service Firestore. - *
-   * The Cloud Firestore service.
-   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
-   * document database that simplifies storing, syncing, and querying data for
-   * your mobile, web, and IoT apps at global scale. Its client libraries provide
-   * live synchronization and offline support, while its security features and
-   * integrations with Firebase and Google Cloud Platform accelerate building
-   * truly serverless apps.
-   * 
- */ - public static final class FirestoreBlockingStub - extends io.grpc.stub.AbstractBlockingStub { - private FirestoreBlockingStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected FirestoreBlockingStub build( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new FirestoreBlockingStub(channel, callOptions); - } - - /** - *
-     * Gets a single document.
-     * 
- */ - public com.google.firestore.v1.Document getDocument(com.google.firestore.v1.GetDocumentRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetDocumentMethod(), getCallOptions(), request); - } - - /** - *
-     * Lists documents.
-     * 
- */ - public com.google.firestore.v1.ListDocumentsResponse listDocuments(com.google.firestore.v1.ListDocumentsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListDocumentsMethod(), getCallOptions(), request); - } - - /** - *
-     * Updates or inserts a document.
-     * 
- */ - public com.google.firestore.v1.Document updateDocument(com.google.firestore.v1.UpdateDocumentRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateDocumentMethod(), getCallOptions(), request); - } - - /** - *
-     * Deletes a document.
-     * 
- */ - public com.google.protobuf.Empty deleteDocument(com.google.firestore.v1.DeleteDocumentRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteDocumentMethod(), getCallOptions(), request); - } - - /** - *
-     * Gets multiple documents.
-     * Documents returned by this method are not guaranteed to be returned in the
-     * same order that they were requested.
-     * 
- */ - public java.util.Iterator batchGetDocuments( - com.google.firestore.v1.BatchGetDocumentsRequest request) { - return io.grpc.stub.ClientCalls.blockingServerStreamingCall( - getChannel(), getBatchGetDocumentsMethod(), getCallOptions(), request); - } - - /** - *
-     * Starts a new transaction.
-     * 
- */ - public com.google.firestore.v1.BeginTransactionResponse beginTransaction(com.google.firestore.v1.BeginTransactionRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getBeginTransactionMethod(), getCallOptions(), request); - } - - /** - *
-     * Commits a transaction, while optionally updating documents.
-     * 
- */ - public com.google.firestore.v1.CommitResponse commit(com.google.firestore.v1.CommitRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCommitMethod(), getCallOptions(), request); - } - - /** - *
-     * Rolls back a transaction.
-     * 
- */ - public com.google.protobuf.Empty rollback(com.google.firestore.v1.RollbackRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getRollbackMethod(), getCallOptions(), request); - } - - /** - *
-     * Runs a query.
-     * 
- */ - public java.util.Iterator runQuery( - com.google.firestore.v1.RunQueryRequest request) { - return io.grpc.stub.ClientCalls.blockingServerStreamingCall( - getChannel(), getRunQueryMethod(), getCallOptions(), request); - } - - /** - *
-     * Runs an aggregation query.
-     * Rather than producing [Document][google.firestore.v1.Document] results like
-     * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
-     * allows running an aggregation to produce a series of
-     * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
-     * High-Level Example:
-     * ```
-     * -- Return the number of documents in table given a filter.
-     * SELECT COUNT(*) FROM ( SELECT * FROM k where a = true );
-     * ```
-     * 
- */ - public java.util.Iterator runAggregationQuery( - com.google.firestore.v1.RunAggregationQueryRequest request) { - return io.grpc.stub.ClientCalls.blockingServerStreamingCall( - getChannel(), getRunAggregationQueryMethod(), getCallOptions(), request); - } - - /** - *
-     * Partitions a query by returning partition cursors that can be used to run
-     * the query in parallel. The returned partition cursors are split points that
-     * can be used by RunQuery as starting/end points for the query results.
-     * 
- */ - public com.google.firestore.v1.PartitionQueryResponse partitionQuery(com.google.firestore.v1.PartitionQueryRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getPartitionQueryMethod(), getCallOptions(), request); - } - - /** - *
-     * Lists all the collection IDs underneath a document.
-     * 
- */ - public com.google.firestore.v1.ListCollectionIdsResponse listCollectionIds(com.google.firestore.v1.ListCollectionIdsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListCollectionIdsMethod(), getCallOptions(), request); - } - - /** - *
-     * Applies a batch of write operations.
-     * The BatchWrite method does not apply the write operations atomically
-     * and can apply them out of order. Method does not allow more than one write
-     * per document. Each write succeeds or fails independently. See the
-     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
-     * success status of each write.
-     * If you require an atomically applied set of writes, use
-     * [Commit][google.firestore.v1.Firestore.Commit] instead.
-     * 
- */ - public com.google.firestore.v1.BatchWriteResponse batchWrite(com.google.firestore.v1.BatchWriteRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getBatchWriteMethod(), getCallOptions(), request); - } - - /** - *
-     * Creates a new document.
-     * 
- */ - public com.google.firestore.v1.Document createDocument(com.google.firestore.v1.CreateDocumentRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateDocumentMethod(), getCallOptions(), request); - } - } - - /** - * A stub to allow clients to do ListenableFuture-style rpc calls to service Firestore. - *
-   * The Cloud Firestore service.
-   * Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
-   * document database that simplifies storing, syncing, and querying data for
-   * your mobile, web, and IoT apps at global scale. Its client libraries provide
-   * live synchronization and offline support, while its security features and
-   * integrations with Firebase and Google Cloud Platform accelerate building
-   * truly serverless apps.
-   * 
- */ - public static final class FirestoreFutureStub - extends io.grpc.stub.AbstractFutureStub { - private FirestoreFutureStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected FirestoreFutureStub build( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new FirestoreFutureStub(channel, callOptions); - } - - /** - *
-     * Gets a single document.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture getDocument( - com.google.firestore.v1.GetDocumentRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetDocumentMethod(), getCallOptions()), request); - } - - /** - *
-     * Lists documents.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture listDocuments( - com.google.firestore.v1.ListDocumentsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListDocumentsMethod(), getCallOptions()), request); - } - - /** - *
-     * Updates or inserts a document.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture updateDocument( - com.google.firestore.v1.UpdateDocumentRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getUpdateDocumentMethod(), getCallOptions()), request); - } - - /** - *
-     * Deletes a document.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture deleteDocument( - com.google.firestore.v1.DeleteDocumentRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getDeleteDocumentMethod(), getCallOptions()), request); - } - - /** - *
-     * Starts a new transaction.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture beginTransaction( - com.google.firestore.v1.BeginTransactionRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getBeginTransactionMethod(), getCallOptions()), request); - } - - /** - *
-     * Commits a transaction, while optionally updating documents.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture commit( - com.google.firestore.v1.CommitRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getCommitMethod(), getCallOptions()), request); - } - - /** - *
-     * Rolls back a transaction.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture rollback( - com.google.firestore.v1.RollbackRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getRollbackMethod(), getCallOptions()), request); - } - - /** - *
-     * Partitions a query by returning partition cursors that can be used to run
-     * the query in parallel. The returned partition cursors are split points that
-     * can be used by RunQuery as starting/end points for the query results.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture partitionQuery( - com.google.firestore.v1.PartitionQueryRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getPartitionQueryMethod(), getCallOptions()), request); - } - - /** - *
-     * Lists all the collection IDs underneath a document.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture listCollectionIds( - com.google.firestore.v1.ListCollectionIdsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListCollectionIdsMethod(), getCallOptions()), request); - } - - /** - *
-     * Applies a batch of write operations.
-     * The BatchWrite method does not apply the write operations atomically
-     * and can apply them out of order. Method does not allow more than one write
-     * per document. Each write succeeds or fails independently. See the
-     * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
-     * success status of each write.
-     * If you require an atomically applied set of writes, use
-     * [Commit][google.firestore.v1.Firestore.Commit] instead.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture batchWrite( - com.google.firestore.v1.BatchWriteRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getBatchWriteMethod(), getCallOptions()), request); - } - - /** - *
-     * Creates a new document.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture createDocument( - com.google.firestore.v1.CreateDocumentRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getCreateDocumentMethod(), getCallOptions()), request); - } - } - - private static final int METHODID_GET_DOCUMENT = 0; - private static final int METHODID_LIST_DOCUMENTS = 1; - private static final int METHODID_UPDATE_DOCUMENT = 2; - private static final int METHODID_DELETE_DOCUMENT = 3; - private static final int METHODID_BATCH_GET_DOCUMENTS = 4; - private static final int METHODID_BEGIN_TRANSACTION = 5; - private static final int METHODID_COMMIT = 6; - private static final int METHODID_ROLLBACK = 7; - private static final int METHODID_RUN_QUERY = 8; - private static final int METHODID_RUN_AGGREGATION_QUERY = 9; - private static final int METHODID_PARTITION_QUERY = 10; - private static final int METHODID_LIST_COLLECTION_IDS = 11; - private static final int METHODID_BATCH_WRITE = 12; - private static final int METHODID_CREATE_DOCUMENT = 13; - private static final int METHODID_WRITE = 14; - private static final int METHODID_LISTEN = 15; - - private static final class MethodHandlers implements - io.grpc.stub.ServerCalls.UnaryMethod, - io.grpc.stub.ServerCalls.ServerStreamingMethod, - io.grpc.stub.ServerCalls.ClientStreamingMethod, - io.grpc.stub.ServerCalls.BidiStreamingMethod { - private final AsyncService serviceImpl; - private final int methodId; - - MethodHandlers(AsyncService serviceImpl, int methodId) { - this.serviceImpl = serviceImpl; - this.methodId = methodId; - } - - @java.lang.Override - @java.lang.SuppressWarnings("unchecked") - public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { - switch (methodId) { - case METHODID_GET_DOCUMENT: - serviceImpl.getDocument((com.google.firestore.v1.GetDocumentRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_LIST_DOCUMENTS: - serviceImpl.listDocuments((com.google.firestore.v1.ListDocumentsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_UPDATE_DOCUMENT: - serviceImpl.updateDocument((com.google.firestore.v1.UpdateDocumentRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_DELETE_DOCUMENT: - serviceImpl.deleteDocument((com.google.firestore.v1.DeleteDocumentRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_BATCH_GET_DOCUMENTS: - serviceImpl.batchGetDocuments((com.google.firestore.v1.BatchGetDocumentsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_BEGIN_TRANSACTION: - serviceImpl.beginTransaction((com.google.firestore.v1.BeginTransactionRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_COMMIT: - serviceImpl.commit((com.google.firestore.v1.CommitRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_ROLLBACK: - serviceImpl.rollback((com.google.firestore.v1.RollbackRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_RUN_QUERY: - serviceImpl.runQuery((com.google.firestore.v1.RunQueryRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_RUN_AGGREGATION_QUERY: - serviceImpl.runAggregationQuery((com.google.firestore.v1.RunAggregationQueryRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_PARTITION_QUERY: - serviceImpl.partitionQuery((com.google.firestore.v1.PartitionQueryRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_LIST_COLLECTION_IDS: - serviceImpl.listCollectionIds((com.google.firestore.v1.ListCollectionIdsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_BATCH_WRITE: - serviceImpl.batchWrite((com.google.firestore.v1.BatchWriteRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_CREATE_DOCUMENT: - serviceImpl.createDocument((com.google.firestore.v1.CreateDocumentRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - default: - throw new AssertionError(); - } - } - - @java.lang.Override - @java.lang.SuppressWarnings("unchecked") - public io.grpc.stub.StreamObserver invoke( - io.grpc.stub.StreamObserver responseObserver) { - switch (methodId) { - case METHODID_WRITE: - return (io.grpc.stub.StreamObserver) serviceImpl.write( - (io.grpc.stub.StreamObserver) responseObserver); - case METHODID_LISTEN: - return (io.grpc.stub.StreamObserver) serviceImpl.listen( - (io.grpc.stub.StreamObserver) responseObserver); - default: - throw new AssertionError(); - } - } - } - - public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) { - return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) - .addMethod( - getGetDocumentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.GetDocumentRequest, - com.google.firestore.v1.Document>( - service, METHODID_GET_DOCUMENT))) - .addMethod( - getListDocumentsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.ListDocumentsRequest, - com.google.firestore.v1.ListDocumentsResponse>( - service, METHODID_LIST_DOCUMENTS))) - .addMethod( - getUpdateDocumentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.UpdateDocumentRequest, - com.google.firestore.v1.Document>( - service, METHODID_UPDATE_DOCUMENT))) - .addMethod( - getDeleteDocumentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.DeleteDocumentRequest, - com.google.protobuf.Empty>( - service, METHODID_DELETE_DOCUMENT))) - .addMethod( - getBatchGetDocumentsMethod(), - io.grpc.stub.ServerCalls.asyncServerStreamingCall( - new MethodHandlers< - com.google.firestore.v1.BatchGetDocumentsRequest, - com.google.firestore.v1.BatchGetDocumentsResponse>( - service, METHODID_BATCH_GET_DOCUMENTS))) - .addMethod( - getBeginTransactionMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.BeginTransactionRequest, - com.google.firestore.v1.BeginTransactionResponse>( - service, METHODID_BEGIN_TRANSACTION))) - .addMethod( - getCommitMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.CommitRequest, - com.google.firestore.v1.CommitResponse>( - service, METHODID_COMMIT))) - .addMethod( - getRollbackMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.RollbackRequest, - com.google.protobuf.Empty>( - service, METHODID_ROLLBACK))) - .addMethod( - getRunQueryMethod(), - io.grpc.stub.ServerCalls.asyncServerStreamingCall( - new MethodHandlers< - com.google.firestore.v1.RunQueryRequest, - com.google.firestore.v1.RunQueryResponse>( - service, METHODID_RUN_QUERY))) - .addMethod( - getRunAggregationQueryMethod(), - io.grpc.stub.ServerCalls.asyncServerStreamingCall( - new MethodHandlers< - com.google.firestore.v1.RunAggregationQueryRequest, - com.google.firestore.v1.RunAggregationQueryResponse>( - service, METHODID_RUN_AGGREGATION_QUERY))) - .addMethod( - getPartitionQueryMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.PartitionQueryRequest, - com.google.firestore.v1.PartitionQueryResponse>( - service, METHODID_PARTITION_QUERY))) - .addMethod( - getWriteMethod(), - io.grpc.stub.ServerCalls.asyncBidiStreamingCall( - new MethodHandlers< - com.google.firestore.v1.WriteRequest, - com.google.firestore.v1.WriteResponse>( - service, METHODID_WRITE))) - .addMethod( - getListenMethod(), - io.grpc.stub.ServerCalls.asyncBidiStreamingCall( - new MethodHandlers< - com.google.firestore.v1.ListenRequest, - com.google.firestore.v1.ListenResponse>( - service, METHODID_LISTEN))) - .addMethod( - getListCollectionIdsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.ListCollectionIdsRequest, - com.google.firestore.v1.ListCollectionIdsResponse>( - service, METHODID_LIST_COLLECTION_IDS))) - .addMethod( - getBatchWriteMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.BatchWriteRequest, - com.google.firestore.v1.BatchWriteResponse>( - service, METHODID_BATCH_WRITE))) - .addMethod( - getCreateDocumentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.firestore.v1.CreateDocumentRequest, - com.google.firestore.v1.Document>( - service, METHODID_CREATE_DOCUMENT))) - .build(); - } - - private static abstract class FirestoreBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { - FirestoreBaseDescriptorSupplier() {} - - @java.lang.Override - public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { - return com.google.firestore.v1.FirestoreProto.getDescriptor(); - } - - @java.lang.Override - public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { - return getFileDescriptor().findServiceByName("Firestore"); - } - } - - private static final class FirestoreFileDescriptorSupplier - extends FirestoreBaseDescriptorSupplier { - FirestoreFileDescriptorSupplier() {} - } - - private static final class FirestoreMethodDescriptorSupplier - extends FirestoreBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { - private final java.lang.String methodName; - - FirestoreMethodDescriptorSupplier(java.lang.String methodName) { - this.methodName = methodName; - } - - @java.lang.Override - public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { - return getServiceDescriptor().findMethodByName(methodName); - } - } - - private static volatile io.grpc.ServiceDescriptor serviceDescriptor; - - public static io.grpc.ServiceDescriptor getServiceDescriptor() { - io.grpc.ServiceDescriptor result = serviceDescriptor; - if (result == null) { - synchronized (FirestoreGrpc.class) { - result = serviceDescriptor; - if (result == null) { - serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new FirestoreFileDescriptorSupplier()) - .addMethod(getGetDocumentMethod()) - .addMethod(getListDocumentsMethod()) - .addMethod(getUpdateDocumentMethod()) - .addMethod(getDeleteDocumentMethod()) - .addMethod(getBatchGetDocumentsMethod()) - .addMethod(getBeginTransactionMethod()) - .addMethod(getCommitMethod()) - .addMethod(getRollbackMethod()) - .addMethod(getRunQueryMethod()) - .addMethod(getRunAggregationQueryMethod()) - .addMethod(getPartitionQueryMethod()) - .addMethod(getWriteMethod()) - .addMethod(getListenMethod()) - .addMethod(getListCollectionIdsMethod()) - .addMethod(getBatchWriteMethod()) - .addMethod(getCreateDocumentMethod()) - .build(); - } - } - } - return result; - } -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java deleted file mode 100644 index dcff53ba0..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java +++ /dev/null @@ -1,95 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/backup.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class BackupProto { - private BackupProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Backup_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n&google/firestore/admin/v1/backup.proto" + - "\022\031google.firestore.admin.v1\032\037google/api/" + - "field_behavior.proto\032\031google/api/resourc" + - "e.proto\032\037google/protobuf/timestamp.proto" + - "\"\340\004\n\006Backup\022\021\n\004name\030\001 \001(\tB\003\340A\003\022;\n\010databa" + - "se\030\002 \001(\tB)\340A\003\372A#\n!firestore.googleapis.c" + - "om/Database\022\031\n\014database_uid\030\007 \001(\tB\003\340A\003\0226" + - "\n\rsnapshot_time\030\003 \001(\0132\032.google.protobuf." + - "TimestampB\003\340A\003\0224\n\013expire_time\030\004 \001(\0132\032.go" + - "ogle.protobuf.TimestampB\003\340A\003\022;\n\005stats\030\006 " + - "\001(\0132\'.google.firestore.admin.v1.Backup.S" + - "tatsB\003\340A\003\022;\n\005state\030\010 \001(\0162\'.google.firest" + - "ore.admin.v1.Backup.StateB\003\340A\003\032W\n\005Stats\022" + - "\027\n\nsize_bytes\030\001 \001(\003B\003\340A\003\022\033\n\016document_cou" + - "nt\030\002 \001(\003B\003\340A\003\022\030\n\013index_count\030\003 \001(\003B\003\340A\003\"" + - "J\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014\n\010CREAT" + - "ING\020\001\022\t\n\005READY\020\002\022\021\n\rNOT_AVAILABLE\020\003:^\352A[" + - "\n\037firestore.googleapis.com/Backup\0228proje" + - "cts/{project}/locations/{location}/backu" + - "ps/{backup}B\332\001\n\035com.google.firestore.adm" + - "in.v1B\013BackupProtoP\001Z9cloud.google.com/g" + - "o/firestore/apiv1/admin/adminpb;adminpb\242" + - "\002\004GCFS\252\002\037Google.Cloud.Firestore.Admin.V1" + - "\312\002\037Google\\Cloud\\Firestore\\Admin\\V1\352\002#Goo" + - "gle::Cloud::Firestore::Admin::V1b\006proto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_firestore_admin_v1_Backup_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Backup_descriptor, - new java.lang.String[] { "Name", "Database", "DatabaseUid", "SnapshotTime", "ExpireTime", "Stats", "State", }); - internal_static_google_firestore_admin_v1_Backup_Stats_descriptor = - internal_static_google_firestore_admin_v1_Backup_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Backup_Stats_descriptor, - new java.lang.String[] { "SizeBytes", "DocumentCount", "IndexCount", }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.ResourceProto.resource); - registry.add(com.google.api.ResourceProto.resourceReference); - com.google.protobuf.Descriptors.FileDescriptor - .internalUpdateFileDescriptor(descriptor, registry); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponseOrBuilder.java deleted file mode 100644 index 02231d9e0..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponseOrBuilder.java +++ /dev/null @@ -1,10 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface BulkDeleteDocumentsResponseOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.BulkDeleteDocumentsResponse) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java deleted file mode 100644 index 6b66a8895..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java +++ /dev/null @@ -1,61 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface CreateBackupScheduleRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.CreateBackupScheduleRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. The parent database.
-   *
-   *  Format `projects/{project}/databases/{database}`
-   * 
- * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The parent. - */ - java.lang.String getParent(); - /** - *
-   * Required. The parent database.
-   *
-   *  Format `projects/{project}/databases/{database}`
-   * 
- * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for parent. - */ - com.google.protobuf.ByteString - getParentBytes(); - - /** - *
-   * Required. The backup schedule to create.
-   * 
- * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * @return Whether the backupSchedule field is set. - */ - boolean hasBackupSchedule(); - /** - *
-   * Required. The backup schedule to create.
-   * 
- * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - * @return The backupSchedule. - */ - com.google.firestore.admin.v1.BackupSchedule getBackupSchedule(); - /** - *
-   * Required. The backup schedule to create.
-   * 
- * - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; - */ - com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOrBuilder(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java deleted file mode 100644 index a9f2ef3ec..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java +++ /dev/null @@ -1,10 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface CreateDatabaseMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.CreateDatabaseMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java deleted file mode 100644 index a76aad4a5..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java +++ /dev/null @@ -1,10 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/schedule.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface DailyRecurrenceOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DailyRecurrence) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java deleted file mode 100644 index 5530c927c..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java +++ /dev/null @@ -1,108 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/database.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class DatabaseProto { - private DatabaseProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Database_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Database_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n(google/firestore/admin/v1/database.pro" + - "to\022\031google.firestore.admin.v1\032\037google/ap" + - "i/field_behavior.proto\032\031google/api/resou" + - "rce.proto\032\036google/protobuf/duration.prot" + - "o\032\037google/protobuf/timestamp.proto\"\271\013\n\010D" + - "atabase\022\014\n\004name\030\001 \001(\t\022\020\n\003uid\030\003 \001(\tB\003\340A\003\022" + - "4\n\013create_time\030\005 \001(\0132\032.google.protobuf.T" + - "imestampB\003\340A\003\0224\n\013update_time\030\006 \001(\0132\032.goo" + - "gle.protobuf.TimestampB\003\340A\003\022\023\n\013location_" + - "id\030\t \001(\t\022>\n\004type\030\n \001(\01620.google.firestor" + - "e.admin.v1.Database.DatabaseType\022M\n\020conc" + - "urrency_mode\030\017 \001(\01623.google.firestore.ad" + - "min.v1.Database.ConcurrencyMode\022@\n\030versi" + - "on_retention_period\030\021 \001(\0132\031.google.proto" + - "buf.DurationB\003\340A\003\022>\n\025earliest_version_ti" + - "me\030\022 \001(\0132\032.google.protobuf.TimestampB\003\340A" + - "\003\022l\n!point_in_time_recovery_enablement\030\025" + - " \001(\0162A.google.firestore.admin.v1.Databas" + - "e.PointInTimeRecoveryEnablement\022a\n\033app_e" + - "ngine_integration_mode\030\023 \001(\0162<.google.fi" + - "restore.admin.v1.Database.AppEngineInteg" + - "rationMode\022\027\n\nkey_prefix\030\024 \001(\tB\003\340A\003\022Z\n\027d" + - "elete_protection_state\030\026 \001(\01629.google.fi" + - "restore.admin.v1.Database.DeleteProtecti" + - "onState\022\014\n\004etag\030c \001(\t\"W\n\014DatabaseType\022\035\n" + - "\031DATABASE_TYPE_UNSPECIFIED\020\000\022\024\n\020FIRESTOR" + - "E_NATIVE\020\001\022\022\n\016DATASTORE_MODE\020\002\"w\n\017Concur" + - "rencyMode\022 \n\034CONCURRENCY_MODE_UNSPECIFIE" + - "D\020\000\022\016\n\nOPTIMISTIC\020\001\022\017\n\013PESSIMISTIC\020\002\022!\n\035" + - "OPTIMISTIC_WITH_ENTITY_GROUPS\020\003\"\233\001\n\035Poin" + - "tInTimeRecoveryEnablement\0221\n-POINT_IN_TI" + - "ME_RECOVERY_ENABLEMENT_UNSPECIFIED\020\000\022\"\n\036" + - "POINT_IN_TIME_RECOVERY_ENABLED\020\001\022#\n\037POIN" + - "T_IN_TIME_RECOVERY_DISABLED\020\002\"b\n\030AppEngi" + - "neIntegrationMode\022+\n\'APP_ENGINE_INTEGRAT" + - "ION_MODE_UNSPECIFIED\020\000\022\013\n\007ENABLED\020\001\022\014\n\010D" + - "ISABLED\020\002\"\177\n\025DeleteProtectionState\022\'\n#DE" + - "LETE_PROTECTION_STATE_UNSPECIFIED\020\000\022\036\n\032D" + - "ELETE_PROTECTION_DISABLED\020\001\022\035\n\031DELETE_PR" + - "OTECTION_ENABLED\020\002:R\352AO\n!firestore.googl" + - "eapis.com/Database\022\'projects/{project}/d" + - "atabases/{database}R\001\001B\334\001\n\035com.google.fi" + - "restore.admin.v1B\rDatabaseProtoP\001Z9cloud" + - ".google.com/go/firestore/apiv1/admin/adm" + - "inpb;adminpb\242\002\004GCFS\252\002\037Google.Cloud.Fires" + - "tore.Admin.V1\312\002\037Google\\Cloud\\Firestore\\A" + - "dmin\\V1\352\002#Google::Cloud::Firestore::Admi" + - "n::V1b\006proto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.protobuf.DurationProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_firestore_admin_v1_Database_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_Database_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Database_descriptor, - new java.lang.String[] { "Name", "Uid", "CreateTime", "UpdateTime", "LocationId", "Type", "ConcurrencyMode", "VersionRetentionPeriod", "EarliestVersionTime", "PointInTimeRecoveryEnablement", "AppEngineIntegrationMode", "KeyPrefix", "DeleteProtectionState", "Etag", }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.ResourceProto.resource); - com.google.protobuf.Descriptors.FileDescriptor - .internalUpdateFileDescriptor(descriptor, registry); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.protobuf.DurationProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java deleted file mode 100644 index aa34b1a1f..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java +++ /dev/null @@ -1,34 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface DeleteBackupRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteBackupRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. Name of the backup to delete.
-   *
-   * format is `projects/{project}/locations/{location}/backups/{backup}`.
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The name. - */ - java.lang.String getName(); - /** - *
-   * Required. Name of the backup to delete.
-   *
-   * format is `projects/{project}/locations/{location}/backups/{backup}`.
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for name. - */ - com.google.protobuf.ByteString - getNameBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java deleted file mode 100644 index 07ba43409..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java +++ /dev/null @@ -1,36 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface DeleteBackupScheduleRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteBackupScheduleRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. The name of the backup schedule.
-   *
-   * Format
-   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The name. - */ - java.lang.String getName(); - /** - *
-   * Required. The name of the backup schedule.
-   *
-   * Format
-   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for name. - */ - com.google.protobuf.ByteString - getNameBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java deleted file mode 100644 index 01e6ff69e..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java +++ /dev/null @@ -1,10 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface DeleteDatabaseMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteDatabaseMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java deleted file mode 100644 index 11b3208d7..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java +++ /dev/null @@ -1,32 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface DeleteIndexRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteIndexRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The name. - */ - java.lang.String getName(); - /** - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for name. - */ - com.google.protobuf.ByteString - getNameBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java deleted file mode 100644 index a0bc5661a..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java +++ /dev/null @@ -1,105 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/field.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class FieldProto { - private FieldProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Field_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Field_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n%google/firestore/admin/v1/field.proto\022" + - "\031google.firestore.admin.v1\032\037google/api/f" + - "ield_behavior.proto\032\031google/api/resource" + - ".proto\032%google/firestore/admin/v1/index." + - "proto\"\305\004\n\005Field\022\021\n\004name\030\001 \001(\tB\003\340A\002\022B\n\014in" + - "dex_config\030\002 \001(\0132,.google.firestore.admi" + - "n.v1.Field.IndexConfig\022>\n\nttl_config\030\003 \001" + - "(\0132*.google.firestore.admin.v1.Field.Ttl" + - "Config\032\211\001\n\013IndexConfig\0221\n\007indexes\030\001 \003(\0132" + - " .google.firestore.admin.v1.Index\022\034\n\024use" + - "s_ancestor_config\030\002 \001(\010\022\026\n\016ancestor_fiel" + - "d\030\003 \001(\t\022\021\n\treverting\030\004 \001(\010\032\235\001\n\tTtlConfig" + - "\022D\n\005state\030\001 \001(\01620.google.firestore.admin" + - ".v1.Field.TtlConfig.StateB\003\340A\003\"J\n\005State\022" + - "\025\n\021STATE_UNSPECIFIED\020\000\022\014\n\010CREATING\020\001\022\n\n\006" + - "ACTIVE\020\002\022\020\n\014NEEDS_REPAIR\020\003:y\352Av\n\036firesto" + - "re.googleapis.com/Field\022Tprojects/{proje" + - "ct}/databases/{database}/collectionGroup" + - "s/{collection}/fields/{field}B\331\001\n\035com.go" + - "ogle.firestore.admin.v1B\nFieldProtoP\001Z9c" + - "loud.google.com/go/firestore/apiv1/admin" + - "/adminpb;adminpb\242\002\004GCFS\252\002\037Google.Cloud.F" + - "irestore.Admin.V1\312\002\037Google\\Cloud\\Firesto" + - "re\\Admin\\V1\352\002#Google::Cloud::Firestore::" + - "Admin::V1b\006proto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.firestore.admin.v1.IndexProto.getDescriptor(), - }); - internal_static_google_firestore_admin_v1_Field_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_Field_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Field_descriptor, - new java.lang.String[] { "Name", "IndexConfig", "TtlConfig", }); - internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor = - internal_static_google_firestore_admin_v1_Field_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor, - new java.lang.String[] { "Indexes", "UsesAncestorConfig", "AncestorField", "Reverting", }); - internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor = - internal_static_google_firestore_admin_v1_Field_descriptor.getNestedTypes().get(1); - internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor, - new java.lang.String[] { "State", }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.ResourceProto.resource); - com.google.protobuf.Descriptors.FileDescriptor - .internalUpdateFileDescriptor(descriptor, registry); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.firestore.admin.v1.IndexProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java deleted file mode 100644 index 8b9d36da9..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java +++ /dev/null @@ -1,671 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class FirestoreAdminProto { - private FirestoreAdminProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n/google/firestore/admin/v1/firestore_ad" + - "min.proto\022\031google.firestore.admin.v1\032\034go" + - "ogle/api/annotations.proto\032\027google/api/c" + - "lient.proto\032\037google/api/field_behavior.p" + - "roto\032\031google/api/resource.proto\032&google/" + - "firestore/admin/v1/backup.proto\032(google/" + - "firestore/admin/v1/database.proto\032%googl" + - "e/firestore/admin/v1/field.proto\032%google" + - "/firestore/admin/v1/index.proto\032)google/" + - "firestore/admin/v1/operation.proto\032(goog" + - "le/firestore/admin/v1/schedule.proto\032#go" + - "ogle/longrunning/operations.proto\032\033googl" + - "e/protobuf/empty.proto\032 google/protobuf/" + - "field_mask.proto\032\037google/protobuf/timest" + - "amp.proto\"g\n\024ListDatabasesRequest\0229\n\006par" + - "ent\030\001 \001(\tB)\340A\002\372A#\022!firestore.googleapis." + - "com/Database\022\024\n\014show_deleted\030\004 \001(\010\"\250\001\n\025C" + - "reateDatabaseRequest\0229\n\006parent\030\001 \001(\tB)\340A" + - "\002\372A#\022!firestore.googleapis.com/Database\022" + - ":\n\010database\030\002 \001(\0132#.google.firestore.adm" + - "in.v1.DatabaseB\003\340A\002\022\030\n\013database_id\030\003 \001(\t" + - "B\003\340A\002\"\030\n\026CreateDatabaseMetadata\"d\n\025ListD" + - "atabasesResponse\0226\n\tdatabases\030\001 \003(\0132#.go" + - "ogle.firestore.admin.v1.Database\022\023\n\013unre" + - "achable\030\003 \003(\t\"M\n\022GetDatabaseRequest\0227\n\004n" + - "ame\030\001 \001(\tB)\340A\002\372A#\n!firestore.googleapis." + - "com/Database\"\204\001\n\025UpdateDatabaseRequest\022:" + - "\n\010database\030\001 \001(\0132#.google.firestore.admi" + - "n.v1.DatabaseB\003\340A\002\022/\n\013update_mask\030\002 \001(\0132" + - "\032.google.protobuf.FieldMask\"\030\n\026UpdateDat" + - "abaseMetadata\"^\n\025DeleteDatabaseRequest\0227" + - "\n\004name\030\001 \001(\tB)\340A\002\372A#\n!firestore.googleap" + - "is.com/Database\022\014\n\004etag\030\003 \001(\t\"\030\n\026DeleteD" + - "atabaseMetadata\"\241\001\n\033CreateBackupSchedule" + - "Request\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!firesto" + - "re.googleapis.com/Database\022G\n\017backup_sch" + - "edule\030\002 \001(\0132).google.firestore.admin.v1." + - "BackupScheduleB\003\340A\002\"Y\n\030GetBackupSchedule" + - "Request\022=\n\004name\030\001 \001(\tB/\340A\002\372A)\n\'firestore" + - ".googleapis.com/BackupSchedule\"\227\001\n\033Updat" + - "eBackupScheduleRequest\022G\n\017backup_schedul" + - "e\030\001 \001(\0132).google.firestore.admin.v1.Back" + - "upScheduleB\003\340A\002\022/\n\013update_mask\030\002 \001(\0132\032.g" + - "oogle.protobuf.FieldMask\"W\n\032ListBackupSc" + - "hedulesRequest\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!" + - "firestore.googleapis.com/Database\"b\n\033Lis" + - "tBackupSchedulesResponse\022C\n\020backup_sched" + - "ules\030\001 \003(\0132).google.firestore.admin.v1.B" + - "ackupSchedule\"\\\n\033DeleteBackupScheduleReq" + - "uest\022=\n\004name\030\001 \001(\tB/\340A\002\372A)\n\'firestore.go" + - "ogleapis.com/BackupSchedule\"\214\001\n\022CreateIn" + - "dexRequest\022@\n\006parent\030\001 \001(\tB0\340A\002\372A*\n(fire" + - "store.googleapis.com/CollectionGroup\0224\n\005" + - "index\030\002 \001(\0132 .google.firestore.admin.v1." + - "IndexB\003\340A\002\"\215\001\n\022ListIndexesRequest\022@\n\006par" + - "ent\030\001 \001(\tB0\340A\002\372A*\n(firestore.googleapis." + - "com/CollectionGroup\022\016\n\006filter\030\002 \001(\t\022\021\n\tp" + - "age_size\030\003 \001(\005\022\022\n\npage_token\030\004 \001(\t\"a\n\023Li" + - "stIndexesResponse\0221\n\007indexes\030\001 \003(\0132 .goo" + - "gle.firestore.admin.v1.Index\022\027\n\017next_pag" + - "e_token\030\002 \001(\t\"G\n\017GetIndexRequest\0224\n\004name" + - "\030\001 \001(\tB&\340A\002\372A \n\036firestore.googleapis.com" + - "/Index\"J\n\022DeleteIndexRequest\0224\n\004name\030\001 \001" + - "(\tB&\340A\002\372A \n\036firestore.googleapis.com/Ind" + - "ex\"{\n\022UpdateFieldRequest\0224\n\005field\030\001 \001(\0132" + - " .google.firestore.admin.v1.FieldB\003\340A\002\022/" + - "\n\013update_mask\030\002 \001(\0132\032.google.protobuf.Fi" + - "eldMask\"G\n\017GetFieldRequest\0224\n\004name\030\001 \001(\t" + - "B&\340A\002\372A \n\036firestore.googleapis.com/Field" + - "\"\214\001\n\021ListFieldsRequest\022@\n\006parent\030\001 \001(\tB0" + - "\340A\002\372A*\n(firestore.googleapis.com/Collect" + - "ionGroup\022\016\n\006filter\030\002 \001(\t\022\021\n\tpage_size\030\003 " + - "\001(\005\022\022\n\npage_token\030\004 \001(\t\"_\n\022ListFieldsRes" + - "ponse\0220\n\006fields\030\001 \003(\0132 .google.firestore" + - ".admin.v1.Field\022\027\n\017next_page_token\030\002 \001(\t" + - "\"\316\001\n\026ExportDocumentsRequest\0227\n\004name\030\001 \001(" + - "\tB)\340A\002\372A#\n!firestore.googleapis.com/Data" + - "base\022\026\n\016collection_ids\030\002 \003(\t\022\031\n\021output_u" + - "ri_prefix\030\003 \001(\t\022\025\n\rnamespace_ids\030\004 \003(\t\0221" + - "\n\rsnapshot_time\030\005 \001(\0132\032.google.protobuf." + - "Timestamp\"\232\001\n\026ImportDocumentsRequest\0227\n\004" + - "name\030\001 \001(\tB)\340A\002\372A#\n!firestore.googleapis" + - ".com/Database\022\026\n\016collection_ids\030\002 \003(\t\022\030\n" + - "\020input_uri_prefix\030\003 \001(\t\022\025\n\rnamespace_ids" + - "\030\004 \003(\t\"\216\001\n\032BulkDeleteDocumentsRequest\0227\n" + - "\004name\030\001 \001(\tB)\340A\002\372A#\n!firestore.googleapi" + - "s.com/Database\022\033\n\016collection_ids\030\002 \003(\tB\003" + - "\340A\001\022\032\n\rnamespace_ids\030\003 \003(\tB\003\340A\001\"\035\n\033BulkD" + - "eleteDocumentsResponse\"I\n\020GetBackupReque" + - "st\0225\n\004name\030\001 \001(\tB\'\340A\002\372A!\n\037firestore.goog" + - "leapis.com/Backup\"O\n\022ListBackupsRequest\022" + - "9\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!firestore.googl" + - "eapis.com/Location\"^\n\023ListBackupsRespons" + - "e\0222\n\007backups\030\001 \003(\0132!.google.firestore.ad" + - "min.v1.Backup\022\023\n\013unreachable\030\003 \003(\t\"L\n\023De" + - "leteBackupRequest\0225\n\004name\030\001 \001(\tB\'\340A\002\372A!\n" + - "\037firestore.googleapis.com/Backup\"\246\001\n\026Res" + - "toreDatabaseRequest\0229\n\006parent\030\001 \001(\tB)\340A\002" + - "\372A#\022!firestore.googleapis.com/Database\022\030" + - "\n\013database_id\030\002 \001(\tB\003\340A\002\0227\n\006backup\030\003 \001(\t" + - "B\'\340A\002\372A!\n\037firestore.googleapis.com/Backu" + - "p2\313%\n\016FirestoreAdmin\022\333\001\n\013CreateIndex\022-.g" + - "oogle.firestore.admin.v1.CreateIndexRequ" + - "est\032\035.google.longrunning.Operation\"~\312A\037\n" + - "\005Index\022\026IndexOperationMetadata\332A\014parent," + - "index\202\323\344\223\002G\">/v1/{parent=projects/*/data" + - "bases/*/collectionGroups/*}/indexes:\005ind" + - "ex\022\275\001\n\013ListIndexes\022-.google.firestore.ad" + - "min.v1.ListIndexesRequest\032..google.fires" + - "tore.admin.v1.ListIndexesResponse\"O\332A\006pa" + - "rent\202\323\344\223\002@\022>/v1/{parent=projects/*/datab" + - "ases/*/collectionGroups/*}/indexes\022\247\001\n\010G" + - "etIndex\022*.google.firestore.admin.v1.GetI" + - "ndexRequest\032 .google.firestore.admin.v1." + - "Index\"M\332A\004name\202\323\344\223\002@\022>/v1/{name=projects" + - "/*/databases/*/collectionGroups/*/indexe" + - "s/*}\022\243\001\n\013DeleteIndex\022-.google.firestore." + - "admin.v1.DeleteIndexRequest\032\026.google.pro" + - "tobuf.Empty\"M\332A\004name\202\323\344\223\002@*>/v1/{name=pr" + - "ojects/*/databases/*/collectionGroups/*/" + - "indexes/*}\022\246\001\n\010GetField\022*.google.firesto" + - "re.admin.v1.GetFieldRequest\032 .google.fir" + - "estore.admin.v1.Field\"L\332A\004name\202\323\344\223\002?\022=/v" + - "1/{name=projects/*/databases/*/collectio" + - "nGroups/*/fields/*}\022\331\001\n\013UpdateField\022-.go" + - "ogle.firestore.admin.v1.UpdateFieldReque" + - "st\032\035.google.longrunning.Operation\"|\312A\037\n\005" + - "Field\022\026FieldOperationMetadata\332A\005field\202\323\344" + - "\223\002L2C/v1/{field.name=projects/*/database" + - "s/*/collectionGroups/*/fields/*}:\005field\022" + - "\271\001\n\nListFields\022,.google.firestore.admin." + - "v1.ListFieldsRequest\032-.google.firestore." + - "admin.v1.ListFieldsResponse\"N\332A\006parent\202\323" + - "\344\223\002?\022=/v1/{parent=projects/*/databases/*" + - "/collectionGroups/*}/fields\022\335\001\n\017ExportDo" + - "cuments\0221.google.firestore.admin.v1.Expo" + - "rtDocumentsRequest\032\035.google.longrunning." + - "Operation\"x\312A2\n\027ExportDocumentsResponse\022" + - "\027ExportDocumentsMetadata\332A\004name\202\323\344\223\0026\"1/" + - "v1/{name=projects/*/databases/*}:exportD" + - "ocuments:\001*\022\333\001\n\017ImportDocuments\0221.google" + - ".firestore.admin.v1.ImportDocumentsReque" + - "st\032\035.google.longrunning.Operation\"v\312A0\n\025" + - "google.protobuf.Empty\022\027ImportDocumentsMe" + - "tadata\332A\004name\202\323\344\223\0026\"1/v1/{name=projects/" + - "*/databases/*}:importDocuments:\001*\022\362\001\n\023Bu" + - "lkDeleteDocuments\0225.google.firestore.adm" + - "in.v1.BulkDeleteDocumentsRequest\032\035.googl" + - "e.longrunning.Operation\"\204\001\312A:\n\033BulkDelet" + - "eDocumentsResponse\022\033BulkDeleteDocumentsM" + - "etadata\332A\004name\202\323\344\223\002:\"5/v1/{name=projects" + - "/*/databases/*}:bulkDeleteDocuments:\001*\022\331" + - "\001\n\016CreateDatabase\0220.google.firestore.adm" + - "in.v1.CreateDatabaseRequest\032\035.google.lon" + - "grunning.Operation\"v\312A\"\n\010Database\022\026Creat" + - "eDatabaseMetadata\332A\033parent,database,data" + - "base_id\202\323\344\223\002-\"!/v1/{parent=projects/*}/d" + - "atabases:\010database\022\223\001\n\013GetDatabase\022-.goo" + - "gle.firestore.admin.v1.GetDatabaseReques" + - "t\032#.google.firestore.admin.v1.Database\"0" + - "\332A\004name\202\323\344\223\002#\022!/v1/{name=projects/*/data" + - "bases/*}\022\246\001\n\rListDatabases\022/.google.fire" + - "store.admin.v1.ListDatabasesRequest\0320.go" + - "ogle.firestore.admin.v1.ListDatabasesRes" + - "ponse\"2\332A\006parent\202\323\344\223\002#\022!/v1/{parent=proj" + - "ects/*}/databases\022\333\001\n\016UpdateDatabase\0220.g" + - "oogle.firestore.admin.v1.UpdateDatabaseR" + - "equest\032\035.google.longrunning.Operation\"x\312" + - "A\"\n\010Database\022\026UpdateDatabaseMetadata\332A\024d" + - "atabase,update_mask\202\323\344\223\00262*/v1/{database" + - ".name=projects/*/databases/*}:\010database\022" + - "\270\001\n\016DeleteDatabase\0220.google.firestore.ad" + - "min.v1.DeleteDatabaseRequest\032\035.google.lo" + - "ngrunning.Operation\"U\312A\"\n\010Database\022\026Dele" + - "teDatabaseMetadata\332A\004name\202\323\344\223\002#*!/v1/{na" + - "me=projects/*/databases/*}\022\227\001\n\tGetBackup" + - "\022+.google.firestore.admin.v1.GetBackupRe" + - "quest\032!.google.firestore.admin.v1.Backup" + - "\":\332A\004name\202\323\344\223\002-\022+/v1/{name=projects/*/lo" + - "cations/*/backups/*}\022\252\001\n\013ListBackups\022-.g" + - "oogle.firestore.admin.v1.ListBackupsRequ" + - "est\032..google.firestore.admin.v1.ListBack" + - "upsResponse\"<\332A\006parent\202\323\344\223\002-\022+/v1/{paren" + - "t=projects/*/locations/*}/backups\022\222\001\n\014De" + - "leteBackup\022..google.firestore.admin.v1.D" + - "eleteBackupRequest\032\026.google.protobuf.Emp" + - "ty\":\332A\004name\202\323\344\223\002-*+/v1/{name=projects/*/" + - "locations/*/backups/*}\022\277\001\n\017RestoreDataba" + - "se\0221.google.firestore.admin.v1.RestoreDa" + - "tabaseRequest\032\035.google.longrunning.Opera" + - "tion\"Z\312A#\n\010Database\022\027RestoreDatabaseMeta" + - "data\202\323\344\223\002.\")/v1/{parent=projects/*}/data" + - "bases:restore:\001*\022\340\001\n\024CreateBackupSchedul" + - "e\0226.google.firestore.admin.v1.CreateBack" + - "upScheduleRequest\032).google.firestore.adm" + - "in.v1.BackupSchedule\"e\332A\026parent,backup_s" + - "chedule\202\323\344\223\002F\"3/v1/{parent=projects/*/da" + - "tabases/*}/backupSchedules:\017backup_sched" + - "ule\022\267\001\n\021GetBackupSchedule\0223.google.fires" + - "tore.admin.v1.GetBackupScheduleRequest\032)" + - ".google.firestore.admin.v1.BackupSchedul" + - "e\"B\332A\004name\202\323\344\223\0025\0223/v1/{name=projects/*/d" + - "atabases/*/backupSchedules/*}\022\312\001\n\023ListBa" + - "ckupSchedules\0225.google.firestore.admin.v" + - "1.ListBackupSchedulesRequest\0326.google.fi" + - "restore.admin.v1.ListBackupSchedulesResp" + - "onse\"D\332A\006parent\202\323\344\223\0025\0223/v1/{parent=proje" + - "cts/*/databases/*}/backupSchedules\022\365\001\n\024U" + - "pdateBackupSchedule\0226.google.firestore.a" + - "dmin.v1.UpdateBackupScheduleRequest\032).go" + - "ogle.firestore.admin.v1.BackupSchedule\"z" + - "\332A\033backup_schedule,update_mask\202\323\344\223\002V2C/v" + - "1/{backup_schedule.name=projects/*/datab" + - "ases/*/backupSchedules/*}:\017backup_schedu" + - "le\022\252\001\n\024DeleteBackupSchedule\0226.google.fir" + - "estore.admin.v1.DeleteBackupScheduleRequ" + - "est\032\026.google.protobuf.Empty\"B\332A\004name\202\323\344\223" + - "\0025*3/v1/{name=projects/*/databases/*/bac" + - "kupSchedules/*}\032v\312A\030firestore.googleapis" + - ".com\322AXhttps://www.googleapis.com/auth/c" + - "loud-platform,https://www.googleapis.com" + - "/auth/datastoreB\245\003\n\035com.google.firestore" + - ".admin.v1B\023FirestoreAdminProtoP\001Z9cloud." + - "google.com/go/firestore/apiv1/admin/admi" + - "npb;adminpb\242\002\004GCFS\252\002\037Google.Cloud.Firest" + - "ore.Admin.V1\312\002\037Google\\Cloud\\Firestore\\Ad" + - "min\\V1\352\002#Google::Cloud::Firestore::Admin" + - "::V1\352AL\n!firestore.googleapis.com/Locati" + - "on\022\'projects/{project}/locations/{locati" + - "on}\352Aq\n(firestore.googleapis.com/Collect" + - "ionGroup\022Eprojects/{project}/databases/{" + - "database}/collectionGroups/{collection}b" + - "\006proto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.AnnotationsProto.getDescriptor(), - com.google.api.ClientProto.getDescriptor(), - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.firestore.admin.v1.BackupProto.getDescriptor(), - com.google.firestore.admin.v1.DatabaseProto.getDescriptor(), - com.google.firestore.admin.v1.FieldProto.getDescriptor(), - com.google.firestore.admin.v1.IndexProto.getDescriptor(), - com.google.firestore.admin.v1.OperationProto.getDescriptor(), - com.google.firestore.admin.v1.ScheduleProto.getDescriptor(), - com.google.longrunning.OperationsProto.getDescriptor(), - com.google.protobuf.EmptyProto.getDescriptor(), - com.google.protobuf.FieldMaskProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor, - new java.lang.String[] { "Parent", "ShowDeleted", }); - internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor, - new java.lang.String[] { "Parent", "Database", "DatabaseId", }); - internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor, - new java.lang.String[] { "Databases", "Unreachable", }); - internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor, - new java.lang.String[] { "Name", }); - internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor, - new java.lang.String[] { "Database", "UpdateMask", }); - internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor, - new java.lang.String[] { "Name", "Etag", }); - internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor = - getDescriptor().getMessageTypes().get(9); - internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor, - new java.lang.String[] { "Parent", "BackupSchedule", }); - internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor = - getDescriptor().getMessageTypes().get(10); - internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor, - new java.lang.String[] { "Name", }); - internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor = - getDescriptor().getMessageTypes().get(11); - internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor, - new java.lang.String[] { "BackupSchedule", "UpdateMask", }); - internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor = - getDescriptor().getMessageTypes().get(12); - internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor, - new java.lang.String[] { "Parent", }); - internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor = - getDescriptor().getMessageTypes().get(13); - internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor, - new java.lang.String[] { "BackupSchedules", }); - internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor = - getDescriptor().getMessageTypes().get(14); - internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor, - new java.lang.String[] { "Name", }); - internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor = - getDescriptor().getMessageTypes().get(15); - internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor, - new java.lang.String[] { "Parent", "Index", }); - internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor = - getDescriptor().getMessageTypes().get(16); - internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor, - new java.lang.String[] { "Parent", "Filter", "PageSize", "PageToken", }); - internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor = - getDescriptor().getMessageTypes().get(17); - internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor, - new java.lang.String[] { "Indexes", "NextPageToken", }); - internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor = - getDescriptor().getMessageTypes().get(18); - internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor, - new java.lang.String[] { "Name", }); - internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor = - getDescriptor().getMessageTypes().get(19); - internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor, - new java.lang.String[] { "Name", }); - internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor = - getDescriptor().getMessageTypes().get(20); - internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor, - new java.lang.String[] { "Field", "UpdateMask", }); - internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor = - getDescriptor().getMessageTypes().get(21); - internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor, - new java.lang.String[] { "Name", }); - internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor = - getDescriptor().getMessageTypes().get(22); - internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor, - new java.lang.String[] { "Parent", "Filter", "PageSize", "PageToken", }); - internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor = - getDescriptor().getMessageTypes().get(23); - internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor, - new java.lang.String[] { "Fields", "NextPageToken", }); - internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor = - getDescriptor().getMessageTypes().get(24); - internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor, - new java.lang.String[] { "Name", "CollectionIds", "OutputUriPrefix", "NamespaceIds", "SnapshotTime", }); - internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor = - getDescriptor().getMessageTypes().get(25); - internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor, - new java.lang.String[] { "Name", "CollectionIds", "InputUriPrefix", "NamespaceIds", }); - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor = - getDescriptor().getMessageTypes().get(26); - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor, - new java.lang.String[] { "Name", "CollectionIds", "NamespaceIds", }); - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor = - getDescriptor().getMessageTypes().get(27); - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor, - new java.lang.String[] { }); - internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor = - getDescriptor().getMessageTypes().get(28); - internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor, - new java.lang.String[] { "Name", }); - internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor = - getDescriptor().getMessageTypes().get(29); - internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor, - new java.lang.String[] { "Parent", }); - internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor = - getDescriptor().getMessageTypes().get(30); - internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor, - new java.lang.String[] { "Backups", "Unreachable", }); - internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor = - getDescriptor().getMessageTypes().get(31); - internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor, - new java.lang.String[] { "Name", }); - internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor = - getDescriptor().getMessageTypes().get(32); - internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor, - new java.lang.String[] { "Parent", "DatabaseId", "Backup", }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.AnnotationsProto.http); - registry.add(com.google.api.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.oauthScopes); - registry.add(com.google.api.ResourceProto.resourceDefinition); - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.longrunning.OperationsProto.operationInfo); - com.google.protobuf.Descriptors.FileDescriptor - .internalUpdateFileDescriptor(descriptor, registry); - com.google.api.AnnotationsProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.firestore.admin.v1.BackupProto.getDescriptor(); - com.google.firestore.admin.v1.DatabaseProto.getDescriptor(); - com.google.firestore.admin.v1.FieldProto.getDescriptor(); - com.google.firestore.admin.v1.IndexProto.getDescriptor(); - com.google.firestore.admin.v1.OperationProto.getDescriptor(); - com.google.firestore.admin.v1.ScheduleProto.getDescriptor(); - com.google.longrunning.OperationsProto.getDescriptor(); - com.google.protobuf.EmptyProto.getDescriptor(); - com.google.protobuf.FieldMaskProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java deleted file mode 100644 index 9eb29e636..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java +++ /dev/null @@ -1,34 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface GetBackupRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetBackupRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. Name of the backup to fetch.
-   *
-   * Format is `projects/{project}/locations/{location}/backups/{backup}`.
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The name. - */ - java.lang.String getName(); - /** - *
-   * Required. Name of the backup to fetch.
-   *
-   * Format is `projects/{project}/locations/{location}/backups/{backup}`.
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for name. - */ - com.google.protobuf.ByteString - getNameBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java deleted file mode 100644 index dd888e577..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java +++ /dev/null @@ -1,36 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface GetBackupScheduleRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetBackupScheduleRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. The name of the backup schedule.
-   *
-   * Format
-   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The name. - */ - java.lang.String getName(); - /** - *
-   * Required. The name of the backup schedule.
-   *
-   * Format
-   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for name. - */ - com.google.protobuf.ByteString - getNameBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java deleted file mode 100644 index dc4a618fa..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java +++ /dev/null @@ -1,32 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface GetDatabaseRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetDatabaseRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}`
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The name. - */ - java.lang.String getName(); - /** - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}`
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for name. - */ - com.google.protobuf.ByteString - getNameBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java deleted file mode 100644 index 42906ae54..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java +++ /dev/null @@ -1,32 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface GetFieldRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetFieldRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The name. - */ - java.lang.String getName(); - /** - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for name. - */ - com.google.protobuf.ByteString - getNameBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java deleted file mode 100644 index 7c69447db..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java +++ /dev/null @@ -1,32 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface GetIndexRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetIndexRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The name. - */ - java.lang.String getName(); - /** - *
-   * Required. A name of the form
-   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for name. - */ - com.google.protobuf.ByteString - getNameBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java deleted file mode 100644 index 541df0d82..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java +++ /dev/null @@ -1,128 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/index.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class IndexProto { - private IndexProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Index_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Index_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Index_IndexField_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n%google/firestore/admin/v1/index.proto\022" + - "\031google.firestore.admin.v1\032\037google/api/f" + - "ield_behavior.proto\032\031google/api/resource" + - ".proto\"\221\t\n\005Index\022\014\n\004name\030\001 \001(\t\022@\n\013query_" + - "scope\030\002 \001(\0162+.google.firestore.admin.v1." + - "Index.QueryScope\022<\n\tapi_scope\030\005 \001(\0162).go" + - "ogle.firestore.admin.v1.Index.ApiScope\022;" + - "\n\006fields\030\003 \003(\0132+.google.firestore.admin." + - "v1.Index.IndexField\0225\n\005state\030\004 \001(\0162&.goo" + - "gle.firestore.admin.v1.Index.State\032\242\004\n\nI" + - "ndexField\022\022\n\nfield_path\030\001 \001(\t\022B\n\005order\030\002" + - " \001(\01621.google.firestore.admin.v1.Index.I" + - "ndexField.OrderH\000\022O\n\014array_config\030\003 \001(\0162" + - "7.google.firestore.admin.v1.Index.IndexF" + - "ield.ArrayConfigH\000\022Q\n\rvector_config\030\004 \001(" + - "\01328.google.firestore.admin.v1.Index.Inde" + - "xField.VectorConfigH\000\032\217\001\n\014VectorConfig\022\026" + - "\n\tdimension\030\001 \001(\005B\003\340A\002\022R\n\004flat\030\002 \001(\0132B.g" + - "oogle.firestore.admin.v1.Index.IndexFiel" + - "d.VectorConfig.FlatIndexH\000\032\013\n\tFlatIndexB" + - "\006\n\004type\"=\n\005Order\022\025\n\021ORDER_UNSPECIFIED\020\000\022" + - "\r\n\tASCENDING\020\001\022\016\n\nDESCENDING\020\002\"9\n\013ArrayC" + - "onfig\022\034\n\030ARRAY_CONFIG_UNSPECIFIED\020\000\022\014\n\010C" + - "ONTAINS\020\001B\014\n\nvalue_mode\"i\n\nQueryScope\022\033\n" + - "\027QUERY_SCOPE_UNSPECIFIED\020\000\022\016\n\nCOLLECTION" + - "\020\001\022\024\n\020COLLECTION_GROUP\020\002\022\030\n\024COLLECTION_R" + - "ECURSIVE\020\003\"/\n\010ApiScope\022\013\n\007ANY_API\020\000\022\026\n\022D" + - "ATASTORE_MODE_API\020\001\"I\n\005State\022\025\n\021STATE_UN" + - "SPECIFIED\020\000\022\014\n\010CREATING\020\001\022\t\n\005READY\020\002\022\020\n\014" + - "NEEDS_REPAIR\020\003:z\352Aw\n\036firestore.googleapi" + - "s.com/Index\022Uprojects/{project}/database" + - "s/{database}/collectionGroups/{collectio" + - "n}/indexes/{index}B\331\001\n\035com.google.firest" + - "ore.admin.v1B\nIndexProtoP\001Z9cloud.google" + - ".com/go/firestore/apiv1/admin/adminpb;ad" + - "minpb\242\002\004GCFS\252\002\037Google.Cloud.Firestore.Ad" + - "min.V1\312\002\037Google\\Cloud\\Firestore\\Admin\\V1" + - "\352\002#Google::Cloud::Firestore::Admin::V1b\006" + - "proto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - }); - internal_static_google_firestore_admin_v1_Index_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_Index_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Index_descriptor, - new java.lang.String[] { "Name", "QueryScope", "ApiScope", "Fields", "State", }); - internal_static_google_firestore_admin_v1_Index_IndexField_descriptor = - internal_static_google_firestore_admin_v1_Index_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Index_IndexField_descriptor, - new java.lang.String[] { "FieldPath", "Order", "ArrayConfig", "VectorConfig", "ValueMode", }); - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor = - internal_static_google_firestore_admin_v1_Index_IndexField_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor, - new java.lang.String[] { "Dimension", "Flat", "Type", }); - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor = - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor, - new java.lang.String[] { }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.ResourceProto.resource); - com.google.protobuf.Descriptors.FileDescriptor - .internalUpdateFileDescriptor(descriptor, registry); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java deleted file mode 100644 index 810a608eb..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java +++ /dev/null @@ -1,34 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface ListBackupSchedulesRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListBackupSchedulesRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. The parent database.
-   *
-   * Format is `projects/{project}/databases/{database}`.
-   * 
- * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The parent. - */ - java.lang.String getParent(); - /** - *
-   * Required. The parent database.
-   *
-   * Format is `projects/{project}/databases/{database}`.
-   * 
- * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for parent. - */ - com.google.protobuf.ByteString - getParentBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java deleted file mode 100644 index 343e19416..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java +++ /dev/null @@ -1,42 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface ListDatabasesRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListDatabasesRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. A parent name of the form
-   * `projects/{project_id}`
-   * 
- * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The parent. - */ - java.lang.String getParent(); - /** - *
-   * Required. A parent name of the form
-   * `projects/{project_id}`
-   * 
- * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for parent. - */ - com.google.protobuf.ByteString - getParentBytes(); - - /** - *
-   * If true, also returns deleted resources.
-   * 
- * - * bool show_deleted = 4; - * @return The showDeleted. - */ - boolean getShowDeleted(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java deleted file mode 100644 index dbc45ee47..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java +++ /dev/null @@ -1,10 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/location.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface LocationMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.LocationMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java deleted file mode 100644 index b2319452a..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java +++ /dev/null @@ -1,54 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/location.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class LocationProto { - private LocationProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_LocationMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n(google/firestore/admin/v1/location.pro" + - "to\022\031google.firestore.admin.v1\"\022\n\020Locatio" + - "nMetadataB\334\001\n\035com.google.firestore.admin" + - ".v1B\rLocationProtoP\001Z9cloud.google.com/g" + - "o/firestore/apiv1/admin/adminpb;adminpb\242" + - "\002\004GCFS\252\002\037Google.Cloud.Firestore.Admin.V1" + - "\312\002\037Google\\Cloud\\Firestore\\Admin\\V1\352\002#Goo" + - "gle::Cloud::Firestore::Admin::V1b\006proto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - }); - internal_static_google_firestore_admin_v1_LocationMetadata_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_LocationMetadata_descriptor, - new java.lang.String[] { }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java deleted file mode 100644 index 32645bec7..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java +++ /dev/null @@ -1,245 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/operation.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class OperationProto { - private OperationProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_Progress_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n)google/firestore/admin/v1/operation.pr" + - "oto\022\031google.firestore.admin.v1\032\031google/a" + - "pi/resource.proto\032%google/firestore/admi" + - "n/v1/index.proto\032\037google/protobuf/timest" + - "amp.proto\"\275\002\n\026IndexOperationMetadata\022.\n\n" + - "start_time\030\001 \001(\0132\032.google.protobuf.Times" + - "tamp\022,\n\010end_time\030\002 \001(\0132\032.google.protobuf" + - ".Timestamp\022\r\n\005index\030\003 \001(\t\0228\n\005state\030\004 \001(\016" + - "2).google.firestore.admin.v1.OperationSt" + - "ate\022?\n\022progress_documents\030\005 \001(\0132#.google" + - ".firestore.admin.v1.Progress\022;\n\016progress" + - "_bytes\030\006 \001(\0132#.google.firestore.admin.v1" + - ".Progress\"\231\007\n\026FieldOperationMetadata\022.\n\n" + - "start_time\030\001 \001(\0132\032.google.protobuf.Times" + - "tamp\022,\n\010end_time\030\002 \001(\0132\032.google.protobuf" + - ".Timestamp\022\r\n\005field\030\003 \001(\t\022_\n\023index_confi" + - "g_deltas\030\004 \003(\0132B.google.firestore.admin." + - "v1.FieldOperationMetadata.IndexConfigDel" + - "ta\0228\n\005state\030\005 \001(\0162).google.firestore.adm" + - "in.v1.OperationState\022?\n\022progress_documen" + - "ts\030\006 \001(\0132#.google.firestore.admin.v1.Pro" + - "gress\022;\n\016progress_bytes\030\007 \001(\0132#.google.f" + - "irestore.admin.v1.Progress\022Z\n\020ttl_config" + - "_delta\030\010 \001(\0132@.google.firestore.admin.v1" + - ".FieldOperationMetadata.TtlConfigDelta\032\347" + - "\001\n\020IndexConfigDelta\022b\n\013change_type\030\001 \001(\016" + - "2M.google.firestore.admin.v1.FieldOperat" + - "ionMetadata.IndexConfigDelta.ChangeType\022" + - "/\n\005index\030\002 \001(\0132 .google.firestore.admin." + - "v1.Index\">\n\nChangeType\022\033\n\027CHANGE_TYPE_UN" + - "SPECIFIED\020\000\022\007\n\003ADD\020\001\022\n\n\006REMOVE\020\002\032\262\001\n\016Ttl" + - "ConfigDelta\022`\n\013change_type\030\001 \001(\0162K.googl" + - "e.firestore.admin.v1.FieldOperationMetad" + - "ata.TtlConfigDelta.ChangeType\">\n\nChangeT" + - "ype\022\033\n\027CHANGE_TYPE_UNSPECIFIED\020\000\022\007\n\003ADD\020" + - "\001\022\n\n\006REMOVE\020\002\"\266\003\n\027ExportDocumentsMetadat" + - "a\022.\n\nstart_time\030\001 \001(\0132\032.google.protobuf." + - "Timestamp\022,\n\010end_time\030\002 \001(\0132\032.google.pro" + - "tobuf.Timestamp\022B\n\017operation_state\030\003 \001(\016" + - "2).google.firestore.admin.v1.OperationSt" + - "ate\022?\n\022progress_documents\030\004 \001(\0132#.google" + - ".firestore.admin.v1.Progress\022;\n\016progress" + - "_bytes\030\005 \001(\0132#.google.firestore.admin.v1" + - ".Progress\022\026\n\016collection_ids\030\006 \003(\t\022\031\n\021out" + - "put_uri_prefix\030\007 \001(\t\022\025\n\rnamespace_ids\030\010 " + - "\003(\t\0221\n\rsnapshot_time\030\t \001(\0132\032.google.prot" + - "obuf.Timestamp\"\202\003\n\027ImportDocumentsMetada" + - "ta\022.\n\nstart_time\030\001 \001(\0132\032.google.protobuf" + - ".Timestamp\022,\n\010end_time\030\002 \001(\0132\032.google.pr" + - "otobuf.Timestamp\022B\n\017operation_state\030\003 \001(" + - "\0162).google.firestore.admin.v1.OperationS" + - "tate\022?\n\022progress_documents\030\004 \001(\0132#.googl" + - "e.firestore.admin.v1.Progress\022;\n\016progres" + - "s_bytes\030\005 \001(\0132#.google.firestore.admin.v" + - "1.Progress\022\026\n\016collection_ids\030\006 \003(\t\022\030\n\020in" + - "put_uri_prefix\030\007 \001(\t\022\025\n\rnamespace_ids\030\010 " + - "\003(\t\"\237\003\n\033BulkDeleteDocumentsMetadata\022.\n\ns" + - "tart_time\030\001 \001(\0132\032.google.protobuf.Timest" + - "amp\022,\n\010end_time\030\002 \001(\0132\032.google.protobuf." + - "Timestamp\022B\n\017operation_state\030\003 \001(\0162).goo" + - "gle.firestore.admin.v1.OperationState\022?\n" + - "\022progress_documents\030\004 \001(\0132#.google.fires" + - "tore.admin.v1.Progress\022;\n\016progress_bytes" + - "\030\005 \001(\0132#.google.firestore.admin.v1.Progr" + - "ess\022\026\n\016collection_ids\030\006 \003(\t\022\025\n\rnamespace" + - "_ids\030\007 \003(\t\0221\n\rsnapshot_time\030\010 \001(\0132\032.goog" + - "le.protobuf.Timestamp\"4\n\027ExportDocuments" + - "Response\022\031\n\021output_uri_prefix\030\001 \001(\t\"\355\002\n\027" + - "RestoreDatabaseMetadata\022.\n\nstart_time\030\001 " + - "\001(\0132\032.google.protobuf.Timestamp\022,\n\010end_t" + - "ime\030\002 \001(\0132\032.google.protobuf.Timestamp\022B\n" + - "\017operation_state\030\003 \001(\0162).google.firestor" + - "e.admin.v1.OperationState\0228\n\010database\030\004 " + - "\001(\tB&\372A#\n!firestore.googleapis.com/Datab" + - "ase\0224\n\006backup\030\005 \001(\tB$\372A!\n\037firestore.goog" + - "leapis.com/Backup\022@\n\023progress_percentage" + - "\030\010 \001(\0132#.google.firestore.admin.v1.Progr" + - "ess\":\n\010Progress\022\026\n\016estimated_work\030\001 \001(\003\022" + - "\026\n\016completed_work\030\002 \001(\003*\236\001\n\016OperationSta" + - "te\022\037\n\033OPERATION_STATE_UNSPECIFIED\020\000\022\020\n\014I" + - "NITIALIZING\020\001\022\016\n\nPROCESSING\020\002\022\016\n\nCANCELL" + - "ING\020\003\022\016\n\nFINALIZING\020\004\022\016\n\nSUCCESSFUL\020\005\022\n\n" + - "\006FAILED\020\006\022\r\n\tCANCELLED\020\007B\335\001\n\035com.google." + - "firestore.admin.v1B\016OperationProtoP\001Z9cl" + - "oud.google.com/go/firestore/apiv1/admin/" + - "adminpb;adminpb\242\002\004GCFS\252\002\037Google.Cloud.Fi" + - "restore.Admin.V1\312\002\037Google\\Cloud\\Firestor" + - "e\\Admin\\V1\352\002#Google::Cloud::Firestore::A" + - "dmin::V1b\006proto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.ResourceProto.getDescriptor(), - com.google.firestore.admin.v1.IndexProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor, - new java.lang.String[] { "StartTime", "EndTime", "Index", "State", "ProgressDocuments", "ProgressBytes", }); - internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor, - new java.lang.String[] { "StartTime", "EndTime", "Field", "IndexConfigDeltas", "State", "ProgressDocuments", "ProgressBytes", "TtlConfigDelta", }); - internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor = - internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor, - new java.lang.String[] { "ChangeType", "Index", }); - internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor = - internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor.getNestedTypes().get(1); - internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor, - new java.lang.String[] { "ChangeType", }); - internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor, - new java.lang.String[] { "StartTime", "EndTime", "OperationState", "ProgressDocuments", "ProgressBytes", "CollectionIds", "OutputUriPrefix", "NamespaceIds", "SnapshotTime", }); - internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor, - new java.lang.String[] { "StartTime", "EndTime", "OperationState", "ProgressDocuments", "ProgressBytes", "CollectionIds", "InputUriPrefix", "NamespaceIds", }); - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor, - new java.lang.String[] { "StartTime", "EndTime", "OperationState", "ProgressDocuments", "ProgressBytes", "CollectionIds", "NamespaceIds", "SnapshotTime", }); - internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor, - new java.lang.String[] { "OutputUriPrefix", }); - internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor, - new java.lang.String[] { "StartTime", "EndTime", "OperationState", "Database", "Backup", "ProgressPercentage", }); - internal_static_google_firestore_admin_v1_Progress_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_Progress_descriptor, - new java.lang.String[] { "EstimatedWork", "CompletedWork", }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ResourceProto.resourceReference); - com.google.protobuf.Descriptors.FileDescriptor - .internalUpdateFileDescriptor(descriptor, registry); - com.google.api.ResourceProto.getDescriptor(); - com.google.firestore.admin.v1.IndexProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java deleted file mode 100644 index e02c83c58..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java +++ /dev/null @@ -1,110 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/schedule.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public final class ScheduleProto { - private ScheduleProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_BackupSchedule_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n(google/firestore/admin/v1/schedule.pro" + - "to\022\031google.firestore.admin.v1\032\037google/ap" + - "i/field_behavior.proto\032\031google/api/resou" + - "rce.proto\032\036google/protobuf/duration.prot" + - "o\032\037google/protobuf/timestamp.proto\032\033goog" + - "le/type/dayofweek.proto\"\326\003\n\016BackupSchedu" + - "le\022\021\n\004name\030\001 \001(\tB\003\340A\003\0224\n\013create_time\030\003 \001" + - "(\0132\032.google.protobuf.TimestampB\003\340A\003\0224\n\013u" + - "pdate_time\030\n \001(\0132\032.google.protobuf.Times" + - "tampB\003\340A\003\022,\n\tretention\030\006 \001(\0132\031.google.pr" + - "otobuf.Duration\022F\n\020daily_recurrence\030\007 \001(" + - "\0132*.google.firestore.admin.v1.DailyRecur" + - "renceH\000\022H\n\021weekly_recurrence\030\010 \001(\0132+.goo" + - "gle.firestore.admin.v1.WeeklyRecurrenceH" + - "\000:w\352At\n\'firestore.googleapis.com/BackupS" + - "chedule\022Iprojects/{project}/databases/{d" + - "atabase}/backupSchedules/{backup_schedul" + - "e}B\014\n\nrecurrence\"\021\n\017DailyRecurrence\"7\n\020W" + - "eeklyRecurrence\022#\n\003day\030\002 \001(\0162\026.google.ty" + - "pe.DayOfWeekB\334\001\n\035com.google.firestore.ad" + - "min.v1B\rScheduleProtoP\001Z9cloud.google.co" + - "m/go/firestore/apiv1/admin/adminpb;admin" + - "pb\242\002\004GCFS\252\002\037Google.Cloud.Firestore.Admin" + - ".V1\312\002\037Google\\Cloud\\Firestore\\Admin\\V1\352\002#" + - "Google::Cloud::Firestore::Admin::V1b\006pro" + - "to3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.protobuf.DurationProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - com.google.type.DayOfWeekProto.getDescriptor(), - }); - internal_static_google_firestore_admin_v1_BackupSchedule_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_BackupSchedule_descriptor, - new java.lang.String[] { "Name", "CreateTime", "UpdateTime", "Retention", "DailyRecurrence", "WeeklyRecurrence", "Recurrence", }); - internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor, - new java.lang.String[] { }); - internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor, - new java.lang.String[] { "Day", }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.ResourceProto.resource); - com.google.protobuf.Descriptors.FileDescriptor - .internalUpdateFileDescriptor(descriptor, registry); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.protobuf.DurationProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - com.google.type.DayOfWeekProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java deleted file mode 100644 index cd5c4ec6f..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java +++ /dev/null @@ -1,10 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/admin/v1/firestore_admin.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.admin.v1; - -public interface UpdateDatabaseMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.UpdateDatabaseMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java deleted file mode 100644 index ca864573e..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java +++ /dev/null @@ -1,127 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/bundle/bundle.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.bundle; - -public final class BundleProto { - private BundleProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_bundle_BundledQuery_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_bundle_NamedQuery_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_bundle_BundleMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_bundle_BundleElement_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n$google/firestore/bundle/bundle.proto\022\027" + - "google.firestore.bundle\032\"google/firestor" + - "e/v1/document.proto\032\037google/firestore/v1" + - "/query.proto\032\037google/protobuf/timestamp." + - "proto\"\325\001\n\014BundledQuery\022\016\n\006parent\030\001 \001(\t\022@" + - "\n\020structured_query\030\002 \001(\0132$.google.firest" + - "ore.v1.StructuredQueryH\000\022C\n\nlimit_type\030\003" + - " \001(\0162/.google.firestore.bundle.BundledQu" + - "ery.LimitType\" \n\tLimitType\022\t\n\005FIRST\020\000\022\010\n" + - "\004LAST\020\001B\014\n\nquery_type\"\207\001\n\nNamedQuery\022\014\n\004" + - "name\030\001 \001(\t\022<\n\rbundled_query\030\002 \001(\0132%.goog" + - "le.firestore.bundle.BundledQuery\022-\n\tread" + - "_time\030\003 \001(\0132\032.google.protobuf.Timestamp\"" + - "w\n\027BundledDocumentMetadata\022\014\n\004name\030\001 \001(\t" + - "\022-\n\tread_time\030\002 \001(\0132\032.google.protobuf.Ti" + - "mestamp\022\016\n\006exists\030\003 \001(\010\022\017\n\007queries\030\004 \003(\t" + - "\"\214\001\n\016BundleMetadata\022\n\n\002id\030\001 \001(\t\022/\n\013creat" + - "e_time\030\002 \001(\0132\032.google.protobuf.Timestamp" + - "\022\017\n\007version\030\003 \001(\r\022\027\n\017total_documents\030\004 \001" + - "(\r\022\023\n\013total_bytes\030\005 \001(\004\"\232\002\n\rBundleElemen" + - "t\022;\n\010metadata\030\001 \001(\0132\'.google.firestore.b" + - "undle.BundleMetadataH\000\022:\n\013named_query\030\002 " + - "\001(\0132#.google.firestore.bundle.NamedQuery" + - "H\000\022M\n\021document_metadata\030\003 \001(\01320.google.f" + - "irestore.bundle.BundledDocumentMetadataH" + - "\000\0221\n\010document\030\004 \001(\0132\035.google.firestore.v" + - "1.DocumentH\000B\016\n\014element_typeB\222\001\n\033com.goo" + - "gle.firestore.bundleB\013BundleProtoP\001Z6clo" + - "ud.google.com/go/firestore/bundle/bundle" + - "pb;bundlepb\242\002\005FSTPB\252\002\020Firestore.Bundle\312\002" + - "\020Firestore\\Bundleb\006proto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.firestore.v1.DocumentProto.getDescriptor(), - com.google.firestore.v1.QueryProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_firestore_bundle_BundledQuery_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_bundle_BundledQuery_descriptor, - new java.lang.String[] { "Parent", "StructuredQuery", "LimitType", "QueryType", }); - internal_static_google_firestore_bundle_NamedQuery_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_bundle_NamedQuery_descriptor, - new java.lang.String[] { "Name", "BundledQuery", "ReadTime", }); - internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor, - new java.lang.String[] { "Name", "ReadTime", "Exists", "Queries", }); - internal_static_google_firestore_bundle_BundleMetadata_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_bundle_BundleMetadata_descriptor, - new java.lang.String[] { "Id", "CreateTime", "Version", "TotalDocuments", "TotalBytes", }); - internal_static_google_firestore_bundle_BundleElement_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_bundle_BundleElement_descriptor, - new java.lang.String[] { "Metadata", "NamedQuery", "DocumentMetadata", "Document", "ElementType", }); - com.google.firestore.v1.DocumentProto.getDescriptor(); - com.google.firestore.v1.QueryProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java deleted file mode 100644 index 3fa9088c5..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java +++ /dev/null @@ -1,72 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/v1/aggregation_result.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.v1; - -public final class AggregationResultProto { - private AggregationResultProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_AggregationResult_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n,google/firestore/v1/aggregation_result" + - ".proto\022\023google.firestore.v1\032\"google/fire" + - "store/v1/document.proto\"\276\001\n\021AggregationR" + - "esult\022U\n\020aggregate_fields\030\002 \003(\0132;.google" + - ".firestore.v1.AggregationResult.Aggregat" + - "eFieldsEntry\032R\n\024AggregateFieldsEntry\022\013\n\003" + - "key\030\001 \001(\t\022)\n\005value\030\002 \001(\0132\032.google.firest" + - "ore.v1.Value:\0028\001B\316\001\n\027com.google.firestor" + - "e.v1B\026AggregationResultProtoP\001Z;cloud.go" + - "ogle.com/go/firestore/apiv1/firestorepb;" + - "firestorepb\242\002\004GCFS\252\002\031Google.Cloud.Firest" + - "ore.V1\312\002\031Google\\Cloud\\Firestore\\V1\352\002\034Goo" + - "gle::Cloud::Firestore::V1b\006proto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.firestore.v1.DocumentProto.getDescriptor(), - }); - internal_static_google_firestore_v1_AggregationResult_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_AggregationResult_descriptor, - new java.lang.String[] { "AggregateFields", }); - internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor = - internal_static_google_firestore_v1_AggregationResult_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor, - new java.lang.String[] { "Key", "Value", }); - com.google.firestore.v1.DocumentProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java deleted file mode 100644 index b43f1d133..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java +++ /dev/null @@ -1,20 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/v1/firestore.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.v1; - -public interface BeginTransactionResponseOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.firestore.v1.BeginTransactionResponse) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * The transaction that was started.
-   * 
- * - * bytes transaction = 1; - * @return The transaction. - */ - com.google.protobuf.ByteString getTransaction(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java deleted file mode 100644 index 101a216fd..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/v1/bloom_filter.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.v1; - -public final class BloomFilterProto { - private BloomFilterProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BitSequence_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BitSequence_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BloomFilter_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n&google/firestore/v1/bloom_filter.proto" + - "\022\023google.firestore.v1\".\n\013BitSequence\022\016\n\006" + - "bitmap\030\001 \001(\014\022\017\n\007padding\030\002 \001(\005\"Q\n\013BloomFi" + - "lter\022.\n\004bits\030\001 \001(\0132 .google.firestore.v1" + - ".BitSequence\022\022\n\nhash_count\030\002 \001(\005B\310\001\n\027com" + - ".google.firestore.v1B\020BloomFilterProtoP\001" + - "Z;cloud.google.com/go/firestore/apiv1/fi" + - "restorepb;firestorepb\242\002\004GCFS\252\002\031Google.Cl" + - "oud.Firestore.V1\312\002\031Google\\Cloud\\Firestor" + - "e\\V1\352\002\034Google::Cloud::Firestore::V1b\006pro" + - "to3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - }); - internal_static_google_firestore_v1_BitSequence_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_v1_BitSequence_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_BitSequence_descriptor, - new java.lang.String[] { "Bitmap", "Padding", }); - internal_static_google_firestore_v1_BloomFilter_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_BloomFilter_descriptor, - new java.lang.String[] { "Bits", "HashCount", }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java deleted file mode 100644 index a704c9e3e..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java +++ /dev/null @@ -1,111 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/v1/common.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.v1; - -public final class CommonProto { - private CommonProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_DocumentMask_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_Precondition_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_Precondition_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_TransactionOptions_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n google/firestore/v1/common.proto\022\023goog" + - "le.firestore.v1\032\037google/protobuf/timesta" + - "mp.proto\"#\n\014DocumentMask\022\023\n\013field_paths\030" + - "\001 \003(\t\"e\n\014Precondition\022\020\n\006exists\030\001 \001(\010H\000\022" + - "1\n\013update_time\030\002 \001(\0132\032.google.protobuf.T" + - "imestampH\000B\020\n\016condition_type\"\251\002\n\022Transac" + - "tionOptions\022E\n\tread_only\030\002 \001(\01320.google." + - "firestore.v1.TransactionOptions.ReadOnly" + - "H\000\022G\n\nread_write\030\003 \001(\01321.google.firestor" + - "e.v1.TransactionOptions.ReadWriteH\000\032&\n\tR" + - "eadWrite\022\031\n\021retry_transaction\030\001 \001(\014\032S\n\010R" + - "eadOnly\022/\n\tread_time\030\002 \001(\0132\032.google.prot" + - "obuf.TimestampH\000B\026\n\024consistency_selector" + - "B\006\n\004modeB\303\001\n\027com.google.firestore.v1B\013Co" + - "mmonProtoP\001Z;cloud.google.com/go/firesto" + - "re/apiv1/firestorepb;firestorepb\242\002\004GCFS\252" + - "\002\031Google.Cloud.Firestore.V1\312\002\031Google\\Clo" + - "ud\\Firestore\\V1\352\002\034Google::Cloud::Firesto" + - "re::V1b\006proto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_firestore_v1_DocumentMask_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_DocumentMask_descriptor, - new java.lang.String[] { "FieldPaths", }); - internal_static_google_firestore_v1_Precondition_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_firestore_v1_Precondition_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_Precondition_descriptor, - new java.lang.String[] { "Exists", "UpdateTime", "ConditionType", }); - internal_static_google_firestore_v1_TransactionOptions_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_TransactionOptions_descriptor, - new java.lang.String[] { "ReadOnly", "ReadWrite", "Mode", }); - internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor = - internal_static_google_firestore_v1_TransactionOptions_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor, - new java.lang.String[] { "RetryTransaction", }); - internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor = - internal_static_google_firestore_v1_TransactionOptions_descriptor.getNestedTypes().get(1); - internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor, - new java.lang.String[] { "ReadTime", "ConsistencySelector", }); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java deleted file mode 100644 index 65230bcf5..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java +++ /dev/null @@ -1,139 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/v1/document.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.v1; - -public final class DocumentProto { - private DocumentProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_Document_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_Document_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_Document_FieldsEntry_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_Document_FieldsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_Value_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_Value_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ArrayValue_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_MapValue_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_MapValue_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_MapValue_FieldsEntry_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n\"google/firestore/v1/document.proto\022\023go" + - "ogle.firestore.v1\032\034google/protobuf/struc" + - "t.proto\032\037google/protobuf/timestamp.proto" + - "\032\030google/type/latlng.proto\"\200\002\n\010Document\022" + - "\014\n\004name\030\001 \001(\t\0229\n\006fields\030\002 \003(\0132).google.f" + - "irestore.v1.Document.FieldsEntry\022/\n\013crea" + - "te_time\030\003 \001(\0132\032.google.protobuf.Timestam" + - "p\022/\n\013update_time\030\004 \001(\0132\032.google.protobuf" + - ".Timestamp\032I\n\013FieldsEntry\022\013\n\003key\030\001 \001(\t\022)" + - "\n\005value\030\002 \001(\0132\032.google.firestore.v1.Valu" + - "e:\0028\001\"\256\003\n\005Value\0220\n\nnull_value\030\013 \001(\0162\032.go" + - "ogle.protobuf.NullValueH\000\022\027\n\rboolean_val" + - "ue\030\001 \001(\010H\000\022\027\n\rinteger_value\030\002 \001(\003H\000\022\026\n\014d" + - "ouble_value\030\003 \001(\001H\000\0225\n\017timestamp_value\030\n" + - " \001(\0132\032.google.protobuf.TimestampH\000\022\026\n\014st" + - "ring_value\030\021 \001(\tH\000\022\025\n\013bytes_value\030\022 \001(\014H" + - "\000\022\031\n\017reference_value\030\005 \001(\tH\000\022.\n\017geo_poin" + - "t_value\030\010 \001(\0132\023.google.type.LatLngH\000\0226\n\013" + - "array_value\030\t \001(\0132\037.google.firestore.v1." + - "ArrayValueH\000\0222\n\tmap_value\030\006 \001(\0132\035.google" + - ".firestore.v1.MapValueH\000B\014\n\nvalue_type\"8" + - "\n\nArrayValue\022*\n\006values\030\001 \003(\0132\032.google.fi" + - "restore.v1.Value\"\220\001\n\010MapValue\0229\n\006fields\030" + - "\001 \003(\0132).google.firestore.v1.MapValue.Fie" + - "ldsEntry\032I\n\013FieldsEntry\022\013\n\003key\030\001 \001(\t\022)\n\005" + - "value\030\002 \001(\0132\032.google.firestore.v1.Value:" + - "\0028\001B\305\001\n\027com.google.firestore.v1B\rDocumen" + - "tProtoP\001Z;cloud.google.com/go/firestore/" + - "apiv1/firestorepb;firestorepb\242\002\004GCFS\252\002\031G" + - "oogle.Cloud.Firestore.V1\312\002\031Google\\Cloud\\" + - "Firestore\\V1\352\002\034Google::Cloud::Firestore:" + - ":V1b\006proto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.StructProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - com.google.type.LatLngProto.getDescriptor(), - }); - internal_static_google_firestore_v1_Document_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_firestore_v1_Document_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_Document_descriptor, - new java.lang.String[] { "Name", "Fields", "CreateTime", "UpdateTime", }); - internal_static_google_firestore_v1_Document_FieldsEntry_descriptor = - internal_static_google_firestore_v1_Document_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_v1_Document_FieldsEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_Document_FieldsEntry_descriptor, - new java.lang.String[] { "Key", "Value", }); - internal_static_google_firestore_v1_Value_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_firestore_v1_Value_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_Value_descriptor, - new java.lang.String[] { "NullValue", "BooleanValue", "IntegerValue", "DoubleValue", "TimestampValue", "StringValue", "BytesValue", "ReferenceValue", "GeoPointValue", "ArrayValue", "MapValue", "ValueType", }); - internal_static_google_firestore_v1_ArrayValue_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_ArrayValue_descriptor, - new java.lang.String[] { "Values", }); - internal_static_google_firestore_v1_MapValue_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_firestore_v1_MapValue_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_MapValue_descriptor, - new java.lang.String[] { "Fields", }); - internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor = - internal_static_google_firestore_v1_MapValue_descriptor.getNestedTypes().get(0); - internal_static_google_firestore_v1_MapValue_FieldsEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor, - new java.lang.String[] { "Key", "Value", }); - com.google.protobuf.StructProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - com.google.type.LatLngProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java b/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java deleted file mode 100644 index 0dc3e1717..000000000 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java +++ /dev/null @@ -1,693 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/firestore/v1/firestore.proto - -// Protobuf Java Version: 3.25.3 -package com.google.firestore.v1; - -public final class FirestoreProto { - private FirestoreProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_GetDocumentRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_GetDocumentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ListDocumentsRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ListDocumentsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ListDocumentsResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ListDocumentsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_CreateDocumentRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_CreateDocumentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_UpdateDocumentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_DeleteDocumentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BatchGetDocumentsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BatchGetDocumentsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BeginTransactionRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BeginTransactionRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BeginTransactionResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BeginTransactionResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_CommitRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_CommitRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_CommitResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_CommitResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_RollbackRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_RollbackRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_RunQueryRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_RunQueryRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_RunQueryResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_RunQueryResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_RunAggregationQueryRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_RunAggregationQueryResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_PartitionQueryRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_PartitionQueryRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_PartitionQueryResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_PartitionQueryResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_WriteRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_WriteRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_WriteRequest_LabelsEntry_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_WriteRequest_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_WriteResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_WriteResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ListenRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ListenRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ListenRequest_LabelsEntry_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ListenRequest_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ListenResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ListenResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_Target_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_Target_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_Target_DocumentsTarget_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_Target_QueryTarget_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_Target_QueryTarget_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_TargetChange_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_TargetChange_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ListCollectionIdsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_ListCollectionIdsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BatchWriteRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BatchWriteRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BatchWriteRequest_LabelsEntry_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BatchWriteRequest_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_firestore_v1_BatchWriteResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_firestore_v1_BatchWriteResponse_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n#google/firestore/v1/firestore.proto\022\023g" + - "oogle.firestore.v1\032\034google/api/annotatio" + - "ns.proto\032\027google/api/client.proto\032\037googl" + - "e/api/field_behavior.proto\032,google/fires" + - "tore/v1/aggregation_result.proto\032 google" + - "/firestore/v1/common.proto\032\"google/fires" + - "tore/v1/document.proto\032\037google/firestore" + - "/v1/query.proto\032\'google/firestore/v1/que" + - "ry_profile.proto\032\037google/firestore/v1/wr" + - "ite.proto\032\033google/protobuf/empty.proto\032\037" + - "google/protobuf/timestamp.proto\032\036google/" + - "protobuf/wrappers.proto\032\027google/rpc/stat" + - "us.proto\"\270\001\n\022GetDocumentRequest\022\021\n\004name\030" + - "\001 \001(\tB\003\340A\002\022/\n\004mask\030\002 \001(\0132!.google.firest" + - "ore.v1.DocumentMask\022\025\n\013transaction\030\003 \001(\014" + - "H\000\022/\n\tread_time\030\005 \001(\0132\032.google.protobuf." + - "TimestampH\000B\026\n\024consistency_selector\"\273\002\n\024" + - "ListDocumentsRequest\022\023\n\006parent\030\001 \001(\tB\003\340A" + - "\002\022\032\n\rcollection_id\030\002 \001(\tB\003\340A\001\022\026\n\tpage_si" + - "ze\030\003 \001(\005B\003\340A\001\022\027\n\npage_token\030\004 \001(\tB\003\340A\001\022\025" + - "\n\010order_by\030\006 \001(\tB\003\340A\001\0224\n\004mask\030\007 \001(\0132!.go" + - "ogle.firestore.v1.DocumentMaskB\003\340A\001\022\025\n\013t" + - "ransaction\030\010 \001(\014H\000\022/\n\tread_time\030\n \001(\0132\032." + - "google.protobuf.TimestampH\000\022\024\n\014show_miss" + - "ing\030\014 \001(\010B\026\n\024consistency_selector\"b\n\025Lis" + - "tDocumentsResponse\0220\n\tdocuments\030\001 \003(\0132\035." + - "google.firestore.v1.Document\022\027\n\017next_pag" + - "e_token\030\002 \001(\t\"\304\001\n\025CreateDocumentRequest\022" + - "\023\n\006parent\030\001 \001(\tB\003\340A\002\022\032\n\rcollection_id\030\002 " + - "\001(\tB\003\340A\002\022\023\n\013document_id\030\003 \001(\t\0224\n\010documen" + - "t\030\004 \001(\0132\035.google.firestore.v1.DocumentB\003" + - "\340A\002\022/\n\004mask\030\005 \001(\0132!.google.firestore.v1." + - "DocumentMask\"\363\001\n\025UpdateDocumentRequest\0224" + - "\n\010document\030\001 \001(\0132\035.google.firestore.v1.D" + - "ocumentB\003\340A\002\0226\n\013update_mask\030\002 \001(\0132!.goog" + - "le.firestore.v1.DocumentMask\022/\n\004mask\030\003 \001" + - "(\0132!.google.firestore.v1.DocumentMask\022;\n" + - "\020current_document\030\004 \001(\0132!.google.firesto" + - "re.v1.Precondition\"g\n\025DeleteDocumentRequ" + - "est\022\021\n\004name\030\001 \001(\tB\003\340A\002\022;\n\020current_docume" + - "nt\030\002 \001(\0132!.google.firestore.v1.Precondit" + - "ion\"\231\002\n\030BatchGetDocumentsRequest\022\025\n\010data" + - "base\030\001 \001(\tB\003\340A\002\022\021\n\tdocuments\030\002 \003(\t\022/\n\004ma" + - "sk\030\003 \001(\0132!.google.firestore.v1.DocumentM" + - "ask\022\025\n\013transaction\030\004 \001(\014H\000\022B\n\017new_transa" + - "ction\030\005 \001(\0132\'.google.firestore.v1.Transa" + - "ctionOptionsH\000\022/\n\tread_time\030\007 \001(\0132\032.goog" + - "le.protobuf.TimestampH\000B\026\n\024consistency_s" + - "elector\"\254\001\n\031BatchGetDocumentsResponse\022.\n" + - "\005found\030\001 \001(\0132\035.google.firestore.v1.Docum" + - "entH\000\022\021\n\007missing\030\002 \001(\tH\000\022\023\n\013transaction\030" + - "\003 \001(\014\022-\n\tread_time\030\004 \001(\0132\032.google.protob" + - "uf.TimestampB\010\n\006result\"j\n\027BeginTransacti" + - "onRequest\022\025\n\010database\030\001 \001(\tB\003\340A\002\0228\n\007opti" + - "ons\030\002 \001(\0132\'.google.firestore.v1.Transact" + - "ionOptions\"/\n\030BeginTransactionResponse\022\023" + - "\n\013transaction\030\001 \001(\014\"g\n\rCommitRequest\022\025\n\010" + - "database\030\001 \001(\tB\003\340A\002\022*\n\006writes\030\002 \003(\0132\032.go" + - "ogle.firestore.v1.Write\022\023\n\013transaction\030\003" + - " \001(\014\"z\n\016CommitResponse\0227\n\rwrite_results\030" + - "\001 \003(\0132 .google.firestore.v1.WriteResult\022" + - "/\n\013commit_time\030\002 \001(\0132\032.google.protobuf.T" + - "imestamp\"B\n\017RollbackRequest\022\025\n\010database\030" + - "\001 \001(\tB\003\340A\002\022\030\n\013transaction\030\002 \001(\014B\003\340A\002\"\335\002\n" + - "\017RunQueryRequest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022@\n" + - "\020structured_query\030\002 \001(\0132$.google.firesto" + - "re.v1.StructuredQueryH\000\022\025\n\013transaction\030\005" + - " \001(\014H\001\022B\n\017new_transaction\030\006 \001(\0132\'.google" + - ".firestore.v1.TransactionOptionsH\001\022/\n\tre" + - "ad_time\030\007 \001(\0132\032.google.protobuf.Timestam" + - "pH\001\022A\n\017explain_options\030\n \001(\0132#.google.fi" + - "restore.v1.ExplainOptionsB\003\340A\001B\014\n\nquery_" + - "typeB\026\n\024consistency_selector\"\207\002\n\020RunQuer" + - "yResponse\022\023\n\013transaction\030\002 \001(\014\022/\n\010docume" + - "nt\030\001 \001(\0132\035.google.firestore.v1.Document\022" + - "-\n\tread_time\030\003 \001(\0132\032.google.protobuf.Tim" + - "estamp\022\027\n\017skipped_results\030\004 \001(\005\022\016\n\004done\030" + - "\006 \001(\010H\000\022<\n\017explain_metrics\030\013 \001(\0132#.googl" + - "e.firestore.v1.ExplainMetricsB\027\n\025continu" + - "ation_selector\"\377\002\n\032RunAggregationQueryRe" + - "quest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022W\n\034structured" + - "_aggregation_query\030\002 \001(\0132/.google.firest" + - "ore.v1.StructuredAggregationQueryH\000\022\025\n\013t" + - "ransaction\030\004 \001(\014H\001\022B\n\017new_transaction\030\005 " + - "\001(\0132\'.google.firestore.v1.TransactionOpt" + - "ionsH\001\022/\n\tread_time\030\006 \001(\0132\032.google.proto" + - "buf.TimestampH\001\022A\n\017explain_options\030\010 \001(\013" + - "2#.google.firestore.v1.ExplainOptionsB\003\340" + - "A\001B\014\n\nquery_typeB\026\n\024consistency_selector" + - "\"\327\001\n\033RunAggregationQueryResponse\0226\n\006resu" + - "lt\030\001 \001(\0132&.google.firestore.v1.Aggregati" + - "onResult\022\023\n\013transaction\030\002 \001(\014\022-\n\tread_ti" + - "me\030\003 \001(\0132\032.google.protobuf.Timestamp\022<\n\017" + - "explain_metrics\030\n \001(\0132#.google.firestore" + - ".v1.ExplainMetrics\"\205\002\n\025PartitionQueryReq" + - "uest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022@\n\020structured_" + - "query\030\002 \001(\0132$.google.firestore.v1.Struct" + - "uredQueryH\000\022\027\n\017partition_count\030\003 \001(\003\022\022\n\n" + - "page_token\030\004 \001(\t\022\021\n\tpage_size\030\005 \001(\005\022/\n\tr" + - "ead_time\030\006 \001(\0132\032.google.protobuf.Timesta" + - "mpH\001B\014\n\nquery_typeB\026\n\024consistency_select" + - "or\"b\n\026PartitionQueryResponse\022/\n\npartitio" + - "ns\030\001 \003(\0132\033.google.firestore.v1.Cursor\022\027\n" + - "\017next_page_token\030\002 \001(\t\"\350\001\n\014WriteRequest\022" + - "\025\n\010database\030\001 \001(\tB\003\340A\002\022\021\n\tstream_id\030\002 \001(" + - "\t\022*\n\006writes\030\003 \003(\0132\032.google.firestore.v1." + - "Write\022\024\n\014stream_token\030\004 \001(\014\022=\n\006labels\030\005 " + - "\003(\0132-.google.firestore.v1.WriteRequest.L" + - "abelsEntry\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r" + - "\n\005value\030\002 \001(\t:\0028\001\"\242\001\n\rWriteResponse\022\021\n\ts" + - "tream_id\030\001 \001(\t\022\024\n\014stream_token\030\002 \001(\014\0227\n\r" + - "write_results\030\003 \003(\0132 .google.firestore.v" + - "1.WriteResult\022/\n\013commit_time\030\004 \001(\0132\032.goo" + - "gle.protobuf.Timestamp\"\362\001\n\rListenRequest" + - "\022\025\n\010database\030\001 \001(\tB\003\340A\002\0221\n\nadd_target\030\002 " + - "\001(\0132\033.google.firestore.v1.TargetH\000\022\027\n\rre" + - "move_target\030\003 \001(\005H\000\022>\n\006labels\030\004 \003(\0132..go" + - "ogle.firestore.v1.ListenRequest.LabelsEn" + - "try\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value" + - "\030\002 \001(\t:\0028\001B\017\n\rtarget_change\"\325\002\n\016ListenRe" + - "sponse\022:\n\rtarget_change\030\002 \001(\0132!.google.f" + - "irestore.v1.TargetChangeH\000\022>\n\017document_c" + - "hange\030\003 \001(\0132#.google.firestore.v1.Docume" + - "ntChangeH\000\022>\n\017document_delete\030\004 \001(\0132#.go" + - "ogle.firestore.v1.DocumentDeleteH\000\022>\n\017do" + - "cument_remove\030\006 \001(\0132#.google.firestore.v" + - "1.DocumentRemoveH\000\0226\n\006filter\030\005 \001(\0132$.goo" + - "gle.firestore.v1.ExistenceFilterH\000B\017\n\rre" + - "sponse_type\"\326\003\n\006Target\0228\n\005query\030\002 \001(\0132\'." + - "google.firestore.v1.Target.QueryTargetH\000" + - "\022@\n\tdocuments\030\003 \001(\0132+.google.firestore.v" + - "1.Target.DocumentsTargetH\000\022\026\n\014resume_tok" + - "en\030\004 \001(\014H\001\022/\n\tread_time\030\013 \001(\0132\032.google.p" + - "rotobuf.TimestampH\001\022\021\n\ttarget_id\030\005 \001(\005\022\014" + - "\n\004once\030\006 \001(\010\0223\n\016expected_count\030\014 \001(\0132\033.g" + - "oogle.protobuf.Int32Value\032$\n\017DocumentsTa" + - "rget\022\021\n\tdocuments\030\002 \003(\t\032m\n\013QueryTarget\022\016" + - "\n\006parent\030\001 \001(\t\022@\n\020structured_query\030\002 \001(\013" + - "2$.google.firestore.v1.StructuredQueryH\000" + - "B\014\n\nquery_typeB\r\n\013target_typeB\r\n\013resume_" + - "type\"\252\002\n\014TargetChange\022N\n\022target_change_t" + - "ype\030\001 \001(\01622.google.firestore.v1.TargetCh" + - "ange.TargetChangeType\022\022\n\ntarget_ids\030\002 \003(" + - "\005\022!\n\005cause\030\003 \001(\0132\022.google.rpc.Status\022\024\n\014" + - "resume_token\030\004 \001(\014\022-\n\tread_time\030\006 \001(\0132\032." + - "google.protobuf.Timestamp\"N\n\020TargetChang" + - "eType\022\r\n\tNO_CHANGE\020\000\022\007\n\003ADD\020\001\022\n\n\006REMOVE\020" + - "\002\022\013\n\007CURRENT\020\003\022\t\n\005RESET\020\004\"\237\001\n\030ListCollec" + - "tionIdsRequest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022\021\n\tp" + - "age_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022/\n\tre" + - "ad_time\030\004 \001(\0132\032.google.protobuf.Timestam" + - "pH\000B\026\n\024consistency_selector\"L\n\031ListColle" + - "ctionIdsResponse\022\026\n\016collection_ids\030\001 \003(\t" + - "\022\027\n\017next_page_token\030\002 \001(\t\"\311\001\n\021BatchWrite" + - "Request\022\025\n\010database\030\001 \001(\tB\003\340A\002\022*\n\006writes" + - "\030\002 \003(\0132\032.google.firestore.v1.Write\022B\n\006la" + - "bels\030\003 \003(\01322.google.firestore.v1.BatchWr" + - "iteRequest.LabelsEntry\032-\n\013LabelsEntry\022\013\n" + - "\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"q\n\022BatchWr" + - "iteResponse\0227\n\rwrite_results\030\001 \003(\0132 .goo" + - "gle.firestore.v1.WriteResult\022\"\n\006status\030\002" + - " \003(\0132\022.google.rpc.Status2\332\031\n\tFirestore\022\217" + - "\001\n\013GetDocument\022\'.google.firestore.v1.Get" + - "DocumentRequest\032\035.google.firestore.v1.Do" + - "cument\"8\202\323\344\223\0022\0220/v1/{name=projects/*/dat" + - "abases/*/documents/*/**}\022\365\001\n\rListDocumen" + - "ts\022).google.firestore.v1.ListDocumentsRe" + - "quest\032*.google.firestore.v1.ListDocument" + - "sResponse\"\214\001\202\323\344\223\002\205\001\022B/v1/{parent=project" + - "s/*/databases/*/documents/*/**}/{collect" + - "ion_id}Z?\022=/v1/{parent=projects/*/databa" + - "ses/*/documents}/{collection_id}\022\277\001\n\016Upd" + - "ateDocument\022*.google.firestore.v1.Update" + - "DocumentRequest\032\035.google.firestore.v1.Do" + - "cument\"b\332A\024document,update_mask\202\323\344\223\002E29/" + - "v1/{document.name=projects/*/databases/*" + - "/documents/*/**}:\010document\022\225\001\n\016DeleteDoc" + - "ument\022*.google.firestore.v1.DeleteDocume" + - "ntRequest\032\026.google.protobuf.Empty\"?\332A\004na" + - "me\202\323\344\223\0022*0/v1/{name=projects/*/databases" + - "/*/documents/*/**}\022\271\001\n\021BatchGetDocuments" + - "\022-.google.firestore.v1.BatchGetDocuments" + - "Request\032..google.firestore.v1.BatchGetDo" + - "cumentsResponse\"C\202\323\344\223\002=\"8/v1/{database=p" + - "rojects/*/databases/*}/documents:batchGe" + - "t:\001*0\001\022\307\001\n\020BeginTransaction\022,.google.fir" + - "estore.v1.BeginTransactionRequest\032-.goog" + - "le.firestore.v1.BeginTransactionResponse" + - "\"V\332A\010database\202\323\344\223\002E\"@/v1/{database=proje" + - "cts/*/databases/*}/documents:beginTransa" + - "ction:\001*\022\246\001\n\006Commit\022\".google.firestore.v" + - "1.CommitRequest\032#.google.firestore.v1.Co" + - "mmitResponse\"S\332A\017database,writes\202\323\344\223\002;\"6" + - "/v1/{database=projects/*/databases/*}/do" + - "cuments:commit:\001*\022\244\001\n\010Rollback\022$.google." + - "firestore.v1.RollbackRequest\032\026.google.pr" + - "otobuf.Empty\"Z\332A\024database,transaction\202\323\344" + - "\223\002=\"8/v1/{database=projects/*/databases/" + - "*}/documents:rollback:\001*\022\337\001\n\010RunQuery\022$." + - "google.firestore.v1.RunQueryRequest\032%.go" + - "ogle.firestore.v1.RunQueryResponse\"\203\001\202\323\344" + - "\223\002}\"6/v1/{parent=projects/*/databases/*/" + - "documents}:runQuery:\001*Z@\";/v1/{parent=pr" + - "ojects/*/databases/*/documents/*/**}:run" + - "Query:\001*0\001\022\227\002\n\023RunAggregationQuery\022/.goo" + - "gle.firestore.v1.RunAggregationQueryRequ" + - "est\0320.google.firestore.v1.RunAggregation" + - "QueryResponse\"\232\001\202\323\344\223\002\223\001\"A/v1/{parent=pro" + - "jects/*/databases/*/documents}:runAggreg" + - "ationQuery:\001*ZK\"F/v1/{parent=projects/*/" + - "databases/*/documents/*/**}:runAggregati" + - "onQuery:\001*0\001\022\374\001\n\016PartitionQuery\022*.google" + - ".firestore.v1.PartitionQueryRequest\032+.go" + - "ogle.firestore.v1.PartitionQueryResponse" + - "\"\220\001\202\323\344\223\002\211\001\" * A Backup of a Cloud Firestore Database. * @@ -14,15 +31,16 @@ * * Protobuf type {@code google.firestore.admin.v1.Backup} */ -public final class Backup extends - com.google.protobuf.GeneratedMessageV3 implements +public final class Backup extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Backup) BackupOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Backup.newBuilder() to construct. private Backup(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Backup() { name_ = ""; database_ = ""; @@ -32,34 +50,38 @@ private Backup() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Backup(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.BackupProto + .internal_static_google_firestore_admin_v1_Backup_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable + return com.google.firestore.admin.v1.BackupProto + .internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Backup.class, com.google.firestore.admin.v1.Backup.Builder.class); + com.google.firestore.admin.v1.Backup.class, + com.google.firestore.admin.v1.Backup.Builder.class); } /** + * + * *
    * Indicate the current state of the backup.
    * 
* * Protobuf enum {@code google.firestore.admin.v1.Backup.State} */ - public enum State - implements com.google.protobuf.ProtocolMessageEnum { + public enum State implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
      * The state is unspecified.
      * 
@@ -68,6 +90,8 @@ public enum State */ STATE_UNSPECIFIED(0), /** + * + * *
      * The pending backup is still being created. Operations on the
      * backup will be rejected in this state.
@@ -77,6 +101,8 @@ public enum State
      */
     CREATING(1),
     /**
+     *
+     *
      * 
      * The backup is complete and ready to use.
      * 
@@ -85,6 +111,8 @@ public enum State */ READY(2), /** + * + * *
      * The backup is not available at this moment.
      * 
@@ -96,6 +124,8 @@ public enum State ; /** + * + * *
      * The state is unspecified.
      * 
@@ -104,6 +134,8 @@ public enum State */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * The pending backup is still being created. Operations on the
      * backup will be rejected in this state.
@@ -113,6 +145,8 @@ public enum State
      */
     public static final int CREATING_VALUE = 1;
     /**
+     *
+     *
      * 
      * The backup is complete and ready to use.
      * 
@@ -121,6 +155,8 @@ public enum State */ public static final int READY_VALUE = 2; /** + * + * *
      * The backup is not available at this moment.
      * 
@@ -129,7 +165,6 @@ public enum State */ public static final int NOT_AVAILABLE_VALUE = 3; - public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -154,50 +189,51 @@ public static State valueOf(int value) { */ public static State forNumber(int value) { switch (value) { - case 0: return STATE_UNSPECIFIED; - case 1: return CREATING; - case 2: return READY; - case 3: return NOT_AVAILABLE; - default: return null; + case 0: + return STATE_UNSPECIFIED; + case 1: + return CREATING; + case 2: + return READY; + case 3: + return NOT_AVAILABLE; + default: + return null; } } - public static com.google.protobuf.Internal.EnumLiteMap - internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static final com.google.protobuf.Internal.EnumLiteMap< - State> internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public State findValueByNumber(int number) { - return State.forNumber(number); - } - }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor - getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public State findValueByNumber(int number) { + return State.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - public final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptorForType() { + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptor() { + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.firestore.admin.v1.Backup.getDescriptor().getEnumTypes().get(0); } private static final State[] VALUES = values(); - public static State valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException( - "EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -214,89 +250,105 @@ private State(int value) { // @@protoc_insertion_point(enum_scope:google.firestore.admin.v1.Backup.State) } - public interface StatsOrBuilder extends + public interface StatsOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Backup.Stats) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * Output only. Summation of the size of all documents and index entries in
      * the backup, measured in bytes.
      * 
* * int64 size_bytes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sizeBytes. */ long getSizeBytes(); /** + * + * *
      * Output only. The total number of documents contained in the backup.
      * 
* * int64 document_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The documentCount. */ long getDocumentCount(); /** + * + * *
      * Output only. The total number of index entries contained in the backup.
      * 
* * int64 index_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The indexCount. */ long getIndexCount(); } /** + * + * *
    * Backup specific statistics.
    * 
* * Protobuf type {@code google.firestore.admin.v1.Backup.Stats} */ - public static final class Stats extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class Stats extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Backup.Stats) StatsOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Stats.newBuilder() to construct. private Stats(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Stats() { - } + + private Stats() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Stats(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.BackupProto + .internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable + return com.google.firestore.admin.v1.BackupProto + .internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Backup.Stats.class, com.google.firestore.admin.v1.Backup.Stats.Builder.class); + com.google.firestore.admin.v1.Backup.Stats.class, + com.google.firestore.admin.v1.Backup.Stats.Builder.class); } public static final int SIZE_BYTES_FIELD_NUMBER = 1; private long sizeBytes_ = 0L; /** + * + * *
      * Output only. Summation of the size of all documents and index entries in
      * the backup, measured in bytes.
      * 
* * int64 size_bytes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sizeBytes. */ @java.lang.Override @@ -307,11 +359,14 @@ public long getSizeBytes() { public static final int DOCUMENT_COUNT_FIELD_NUMBER = 2; private long documentCount_ = 0L; /** + * + * *
      * Output only. The total number of documents contained in the backup.
      * 
* * int64 document_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The documentCount. */ @java.lang.Override @@ -322,11 +377,14 @@ public long getDocumentCount() { public static final int INDEX_COUNT_FIELD_NUMBER = 3; private long indexCount_ = 0L; /** + * + * *
      * Output only. The total number of index entries contained in the backup.
      * 
* * int64 index_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The indexCount. */ @java.lang.Override @@ -335,6 +393,7 @@ public long getIndexCount() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -346,8 +405,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (sizeBytes_ != 0L) { output.writeInt64(1, sizeBytes_); } @@ -367,16 +425,13 @@ public int getSerializedSize() { size = 0; if (sizeBytes_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(1, sizeBytes_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, sizeBytes_); } if (documentCount_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(2, documentCount_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, documentCount_); } if (indexCount_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(3, indexCount_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, indexCount_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -386,19 +441,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Backup.Stats)) { return super.equals(obj); } - com.google.firestore.admin.v1.Backup.Stats other = (com.google.firestore.admin.v1.Backup.Stats) obj; + com.google.firestore.admin.v1.Backup.Stats other = + (com.google.firestore.admin.v1.Backup.Stats) obj; - if (getSizeBytes() - != other.getSizeBytes()) return false; - if (getDocumentCount() - != other.getDocumentCount()) return false; - if (getIndexCount() - != other.getIndexCount()) return false; + if (getSizeBytes() != other.getSizeBytes()) return false; + if (getDocumentCount() != other.getDocumentCount()) return false; + if (getIndexCount() != other.getIndexCount()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -411,103 +464,104 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + SIZE_BYTES_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getSizeBytes()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getSizeBytes()); hash = (37 * hash) + DOCUMENT_COUNT_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getDocumentCount()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getDocumentCount()); hash = (37 * hash) + INDEX_COUNT_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIndexCount()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIndexCount()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.firestore.admin.v1.Backup.Stats parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.Backup.Stats parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Backup.Stats parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Backup.Stats parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Backup.Stats parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Backup.Stats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Backup.Stats parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Backup.Stats parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Backup.Stats parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Backup.Stats parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.Backup.Stats parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Backup.Stats parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.Backup.Stats parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Backup.Stats parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.Backup.Stats prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -517,39 +571,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Backup specific statistics.
      * 
* * Protobuf type {@code google.firestore.admin.v1.Backup.Stats} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Backup.Stats) com.google.firestore.admin.v1.Backup.StatsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.BackupProto + .internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable + return com.google.firestore.admin.v1.BackupProto + .internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Backup.Stats.class, com.google.firestore.admin.v1.Backup.Stats.Builder.class); + com.google.firestore.admin.v1.Backup.Stats.class, + com.google.firestore.admin.v1.Backup.Stats.Builder.class); } // Construct using com.google.firestore.admin.v1.Backup.Stats.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -561,9 +617,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.admin.v1.BackupProto + .internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; } @java.lang.Override @@ -582,8 +638,11 @@ public com.google.firestore.admin.v1.Backup.Stats build() { @java.lang.Override public com.google.firestore.admin.v1.Backup.Stats buildPartial() { - com.google.firestore.admin.v1.Backup.Stats result = new com.google.firestore.admin.v1.Backup.Stats(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.admin.v1.Backup.Stats result = + new com.google.firestore.admin.v1.Backup.Stats(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -605,38 +664,41 @@ private void buildPartial0(com.google.firestore.admin.v1.Backup.Stats result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.Backup.Stats) { - return mergeFrom((com.google.firestore.admin.v1.Backup.Stats)other); + return mergeFrom((com.google.firestore.admin.v1.Backup.Stats) other); } else { super.mergeFrom(other); return this; @@ -680,27 +742,31 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - sizeBytes_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 16: { - documentCount_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 16 - case 24: { - indexCount_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 24 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + sizeBytes_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 16: + { + documentCount_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 16 + case 24: + { + indexCount_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 24 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -710,16 +776,20 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; - private long sizeBytes_ ; + private long sizeBytes_; /** + * + * *
        * Output only. Summation of the size of all documents and index entries in
        * the backup, measured in bytes.
        * 
* * int64 size_bytes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sizeBytes. */ @java.lang.Override @@ -727,12 +797,15 @@ public long getSizeBytes() { return sizeBytes_; } /** + * + * *
        * Output only. Summation of the size of all documents and index entries in
        * the backup, measured in bytes.
        * 
* * int64 size_bytes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The sizeBytes to set. * @return This builder for chaining. */ @@ -744,12 +817,15 @@ public Builder setSizeBytes(long value) { return this; } /** + * + * *
        * Output only. Summation of the size of all documents and index entries in
        * the backup, measured in bytes.
        * 
* * int64 size_bytes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearSizeBytes() { @@ -759,13 +835,16 @@ public Builder clearSizeBytes() { return this; } - private long documentCount_ ; + private long documentCount_; /** + * + * *
        * Output only. The total number of documents contained in the backup.
        * 
* * int64 document_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The documentCount. */ @java.lang.Override @@ -773,11 +852,14 @@ public long getDocumentCount() { return documentCount_; } /** + * + * *
        * Output only. The total number of documents contained in the backup.
        * 
* * int64 document_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The documentCount to set. * @return This builder for chaining. */ @@ -789,11 +871,14 @@ public Builder setDocumentCount(long value) { return this; } /** + * + * *
        * Output only. The total number of documents contained in the backup.
        * 
* * int64 document_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearDocumentCount() { @@ -803,13 +888,16 @@ public Builder clearDocumentCount() { return this; } - private long indexCount_ ; + private long indexCount_; /** + * + * *
        * Output only. The total number of index entries contained in the backup.
        * 
* * int64 index_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The indexCount. */ @java.lang.Override @@ -817,11 +905,14 @@ public long getIndexCount() { return indexCount_; } /** + * + * *
        * Output only. The total number of index entries contained in the backup.
        * 
* * int64 index_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The indexCount to set. * @return This builder for chaining. */ @@ -833,11 +924,14 @@ public Builder setIndexCount(long value) { return this; } /** + * + * *
        * Output only. The total number of index entries contained in the backup.
        * 
* * int64 index_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearIndexCount() { @@ -846,6 +940,7 @@ public Builder clearIndexCount() { onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -858,12 +953,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Backup.Stats) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Backup.Stats) private static final com.google.firestore.admin.v1.Backup.Stats DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Backup.Stats(); } @@ -872,27 +967,28 @@ public static com.google.firestore.admin.v1.Backup.Stats getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Stats parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Stats parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -907,14 +1003,16 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Backup.Stats getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** + * + * *
    * Output only. The unique resource name of the Backup.
    *
@@ -922,6 +1020,7 @@ public com.google.firestore.admin.v1.Backup.Stats getDefaultInstanceForType() {
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The name. */ @java.lang.Override @@ -930,14 +1029,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Output only. The unique resource name of the Backup.
    *
@@ -945,16 +1045,15 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -963,16 +1062,22 @@ public java.lang.String getName() { } public static final int DATABASE_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; /** + * + * *
    * Output only. Name of the Firestore database that the backup is from.
    *
    * Format is `projects/{project}/databases/{database}`.
    * 
* - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * * @return The database. */ @java.lang.Override @@ -981,31 +1086,33 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** + * + * *
    * Output only. Name of the Firestore database that the backup is from.
    *
    * Format is `projects/{project}/databases/{database}`.
    * 
* - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -1014,15 +1121,19 @@ public java.lang.String getDatabase() { } public static final int DATABASE_UID_FIELD_NUMBER = 7; + @SuppressWarnings("serial") private volatile java.lang.Object databaseUid_ = ""; /** + * + * *
    * Output only. The system-generated UUID4 for the Firestore database that the
    * backup is from.
    * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The databaseUid. */ @java.lang.Override @@ -1031,30 +1142,30 @@ public java.lang.String getDatabaseUid() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); databaseUid_ = s; return s; } } /** + * + * *
    * Output only. The system-generated UUID4 for the Firestore database that the
    * backup is from.
    * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for databaseUid. */ @java.lang.Override - public com.google.protobuf.ByteString - getDatabaseUidBytes() { + public com.google.protobuf.ByteString getDatabaseUidBytes() { java.lang.Object ref = databaseUid_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); databaseUid_ = b; return b; } else { @@ -1065,12 +1176,17 @@ public java.lang.String getDatabaseUid() { public static final int SNAPSHOT_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp snapshotTime_; /** + * + * *
    * Output only. The backup contains an externally consistent copy of the
    * database at this time.
    * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the snapshotTime field is set. */ @java.lang.Override @@ -1078,39 +1194,56 @@ public boolean hasSnapshotTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Output only. The backup contains an externally consistent copy of the
    * database at this time.
    * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The snapshotTime. */ @java.lang.Override public com.google.protobuf.Timestamp getSnapshotTime() { - return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; + return snapshotTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : snapshotTime_; } /** + * + * *
    * Output only. The backup contains an externally consistent copy of the
    * database at this time.
    * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() { - return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; + return snapshotTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : snapshotTime_; } public static final int EXPIRE_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp expireTime_; /** + * + * *
    * Output only. The timestamp at which this backup expires.
    * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the expireTime field is set. */ @java.lang.Override @@ -1118,11 +1251,15 @@ public boolean hasExpireTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * Output only. The timestamp at which this backup expires.
    * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The expireTime. */ @java.lang.Override @@ -1130,11 +1267,14 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } /** + * + * *
    * Output only. The timestamp at which this backup expires.
    * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { @@ -1144,6 +1284,8 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { public static final int STATS_FIELD_NUMBER = 6; private com.google.firestore.admin.v1.Backup.Stats stats_; /** + * + * *
    * Output only. Statistics about the backup.
    *
@@ -1151,7 +1293,10 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
    * secondary storage. This field will be empty till then.
    * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the stats field is set. */ @java.lang.Override @@ -1159,6 +1304,8 @@ public boolean hasStats() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * Output only. Statistics about the backup.
    *
@@ -1166,14 +1313,21 @@ public boolean hasStats() {
    * secondary storage. This field will be empty till then.
    * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The stats. */ @java.lang.Override public com.google.firestore.admin.v1.Backup.Stats getStats() { - return stats_ == null ? com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() : stats_; + return stats_ == null + ? com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() + : stats_; } /** + * + * *
    * Output only. Statistics about the backup.
    *
@@ -1181,40 +1335,58 @@ public com.google.firestore.admin.v1.Backup.Stats getStats() {
    * secondary storage. This field will be empty till then.
    * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.firestore.admin.v1.Backup.StatsOrBuilder getStatsOrBuilder() { - return stats_ == null ? com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() : stats_; + return stats_ == null + ? com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() + : stats_; } public static final int STATE_FIELD_NUMBER = 8; private int state_ = 0; /** + * + * *
    * Output only. The current state of the backup.
    * 
* - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
    * Output only. The current state of the backup.
    * 
* - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ - @java.lang.Override public com.google.firestore.admin.v1.Backup.State getState() { - com.google.firestore.admin.v1.Backup.State result = com.google.firestore.admin.v1.Backup.State.forNumber(state_); + @java.lang.Override + public com.google.firestore.admin.v1.Backup.State getState() { + com.google.firestore.admin.v1.Backup.State result = + com.google.firestore.admin.v1.Backup.State.forNumber(state_); return result == null ? com.google.firestore.admin.v1.Backup.State.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1226,8 +1398,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -1265,23 +1436,19 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, database_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(3, getSnapshotTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getSnapshotTime()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(4, getExpireTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getExpireTime()); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(6, getStats()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getStats()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(databaseUid_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, databaseUid_); } if (state_ != com.google.firestore.admin.v1.Backup.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(8, state_); + size += com.google.protobuf.CodedOutputStream.computeEnumSize(8, state_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1291,33 +1458,27 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Backup)) { return super.equals(obj); } com.google.firestore.admin.v1.Backup other = (com.google.firestore.admin.v1.Backup) obj; - if (!getName() - .equals(other.getName())) return false; - if (!getDatabase() - .equals(other.getDatabase())) return false; - if (!getDatabaseUid() - .equals(other.getDatabaseUid())) return false; + if (!getName().equals(other.getName())) return false; + if (!getDatabase().equals(other.getDatabase())) return false; + if (!getDatabaseUid().equals(other.getDatabaseUid())) return false; if (hasSnapshotTime() != other.hasSnapshotTime()) return false; if (hasSnapshotTime()) { - if (!getSnapshotTime() - .equals(other.getSnapshotTime())) return false; + if (!getSnapshotTime().equals(other.getSnapshotTime())) return false; } if (hasExpireTime() != other.hasExpireTime()) return false; if (hasExpireTime()) { - if (!getExpireTime() - .equals(other.getExpireTime())) return false; + if (!getExpireTime().equals(other.getExpireTime())) return false; } if (hasStats() != other.hasStats()) return false; if (hasStats()) { - if (!getStats() - .equals(other.getStats())) return false; + if (!getStats().equals(other.getStats())) return false; } if (state_ != other.state_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; @@ -1356,99 +1517,103 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.Backup parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.Backup parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Backup parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Backup parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.firestore.admin.v1.Backup parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Backup parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Backup parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Backup parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Backup parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Backup parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.admin.v1.Backup parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Backup parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.Backup parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Backup parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.Backup prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A Backup of a Cloud Firestore Database.
    *
@@ -1458,21 +1623,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.Backup}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Backup)
       com.google.firestore.admin.v1.BackupOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.BackupProto
+          .internal_static_google_firestore_admin_v1_Backup_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable
+      return com.google.firestore.admin.v1.BackupProto
+          .internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.Backup.class, com.google.firestore.admin.v1.Backup.Builder.class);
+              com.google.firestore.admin.v1.Backup.class,
+              com.google.firestore.admin.v1.Backup.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.Backup.newBuilder()
@@ -1480,19 +1647,19 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getSnapshotTimeFieldBuilder();
         getExpireTimeFieldBuilder();
         getStatsFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1520,9 +1687,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.BackupProto.internal_static_google_firestore_admin_v1_Backup_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.BackupProto
+          .internal_static_google_firestore_admin_v1_Backup_descriptor;
     }
 
     @java.lang.Override
@@ -1542,7 +1709,9 @@ public com.google.firestore.admin.v1.Backup build() {
     @java.lang.Override
     public com.google.firestore.admin.v1.Backup buildPartial() {
       com.google.firestore.admin.v1.Backup result = new com.google.firestore.admin.v1.Backup(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -1560,21 +1729,16 @@ private void buildPartial0(com.google.firestore.admin.v1.Backup result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.snapshotTime_ = snapshotTimeBuilder_ == null
-            ? snapshotTime_
-            : snapshotTimeBuilder_.build();
+        result.snapshotTime_ =
+            snapshotTimeBuilder_ == null ? snapshotTime_ : snapshotTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.expireTime_ = expireTimeBuilder_ == null
-            ? expireTime_
-            : expireTimeBuilder_.build();
+        result.expireTime_ = expireTimeBuilder_ == null ? expireTime_ : expireTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.stats_ = statsBuilder_ == null
-            ? stats_
-            : statsBuilder_.build();
+        result.stats_ = statsBuilder_ == null ? stats_ : statsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000040) != 0)) {
@@ -1587,38 +1751,39 @@ private void buildPartial0(com.google.firestore.admin.v1.Backup result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.Backup) {
-        return mergeFrom((com.google.firestore.admin.v1.Backup)other);
+        return mergeFrom((com.google.firestore.admin.v1.Backup) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1680,53 +1845,55 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              database_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 26: {
-              input.readMessage(
-                  getSnapshotTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 26
-            case 34: {
-              input.readMessage(
-                  getExpireTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 34
-            case 50: {
-              input.readMessage(
-                  getStatsFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000020;
-              break;
-            } // case 50
-            case 58: {
-              databaseUid_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 58
-            case 64: {
-              state_ = input.readEnum();
-              bitField0_ |= 0x00000040;
-              break;
-            } // case 64
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                database_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 26:
+              {
+                input.readMessage(getSnapshotTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 26
+            case 34:
+              {
+                input.readMessage(getExpireTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 34
+            case 50:
+              {
+                input.readMessage(getStatsFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000020;
+                break;
+              } // case 50
+            case 58:
+              {
+                databaseUid_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 58
+            case 64:
+              {
+                state_ = input.readEnum();
+                bitField0_ |= 0x00000040;
+                break;
+              } // case 64
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1736,10 +1903,13 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Output only. The unique resource name of the Backup.
      *
@@ -1747,13 +1917,13 @@ public Builder mergeFrom(
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -1762,6 +1932,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Output only. The unique resource name of the Backup.
      *
@@ -1769,15 +1941,14 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -1785,6 +1956,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Output only. The unique resource name of the Backup.
      *
@@ -1792,18 +1965,22 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Output only. The unique resource name of the Backup.
      *
@@ -1811,6 +1988,7 @@ public Builder setName(
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearName() { @@ -1820,6 +1998,8 @@ public Builder clearName() { return this; } /** + * + * *
      * Output only. The unique resource name of the Backup.
      *
@@ -1827,12 +2007,14 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -1842,20 +2024,24 @@ public Builder setNameBytes( private java.lang.Object database_ = ""; /** + * + * *
      * Output only. Name of the Firestore database that the backup is from.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -1864,22 +2050,25 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Output only. Name of the Firestore database that the backup is from.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for database. */ - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -1887,32 +2076,43 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Output only. Name of the Firestore database that the backup is from.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabase(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } database_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * Output only. Name of the Firestore database that the backup is from.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -1922,19 +2122,25 @@ public Builder clearDatabase() { return this; } /** + * + * *
      * Output only. Name of the Firestore database that the backup is from.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000002; @@ -1944,19 +2150,21 @@ public Builder setDatabaseBytes( private java.lang.Object databaseUid_ = ""; /** + * + * *
      * Output only. The system-generated UUID4 for the Firestore database that the
      * backup is from.
      * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The databaseUid. */ public java.lang.String getDatabaseUid() { java.lang.Object ref = databaseUid_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); databaseUid_ = s; return s; @@ -1965,21 +2173,22 @@ public java.lang.String getDatabaseUid() { } } /** + * + * *
      * Output only. The system-generated UUID4 for the Firestore database that the
      * backup is from.
      * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for databaseUid. */ - public com.google.protobuf.ByteString - getDatabaseUidBytes() { + public com.google.protobuf.ByteString getDatabaseUidBytes() { java.lang.Object ref = databaseUid_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); databaseUid_ = b; return b; } else { @@ -1987,30 +2196,37 @@ public java.lang.String getDatabaseUid() { } } /** + * + * *
      * Output only. The system-generated UUID4 for the Firestore database that the
      * backup is from.
      * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The databaseUid to set. * @return This builder for chaining. */ - public Builder setDatabaseUid( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseUid(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } databaseUid_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** + * + * *
      * Output only. The system-generated UUID4 for the Firestore database that the
      * backup is from.
      * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearDatabaseUid() { @@ -2020,18 +2236,22 @@ public Builder clearDatabaseUid() { return this; } /** + * + * *
      * Output only. The system-generated UUID4 for the Firestore database that the
      * backup is from.
      * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for databaseUid to set. * @return This builder for chaining. */ - public Builder setDatabaseUidBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseUidBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); databaseUid_ = value; bitField0_ |= 0x00000004; @@ -2041,42 +2261,61 @@ public Builder setDatabaseUidBytes( private com.google.protobuf.Timestamp snapshotTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> snapshotTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + snapshotTimeBuilder_; /** + * + * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the snapshotTime field is set. */ public boolean hasSnapshotTime() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The snapshotTime. */ public com.google.protobuf.Timestamp getSnapshotTime() { if (snapshotTimeBuilder_ == null) { - return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; + return snapshotTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : snapshotTime_; } else { return snapshotTimeBuilder_.getMessage(); } } /** + * + * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setSnapshotTime(com.google.protobuf.Timestamp value) { if (snapshotTimeBuilder_ == null) { @@ -2092,15 +2331,18 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ - public Builder setSnapshotTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (snapshotTimeBuilder_ == null) { snapshotTime_ = builderForValue.build(); } else { @@ -2111,18 +2353,22 @@ public Builder setSnapshotTime( return this; } /** + * + * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) { if (snapshotTimeBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) && - snapshotTime_ != null && - snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) + && snapshotTime_ != null + && snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getSnapshotTimeBuilder().mergeFrom(value); } else { snapshotTime_ = value; @@ -2137,12 +2383,16 @@ public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearSnapshotTime() { bitField0_ = (bitField0_ & ~0x00000008); @@ -2155,12 +2405,16 @@ public Builder clearSnapshotTime() { return this; } /** + * + * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getSnapshotTimeBuilder() { bitField0_ |= 0x00000008; @@ -2168,38 +2422,50 @@ public com.google.protobuf.Timestamp.Builder getSnapshotTimeBuilder() { return getSnapshotTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() { if (snapshotTimeBuilder_ != null) { return snapshotTimeBuilder_.getMessageOrBuilder(); } else { - return snapshotTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; + return snapshotTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : snapshotTime_; } } /** + * + * *
      * Output only. The backup contains an externally consistent copy of the
      * database at this time.
      * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getSnapshotTimeFieldBuilder() { if (snapshotTimeBuilder_ == null) { - snapshotTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getSnapshotTime(), - getParentForChildren(), - isClean()); + snapshotTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getSnapshotTime(), getParentForChildren(), isClean()); snapshotTime_ = null; } return snapshotTimeBuilder_; @@ -2207,39 +2473,58 @@ public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() { private com.google.protobuf.Timestamp expireTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + expireTimeBuilder_; /** + * + * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the expireTime field is set. */ public boolean hasExpireTime() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The expireTime. */ public com.google.protobuf.Timestamp getExpireTime() { if (expireTimeBuilder_ == null) { - return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; + return expireTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : expireTime_; } else { return expireTimeBuilder_.getMessage(); } } /** + * + * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setExpireTime(com.google.protobuf.Timestamp value) { if (expireTimeBuilder_ == null) { @@ -2255,14 +2540,17 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ - public Builder setExpireTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (expireTimeBuilder_ == null) { expireTime_ = builderForValue.build(); } else { @@ -2273,17 +2561,21 @@ public Builder setExpireTime( return this; } /** + * + * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { if (expireTimeBuilder_ == null) { - if (((bitField0_ & 0x00000010) != 0) && - expireTime_ != null && - expireTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000010) != 0) + && expireTime_ != null + && expireTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getExpireTimeBuilder().mergeFrom(value); } else { expireTime_ = value; @@ -2298,11 +2590,15 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearExpireTime() { bitField0_ = (bitField0_ & ~0x00000010); @@ -2315,11 +2611,15 @@ public Builder clearExpireTime() { return this; } /** + * + * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { bitField0_ |= 0x00000010; @@ -2327,36 +2627,48 @@ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { return getExpireTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { if (expireTimeBuilder_ != null) { return expireTimeBuilder_.getMessageOrBuilder(); } else { - return expireTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; + return expireTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : expireTime_; } } /** + * + * *
      * Output only. The timestamp at which this backup expires.
      * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getExpireTimeFieldBuilder() { if (expireTimeBuilder_ == null) { - expireTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getExpireTime(), - getParentForChildren(), - isClean()); + expireTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getExpireTime(), getParentForChildren(), isClean()); expireTime_ = null; } return expireTimeBuilder_; @@ -2364,8 +2676,13 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { private com.google.firestore.admin.v1.Backup.Stats stats_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Backup.Stats, com.google.firestore.admin.v1.Backup.Stats.Builder, com.google.firestore.admin.v1.Backup.StatsOrBuilder> statsBuilder_; + com.google.firestore.admin.v1.Backup.Stats, + com.google.firestore.admin.v1.Backup.Stats.Builder, + com.google.firestore.admin.v1.Backup.StatsOrBuilder> + statsBuilder_; /** + * + * *
      * Output only. Statistics about the backup.
      *
@@ -2373,13 +2690,18 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
      * secondary storage. This field will be empty till then.
      * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the stats field is set. */ public boolean hasStats() { return ((bitField0_ & 0x00000020) != 0); } /** + * + * *
      * Output only. Statistics about the backup.
      *
@@ -2387,17 +2709,24 @@ public boolean hasStats() {
      * secondary storage. This field will be empty till then.
      * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The stats. */ public com.google.firestore.admin.v1.Backup.Stats getStats() { if (statsBuilder_ == null) { - return stats_ == null ? com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() : stats_; + return stats_ == null + ? com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() + : stats_; } else { return statsBuilder_.getMessage(); } } /** + * + * *
      * Output only. Statistics about the backup.
      *
@@ -2405,7 +2734,9 @@ public com.google.firestore.admin.v1.Backup.Stats getStats() {
      * secondary storage. This field will be empty till then.
      * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setStats(com.google.firestore.admin.v1.Backup.Stats value) { if (statsBuilder_ == null) { @@ -2421,6 +2752,8 @@ public Builder setStats(com.google.firestore.admin.v1.Backup.Stats value) { return this; } /** + * + * *
      * Output only. Statistics about the backup.
      *
@@ -2428,10 +2761,11 @@ public Builder setStats(com.google.firestore.admin.v1.Backup.Stats value) {
      * secondary storage. This field will be empty till then.
      * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ - public Builder setStats( - com.google.firestore.admin.v1.Backup.Stats.Builder builderForValue) { + public Builder setStats(com.google.firestore.admin.v1.Backup.Stats.Builder builderForValue) { if (statsBuilder_ == null) { stats_ = builderForValue.build(); } else { @@ -2442,6 +2776,8 @@ public Builder setStats( return this; } /** + * + * *
      * Output only. Statistics about the backup.
      *
@@ -2449,13 +2785,15 @@ public Builder setStats(
      * secondary storage. This field will be empty till then.
      * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeStats(com.google.firestore.admin.v1.Backup.Stats value) { if (statsBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) && - stats_ != null && - stats_ != com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) + && stats_ != null + && stats_ != com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance()) { getStatsBuilder().mergeFrom(value); } else { stats_ = value; @@ -2470,6 +2808,8 @@ public Builder mergeStats(com.google.firestore.admin.v1.Backup.Stats value) { return this; } /** + * + * *
      * Output only. Statistics about the backup.
      *
@@ -2477,7 +2817,9 @@ public Builder mergeStats(com.google.firestore.admin.v1.Backup.Stats value) {
      * secondary storage. This field will be empty till then.
      * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearStats() { bitField0_ = (bitField0_ & ~0x00000020); @@ -2490,6 +2832,8 @@ public Builder clearStats() { return this; } /** + * + * *
      * Output only. Statistics about the backup.
      *
@@ -2497,7 +2841,9 @@ public Builder clearStats() {
      * secondary storage. This field will be empty till then.
      * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.firestore.admin.v1.Backup.Stats.Builder getStatsBuilder() { bitField0_ |= 0x00000020; @@ -2505,6 +2851,8 @@ public com.google.firestore.admin.v1.Backup.Stats.Builder getStatsBuilder() { return getStatsFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. Statistics about the backup.
      *
@@ -2512,17 +2860,22 @@ public com.google.firestore.admin.v1.Backup.Stats.Builder getStatsBuilder() {
      * secondary storage. This field will be empty till then.
      * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.firestore.admin.v1.Backup.StatsOrBuilder getStatsOrBuilder() { if (statsBuilder_ != null) { return statsBuilder_.getMessageOrBuilder(); } else { - return stats_ == null ? - com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() : stats_; + return stats_ == null + ? com.google.firestore.admin.v1.Backup.Stats.getDefaultInstance() + : stats_; } } /** + * + * *
      * Output only. Statistics about the backup.
      *
@@ -2530,17 +2883,22 @@ public com.google.firestore.admin.v1.Backup.StatsOrBuilder getStatsOrBuilder() {
      * secondary storage. This field will be empty till then.
      * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Backup.Stats, com.google.firestore.admin.v1.Backup.Stats.Builder, com.google.firestore.admin.v1.Backup.StatsOrBuilder> + com.google.firestore.admin.v1.Backup.Stats, + com.google.firestore.admin.v1.Backup.Stats.Builder, + com.google.firestore.admin.v1.Backup.StatsOrBuilder> getStatsFieldBuilder() { if (statsBuilder_ == null) { - statsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Backup.Stats, com.google.firestore.admin.v1.Backup.Stats.Builder, com.google.firestore.admin.v1.Backup.StatsOrBuilder>( - getStats(), - getParentForChildren(), - isClean()); + statsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Backup.Stats, + com.google.firestore.admin.v1.Backup.Stats.Builder, + com.google.firestore.admin.v1.Backup.StatsOrBuilder>( + getStats(), getParentForChildren(), isClean()); stats_ = null; } return statsBuilder_; @@ -2548,22 +2906,33 @@ public com.google.firestore.admin.v1.Backup.StatsOrBuilder getStatsOrBuilder() { private int state_ = 0; /** + * + * *
      * Output only. The current state of the backup.
      * 
* - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
      * Output only. The current state of the backup.
      * 
* - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ @@ -2574,24 +2943,35 @@ public Builder setStateValue(int value) { return this; } /** + * + * *
      * Output only. The current state of the backup.
      * 
* - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ @java.lang.Override public com.google.firestore.admin.v1.Backup.State getState() { - com.google.firestore.admin.v1.Backup.State result = com.google.firestore.admin.v1.Backup.State.forNumber(state_); + com.google.firestore.admin.v1.Backup.State result = + com.google.firestore.admin.v1.Backup.State.forNumber(state_); return result == null ? com.google.firestore.admin.v1.Backup.State.UNRECOGNIZED : result; } /** + * + * *
      * Output only. The current state of the backup.
      * 
* - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @param value The state to set. * @return This builder for chaining. */ @@ -2605,11 +2985,16 @@ public Builder setState(com.google.firestore.admin.v1.Backup.State value) { return this; } /** + * + * *
      * Output only. The current state of the backup.
      * 
* - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return This builder for chaining. */ public Builder clearState() { @@ -2618,9 +3003,9 @@ public Builder clearState() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2630,12 +3015,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Backup) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Backup) private static final com.google.firestore.admin.v1.Backup DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Backup(); } @@ -2644,27 +3029,27 @@ public static com.google.firestore.admin.v1.Backup getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Backup parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Backup parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2679,6 +3064,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Backup getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupName.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupName.java similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupName.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupName.java diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupOrBuilder.java similarity index 65% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupOrBuilder.java index e9eab8b32..dd9af1b2c 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/backup.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface BackupOrBuilder extends +public interface BackupOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Backup) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Output only. The unique resource name of the Backup.
    *
@@ -16,10 +34,13 @@ public interface BackupOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Output only. The unique resource name of the Backup.
    *
@@ -27,115 +48,156 @@ public interface BackupOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * Output only. Name of the Firestore database that the backup is from.
    *
    * Format is `projects/{project}/databases/{database}`.
    * 
* - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * * @return The database. */ java.lang.String getDatabase(); /** + * + * *
    * Output only. Name of the Firestore database that the backup is from.
    *
    * Format is `projects/{project}/databases/{database}`.
    * 
* - * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * string database = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for database. */ - com.google.protobuf.ByteString - getDatabaseBytes(); + com.google.protobuf.ByteString getDatabaseBytes(); /** + * + * *
    * Output only. The system-generated UUID4 for the Firestore database that the
    * backup is from.
    * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The databaseUid. */ java.lang.String getDatabaseUid(); /** + * + * *
    * Output only. The system-generated UUID4 for the Firestore database that the
    * backup is from.
    * 
* * string database_uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for databaseUid. */ - com.google.protobuf.ByteString - getDatabaseUidBytes(); + com.google.protobuf.ByteString getDatabaseUidBytes(); /** + * + * *
    * Output only. The backup contains an externally consistent copy of the
    * database at this time.
    * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the snapshotTime field is set. */ boolean hasSnapshotTime(); /** + * + * *
    * Output only. The backup contains an externally consistent copy of the
    * database at this time.
    * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The snapshotTime. */ com.google.protobuf.Timestamp getSnapshotTime(); /** + * + * *
    * Output only. The backup contains an externally consistent copy of the
    * database at this time.
    * 
* - * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder(); /** + * + * *
    * Output only. The timestamp at which this backup expires.
    * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the expireTime field is set. */ boolean hasExpireTime(); /** + * + * *
    * Output only. The timestamp at which this backup expires.
    * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); /** + * + * *
    * Output only. The timestamp at which this backup expires.
    * 
* - * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder(); /** + * + * *
    * Output only. Statistics about the backup.
    *
@@ -143,11 +205,16 @@ public interface BackupOrBuilder extends
    * secondary storage. This field will be empty till then.
    * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the stats field is set. */ boolean hasStats(); /** + * + * *
    * Output only. Statistics about the backup.
    *
@@ -155,11 +222,16 @@ public interface BackupOrBuilder extends
    * secondary storage. This field will be empty till then.
    * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The stats. */ com.google.firestore.admin.v1.Backup.Stats getStats(); /** + * + * *
    * Output only. Statistics about the backup.
    *
@@ -167,25 +239,37 @@ public interface BackupOrBuilder extends
    * secondary storage. This field will be empty till then.
    * 
* - * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.Stats stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.firestore.admin.v1.Backup.StatsOrBuilder getStatsOrBuilder(); /** + * + * *
    * Output only. The current state of the backup.
    * 
* - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** + * + * *
    * Output only. The current state of the backup.
    * 
* - * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Backup.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ com.google.firestore.admin.v1.Backup.State getState(); diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java new file mode 100644 index 000000000..6f0a802ae --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupProto.java @@ -0,0 +1,111 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/backup.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public final class BackupProto { + private BackupProto() {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); + } + + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_Backup_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_Backup_Stats_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + return descriptor; + } + + private static com.google.protobuf.Descriptors.FileDescriptor descriptor; + + static { + java.lang.String[] descriptorData = { + "\n&google/firestore/admin/v1/backup.proto" + + "\022\031google.firestore.admin.v1\032\037google/api/" + + "field_behavior.proto\032\031google/api/resourc" + + "e.proto\032\037google/protobuf/timestamp.proto" + + "\"\340\004\n\006Backup\022\021\n\004name\030\001 \001(\tB\003\340A\003\022;\n\010databa" + + "se\030\002 \001(\tB)\340A\003\372A#\n!firestore.googleapis.c" + + "om/Database\022\031\n\014database_uid\030\007 \001(\tB\003\340A\003\0226" + + "\n\rsnapshot_time\030\003 \001(\0132\032.google.protobuf." + + "TimestampB\003\340A\003\0224\n\013expire_time\030\004 \001(\0132\032.go" + + "ogle.protobuf.TimestampB\003\340A\003\022;\n\005stats\030\006 " + + "\001(\0132\'.google.firestore.admin.v1.Backup.S" + + "tatsB\003\340A\003\022;\n\005state\030\010 \001(\0162\'.google.firest" + + "ore.admin.v1.Backup.StateB\003\340A\003\032W\n\005Stats\022" + + "\027\n\nsize_bytes\030\001 \001(\003B\003\340A\003\022\033\n\016document_cou" + + "nt\030\002 \001(\003B\003\340A\003\022\030\n\013index_count\030\003 \001(\003B\003\340A\003\"" + + "J\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014\n\010CREAT" + + "ING\020\001\022\t\n\005READY\020\002\022\021\n\rNOT_AVAILABLE\020\003:^\352A[" + + "\n\037firestore.googleapis.com/Backup\0228proje" + + "cts/{project}/locations/{location}/backu" + + "ps/{backup}B\332\001\n\035com.google.firestore.adm" + + "in.v1B\013BackupProtoP\001Z9cloud.google.com/g" + + "o/firestore/apiv1/admin/adminpb;adminpb\242" + + "\002\004GCFS\252\002\037Google.Cloud.Firestore.Admin.V1" + + "\312\002\037Google\\Cloud\\Firestore\\Admin\\V1\352\002#Goo" + + "gle::Cloud::Firestore::Admin::V1b\006proto3" + }; + descriptor = + com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( + descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_firestore_admin_v1_Backup_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_firestore_admin_v1_Backup_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_Backup_descriptor, + new java.lang.String[] { + "Name", "Database", "DatabaseUid", "SnapshotTime", "ExpireTime", "Stats", "State", + }); + internal_static_google_firestore_admin_v1_Backup_Stats_descriptor = + internal_static_google_firestore_admin_v1_Backup_descriptor.getNestedTypes().get(0); + internal_static_google_firestore_admin_v1_Backup_Stats_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_Backup_Stats_descriptor, + new java.lang.String[] { + "SizeBytes", "DocumentCount", "IndexCount", + }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.ResourceProto.resource); + registry.add(com.google.api.ResourceProto.resourceReference); + com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( + descriptor, registry); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupSchedule.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupSchedule.java similarity index 72% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupSchedule.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupSchedule.java index 9c43c6915..cb1074ec2 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupSchedule.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupSchedule.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/schedule.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * A backup schedule for a Cloud Firestore Database.
  *
@@ -14,50 +31,56 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.BackupSchedule}
  */
-public final class BackupSchedule extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class BackupSchedule extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.BackupSchedule)
     BackupScheduleOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use BackupSchedule.newBuilder() to construct.
   private BackupSchedule(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private BackupSchedule() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new BackupSchedule();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_BackupSchedule_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.ScheduleProto
+        .internal_static_google_firestore_admin_v1_BackupSchedule_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable
+    return com.google.firestore.admin.v1.ScheduleProto
+        .internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.BackupSchedule.class, com.google.firestore.admin.v1.BackupSchedule.Builder.class);
+            com.google.firestore.admin.v1.BackupSchedule.class,
+            com.google.firestore.admin.v1.BackupSchedule.Builder.class);
   }
 
   private int bitField0_;
   private int recurrenceCase_ = 0;
+
   @SuppressWarnings("serial")
   private java.lang.Object recurrence_;
+
   public enum RecurrenceCase
-      implements com.google.protobuf.Internal.EnumLite,
+      implements
+          com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     DAILY_RECURRENCE(7),
     WEEKLY_RECURRENCE(8),
     RECURRENCE_NOT_SET(0);
     private final int value;
+
     private RecurrenceCase(int value) {
       this.value = value;
     }
@@ -73,27 +96,33 @@ public static RecurrenceCase valueOf(int value) {
 
     public static RecurrenceCase forNumber(int value) {
       switch (value) {
-        case 7: return DAILY_RECURRENCE;
-        case 8: return WEEKLY_RECURRENCE;
-        case 0: return RECURRENCE_NOT_SET;
-        default: return null;
+        case 7:
+          return DAILY_RECURRENCE;
+        case 8:
+          return WEEKLY_RECURRENCE;
+        case 0:
+          return RECURRENCE_NOT_SET;
+        default:
+          return null;
       }
     }
+
     public int getNumber() {
       return this.value;
     }
   };
 
-  public RecurrenceCase
-  getRecurrenceCase() {
-    return RecurrenceCase.forNumber(
-        recurrenceCase_);
+  public RecurrenceCase getRecurrenceCase() {
+    return RecurrenceCase.forNumber(recurrenceCase_);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Output only. The unique backup schedule identifier across all locations and
    * databases for the given project.
@@ -105,6 +134,7 @@ public int getNumber() {
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The name. */ @java.lang.Override @@ -113,14 +143,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Output only. The unique backup schedule identifier across all locations and
    * databases for the given project.
@@ -132,16 +163,15 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -152,6 +182,8 @@ public java.lang.String getName() { public static final int CREATE_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp createTime_; /** + * + * *
    * Output only. The timestamp at which this backup schedule was created and
    * effective since.
@@ -159,7 +191,9 @@ public java.lang.String getName() {
    * No backups will be created for this schedule before this time.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the createTime field is set. */ @java.lang.Override @@ -167,6 +201,8 @@ public boolean hasCreateTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Output only. The timestamp at which this backup schedule was created and
    * effective since.
@@ -174,7 +210,9 @@ public boolean hasCreateTime() {
    * No backups will be created for this schedule before this time.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The createTime. */ @java.lang.Override @@ -182,6 +220,8 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** + * + * *
    * Output only. The timestamp at which this backup schedule was created and
    * effective since.
@@ -189,7 +229,8 @@ public com.google.protobuf.Timestamp getCreateTime() {
    * No backups will be created for this schedule before this time.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { @@ -199,13 +240,17 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int UPDATE_TIME_FIELD_NUMBER = 10; private com.google.protobuf.Timestamp updateTime_; /** + * + * *
    * Output only. The timestamp at which this backup schedule was most recently
    * updated. When a backup schedule is first created, this is the same as
    * create_time.
    * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ @java.lang.Override @@ -213,13 +258,17 @@ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * Output only. The timestamp at which this backup schedule was most recently
    * updated. When a backup schedule is first created, this is the same as
    * create_time.
    * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateTime. */ @java.lang.Override @@ -227,13 +276,16 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** + * + * *
    * Output only. The timestamp at which this backup schedule was most recently
    * updated. When a backup schedule is first created, this is the same as
    * create_time.
    * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { @@ -243,12 +295,15 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { public static final int RETENTION_FIELD_NUMBER = 6; private com.google.protobuf.Duration retention_; /** + * + * *
    * At what relative time in the future, compared to its creation time,
    * the backup should be deleted, e.g. keep backups for 7 days.
    * 
* * .google.protobuf.Duration retention = 6; + * * @return Whether the retention field is set. */ @java.lang.Override @@ -256,12 +311,15 @@ public boolean hasRetention() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * At what relative time in the future, compared to its creation time,
    * the backup should be deleted, e.g. keep backups for 7 days.
    * 
* * .google.protobuf.Duration retention = 6; + * * @return The retention. */ @java.lang.Override @@ -269,6 +327,8 @@ public com.google.protobuf.Duration getRetention() { return retention_ == null ? com.google.protobuf.Duration.getDefaultInstance() : retention_; } /** + * + * *
    * At what relative time in the future, compared to its creation time,
    * the backup should be deleted, e.g. keep backups for 7 days.
@@ -283,11 +343,14 @@ public com.google.protobuf.DurationOrBuilder getRetentionOrBuilder() {
 
   public static final int DAILY_RECURRENCE_FIELD_NUMBER = 7;
   /**
+   *
+   *
    * 
    * For a schedule that runs daily.
    * 
* * .google.firestore.admin.v1.DailyRecurrence daily_recurrence = 7; + * * @return Whether the dailyRecurrence field is set. */ @java.lang.Override @@ -295,21 +358,26 @@ public boolean hasDailyRecurrence() { return recurrenceCase_ == 7; } /** + * + * *
    * For a schedule that runs daily.
    * 
* * .google.firestore.admin.v1.DailyRecurrence daily_recurrence = 7; + * * @return The dailyRecurrence. */ @java.lang.Override public com.google.firestore.admin.v1.DailyRecurrence getDailyRecurrence() { if (recurrenceCase_ == 7) { - return (com.google.firestore.admin.v1.DailyRecurrence) recurrence_; + return (com.google.firestore.admin.v1.DailyRecurrence) recurrence_; } return com.google.firestore.admin.v1.DailyRecurrence.getDefaultInstance(); } /** + * + * *
    * For a schedule that runs daily.
    * 
@@ -319,18 +387,21 @@ public com.google.firestore.admin.v1.DailyRecurrence getDailyRecurrence() { @java.lang.Override public com.google.firestore.admin.v1.DailyRecurrenceOrBuilder getDailyRecurrenceOrBuilder() { if (recurrenceCase_ == 7) { - return (com.google.firestore.admin.v1.DailyRecurrence) recurrence_; + return (com.google.firestore.admin.v1.DailyRecurrence) recurrence_; } return com.google.firestore.admin.v1.DailyRecurrence.getDefaultInstance(); } public static final int WEEKLY_RECURRENCE_FIELD_NUMBER = 8; /** + * + * *
    * For a schedule that runs weekly on a specific day.
    * 
* * .google.firestore.admin.v1.WeeklyRecurrence weekly_recurrence = 8; + * * @return Whether the weeklyRecurrence field is set. */ @java.lang.Override @@ -338,21 +409,26 @@ public boolean hasWeeklyRecurrence() { return recurrenceCase_ == 8; } /** + * + * *
    * For a schedule that runs weekly on a specific day.
    * 
* * .google.firestore.admin.v1.WeeklyRecurrence weekly_recurrence = 8; + * * @return The weeklyRecurrence. */ @java.lang.Override public com.google.firestore.admin.v1.WeeklyRecurrence getWeeklyRecurrence() { if (recurrenceCase_ == 8) { - return (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_; + return (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_; } return com.google.firestore.admin.v1.WeeklyRecurrence.getDefaultInstance(); } /** + * + * *
    * For a schedule that runs weekly on a specific day.
    * 
@@ -362,12 +438,13 @@ public com.google.firestore.admin.v1.WeeklyRecurrence getWeeklyRecurrence() { @java.lang.Override public com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder getWeeklyRecurrenceOrBuilder() { if (recurrenceCase_ == 8) { - return (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_; + return (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_; } return com.google.firestore.admin.v1.WeeklyRecurrence.getDefaultInstance(); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -379,8 +456,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -412,24 +488,23 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(3, getCreateTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getCreateTime()); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(6, getRetention()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getRetention()); } if (recurrenceCase_ == 7) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(7, (com.google.firestore.admin.v1.DailyRecurrence) recurrence_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 7, (com.google.firestore.admin.v1.DailyRecurrence) recurrence_); } if (recurrenceCase_ == 8) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(8, (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 8, (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(10, getUpdateTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getUpdateTime()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -439,39 +514,34 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.BackupSchedule)) { return super.equals(obj); } - com.google.firestore.admin.v1.BackupSchedule other = (com.google.firestore.admin.v1.BackupSchedule) obj; + com.google.firestore.admin.v1.BackupSchedule other = + (com.google.firestore.admin.v1.BackupSchedule) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (hasCreateTime() != other.hasCreateTime()) return false; if (hasCreateTime()) { - if (!getCreateTime() - .equals(other.getCreateTime())) return false; + if (!getCreateTime().equals(other.getCreateTime())) return false; } if (hasUpdateTime() != other.hasUpdateTime()) return false; if (hasUpdateTime()) { - if (!getUpdateTime() - .equals(other.getUpdateTime())) return false; + if (!getUpdateTime().equals(other.getUpdateTime())) return false; } if (hasRetention() != other.hasRetention()) return false; if (hasRetention()) { - if (!getRetention() - .equals(other.getRetention())) return false; + if (!getRetention().equals(other.getRetention())) return false; } if (!getRecurrenceCase().equals(other.getRecurrenceCase())) return false; switch (recurrenceCase_) { case 7: - if (!getDailyRecurrence() - .equals(other.getDailyRecurrence())) return false; + if (!getDailyRecurrence().equals(other.getDailyRecurrence())) return false; break; case 8: - if (!getWeeklyRecurrence() - .equals(other.getWeeklyRecurrence())) return false; + if (!getWeeklyRecurrence().equals(other.getWeeklyRecurrence())) return false; break; case 0: default: @@ -518,99 +588,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.BackupSchedule parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.BackupSchedule parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.BackupSchedule parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.BackupSchedule parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.BackupSchedule parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.BackupSchedule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.BackupSchedule parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.BackupSchedule parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.BackupSchedule parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.BackupSchedule parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.BackupSchedule parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.BackupSchedule parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.BackupSchedule parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.BackupSchedule parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.BackupSchedule prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A backup schedule for a Cloud Firestore Database.
    *
@@ -620,21 +695,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.BackupSchedule}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.BackupSchedule)
       com.google.firestore.admin.v1.BackupScheduleOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_BackupSchedule_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.ScheduleProto
+          .internal_static_google_firestore_admin_v1_BackupSchedule_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable
+      return com.google.firestore.admin.v1.ScheduleProto
+          .internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.BackupSchedule.class, com.google.firestore.admin.v1.BackupSchedule.Builder.class);
+              com.google.firestore.admin.v1.BackupSchedule.class,
+              com.google.firestore.admin.v1.BackupSchedule.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.BackupSchedule.newBuilder()
@@ -642,19 +719,19 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getCreateTimeFieldBuilder();
         getUpdateTimeFieldBuilder();
         getRetentionFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -687,9 +764,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_BackupSchedule_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.ScheduleProto
+          .internal_static_google_firestore_admin_v1_BackupSchedule_descriptor;
     }
 
     @java.lang.Override
@@ -708,8 +785,11 @@ public com.google.firestore.admin.v1.BackupSchedule build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.BackupSchedule buildPartial() {
-      com.google.firestore.admin.v1.BackupSchedule result = new com.google.firestore.admin.v1.BackupSchedule(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.BackupSchedule result =
+          new com.google.firestore.admin.v1.BackupSchedule(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -722,21 +802,15 @@ private void buildPartial0(com.google.firestore.admin.v1.BackupSchedule result)
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.createTime_ = createTimeBuilder_ == null
-            ? createTime_
-            : createTimeBuilder_.build();
+        result.createTime_ = createTimeBuilder_ == null ? createTime_ : createTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.updateTime_ = updateTimeBuilder_ == null
-            ? updateTime_
-            : updateTimeBuilder_.build();
+        result.updateTime_ = updateTimeBuilder_ == null ? updateTime_ : updateTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.retention_ = retentionBuilder_ == null
-            ? retention_
-            : retentionBuilder_.build();
+        result.retention_ = retentionBuilder_ == null ? retention_ : retentionBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       result.bitField0_ |= to_bitField0_;
@@ -745,12 +819,10 @@ private void buildPartial0(com.google.firestore.admin.v1.BackupSchedule result)
     private void buildPartialOneofs(com.google.firestore.admin.v1.BackupSchedule result) {
       result.recurrenceCase_ = recurrenceCase_;
       result.recurrence_ = this.recurrence_;
-      if (recurrenceCase_ == 7 &&
-          dailyRecurrenceBuilder_ != null) {
+      if (recurrenceCase_ == 7 && dailyRecurrenceBuilder_ != null) {
         result.recurrence_ = dailyRecurrenceBuilder_.build();
       }
-      if (recurrenceCase_ == 8 &&
-          weeklyRecurrenceBuilder_ != null) {
+      if (recurrenceCase_ == 8 && weeklyRecurrenceBuilder_ != null) {
         result.recurrence_ = weeklyRecurrenceBuilder_.build();
       }
     }
@@ -759,38 +831,39 @@ private void buildPartialOneofs(com.google.firestore.admin.v1.BackupSchedule res
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.BackupSchedule) {
-        return mergeFrom((com.google.firestore.admin.v1.BackupSchedule)other);
+        return mergeFrom((com.google.firestore.admin.v1.BackupSchedule) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -814,17 +887,20 @@ public Builder mergeFrom(com.google.firestore.admin.v1.BackupSchedule other) {
         mergeRetention(other.getRetention());
       }
       switch (other.getRecurrenceCase()) {
-        case DAILY_RECURRENCE: {
-          mergeDailyRecurrence(other.getDailyRecurrence());
-          break;
-        }
-        case WEEKLY_RECURRENCE: {
-          mergeWeeklyRecurrence(other.getWeeklyRecurrence());
-          break;
-        }
-        case RECURRENCE_NOT_SET: {
-          break;
-        }
+        case DAILY_RECURRENCE:
+          {
+            mergeDailyRecurrence(other.getDailyRecurrence());
+            break;
+          }
+        case WEEKLY_RECURRENCE:
+          {
+            mergeWeeklyRecurrence(other.getWeeklyRecurrence());
+            break;
+          }
+        case RECURRENCE_NOT_SET:
+          {
+            break;
+          }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -852,52 +928,50 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 26: {
-              input.readMessage(
-                  getCreateTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 26
-            case 50: {
-              input.readMessage(
-                  getRetentionFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 50
-            case 58: {
-              input.readMessage(
-                  getDailyRecurrenceFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              recurrenceCase_ = 7;
-              break;
-            } // case 58
-            case 66: {
-              input.readMessage(
-                  getWeeklyRecurrenceFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              recurrenceCase_ = 8;
-              break;
-            } // case 66
-            case 82: {
-              input.readMessage(
-                  getUpdateTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 82
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 26:
+              {
+                input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 26
+            case 50:
+              {
+                input.readMessage(getRetentionFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 50
+            case 58:
+              {
+                input.readMessage(getDailyRecurrenceFieldBuilder().getBuilder(), extensionRegistry);
+                recurrenceCase_ = 7;
+                break;
+              } // case 58
+            case 66:
+              {
+                input.readMessage(
+                    getWeeklyRecurrenceFieldBuilder().getBuilder(), extensionRegistry);
+                recurrenceCase_ = 8;
+                break;
+              } // case 66
+            case 82:
+              {
+                input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 82
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -907,12 +981,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int recurrenceCase_ = 0;
     private java.lang.Object recurrence_;
-    public RecurrenceCase
-        getRecurrenceCase() {
-      return RecurrenceCase.forNumber(
-          recurrenceCase_);
+
+    public RecurrenceCase getRecurrenceCase() {
+      return RecurrenceCase.forNumber(recurrenceCase_);
     }
 
     public Builder clearRecurrence() {
@@ -926,6 +1000,8 @@ public Builder clearRecurrence() {
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Output only. The unique backup schedule identifier across all locations and
      * databases for the given project.
@@ -937,13 +1013,13 @@ public Builder clearRecurrence() {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -952,6 +1028,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Output only. The unique backup schedule identifier across all locations and
      * databases for the given project.
@@ -963,15 +1041,14 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -979,6 +1056,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Output only. The unique backup schedule identifier across all locations and
      * databases for the given project.
@@ -990,18 +1069,22 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Output only. The unique backup schedule identifier across all locations and
      * databases for the given project.
@@ -1013,6 +1096,7 @@ public Builder setName(
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearName() { @@ -1022,6 +1106,8 @@ public Builder clearName() { return this; } /** + * + * *
      * Output only. The unique backup schedule identifier across all locations and
      * databases for the given project.
@@ -1033,12 +1119,14 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -1048,8 +1136,13 @@ public Builder setNameBytes( private com.google.protobuf.Timestamp createTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + createTimeBuilder_; /** + * + * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1057,13 +1150,18 @@ public Builder setNameBytes(
      * No backups will be created for this schedule before this time.
      * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1071,17 +1169,24 @@ public boolean hasCreateTime() {
      * No backups will be created for this schedule before this time.
      * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { - return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; + return createTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** + * + * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1089,7 +1194,9 @@ public com.google.protobuf.Timestamp getCreateTime() {
      * No backups will be created for this schedule before this time.
      * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { @@ -1105,6 +1212,8 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1112,10 +1221,11 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) {
      * No backups will be created for this schedule before this time.
      * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ - public Builder setCreateTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (createTimeBuilder_ == null) { createTime_ = builderForValue.build(); } else { @@ -1126,6 +1236,8 @@ public Builder setCreateTime( return this; } /** + * + * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1133,13 +1245,15 @@ public Builder setCreateTime(
      * No backups will be created for this schedule before this time.
      * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) && - createTime_ != null && - createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) + && createTime_ != null + && createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getCreateTimeBuilder().mergeFrom(value); } else { createTime_ = value; @@ -1154,6 +1268,8 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1161,7 +1277,9 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) {
      * No backups will be created for this schedule before this time.
      * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearCreateTime() { bitField0_ = (bitField0_ & ~0x00000002); @@ -1174,6 +1292,8 @@ public Builder clearCreateTime() { return this; } /** + * + * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1181,7 +1301,9 @@ public Builder clearCreateTime() {
      * No backups will be created for this schedule before this time.
      * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { bitField0_ |= 0x00000002; @@ -1189,6 +1311,8 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { return getCreateTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1196,17 +1320,22 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() {
      * No backups will be created for this schedule before this time.
      * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { if (createTimeBuilder_ != null) { return createTimeBuilder_.getMessageOrBuilder(); } else { - return createTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; + return createTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : createTime_; } } /** + * + * *
      * Output only. The timestamp at which this backup schedule was created and
      * effective since.
@@ -1214,17 +1343,22 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
      * No backups will be created for this schedule before this time.
      * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getCreateTimeFieldBuilder() { if (createTimeBuilder_ == null) { - createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getCreateTime(), - getParentForChildren(), - isClean()); + createTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getCreateTime(), getParentForChildren(), isClean()); createTime_ = null; } return createTimeBuilder_; @@ -1232,45 +1366,64 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { private com.google.protobuf.Timestamp updateTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + updateTimeBuilder_; /** + * + * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateTime. */ public com.google.protobuf.Timestamp getUpdateTime() { if (updateTimeBuilder_ == null) { - return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; + return updateTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : updateTime_; } else { return updateTimeBuilder_.getMessage(); } } /** + * + * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { @@ -1286,16 +1439,19 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ - public Builder setUpdateTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (updateTimeBuilder_ == null) { updateTime_ = builderForValue.build(); } else { @@ -1306,19 +1462,23 @@ public Builder setUpdateTime( return this; } /** + * + * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { - if (((bitField0_ & 0x00000004) != 0) && - updateTime_ != null && - updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000004) != 0) + && updateTime_ != null + && updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getUpdateTimeBuilder().mergeFrom(value); } else { updateTime_ = value; @@ -1333,13 +1493,17 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearUpdateTime() { bitField0_ = (bitField0_ & ~0x00000004); @@ -1352,13 +1516,17 @@ public Builder clearUpdateTime() { return this; } /** + * + * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { bitField0_ |= 0x00000004; @@ -1366,40 +1534,52 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { return getUpdateTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { if (updateTimeBuilder_ != null) { return updateTimeBuilder_.getMessageOrBuilder(); } else { - return updateTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; + return updateTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : updateTime_; } } /** + * + * *
      * Output only. The timestamp at which this backup schedule was most recently
      * updated. When a backup schedule is first created, this is the same as
      * create_time.
      * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getUpdateTimeFieldBuilder() { if (updateTimeBuilder_ == null) { - updateTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getUpdateTime(), - getParentForChildren(), - isClean()); + updateTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getUpdateTime(), getParentForChildren(), isClean()); updateTime_ = null; } return updateTimeBuilder_; @@ -1407,26 +1587,35 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { private com.google.protobuf.Duration retention_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> retentionBuilder_; + com.google.protobuf.Duration, + com.google.protobuf.Duration.Builder, + com.google.protobuf.DurationOrBuilder> + retentionBuilder_; /** + * + * *
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
      * 
* * .google.protobuf.Duration retention = 6; + * * @return Whether the retention field is set. */ public boolean hasRetention() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
      * 
* * .google.protobuf.Duration retention = 6; + * * @return The retention. */ public com.google.protobuf.Duration getRetention() { @@ -1437,6 +1626,8 @@ public com.google.protobuf.Duration getRetention() { } } /** + * + * *
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
@@ -1458,6 +1649,8 @@ public Builder setRetention(com.google.protobuf.Duration value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
@@ -1465,8 +1658,7 @@ public Builder setRetention(com.google.protobuf.Duration value) {
      *
      * .google.protobuf.Duration retention = 6;
      */
-    public Builder setRetention(
-        com.google.protobuf.Duration.Builder builderForValue) {
+    public Builder setRetention(com.google.protobuf.Duration.Builder builderForValue) {
       if (retentionBuilder_ == null) {
         retention_ = builderForValue.build();
       } else {
@@ -1477,6 +1669,8 @@ public Builder setRetention(
       return this;
     }
     /**
+     *
+     *
      * 
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
@@ -1486,9 +1680,9 @@ public Builder setRetention(
      */
     public Builder mergeRetention(com.google.protobuf.Duration value) {
       if (retentionBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0) &&
-          retention_ != null &&
-          retention_ != com.google.protobuf.Duration.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0)
+            && retention_ != null
+            && retention_ != com.google.protobuf.Duration.getDefaultInstance()) {
           getRetentionBuilder().mergeFrom(value);
         } else {
           retention_ = value;
@@ -1503,6 +1697,8 @@ public Builder mergeRetention(com.google.protobuf.Duration value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
@@ -1521,6 +1717,8 @@ public Builder clearRetention() {
       return this;
     }
     /**
+     *
+     *
      * 
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
@@ -1534,6 +1732,8 @@ public com.google.protobuf.Duration.Builder getRetentionBuilder() {
       return getRetentionFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
@@ -1545,11 +1745,12 @@ public com.google.protobuf.DurationOrBuilder getRetentionOrBuilder() {
       if (retentionBuilder_ != null) {
         return retentionBuilder_.getMessageOrBuilder();
       } else {
-        return retention_ == null ?
-            com.google.protobuf.Duration.getDefaultInstance() : retention_;
+        return retention_ == null ? com.google.protobuf.Duration.getDefaultInstance() : retention_;
       }
     }
     /**
+     *
+     *
      * 
      * At what relative time in the future, compared to its creation time,
      * the backup should be deleted, e.g. keep backups for 7 days.
@@ -1558,27 +1759,36 @@ public com.google.protobuf.DurationOrBuilder getRetentionOrBuilder() {
      * .google.protobuf.Duration retention = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> 
+            com.google.protobuf.Duration,
+            com.google.protobuf.Duration.Builder,
+            com.google.protobuf.DurationOrBuilder>
         getRetentionFieldBuilder() {
       if (retentionBuilder_ == null) {
-        retentionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>(
-                getRetention(),
-                getParentForChildren(),
-                isClean());
+        retentionBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Duration,
+                com.google.protobuf.Duration.Builder,
+                com.google.protobuf.DurationOrBuilder>(
+                getRetention(), getParentForChildren(), isClean());
         retention_ = null;
       }
       return retentionBuilder_;
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.admin.v1.DailyRecurrence, com.google.firestore.admin.v1.DailyRecurrence.Builder, com.google.firestore.admin.v1.DailyRecurrenceOrBuilder> dailyRecurrenceBuilder_;
+            com.google.firestore.admin.v1.DailyRecurrence,
+            com.google.firestore.admin.v1.DailyRecurrence.Builder,
+            com.google.firestore.admin.v1.DailyRecurrenceOrBuilder>
+        dailyRecurrenceBuilder_;
     /**
+     *
+     *
      * 
      * For a schedule that runs daily.
      * 
* * .google.firestore.admin.v1.DailyRecurrence daily_recurrence = 7; + * * @return Whether the dailyRecurrence field is set. */ @java.lang.Override @@ -1586,11 +1796,14 @@ public boolean hasDailyRecurrence() { return recurrenceCase_ == 7; } /** + * + * *
      * For a schedule that runs daily.
      * 
* * .google.firestore.admin.v1.DailyRecurrence daily_recurrence = 7; + * * @return The dailyRecurrence. */ @java.lang.Override @@ -1608,6 +1821,8 @@ public com.google.firestore.admin.v1.DailyRecurrence getDailyRecurrence() { } } /** + * + * *
      * For a schedule that runs daily.
      * 
@@ -1628,6 +1843,8 @@ public Builder setDailyRecurrence(com.google.firestore.admin.v1.DailyRecurrence return this; } /** + * + * *
      * For a schedule that runs daily.
      * 
@@ -1646,6 +1863,8 @@ public Builder setDailyRecurrence( return this; } /** + * + * *
      * For a schedule that runs daily.
      * 
@@ -1654,10 +1873,13 @@ public Builder setDailyRecurrence( */ public Builder mergeDailyRecurrence(com.google.firestore.admin.v1.DailyRecurrence value) { if (dailyRecurrenceBuilder_ == null) { - if (recurrenceCase_ == 7 && - recurrence_ != com.google.firestore.admin.v1.DailyRecurrence.getDefaultInstance()) { - recurrence_ = com.google.firestore.admin.v1.DailyRecurrence.newBuilder((com.google.firestore.admin.v1.DailyRecurrence) recurrence_) - .mergeFrom(value).buildPartial(); + if (recurrenceCase_ == 7 + && recurrence_ != com.google.firestore.admin.v1.DailyRecurrence.getDefaultInstance()) { + recurrence_ = + com.google.firestore.admin.v1.DailyRecurrence.newBuilder( + (com.google.firestore.admin.v1.DailyRecurrence) recurrence_) + .mergeFrom(value) + .buildPartial(); } else { recurrence_ = value; } @@ -1673,6 +1895,8 @@ public Builder mergeDailyRecurrence(com.google.firestore.admin.v1.DailyRecurrenc return this; } /** + * + * *
      * For a schedule that runs daily.
      * 
@@ -1696,6 +1920,8 @@ public Builder clearDailyRecurrence() { return this; } /** + * + * *
      * For a schedule that runs daily.
      * 
@@ -1706,6 +1932,8 @@ public com.google.firestore.admin.v1.DailyRecurrence.Builder getDailyRecurrenceB return getDailyRecurrenceFieldBuilder().getBuilder(); } /** + * + * *
      * For a schedule that runs daily.
      * 
@@ -1724,6 +1952,8 @@ public com.google.firestore.admin.v1.DailyRecurrenceOrBuilder getDailyRecurrence } } /** + * + * *
      * For a schedule that runs daily.
      * 
@@ -1731,14 +1961,19 @@ public com.google.firestore.admin.v1.DailyRecurrenceOrBuilder getDailyRecurrence * .google.firestore.admin.v1.DailyRecurrence daily_recurrence = 7; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.DailyRecurrence, com.google.firestore.admin.v1.DailyRecurrence.Builder, com.google.firestore.admin.v1.DailyRecurrenceOrBuilder> + com.google.firestore.admin.v1.DailyRecurrence, + com.google.firestore.admin.v1.DailyRecurrence.Builder, + com.google.firestore.admin.v1.DailyRecurrenceOrBuilder> getDailyRecurrenceFieldBuilder() { if (dailyRecurrenceBuilder_ == null) { if (!(recurrenceCase_ == 7)) { recurrence_ = com.google.firestore.admin.v1.DailyRecurrence.getDefaultInstance(); } - dailyRecurrenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.DailyRecurrence, com.google.firestore.admin.v1.DailyRecurrence.Builder, com.google.firestore.admin.v1.DailyRecurrenceOrBuilder>( + dailyRecurrenceBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.DailyRecurrence, + com.google.firestore.admin.v1.DailyRecurrence.Builder, + com.google.firestore.admin.v1.DailyRecurrenceOrBuilder>( (com.google.firestore.admin.v1.DailyRecurrence) recurrence_, getParentForChildren(), isClean()); @@ -1750,13 +1985,19 @@ public com.google.firestore.admin.v1.DailyRecurrenceOrBuilder getDailyRecurrence } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.WeeklyRecurrence, com.google.firestore.admin.v1.WeeklyRecurrence.Builder, com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder> weeklyRecurrenceBuilder_; + com.google.firestore.admin.v1.WeeklyRecurrence, + com.google.firestore.admin.v1.WeeklyRecurrence.Builder, + com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder> + weeklyRecurrenceBuilder_; /** + * + * *
      * For a schedule that runs weekly on a specific day.
      * 
* * .google.firestore.admin.v1.WeeklyRecurrence weekly_recurrence = 8; + * * @return Whether the weeklyRecurrence field is set. */ @java.lang.Override @@ -1764,11 +2005,14 @@ public boolean hasWeeklyRecurrence() { return recurrenceCase_ == 8; } /** + * + * *
      * For a schedule that runs weekly on a specific day.
      * 
* * .google.firestore.admin.v1.WeeklyRecurrence weekly_recurrence = 8; + * * @return The weeklyRecurrence. */ @java.lang.Override @@ -1786,6 +2030,8 @@ public com.google.firestore.admin.v1.WeeklyRecurrence getWeeklyRecurrence() { } } /** + * + * *
      * For a schedule that runs weekly on a specific day.
      * 
@@ -1806,6 +2052,8 @@ public Builder setWeeklyRecurrence(com.google.firestore.admin.v1.WeeklyRecurrenc return this; } /** + * + * *
      * For a schedule that runs weekly on a specific day.
      * 
@@ -1824,6 +2072,8 @@ public Builder setWeeklyRecurrence( return this; } /** + * + * *
      * For a schedule that runs weekly on a specific day.
      * 
@@ -1832,10 +2082,13 @@ public Builder setWeeklyRecurrence( */ public Builder mergeWeeklyRecurrence(com.google.firestore.admin.v1.WeeklyRecurrence value) { if (weeklyRecurrenceBuilder_ == null) { - if (recurrenceCase_ == 8 && - recurrence_ != com.google.firestore.admin.v1.WeeklyRecurrence.getDefaultInstance()) { - recurrence_ = com.google.firestore.admin.v1.WeeklyRecurrence.newBuilder((com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_) - .mergeFrom(value).buildPartial(); + if (recurrenceCase_ == 8 + && recurrence_ != com.google.firestore.admin.v1.WeeklyRecurrence.getDefaultInstance()) { + recurrence_ = + com.google.firestore.admin.v1.WeeklyRecurrence.newBuilder( + (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_) + .mergeFrom(value) + .buildPartial(); } else { recurrence_ = value; } @@ -1851,6 +2104,8 @@ public Builder mergeWeeklyRecurrence(com.google.firestore.admin.v1.WeeklyRecurre return this; } /** + * + * *
      * For a schedule that runs weekly on a specific day.
      * 
@@ -1874,6 +2129,8 @@ public Builder clearWeeklyRecurrence() { return this; } /** + * + * *
      * For a schedule that runs weekly on a specific day.
      * 
@@ -1884,6 +2141,8 @@ public com.google.firestore.admin.v1.WeeklyRecurrence.Builder getWeeklyRecurrenc return getWeeklyRecurrenceFieldBuilder().getBuilder(); } /** + * + * *
      * For a schedule that runs weekly on a specific day.
      * 
@@ -1902,6 +2161,8 @@ public com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder getWeeklyRecurren } } /** + * + * *
      * For a schedule that runs weekly on a specific day.
      * 
@@ -1909,14 +2170,19 @@ public com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder getWeeklyRecurren * .google.firestore.admin.v1.WeeklyRecurrence weekly_recurrence = 8; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.WeeklyRecurrence, com.google.firestore.admin.v1.WeeklyRecurrence.Builder, com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder> + com.google.firestore.admin.v1.WeeklyRecurrence, + com.google.firestore.admin.v1.WeeklyRecurrence.Builder, + com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder> getWeeklyRecurrenceFieldBuilder() { if (weeklyRecurrenceBuilder_ == null) { if (!(recurrenceCase_ == 8)) { recurrence_ = com.google.firestore.admin.v1.WeeklyRecurrence.getDefaultInstance(); } - weeklyRecurrenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.WeeklyRecurrence, com.google.firestore.admin.v1.WeeklyRecurrence.Builder, com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder>( + weeklyRecurrenceBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.WeeklyRecurrence, + com.google.firestore.admin.v1.WeeklyRecurrence.Builder, + com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder>( (com.google.firestore.admin.v1.WeeklyRecurrence) recurrence_, getParentForChildren(), isClean()); @@ -1926,9 +2192,9 @@ public com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder getWeeklyRecurren onChanged(); return weeklyRecurrenceBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1938,12 +2204,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.BackupSchedule) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.BackupSchedule) private static final com.google.firestore.admin.v1.BackupSchedule DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.BackupSchedule(); } @@ -1952,27 +2218,27 @@ public static com.google.firestore.admin.v1.BackupSchedule getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BackupSchedule parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BackupSchedule parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1987,6 +2253,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.BackupSchedule getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleName.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleName.java similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleName.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleName.java diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleOrBuilder.java similarity index 82% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleOrBuilder.java index 3b76d154a..723400cee 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BackupScheduleOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/schedule.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface BackupScheduleOrBuilder extends +public interface BackupScheduleOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.BackupSchedule) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Output only. The unique backup schedule identifier across all locations and
    * databases for the given project.
@@ -20,10 +38,13 @@ public interface BackupScheduleOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Output only. The unique backup schedule identifier across all locations and
    * databases for the given project.
@@ -35,12 +56,14 @@ public interface BackupScheduleOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * Output only. The timestamp at which this backup schedule was created and
    * effective since.
@@ -48,11 +71,15 @@ public interface BackupScheduleOrBuilder extends
    * No backups will be created for this schedule before this time.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** + * + * *
    * Output only. The timestamp at which this backup schedule was created and
    * effective since.
@@ -60,11 +87,15 @@ public interface BackupScheduleOrBuilder extends
    * No backups will be created for this schedule before this time.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** + * + * *
    * Output only. The timestamp at which this backup schedule was created and
    * effective since.
@@ -72,64 +103,84 @@ public interface BackupScheduleOrBuilder extends
    * No backups will be created for this schedule before this time.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** + * + * *
    * Output only. The timestamp at which this backup schedule was most recently
    * updated. When a backup schedule is first created, this is the same as
    * create_time.
    * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** + * + * *
    * Output only. The timestamp at which this backup schedule was most recently
    * updated. When a backup schedule is first created, this is the same as
    * create_time.
    * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** + * + * *
    * Output only. The timestamp at which this backup schedule was most recently
    * updated. When a backup schedule is first created, this is the same as
    * create_time.
    * 
* - * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** + * + * *
    * At what relative time in the future, compared to its creation time,
    * the backup should be deleted, e.g. keep backups for 7 days.
    * 
* * .google.protobuf.Duration retention = 6; + * * @return Whether the retention field is set. */ boolean hasRetention(); /** + * + * *
    * At what relative time in the future, compared to its creation time,
    * the backup should be deleted, e.g. keep backups for 7 days.
    * 
* * .google.protobuf.Duration retention = 6; + * * @return The retention. */ com.google.protobuf.Duration getRetention(); /** + * + * *
    * At what relative time in the future, compared to its creation time,
    * the backup should be deleted, e.g. keep backups for 7 days.
@@ -140,24 +191,32 @@ public interface BackupScheduleOrBuilder extends
   com.google.protobuf.DurationOrBuilder getRetentionOrBuilder();
 
   /**
+   *
+   *
    * 
    * For a schedule that runs daily.
    * 
* * .google.firestore.admin.v1.DailyRecurrence daily_recurrence = 7; + * * @return Whether the dailyRecurrence field is set. */ boolean hasDailyRecurrence(); /** + * + * *
    * For a schedule that runs daily.
    * 
* * .google.firestore.admin.v1.DailyRecurrence daily_recurrence = 7; + * * @return The dailyRecurrence. */ com.google.firestore.admin.v1.DailyRecurrence getDailyRecurrence(); /** + * + * *
    * For a schedule that runs daily.
    * 
@@ -167,24 +226,32 @@ public interface BackupScheduleOrBuilder extends com.google.firestore.admin.v1.DailyRecurrenceOrBuilder getDailyRecurrenceOrBuilder(); /** + * + * *
    * For a schedule that runs weekly on a specific day.
    * 
* * .google.firestore.admin.v1.WeeklyRecurrence weekly_recurrence = 8; + * * @return Whether the weeklyRecurrence field is set. */ boolean hasWeeklyRecurrence(); /** + * + * *
    * For a schedule that runs weekly on a specific day.
    * 
* * .google.firestore.admin.v1.WeeklyRecurrence weekly_recurrence = 8; + * * @return The weeklyRecurrence. */ com.google.firestore.admin.v1.WeeklyRecurrence getWeeklyRecurrence(); /** + * + * *
    * For a schedule that runs weekly on a specific day.
    * 
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadata.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadata.java similarity index 73% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadata.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadata.java index 4a71f192e..b92e2dca5 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadata.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadata.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
  * results from
@@ -13,52 +30,55 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.BulkDeleteDocumentsMetadata}
  */
-public final class BulkDeleteDocumentsMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class BulkDeleteDocumentsMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.BulkDeleteDocumentsMetadata)
     BulkDeleteDocumentsMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use BulkDeleteDocumentsMetadata.newBuilder() to construct.
   private BulkDeleteDocumentsMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private BulkDeleteDocumentsMetadata() {
     operationState_ = 0;
-    collectionIds_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
-    namespaceIds_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
+    collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+    namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new BulkDeleteDocumentsMetadata();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.class, com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.Builder.class);
+            com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.class,
+            com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.Builder.class);
   }
 
   private int bitField0_;
   public static final int START_TIME_FIELD_NUMBER = 1;
   private com.google.protobuf.Timestamp startTime_;
   /**
+   *
+   *
    * 
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ @java.lang.Override @@ -66,11 +86,14 @@ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ @java.lang.Override @@ -78,6 +101,8 @@ public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } /** + * + * *
    * The time this operation started.
    * 
@@ -92,12 +117,15 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp endTime_; /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ @java.lang.Override @@ -105,12 +133,15 @@ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ @java.lang.Override @@ -118,6 +149,8 @@ public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -133,37 +166,49 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
   public static final int OPERATION_STATE_FIELD_NUMBER = 3;
   private int operationState_ = 0;
   /**
+   *
+   *
    * 
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The enum numeric value on the wire for operationState. */ - @java.lang.Override public int getOperationStateValue() { + @java.lang.Override + public int getOperationStateValue() { return operationState_; } /** + * + * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The operationState. */ - @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { - com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + @java.lang.Override + public com.google.firestore.admin.v1.OperationState getOperationState() { + com.google.firestore.admin.v1.OperationState result = + com.google.firestore.admin.v1.OperationState.forNumber(operationState_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } public static final int PROGRESS_DOCUMENTS_FIELD_NUMBER = 4; private com.google.firestore.admin.v1.Progress progressDocuments_; /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return Whether the progressDocuments field is set. */ @java.lang.Override @@ -171,18 +216,25 @@ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return The progressDocuments. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressDocuments() { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } /** + * + * *
    * The progress, in documents, of this operation.
    * 
@@ -191,17 +243,22 @@ public com.google.firestore.admin.v1.Progress getProgressDocuments() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder() { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } public static final int PROGRESS_BYTES_FIELD_NUMBER = 5; private com.google.firestore.admin.v1.Progress progressBytes_; /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return Whether the progressBytes field is set. */ @java.lang.Override @@ -209,18 +266,25 @@ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return The progressBytes. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressBytes() { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } /** + * + * *
    * The progress, in bytes, of this operation.
    * 
@@ -229,42 +293,53 @@ public com.google.firestore.admin.v1.Progress getProgressBytes() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder() { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } public static final int COLLECTION_IDS_FIELD_NUMBER = 6; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * The ids of the collection groups that are being deleted.
    * 
* * repeated string collection_ids = 6; + * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList - getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList getCollectionIdsList() { return collectionIds_; } /** + * + * *
    * The ids of the collection groups that are being deleted.
    * 
* * repeated string collection_ids = 6; + * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** + * + * *
    * The ids of the collection groups that are being deleted.
    * 
* * repeated string collection_ids = 6; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -272,52 +347,63 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** + * + * *
    * The ids of the collection groups that are being deleted.
    * 
* * repeated string collection_ids = 6; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString - getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } public static final int NAMESPACE_IDS_FIELD_NUMBER = 7; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * Which namespace ids are being deleted.
    * 
* * repeated string namespace_ids = 7; + * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList - getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { return namespaceIds_; } /** + * + * *
    * Which namespace ids are being deleted.
    * 
* * repeated string namespace_ids = 7; + * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** + * + * *
    * Which namespace ids are being deleted.
    * 
* * repeated string namespace_ids = 7; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -325,22 +411,26 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** + * + * *
    * Which namespace ids are being deleted.
    * 
* * repeated string namespace_ids = 7; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString - getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } public static final int SNAPSHOT_TIME_FIELD_NUMBER = 8; private com.google.protobuf.Timestamp snapshotTime_; /** + * + * *
    * The timestamp that corresponds to the version of the database that is being
    * read to get the list of documents to delete. This time can also be used as
@@ -349,6 +439,7 @@ public java.lang.String getNamespaceIds(int index) {
    * 
* * .google.protobuf.Timestamp snapshot_time = 8; + * * @return Whether the snapshotTime field is set. */ @java.lang.Override @@ -356,6 +447,8 @@ public boolean hasSnapshotTime() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
    * The timestamp that corresponds to the version of the database that is being
    * read to get the list of documents to delete. This time can also be used as
@@ -364,13 +457,18 @@ public boolean hasSnapshotTime() {
    * 
* * .google.protobuf.Timestamp snapshot_time = 8; + * * @return The snapshotTime. */ @java.lang.Override public com.google.protobuf.Timestamp getSnapshotTime() { - return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; + return snapshotTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : snapshotTime_; } /** + * + * *
    * The timestamp that corresponds to the version of the database that is being
    * read to get the list of documents to delete. This time can also be used as
@@ -382,10 +480,13 @@ public com.google.protobuf.Timestamp getSnapshotTime() {
    */
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
-    return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_;
+    return snapshotTime_ == null
+        ? com.google.protobuf.Timestamp.getDefaultInstance()
+        : snapshotTime_;
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -397,15 +498,15 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getStartTime());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
       output.writeMessage(2, getEndTime());
     }
-    if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) {
+    if (operationState_
+        != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) {
       output.writeEnum(3, operationState_);
     }
     if (((bitField0_ & 0x00000004) != 0)) {
@@ -433,24 +534,20 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, getStartTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getStartTime());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, getEndTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEndTime());
     }
-    if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeEnumSize(3, operationState_);
+    if (operationState_
+        != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) {
+      size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, operationState_);
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(4, getProgressDocuments());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getProgressDocuments());
     }
     if (((bitField0_ & 0x00000008) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(5, getProgressBytes());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getProgressBytes());
     }
     {
       int dataSize = 0;
@@ -469,8 +566,7 @@ public int getSerializedSize() {
       size += 1 * getNamespaceIdsList().size();
     }
     if (((bitField0_ & 0x00000010) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(8, getSnapshotTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, getSnapshotTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -480,42 +576,36 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata)) {
       return super.equals(obj);
     }
-    com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata other = (com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata) obj;
+    com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata other =
+        (com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata) obj;
 
     if (hasStartTime() != other.hasStartTime()) return false;
     if (hasStartTime()) {
-      if (!getStartTime()
-          .equals(other.getStartTime())) return false;
+      if (!getStartTime().equals(other.getStartTime())) return false;
     }
     if (hasEndTime() != other.hasEndTime()) return false;
     if (hasEndTime()) {
-      if (!getEndTime()
-          .equals(other.getEndTime())) return false;
+      if (!getEndTime().equals(other.getEndTime())) return false;
     }
     if (operationState_ != other.operationState_) return false;
     if (hasProgressDocuments() != other.hasProgressDocuments()) return false;
     if (hasProgressDocuments()) {
-      if (!getProgressDocuments()
-          .equals(other.getProgressDocuments())) return false;
+      if (!getProgressDocuments().equals(other.getProgressDocuments())) return false;
     }
     if (hasProgressBytes() != other.hasProgressBytes()) return false;
     if (hasProgressBytes()) {
-      if (!getProgressBytes()
-          .equals(other.getProgressBytes())) return false;
+      if (!getProgressBytes().equals(other.getProgressBytes())) return false;
     }
-    if (!getCollectionIdsList()
-        .equals(other.getCollectionIdsList())) return false;
-    if (!getNamespaceIdsList()
-        .equals(other.getNamespaceIdsList())) return false;
+    if (!getCollectionIdsList().equals(other.getCollectionIdsList())) return false;
+    if (!getNamespaceIdsList().equals(other.getNamespaceIdsList())) return false;
     if (hasSnapshotTime() != other.hasSnapshotTime()) return false;
     if (hasSnapshotTime()) {
-      if (!getSnapshotTime()
-          .equals(other.getSnapshotTime())) return false;
+      if (!getSnapshotTime().equals(other.getSnapshotTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -564,98 +654,104 @@ public int hashCode() {
   }
 
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-  public static Builder newBuilder(com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata prototype) {
+
+  public static Builder newBuilder(
+      com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
    * results from
@@ -664,21 +760,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.BulkDeleteDocumentsMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.BulkDeleteDocumentsMetadata)
       com.google.firestore.admin.v1.BulkDeleteDocumentsMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.class, com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.Builder.class);
+              com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.class,
+              com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.newBuilder()
@@ -686,14 +784,13 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getStartTimeFieldBuilder();
         getEndTimeFieldBuilder();
         getProgressDocumentsFieldBuilder();
@@ -701,6 +798,7 @@ private void maybeForceBuilderInitialization() {
         getSnapshotTimeFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -726,10 +824,8 @@ public Builder clear() {
         progressBytesBuilder_.dispose();
         progressBytesBuilder_ = null;
       }
-      collectionIds_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
-      namespaceIds_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
+      collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+      namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
       snapshotTime_ = null;
       if (snapshotTimeBuilder_ != null) {
         snapshotTimeBuilder_.dispose();
@@ -739,9 +835,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -760,8 +856,11 @@ public com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata buildPartial() {
-      com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata result = new com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata result =
+          new com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -770,30 +869,26 @@ private void buildPartial0(com.google.firestore.admin.v1.BulkDeleteDocumentsMeta
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.startTime_ = startTimeBuilder_ == null
-            ? startTime_
-            : startTimeBuilder_.build();
+        result.startTime_ = startTimeBuilder_ == null ? startTime_ : startTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.endTime_ = endTimeBuilder_ == null
-            ? endTime_
-            : endTimeBuilder_.build();
+        result.endTime_ = endTimeBuilder_ == null ? endTime_ : endTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
         result.operationState_ = operationState_;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.progressDocuments_ = progressDocumentsBuilder_ == null
-            ? progressDocuments_
-            : progressDocumentsBuilder_.build();
+        result.progressDocuments_ =
+            progressDocumentsBuilder_ == null
+                ? progressDocuments_
+                : progressDocumentsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.progressBytes_ = progressBytesBuilder_ == null
-            ? progressBytes_
-            : progressBytesBuilder_.build();
+        result.progressBytes_ =
+            progressBytesBuilder_ == null ? progressBytes_ : progressBytesBuilder_.build();
         to_bitField0_ |= 0x00000008;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
@@ -805,9 +900,8 @@ private void buildPartial0(com.google.firestore.admin.v1.BulkDeleteDocumentsMeta
         result.namespaceIds_ = namespaceIds_;
       }
       if (((from_bitField0_ & 0x00000080) != 0)) {
-        result.snapshotTime_ = snapshotTimeBuilder_ == null
-            ? snapshotTime_
-            : snapshotTimeBuilder_.build();
+        result.snapshotTime_ =
+            snapshotTimeBuilder_ == null ? snapshotTime_ : snapshotTimeBuilder_.build();
         to_bitField0_ |= 0x00000010;
       }
       result.bitField0_ |= to_bitField0_;
@@ -817,38 +911,39 @@ private void buildPartial0(com.google.firestore.admin.v1.BulkDeleteDocumentsMeta
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata) {
-        return mergeFrom((com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata)other);
+        return mergeFrom((com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -856,7 +951,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata other) {
-      if (other == com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata.getDefaultInstance())
+        return this;
       if (other.hasStartTime()) {
         mergeStartTime(other.getStartTime());
       }
@@ -921,64 +1017,64 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getStartTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getEndTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 24: {
-              operationState_ = input.readEnum();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 24
-            case 34: {
-              input.readMessage(
-                  getProgressDocumentsFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 34
-            case 42: {
-              input.readMessage(
-                  getProgressBytesFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 42
-            case 50: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureCollectionIdsIsMutable();
-              collectionIds_.add(s);
-              break;
-            } // case 50
-            case 58: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureNamespaceIdsIsMutable();
-              namespaceIds_.add(s);
-              break;
-            } // case 58
-            case 66: {
-              input.readMessage(
-                  getSnapshotTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000080;
-              break;
-            } // case 66
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getStartTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getEndTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 24:
+              {
+                operationState_ = input.readEnum();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 24
+            case 34:
+              {
+                input.readMessage(
+                    getProgressDocumentsFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 34
+            case 42:
+              {
+                input.readMessage(getProgressBytesFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 42
+            case 50:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureCollectionIdsIsMutable();
+                collectionIds_.add(s);
+                break;
+              } // case 50
+            case 58:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureNamespaceIdsIsMutable();
+                namespaceIds_.add(s);
+                break;
+              } // case 58
+            case 66:
+              {
+                input.readMessage(getSnapshotTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000080;
+                break;
+              } // case 66
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -988,28 +1084,38 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.protobuf.Timestamp startTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_;
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
+        startTimeBuilder_;
     /**
+     *
+     *
      * 
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ public com.google.protobuf.Timestamp getStartTime() { @@ -1020,6 +1126,8 @@ public com.google.protobuf.Timestamp getStartTime() { } } /** + * + * *
      * The time this operation started.
      * 
@@ -1040,14 +1148,15 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; */ - public Builder setStartTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (startTimeBuilder_ == null) { startTime_ = builderForValue.build(); } else { @@ -1058,6 +1167,8 @@ public Builder setStartTime( return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -1066,9 +1177,9 @@ public Builder setStartTime( */ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { if (startTimeBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - startTime_ != null && - startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && startTime_ != null + && startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getStartTimeBuilder().mergeFrom(value); } else { startTime_ = value; @@ -1083,6 +1194,8 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -1100,6 +1213,8 @@ public Builder clearStartTime() { return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -1112,6 +1227,8 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { return getStartTimeFieldBuilder().getBuilder(); } /** + * + * *
      * The time this operation started.
      * 
@@ -1122,11 +1239,12 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { if (startTimeBuilder_ != null) { return startTimeBuilder_.getMessageOrBuilder(); } else { - return startTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } /** + * + * *
      * The time this operation started.
      * 
@@ -1134,14 +1252,17 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { * .google.protobuf.Timestamp start_time = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getStartTimeFieldBuilder() { if (startTimeBuilder_ == null) { - startTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getStartTime(), - getParentForChildren(), - isClean()); + startTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getStartTime(), getParentForChildren(), isClean()); startTime_ = null; } return startTimeBuilder_; @@ -1149,26 +1270,35 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { private com.google.protobuf.Timestamp endTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + endTimeBuilder_; /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ public com.google.protobuf.Timestamp getEndTime() { @@ -1179,6 +1309,8 @@ public com.google.protobuf.Timestamp getEndTime() { } } /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1200,6 +1332,8 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1207,8 +1341,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp end_time = 2;
      */
-    public Builder setEndTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (endTimeBuilder_ == null) {
         endTime_ = builderForValue.build();
       } else {
@@ -1219,6 +1352,8 @@ public Builder setEndTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1228,9 +1363,9 @@ public Builder setEndTime(
      */
     public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       if (endTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0) &&
-          endTime_ != null &&
-          endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0)
+            && endTime_ != null
+            && endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getEndTimeBuilder().mergeFrom(value);
         } else {
           endTime_ = value;
@@ -1245,6 +1380,8 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1263,6 +1400,8 @@ public Builder clearEndTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1276,6 +1415,8 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() {
       return getEndTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1287,11 +1428,12 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
       if (endTimeBuilder_ != null) {
         return endTimeBuilder_.getMessageOrBuilder();
       } else {
-        return endTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
+        return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1300,14 +1442,17 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
      * .google.protobuf.Timestamp end_time = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getEndTimeFieldBuilder() {
       if (endTimeBuilder_ == null) {
-        endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getEndTime(),
-                getParentForChildren(),
-                isClean());
+        endTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getEndTime(), getParentForChildren(), isClean());
         endTime_ = null;
       }
       return endTimeBuilder_;
@@ -1315,22 +1460,29 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
 
     private int operationState_ = 0;
     /**
+     *
+     *
      * 
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The enum numeric value on the wire for operationState. */ - @java.lang.Override public int getOperationStateValue() { + @java.lang.Override + public int getOperationStateValue() { return operationState_; } /** + * + * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @param value The enum numeric value on the wire for operationState to set. * @return This builder for chaining. */ @@ -1341,24 +1493,31 @@ public Builder setOperationStateValue(int value) { return this; } /** + * + * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The operationState. */ @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { - com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + com.google.firestore.admin.v1.OperationState result = + com.google.firestore.admin.v1.OperationState.forNumber(operationState_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } /** + * + * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @param value The operationState to set. * @return This builder for chaining. */ @@ -1372,11 +1531,14 @@ public Builder setOperationState(com.google.firestore.admin.v1.OperationState va return this; } /** + * + * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return This builder for chaining. */ public Builder clearOperationState() { @@ -1388,34 +1550,47 @@ public Builder clearOperationState() { private com.google.firestore.admin.v1.Progress progressDocuments_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressDocumentsBuilder_; + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> + progressDocumentsBuilder_; /** + * + * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return Whether the progressDocuments field is set. */ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return The progressDocuments. */ public com.google.firestore.admin.v1.Progress getProgressDocuments() { if (progressDocumentsBuilder_ == null) { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } else { return progressDocumentsBuilder_.getMessage(); } } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1436,6 +1611,8 @@ public Builder setProgressDocuments(com.google.firestore.admin.v1.Progress value return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1454,6 +1631,8 @@ public Builder setProgressDocuments( return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1462,9 +1641,9 @@ public Builder setProgressDocuments( */ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress value) { if (progressDocumentsBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) && - progressDocuments_ != null && - progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) + && progressDocuments_ != null + && progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressDocumentsBuilder().mergeFrom(value); } else { progressDocuments_ = value; @@ -1479,6 +1658,8 @@ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress val return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1496,6 +1677,8 @@ public Builder clearProgressDocuments() { return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1508,6 +1691,8 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressDocumentsBuilde return getProgressDocumentsFieldBuilder().getBuilder(); } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1518,11 +1703,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui if (progressDocumentsBuilder_ != null) { return progressDocumentsBuilder_.getMessageOrBuilder(); } else { - return progressDocuments_ == null ? - com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1530,14 +1718,17 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui * .google.firestore.admin.v1.Progress progress_documents = 4; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> getProgressDocumentsFieldBuilder() { if (progressDocumentsBuilder_ == null) { - progressDocumentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressDocuments(), - getParentForChildren(), - isClean()); + progressDocumentsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressDocuments(), getParentForChildren(), isClean()); progressDocuments_ = null; } return progressDocumentsBuilder_; @@ -1545,34 +1736,47 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui private com.google.firestore.admin.v1.Progress progressBytes_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressBytesBuilder_; + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> + progressBytesBuilder_; /** + * + * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return Whether the progressBytes field is set. */ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return The progressBytes. */ public com.google.firestore.admin.v1.Progress getProgressBytes() { if (progressBytesBuilder_ == null) { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } else { return progressBytesBuilder_.getMessage(); } } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1593,6 +1797,8 @@ public Builder setProgressBytes(com.google.firestore.admin.v1.Progress value) { return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1611,6 +1817,8 @@ public Builder setProgressBytes( return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1619,9 +1827,9 @@ public Builder setProgressBytes( */ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) { if (progressBytesBuilder_ == null) { - if (((bitField0_ & 0x00000010) != 0) && - progressBytes_ != null && - progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000010) != 0) + && progressBytes_ != null + && progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressBytesBuilder().mergeFrom(value); } else { progressBytes_ = value; @@ -1636,6 +1844,8 @@ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1653,6 +1863,8 @@ public Builder clearProgressBytes() { return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1665,6 +1877,8 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressBytesBuilder() return getProgressBytesFieldBuilder().getBuilder(); } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1675,11 +1889,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder if (progressBytesBuilder_ != null) { return progressBytesBuilder_.getMessageOrBuilder(); } else { - return progressBytes_ == null ? - com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1687,14 +1904,17 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder * .google.firestore.admin.v1.Progress progress_bytes = 5; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> getProgressBytesFieldBuilder() { if (progressBytesBuilder_ == null) { - progressBytesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressBytes(), - getParentForChildren(), - isClean()); + progressBytesBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressBytes(), getParentForChildren(), isClean()); progressBytes_ = null; } return progressBytesBuilder_; @@ -1702,6 +1922,7 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureCollectionIdsIsMutable() { if (!collectionIds_.isModifiable()) { collectionIds_ = new com.google.protobuf.LazyStringArrayList(collectionIds_); @@ -1709,35 +1930,43 @@ private void ensureCollectionIdsIsMutable() { bitField0_ |= 0x00000020; } /** + * + * *
      * The ids of the collection groups that are being deleted.
      * 
* * repeated string collection_ids = 6; + * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList - getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList getCollectionIdsList() { collectionIds_.makeImmutable(); return collectionIds_; } /** + * + * *
      * The ids of the collection groups that are being deleted.
      * 
* * repeated string collection_ids = 6; + * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** + * + * *
      * The ids of the collection groups that are being deleted.
      * 
* * repeated string collection_ids = 6; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -1745,31 +1974,37 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** + * + * *
      * The ids of the collection groups that are being deleted.
      * 
* * repeated string collection_ids = 6; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString - getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } /** + * + * *
      * The ids of the collection groups that are being deleted.
      * 
* * repeated string collection_ids = 6; + * * @param index The index to set the value at. * @param value The collectionIds to set. * @return This builder for chaining. */ - public Builder setCollectionIds( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setCollectionIds(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureCollectionIdsIsMutable(); collectionIds_.set(index, value); bitField0_ |= 0x00000020; @@ -1777,17 +2012,21 @@ public Builder setCollectionIds( return this; } /** + * + * *
      * The ids of the collection groups that are being deleted.
      * 
* * repeated string collection_ids = 6; + * * @param value The collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIds( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addCollectionIds(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureCollectionIdsIsMutable(); collectionIds_.add(value); bitField0_ |= 0x00000020; @@ -1795,50 +2034,58 @@ public Builder addCollectionIds( return this; } /** + * + * *
      * The ids of the collection groups that are being deleted.
      * 
* * repeated string collection_ids = 6; + * * @param values The collectionIds to add. * @return This builder for chaining. */ - public Builder addAllCollectionIds( - java.lang.Iterable values) { + public Builder addAllCollectionIds(java.lang.Iterable values) { ensureCollectionIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, collectionIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, collectionIds_); bitField0_ |= 0x00000020; onChanged(); return this; } /** + * + * *
      * The ids of the collection groups that are being deleted.
      * 
* * repeated string collection_ids = 6; + * * @return This builder for chaining. */ public Builder clearCollectionIds() { - collectionIds_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000020);; + collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000020); + ; onChanged(); return this; } /** + * + * *
      * The ids of the collection groups that are being deleted.
      * 
* * repeated string collection_ids = 6; + * * @param value The bytes of the collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIdsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureCollectionIdsIsMutable(); collectionIds_.add(value); @@ -1849,6 +2096,7 @@ public Builder addCollectionIdsBytes( private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureNamespaceIdsIsMutable() { if (!namespaceIds_.isModifiable()) { namespaceIds_ = new com.google.protobuf.LazyStringArrayList(namespaceIds_); @@ -1856,35 +2104,43 @@ private void ensureNamespaceIdsIsMutable() { bitField0_ |= 0x00000040; } /** + * + * *
      * Which namespace ids are being deleted.
      * 
* * repeated string namespace_ids = 7; + * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList - getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { namespaceIds_.makeImmutable(); return namespaceIds_; } /** + * + * *
      * Which namespace ids are being deleted.
      * 
* * repeated string namespace_ids = 7; + * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** + * + * *
      * Which namespace ids are being deleted.
      * 
* * repeated string namespace_ids = 7; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -1892,31 +2148,37 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** + * + * *
      * Which namespace ids are being deleted.
      * 
* * repeated string namespace_ids = 7; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString - getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } /** + * + * *
      * Which namespace ids are being deleted.
      * 
* * repeated string namespace_ids = 7; + * * @param index The index to set the value at. * @param value The namespaceIds to set. * @return This builder for chaining. */ - public Builder setNamespaceIds( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNamespaceIds(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureNamespaceIdsIsMutable(); namespaceIds_.set(index, value); bitField0_ |= 0x00000040; @@ -1924,17 +2186,21 @@ public Builder setNamespaceIds( return this; } /** + * + * *
      * Which namespace ids are being deleted.
      * 
* * repeated string namespace_ids = 7; + * * @param value The namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIds( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addNamespaceIds(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); bitField0_ |= 0x00000040; @@ -1942,50 +2208,58 @@ public Builder addNamespaceIds( return this; } /** + * + * *
      * Which namespace ids are being deleted.
      * 
* * repeated string namespace_ids = 7; + * * @param values The namespaceIds to add. * @return This builder for chaining. */ - public Builder addAllNamespaceIds( - java.lang.Iterable values) { + public Builder addAllNamespaceIds(java.lang.Iterable values) { ensureNamespaceIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, namespaceIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, namespaceIds_); bitField0_ |= 0x00000040; onChanged(); return this; } /** + * + * *
      * Which namespace ids are being deleted.
      * 
* * repeated string namespace_ids = 7; + * * @return This builder for chaining. */ public Builder clearNamespaceIds() { - namespaceIds_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000040);; + namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000040); + ; onChanged(); return this; } /** + * + * *
      * Which namespace ids are being deleted.
      * 
* * repeated string namespace_ids = 7; + * * @param value The bytes of the namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIdsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); @@ -1996,8 +2270,13 @@ public Builder addNamespaceIdsBytes( private com.google.protobuf.Timestamp snapshotTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> snapshotTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + snapshotTimeBuilder_; /** + * + * *
      * The timestamp that corresponds to the version of the database that is being
      * read to get the list of documents to delete. This time can also be used as
@@ -2006,12 +2285,15 @@ public Builder addNamespaceIdsBytes(
      * 
* * .google.protobuf.Timestamp snapshot_time = 8; + * * @return Whether the snapshotTime field is set. */ public boolean hasSnapshotTime() { return ((bitField0_ & 0x00000080) != 0); } /** + * + * *
      * The timestamp that corresponds to the version of the database that is being
      * read to get the list of documents to delete. This time can also be used as
@@ -2020,16 +2302,21 @@ public boolean hasSnapshotTime() {
      * 
* * .google.protobuf.Timestamp snapshot_time = 8; + * * @return The snapshotTime. */ public com.google.protobuf.Timestamp getSnapshotTime() { if (snapshotTimeBuilder_ == null) { - return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; + return snapshotTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : snapshotTime_; } else { return snapshotTimeBuilder_.getMessage(); } } /** + * + * *
      * The timestamp that corresponds to the version of the database that is being
      * read to get the list of documents to delete. This time can also be used as
@@ -2053,6 +2340,8 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * read to get the list of documents to delete. This time can also be used as
@@ -2062,8 +2351,7 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp snapshot_time = 8;
      */
-    public Builder setSnapshotTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (snapshotTimeBuilder_ == null) {
         snapshotTime_ = builderForValue.build();
       } else {
@@ -2074,6 +2362,8 @@ public Builder setSnapshotTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * read to get the list of documents to delete. This time can also be used as
@@ -2085,9 +2375,9 @@ public Builder setSnapshotTime(
      */
     public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) {
       if (snapshotTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000080) != 0) &&
-          snapshotTime_ != null &&
-          snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000080) != 0)
+            && snapshotTime_ != null
+            && snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getSnapshotTimeBuilder().mergeFrom(value);
         } else {
           snapshotTime_ = value;
@@ -2102,6 +2392,8 @@ public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * read to get the list of documents to delete. This time can also be used as
@@ -2122,6 +2414,8 @@ public Builder clearSnapshotTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * read to get the list of documents to delete. This time can also be used as
@@ -2137,6 +2431,8 @@ public com.google.protobuf.Timestamp.Builder getSnapshotTimeBuilder() {
       return getSnapshotTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * read to get the list of documents to delete. This time can also be used as
@@ -2150,11 +2446,14 @@ public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
       if (snapshotTimeBuilder_ != null) {
         return snapshotTimeBuilder_.getMessageOrBuilder();
       } else {
-        return snapshotTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_;
+        return snapshotTime_ == null
+            ? com.google.protobuf.Timestamp.getDefaultInstance()
+            : snapshotTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * read to get the list of documents to delete. This time can also be used as
@@ -2165,21 +2464,24 @@ public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
      * .google.protobuf.Timestamp snapshot_time = 8;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getSnapshotTimeFieldBuilder() {
       if (snapshotTimeBuilder_ == null) {
-        snapshotTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getSnapshotTime(),
-                getParentForChildren(),
-                isClean());
+        snapshotTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getSnapshotTime(), getParentForChildren(), isClean());
         snapshotTime_ = null;
       }
       return snapshotTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -2189,12 +2491,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.BulkDeleteDocumentsMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.BulkDeleteDocumentsMetadata)
   private static final com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata();
   }
@@ -2203,27 +2505,27 @@ public static com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata getDefau
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public BulkDeleteDocumentsMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public BulkDeleteDocumentsMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2238,6 +2540,4 @@ public com.google.protobuf.Parser getParserForType(
   public com.google.firestore.admin.v1.BulkDeleteDocumentsMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadataOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadataOrBuilder.java
similarity index 84%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadataOrBuilder.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadataOrBuilder.java
index 2b863e9b3..9686f1fec 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadataOrBuilder.java
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsMetadataOrBuilder.java
@@ -1,32 +1,56 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/operation.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.admin.v1;
 
-public interface BulkDeleteDocumentsMetadataOrBuilder extends
+public interface BulkDeleteDocumentsMetadataOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.BulkDeleteDocumentsMetadata)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** + * + * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** + * + * *
    * The time this operation started.
    * 
@@ -36,26 +60,34 @@ public interface BulkDeleteDocumentsMetadataOrBuilder extends com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -66,43 +98,57 @@ public interface BulkDeleteDocumentsMetadataOrBuilder extends
   com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
 
   /**
+   *
+   *
    * 
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The enum numeric value on the wire for operationState. */ int getOperationStateValue(); /** + * + * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The operationState. */ com.google.firestore.admin.v1.OperationState getOperationState(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return Whether the progressDocuments field is set. */ boolean hasProgressDocuments(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return The progressDocuments. */ com.google.firestore.admin.v1.Progress getProgressDocuments(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
@@ -112,24 +158,32 @@ public interface BulkDeleteDocumentsMetadataOrBuilder extends com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return Whether the progressBytes field is set. */ boolean hasProgressBytes(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return The progressBytes. */ com.google.firestore.admin.v1.Progress getProgressBytes(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
@@ -139,88 +193,110 @@ public interface BulkDeleteDocumentsMetadataOrBuilder extends com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder(); /** + * + * *
    * The ids of the collection groups that are being deleted.
    * 
* * repeated string collection_ids = 6; + * * @return A list containing the collectionIds. */ - java.util.List - getCollectionIdsList(); + java.util.List getCollectionIdsList(); /** + * + * *
    * The ids of the collection groups that are being deleted.
    * 
* * repeated string collection_ids = 6; + * * @return The count of collectionIds. */ int getCollectionIdsCount(); /** + * + * *
    * The ids of the collection groups that are being deleted.
    * 
* * repeated string collection_ids = 6; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ java.lang.String getCollectionIds(int index); /** + * + * *
    * The ids of the collection groups that are being deleted.
    * 
* * repeated string collection_ids = 6; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - com.google.protobuf.ByteString - getCollectionIdsBytes(int index); + com.google.protobuf.ByteString getCollectionIdsBytes(int index); /** + * + * *
    * Which namespace ids are being deleted.
    * 
* * repeated string namespace_ids = 7; + * * @return A list containing the namespaceIds. */ - java.util.List - getNamespaceIdsList(); + java.util.List getNamespaceIdsList(); /** + * + * *
    * Which namespace ids are being deleted.
    * 
* * repeated string namespace_ids = 7; + * * @return The count of namespaceIds. */ int getNamespaceIdsCount(); /** + * + * *
    * Which namespace ids are being deleted.
    * 
* * repeated string namespace_ids = 7; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ java.lang.String getNamespaceIds(int index); /** + * + * *
    * Which namespace ids are being deleted.
    * 
* * repeated string namespace_ids = 7; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - com.google.protobuf.ByteString - getNamespaceIdsBytes(int index); + com.google.protobuf.ByteString getNamespaceIdsBytes(int index); /** + * + * *
    * The timestamp that corresponds to the version of the database that is being
    * read to get the list of documents to delete. This time can also be used as
@@ -229,10 +305,13 @@ public interface BulkDeleteDocumentsMetadataOrBuilder extends
    * 
* * .google.protobuf.Timestamp snapshot_time = 8; + * * @return Whether the snapshotTime field is set. */ boolean hasSnapshotTime(); /** + * + * *
    * The timestamp that corresponds to the version of the database that is being
    * read to get the list of documents to delete. This time can also be used as
@@ -241,10 +320,13 @@ public interface BulkDeleteDocumentsMetadataOrBuilder extends
    * 
* * .google.protobuf.Timestamp snapshot_time = 8; + * * @return The snapshotTime. */ com.google.protobuf.Timestamp getSnapshotTime(); /** + * + * *
    * The timestamp that corresponds to the version of the database that is being
    * read to get the list of documents to delete. This time can also be used as
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequest.java
similarity index 74%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequest.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequest.java
index 9d234ff01..85de49f35 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequest.java
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequest.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/firestore_admin.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.admin.v1;
 
 /**
+ *
+ *
  * 
  * The request for
  * [FirestoreAdmin.BulkDeleteDocuments][google.firestore.admin.v1.FirestoreAdmin.BulkDeleteDocuments].
@@ -20,53 +37,59 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.BulkDeleteDocumentsRequest}
  */
-public final class BulkDeleteDocumentsRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class BulkDeleteDocumentsRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.BulkDeleteDocumentsRequest)
     BulkDeleteDocumentsRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use BulkDeleteDocumentsRequest.newBuilder() to construct.
   private BulkDeleteDocumentsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private BulkDeleteDocumentsRequest() {
     name_ = "";
-    collectionIds_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
-    namespaceIds_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
+    collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+    namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new BulkDeleteDocumentsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.class, com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.Builder.class);
+            com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.class,
+            com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Required. Database to operate. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -75,30 +98,32 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. Database to operate. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -107,10 +132,13 @@ public java.lang.String getName() { } public static final int COLLECTION_IDS_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * Optional. IDs of the collection groups to delete. Unspecified means all
    * collection groups.
@@ -119,13 +147,15 @@ public java.lang.String getName() {
    * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList - getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList getCollectionIdsList() { return collectionIds_; } /** + * + * *
    * Optional. IDs of the collection groups to delete. Unspecified means all
    * collection groups.
@@ -134,12 +164,15 @@ public java.lang.String getName() {
    * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** + * + * *
    * Optional. IDs of the collection groups to delete. Unspecified means all
    * collection groups.
@@ -148,6 +181,7 @@ public int getCollectionIdsCount() {
    * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -155,6 +189,8 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** + * + * *
    * Optional. IDs of the collection groups to delete. Unspecified means all
    * collection groups.
@@ -163,19 +199,22 @@ public java.lang.String getCollectionIds(int index) {
    * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString - getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } public static final int NAMESPACE_IDS_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * Optional. Namespaces to delete.
    *
@@ -190,13 +229,15 @@ public java.lang.String getCollectionIds(int index) {
    * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList - getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { return namespaceIds_; } /** + * + * *
    * Optional. Namespaces to delete.
    *
@@ -211,12 +252,15 @@ public java.lang.String getCollectionIds(int index) {
    * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** + * + * *
    * Optional. Namespaces to delete.
    *
@@ -231,6 +275,7 @@ public int getNamespaceIdsCount() {
    * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -238,6 +283,8 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** + * + * *
    * Optional. Namespaces to delete.
    *
@@ -252,15 +299,16 @@ public java.lang.String getNamespaceIds(int index) {
    * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString - getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -272,8 +320,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -319,19 +366,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.BulkDeleteDocumentsRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.BulkDeleteDocumentsRequest other = (com.google.firestore.admin.v1.BulkDeleteDocumentsRequest) obj; - - if (!getName() - .equals(other.getName())) return false; - if (!getCollectionIdsList() - .equals(other.getCollectionIdsList())) return false; - if (!getNamespaceIdsList() - .equals(other.getNamespaceIdsList())) return false; + com.google.firestore.admin.v1.BulkDeleteDocumentsRequest other = + (com.google.firestore.admin.v1.BulkDeleteDocumentsRequest) obj; + + if (!getName().equals(other.getName())) return false; + if (!getCollectionIdsList().equals(other.getCollectionIdsList())) return false; + if (!getNamespaceIdsList().equals(other.getNamespaceIdsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -359,98 +404,104 @@ public int hashCode() { } public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.BulkDeleteDocumentsRequest prototype) { + + public static Builder newBuilder( + com.google.firestore.admin.v1.BulkDeleteDocumentsRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.BulkDeleteDocuments][google.firestore.admin.v1.FirestoreAdmin.BulkDeleteDocuments].
@@ -466,49 +517,46 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.BulkDeleteDocumentsRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.BulkDeleteDocumentsRequest)
       com.google.firestore.admin.v1.BulkDeleteDocumentsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.class, com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.Builder.class);
+              com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.class,
+              com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
       bitField0_ = 0;
       name_ = "";
-      collectionIds_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
-      namespaceIds_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
+      collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
+      namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
       return this;
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -527,8 +575,11 @@ public com.google.firestore.admin.v1.BulkDeleteDocumentsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.BulkDeleteDocumentsRequest buildPartial() {
-      com.google.firestore.admin.v1.BulkDeleteDocumentsRequest result = new com.google.firestore.admin.v1.BulkDeleteDocumentsRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.BulkDeleteDocumentsRequest result =
+          new com.google.firestore.admin.v1.BulkDeleteDocumentsRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -552,38 +603,39 @@ private void buildPartial0(com.google.firestore.admin.v1.BulkDeleteDocumentsRequ
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.BulkDeleteDocumentsRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.BulkDeleteDocumentsRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.BulkDeleteDocumentsRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -591,7 +643,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.BulkDeleteDocumentsRequest other) {
-      if (other == com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.BulkDeleteDocumentsRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -643,29 +696,33 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureCollectionIdsIsMutable();
-              collectionIds_.add(s);
-              break;
-            } // case 18
-            case 26: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureNamespaceIdsIsMutable();
-              namespaceIds_.add(s);
-              break;
-            } // case 26
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureCollectionIdsIsMutable();
+                collectionIds_.add(s);
+                break;
+              } // case 18
+            case 26:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureNamespaceIdsIsMutable();
+                namespaceIds_.add(s);
+                break;
+              } // case 26
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -675,23 +732,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. Database to operate. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -700,21 +762,24 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Database to operate. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -722,30 +787,41 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Database to operate. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. Database to operate. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { @@ -755,18 +831,24 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. Database to operate. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -776,6 +858,7 @@ public Builder setNameBytes( private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureCollectionIdsIsMutable() { if (!collectionIds_.isModifiable()) { collectionIds_ = new com.google.protobuf.LazyStringArrayList(collectionIds_); @@ -783,6 +866,8 @@ private void ensureCollectionIdsIsMutable() { bitField0_ |= 0x00000002; } /** + * + * *
      * Optional. IDs of the collection groups to delete. Unspecified means all
      * collection groups.
@@ -791,14 +876,16 @@ private void ensureCollectionIdsIsMutable() {
      * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList - getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList getCollectionIdsList() { collectionIds_.makeImmutable(); return collectionIds_; } /** + * + * *
      * Optional. IDs of the collection groups to delete. Unspecified means all
      * collection groups.
@@ -807,12 +894,15 @@ private void ensureCollectionIdsIsMutable() {
      * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** + * + * *
      * Optional. IDs of the collection groups to delete. Unspecified means all
      * collection groups.
@@ -821,6 +911,7 @@ public int getCollectionIdsCount() {
      * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -828,6 +919,8 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** + * + * *
      * Optional. IDs of the collection groups to delete. Unspecified means all
      * collection groups.
@@ -836,14 +929,16 @@ public java.lang.String getCollectionIds(int index) {
      * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString - getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } /** + * + * *
      * Optional. IDs of the collection groups to delete. Unspecified means all
      * collection groups.
@@ -852,13 +947,15 @@ public java.lang.String getCollectionIds(int index) {
      * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @param index The index to set the value at. * @param value The collectionIds to set. * @return This builder for chaining. */ - public Builder setCollectionIds( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setCollectionIds(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureCollectionIdsIsMutable(); collectionIds_.set(index, value); bitField0_ |= 0x00000002; @@ -866,6 +963,8 @@ public Builder setCollectionIds( return this; } /** + * + * *
      * Optional. IDs of the collection groups to delete. Unspecified means all
      * collection groups.
@@ -874,12 +973,14 @@ public Builder setCollectionIds(
      * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIds( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addCollectionIds(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureCollectionIdsIsMutable(); collectionIds_.add(value); bitField0_ |= 0x00000002; @@ -887,6 +988,8 @@ public Builder addCollectionIds( return this; } /** + * + * *
      * Optional. IDs of the collection groups to delete. Unspecified means all
      * collection groups.
@@ -895,19 +998,20 @@ public Builder addCollectionIds(
      * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @param values The collectionIds to add. * @return This builder for chaining. */ - public Builder addAllCollectionIds( - java.lang.Iterable values) { + public Builder addAllCollectionIds(java.lang.Iterable values) { ensureCollectionIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, collectionIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, collectionIds_); bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * Optional. IDs of the collection groups to delete. Unspecified means all
      * collection groups.
@@ -916,16 +1020,19 @@ public Builder addAllCollectionIds(
      * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @return This builder for chaining. */ public Builder clearCollectionIds() { - collectionIds_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000002);; + collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + ; onChanged(); return this; } /** + * + * *
      * Optional. IDs of the collection groups to delete. Unspecified means all
      * collection groups.
@@ -934,12 +1041,14 @@ public Builder clearCollectionIds() {
      * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The bytes of the collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIdsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureCollectionIdsIsMutable(); collectionIds_.add(value); @@ -950,6 +1059,7 @@ public Builder addCollectionIdsBytes( private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureNamespaceIdsIsMutable() { if (!namespaceIds_.isModifiable()) { namespaceIds_ = new com.google.protobuf.LazyStringArrayList(namespaceIds_); @@ -957,6 +1067,8 @@ private void ensureNamespaceIdsIsMutable() { bitField0_ |= 0x00000004; } /** + * + * *
      * Optional. Namespaces to delete.
      *
@@ -971,14 +1083,16 @@ private void ensureNamespaceIdsIsMutable() {
      * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList - getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { namespaceIds_.makeImmutable(); return namespaceIds_; } /** + * + * *
      * Optional. Namespaces to delete.
      *
@@ -993,12 +1107,15 @@ private void ensureNamespaceIdsIsMutable() {
      * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** + * + * *
      * Optional. Namespaces to delete.
      *
@@ -1013,6 +1130,7 @@ public int getNamespaceIdsCount() {
      * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -1020,6 +1138,8 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** + * + * *
      * Optional. Namespaces to delete.
      *
@@ -1034,14 +1154,16 @@ public java.lang.String getNamespaceIds(int index) {
      * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString - getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } /** + * + * *
      * Optional. Namespaces to delete.
      *
@@ -1056,13 +1178,15 @@ public java.lang.String getNamespaceIds(int index) {
      * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @param index The index to set the value at. * @param value The namespaceIds to set. * @return This builder for chaining. */ - public Builder setNamespaceIds( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNamespaceIds(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureNamespaceIdsIsMutable(); namespaceIds_.set(index, value); bitField0_ |= 0x00000004; @@ -1070,6 +1194,8 @@ public Builder setNamespaceIds( return this; } /** + * + * *
      * Optional. Namespaces to delete.
      *
@@ -1084,12 +1210,14 @@ public Builder setNamespaceIds(
      * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIds( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addNamespaceIds(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); bitField0_ |= 0x00000004; @@ -1097,6 +1225,8 @@ public Builder addNamespaceIds( return this; } /** + * + * *
      * Optional. Namespaces to delete.
      *
@@ -1111,19 +1241,20 @@ public Builder addNamespaceIds(
      * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @param values The namespaceIds to add. * @return This builder for chaining. */ - public Builder addAllNamespaceIds( - java.lang.Iterable values) { + public Builder addAllNamespaceIds(java.lang.Iterable values) { ensureNamespaceIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, namespaceIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, namespaceIds_); bitField0_ |= 0x00000004; onChanged(); return this; } /** + * + * *
      * Optional. Namespaces to delete.
      *
@@ -1138,16 +1269,19 @@ public Builder addAllNamespaceIds(
      * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @return This builder for chaining. */ public Builder clearNamespaceIds() { - namespaceIds_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000004);; + namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000004); + ; onChanged(); return this; } /** + * + * *
      * Optional. Namespaces to delete.
      *
@@ -1162,12 +1296,14 @@ public Builder clearNamespaceIds() {
      * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The bytes of the namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIdsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); @@ -1175,9 +1311,9 @@ public Builder addNamespaceIdsBytes( onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1187,12 +1323,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.BulkDeleteDocumentsRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.BulkDeleteDocumentsRequest) private static final com.google.firestore.admin.v1.BulkDeleteDocumentsRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.BulkDeleteDocumentsRequest(); } @@ -1201,27 +1337,27 @@ public static com.google.firestore.admin.v1.BulkDeleteDocumentsRequest getDefaul return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BulkDeleteDocumentsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BulkDeleteDocumentsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1236,6 +1372,4 @@ public com.google.protobuf.Parser getParserForType() public com.google.firestore.admin.v1.BulkDeleteDocumentsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequestOrBuilder.java similarity index 77% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequestOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequestOrBuilder.java index 1dc132f4f..3d8cbb3fb 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequestOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsRequestOrBuilder.java @@ -1,36 +1,63 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface BulkDeleteDocumentsRequestOrBuilder extends +public interface BulkDeleteDocumentsRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.BulkDeleteDocumentsRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. Database to operate. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Required. Database to operate. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * Optional. IDs of the collection groups to delete. Unspecified means all
    * collection groups.
@@ -39,11 +66,13 @@ public interface BulkDeleteDocumentsRequestOrBuilder extends
    * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @return A list containing the collectionIds. */ - java.util.List - getCollectionIdsList(); + java.util.List getCollectionIdsList(); /** + * + * *
    * Optional. IDs of the collection groups to delete. Unspecified means all
    * collection groups.
@@ -52,10 +81,13 @@ public interface BulkDeleteDocumentsRequestOrBuilder extends
    * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The count of collectionIds. */ int getCollectionIdsCount(); /** + * + * *
    * Optional. IDs of the collection groups to delete. Unspecified means all
    * collection groups.
@@ -64,11 +96,14 @@ public interface BulkDeleteDocumentsRequestOrBuilder extends
    * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ java.lang.String getCollectionIds(int index); /** + * + * *
    * Optional. IDs of the collection groups to delete. Unspecified means all
    * collection groups.
@@ -77,13 +112,15 @@ public interface BulkDeleteDocumentsRequestOrBuilder extends
    * 
* * repeated string collection_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - com.google.protobuf.ByteString - getCollectionIdsBytes(int index); + com.google.protobuf.ByteString getCollectionIdsBytes(int index); /** + * + * *
    * Optional. Namespaces to delete.
    *
@@ -98,11 +135,13 @@ public interface BulkDeleteDocumentsRequestOrBuilder extends
    * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @return A list containing the namespaceIds. */ - java.util.List - getNamespaceIdsList(); + java.util.List getNamespaceIdsList(); /** + * + * *
    * Optional. Namespaces to delete.
    *
@@ -117,10 +156,13 @@ public interface BulkDeleteDocumentsRequestOrBuilder extends
    * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The count of namespaceIds. */ int getNamespaceIdsCount(); /** + * + * *
    * Optional. Namespaces to delete.
    *
@@ -135,11 +177,14 @@ public interface BulkDeleteDocumentsRequestOrBuilder extends
    * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ java.lang.String getNamespaceIds(int index); /** + * + * *
    * Optional. Namespaces to delete.
    *
@@ -154,9 +199,9 @@ public interface BulkDeleteDocumentsRequestOrBuilder extends
    * 
* * repeated string namespace_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - com.google.protobuf.ByteString - getNamespaceIdsBytes(int index); + com.google.protobuf.ByteString getNamespaceIdsBytes(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponse.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponse.java similarity index 61% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponse.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponse.java index 98daa2755..92d0b8ae8 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponse.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The response for
  * [FirestoreAdmin.BulkDeleteDocuments][google.firestore.admin.v1.FirestoreAdmin.BulkDeleteDocuments].
@@ -12,39 +29,41 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.BulkDeleteDocumentsResponse}
  */
-public final class BulkDeleteDocumentsResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class BulkDeleteDocumentsResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.BulkDeleteDocumentsResponse)
     BulkDeleteDocumentsResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use BulkDeleteDocumentsResponse.newBuilder() to construct.
   private BulkDeleteDocumentsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private BulkDeleteDocumentsResponse() {
-  }
+
+  private BulkDeleteDocumentsResponse() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new BulkDeleteDocumentsResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.class, com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.Builder.class);
+            com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.class,
+            com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -56,8 +75,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     getUnknownFields().writeTo(output);
   }
 
@@ -75,12 +93,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.admin.v1.BulkDeleteDocumentsResponse)) {
       return super.equals(obj);
     }
-    com.google.firestore.admin.v1.BulkDeleteDocumentsResponse other = (com.google.firestore.admin.v1.BulkDeleteDocumentsResponse) obj;
+    com.google.firestore.admin.v1.BulkDeleteDocumentsResponse other =
+        (com.google.firestore.admin.v1.BulkDeleteDocumentsResponse) obj;
 
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -99,98 +118,104 @@ public int hashCode() {
   }
 
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-  public static Builder newBuilder(com.google.firestore.admin.v1.BulkDeleteDocumentsResponse prototype) {
+
+  public static Builder newBuilder(
+      com.google.firestore.admin.v1.BulkDeleteDocumentsResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The response for
    * [FirestoreAdmin.BulkDeleteDocuments][google.firestore.admin.v1.FirestoreAdmin.BulkDeleteDocuments].
@@ -198,33 +223,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.BulkDeleteDocumentsResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.BulkDeleteDocumentsResponse)
       com.google.firestore.admin.v1.BulkDeleteDocumentsResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.class, com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.Builder.class);
+              com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.class,
+              com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -232,9 +256,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor;
     }
 
     @java.lang.Override
@@ -253,7 +277,8 @@ public com.google.firestore.admin.v1.BulkDeleteDocumentsResponse build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.BulkDeleteDocumentsResponse buildPartial() {
-      com.google.firestore.admin.v1.BulkDeleteDocumentsResponse result = new com.google.firestore.admin.v1.BulkDeleteDocumentsResponse(this);
+      com.google.firestore.admin.v1.BulkDeleteDocumentsResponse result =
+          new com.google.firestore.admin.v1.BulkDeleteDocumentsResponse(this);
       onBuilt();
       return result;
     }
@@ -262,38 +287,39 @@ public com.google.firestore.admin.v1.BulkDeleteDocumentsResponse buildPartial()
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.BulkDeleteDocumentsResponse) {
-        return mergeFrom((com.google.firestore.admin.v1.BulkDeleteDocumentsResponse)other);
+        return mergeFrom((com.google.firestore.admin.v1.BulkDeleteDocumentsResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -301,7 +327,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.BulkDeleteDocumentsResponse other) {
-      if (other == com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.BulkDeleteDocumentsResponse.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
       return this;
@@ -328,12 +355,13 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -343,9 +371,9 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -355,12 +383,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.BulkDeleteDocumentsResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.BulkDeleteDocumentsResponse)
   private static final com.google.firestore.admin.v1.BulkDeleteDocumentsResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.admin.v1.BulkDeleteDocumentsResponse();
   }
@@ -369,27 +397,27 @@ public static com.google.firestore.admin.v1.BulkDeleteDocumentsResponse getDefau
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public BulkDeleteDocumentsResponse parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public BulkDeleteDocumentsResponse parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -404,6 +432,4 @@ public com.google.protobuf.Parser getParserForType(
   public com.google.firestore.admin.v1.BulkDeleteDocumentsResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponseOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponseOrBuilder.java
new file mode 100644
index 000000000..09e2e9768
--- /dev/null
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/BulkDeleteDocumentsResponseOrBuilder.java
@@ -0,0 +1,25 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/admin/v1/firestore_admin.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.admin.v1;
+
+public interface BulkDeleteDocumentsResponseOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.BulkDeleteDocumentsResponse)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CollectionGroupName.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CollectionGroupName.java
similarity index 100%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CollectionGroupName.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CollectionGroupName.java
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequest.java
similarity index 61%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequest.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequest.java
index 3e55b5478..b30470fa7 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequest.java
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequest.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/firestore_admin.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.admin.v1;
 
 /**
+ *
+ *
  * 
  * The request for
  * [FirestoreAdmin.CreateBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.CreateBackupSchedule].
@@ -12,51 +29,59 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.CreateBackupScheduleRequest}
  */
-public final class CreateBackupScheduleRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class CreateBackupScheduleRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.CreateBackupScheduleRequest)
     CreateBackupScheduleRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use CreateBackupScheduleRequest.newBuilder() to construct.
   private CreateBackupScheduleRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private CreateBackupScheduleRequest() {
     parent_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new CreateBackupScheduleRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.CreateBackupScheduleRequest.class, com.google.firestore.admin.v1.CreateBackupScheduleRequest.Builder.class);
+            com.google.firestore.admin.v1.CreateBackupScheduleRequest.class,
+            com.google.firestore.admin.v1.CreateBackupScheduleRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int PARENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
+   *
+   *
    * 
    * Required. The parent database.
    *
    *  Format `projects/{project}/databases/{database}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ @java.lang.Override @@ -65,31 +90,33 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. The parent database.
    *
    *  Format `projects/{project}/databases/{database}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -100,11 +127,16 @@ public java.lang.String getParent() { public static final int BACKUP_SCHEDULE_FIELD_NUMBER = 2; private com.google.firestore.admin.v1.BackupSchedule backupSchedule_; /** + * + * *
    * Required. The backup schedule to create.
    * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the backupSchedule field is set. */ @java.lang.Override @@ -112,30 +144,44 @@ public boolean hasBackupSchedule() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Required. The backup schedule to create.
    * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The backupSchedule. */ @java.lang.Override public com.google.firestore.admin.v1.BackupSchedule getBackupSchedule() { - return backupSchedule_ == null ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; + return backupSchedule_ == null + ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() + : backupSchedule_; } /** + * + * *
    * Required. The backup schedule to create.
    * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOrBuilder() { - return backupSchedule_ == null ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; + return backupSchedule_ == null + ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() + : backupSchedule_; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -147,8 +193,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -168,8 +213,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getBackupSchedule()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getBackupSchedule()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -179,19 +223,18 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.CreateBackupScheduleRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.CreateBackupScheduleRequest other = (com.google.firestore.admin.v1.CreateBackupScheduleRequest) obj; + com.google.firestore.admin.v1.CreateBackupScheduleRequest other = + (com.google.firestore.admin.v1.CreateBackupScheduleRequest) obj; - if (!getParent() - .equals(other.getParent())) return false; + if (!getParent().equals(other.getParent())) return false; if (hasBackupSchedule() != other.hasBackupSchedule()) return false; if (hasBackupSchedule()) { - if (!getBackupSchedule() - .equals(other.getBackupSchedule())) return false; + if (!getBackupSchedule().equals(other.getBackupSchedule())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -216,98 +259,104 @@ public int hashCode() { } public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.CreateBackupScheduleRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.CreateBackupScheduleRequest prototype) { + + public static Builder newBuilder( + com.google.firestore.admin.v1.CreateBackupScheduleRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.CreateBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.CreateBackupSchedule].
@@ -315,21 +364,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.CreateBackupScheduleRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.CreateBackupScheduleRequest)
       com.google.firestore.admin.v1.CreateBackupScheduleRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.CreateBackupScheduleRequest.class, com.google.firestore.admin.v1.CreateBackupScheduleRequest.Builder.class);
+              com.google.firestore.admin.v1.CreateBackupScheduleRequest.class,
+              com.google.firestore.admin.v1.CreateBackupScheduleRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.CreateBackupScheduleRequest.newBuilder()
@@ -337,17 +388,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getBackupScheduleFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -362,9 +413,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor;
     }
 
     @java.lang.Override
@@ -383,8 +434,11 @@ public com.google.firestore.admin.v1.CreateBackupScheduleRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.CreateBackupScheduleRequest buildPartial() {
-      com.google.firestore.admin.v1.CreateBackupScheduleRequest result = new com.google.firestore.admin.v1.CreateBackupScheduleRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.CreateBackupScheduleRequest result =
+          new com.google.firestore.admin.v1.CreateBackupScheduleRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -396,9 +450,8 @@ private void buildPartial0(com.google.firestore.admin.v1.CreateBackupScheduleReq
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.backupSchedule_ = backupScheduleBuilder_ == null
-            ? backupSchedule_
-            : backupScheduleBuilder_.build();
+        result.backupSchedule_ =
+            backupScheduleBuilder_ == null ? backupSchedule_ : backupScheduleBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -408,38 +461,39 @@ private void buildPartial0(com.google.firestore.admin.v1.CreateBackupScheduleReq
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.CreateBackupScheduleRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.CreateBackupScheduleRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.CreateBackupScheduleRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -447,7 +501,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.CreateBackupScheduleRequest other) {
-      if (other == com.google.firestore.admin.v1.CreateBackupScheduleRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.CreateBackupScheduleRequest.getDefaultInstance())
+        return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -482,24 +537,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              parent_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getBackupScheduleFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                parent_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getBackupScheduleFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -509,24 +565,29 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
+     *
+     *
      * 
      * Required. The parent database.
      *
      *  Format `projects/{project}/databases/{database}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -535,22 +596,25 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent database.
      *
      *  Format `projects/{project}/databases/{database}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -558,32 +622,43 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent database.
      *
      *  Format `projects/{project}/databases/{database}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The parent database.
      *
      *  Format `projects/{project}/databases/{database}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearParent() { @@ -593,19 +668,25 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. The parent database.
      *
      *  Format `projects/{project}/databases/{database}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -615,39 +696,58 @@ public Builder setParentBytes( private com.google.firestore.admin.v1.BackupSchedule backupSchedule_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder> backupScheduleBuilder_; + com.google.firestore.admin.v1.BackupSchedule, + com.google.firestore.admin.v1.BackupSchedule.Builder, + com.google.firestore.admin.v1.BackupScheduleOrBuilder> + backupScheduleBuilder_; /** + * + * *
      * Required. The backup schedule to create.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the backupSchedule field is set. */ public boolean hasBackupSchedule() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Required. The backup schedule to create.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The backupSchedule. */ public com.google.firestore.admin.v1.BackupSchedule getBackupSchedule() { if (backupScheduleBuilder_ == null) { - return backupSchedule_ == null ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; + return backupSchedule_ == null + ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() + : backupSchedule_; } else { return backupScheduleBuilder_.getMessage(); } } /** + * + * *
      * Required. The backup schedule to create.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setBackupSchedule(com.google.firestore.admin.v1.BackupSchedule value) { if (backupScheduleBuilder_ == null) { @@ -663,11 +763,15 @@ public Builder setBackupSchedule(com.google.firestore.admin.v1.BackupSchedule va return this; } /** + * + * *
      * Required. The backup schedule to create.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setBackupSchedule( com.google.firestore.admin.v1.BackupSchedule.Builder builderForValue) { @@ -681,17 +785,22 @@ public Builder setBackupSchedule( return this; } /** + * + * *
      * Required. The backup schedule to create.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeBackupSchedule(com.google.firestore.admin.v1.BackupSchedule value) { if (backupScheduleBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) && - backupSchedule_ != null && - backupSchedule_ != com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) + && backupSchedule_ != null + && backupSchedule_ + != com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()) { getBackupScheduleBuilder().mergeFrom(value); } else { backupSchedule_ = value; @@ -706,11 +815,15 @@ public Builder mergeBackupSchedule(com.google.firestore.admin.v1.BackupSchedule return this; } /** + * + * *
      * Required. The backup schedule to create.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearBackupSchedule() { bitField0_ = (bitField0_ & ~0x00000002); @@ -723,11 +836,15 @@ public Builder clearBackupSchedule() { return this; } /** + * + * *
      * Required. The backup schedule to create.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.admin.v1.BackupSchedule.Builder getBackupScheduleBuilder() { bitField0_ |= 0x00000002; @@ -735,43 +852,55 @@ public com.google.firestore.admin.v1.BackupSchedule.Builder getBackupScheduleBui return getBackupScheduleFieldBuilder().getBuilder(); } /** + * + * *
      * Required. The backup schedule to create.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOrBuilder() { if (backupScheduleBuilder_ != null) { return backupScheduleBuilder_.getMessageOrBuilder(); } else { - return backupSchedule_ == null ? - com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; + return backupSchedule_ == null + ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() + : backupSchedule_; } } /** + * + * *
      * Required. The backup schedule to create.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder> + com.google.firestore.admin.v1.BackupSchedule, + com.google.firestore.admin.v1.BackupSchedule.Builder, + com.google.firestore.admin.v1.BackupScheduleOrBuilder> getBackupScheduleFieldBuilder() { if (backupScheduleBuilder_ == null) { - backupScheduleBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder>( - getBackupSchedule(), - getParentForChildren(), - isClean()); + backupScheduleBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.BackupSchedule, + com.google.firestore.admin.v1.BackupSchedule.Builder, + com.google.firestore.admin.v1.BackupScheduleOrBuilder>( + getBackupSchedule(), getParentForChildren(), isClean()); backupSchedule_ = null; } return backupScheduleBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -781,12 +910,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.CreateBackupScheduleRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.CreateBackupScheduleRequest) private static final com.google.firestore.admin.v1.CreateBackupScheduleRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.CreateBackupScheduleRequest(); } @@ -795,27 +924,27 @@ public static com.google.firestore.admin.v1.CreateBackupScheduleRequest getDefau return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateBackupScheduleRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CreateBackupScheduleRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -830,6 +959,4 @@ public com.google.protobuf.Parser getParserForType( public com.google.firestore.admin.v1.CreateBackupScheduleRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java new file mode 100644 index 000000000..53131c507 --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateBackupScheduleRequestOrBuilder.java @@ -0,0 +1,100 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface CreateBackupScheduleRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.CreateBackupScheduleRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. The parent database.
+   *
+   *  Format `projects/{project}/databases/{database}`
+   * 
+ * + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The parent. + */ + java.lang.String getParent(); + /** + * + * + *
+   * Required. The parent database.
+   *
+   *  Format `projects/{project}/databases/{database}`
+   * 
+ * + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for parent. + */ + com.google.protobuf.ByteString getParentBytes(); + + /** + * + * + *
+   * Required. The backup schedule to create.
+   * 
+ * + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * + * @return Whether the backupSchedule field is set. + */ + boolean hasBackupSchedule(); + /** + * + * + *
+   * Required. The backup schedule to create.
+   * 
+ * + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * + * @return The backupSchedule. + */ + com.google.firestore.admin.v1.BackupSchedule getBackupSchedule(); + /** + * + * + *
+   * Required. The backup schedule to create.
+   * 
+ * + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED]; + * + */ + com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOrBuilder(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadata.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadata.java similarity index 62% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadata.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadata.java index 0e17d8ca2..21bda802b 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadata.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadata.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,45 +20,49 @@ package com.google.firestore.admin.v1; /** + * + * *
  * Metadata related to the create database operation.
  * 
* * Protobuf type {@code google.firestore.admin.v1.CreateDatabaseMetadata} */ -public final class CreateDatabaseMetadata extends - com.google.protobuf.GeneratedMessageV3 implements +public final class CreateDatabaseMetadata extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.CreateDatabaseMetadata) CreateDatabaseMetadataOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use CreateDatabaseMetadata.newBuilder() to construct. private CreateDatabaseMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CreateDatabaseMetadata() { - } + + private CreateDatabaseMetadata() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new CreateDatabaseMetadata(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.CreateDatabaseMetadata.class, com.google.firestore.admin.v1.CreateDatabaseMetadata.Builder.class); + com.google.firestore.admin.v1.CreateDatabaseMetadata.class, + com.google.firestore.admin.v1.CreateDatabaseMetadata.Builder.class); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -55,8 +74,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @@ -74,12 +92,13 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.CreateDatabaseMetadata)) { return super.equals(obj); } - com.google.firestore.admin.v1.CreateDatabaseMetadata other = (com.google.firestore.admin.v1.CreateDatabaseMetadata) obj; + com.google.firestore.admin.v1.CreateDatabaseMetadata other = + (com.google.firestore.admin.v1.CreateDatabaseMetadata) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -98,131 +117,135 @@ public int hashCode() { } public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.CreateDatabaseMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.CreateDatabaseMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Metadata related to the create database operation.
    * 
* * Protobuf type {@code google.firestore.admin.v1.CreateDatabaseMetadata} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.CreateDatabaseMetadata) com.google.firestore.admin.v1.CreateDatabaseMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.CreateDatabaseMetadata.class, com.google.firestore.admin.v1.CreateDatabaseMetadata.Builder.class); + com.google.firestore.admin.v1.CreateDatabaseMetadata.class, + com.google.firestore.admin.v1.CreateDatabaseMetadata.Builder.class); } // Construct using com.google.firestore.admin.v1.CreateDatabaseMetadata.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -230,9 +253,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor; } @java.lang.Override @@ -251,7 +274,8 @@ public com.google.firestore.admin.v1.CreateDatabaseMetadata build() { @java.lang.Override public com.google.firestore.admin.v1.CreateDatabaseMetadata buildPartial() { - com.google.firestore.admin.v1.CreateDatabaseMetadata result = new com.google.firestore.admin.v1.CreateDatabaseMetadata(this); + com.google.firestore.admin.v1.CreateDatabaseMetadata result = + new com.google.firestore.admin.v1.CreateDatabaseMetadata(this); onBuilt(); return result; } @@ -260,38 +284,39 @@ public com.google.firestore.admin.v1.CreateDatabaseMetadata buildPartial() { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.CreateDatabaseMetadata) { - return mergeFrom((com.google.firestore.admin.v1.CreateDatabaseMetadata)other); + return mergeFrom((com.google.firestore.admin.v1.CreateDatabaseMetadata) other); } else { super.mergeFrom(other); return this; @@ -299,7 +324,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.CreateDatabaseMetadata other) { - if (other == com.google.firestore.admin.v1.CreateDatabaseMetadata.getDefaultInstance()) return this; + if (other == com.google.firestore.admin.v1.CreateDatabaseMetadata.getDefaultInstance()) + return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; @@ -326,12 +352,13 @@ public Builder mergeFrom( case 0: done = true; break; - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -341,9 +368,9 @@ public Builder mergeFrom( } // finally return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -353,12 +380,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.CreateDatabaseMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.CreateDatabaseMetadata) private static final com.google.firestore.admin.v1.CreateDatabaseMetadata DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.CreateDatabaseMetadata(); } @@ -367,27 +394,27 @@ public static com.google.firestore.admin.v1.CreateDatabaseMetadata getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateDatabaseMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CreateDatabaseMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -402,6 +429,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.CreateDatabaseMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java new file mode 100644 index 000000000..528df7251 --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseMetadataOrBuilder.java @@ -0,0 +1,25 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface CreateDatabaseMetadataOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.CreateDatabaseMetadata) + com.google.protobuf.MessageOrBuilder {} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequest.java similarity index 65% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequest.java index 0e8a95928..14f66dfe6 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.FirestoreAdmin.CreateDatabase].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.CreateDatabaseRequest}
  */
-public final class CreateDatabaseRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class CreateDatabaseRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.CreateDatabaseRequest)
     CreateDatabaseRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use CreateDatabaseRequest.newBuilder() to construct.
   private CreateDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private CreateDatabaseRequest() {
     parent_ = "";
     databaseId_ = "";
@@ -28,35 +46,42 @@ private CreateDatabaseRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new CreateDatabaseRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.CreateDatabaseRequest.class, com.google.firestore.admin.v1.CreateDatabaseRequest.Builder.class);
+            com.google.firestore.admin.v1.CreateDatabaseRequest.class,
+            com.google.firestore.admin.v1.CreateDatabaseRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int PARENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
+   *
+   *
    * 
    * Required. A parent name of the form
    * `projects/{project_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ @java.lang.Override @@ -65,30 +90,32 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. A parent name of the form
    * `projects/{project_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -99,11 +126,16 @@ public java.lang.String getParent() { public static final int DATABASE_FIELD_NUMBER = 2; private com.google.firestore.admin.v1.Database database_; /** + * + * *
    * Required. The Database to create.
    * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the database field is set. */ @java.lang.Override @@ -111,33 +143,49 @@ public boolean hasDatabase() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Required. The Database to create.
    * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The database. */ @java.lang.Override public com.google.firestore.admin.v1.Database getDatabase() { - return database_ == null ? com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; + return database_ == null + ? com.google.firestore.admin.v1.Database.getDefaultInstance() + : database_; } /** + * + * *
    * Required. The Database to create.
    * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() { - return database_ == null ? com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; + return database_ == null + ? com.google.firestore.admin.v1.Database.getDefaultInstance() + : database_; } public static final int DATABASE_ID_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private volatile java.lang.Object databaseId_ = ""; /** + * + * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name.
@@ -150,6 +198,7 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() {
    * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The databaseId. */ @java.lang.Override @@ -158,14 +207,15 @@ public java.lang.String getDatabaseId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); databaseId_ = s; return s; } } /** + * + * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name.
@@ -178,16 +228,15 @@ public java.lang.String getDatabaseId() {
    * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for databaseId. */ @java.lang.Override - public com.google.protobuf.ByteString - getDatabaseIdBytes() { + public com.google.protobuf.ByteString getDatabaseIdBytes() { java.lang.Object ref = databaseId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); databaseId_ = b; return b; } else { @@ -196,6 +245,7 @@ public java.lang.String getDatabaseId() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -207,8 +257,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -231,8 +280,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getDatabase()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getDatabase()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(databaseId_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, databaseId_); @@ -245,22 +293,20 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.CreateDatabaseRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.CreateDatabaseRequest other = (com.google.firestore.admin.v1.CreateDatabaseRequest) obj; + com.google.firestore.admin.v1.CreateDatabaseRequest other = + (com.google.firestore.admin.v1.CreateDatabaseRequest) obj; - if (!getParent() - .equals(other.getParent())) return false; + if (!getParent().equals(other.getParent())) return false; if (hasDatabase() != other.hasDatabase()) return false; if (hasDatabase()) { - if (!getDatabase() - .equals(other.getDatabase())) return false; + if (!getDatabase().equals(other.getDatabase())) return false; } - if (!getDatabaseId() - .equals(other.getDatabaseId())) return false; + if (!getDatabaseId().equals(other.getDatabaseId())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -286,98 +332,103 @@ public int hashCode() { } public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateDatabaseRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.CreateDatabaseRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.CreateDatabaseRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.CreateDatabaseRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.CreateDatabaseRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.FirestoreAdmin.CreateDatabase].
@@ -385,21 +436,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.CreateDatabaseRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.CreateDatabaseRequest)
       com.google.firestore.admin.v1.CreateDatabaseRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.CreateDatabaseRequest.class, com.google.firestore.admin.v1.CreateDatabaseRequest.Builder.class);
+              com.google.firestore.admin.v1.CreateDatabaseRequest.class,
+              com.google.firestore.admin.v1.CreateDatabaseRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.CreateDatabaseRequest.newBuilder()
@@ -407,17 +460,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getDatabaseFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -433,9 +486,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
@@ -454,8 +507,11 @@ public com.google.firestore.admin.v1.CreateDatabaseRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.CreateDatabaseRequest buildPartial() {
-      com.google.firestore.admin.v1.CreateDatabaseRequest result = new com.google.firestore.admin.v1.CreateDatabaseRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.CreateDatabaseRequest result =
+          new com.google.firestore.admin.v1.CreateDatabaseRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -467,9 +523,7 @@ private void buildPartial0(com.google.firestore.admin.v1.CreateDatabaseRequest r
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.database_ = databaseBuilder_ == null
-            ? database_
-            : databaseBuilder_.build();
+        result.database_ = databaseBuilder_ == null ? database_ : databaseBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
@@ -482,38 +536,39 @@ private void buildPartial0(com.google.firestore.admin.v1.CreateDatabaseRequest r
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.CreateDatabaseRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.CreateDatabaseRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.CreateDatabaseRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -521,7 +576,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.CreateDatabaseRequest other) {
-      if (other == com.google.firestore.admin.v1.CreateDatabaseRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.CreateDatabaseRequest.getDefaultInstance())
+        return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -561,29 +617,31 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              parent_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getDatabaseFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 26: {
-              databaseId_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                parent_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getDatabaseFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 26:
+              {
+                databaseId_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -593,23 +651,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
+     *
+     *
      * 
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -618,21 +681,24 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -640,30 +706,41 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearParent() { @@ -673,18 +750,24 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -694,39 +777,58 @@ public Builder setParentBytes( private com.google.firestore.admin.v1.Database database_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder> databaseBuilder_; + com.google.firestore.admin.v1.Database, + com.google.firestore.admin.v1.Database.Builder, + com.google.firestore.admin.v1.DatabaseOrBuilder> + databaseBuilder_; /** + * + * *
      * Required. The Database to create.
      * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the database field is set. */ public boolean hasDatabase() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Required. The Database to create.
      * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The database. */ public com.google.firestore.admin.v1.Database getDatabase() { if (databaseBuilder_ == null) { - return database_ == null ? com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; + return database_ == null + ? com.google.firestore.admin.v1.Database.getDefaultInstance() + : database_; } else { return databaseBuilder_.getMessage(); } } /** + * + * *
      * Required. The Database to create.
      * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setDatabase(com.google.firestore.admin.v1.Database value) { if (databaseBuilder_ == null) { @@ -742,14 +844,17 @@ public Builder setDatabase(com.google.firestore.admin.v1.Database value) { return this; } /** + * + * *
      * Required. The Database to create.
      * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder setDatabase( - com.google.firestore.admin.v1.Database.Builder builderForValue) { + public Builder setDatabase(com.google.firestore.admin.v1.Database.Builder builderForValue) { if (databaseBuilder_ == null) { database_ = builderForValue.build(); } else { @@ -760,17 +865,21 @@ public Builder setDatabase( return this; } /** + * + * *
      * Required. The Database to create.
      * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeDatabase(com.google.firestore.admin.v1.Database value) { if (databaseBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) && - database_ != null && - database_ != com.google.firestore.admin.v1.Database.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) + && database_ != null + && database_ != com.google.firestore.admin.v1.Database.getDefaultInstance()) { getDatabaseBuilder().mergeFrom(value); } else { database_ = value; @@ -785,11 +894,15 @@ public Builder mergeDatabase(com.google.firestore.admin.v1.Database value) { return this; } /** + * + * *
      * Required. The Database to create.
      * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearDatabase() { bitField0_ = (bitField0_ & ~0x00000002); @@ -802,11 +915,15 @@ public Builder clearDatabase() { return this; } /** + * + * *
      * Required. The Database to create.
      * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.admin.v1.Database.Builder getDatabaseBuilder() { bitField0_ |= 0x00000002; @@ -814,36 +931,48 @@ public com.google.firestore.admin.v1.Database.Builder getDatabaseBuilder() { return getDatabaseFieldBuilder().getBuilder(); } /** + * + * *
      * Required. The Database to create.
      * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() { if (databaseBuilder_ != null) { return databaseBuilder_.getMessageOrBuilder(); } else { - return database_ == null ? - com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; + return database_ == null + ? com.google.firestore.admin.v1.Database.getDefaultInstance() + : database_; } } /** + * + * *
      * Required. The Database to create.
      * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder> + com.google.firestore.admin.v1.Database, + com.google.firestore.admin.v1.Database.Builder, + com.google.firestore.admin.v1.DatabaseOrBuilder> getDatabaseFieldBuilder() { if (databaseBuilder_ == null) { - databaseBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder>( - getDatabase(), - getParentForChildren(), - isClean()); + databaseBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Database, + com.google.firestore.admin.v1.Database.Builder, + com.google.firestore.admin.v1.DatabaseOrBuilder>( + getDatabase(), getParentForChildren(), isClean()); database_ = null; } return databaseBuilder_; @@ -851,6 +980,8 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() { private java.lang.Object databaseId_ = ""; /** + * + * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name.
@@ -863,13 +994,13 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() {
      * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The databaseId. */ public java.lang.String getDatabaseId() { java.lang.Object ref = databaseId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); databaseId_ = s; return s; @@ -878,6 +1009,8 @@ public java.lang.String getDatabaseId() { } } /** + * + * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name.
@@ -890,15 +1023,14 @@ public java.lang.String getDatabaseId() {
      * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for databaseId. */ - public com.google.protobuf.ByteString - getDatabaseIdBytes() { + public com.google.protobuf.ByteString getDatabaseIdBytes() { java.lang.Object ref = databaseId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); databaseId_ = b; return b; } else { @@ -906,6 +1038,8 @@ public java.lang.String getDatabaseId() { } } /** + * + * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name.
@@ -918,18 +1052,22 @@ public java.lang.String getDatabaseId() {
      * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The databaseId to set. * @return This builder for chaining. */ - public Builder setDatabaseId( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseId(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } databaseId_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** + * + * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name.
@@ -942,6 +1080,7 @@ public Builder setDatabaseId(
      * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearDatabaseId() { @@ -951,6 +1090,8 @@ public Builder clearDatabaseId() { return this; } /** + * + * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name.
@@ -963,21 +1104,23 @@ public Builder clearDatabaseId() {
      * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for databaseId to set. * @return This builder for chaining. */ - public Builder setDatabaseIdBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseIdBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); databaseId_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -987,12 +1130,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.CreateDatabaseRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.CreateDatabaseRequest) private static final com.google.firestore.admin.v1.CreateDatabaseRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.CreateDatabaseRequest(); } @@ -1001,27 +1144,27 @@ public static com.google.firestore.admin.v1.CreateDatabaseRequest getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateDatabaseRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CreateDatabaseRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1036,6 +1179,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.CreateDatabaseRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequestOrBuilder.java similarity index 60% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequestOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequestOrBuilder.java index ff33780a8..77121db4d 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequestOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateDatabaseRequestOrBuilder.java @@ -1,63 +1,104 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface CreateDatabaseRequestOrBuilder extends +public interface CreateDatabaseRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.CreateDatabaseRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. A parent name of the form
    * `projects/{project_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ java.lang.String getParent(); /** + * + * *
    * Required. A parent name of the form
    * `projects/{project_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - com.google.protobuf.ByteString - getParentBytes(); + com.google.protobuf.ByteString getParentBytes(); /** + * + * *
    * Required. The Database to create.
    * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the database field is set. */ boolean hasDatabase(); /** + * + * *
    * Required. The Database to create.
    * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The database. */ com.google.firestore.admin.v1.Database getDatabase(); /** + * + * *
    * Required. The Database to create.
    * 
* - * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder(); /** + * + * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name.
@@ -70,10 +111,13 @@ public interface CreateDatabaseRequestOrBuilder extends
    * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The databaseId. */ java.lang.String getDatabaseId(); /** + * + * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name.
@@ -86,8 +130,8 @@ public interface CreateDatabaseRequestOrBuilder extends
    * 
* * string database_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for databaseId. */ - com.google.protobuf.ByteString - getDatabaseIdBytes(); + com.google.protobuf.ByteString getDatabaseIdBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java similarity index 65% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java index 2e3910c23..b4030c388 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.CreateIndex][google.firestore.admin.v1.FirestoreAdmin.CreateIndex].
@@ -12,50 +29,58 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.CreateIndexRequest}
  */
-public final class CreateIndexRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class CreateIndexRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.CreateIndexRequest)
     CreateIndexRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use CreateIndexRequest.newBuilder() to construct.
   private CreateIndexRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private CreateIndexRequest() {
     parent_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new CreateIndexRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.CreateIndexRequest.class, com.google.firestore.admin.v1.CreateIndexRequest.Builder.class);
+            com.google.firestore.admin.v1.CreateIndexRequest.class,
+            com.google.firestore.admin.v1.CreateIndexRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int PARENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
+   *
+   *
    * 
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ @java.lang.Override @@ -64,30 +89,32 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -98,11 +125,15 @@ public java.lang.String getParent() { public static final int INDEX_FIELD_NUMBER = 2; private com.google.firestore.admin.v1.Index index_; /** + * + * *
    * Required. The composite index to create.
    * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the index field is set. */ @java.lang.Override @@ -110,11 +141,15 @@ public boolean hasIndex() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Required. The composite index to create.
    * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The index. */ @java.lang.Override @@ -122,11 +157,14 @@ public com.google.firestore.admin.v1.Index getIndex() { return index_ == null ? com.google.firestore.admin.v1.Index.getDefaultInstance() : index_; } /** + * + * *
    * Required. The composite index to create.
    * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder() { @@ -134,6 +172,7 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -145,8 +184,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -166,8 +204,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getIndex()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getIndex()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -177,19 +214,18 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.CreateIndexRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.CreateIndexRequest other = (com.google.firestore.admin.v1.CreateIndexRequest) obj; + com.google.firestore.admin.v1.CreateIndexRequest other = + (com.google.firestore.admin.v1.CreateIndexRequest) obj; - if (!getParent() - .equals(other.getParent())) return false; + if (!getParent().equals(other.getParent())) return false; if (hasIndex() != other.hasIndex()) return false; if (hasIndex()) { - if (!getIndex() - .equals(other.getIndex())) return false; + if (!getIndex().equals(other.getIndex())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -213,99 +249,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.CreateIndexRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.CreateIndexRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.CreateIndexRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.CreateIndexRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.CreateIndexRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.CreateIndex][google.firestore.admin.v1.FirestoreAdmin.CreateIndex].
@@ -313,21 +354,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.CreateIndexRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.CreateIndexRequest)
       com.google.firestore.admin.v1.CreateIndexRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.CreateIndexRequest.class, com.google.firestore.admin.v1.CreateIndexRequest.Builder.class);
+              com.google.firestore.admin.v1.CreateIndexRequest.class,
+              com.google.firestore.admin.v1.CreateIndexRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.CreateIndexRequest.newBuilder()
@@ -335,17 +378,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getIndexFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -360,9 +403,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor;
     }
 
     @java.lang.Override
@@ -381,8 +424,11 @@ public com.google.firestore.admin.v1.CreateIndexRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.CreateIndexRequest buildPartial() {
-      com.google.firestore.admin.v1.CreateIndexRequest result = new com.google.firestore.admin.v1.CreateIndexRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.CreateIndexRequest result =
+          new com.google.firestore.admin.v1.CreateIndexRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -394,9 +440,7 @@ private void buildPartial0(com.google.firestore.admin.v1.CreateIndexRequest resu
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.index_ = indexBuilder_ == null
-            ? index_
-            : indexBuilder_.build();
+        result.index_ = indexBuilder_ == null ? index_ : indexBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -406,38 +450,39 @@ private void buildPartial0(com.google.firestore.admin.v1.CreateIndexRequest resu
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.CreateIndexRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.CreateIndexRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.CreateIndexRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -445,7 +490,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.CreateIndexRequest other) {
-      if (other == com.google.firestore.admin.v1.CreateIndexRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.CreateIndexRequest.getDefaultInstance())
+        return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -480,24 +526,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              parent_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getIndexFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                parent_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getIndexFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -507,23 +554,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
+     *
+     *
      * 
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -532,21 +584,24 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -554,30 +609,41 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearParent() { @@ -587,18 +653,24 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -608,24 +680,35 @@ public Builder setParentBytes( private com.google.firestore.admin.v1.Index index_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> indexBuilder_; + com.google.firestore.admin.v1.Index, + com.google.firestore.admin.v1.Index.Builder, + com.google.firestore.admin.v1.IndexOrBuilder> + indexBuilder_; /** + * + * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the index field is set. */ public boolean hasIndex() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The index. */ public com.google.firestore.admin.v1.Index getIndex() { @@ -636,11 +719,14 @@ public com.google.firestore.admin.v1.Index getIndex() { } } /** + * + * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setIndex(com.google.firestore.admin.v1.Index value) { if (indexBuilder_ == null) { @@ -656,14 +742,16 @@ public Builder setIndex(com.google.firestore.admin.v1.Index value) { return this; } /** + * + * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder setIndex( - com.google.firestore.admin.v1.Index.Builder builderForValue) { + public Builder setIndex(com.google.firestore.admin.v1.Index.Builder builderForValue) { if (indexBuilder_ == null) { index_ = builderForValue.build(); } else { @@ -674,17 +762,20 @@ public Builder setIndex( return this; } /** + * + * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeIndex(com.google.firestore.admin.v1.Index value) { if (indexBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) && - index_ != null && - index_ != com.google.firestore.admin.v1.Index.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) + && index_ != null + && index_ != com.google.firestore.admin.v1.Index.getDefaultInstance()) { getIndexBuilder().mergeFrom(value); } else { index_ = value; @@ -699,11 +790,14 @@ public Builder mergeIndex(com.google.firestore.admin.v1.Index value) { return this; } /** + * + * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearIndex() { bitField0_ = (bitField0_ & ~0x00000002); @@ -716,11 +810,14 @@ public Builder clearIndex() { return this; } /** + * + * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.admin.v1.Index.Builder getIndexBuilder() { bitField0_ |= 0x00000002; @@ -728,43 +825,51 @@ public com.google.firestore.admin.v1.Index.Builder getIndexBuilder() { return getIndexFieldBuilder().getBuilder(); } /** + * + * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder() { if (indexBuilder_ != null) { return indexBuilder_.getMessageOrBuilder(); } else { - return index_ == null ? - com.google.firestore.admin.v1.Index.getDefaultInstance() : index_; + return index_ == null ? com.google.firestore.admin.v1.Index.getDefaultInstance() : index_; } } /** + * + * *
      * Required. The composite index to create.
      * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> + com.google.firestore.admin.v1.Index, + com.google.firestore.admin.v1.Index.Builder, + com.google.firestore.admin.v1.IndexOrBuilder> getIndexFieldBuilder() { if (indexBuilder_ == null) { - indexBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder>( - getIndex(), - getParentForChildren(), - isClean()); + indexBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Index, + com.google.firestore.admin.v1.Index.Builder, + com.google.firestore.admin.v1.IndexOrBuilder>( + getIndex(), getParentForChildren(), isClean()); index_ = null; } return indexBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -774,12 +879,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.CreateIndexRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.CreateIndexRequest) private static final com.google.firestore.admin.v1.CreateIndexRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.CreateIndexRequest(); } @@ -788,27 +893,27 @@ public static com.google.firestore.admin.v1.CreateIndexRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateIndexRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CreateIndexRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -823,6 +928,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.CreateIndexRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequestOrBuilder.java similarity index 54% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequestOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequestOrBuilder.java index e912cf81c..aaae79a06 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequestOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequestOrBuilder.java @@ -1,59 +1,95 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface CreateIndexRequestOrBuilder extends +public interface CreateIndexRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.CreateIndexRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ java.lang.String getParent(); /** + * + * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - com.google.protobuf.ByteString - getParentBytes(); + com.google.protobuf.ByteString getParentBytes(); /** + * + * *
    * Required. The composite index to create.
    * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the index field is set. */ boolean hasIndex(); /** + * + * *
    * Required. The composite index to create.
    * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The index. */ com.google.firestore.admin.v1.Index getIndex(); /** + * + * *
    * Required. The composite index to create.
    * 
* - * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrence.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrence.java similarity index 62% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrence.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrence.java index 67062a16b..353b9464e 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrence.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrence.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/schedule.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * Represents a recurring schedule that runs at a specific time every day.
  *
@@ -13,39 +30,41 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.DailyRecurrence}
  */
-public final class DailyRecurrence extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class DailyRecurrence extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.DailyRecurrence)
     DailyRecurrenceOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use DailyRecurrence.newBuilder() to construct.
   private DailyRecurrence(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private DailyRecurrence() {
-  }
+
+  private DailyRecurrence() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new DailyRecurrence();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.ScheduleProto
+        .internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable
+    return com.google.firestore.admin.v1.ScheduleProto
+        .internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.DailyRecurrence.class, com.google.firestore.admin.v1.DailyRecurrence.Builder.class);
+            com.google.firestore.admin.v1.DailyRecurrence.class,
+            com.google.firestore.admin.v1.DailyRecurrence.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -57,8 +76,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     getUnknownFields().writeTo(output);
   }
 
@@ -76,12 +94,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.admin.v1.DailyRecurrence)) {
       return super.equals(obj);
     }
-    com.google.firestore.admin.v1.DailyRecurrence other = (com.google.firestore.admin.v1.DailyRecurrence) obj;
+    com.google.firestore.admin.v1.DailyRecurrence other =
+        (com.google.firestore.admin.v1.DailyRecurrence) obj;
 
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -99,99 +118,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.admin.v1.DailyRecurrence parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.DailyRecurrence parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.admin.v1.DailyRecurrence parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.DailyRecurrence parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.admin.v1.DailyRecurrence prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Represents a recurring schedule that runs at a specific time every day.
    *
@@ -200,33 +224,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.DailyRecurrence}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.DailyRecurrence)
       com.google.firestore.admin.v1.DailyRecurrenceOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.ScheduleProto
+          .internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable
+      return com.google.firestore.admin.v1.ScheduleProto
+          .internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.DailyRecurrence.class, com.google.firestore.admin.v1.DailyRecurrence.Builder.class);
+              com.google.firestore.admin.v1.DailyRecurrence.class,
+              com.google.firestore.admin.v1.DailyRecurrence.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.DailyRecurrence.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -234,9 +257,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.ScheduleProto
+          .internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor;
     }
 
     @java.lang.Override
@@ -255,7 +278,8 @@ public com.google.firestore.admin.v1.DailyRecurrence build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.DailyRecurrence buildPartial() {
-      com.google.firestore.admin.v1.DailyRecurrence result = new com.google.firestore.admin.v1.DailyRecurrence(this);
+      com.google.firestore.admin.v1.DailyRecurrence result =
+          new com.google.firestore.admin.v1.DailyRecurrence(this);
       onBuilt();
       return result;
     }
@@ -264,38 +288,39 @@ public com.google.firestore.admin.v1.DailyRecurrence buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.DailyRecurrence) {
-        return mergeFrom((com.google.firestore.admin.v1.DailyRecurrence)other);
+        return mergeFrom((com.google.firestore.admin.v1.DailyRecurrence) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -330,12 +355,13 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -345,9 +371,9 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -357,12 +383,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.DailyRecurrence)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.DailyRecurrence)
   private static final com.google.firestore.admin.v1.DailyRecurrence DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.admin.v1.DailyRecurrence();
   }
@@ -371,27 +397,27 @@ public static com.google.firestore.admin.v1.DailyRecurrence getDefaultInstance()
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public DailyRecurrence parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public DailyRecurrence parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -406,6 +432,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.admin.v1.DailyRecurrence getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java
new file mode 100644
index 000000000..6ee832b1f
--- /dev/null
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DailyRecurrenceOrBuilder.java
@@ -0,0 +1,25 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/admin/v1/schedule.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.admin.v1;
+
+public interface DailyRecurrenceOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DailyRecurrence)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Database.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Database.java
similarity index 71%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Database.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Database.java
index 7519efeb4..255a6ee45 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Database.java
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Database.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/database.proto
 
@@ -5,21 +20,24 @@
 package com.google.firestore.admin.v1;
 
 /**
+ *
+ *
  * 
  * A Cloud Firestore Database.
  * 
* * Protobuf type {@code google.firestore.admin.v1.Database} */ -public final class Database extends - com.google.protobuf.GeneratedMessageV3 implements +public final class Database extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Database) DatabaseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Database.newBuilder() to construct. private Database(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Database() { name_ = ""; uid_ = ""; @@ -35,25 +53,28 @@ private Database() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Database(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.DatabaseProto.internal_static_google_firestore_admin_v1_Database_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.DatabaseProto + .internal_static_google_firestore_admin_v1_Database_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.DatabaseProto.internal_static_google_firestore_admin_v1_Database_fieldAccessorTable + return com.google.firestore.admin.v1.DatabaseProto + .internal_static_google_firestore_admin_v1_Database_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Database.class, com.google.firestore.admin.v1.Database.Builder.class); + com.google.firestore.admin.v1.Database.class, + com.google.firestore.admin.v1.Database.Builder.class); } /** + * + * *
    * The type of the database.
    * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -64,9 +85,10 @@ protected java.lang.Object newInstance(
    *
    * Protobuf enum {@code google.firestore.admin.v1.Database.DatabaseType}
    */
-  public enum DatabaseType
-      implements com.google.protobuf.ProtocolMessageEnum {
+  public enum DatabaseType implements com.google.protobuf.ProtocolMessageEnum {
     /**
+     *
+     *
      * 
      * The default value. This value is used if the database type is omitted.
      * 
@@ -75,6 +97,8 @@ public enum DatabaseType */ DATABASE_TYPE_UNSPECIFIED(0), /** + * + * *
      * Firestore Native Mode
      * 
@@ -83,6 +107,8 @@ public enum DatabaseType */ FIRESTORE_NATIVE(1), /** + * + * *
      * Firestore in Datastore Mode.
      * 
@@ -94,6 +120,8 @@ public enum DatabaseType ; /** + * + * *
      * The default value. This value is used if the database type is omitted.
      * 
@@ -102,6 +130,8 @@ public enum DatabaseType */ public static final int DATABASE_TYPE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * Firestore Native Mode
      * 
@@ -110,6 +140,8 @@ public enum DatabaseType */ public static final int FIRESTORE_NATIVE_VALUE = 1; /** + * + * *
      * Firestore in Datastore Mode.
      * 
@@ -118,7 +150,6 @@ public enum DatabaseType */ public static final int DATASTORE_MODE_VALUE = 2; - public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -143,49 +174,49 @@ public static DatabaseType valueOf(int value) { */ public static DatabaseType forNumber(int value) { switch (value) { - case 0: return DATABASE_TYPE_UNSPECIFIED; - case 1: return FIRESTORE_NATIVE; - case 2: return DATASTORE_MODE; - default: return null; + case 0: + return DATABASE_TYPE_UNSPECIFIED; + case 1: + return FIRESTORE_NATIVE; + case 2: + return DATASTORE_MODE; + default: + return null; } } - public static com.google.protobuf.Internal.EnumLiteMap - internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static final com.google.protobuf.Internal.EnumLiteMap< - DatabaseType> internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public DatabaseType findValueByNumber(int number) { - return DatabaseType.forNumber(number); - } - }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor - getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public DatabaseType findValueByNumber(int number) { + return DatabaseType.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - public final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptorForType() { + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptor() { + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.firestore.admin.v1.Database.getDescriptor().getEnumTypes().get(0); } private static final DatabaseType[] VALUES = values(); - public static DatabaseType valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static DatabaseType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException( - "EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -203,15 +234,18 @@ private DatabaseType(int value) { } /** + * + * *
    * The type of concurrency control mode for transactions.
    * 
* * Protobuf enum {@code google.firestore.admin.v1.Database.ConcurrencyMode} */ - public enum ConcurrencyMode - implements com.google.protobuf.ProtocolMessageEnum { + public enum ConcurrencyMode implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
      * Not used.
      * 
@@ -220,6 +254,8 @@ public enum ConcurrencyMode */ CONCURRENCY_MODE_UNSPECIFIED(0), /** + * + * *
      * Use optimistic concurrency control by default. This mode is available
      * for Cloud Firestore databases.
@@ -229,6 +265,8 @@ public enum ConcurrencyMode
      */
     OPTIMISTIC(1),
     /**
+     *
+     *
      * 
      * Use pessimistic concurrency control by default. This mode is available
      * for Cloud Firestore databases.
@@ -240,6 +278,8 @@ public enum ConcurrencyMode
      */
     PESSIMISTIC(2),
     /**
+     *
+     *
      * 
      * Use optimistic concurrency control with entity groups by default.
      *
@@ -256,6 +296,8 @@ public enum ConcurrencyMode
     ;
 
     /**
+     *
+     *
      * 
      * Not used.
      * 
@@ -264,6 +306,8 @@ public enum ConcurrencyMode */ public static final int CONCURRENCY_MODE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * Use optimistic concurrency control by default. This mode is available
      * for Cloud Firestore databases.
@@ -273,6 +317,8 @@ public enum ConcurrencyMode
      */
     public static final int OPTIMISTIC_VALUE = 1;
     /**
+     *
+     *
      * 
      * Use pessimistic concurrency control by default. This mode is available
      * for Cloud Firestore databases.
@@ -284,6 +330,8 @@ public enum ConcurrencyMode
      */
     public static final int PESSIMISTIC_VALUE = 2;
     /**
+     *
+     *
      * 
      * Use optimistic concurrency control with entity groups by default.
      *
@@ -297,7 +345,6 @@ public enum ConcurrencyMode
      */
     public static final int OPTIMISTIC_WITH_ENTITY_GROUPS_VALUE = 3;
 
-
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -322,40 +369,44 @@ public static ConcurrencyMode valueOf(int value) {
      */
     public static ConcurrencyMode forNumber(int value) {
       switch (value) {
-        case 0: return CONCURRENCY_MODE_UNSPECIFIED;
-        case 1: return OPTIMISTIC;
-        case 2: return PESSIMISTIC;
-        case 3: return OPTIMISTIC_WITH_ENTITY_GROUPS;
-        default: return null;
+        case 0:
+          return CONCURRENCY_MODE_UNSPECIFIED;
+        case 1:
+          return OPTIMISTIC;
+        case 2:
+          return PESSIMISTIC;
+        case 3:
+          return OPTIMISTIC_WITH_ENTITY_GROUPS;
+        default:
+          return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap
-        internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
       return internalValueMap;
     }
-    private static final com.google.protobuf.Internal.EnumLiteMap<
-        ConcurrencyMode> internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public ConcurrencyMode findValueByNumber(int number) {
-              return ConcurrencyMode.forNumber(number);
-            }
-          };
 
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor
-        getValueDescriptor() {
+    private static final com.google.protobuf.Internal.EnumLiteMap
+        internalValueMap =
+            new com.google.protobuf.Internal.EnumLiteMap() {
+              public ConcurrencyMode findValueByNumber(int number) {
+                return ConcurrencyMode.forNumber(number);
+              }
+            };
+
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-    public final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptorForType() {
+
+    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
       return getDescriptor();
     }
-    public static final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptor() {
+
+    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
       return com.google.firestore.admin.v1.Database.getDescriptor().getEnumTypes().get(1);
     }
 
@@ -364,8 +415,7 @@ public ConcurrencyMode findValueByNumber(int number) {
     public static ConcurrencyMode valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException(
-          "EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -383,15 +433,18 @@ private ConcurrencyMode(int value) {
   }
 
   /**
+   *
+   *
    * 
    * Point In Time Recovery feature enablement.
    * 
* * Protobuf enum {@code google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement} */ - public enum PointInTimeRecoveryEnablement - implements com.google.protobuf.ProtocolMessageEnum { + public enum PointInTimeRecoveryEnablement implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
      * Not used.
      * 
@@ -400,6 +453,8 @@ public enum PointInTimeRecoveryEnablement */ POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED(0), /** + * + * *
      * Reads are supported on selected versions of the data from within the past
      * 7 days:
@@ -415,6 +470,8 @@ public enum PointInTimeRecoveryEnablement
      */
     POINT_IN_TIME_RECOVERY_ENABLED(1),
     /**
+     *
+     *
      * 
      * Reads are supported on any version of the data from within the past 1
      * hour.
@@ -427,6 +484,8 @@ public enum PointInTimeRecoveryEnablement
     ;
 
     /**
+     *
+     *
      * 
      * Not used.
      * 
@@ -435,6 +494,8 @@ public enum PointInTimeRecoveryEnablement */ public static final int POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED_VALUE = 0; /** + * + * *
      * Reads are supported on selected versions of the data from within the past
      * 7 days:
@@ -450,6 +511,8 @@ public enum PointInTimeRecoveryEnablement
      */
     public static final int POINT_IN_TIME_RECOVERY_ENABLED_VALUE = 1;
     /**
+     *
+     *
      * 
      * Reads are supported on any version of the data from within the past 1
      * hour.
@@ -459,7 +522,6 @@ public enum PointInTimeRecoveryEnablement
      */
     public static final int POINT_IN_TIME_RECOVERY_DISABLED_VALUE = 2;
 
-
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -484,10 +546,14 @@ public static PointInTimeRecoveryEnablement valueOf(int value) {
      */
     public static PointInTimeRecoveryEnablement forNumber(int value) {
       switch (value) {
-        case 0: return POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED;
-        case 1: return POINT_IN_TIME_RECOVERY_ENABLED;
-        case 2: return POINT_IN_TIME_RECOVERY_DISABLED;
-        default: return null;
+        case 0:
+          return POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED;
+        case 1:
+          return POINT_IN_TIME_RECOVERY_ENABLED;
+        case 2:
+          return POINT_IN_TIME_RECOVERY_DISABLED;
+        default:
+          return null;
       }
     }
 
@@ -495,28 +561,28 @@ public static PointInTimeRecoveryEnablement forNumber(int value) {
         internalGetValueMap() {
       return internalValueMap;
     }
-    private static final com.google.protobuf.Internal.EnumLiteMap<
-        PointInTimeRecoveryEnablement> internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public PointInTimeRecoveryEnablement findValueByNumber(int number) {
-              return PointInTimeRecoveryEnablement.forNumber(number);
-            }
-          };
 
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor
-        getValueDescriptor() {
+    private static final com.google.protobuf.Internal.EnumLiteMap
+        internalValueMap =
+            new com.google.protobuf.Internal.EnumLiteMap() {
+              public PointInTimeRecoveryEnablement findValueByNumber(int number) {
+                return PointInTimeRecoveryEnablement.forNumber(number);
+              }
+            };
+
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-    public final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptorForType() {
+
+    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
       return getDescriptor();
     }
-    public static final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptor() {
+
+    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
       return com.google.firestore.admin.v1.Database.getDescriptor().getEnumTypes().get(2);
     }
 
@@ -525,8 +591,7 @@ public PointInTimeRecoveryEnablement findValueByNumber(int number) {
     public static PointInTimeRecoveryEnablement valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException(
-          "EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -544,15 +609,18 @@ private PointInTimeRecoveryEnablement(int value) {
   }
 
   /**
+   *
+   *
    * 
    * The type of App Engine integration mode.
    * 
* * Protobuf enum {@code google.firestore.admin.v1.Database.AppEngineIntegrationMode} */ - public enum AppEngineIntegrationMode - implements com.google.protobuf.ProtocolMessageEnum { + public enum AppEngineIntegrationMode implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
      * Not used.
      * 
@@ -561,6 +629,8 @@ public enum AppEngineIntegrationMode */ APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED(0), /** + * + * *
      * If an App Engine application exists in the same region as this database,
      * App Engine configuration will impact this database. This includes
@@ -572,6 +642,8 @@ public enum AppEngineIntegrationMode
      */
     ENABLED(1),
     /**
+     *
+     *
      * 
      * App Engine has no effect on the ability of this database to serve
      * requests.
@@ -586,6 +658,8 @@ public enum AppEngineIntegrationMode
     ;
 
     /**
+     *
+     *
      * 
      * Not used.
      * 
@@ -594,6 +668,8 @@ public enum AppEngineIntegrationMode */ public static final int APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * If an App Engine application exists in the same region as this database,
      * App Engine configuration will impact this database. This includes
@@ -605,6 +681,8 @@ public enum AppEngineIntegrationMode
      */
     public static final int ENABLED_VALUE = 1;
     /**
+     *
+     *
      * 
      * App Engine has no effect on the ability of this database to serve
      * requests.
@@ -616,7 +694,6 @@ public enum AppEngineIntegrationMode
      */
     public static final int DISABLED_VALUE = 2;
 
-
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -641,10 +718,14 @@ public static AppEngineIntegrationMode valueOf(int value) {
      */
     public static AppEngineIntegrationMode forNumber(int value) {
       switch (value) {
-        case 0: return APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED;
-        case 1: return ENABLED;
-        case 2: return DISABLED;
-        default: return null;
+        case 0:
+          return APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED;
+        case 1:
+          return ENABLED;
+        case 2:
+          return DISABLED;
+        default:
+          return null;
       }
     }
 
@@ -652,28 +733,28 @@ public static AppEngineIntegrationMode forNumber(int value) {
         internalGetValueMap() {
       return internalValueMap;
     }
-    private static final com.google.protobuf.Internal.EnumLiteMap<
-        AppEngineIntegrationMode> internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public AppEngineIntegrationMode findValueByNumber(int number) {
-              return AppEngineIntegrationMode.forNumber(number);
-            }
-          };
 
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor
-        getValueDescriptor() {
+    private static final com.google.protobuf.Internal.EnumLiteMap
+        internalValueMap =
+            new com.google.protobuf.Internal.EnumLiteMap() {
+              public AppEngineIntegrationMode findValueByNumber(int number) {
+                return AppEngineIntegrationMode.forNumber(number);
+              }
+            };
+
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-    public final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptorForType() {
+
+    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
       return getDescriptor();
     }
-    public static final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptor() {
+
+    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
       return com.google.firestore.admin.v1.Database.getDescriptor().getEnumTypes().get(3);
     }
 
@@ -682,8 +763,7 @@ public AppEngineIntegrationMode findValueByNumber(int number) {
     public static AppEngineIntegrationMode valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException(
-          "EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -701,15 +781,18 @@ private AppEngineIntegrationMode(int value) {
   }
 
   /**
+   *
+   *
    * 
    * The delete protection state of the database.
    * 
* * Protobuf enum {@code google.firestore.admin.v1.Database.DeleteProtectionState} */ - public enum DeleteProtectionState - implements com.google.protobuf.ProtocolMessageEnum { + public enum DeleteProtectionState implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
      * The default value. Delete protection type is not specified
      * 
@@ -718,6 +801,8 @@ public enum DeleteProtectionState */ DELETE_PROTECTION_STATE_UNSPECIFIED(0), /** + * + * *
      * Delete protection is disabled
      * 
@@ -726,6 +811,8 @@ public enum DeleteProtectionState */ DELETE_PROTECTION_DISABLED(1), /** + * + * *
      * Delete protection is enabled
      * 
@@ -737,6 +824,8 @@ public enum DeleteProtectionState ; /** + * + * *
      * The default value. Delete protection type is not specified
      * 
@@ -745,6 +834,8 @@ public enum DeleteProtectionState */ public static final int DELETE_PROTECTION_STATE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * Delete protection is disabled
      * 
@@ -753,6 +844,8 @@ public enum DeleteProtectionState */ public static final int DELETE_PROTECTION_DISABLED_VALUE = 1; /** + * + * *
      * Delete protection is enabled
      * 
@@ -761,7 +854,6 @@ public enum DeleteProtectionState */ public static final int DELETE_PROTECTION_ENABLED_VALUE = 2; - public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -786,10 +878,14 @@ public static DeleteProtectionState valueOf(int value) { */ public static DeleteProtectionState forNumber(int value) { switch (value) { - case 0: return DELETE_PROTECTION_STATE_UNSPECIFIED; - case 1: return DELETE_PROTECTION_DISABLED; - case 2: return DELETE_PROTECTION_ENABLED; - default: return null; + case 0: + return DELETE_PROTECTION_STATE_UNSPECIFIED; + case 1: + return DELETE_PROTECTION_DISABLED; + case 2: + return DELETE_PROTECTION_ENABLED; + default: + return null; } } @@ -797,28 +893,28 @@ public static DeleteProtectionState forNumber(int value) { internalGetValueMap() { return internalValueMap; } - private static final com.google.protobuf.Internal.EnumLiteMap< - DeleteProtectionState> internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public DeleteProtectionState findValueByNumber(int number) { - return DeleteProtectionState.forNumber(number); - } - }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor - getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap + internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public DeleteProtectionState findValueByNumber(int number) { + return DeleteProtectionState.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - public final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptorForType() { + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptor() { + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.firestore.admin.v1.Database.getDescriptor().getEnumTypes().get(4); } @@ -827,8 +923,7 @@ public DeleteProtectionState findValueByNumber(int number) { public static DeleteProtectionState valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException( - "EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -847,15 +942,19 @@ private DeleteProtectionState(int value) { private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** + * + * *
    * The resource name of the Database.
    * Format: `projects/{project}/databases/{database}`
    * 
* * string name = 1; + * * @return The name. */ @java.lang.Override @@ -864,30 +963,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * The resource name of the Database.
    * Format: `projects/{project}/databases/{database}`
    * 
* * string name = 1; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -896,14 +995,18 @@ public java.lang.String getName() { } public static final int UID_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private volatile java.lang.Object uid_ = ""; /** + * + * *
    * Output only. The system-generated UUID4 for this Database.
    * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The uid. */ @java.lang.Override @@ -912,29 +1015,29 @@ public java.lang.String getUid() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); uid_ = s; return s; } } /** + * + * *
    * Output only. The system-generated UUID4 for this Database.
    * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for uid. */ @java.lang.Override - public com.google.protobuf.ByteString - getUidBytes() { + public com.google.protobuf.ByteString getUidBytes() { java.lang.Object ref = uid_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); uid_ = b; return b; } else { @@ -945,12 +1048,16 @@ public java.lang.String getUid() { public static final int CREATE_TIME_FIELD_NUMBER = 5; private com.google.protobuf.Timestamp createTime_; /** + * + * *
    * Output only. The timestamp at which this database was created. Databases
    * created before 2016 do not populate create_time.
    * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the createTime field is set. */ @java.lang.Override @@ -958,12 +1065,16 @@ public boolean hasCreateTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Output only. The timestamp at which this database was created. Databases
    * created before 2016 do not populate create_time.
    * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The createTime. */ @java.lang.Override @@ -971,12 +1082,15 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** + * + * *
    * Output only. The timestamp at which this database was created. Databases
    * created before 2016 do not populate create_time.
    * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { @@ -986,13 +1100,17 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int UPDATE_TIME_FIELD_NUMBER = 6; private com.google.protobuf.Timestamp updateTime_; /** + * + * *
    * Output only. The timestamp at which this database was most recently
    * updated. Note this only includes updates to the database resource and not
    * data contained by the database.
    * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ @java.lang.Override @@ -1000,13 +1118,17 @@ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * Output only. The timestamp at which this database was most recently
    * updated. Note this only includes updates to the database resource and not
    * data contained by the database.
    * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateTime. */ @java.lang.Override @@ -1014,13 +1136,16 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** + * + * *
    * Output only. The timestamp at which this database was most recently
    * updated. Note this only includes updates to the database resource and not
    * data contained by the database.
    * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { @@ -1028,15 +1153,19 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { } public static final int LOCATION_ID_FIELD_NUMBER = 9; + @SuppressWarnings("serial") private volatile java.lang.Object locationId_ = ""; /** + * + * *
    * The location of the database. Available locations are listed at
    * https://cloud.google.com/firestore/docs/locations.
    * 
* * string location_id = 9; + * * @return The locationId. */ @java.lang.Override @@ -1045,30 +1174,30 @@ public java.lang.String getLocationId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); locationId_ = s; return s; } } /** + * + * *
    * The location of the database. Available locations are listed at
    * https://cloud.google.com/firestore/docs/locations.
    * 
* * string location_id = 9; + * * @return The bytes for locationId. */ @java.lang.Override - public com.google.protobuf.ByteString - getLocationIdBytes() { + public com.google.protobuf.ByteString getLocationIdBytes() { java.lang.Object ref = locationId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); locationId_ = b; return b; } else { @@ -1079,6 +1208,8 @@ public java.lang.String getLocationId() { public static final int TYPE_FIELD_NUMBER = 10; private int type_ = 0; /** + * + * *
    * The type of the database.
    * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -1086,12 +1217,16 @@ public java.lang.String getLocationId() {
    * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; + * * @return The enum numeric value on the wire for type. */ - @java.lang.Override public int getTypeValue() { + @java.lang.Override + public int getTypeValue() { return type_; } /** + * + * *
    * The type of the database.
    * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -1099,42 +1234,60 @@ public java.lang.String getLocationId() {
    * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; + * * @return The type. */ - @java.lang.Override public com.google.firestore.admin.v1.Database.DatabaseType getType() { - com.google.firestore.admin.v1.Database.DatabaseType result = com.google.firestore.admin.v1.Database.DatabaseType.forNumber(type_); - return result == null ? com.google.firestore.admin.v1.Database.DatabaseType.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.admin.v1.Database.DatabaseType getType() { + com.google.firestore.admin.v1.Database.DatabaseType result = + com.google.firestore.admin.v1.Database.DatabaseType.forNumber(type_); + return result == null + ? com.google.firestore.admin.v1.Database.DatabaseType.UNRECOGNIZED + : result; } public static final int CONCURRENCY_MODE_FIELD_NUMBER = 15; private int concurrencyMode_ = 0; /** + * + * *
    * The concurrency control mode to use for this database.
    * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; + * * @return The enum numeric value on the wire for concurrencyMode. */ - @java.lang.Override public int getConcurrencyModeValue() { + @java.lang.Override + public int getConcurrencyModeValue() { return concurrencyMode_; } /** + * + * *
    * The concurrency control mode to use for this database.
    * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; + * * @return The concurrencyMode. */ - @java.lang.Override public com.google.firestore.admin.v1.Database.ConcurrencyMode getConcurrencyMode() { - com.google.firestore.admin.v1.Database.ConcurrencyMode result = com.google.firestore.admin.v1.Database.ConcurrencyMode.forNumber(concurrencyMode_); - return result == null ? com.google.firestore.admin.v1.Database.ConcurrencyMode.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.admin.v1.Database.ConcurrencyMode getConcurrencyMode() { + com.google.firestore.admin.v1.Database.ConcurrencyMode result = + com.google.firestore.admin.v1.Database.ConcurrencyMode.forNumber(concurrencyMode_); + return result == null + ? com.google.firestore.admin.v1.Database.ConcurrencyMode.UNRECOGNIZED + : result; } public static final int VERSION_RETENTION_PERIOD_FIELD_NUMBER = 17; private com.google.protobuf.Duration versionRetentionPeriod_; /** + * + * *
    * Output only. The period during which past versions of data are retained in
    * the database.
@@ -1148,7 +1301,10 @@ public java.lang.String getLocationId() {
    * the retention period is 1 hour.
    * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the versionRetentionPeriod field is set. */ @java.lang.Override @@ -1156,6 +1312,8 @@ public boolean hasVersionRetentionPeriod() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * Output only. The period during which past versions of data are retained in
    * the database.
@@ -1169,14 +1327,21 @@ public boolean hasVersionRetentionPeriod() {
    * the retention period is 1 hour.
    * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The versionRetentionPeriod. */ @java.lang.Override public com.google.protobuf.Duration getVersionRetentionPeriod() { - return versionRetentionPeriod_ == null ? com.google.protobuf.Duration.getDefaultInstance() : versionRetentionPeriod_; + return versionRetentionPeriod_ == null + ? com.google.protobuf.Duration.getDefaultInstance() + : versionRetentionPeriod_; } /** + * + * *
    * Output only. The period during which past versions of data are retained in
    * the database.
@@ -1190,16 +1355,22 @@ public com.google.protobuf.Duration getVersionRetentionPeriod() {
    * the retention period is 1 hour.
    * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.DurationOrBuilder getVersionRetentionPeriodOrBuilder() { - return versionRetentionPeriod_ == null ? com.google.protobuf.Duration.getDefaultInstance() : versionRetentionPeriod_; + return versionRetentionPeriod_ == null + ? com.google.protobuf.Duration.getDefaultInstance() + : versionRetentionPeriod_; } public static final int EARLIEST_VERSION_TIME_FIELD_NUMBER = 18; private com.google.protobuf.Timestamp earliestVersionTime_; /** + * + * *
    * Output only. The earliest timestamp at which older versions of the data can
    * be read from the database. See [version_retention_period] above; this field
@@ -1211,7 +1382,10 @@ public com.google.protobuf.DurationOrBuilder getVersionRetentionPeriodOrBuilder(
    * you initiate the recovery.
    * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the earliestVersionTime field is set. */ @java.lang.Override @@ -1219,6 +1393,8 @@ public boolean hasEarliestVersionTime() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
    * Output only. The earliest timestamp at which older versions of the data can
    * be read from the database. See [version_retention_period] above; this field
@@ -1230,14 +1406,21 @@ public boolean hasEarliestVersionTime() {
    * you initiate the recovery.
    * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The earliestVersionTime. */ @java.lang.Override public com.google.protobuf.Timestamp getEarliestVersionTime() { - return earliestVersionTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : earliestVersionTime_; + return earliestVersionTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : earliestVersionTime_; } /** + * + * *
    * Output only. The earliest timestamp at which older versions of the data can
    * be read from the database. See [version_retention_period] above; this field
@@ -1249,69 +1432,110 @@ public com.google.protobuf.Timestamp getEarliestVersionTime() {
    * you initiate the recovery.
    * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getEarliestVersionTimeOrBuilder() { - return earliestVersionTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : earliestVersionTime_; + return earliestVersionTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : earliestVersionTime_; } public static final int POINT_IN_TIME_RECOVERY_ENABLEMENT_FIELD_NUMBER = 21; private int pointInTimeRecoveryEnablement_ = 0; /** + * + * *
    * Whether to enable the PITR feature on this database.
    * 
* - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * * @return The enum numeric value on the wire for pointInTimeRecoveryEnablement. */ - @java.lang.Override public int getPointInTimeRecoveryEnablementValue() { + @java.lang.Override + public int getPointInTimeRecoveryEnablementValue() { return pointInTimeRecoveryEnablement_; } /** + * + * *
    * Whether to enable the PITR feature on this database.
    * 
* - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * * @return The pointInTimeRecoveryEnablement. */ - @java.lang.Override public com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement getPointInTimeRecoveryEnablement() { - com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement result = com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.forNumber(pointInTimeRecoveryEnablement_); - return result == null ? com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement + getPointInTimeRecoveryEnablement() { + com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement result = + com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.forNumber( + pointInTimeRecoveryEnablement_); + return result == null + ? com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.UNRECOGNIZED + : result; } public static final int APP_ENGINE_INTEGRATION_MODE_FIELD_NUMBER = 19; private int appEngineIntegrationMode_ = 0; /** + * + * *
    * The App Engine integration mode to use for this database.
    * 
* - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * * @return The enum numeric value on the wire for appEngineIntegrationMode. */ - @java.lang.Override public int getAppEngineIntegrationModeValue() { + @java.lang.Override + public int getAppEngineIntegrationModeValue() { return appEngineIntegrationMode_; } /** + * + * *
    * The App Engine integration mode to use for this database.
    * 
* - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * * @return The appEngineIntegrationMode. */ - @java.lang.Override public com.google.firestore.admin.v1.Database.AppEngineIntegrationMode getAppEngineIntegrationMode() { - com.google.firestore.admin.v1.Database.AppEngineIntegrationMode result = com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.forNumber(appEngineIntegrationMode_); - return result == null ? com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.admin.v1.Database.AppEngineIntegrationMode + getAppEngineIntegrationMode() { + com.google.firestore.admin.v1.Database.AppEngineIntegrationMode result = + com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.forNumber( + appEngineIntegrationMode_); + return result == null + ? com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.UNRECOGNIZED + : result; } public static final int KEY_PREFIX_FIELD_NUMBER = 20; + @SuppressWarnings("serial") private volatile java.lang.Object keyPrefix_ = ""; /** + * + * *
    * Output only. The key_prefix for this database. This key_prefix is used, in
    * combination with the project id ("<key prefix>~<project id>") to construct
@@ -1323,6 +1547,7 @@ public com.google.protobuf.TimestampOrBuilder getEarliestVersionTimeOrBuilder()
    * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The keyPrefix. */ @java.lang.Override @@ -1331,14 +1556,15 @@ public java.lang.String getKeyPrefix() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); keyPrefix_ = s; return s; } } /** + * + * *
    * Output only. The key_prefix for this database. This key_prefix is used, in
    * combination with the project id ("<key prefix>~<project id>") to construct
@@ -1350,16 +1576,15 @@ public java.lang.String getKeyPrefix() {
    * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for keyPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString - getKeyPrefixBytes() { + public com.google.protobuf.ByteString getKeyPrefixBytes() { java.lang.Object ref = keyPrefix_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); keyPrefix_ = b; return b; } else { @@ -1370,33 +1595,50 @@ public java.lang.String getKeyPrefix() { public static final int DELETE_PROTECTION_STATE_FIELD_NUMBER = 22; private int deleteProtectionState_ = 0; /** + * + * *
    * State of delete protection for the database.
    * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * + * * @return The enum numeric value on the wire for deleteProtectionState. */ - @java.lang.Override public int getDeleteProtectionStateValue() { + @java.lang.Override + public int getDeleteProtectionStateValue() { return deleteProtectionState_; } /** + * + * *
    * State of delete protection for the database.
    * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * + * * @return The deleteProtectionState. */ - @java.lang.Override public com.google.firestore.admin.v1.Database.DeleteProtectionState getDeleteProtectionState() { - com.google.firestore.admin.v1.Database.DeleteProtectionState result = com.google.firestore.admin.v1.Database.DeleteProtectionState.forNumber(deleteProtectionState_); - return result == null ? com.google.firestore.admin.v1.Database.DeleteProtectionState.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.admin.v1.Database.DeleteProtectionState getDeleteProtectionState() { + com.google.firestore.admin.v1.Database.DeleteProtectionState result = + com.google.firestore.admin.v1.Database.DeleteProtectionState.forNumber( + deleteProtectionState_); + return result == null + ? com.google.firestore.admin.v1.Database.DeleteProtectionState.UNRECOGNIZED + : result; } public static final int ETAG_FIELD_NUMBER = 99; + @SuppressWarnings("serial") private volatile java.lang.Object etag_ = ""; /** + * + * *
    * This checksum is computed by the server based on the value of other
    * fields, and may be sent on update and delete requests to ensure the
@@ -1404,6 +1646,7 @@ public java.lang.String getKeyPrefix() {
    * 
* * string etag = 99; + * * @return The etag. */ @java.lang.Override @@ -1412,14 +1655,15 @@ public java.lang.String getEtag() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); etag_ = s; return s; } } /** + * + * *
    * This checksum is computed by the server based on the value of other
    * fields, and may be sent on update and delete requests to ensure the
@@ -1427,16 +1671,15 @@ public java.lang.String getEtag() {
    * 
* * string etag = 99; + * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); etag_ = b; return b; } else { @@ -1445,6 +1688,7 @@ public java.lang.String getEtag() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1456,8 +1700,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -1473,10 +1716,14 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 9, locationId_); } - if (type_ != com.google.firestore.admin.v1.Database.DatabaseType.DATABASE_TYPE_UNSPECIFIED.getNumber()) { + if (type_ + != com.google.firestore.admin.v1.Database.DatabaseType.DATABASE_TYPE_UNSPECIFIED + .getNumber()) { output.writeEnum(10, type_); } - if (concurrencyMode_ != com.google.firestore.admin.v1.Database.ConcurrencyMode.CONCURRENCY_MODE_UNSPECIFIED.getNumber()) { + if (concurrencyMode_ + != com.google.firestore.admin.v1.Database.ConcurrencyMode.CONCURRENCY_MODE_UNSPECIFIED + .getNumber()) { output.writeEnum(15, concurrencyMode_); } if (((bitField0_ & 0x00000004) != 0)) { @@ -1485,16 +1732,25 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000008) != 0)) { output.writeMessage(18, getEarliestVersionTime()); } - if (appEngineIntegrationMode_ != com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED.getNumber()) { + if (appEngineIntegrationMode_ + != com.google.firestore.admin.v1.Database.AppEngineIntegrationMode + .APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED + .getNumber()) { output.writeEnum(19, appEngineIntegrationMode_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(keyPrefix_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 20, keyPrefix_); } - if (pointInTimeRecoveryEnablement_ != com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED.getNumber()) { + if (pointInTimeRecoveryEnablement_ + != com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement + .POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED + .getNumber()) { output.writeEnum(21, pointInTimeRecoveryEnablement_); } - if (deleteProtectionState_ != com.google.firestore.admin.v1.Database.DeleteProtectionState.DELETE_PROTECTION_STATE_UNSPECIFIED.getNumber()) { + if (deleteProtectionState_ + != com.google.firestore.admin.v1.Database.DeleteProtectionState + .DELETE_PROTECTION_STATE_UNSPECIFIED + .getNumber()) { output.writeEnum(22, deleteProtectionState_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(etag_)) { @@ -1516,46 +1772,53 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, uid_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(5, getCreateTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getCreateTime()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(6, getUpdateTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getUpdateTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationId_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, locationId_); } - if (type_ != com.google.firestore.admin.v1.Database.DatabaseType.DATABASE_TYPE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(10, type_); + if (type_ + != com.google.firestore.admin.v1.Database.DatabaseType.DATABASE_TYPE_UNSPECIFIED + .getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(10, type_); } - if (concurrencyMode_ != com.google.firestore.admin.v1.Database.ConcurrencyMode.CONCURRENCY_MODE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(15, concurrencyMode_); + if (concurrencyMode_ + != com.google.firestore.admin.v1.Database.ConcurrencyMode.CONCURRENCY_MODE_UNSPECIFIED + .getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(15, concurrencyMode_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(17, getVersionRetentionPeriod()); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize(17, getVersionRetentionPeriod()); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(18, getEarliestVersionTime()); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize(18, getEarliestVersionTime()); } - if (appEngineIntegrationMode_ != com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(19, appEngineIntegrationMode_); + if (appEngineIntegrationMode_ + != com.google.firestore.admin.v1.Database.AppEngineIntegrationMode + .APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED + .getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(19, appEngineIntegrationMode_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(keyPrefix_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(20, keyPrefix_); } - if (pointInTimeRecoveryEnablement_ != com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(21, pointInTimeRecoveryEnablement_); + if (pointInTimeRecoveryEnablement_ + != com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement + .POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED + .getNumber()) { + size += + com.google.protobuf.CodedOutputStream.computeEnumSize(21, pointInTimeRecoveryEnablement_); } - if (deleteProtectionState_ != com.google.firestore.admin.v1.Database.DeleteProtectionState.DELETE_PROTECTION_STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(22, deleteProtectionState_); + if (deleteProtectionState_ + != com.google.firestore.admin.v1.Database.DeleteProtectionState + .DELETE_PROTECTION_STATE_UNSPECIFIED + .getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(22, deleteProtectionState_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(etag_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(99, etag_); @@ -1568,48 +1831,39 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Database)) { return super.equals(obj); } com.google.firestore.admin.v1.Database other = (com.google.firestore.admin.v1.Database) obj; - if (!getName() - .equals(other.getName())) return false; - if (!getUid() - .equals(other.getUid())) return false; + if (!getName().equals(other.getName())) return false; + if (!getUid().equals(other.getUid())) return false; if (hasCreateTime() != other.hasCreateTime()) return false; if (hasCreateTime()) { - if (!getCreateTime() - .equals(other.getCreateTime())) return false; + if (!getCreateTime().equals(other.getCreateTime())) return false; } if (hasUpdateTime() != other.hasUpdateTime()) return false; if (hasUpdateTime()) { - if (!getUpdateTime() - .equals(other.getUpdateTime())) return false; + if (!getUpdateTime().equals(other.getUpdateTime())) return false; } - if (!getLocationId() - .equals(other.getLocationId())) return false; + if (!getLocationId().equals(other.getLocationId())) return false; if (type_ != other.type_) return false; if (concurrencyMode_ != other.concurrencyMode_) return false; if (hasVersionRetentionPeriod() != other.hasVersionRetentionPeriod()) return false; if (hasVersionRetentionPeriod()) { - if (!getVersionRetentionPeriod() - .equals(other.getVersionRetentionPeriod())) return false; + if (!getVersionRetentionPeriod().equals(other.getVersionRetentionPeriod())) return false; } if (hasEarliestVersionTime() != other.hasEarliestVersionTime()) return false; if (hasEarliestVersionTime()) { - if (!getEarliestVersionTime() - .equals(other.getEarliestVersionTime())) return false; + if (!getEarliestVersionTime().equals(other.getEarliestVersionTime())) return false; } if (pointInTimeRecoveryEnablement_ != other.pointInTimeRecoveryEnablement_) return false; if (appEngineIntegrationMode_ != other.appEngineIntegrationMode_) return false; - if (!getKeyPrefix() - .equals(other.getKeyPrefix())) return false; + if (!getKeyPrefix().equals(other.getKeyPrefix())) return false; if (deleteProtectionState_ != other.deleteProtectionState_) return false; - if (!getEtag() - .equals(other.getEtag())) return false; + if (!getEtag().equals(other.getEtag())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -1662,120 +1916,127 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.Database parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.Database parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Database parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Database parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Database parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Database parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Database parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Database parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Database parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.admin.v1.Database parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Database parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.Database parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Database parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.Database prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A Cloud Firestore Database.
    * 
* * Protobuf type {@code google.firestore.admin.v1.Database} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Database) com.google.firestore.admin.v1.DatabaseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.DatabaseProto.internal_static_google_firestore_admin_v1_Database_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.DatabaseProto + .internal_static_google_firestore_admin_v1_Database_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.DatabaseProto.internal_static_google_firestore_admin_v1_Database_fieldAccessorTable + return com.google.firestore.admin.v1.DatabaseProto + .internal_static_google_firestore_admin_v1_Database_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Database.class, com.google.firestore.admin.v1.Database.Builder.class); + com.google.firestore.admin.v1.Database.class, + com.google.firestore.admin.v1.Database.Builder.class); } // Construct using com.google.firestore.admin.v1.Database.newBuilder() @@ -1783,20 +2044,20 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getCreateTimeFieldBuilder(); getUpdateTimeFieldBuilder(); getVersionRetentionPeriodFieldBuilder(); getEarliestVersionTimeFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -1835,9 +2096,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.admin.v1.DatabaseProto.internal_static_google_firestore_admin_v1_Database_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.admin.v1.DatabaseProto + .internal_static_google_firestore_admin_v1_Database_descriptor; } @java.lang.Override @@ -1856,8 +2117,11 @@ public com.google.firestore.admin.v1.Database build() { @java.lang.Override public com.google.firestore.admin.v1.Database buildPartial() { - com.google.firestore.admin.v1.Database result = new com.google.firestore.admin.v1.Database(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.admin.v1.Database result = + new com.google.firestore.admin.v1.Database(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -1872,15 +2136,11 @@ private void buildPartial0(com.google.firestore.admin.v1.Database result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000004) != 0)) { - result.createTime_ = createTimeBuilder_ == null - ? createTime_ - : createTimeBuilder_.build(); + result.createTime_ = createTimeBuilder_ == null ? createTime_ : createTimeBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000008) != 0)) { - result.updateTime_ = updateTimeBuilder_ == null - ? updateTime_ - : updateTimeBuilder_.build(); + result.updateTime_ = updateTimeBuilder_ == null ? updateTime_ : updateTimeBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000010) != 0)) { @@ -1893,15 +2153,17 @@ private void buildPartial0(com.google.firestore.admin.v1.Database result) { result.concurrencyMode_ = concurrencyMode_; } if (((from_bitField0_ & 0x00000080) != 0)) { - result.versionRetentionPeriod_ = versionRetentionPeriodBuilder_ == null - ? versionRetentionPeriod_ - : versionRetentionPeriodBuilder_.build(); + result.versionRetentionPeriod_ = + versionRetentionPeriodBuilder_ == null + ? versionRetentionPeriod_ + : versionRetentionPeriodBuilder_.build(); to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000100) != 0)) { - result.earliestVersionTime_ = earliestVersionTimeBuilder_ == null - ? earliestVersionTime_ - : earliestVersionTimeBuilder_.build(); + result.earliestVersionTime_ = + earliestVersionTimeBuilder_ == null + ? earliestVersionTime_ + : earliestVersionTimeBuilder_.build(); to_bitField0_ |= 0x00000008; } if (((from_bitField0_ & 0x00000200) != 0)) { @@ -1926,38 +2188,39 @@ private void buildPartial0(com.google.firestore.admin.v1.Database result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.Database) { - return mergeFrom((com.google.firestore.admin.v1.Database)other); + return mergeFrom((com.google.firestore.admin.v1.Database) other); } else { super.mergeFrom(other); return this; @@ -2044,90 +2307,99 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - name_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 26: { - uid_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000002; - break; - } // case 26 - case 42: { - input.readMessage( - getCreateTimeFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000004; - break; - } // case 42 - case 50: { - input.readMessage( - getUpdateTimeFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000008; - break; - } // case 50 - case 74: { - locationId_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000010; - break; - } // case 74 - case 80: { - type_ = input.readEnum(); - bitField0_ |= 0x00000020; - break; - } // case 80 - case 120: { - concurrencyMode_ = input.readEnum(); - bitField0_ |= 0x00000040; - break; - } // case 120 - case 138: { - input.readMessage( - getVersionRetentionPeriodFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000080; - break; - } // case 138 - case 146: { - input.readMessage( - getEarliestVersionTimeFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000100; - break; - } // case 146 - case 152: { - appEngineIntegrationMode_ = input.readEnum(); - bitField0_ |= 0x00000400; - break; - } // case 152 - case 162: { - keyPrefix_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000800; - break; - } // case 162 - case 168: { - pointInTimeRecoveryEnablement_ = input.readEnum(); - bitField0_ |= 0x00000200; - break; - } // case 168 - case 176: { - deleteProtectionState_ = input.readEnum(); - bitField0_ |= 0x00001000; - break; - } // case 176 - case 794: { - etag_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00002000; - break; - } // case 794 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + name_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 26: + { + uid_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } // case 26 + case 42: + { + input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000004; + break; + } // case 42 + case 50: + { + input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000008; + break; + } // case 50 + case 74: + { + locationId_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000010; + break; + } // case 74 + case 80: + { + type_ = input.readEnum(); + bitField0_ |= 0x00000020; + break; + } // case 80 + case 120: + { + concurrencyMode_ = input.readEnum(); + bitField0_ |= 0x00000040; + break; + } // case 120 + case 138: + { + input.readMessage( + getVersionRetentionPeriodFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000080; + break; + } // case 138 + case 146: + { + input.readMessage( + getEarliestVersionTimeFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000100; + break; + } // case 146 + case 152: + { + appEngineIntegrationMode_ = input.readEnum(); + bitField0_ |= 0x00000400; + break; + } // case 152 + case 162: + { + keyPrefix_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000800; + break; + } // case 162 + case 168: + { + pointInTimeRecoveryEnablement_ = input.readEnum(); + bitField0_ |= 0x00000200; + break; + } // case 168 + case 176: + { + deleteProtectionState_ = input.readEnum(); + bitField0_ |= 0x00001000; + break; + } // case 176 + case 794: + { + etag_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00002000; + break; + } // case 794 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -2137,23 +2409,26 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object name_ = ""; /** + * + * *
      * The resource name of the Database.
      * Format: `projects/{project}/databases/{database}`
      * 
* * string name = 1; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -2162,21 +2437,22 @@ public java.lang.String getName() { } } /** + * + * *
      * The resource name of the Database.
      * Format: `projects/{project}/databases/{database}`
      * 
* * string name = 1; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -2184,30 +2460,37 @@ public java.lang.String getName() { } } /** + * + * *
      * The resource name of the Database.
      * Format: `projects/{project}/databases/{database}`
      * 
* * string name = 1; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * The resource name of the Database.
      * Format: `projects/{project}/databases/{database}`
      * 
* * string name = 1; + * * @return This builder for chaining. */ public Builder clearName() { @@ -2217,18 +2500,22 @@ public Builder clearName() { return this; } /** + * + * *
      * The resource name of the Database.
      * Format: `projects/{project}/databases/{database}`
      * 
* * string name = 1; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -2238,18 +2525,20 @@ public Builder setNameBytes( private java.lang.Object uid_ = ""; /** + * + * *
      * Output only. The system-generated UUID4 for this Database.
      * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The uid. */ public java.lang.String getUid() { java.lang.Object ref = uid_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); uid_ = s; return s; @@ -2258,20 +2547,21 @@ public java.lang.String getUid() { } } /** + * + * *
      * Output only. The system-generated UUID4 for this Database.
      * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for uid. */ - public com.google.protobuf.ByteString - getUidBytes() { + public com.google.protobuf.ByteString getUidBytes() { java.lang.Object ref = uid_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); uid_ = b; return b; } else { @@ -2279,28 +2569,35 @@ public java.lang.String getUid() { } } /** + * + * *
      * Output only. The system-generated UUID4 for this Database.
      * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The uid to set. * @return This builder for chaining. */ - public Builder setUid( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setUid(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } uid_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * Output only. The system-generated UUID4 for this Database.
      * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearUid() { @@ -2310,17 +2607,21 @@ public Builder clearUid() { return this; } /** + * + * *
      * Output only. The system-generated UUID4 for this Database.
      * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for uid to set. * @return This builder for chaining. */ - public Builder setUidBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setUidBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); uid_ = value; bitField0_ |= 0x00000002; @@ -2330,42 +2631,61 @@ public Builder setUidBytes( private com.google.protobuf.Timestamp createTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + createTimeBuilder_; /** + * + * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { - return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; + return createTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** + * + * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { @@ -2381,15 +2701,18 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ - public Builder setCreateTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (createTimeBuilder_ == null) { createTime_ = builderForValue.build(); } else { @@ -2400,18 +2723,22 @@ public Builder setCreateTime( return this; } /** + * + * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { - if (((bitField0_ & 0x00000004) != 0) && - createTime_ != null && - createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000004) != 0) + && createTime_ != null + && createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getCreateTimeBuilder().mergeFrom(value); } else { createTime_ = value; @@ -2426,12 +2753,16 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearCreateTime() { bitField0_ = (bitField0_ & ~0x00000004); @@ -2444,12 +2775,16 @@ public Builder clearCreateTime() { return this; } /** + * + * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { bitField0_ |= 0x00000004; @@ -2457,38 +2792,50 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { return getCreateTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { if (createTimeBuilder_ != null) { return createTimeBuilder_.getMessageOrBuilder(); } else { - return createTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; + return createTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : createTime_; } } /** + * + * *
      * Output only. The timestamp at which this database was created. Databases
      * created before 2016 do not populate create_time.
      * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getCreateTimeFieldBuilder() { if (createTimeBuilder_ == null) { - createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getCreateTime(), - getParentForChildren(), - isClean()); + createTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getCreateTime(), getParentForChildren(), isClean()); createTime_ = null; } return createTimeBuilder_; @@ -2496,45 +2843,64 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { private com.google.protobuf.Timestamp updateTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + updateTimeBuilder_; /** + * + * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateTime. */ public com.google.protobuf.Timestamp getUpdateTime() { if (updateTimeBuilder_ == null) { - return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; + return updateTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : updateTime_; } else { return updateTimeBuilder_.getMessage(); } } /** + * + * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { @@ -2550,16 +2916,19 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ - public Builder setUpdateTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (updateTimeBuilder_ == null) { updateTime_ = builderForValue.build(); } else { @@ -2570,19 +2939,23 @@ public Builder setUpdateTime( return this; } /** + * + * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) && - updateTime_ != null && - updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) + && updateTime_ != null + && updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getUpdateTimeBuilder().mergeFrom(value); } else { updateTime_ = value; @@ -2597,13 +2970,17 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearUpdateTime() { bitField0_ = (bitField0_ & ~0x00000008); @@ -2616,13 +2993,17 @@ public Builder clearUpdateTime() { return this; } /** + * + * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { bitField0_ |= 0x00000008; @@ -2630,40 +3011,52 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { return getUpdateTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { if (updateTimeBuilder_ != null) { return updateTimeBuilder_.getMessageOrBuilder(); } else { - return updateTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; + return updateTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : updateTime_; } } /** + * + * *
      * Output only. The timestamp at which this database was most recently
      * updated. Note this only includes updates to the database resource and not
      * data contained by the database.
      * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getUpdateTimeFieldBuilder() { if (updateTimeBuilder_ == null) { - updateTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getUpdateTime(), - getParentForChildren(), - isClean()); + updateTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getUpdateTime(), getParentForChildren(), isClean()); updateTime_ = null; } return updateTimeBuilder_; @@ -2671,19 +3064,21 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { private java.lang.Object locationId_ = ""; /** + * + * *
      * The location of the database. Available locations are listed at
      * https://cloud.google.com/firestore/docs/locations.
      * 
* * string location_id = 9; + * * @return The locationId. */ public java.lang.String getLocationId() { java.lang.Object ref = locationId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); locationId_ = s; return s; @@ -2692,21 +3087,22 @@ public java.lang.String getLocationId() { } } /** + * + * *
      * The location of the database. Available locations are listed at
      * https://cloud.google.com/firestore/docs/locations.
      * 
* * string location_id = 9; + * * @return The bytes for locationId. */ - public com.google.protobuf.ByteString - getLocationIdBytes() { + public com.google.protobuf.ByteString getLocationIdBytes() { java.lang.Object ref = locationId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); locationId_ = b; return b; } else { @@ -2714,30 +3110,37 @@ public java.lang.String getLocationId() { } } /** + * + * *
      * The location of the database. Available locations are listed at
      * https://cloud.google.com/firestore/docs/locations.
      * 
* * string location_id = 9; + * * @param value The locationId to set. * @return This builder for chaining. */ - public Builder setLocationId( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setLocationId(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } locationId_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** + * + * *
      * The location of the database. Available locations are listed at
      * https://cloud.google.com/firestore/docs/locations.
      * 
* * string location_id = 9; + * * @return This builder for chaining. */ public Builder clearLocationId() { @@ -2747,18 +3150,22 @@ public Builder clearLocationId() { return this; } /** + * + * *
      * The location of the database. Available locations are listed at
      * https://cloud.google.com/firestore/docs/locations.
      * 
* * string location_id = 9; + * * @param value The bytes for locationId to set. * @return This builder for chaining. */ - public Builder setLocationIdBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setLocationIdBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); locationId_ = value; bitField0_ |= 0x00000010; @@ -2768,6 +3175,8 @@ public Builder setLocationIdBytes( private int type_ = 0; /** + * + * *
      * The type of the database.
      * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -2775,12 +3184,16 @@ public Builder setLocationIdBytes(
      * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; + * * @return The enum numeric value on the wire for type. */ - @java.lang.Override public int getTypeValue() { + @java.lang.Override + public int getTypeValue() { return type_; } /** + * + * *
      * The type of the database.
      * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -2788,6 +3201,7 @@ public Builder setLocationIdBytes(
      * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; + * * @param value The enum numeric value on the wire for type to set. * @return This builder for chaining. */ @@ -2798,6 +3212,8 @@ public Builder setTypeValue(int value) { return this; } /** + * + * *
      * The type of the database.
      * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -2805,14 +3221,20 @@ public Builder setTypeValue(int value) {
      * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; + * * @return The type. */ @java.lang.Override public com.google.firestore.admin.v1.Database.DatabaseType getType() { - com.google.firestore.admin.v1.Database.DatabaseType result = com.google.firestore.admin.v1.Database.DatabaseType.forNumber(type_); - return result == null ? com.google.firestore.admin.v1.Database.DatabaseType.UNRECOGNIZED : result; + com.google.firestore.admin.v1.Database.DatabaseType result = + com.google.firestore.admin.v1.Database.DatabaseType.forNumber(type_); + return result == null + ? com.google.firestore.admin.v1.Database.DatabaseType.UNRECOGNIZED + : result; } /** + * + * *
      * The type of the database.
      * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -2820,6 +3242,7 @@ public com.google.firestore.admin.v1.Database.DatabaseType getType() {
      * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; + * * @param value The type to set. * @return This builder for chaining. */ @@ -2833,6 +3256,8 @@ public Builder setType(com.google.firestore.admin.v1.Database.DatabaseType value return this; } /** + * + * *
      * The type of the database.
      * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -2840,6 +3265,7 @@ public Builder setType(com.google.firestore.admin.v1.Database.DatabaseType value
      * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; + * * @return This builder for chaining. */ public Builder clearType() { @@ -2851,22 +3277,29 @@ public Builder clearType() { private int concurrencyMode_ = 0; /** + * + * *
      * The concurrency control mode to use for this database.
      * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; + * * @return The enum numeric value on the wire for concurrencyMode. */ - @java.lang.Override public int getConcurrencyModeValue() { + @java.lang.Override + public int getConcurrencyModeValue() { return concurrencyMode_; } /** + * + * *
      * The concurrency control mode to use for this database.
      * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; + * * @param value The enum numeric value on the wire for concurrencyMode to set. * @return This builder for chaining. */ @@ -2877,28 +3310,38 @@ public Builder setConcurrencyModeValue(int value) { return this; } /** + * + * *
      * The concurrency control mode to use for this database.
      * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; + * * @return The concurrencyMode. */ @java.lang.Override public com.google.firestore.admin.v1.Database.ConcurrencyMode getConcurrencyMode() { - com.google.firestore.admin.v1.Database.ConcurrencyMode result = com.google.firestore.admin.v1.Database.ConcurrencyMode.forNumber(concurrencyMode_); - return result == null ? com.google.firestore.admin.v1.Database.ConcurrencyMode.UNRECOGNIZED : result; + com.google.firestore.admin.v1.Database.ConcurrencyMode result = + com.google.firestore.admin.v1.Database.ConcurrencyMode.forNumber(concurrencyMode_); + return result == null + ? com.google.firestore.admin.v1.Database.ConcurrencyMode.UNRECOGNIZED + : result; } /** + * + * *
      * The concurrency control mode to use for this database.
      * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; + * * @param value The concurrencyMode to set. * @return This builder for chaining. */ - public Builder setConcurrencyMode(com.google.firestore.admin.v1.Database.ConcurrencyMode value) { + public Builder setConcurrencyMode( + com.google.firestore.admin.v1.Database.ConcurrencyMode value) { if (value == null) { throw new NullPointerException(); } @@ -2908,11 +3351,14 @@ public Builder setConcurrencyMode(com.google.firestore.admin.v1.Database.Concurr return this; } /** + * + * *
      * The concurrency control mode to use for this database.
      * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; + * * @return This builder for chaining. */ public Builder clearConcurrencyMode() { @@ -2924,8 +3370,13 @@ public Builder clearConcurrencyMode() { private com.google.protobuf.Duration versionRetentionPeriod_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> versionRetentionPeriodBuilder_; + com.google.protobuf.Duration, + com.google.protobuf.Duration.Builder, + com.google.protobuf.DurationOrBuilder> + versionRetentionPeriodBuilder_; /** + * + * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -2939,13 +3390,18 @@ public Builder clearConcurrencyMode() {
      * the retention period is 1 hour.
      * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the versionRetentionPeriod field is set. */ public boolean hasVersionRetentionPeriod() { return ((bitField0_ & 0x00000080) != 0); } /** + * + * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -2959,17 +3415,24 @@ public boolean hasVersionRetentionPeriod() {
      * the retention period is 1 hour.
      * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The versionRetentionPeriod. */ public com.google.protobuf.Duration getVersionRetentionPeriod() { if (versionRetentionPeriodBuilder_ == null) { - return versionRetentionPeriod_ == null ? com.google.protobuf.Duration.getDefaultInstance() : versionRetentionPeriod_; + return versionRetentionPeriod_ == null + ? com.google.protobuf.Duration.getDefaultInstance() + : versionRetentionPeriod_; } else { return versionRetentionPeriodBuilder_.getMessage(); } } /** + * + * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -2983,7 +3446,9 @@ public com.google.protobuf.Duration getVersionRetentionPeriod() {
      * the retention period is 1 hour.
      * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setVersionRetentionPeriod(com.google.protobuf.Duration value) { if (versionRetentionPeriodBuilder_ == null) { @@ -2999,6 +3464,8 @@ public Builder setVersionRetentionPeriod(com.google.protobuf.Duration value) { return this; } /** + * + * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3012,10 +3479,11 @@ public Builder setVersionRetentionPeriod(com.google.protobuf.Duration value) {
      * the retention period is 1 hour.
      * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ - public Builder setVersionRetentionPeriod( - com.google.protobuf.Duration.Builder builderForValue) { + public Builder setVersionRetentionPeriod(com.google.protobuf.Duration.Builder builderForValue) { if (versionRetentionPeriodBuilder_ == null) { versionRetentionPeriod_ = builderForValue.build(); } else { @@ -3026,6 +3494,8 @@ public Builder setVersionRetentionPeriod( return this; } /** + * + * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3039,13 +3509,15 @@ public Builder setVersionRetentionPeriod(
      * the retention period is 1 hour.
      * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeVersionRetentionPeriod(com.google.protobuf.Duration value) { if (versionRetentionPeriodBuilder_ == null) { - if (((bitField0_ & 0x00000080) != 0) && - versionRetentionPeriod_ != null && - versionRetentionPeriod_ != com.google.protobuf.Duration.getDefaultInstance()) { + if (((bitField0_ & 0x00000080) != 0) + && versionRetentionPeriod_ != null + && versionRetentionPeriod_ != com.google.protobuf.Duration.getDefaultInstance()) { getVersionRetentionPeriodBuilder().mergeFrom(value); } else { versionRetentionPeriod_ = value; @@ -3060,6 +3532,8 @@ public Builder mergeVersionRetentionPeriod(com.google.protobuf.Duration value) { return this; } /** + * + * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3073,7 +3547,9 @@ public Builder mergeVersionRetentionPeriod(com.google.protobuf.Duration value) {
      * the retention period is 1 hour.
      * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearVersionRetentionPeriod() { bitField0_ = (bitField0_ & ~0x00000080); @@ -3086,6 +3562,8 @@ public Builder clearVersionRetentionPeriod() { return this; } /** + * + * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3099,7 +3577,9 @@ public Builder clearVersionRetentionPeriod() {
      * the retention period is 1 hour.
      * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Duration.Builder getVersionRetentionPeriodBuilder() { bitField0_ |= 0x00000080; @@ -3107,6 +3587,8 @@ public com.google.protobuf.Duration.Builder getVersionRetentionPeriodBuilder() { return getVersionRetentionPeriodFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3120,17 +3602,22 @@ public com.google.protobuf.Duration.Builder getVersionRetentionPeriodBuilder() {
      * the retention period is 1 hour.
      * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.DurationOrBuilder getVersionRetentionPeriodOrBuilder() { if (versionRetentionPeriodBuilder_ != null) { return versionRetentionPeriodBuilder_.getMessageOrBuilder(); } else { - return versionRetentionPeriod_ == null ? - com.google.protobuf.Duration.getDefaultInstance() : versionRetentionPeriod_; + return versionRetentionPeriod_ == null + ? com.google.protobuf.Duration.getDefaultInstance() + : versionRetentionPeriod_; } } /** + * + * *
      * Output only. The period during which past versions of data are retained in
      * the database.
@@ -3144,17 +3631,22 @@ public com.google.protobuf.DurationOrBuilder getVersionRetentionPeriodOrBuilder(
      * the retention period is 1 hour.
      * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> + com.google.protobuf.Duration, + com.google.protobuf.Duration.Builder, + com.google.protobuf.DurationOrBuilder> getVersionRetentionPeriodFieldBuilder() { if (versionRetentionPeriodBuilder_ == null) { - versionRetentionPeriodBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>( - getVersionRetentionPeriod(), - getParentForChildren(), - isClean()); + versionRetentionPeriodBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Duration, + com.google.protobuf.Duration.Builder, + com.google.protobuf.DurationOrBuilder>( + getVersionRetentionPeriod(), getParentForChildren(), isClean()); versionRetentionPeriod_ = null; } return versionRetentionPeriodBuilder_; @@ -3162,8 +3654,13 @@ public com.google.protobuf.DurationOrBuilder getVersionRetentionPeriodOrBuilder( private com.google.protobuf.Timestamp earliestVersionTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> earliestVersionTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + earliestVersionTimeBuilder_; /** + * + * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3175,13 +3672,18 @@ public com.google.protobuf.DurationOrBuilder getVersionRetentionPeriodOrBuilder(
      * you initiate the recovery.
      * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the earliestVersionTime field is set. */ public boolean hasEarliestVersionTime() { return ((bitField0_ & 0x00000100) != 0); } /** + * + * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3193,17 +3695,24 @@ public boolean hasEarliestVersionTime() {
      * you initiate the recovery.
      * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The earliestVersionTime. */ public com.google.protobuf.Timestamp getEarliestVersionTime() { if (earliestVersionTimeBuilder_ == null) { - return earliestVersionTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : earliestVersionTime_; + return earliestVersionTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : earliestVersionTime_; } else { return earliestVersionTimeBuilder_.getMessage(); } } /** + * + * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3215,7 +3724,9 @@ public com.google.protobuf.Timestamp getEarliestVersionTime() {
      * you initiate the recovery.
      * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setEarliestVersionTime(com.google.protobuf.Timestamp value) { if (earliestVersionTimeBuilder_ == null) { @@ -3231,6 +3742,8 @@ public Builder setEarliestVersionTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3242,10 +3755,11 @@ public Builder setEarliestVersionTime(com.google.protobuf.Timestamp value) {
      * you initiate the recovery.
      * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ - public Builder setEarliestVersionTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setEarliestVersionTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (earliestVersionTimeBuilder_ == null) { earliestVersionTime_ = builderForValue.build(); } else { @@ -3256,6 +3770,8 @@ public Builder setEarliestVersionTime( return this; } /** + * + * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3267,13 +3783,15 @@ public Builder setEarliestVersionTime(
      * you initiate the recovery.
      * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeEarliestVersionTime(com.google.protobuf.Timestamp value) { if (earliestVersionTimeBuilder_ == null) { - if (((bitField0_ & 0x00000100) != 0) && - earliestVersionTime_ != null && - earliestVersionTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000100) != 0) + && earliestVersionTime_ != null + && earliestVersionTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getEarliestVersionTimeBuilder().mergeFrom(value); } else { earliestVersionTime_ = value; @@ -3288,6 +3806,8 @@ public Builder mergeEarliestVersionTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3299,7 +3819,9 @@ public Builder mergeEarliestVersionTime(com.google.protobuf.Timestamp value) {
      * you initiate the recovery.
      * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearEarliestVersionTime() { bitField0_ = (bitField0_ & ~0x00000100); @@ -3312,6 +3834,8 @@ public Builder clearEarliestVersionTime() { return this; } /** + * + * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3323,7 +3847,9 @@ public Builder clearEarliestVersionTime() {
      * you initiate the recovery.
      * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getEarliestVersionTimeBuilder() { bitField0_ |= 0x00000100; @@ -3331,6 +3857,8 @@ public com.google.protobuf.Timestamp.Builder getEarliestVersionTimeBuilder() { return getEarliestVersionTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3342,17 +3870,22 @@ public com.google.protobuf.Timestamp.Builder getEarliestVersionTimeBuilder() {
      * you initiate the recovery.
      * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.TimestampOrBuilder getEarliestVersionTimeOrBuilder() { if (earliestVersionTimeBuilder_ != null) { return earliestVersionTimeBuilder_.getMessageOrBuilder(); } else { - return earliestVersionTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : earliestVersionTime_; + return earliestVersionTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : earliestVersionTime_; } } /** + * + * *
      * Output only. The earliest timestamp at which older versions of the data can
      * be read from the database. See [version_retention_period] above; this field
@@ -3364,17 +3897,22 @@ public com.google.protobuf.TimestampOrBuilder getEarliestVersionTimeOrBuilder()
      * you initiate the recovery.
      * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getEarliestVersionTimeFieldBuilder() { if (earliestVersionTimeBuilder_ == null) { - earliestVersionTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getEarliestVersionTime(), - getParentForChildren(), - isClean()); + earliestVersionTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getEarliestVersionTime(), getParentForChildren(), isClean()); earliestVersionTime_ = null; } return earliestVersionTimeBuilder_; @@ -3382,22 +3920,33 @@ public com.google.protobuf.TimestampOrBuilder getEarliestVersionTimeOrBuilder() private int pointInTimeRecoveryEnablement_ = 0; /** + * + * *
      * Whether to enable the PITR feature on this database.
      * 
* - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * * @return The enum numeric value on the wire for pointInTimeRecoveryEnablement. */ - @java.lang.Override public int getPointInTimeRecoveryEnablementValue() { + @java.lang.Override + public int getPointInTimeRecoveryEnablementValue() { return pointInTimeRecoveryEnablement_; } /** + * + * *
      * Whether to enable the PITR feature on this database.
      * 
* - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * * @param value The enum numeric value on the wire for pointInTimeRecoveryEnablement to set. * @return This builder for chaining. */ @@ -3408,28 +3957,44 @@ public Builder setPointInTimeRecoveryEnablementValue(int value) { return this; } /** + * + * *
      * Whether to enable the PITR feature on this database.
      * 
* - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * * @return The pointInTimeRecoveryEnablement. */ @java.lang.Override - public com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement getPointInTimeRecoveryEnablement() { - com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement result = com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.forNumber(pointInTimeRecoveryEnablement_); - return result == null ? com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.UNRECOGNIZED : result; + public com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement + getPointInTimeRecoveryEnablement() { + com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement result = + com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.forNumber( + pointInTimeRecoveryEnablement_); + return result == null + ? com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement.UNRECOGNIZED + : result; } /** + * + * *
      * Whether to enable the PITR feature on this database.
      * 
* - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * * @param value The pointInTimeRecoveryEnablement to set. * @return This builder for chaining. */ - public Builder setPointInTimeRecoveryEnablement(com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement value) { + public Builder setPointInTimeRecoveryEnablement( + com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement value) { if (value == null) { throw new NullPointerException(); } @@ -3439,11 +4004,16 @@ public Builder setPointInTimeRecoveryEnablement(com.google.firestore.admin.v1.Da return this; } /** + * + * *
      * Whether to enable the PITR feature on this database.
      * 
* - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * * @return This builder for chaining. */ public Builder clearPointInTimeRecoveryEnablement() { @@ -3455,22 +4025,33 @@ public Builder clearPointInTimeRecoveryEnablement() { private int appEngineIntegrationMode_ = 0; /** + * + * *
      * The App Engine integration mode to use for this database.
      * 
* - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * * @return The enum numeric value on the wire for appEngineIntegrationMode. */ - @java.lang.Override public int getAppEngineIntegrationModeValue() { + @java.lang.Override + public int getAppEngineIntegrationModeValue() { return appEngineIntegrationMode_; } /** + * + * *
      * The App Engine integration mode to use for this database.
      * 
* - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * * @param value The enum numeric value on the wire for appEngineIntegrationMode to set. * @return This builder for chaining. */ @@ -3481,28 +4062,44 @@ public Builder setAppEngineIntegrationModeValue(int value) { return this; } /** + * + * *
      * The App Engine integration mode to use for this database.
      * 
* - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * * @return The appEngineIntegrationMode. */ @java.lang.Override - public com.google.firestore.admin.v1.Database.AppEngineIntegrationMode getAppEngineIntegrationMode() { - com.google.firestore.admin.v1.Database.AppEngineIntegrationMode result = com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.forNumber(appEngineIntegrationMode_); - return result == null ? com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.UNRECOGNIZED : result; + public com.google.firestore.admin.v1.Database.AppEngineIntegrationMode + getAppEngineIntegrationMode() { + com.google.firestore.admin.v1.Database.AppEngineIntegrationMode result = + com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.forNumber( + appEngineIntegrationMode_); + return result == null + ? com.google.firestore.admin.v1.Database.AppEngineIntegrationMode.UNRECOGNIZED + : result; } /** + * + * *
      * The App Engine integration mode to use for this database.
      * 
* - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * * @param value The appEngineIntegrationMode to set. * @return This builder for chaining. */ - public Builder setAppEngineIntegrationMode(com.google.firestore.admin.v1.Database.AppEngineIntegrationMode value) { + public Builder setAppEngineIntegrationMode( + com.google.firestore.admin.v1.Database.AppEngineIntegrationMode value) { if (value == null) { throw new NullPointerException(); } @@ -3512,11 +4109,16 @@ public Builder setAppEngineIntegrationMode(com.google.firestore.admin.v1.Databas return this; } /** + * + * *
      * The App Engine integration mode to use for this database.
      * 
* - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * * @return This builder for chaining. */ public Builder clearAppEngineIntegrationMode() { @@ -3528,6 +4130,8 @@ public Builder clearAppEngineIntegrationMode() { private java.lang.Object keyPrefix_ = ""; /** + * + * *
      * Output only. The key_prefix for this database. This key_prefix is used, in
      * combination with the project id ("<key prefix>~<project id>") to construct
@@ -3539,13 +4143,13 @@ public Builder clearAppEngineIntegrationMode() {
      * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The keyPrefix. */ public java.lang.String getKeyPrefix() { java.lang.Object ref = keyPrefix_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); keyPrefix_ = s; return s; @@ -3554,6 +4158,8 @@ public java.lang.String getKeyPrefix() { } } /** + * + * *
      * Output only. The key_prefix for this database. This key_prefix is used, in
      * combination with the project id ("<key prefix>~<project id>") to construct
@@ -3565,15 +4171,14 @@ public java.lang.String getKeyPrefix() {
      * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for keyPrefix. */ - public com.google.protobuf.ByteString - getKeyPrefixBytes() { + public com.google.protobuf.ByteString getKeyPrefixBytes() { java.lang.Object ref = keyPrefix_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); keyPrefix_ = b; return b; } else { @@ -3581,6 +4186,8 @@ public java.lang.String getKeyPrefix() { } } /** + * + * *
      * Output only. The key_prefix for this database. This key_prefix is used, in
      * combination with the project id ("<key prefix>~<project id>") to construct
@@ -3592,18 +4199,22 @@ public java.lang.String getKeyPrefix() {
      * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The keyPrefix to set. * @return This builder for chaining. */ - public Builder setKeyPrefix( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setKeyPrefix(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } keyPrefix_ = value; bitField0_ |= 0x00000800; onChanged(); return this; } /** + * + * *
      * Output only. The key_prefix for this database. This key_prefix is used, in
      * combination with the project id ("<key prefix>~<project id>") to construct
@@ -3615,6 +4226,7 @@ public Builder setKeyPrefix(
      * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearKeyPrefix() { @@ -3624,6 +4236,8 @@ public Builder clearKeyPrefix() { return this; } /** + * + * *
      * Output only. The key_prefix for this database. This key_prefix is used, in
      * combination with the project id ("<key prefix>~<project id>") to construct
@@ -3635,12 +4249,14 @@ public Builder clearKeyPrefix() {
      * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for keyPrefix to set. * @return This builder for chaining. */ - public Builder setKeyPrefixBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setKeyPrefixBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); keyPrefix_ = value; bitField0_ |= 0x00000800; @@ -3650,22 +4266,31 @@ public Builder setKeyPrefixBytes( private int deleteProtectionState_ = 0; /** + * + * *
      * State of delete protection for the database.
      * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * + * * @return The enum numeric value on the wire for deleteProtectionState. */ - @java.lang.Override public int getDeleteProtectionStateValue() { + @java.lang.Override + public int getDeleteProtectionStateValue() { return deleteProtectionState_; } /** + * + * *
      * State of delete protection for the database.
      * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * + * * @param value The enum numeric value on the wire for deleteProtectionState to set. * @return This builder for chaining. */ @@ -3676,28 +4301,41 @@ public Builder setDeleteProtectionStateValue(int value) { return this; } /** + * + * *
      * State of delete protection for the database.
      * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * + * * @return The deleteProtectionState. */ @java.lang.Override public com.google.firestore.admin.v1.Database.DeleteProtectionState getDeleteProtectionState() { - com.google.firestore.admin.v1.Database.DeleteProtectionState result = com.google.firestore.admin.v1.Database.DeleteProtectionState.forNumber(deleteProtectionState_); - return result == null ? com.google.firestore.admin.v1.Database.DeleteProtectionState.UNRECOGNIZED : result; + com.google.firestore.admin.v1.Database.DeleteProtectionState result = + com.google.firestore.admin.v1.Database.DeleteProtectionState.forNumber( + deleteProtectionState_); + return result == null + ? com.google.firestore.admin.v1.Database.DeleteProtectionState.UNRECOGNIZED + : result; } /** + * + * *
      * State of delete protection for the database.
      * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * + * * @param value The deleteProtectionState to set. * @return This builder for chaining. */ - public Builder setDeleteProtectionState(com.google.firestore.admin.v1.Database.DeleteProtectionState value) { + public Builder setDeleteProtectionState( + com.google.firestore.admin.v1.Database.DeleteProtectionState value) { if (value == null) { throw new NullPointerException(); } @@ -3707,11 +4345,15 @@ public Builder setDeleteProtectionState(com.google.firestore.admin.v1.Database.D return this; } /** + * + * *
      * State of delete protection for the database.
      * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * + * * @return This builder for chaining. */ public Builder clearDeleteProtectionState() { @@ -3723,6 +4365,8 @@ public Builder clearDeleteProtectionState() { private java.lang.Object etag_ = ""; /** + * + * *
      * This checksum is computed by the server based on the value of other
      * fields, and may be sent on update and delete requests to ensure the
@@ -3730,13 +4374,13 @@ public Builder clearDeleteProtectionState() {
      * 
* * string etag = 99; + * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); etag_ = s; return s; @@ -3745,6 +4389,8 @@ public java.lang.String getEtag() { } } /** + * + * *
      * This checksum is computed by the server based on the value of other
      * fields, and may be sent on update and delete requests to ensure the
@@ -3752,15 +4398,14 @@ public java.lang.String getEtag() {
      * 
* * string etag = 99; + * * @return The bytes for etag. */ - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); etag_ = b; return b; } else { @@ -3768,6 +4413,8 @@ public java.lang.String getEtag() { } } /** + * + * *
      * This checksum is computed by the server based on the value of other
      * fields, and may be sent on update and delete requests to ensure the
@@ -3775,18 +4422,22 @@ public java.lang.String getEtag() {
      * 
* * string etag = 99; + * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setEtag(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } etag_ = value; bitField0_ |= 0x00002000; onChanged(); return this; } /** + * + * *
      * This checksum is computed by the server based on the value of other
      * fields, and may be sent on update and delete requests to ensure the
@@ -3794,6 +4445,7 @@ public Builder setEtag(
      * 
* * string etag = 99; + * * @return This builder for chaining. */ public Builder clearEtag() { @@ -3803,6 +4455,8 @@ public Builder clearEtag() { return this; } /** + * + * *
      * This checksum is computed by the server based on the value of other
      * fields, and may be sent on update and delete requests to ensure the
@@ -3810,21 +4464,23 @@ public Builder clearEtag() {
      * 
* * string etag = 99; + * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setEtagBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); etag_ = value; bitField0_ |= 0x00002000; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -3834,12 +4490,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Database) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Database) private static final com.google.firestore.admin.v1.Database DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Database(); } @@ -3848,27 +4504,27 @@ public static com.google.firestore.admin.v1.Database getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Database parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Database parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -3883,6 +4539,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Database getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseName.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseName.java similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseName.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseName.java diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseOrBuilder.java similarity index 79% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseOrBuilder.java index 477167355..e2a909294 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseOrBuilder.java @@ -1,141 +1,196 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/database.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface DatabaseOrBuilder extends +public interface DatabaseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Database) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The resource name of the Database.
    * Format: `projects/{project}/databases/{database}`
    * 
* * string name = 1; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * The resource name of the Database.
    * Format: `projects/{project}/databases/{database}`
    * 
* * string name = 1; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * Output only. The system-generated UUID4 for this Database.
    * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The uid. */ java.lang.String getUid(); /** + * + * *
    * Output only. The system-generated UUID4 for this Database.
    * 
* * string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for uid. */ - com.google.protobuf.ByteString - getUidBytes(); + com.google.protobuf.ByteString getUidBytes(); /** + * + * *
    * Output only. The timestamp at which this database was created. Databases
    * created before 2016 do not populate create_time.
    * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** + * + * *
    * Output only. The timestamp at which this database was created. Databases
    * created before 2016 do not populate create_time.
    * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** + * + * *
    * Output only. The timestamp at which this database was created. Databases
    * created before 2016 do not populate create_time.
    * 
* - * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** + * + * *
    * Output only. The timestamp at which this database was most recently
    * updated. Note this only includes updates to the database resource and not
    * data contained by the database.
    * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** + * + * *
    * Output only. The timestamp at which this database was most recently
    * updated. Note this only includes updates to the database resource and not
    * data contained by the database.
    * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** + * + * *
    * Output only. The timestamp at which this database was most recently
    * updated. Note this only includes updates to the database resource and not
    * data contained by the database.
    * 
* - * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** + * + * *
    * The location of the database. Available locations are listed at
    * https://cloud.google.com/firestore/docs/locations.
    * 
* * string location_id = 9; + * * @return The locationId. */ java.lang.String getLocationId(); /** + * + * *
    * The location of the database. Available locations are listed at
    * https://cloud.google.com/firestore/docs/locations.
    * 
* * string location_id = 9; + * * @return The bytes for locationId. */ - com.google.protobuf.ByteString - getLocationIdBytes(); + com.google.protobuf.ByteString getLocationIdBytes(); /** + * + * *
    * The type of the database.
    * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -143,10 +198,13 @@ public interface DatabaseOrBuilder extends
    * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; + * * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** + * + * *
    * The type of the database.
    * See https://cloud.google.com/datastore/docs/firestore-or-datastore for
@@ -154,30 +212,39 @@ public interface DatabaseOrBuilder extends
    * 
* * .google.firestore.admin.v1.Database.DatabaseType type = 10; + * * @return The type. */ com.google.firestore.admin.v1.Database.DatabaseType getType(); /** + * + * *
    * The concurrency control mode to use for this database.
    * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; + * * @return The enum numeric value on the wire for concurrencyMode. */ int getConcurrencyModeValue(); /** + * + * *
    * The concurrency control mode to use for this database.
    * 
* * .google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15; + * * @return The concurrencyMode. */ com.google.firestore.admin.v1.Database.ConcurrencyMode getConcurrencyMode(); /** + * + * *
    * Output only. The period during which past versions of data are retained in
    * the database.
@@ -191,11 +258,16 @@ public interface DatabaseOrBuilder extends
    * the retention period is 1 hour.
    * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the versionRetentionPeriod field is set. */ boolean hasVersionRetentionPeriod(); /** + * + * *
    * Output only. The period during which past versions of data are retained in
    * the database.
@@ -209,11 +281,16 @@ public interface DatabaseOrBuilder extends
    * the retention period is 1 hour.
    * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The versionRetentionPeriod. */ com.google.protobuf.Duration getVersionRetentionPeriod(); /** + * + * *
    * Output only. The period during which past versions of data are retained in
    * the database.
@@ -227,11 +304,15 @@ public interface DatabaseOrBuilder extends
    * the retention period is 1 hour.
    * 
* - * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Duration version_retention_period = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.DurationOrBuilder getVersionRetentionPeriodOrBuilder(); /** + * + * *
    * Output only. The earliest timestamp at which older versions of the data can
    * be read from the database. See [version_retention_period] above; this field
@@ -243,11 +324,16 @@ public interface DatabaseOrBuilder extends
    * you initiate the recovery.
    * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the earliestVersionTime field is set. */ boolean hasEarliestVersionTime(); /** + * + * *
    * Output only. The earliest timestamp at which older versions of the data can
    * be read from the database. See [version_retention_period] above; this field
@@ -259,11 +345,16 @@ public interface DatabaseOrBuilder extends
    * you initiate the recovery.
    * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The earliestVersionTime. */ com.google.protobuf.Timestamp getEarliestVersionTime(); /** + * + * *
    * Output only. The earliest timestamp at which older versions of the data can
    * be read from the database. See [version_retention_period] above; this field
@@ -275,49 +366,74 @@ public interface DatabaseOrBuilder extends
    * you initiate the recovery.
    * 
* - * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp earliest_version_time = 18 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getEarliestVersionTimeOrBuilder(); /** + * + * *
    * Whether to enable the PITR feature on this database.
    * 
* - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * * @return The enum numeric value on the wire for pointInTimeRecoveryEnablement. */ int getPointInTimeRecoveryEnablementValue(); /** + * + * *
    * Whether to enable the PITR feature on this database.
    * 
* - * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * .google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement point_in_time_recovery_enablement = 21; + * + * * @return The pointInTimeRecoveryEnablement. */ - com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement getPointInTimeRecoveryEnablement(); + com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement + getPointInTimeRecoveryEnablement(); /** + * + * *
    * The App Engine integration mode to use for this database.
    * 
* - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * * @return The enum numeric value on the wire for appEngineIntegrationMode. */ int getAppEngineIntegrationModeValue(); /** + * + * *
    * The App Engine integration mode to use for this database.
    * 
* - * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * .google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19; + * + * * @return The appEngineIntegrationMode. */ com.google.firestore.admin.v1.Database.AppEngineIntegrationMode getAppEngineIntegrationMode(); /** + * + * *
    * Output only. The key_prefix for this database. This key_prefix is used, in
    * combination with the project id ("<key prefix>~<project id>") to construct
@@ -329,10 +445,13 @@ public interface DatabaseOrBuilder extends
    * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The keyPrefix. */ java.lang.String getKeyPrefix(); /** + * + * *
    * Output only. The key_prefix for this database. This key_prefix is used, in
    * combination with the project id ("<key prefix>~<project id>") to construct
@@ -344,31 +463,41 @@ public interface DatabaseOrBuilder extends
    * 
* * string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for keyPrefix. */ - com.google.protobuf.ByteString - getKeyPrefixBytes(); + com.google.protobuf.ByteString getKeyPrefixBytes(); /** + * + * *
    * State of delete protection for the database.
    * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * + * * @return The enum numeric value on the wire for deleteProtectionState. */ int getDeleteProtectionStateValue(); /** + * + * *
    * State of delete protection for the database.
    * 
* - * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * .google.firestore.admin.v1.Database.DeleteProtectionState delete_protection_state = 22; + * + * * @return The deleteProtectionState. */ com.google.firestore.admin.v1.Database.DeleteProtectionState getDeleteProtectionState(); /** + * + * *
    * This checksum is computed by the server based on the value of other
    * fields, and may be sent on update and delete requests to ensure the
@@ -376,10 +505,13 @@ public interface DatabaseOrBuilder extends
    * 
* * string etag = 99; + * * @return The etag. */ java.lang.String getEtag(); /** + * + * *
    * This checksum is computed by the server based on the value of other
    * fields, and may be sent on update and delete requests to ensure the
@@ -387,8 +519,8 @@ public interface DatabaseOrBuilder extends
    * 
* * string etag = 99; + * * @return The bytes for etag. */ - com.google.protobuf.ByteString - getEtagBytes(); + com.google.protobuf.ByteString getEtagBytes(); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java new file mode 100644 index 000000000..c05bc59b5 --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DatabaseProto.java @@ -0,0 +1,136 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/database.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public final class DatabaseProto { + private DatabaseProto() {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); + } + + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_Database_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_Database_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + return descriptor; + } + + private static com.google.protobuf.Descriptors.FileDescriptor descriptor; + + static { + java.lang.String[] descriptorData = { + "\n(google/firestore/admin/v1/database.pro" + + "to\022\031google.firestore.admin.v1\032\037google/ap" + + "i/field_behavior.proto\032\031google/api/resou" + + "rce.proto\032\036google/protobuf/duration.prot" + + "o\032\037google/protobuf/timestamp.proto\"\271\013\n\010D" + + "atabase\022\014\n\004name\030\001 \001(\t\022\020\n\003uid\030\003 \001(\tB\003\340A\003\022" + + "4\n\013create_time\030\005 \001(\0132\032.google.protobuf.T" + + "imestampB\003\340A\003\0224\n\013update_time\030\006 \001(\0132\032.goo" + + "gle.protobuf.TimestampB\003\340A\003\022\023\n\013location_" + + "id\030\t \001(\t\022>\n\004type\030\n \001(\01620.google.firestor" + + "e.admin.v1.Database.DatabaseType\022M\n\020conc" + + "urrency_mode\030\017 \001(\01623.google.firestore.ad" + + "min.v1.Database.ConcurrencyMode\022@\n\030versi" + + "on_retention_period\030\021 \001(\0132\031.google.proto" + + "buf.DurationB\003\340A\003\022>\n\025earliest_version_ti" + + "me\030\022 \001(\0132\032.google.protobuf.TimestampB\003\340A" + + "\003\022l\n!point_in_time_recovery_enablement\030\025" + + " \001(\0162A.google.firestore.admin.v1.Databas" + + "e.PointInTimeRecoveryEnablement\022a\n\033app_e" + + "ngine_integration_mode\030\023 \001(\0162<.google.fi" + + "restore.admin.v1.Database.AppEngineInteg" + + "rationMode\022\027\n\nkey_prefix\030\024 \001(\tB\003\340A\003\022Z\n\027d" + + "elete_protection_state\030\026 \001(\01629.google.fi" + + "restore.admin.v1.Database.DeleteProtecti" + + "onState\022\014\n\004etag\030c \001(\t\"W\n\014DatabaseType\022\035\n" + + "\031DATABASE_TYPE_UNSPECIFIED\020\000\022\024\n\020FIRESTOR" + + "E_NATIVE\020\001\022\022\n\016DATASTORE_MODE\020\002\"w\n\017Concur" + + "rencyMode\022 \n\034CONCURRENCY_MODE_UNSPECIFIE" + + "D\020\000\022\016\n\nOPTIMISTIC\020\001\022\017\n\013PESSIMISTIC\020\002\022!\n\035" + + "OPTIMISTIC_WITH_ENTITY_GROUPS\020\003\"\233\001\n\035Poin" + + "tInTimeRecoveryEnablement\0221\n-POINT_IN_TI" + + "ME_RECOVERY_ENABLEMENT_UNSPECIFIED\020\000\022\"\n\036" + + "POINT_IN_TIME_RECOVERY_ENABLED\020\001\022#\n\037POIN" + + "T_IN_TIME_RECOVERY_DISABLED\020\002\"b\n\030AppEngi" + + "neIntegrationMode\022+\n\'APP_ENGINE_INTEGRAT" + + "ION_MODE_UNSPECIFIED\020\000\022\013\n\007ENABLED\020\001\022\014\n\010D" + + "ISABLED\020\002\"\177\n\025DeleteProtectionState\022\'\n#DE" + + "LETE_PROTECTION_STATE_UNSPECIFIED\020\000\022\036\n\032D" + + "ELETE_PROTECTION_DISABLED\020\001\022\035\n\031DELETE_PR" + + "OTECTION_ENABLED\020\002:R\352AO\n!firestore.googl" + + "eapis.com/Database\022\'projects/{project}/d" + + "atabases/{database}R\001\001B\334\001\n\035com.google.fi" + + "restore.admin.v1B\rDatabaseProtoP\001Z9cloud" + + ".google.com/go/firestore/apiv1/admin/adm" + + "inpb;adminpb\242\002\004GCFS\252\002\037Google.Cloud.Fires" + + "tore.Admin.V1\312\002\037Google\\Cloud\\Firestore\\A" + + "dmin\\V1\352\002#Google::Cloud::Firestore::Admi" + + "n::V1b\006proto3" + }; + descriptor = + com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( + descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.protobuf.DurationProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_firestore_admin_v1_Database_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_firestore_admin_v1_Database_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_Database_descriptor, + new java.lang.String[] { + "Name", + "Uid", + "CreateTime", + "UpdateTime", + "LocationId", + "Type", + "ConcurrencyMode", + "VersionRetentionPeriod", + "EarliestVersionTime", + "PointInTimeRecoveryEnablement", + "AppEngineIntegrationMode", + "KeyPrefix", + "DeleteProtectionState", + "Etag", + }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.ResourceProto.resource); + com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( + descriptor, registry); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.protobuf.DurationProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequest.java similarity index 62% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequest.java index 7a1b446a1..112572a0d 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.DeleteBackup][google.firestore.admin.v1.FirestoreAdmin.DeleteBackup].
@@ -12,50 +29,58 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.DeleteBackupRequest}
  */
-public final class DeleteBackupRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class DeleteBackupRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.DeleteBackupRequest)
     DeleteBackupRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use DeleteBackupRequest.newBuilder() to construct.
   private DeleteBackupRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private DeleteBackupRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new DeleteBackupRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.DeleteBackupRequest.class, com.google.firestore.admin.v1.DeleteBackupRequest.Builder.class);
+            com.google.firestore.admin.v1.DeleteBackupRequest.class,
+            com.google.firestore.admin.v1.DeleteBackupRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Required. Name of the backup to delete.
    *
    * format is `projects/{project}/locations/{location}/backups/{backup}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -64,31 +89,33 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. Name of the backup to delete.
    *
    * format is `projects/{project}/locations/{location}/backups/{backup}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -97,6 +124,7 @@ public java.lang.String getName() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -108,8 +136,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -133,15 +160,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.DeleteBackupRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.DeleteBackupRequest other = (com.google.firestore.admin.v1.DeleteBackupRequest) obj; + com.google.firestore.admin.v1.DeleteBackupRequest other = + (com.google.firestore.admin.v1.DeleteBackupRequest) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -161,98 +188,103 @@ public int hashCode() { } public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteBackupRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteBackupRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.DeleteBackupRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.DeleteBackupRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.DeleteBackupRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.DeleteBackup][google.firestore.admin.v1.FirestoreAdmin.DeleteBackup].
@@ -260,33 +292,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.DeleteBackupRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.DeleteBackupRequest)
       com.google.firestore.admin.v1.DeleteBackupRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.DeleteBackupRequest.class, com.google.firestore.admin.v1.DeleteBackupRequest.Builder.class);
+              com.google.firestore.admin.v1.DeleteBackupRequest.class,
+              com.google.firestore.admin.v1.DeleteBackupRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.DeleteBackupRequest.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -296,9 +327,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor;
     }
 
     @java.lang.Override
@@ -317,8 +348,11 @@ public com.google.firestore.admin.v1.DeleteBackupRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.DeleteBackupRequest buildPartial() {
-      com.google.firestore.admin.v1.DeleteBackupRequest result = new com.google.firestore.admin.v1.DeleteBackupRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.DeleteBackupRequest result =
+          new com.google.firestore.admin.v1.DeleteBackupRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -334,38 +368,39 @@ private void buildPartial0(com.google.firestore.admin.v1.DeleteBackupRequest res
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.DeleteBackupRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.DeleteBackupRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.DeleteBackupRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -373,7 +408,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.DeleteBackupRequest other) {
-      if (other == com.google.firestore.admin.v1.DeleteBackupRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.DeleteBackupRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -405,17 +441,19 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -425,24 +463,29 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. Name of the backup to delete.
      *
      * format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -451,22 +494,25 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Name of the backup to delete.
      *
      * format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -474,32 +520,43 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Name of the backup to delete.
      *
      * format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. Name of the backup to delete.
      *
      * format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { @@ -509,28 +566,34 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. Name of the backup to delete.
      *
      * format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -540,12 +603,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.DeleteBackupRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.DeleteBackupRequest) private static final com.google.firestore.admin.v1.DeleteBackupRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.DeleteBackupRequest(); } @@ -554,27 +617,27 @@ public static com.google.firestore.admin.v1.DeleteBackupRequest getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteBackupRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DeleteBackupRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -589,6 +652,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.DeleteBackupRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java new file mode 100644 index 000000000..790ba2bb2 --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupRequestOrBuilder.java @@ -0,0 +1,59 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface DeleteBackupRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteBackupRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. Name of the backup to delete.
+   *
+   * format is `projects/{project}/locations/{location}/backups/{backup}`.
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The name. + */ + java.lang.String getName(); + /** + * + * + *
+   * Required. Name of the backup to delete.
+   *
+   * format is `projects/{project}/locations/{location}/backups/{backup}`.
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for name. + */ + com.google.protobuf.ByteString getNameBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequest.java similarity index 62% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequest.java index 40a966435..5fc48b2a0 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,49 +20,56 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for [FirestoreAdmin.DeleteBackupSchedules][].
  * 
* * Protobuf type {@code google.firestore.admin.v1.DeleteBackupScheduleRequest} */ -public final class DeleteBackupScheduleRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class DeleteBackupScheduleRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.DeleteBackupScheduleRequest) DeleteBackupScheduleRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use DeleteBackupScheduleRequest.newBuilder() to construct. private DeleteBackupScheduleRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private DeleteBackupScheduleRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new DeleteBackupScheduleRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.DeleteBackupScheduleRequest.class, com.google.firestore.admin.v1.DeleteBackupScheduleRequest.Builder.class); + com.google.firestore.admin.v1.DeleteBackupScheduleRequest.class, + com.google.firestore.admin.v1.DeleteBackupScheduleRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** + * + * *
    * Required. The name of the backup schedule.
    *
@@ -55,7 +77,10 @@ protected java.lang.Object newInstance(
    * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -64,14 +89,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. The name of the backup schedule.
    *
@@ -79,17 +105,18 @@ public java.lang.String getName() {
    * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -98,6 +125,7 @@ public java.lang.String getName() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -109,8 +137,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -134,15 +161,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.DeleteBackupScheduleRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.DeleteBackupScheduleRequest other = (com.google.firestore.admin.v1.DeleteBackupScheduleRequest) obj; + com.google.firestore.admin.v1.DeleteBackupScheduleRequest other = + (com.google.firestore.admin.v1.DeleteBackupScheduleRequest) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -162,131 +189,136 @@ public int hashCode() { } public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.DeleteBackupScheduleRequest prototype) { + + public static Builder newBuilder( + com.google.firestore.admin.v1.DeleteBackupScheduleRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for [FirestoreAdmin.DeleteBackupSchedules][].
    * 
* * Protobuf type {@code google.firestore.admin.v1.DeleteBackupScheduleRequest} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.DeleteBackupScheduleRequest) com.google.firestore.admin.v1.DeleteBackupScheduleRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.DeleteBackupScheduleRequest.class, com.google.firestore.admin.v1.DeleteBackupScheduleRequest.Builder.class); + com.google.firestore.admin.v1.DeleteBackupScheduleRequest.class, + com.google.firestore.admin.v1.DeleteBackupScheduleRequest.Builder.class); } // Construct using com.google.firestore.admin.v1.DeleteBackupScheduleRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -296,9 +328,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor; } @java.lang.Override @@ -317,8 +349,11 @@ public com.google.firestore.admin.v1.DeleteBackupScheduleRequest build() { @java.lang.Override public com.google.firestore.admin.v1.DeleteBackupScheduleRequest buildPartial() { - com.google.firestore.admin.v1.DeleteBackupScheduleRequest result = new com.google.firestore.admin.v1.DeleteBackupScheduleRequest(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.admin.v1.DeleteBackupScheduleRequest result = + new com.google.firestore.admin.v1.DeleteBackupScheduleRequest(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -334,38 +369,39 @@ private void buildPartial0(com.google.firestore.admin.v1.DeleteBackupScheduleReq public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.DeleteBackupScheduleRequest) { - return mergeFrom((com.google.firestore.admin.v1.DeleteBackupScheduleRequest)other); + return mergeFrom((com.google.firestore.admin.v1.DeleteBackupScheduleRequest) other); } else { super.mergeFrom(other); return this; @@ -373,7 +409,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.DeleteBackupScheduleRequest other) { - if (other == com.google.firestore.admin.v1.DeleteBackupScheduleRequest.getDefaultInstance()) return this; + if (other == com.google.firestore.admin.v1.DeleteBackupScheduleRequest.getDefaultInstance()) + return this; if (!other.getName().isEmpty()) { name_ = other.name_; bitField0_ |= 0x00000001; @@ -405,17 +442,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - name_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + name_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -425,10 +464,13 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object name_ = ""; /** + * + * *
      * Required. The name of the backup schedule.
      *
@@ -436,14 +478,16 @@ public Builder mergeFrom(
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -452,6 +496,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. The name of the backup schedule.
      *
@@ -459,16 +505,17 @@ public java.lang.String getName() {
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -476,6 +523,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. The name of the backup schedule.
      *
@@ -483,19 +532,25 @@ public java.lang.String getName() {
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The name of the backup schedule.
      *
@@ -503,7 +558,10 @@ public Builder setName(
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { @@ -513,6 +571,8 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. The name of the backup schedule.
      *
@@ -520,22 +580,26 @@ public Builder clearName() {
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -545,12 +609,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.DeleteBackupScheduleRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.DeleteBackupScheduleRequest) private static final com.google.firestore.admin.v1.DeleteBackupScheduleRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.DeleteBackupScheduleRequest(); } @@ -559,27 +623,27 @@ public static com.google.firestore.admin.v1.DeleteBackupScheduleRequest getDefau return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteBackupScheduleRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DeleteBackupScheduleRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -594,6 +658,4 @@ public com.google.protobuf.Parser getParserForType( public com.google.firestore.admin.v1.DeleteBackupScheduleRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java new file mode 100644 index 000000000..4bff0493b --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteBackupScheduleRequestOrBuilder.java @@ -0,0 +1,61 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface DeleteBackupScheduleRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteBackupScheduleRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. The name of the backup schedule.
+   *
+   * Format
+   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The name. + */ + java.lang.String getName(); + /** + * + * + *
+   * Required. The name of the backup schedule.
+   *
+   * Format
+   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for name. + */ + com.google.protobuf.ByteString getNameBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadata.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadata.java similarity index 62% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadata.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadata.java index 2b92c6df8..f5d292f26 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadata.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadata.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,45 +20,49 @@ package com.google.firestore.admin.v1; /** + * + * *
  * Metadata related to the delete database operation.
  * 
* * Protobuf type {@code google.firestore.admin.v1.DeleteDatabaseMetadata} */ -public final class DeleteDatabaseMetadata extends - com.google.protobuf.GeneratedMessageV3 implements +public final class DeleteDatabaseMetadata extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.DeleteDatabaseMetadata) DeleteDatabaseMetadataOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use DeleteDatabaseMetadata.newBuilder() to construct. private DeleteDatabaseMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private DeleteDatabaseMetadata() { - } + + private DeleteDatabaseMetadata() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new DeleteDatabaseMetadata(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.DeleteDatabaseMetadata.class, com.google.firestore.admin.v1.DeleteDatabaseMetadata.Builder.class); + com.google.firestore.admin.v1.DeleteDatabaseMetadata.class, + com.google.firestore.admin.v1.DeleteDatabaseMetadata.Builder.class); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -55,8 +74,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @@ -74,12 +92,13 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.DeleteDatabaseMetadata)) { return super.equals(obj); } - com.google.firestore.admin.v1.DeleteDatabaseMetadata other = (com.google.firestore.admin.v1.DeleteDatabaseMetadata) obj; + com.google.firestore.admin.v1.DeleteDatabaseMetadata other = + (com.google.firestore.admin.v1.DeleteDatabaseMetadata) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -98,131 +117,135 @@ public int hashCode() { } public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.DeleteDatabaseMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.DeleteDatabaseMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Metadata related to the delete database operation.
    * 
* * Protobuf type {@code google.firestore.admin.v1.DeleteDatabaseMetadata} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.DeleteDatabaseMetadata) com.google.firestore.admin.v1.DeleteDatabaseMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.DeleteDatabaseMetadata.class, com.google.firestore.admin.v1.DeleteDatabaseMetadata.Builder.class); + com.google.firestore.admin.v1.DeleteDatabaseMetadata.class, + com.google.firestore.admin.v1.DeleteDatabaseMetadata.Builder.class); } // Construct using com.google.firestore.admin.v1.DeleteDatabaseMetadata.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -230,9 +253,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor; } @java.lang.Override @@ -251,7 +274,8 @@ public com.google.firestore.admin.v1.DeleteDatabaseMetadata build() { @java.lang.Override public com.google.firestore.admin.v1.DeleteDatabaseMetadata buildPartial() { - com.google.firestore.admin.v1.DeleteDatabaseMetadata result = new com.google.firestore.admin.v1.DeleteDatabaseMetadata(this); + com.google.firestore.admin.v1.DeleteDatabaseMetadata result = + new com.google.firestore.admin.v1.DeleteDatabaseMetadata(this); onBuilt(); return result; } @@ -260,38 +284,39 @@ public com.google.firestore.admin.v1.DeleteDatabaseMetadata buildPartial() { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.DeleteDatabaseMetadata) { - return mergeFrom((com.google.firestore.admin.v1.DeleteDatabaseMetadata)other); + return mergeFrom((com.google.firestore.admin.v1.DeleteDatabaseMetadata) other); } else { super.mergeFrom(other); return this; @@ -299,7 +324,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.DeleteDatabaseMetadata other) { - if (other == com.google.firestore.admin.v1.DeleteDatabaseMetadata.getDefaultInstance()) return this; + if (other == com.google.firestore.admin.v1.DeleteDatabaseMetadata.getDefaultInstance()) + return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; @@ -326,12 +352,13 @@ public Builder mergeFrom( case 0: done = true; break; - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -341,9 +368,9 @@ public Builder mergeFrom( } // finally return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -353,12 +380,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.DeleteDatabaseMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.DeleteDatabaseMetadata) private static final com.google.firestore.admin.v1.DeleteDatabaseMetadata DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.DeleteDatabaseMetadata(); } @@ -367,27 +394,27 @@ public static com.google.firestore.admin.v1.DeleteDatabaseMetadata getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteDatabaseMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DeleteDatabaseMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -402,6 +429,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.DeleteDatabaseMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java new file mode 100644 index 000000000..d99f94f9f --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseMetadataOrBuilder.java @@ -0,0 +1,25 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface DeleteDatabaseMetadataOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteDatabaseMetadata) + com.google.protobuf.MessageOrBuilder {} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequest.java similarity index 65% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequest.java index a4bdeb6f8..60503d024 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.DeleteDatabase][google.firestore.admin.v1.FirestoreAdmin.DeleteDatabase].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.DeleteDatabaseRequest}
  */
-public final class DeleteDatabaseRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class DeleteDatabaseRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.DeleteDatabaseRequest)
     DeleteDatabaseRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use DeleteDatabaseRequest.newBuilder() to construct.
   private DeleteDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private DeleteDatabaseRequest() {
     name_ = "";
     etag_ = "";
@@ -28,34 +46,41 @@ private DeleteDatabaseRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new DeleteDatabaseRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.DeleteDatabaseRequest.class, com.google.firestore.admin.v1.DeleteDatabaseRequest.Builder.class);
+            com.google.firestore.admin.v1.DeleteDatabaseRequest.class,
+            com.google.firestore.admin.v1.DeleteDatabaseRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -64,30 +89,32 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -96,9 +123,12 @@ public java.lang.String getName() { } public static final int ETAG_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private volatile java.lang.Object etag_ = ""; /** + * + * *
    * The current etag of the Database.
    * If an etag is provided and does not match the current etag of the database,
@@ -106,6 +136,7 @@ public java.lang.String getName() {
    * 
* * string etag = 3; + * * @return The etag. */ @java.lang.Override @@ -114,14 +145,15 @@ public java.lang.String getEtag() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); etag_ = s; return s; } } /** + * + * *
    * The current etag of the Database.
    * If an etag is provided and does not match the current etag of the database,
@@ -129,16 +161,15 @@ public java.lang.String getEtag() {
    * 
* * string etag = 3; + * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); etag_ = b; return b; } else { @@ -147,6 +178,7 @@ public java.lang.String getEtag() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -158,8 +190,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -189,17 +220,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.DeleteDatabaseRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.DeleteDatabaseRequest other = (com.google.firestore.admin.v1.DeleteDatabaseRequest) obj; + com.google.firestore.admin.v1.DeleteDatabaseRequest other = + (com.google.firestore.admin.v1.DeleteDatabaseRequest) obj; - if (!getName() - .equals(other.getName())) return false; - if (!getEtag() - .equals(other.getEtag())) return false; + if (!getName().equals(other.getName())) return false; + if (!getEtag().equals(other.getEtag())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -221,98 +251,103 @@ public int hashCode() { } public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.DeleteDatabaseRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.DeleteDatabaseRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.DeleteDatabase][google.firestore.admin.v1.FirestoreAdmin.DeleteDatabase].
@@ -320,33 +355,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.DeleteDatabaseRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.DeleteDatabaseRequest)
       com.google.firestore.admin.v1.DeleteDatabaseRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.DeleteDatabaseRequest.class, com.google.firestore.admin.v1.DeleteDatabaseRequest.Builder.class);
+              com.google.firestore.admin.v1.DeleteDatabaseRequest.class,
+              com.google.firestore.admin.v1.DeleteDatabaseRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.DeleteDatabaseRequest.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -357,9 +391,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
@@ -378,8 +412,11 @@ public com.google.firestore.admin.v1.DeleteDatabaseRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.DeleteDatabaseRequest buildPartial() {
-      com.google.firestore.admin.v1.DeleteDatabaseRequest result = new com.google.firestore.admin.v1.DeleteDatabaseRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.DeleteDatabaseRequest result =
+          new com.google.firestore.admin.v1.DeleteDatabaseRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -398,38 +435,39 @@ private void buildPartial0(com.google.firestore.admin.v1.DeleteDatabaseRequest r
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.DeleteDatabaseRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.DeleteDatabaseRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.DeleteDatabaseRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -437,7 +475,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.DeleteDatabaseRequest other) {
-      if (other == com.google.firestore.admin.v1.DeleteDatabaseRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.DeleteDatabaseRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -474,22 +513,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 26: {
-              etag_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 26
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 26:
+              {
+                etag_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 26
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -499,23 +541,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -524,21 +571,24 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -546,30 +596,41 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { @@ -579,18 +640,24 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -600,6 +667,8 @@ public Builder setNameBytes( private java.lang.Object etag_ = ""; /** + * + * *
      * The current etag of the Database.
      * If an etag is provided and does not match the current etag of the database,
@@ -607,13 +676,13 @@ public Builder setNameBytes(
      * 
* * string etag = 3; + * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); etag_ = s; return s; @@ -622,6 +691,8 @@ public java.lang.String getEtag() { } } /** + * + * *
      * The current etag of the Database.
      * If an etag is provided and does not match the current etag of the database,
@@ -629,15 +700,14 @@ public java.lang.String getEtag() {
      * 
* * string etag = 3; + * * @return The bytes for etag. */ - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); etag_ = b; return b; } else { @@ -645,6 +715,8 @@ public java.lang.String getEtag() { } } /** + * + * *
      * The current etag of the Database.
      * If an etag is provided and does not match the current etag of the database,
@@ -652,18 +724,22 @@ public java.lang.String getEtag() {
      * 
* * string etag = 3; + * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setEtag(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } etag_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * The current etag of the Database.
      * If an etag is provided and does not match the current etag of the database,
@@ -671,6 +747,7 @@ public Builder setEtag(
      * 
* * string etag = 3; + * * @return This builder for chaining. */ public Builder clearEtag() { @@ -680,6 +757,8 @@ public Builder clearEtag() { return this; } /** + * + * *
      * The current etag of the Database.
      * If an etag is provided and does not match the current etag of the database,
@@ -687,21 +766,23 @@ public Builder clearEtag() {
      * 
* * string etag = 3; + * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setEtagBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); etag_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -711,12 +792,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.DeleteDatabaseRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.DeleteDatabaseRequest) private static final com.google.firestore.admin.v1.DeleteDatabaseRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.DeleteDatabaseRequest(); } @@ -725,27 +806,27 @@ public static com.google.firestore.admin.v1.DeleteDatabaseRequest getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteDatabaseRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DeleteDatabaseRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -760,6 +841,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.DeleteDatabaseRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequestOrBuilder.java similarity index 55% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequestOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequestOrBuilder.java index 0811a9d8f..a322dac69 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequestOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteDatabaseRequestOrBuilder.java @@ -1,36 +1,63 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface DeleteDatabaseRequestOrBuilder extends +public interface DeleteDatabaseRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteDatabaseRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * The current etag of the Database.
    * If an etag is provided and does not match the current etag of the database,
@@ -38,10 +65,13 @@ public interface DeleteDatabaseRequestOrBuilder extends
    * 
* * string etag = 3; + * * @return The etag. */ java.lang.String getEtag(); /** + * + * *
    * The current etag of the Database.
    * If an etag is provided and does not match the current etag of the database,
@@ -49,8 +79,8 @@ public interface DeleteDatabaseRequestOrBuilder extends
    * 
* * string etag = 3; + * * @return The bytes for etag. */ - com.google.protobuf.ByteString - getEtagBytes(); + com.google.protobuf.ByteString getEtagBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java similarity index 63% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java index 16ab1c2c3..3841fb14c 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.DeleteIndex][google.firestore.admin.v1.FirestoreAdmin.DeleteIndex].
@@ -12,49 +29,57 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.DeleteIndexRequest}
  */
-public final class DeleteIndexRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class DeleteIndexRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.DeleteIndexRequest)
     DeleteIndexRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use DeleteIndexRequest.newBuilder() to construct.
   private DeleteIndexRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private DeleteIndexRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new DeleteIndexRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.DeleteIndexRequest.class, com.google.firestore.admin.v1.DeleteIndexRequest.Builder.class);
+            com.google.firestore.admin.v1.DeleteIndexRequest.class,
+            com.google.firestore.admin.v1.DeleteIndexRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -63,30 +88,32 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -95,6 +122,7 @@ public java.lang.String getName() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -106,8 +134,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -131,15 +158,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.DeleteIndexRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.DeleteIndexRequest other = (com.google.firestore.admin.v1.DeleteIndexRequest) obj; + com.google.firestore.admin.v1.DeleteIndexRequest other = + (com.google.firestore.admin.v1.DeleteIndexRequest) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -158,99 +185,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.DeleteIndexRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.DeleteIndexRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.DeleteIndexRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.DeleteIndexRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.DeleteIndexRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.DeleteIndex][google.firestore.admin.v1.FirestoreAdmin.DeleteIndex].
@@ -258,33 +290,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.DeleteIndexRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.DeleteIndexRequest)
       com.google.firestore.admin.v1.DeleteIndexRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.DeleteIndexRequest.class, com.google.firestore.admin.v1.DeleteIndexRequest.Builder.class);
+              com.google.firestore.admin.v1.DeleteIndexRequest.class,
+              com.google.firestore.admin.v1.DeleteIndexRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.DeleteIndexRequest.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -294,9 +325,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor;
     }
 
     @java.lang.Override
@@ -315,8 +346,11 @@ public com.google.firestore.admin.v1.DeleteIndexRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.DeleteIndexRequest buildPartial() {
-      com.google.firestore.admin.v1.DeleteIndexRequest result = new com.google.firestore.admin.v1.DeleteIndexRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.DeleteIndexRequest result =
+          new com.google.firestore.admin.v1.DeleteIndexRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -332,38 +366,39 @@ private void buildPartial0(com.google.firestore.admin.v1.DeleteIndexRequest resu
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.DeleteIndexRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.DeleteIndexRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.DeleteIndexRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -371,7 +406,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.DeleteIndexRequest other) {
-      if (other == com.google.firestore.admin.v1.DeleteIndexRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.DeleteIndexRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -403,17 +439,19 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -423,23 +461,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -448,21 +491,24 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -470,30 +516,41 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { @@ -503,27 +560,33 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -533,12 +596,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.DeleteIndexRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.DeleteIndexRequest) private static final com.google.firestore.admin.v1.DeleteIndexRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.DeleteIndexRequest(); } @@ -547,27 +610,27 @@ public static com.google.firestore.admin.v1.DeleteIndexRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteIndexRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DeleteIndexRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -582,6 +645,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.DeleteIndexRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java new file mode 100644 index 000000000..a9bfd0270 --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequestOrBuilder.java @@ -0,0 +1,57 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface DeleteIndexRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.DeleteIndexRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The name. + */ + java.lang.String getName(); + /** + * + * + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for name. + */ + com.google.protobuf.ByteString getNameBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java similarity index 73% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java index 16194cfa6..a13fec548 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
  * results from
@@ -13,53 +30,56 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ExportDocumentsMetadata}
  */
-public final class ExportDocumentsMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ExportDocumentsMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ExportDocumentsMetadata)
     ExportDocumentsMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ExportDocumentsMetadata.newBuilder() to construct.
   private ExportDocumentsMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ExportDocumentsMetadata() {
     operationState_ = 0;
-    collectionIds_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
+    collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
     outputUriPrefix_ = "";
-    namespaceIds_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
+    namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ExportDocumentsMetadata();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ExportDocumentsMetadata.class, com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder.class);
+            com.google.firestore.admin.v1.ExportDocumentsMetadata.class,
+            com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder.class);
   }
 
   private int bitField0_;
   public static final int START_TIME_FIELD_NUMBER = 1;
   private com.google.protobuf.Timestamp startTime_;
   /**
+   *
+   *
    * 
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ @java.lang.Override @@ -67,11 +87,14 @@ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ @java.lang.Override @@ -79,6 +102,8 @@ public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } /** + * + * *
    * The time this operation started.
    * 
@@ -93,12 +118,15 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp endTime_; /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ @java.lang.Override @@ -106,12 +134,15 @@ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ @java.lang.Override @@ -119,6 +150,8 @@ public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -134,37 +167,49 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
   public static final int OPERATION_STATE_FIELD_NUMBER = 3;
   private int operationState_ = 0;
   /**
+   *
+   *
    * 
    * The state of the export operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The enum numeric value on the wire for operationState. */ - @java.lang.Override public int getOperationStateValue() { + @java.lang.Override + public int getOperationStateValue() { return operationState_; } /** + * + * *
    * The state of the export operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The operationState. */ - @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { - com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + @java.lang.Override + public com.google.firestore.admin.v1.OperationState getOperationState() { + com.google.firestore.admin.v1.OperationState result = + com.google.firestore.admin.v1.OperationState.forNumber(operationState_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } public static final int PROGRESS_DOCUMENTS_FIELD_NUMBER = 4; private com.google.firestore.admin.v1.Progress progressDocuments_; /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return Whether the progressDocuments field is set. */ @java.lang.Override @@ -172,18 +217,25 @@ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return The progressDocuments. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressDocuments() { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } /** + * + * *
    * The progress, in documents, of this operation.
    * 
@@ -192,17 +244,22 @@ public com.google.firestore.admin.v1.Progress getProgressDocuments() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder() { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } public static final int PROGRESS_BYTES_FIELD_NUMBER = 5; private com.google.firestore.admin.v1.Progress progressBytes_; /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return Whether the progressBytes field is set. */ @java.lang.Override @@ -210,18 +267,25 @@ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return The progressBytes. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressBytes() { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } /** + * + * *
    * The progress, in bytes, of this operation.
    * 
@@ -230,42 +294,53 @@ public com.google.firestore.admin.v1.Progress getProgressBytes() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder() { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } public static final int COLLECTION_IDS_FIELD_NUMBER = 6; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; + * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList - getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList getCollectionIdsList() { return collectionIds_; } /** + * + * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; + * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** + * + * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -273,28 +348,34 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** + * + * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString - getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } public static final int OUTPUT_URI_PREFIX_FIELD_NUMBER = 7; + @SuppressWarnings("serial") private volatile java.lang.Object outputUriPrefix_ = ""; /** + * + * *
    * Where the documents are being exported to.
    * 
* * string output_uri_prefix = 7; + * * @return The outputUriPrefix. */ @java.lang.Override @@ -303,29 +384,29 @@ public java.lang.String getOutputUriPrefix() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); outputUriPrefix_ = s; return s; } } /** + * + * *
    * Where the documents are being exported to.
    * 
* * string output_uri_prefix = 7; + * * @return The bytes for outputUriPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString - getOutputUriPrefixBytes() { + public com.google.protobuf.ByteString getOutputUriPrefixBytes() { java.lang.Object ref = outputUriPrefix_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); outputUriPrefix_ = b; return b; } else { @@ -334,38 +415,47 @@ public java.lang.String getOutputUriPrefix() { } public static final int NAMESPACE_IDS_FIELD_NUMBER = 8; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; + * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList - getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { return namespaceIds_; } /** + * + * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; + * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** + * + * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -373,22 +463,26 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** + * + * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString - getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } public static final int SNAPSHOT_TIME_FIELD_NUMBER = 9; private com.google.protobuf.Timestamp snapshotTime_; /** + * + * *
    * The timestamp that corresponds to the version of the database that is being
    * exported. If unspecified, there are no guarantees about the consistency of
@@ -396,6 +490,7 @@ public java.lang.String getNamespaceIds(int index) {
    * 
* * .google.protobuf.Timestamp snapshot_time = 9; + * * @return Whether the snapshotTime field is set. */ @java.lang.Override @@ -403,6 +498,8 @@ public boolean hasSnapshotTime() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
    * The timestamp that corresponds to the version of the database that is being
    * exported. If unspecified, there are no guarantees about the consistency of
@@ -410,13 +507,18 @@ public boolean hasSnapshotTime() {
    * 
* * .google.protobuf.Timestamp snapshot_time = 9; + * * @return The snapshotTime. */ @java.lang.Override public com.google.protobuf.Timestamp getSnapshotTime() { - return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; + return snapshotTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : snapshotTime_; } /** + * + * *
    * The timestamp that corresponds to the version of the database that is being
    * exported. If unspecified, there are no guarantees about the consistency of
@@ -427,10 +529,13 @@ public com.google.protobuf.Timestamp getSnapshotTime() {
    */
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
-    return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_;
+    return snapshotTime_ == null
+        ? com.google.protobuf.Timestamp.getDefaultInstance()
+        : snapshotTime_;
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -442,15 +547,15 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getStartTime());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
       output.writeMessage(2, getEndTime());
     }
-    if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) {
+    if (operationState_
+        != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) {
       output.writeEnum(3, operationState_);
     }
     if (((bitField0_ & 0x00000004) != 0)) {
@@ -481,24 +586,20 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, getStartTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getStartTime());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, getEndTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEndTime());
     }
-    if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeEnumSize(3, operationState_);
+    if (operationState_
+        != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) {
+      size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, operationState_);
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(4, getProgressDocuments());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getProgressDocuments());
     }
     if (((bitField0_ & 0x00000008) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(5, getProgressBytes());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getProgressBytes());
     }
     {
       int dataSize = 0;
@@ -520,8 +621,7 @@ public int getSerializedSize() {
       size += 1 * getNamespaceIdsList().size();
     }
     if (((bitField0_ & 0x00000010) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(9, getSnapshotTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(9, getSnapshotTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -531,44 +631,37 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.admin.v1.ExportDocumentsMetadata)) {
       return super.equals(obj);
     }
-    com.google.firestore.admin.v1.ExportDocumentsMetadata other = (com.google.firestore.admin.v1.ExportDocumentsMetadata) obj;
+    com.google.firestore.admin.v1.ExportDocumentsMetadata other =
+        (com.google.firestore.admin.v1.ExportDocumentsMetadata) obj;
 
     if (hasStartTime() != other.hasStartTime()) return false;
     if (hasStartTime()) {
-      if (!getStartTime()
-          .equals(other.getStartTime())) return false;
+      if (!getStartTime().equals(other.getStartTime())) return false;
     }
     if (hasEndTime() != other.hasEndTime()) return false;
     if (hasEndTime()) {
-      if (!getEndTime()
-          .equals(other.getEndTime())) return false;
+      if (!getEndTime().equals(other.getEndTime())) return false;
     }
     if (operationState_ != other.operationState_) return false;
     if (hasProgressDocuments() != other.hasProgressDocuments()) return false;
     if (hasProgressDocuments()) {
-      if (!getProgressDocuments()
-          .equals(other.getProgressDocuments())) return false;
+      if (!getProgressDocuments().equals(other.getProgressDocuments())) return false;
     }
     if (hasProgressBytes() != other.hasProgressBytes()) return false;
     if (hasProgressBytes()) {
-      if (!getProgressBytes()
-          .equals(other.getProgressBytes())) return false;
-    }
-    if (!getCollectionIdsList()
-        .equals(other.getCollectionIdsList())) return false;
-    if (!getOutputUriPrefix()
-        .equals(other.getOutputUriPrefix())) return false;
-    if (!getNamespaceIdsList()
-        .equals(other.getNamespaceIdsList())) return false;
+      if (!getProgressBytes().equals(other.getProgressBytes())) return false;
+    }
+    if (!getCollectionIdsList().equals(other.getCollectionIdsList())) return false;
+    if (!getOutputUriPrefix().equals(other.getOutputUriPrefix())) return false;
+    if (!getNamespaceIdsList().equals(other.getNamespaceIdsList())) return false;
     if (hasSnapshotTime() != other.hasSnapshotTime()) return false;
     if (hasSnapshotTime()) {
-      if (!getSnapshotTime()
-          .equals(other.getSnapshotTime())) return false;
+      if (!getSnapshotTime().equals(other.getSnapshotTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -619,98 +712,104 @@ public int hashCode() {
   }
 
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-  public static Builder newBuilder(com.google.firestore.admin.v1.ExportDocumentsMetadata prototype) {
+
+  public static Builder newBuilder(
+      com.google.firestore.admin.v1.ExportDocumentsMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
    * results from
@@ -719,21 +818,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.ExportDocumentsMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ExportDocumentsMetadata)
       com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ExportDocumentsMetadata.class, com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder.class);
+              com.google.firestore.admin.v1.ExportDocumentsMetadata.class,
+              com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ExportDocumentsMetadata.newBuilder()
@@ -741,14 +842,13 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getStartTimeFieldBuilder();
         getEndTimeFieldBuilder();
         getProgressDocumentsFieldBuilder();
@@ -756,6 +856,7 @@ private void maybeForceBuilderInitialization() {
         getSnapshotTimeFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -781,11 +882,9 @@ public Builder clear() {
         progressBytesBuilder_.dispose();
         progressBytesBuilder_ = null;
       }
-      collectionIds_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
+      collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
       outputUriPrefix_ = "";
-      namespaceIds_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
+      namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
       snapshotTime_ = null;
       if (snapshotTimeBuilder_ != null) {
         snapshotTimeBuilder_.dispose();
@@ -795,9 +894,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -816,8 +915,11 @@ public com.google.firestore.admin.v1.ExportDocumentsMetadata build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ExportDocumentsMetadata buildPartial() {
-      com.google.firestore.admin.v1.ExportDocumentsMetadata result = new com.google.firestore.admin.v1.ExportDocumentsMetadata(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.ExportDocumentsMetadata result =
+          new com.google.firestore.admin.v1.ExportDocumentsMetadata(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -826,30 +928,26 @@ private void buildPartial0(com.google.firestore.admin.v1.ExportDocumentsMetadata
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.startTime_ = startTimeBuilder_ == null
-            ? startTime_
-            : startTimeBuilder_.build();
+        result.startTime_ = startTimeBuilder_ == null ? startTime_ : startTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.endTime_ = endTimeBuilder_ == null
-            ? endTime_
-            : endTimeBuilder_.build();
+        result.endTime_ = endTimeBuilder_ == null ? endTime_ : endTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
         result.operationState_ = operationState_;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.progressDocuments_ = progressDocumentsBuilder_ == null
-            ? progressDocuments_
-            : progressDocumentsBuilder_.build();
+        result.progressDocuments_ =
+            progressDocumentsBuilder_ == null
+                ? progressDocuments_
+                : progressDocumentsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.progressBytes_ = progressBytesBuilder_ == null
-            ? progressBytes_
-            : progressBytesBuilder_.build();
+        result.progressBytes_ =
+            progressBytesBuilder_ == null ? progressBytes_ : progressBytesBuilder_.build();
         to_bitField0_ |= 0x00000008;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
@@ -864,9 +962,8 @@ private void buildPartial0(com.google.firestore.admin.v1.ExportDocumentsMetadata
         result.namespaceIds_ = namespaceIds_;
       }
       if (((from_bitField0_ & 0x00000100) != 0)) {
-        result.snapshotTime_ = snapshotTimeBuilder_ == null
-            ? snapshotTime_
-            : snapshotTimeBuilder_.build();
+        result.snapshotTime_ =
+            snapshotTimeBuilder_ == null ? snapshotTime_ : snapshotTimeBuilder_.build();
         to_bitField0_ |= 0x00000010;
       }
       result.bitField0_ |= to_bitField0_;
@@ -876,38 +973,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ExportDocumentsMetadata
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ExportDocumentsMetadata) {
-        return mergeFrom((com.google.firestore.admin.v1.ExportDocumentsMetadata)other);
+        return mergeFrom((com.google.firestore.admin.v1.ExportDocumentsMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -915,7 +1013,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ExportDocumentsMetadata other) {
-      if (other == com.google.firestore.admin.v1.ExportDocumentsMetadata.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.ExportDocumentsMetadata.getDefaultInstance())
+        return this;
       if (other.hasStartTime()) {
         mergeStartTime(other.getStartTime());
       }
@@ -985,69 +1084,70 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getStartTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getEndTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 24: {
-              operationState_ = input.readEnum();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 24
-            case 34: {
-              input.readMessage(
-                  getProgressDocumentsFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 34
-            case 42: {
-              input.readMessage(
-                  getProgressBytesFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 42
-            case 50: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureCollectionIdsIsMutable();
-              collectionIds_.add(s);
-              break;
-            } // case 50
-            case 58: {
-              outputUriPrefix_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000040;
-              break;
-            } // case 58
-            case 66: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureNamespaceIdsIsMutable();
-              namespaceIds_.add(s);
-              break;
-            } // case 66
-            case 74: {
-              input.readMessage(
-                  getSnapshotTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000100;
-              break;
-            } // case 74
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getStartTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getEndTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 24:
+              {
+                operationState_ = input.readEnum();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 24
+            case 34:
+              {
+                input.readMessage(
+                    getProgressDocumentsFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 34
+            case 42:
+              {
+                input.readMessage(getProgressBytesFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 42
+            case 50:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureCollectionIdsIsMutable();
+                collectionIds_.add(s);
+                break;
+              } // case 50
+            case 58:
+              {
+                outputUriPrefix_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000040;
+                break;
+              } // case 58
+            case 66:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureNamespaceIdsIsMutable();
+                namespaceIds_.add(s);
+                break;
+              } // case 66
+            case 74:
+              {
+                input.readMessage(getSnapshotTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000100;
+                break;
+              } // case 74
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1057,28 +1157,38 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.protobuf.Timestamp startTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_;
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
+        startTimeBuilder_;
     /**
+     *
+     *
      * 
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ public com.google.protobuf.Timestamp getStartTime() { @@ -1089,6 +1199,8 @@ public com.google.protobuf.Timestamp getStartTime() { } } /** + * + * *
      * The time this operation started.
      * 
@@ -1109,14 +1221,15 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; */ - public Builder setStartTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (startTimeBuilder_ == null) { startTime_ = builderForValue.build(); } else { @@ -1127,6 +1240,8 @@ public Builder setStartTime( return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -1135,9 +1250,9 @@ public Builder setStartTime( */ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { if (startTimeBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - startTime_ != null && - startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && startTime_ != null + && startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getStartTimeBuilder().mergeFrom(value); } else { startTime_ = value; @@ -1152,6 +1267,8 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -1169,6 +1286,8 @@ public Builder clearStartTime() { return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -1181,6 +1300,8 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { return getStartTimeFieldBuilder().getBuilder(); } /** + * + * *
      * The time this operation started.
      * 
@@ -1191,11 +1312,12 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { if (startTimeBuilder_ != null) { return startTimeBuilder_.getMessageOrBuilder(); } else { - return startTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } /** + * + * *
      * The time this operation started.
      * 
@@ -1203,14 +1325,17 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { * .google.protobuf.Timestamp start_time = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getStartTimeFieldBuilder() { if (startTimeBuilder_ == null) { - startTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getStartTime(), - getParentForChildren(), - isClean()); + startTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getStartTime(), getParentForChildren(), isClean()); startTime_ = null; } return startTimeBuilder_; @@ -1218,26 +1343,35 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { private com.google.protobuf.Timestamp endTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + endTimeBuilder_; /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ public com.google.protobuf.Timestamp getEndTime() { @@ -1248,6 +1382,8 @@ public com.google.protobuf.Timestamp getEndTime() { } } /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1269,6 +1405,8 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1276,8 +1414,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp end_time = 2;
      */
-    public Builder setEndTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (endTimeBuilder_ == null) {
         endTime_ = builderForValue.build();
       } else {
@@ -1288,6 +1425,8 @@ public Builder setEndTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1297,9 +1436,9 @@ public Builder setEndTime(
      */
     public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       if (endTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0) &&
-          endTime_ != null &&
-          endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0)
+            && endTime_ != null
+            && endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getEndTimeBuilder().mergeFrom(value);
         } else {
           endTime_ = value;
@@ -1314,6 +1453,8 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1332,6 +1473,8 @@ public Builder clearEndTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1345,6 +1488,8 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() {
       return getEndTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1356,11 +1501,12 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
       if (endTimeBuilder_ != null) {
         return endTimeBuilder_.getMessageOrBuilder();
       } else {
-        return endTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
+        return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1369,14 +1515,17 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
      * .google.protobuf.Timestamp end_time = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getEndTimeFieldBuilder() {
       if (endTimeBuilder_ == null) {
-        endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getEndTime(),
-                getParentForChildren(),
-                isClean());
+        endTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getEndTime(), getParentForChildren(), isClean());
         endTime_ = null;
       }
       return endTimeBuilder_;
@@ -1384,22 +1533,29 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
 
     private int operationState_ = 0;
     /**
+     *
+     *
      * 
      * The state of the export operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The enum numeric value on the wire for operationState. */ - @java.lang.Override public int getOperationStateValue() { + @java.lang.Override + public int getOperationStateValue() { return operationState_; } /** + * + * *
      * The state of the export operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @param value The enum numeric value on the wire for operationState to set. * @return This builder for chaining. */ @@ -1410,24 +1566,31 @@ public Builder setOperationStateValue(int value) { return this; } /** + * + * *
      * The state of the export operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The operationState. */ @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { - com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + com.google.firestore.admin.v1.OperationState result = + com.google.firestore.admin.v1.OperationState.forNumber(operationState_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } /** + * + * *
      * The state of the export operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @param value The operationState to set. * @return This builder for chaining. */ @@ -1441,11 +1604,14 @@ public Builder setOperationState(com.google.firestore.admin.v1.OperationState va return this; } /** + * + * *
      * The state of the export operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return This builder for chaining. */ public Builder clearOperationState() { @@ -1457,34 +1623,47 @@ public Builder clearOperationState() { private com.google.firestore.admin.v1.Progress progressDocuments_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressDocumentsBuilder_; + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> + progressDocumentsBuilder_; /** + * + * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return Whether the progressDocuments field is set. */ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return The progressDocuments. */ public com.google.firestore.admin.v1.Progress getProgressDocuments() { if (progressDocumentsBuilder_ == null) { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } else { return progressDocumentsBuilder_.getMessage(); } } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1505,6 +1684,8 @@ public Builder setProgressDocuments(com.google.firestore.admin.v1.Progress value return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1523,6 +1704,8 @@ public Builder setProgressDocuments( return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1531,9 +1714,9 @@ public Builder setProgressDocuments( */ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress value) { if (progressDocumentsBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) && - progressDocuments_ != null && - progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) + && progressDocuments_ != null + && progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressDocumentsBuilder().mergeFrom(value); } else { progressDocuments_ = value; @@ -1548,6 +1731,8 @@ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress val return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1565,6 +1750,8 @@ public Builder clearProgressDocuments() { return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1577,6 +1764,8 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressDocumentsBuilde return getProgressDocumentsFieldBuilder().getBuilder(); } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1587,11 +1776,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui if (progressDocumentsBuilder_ != null) { return progressDocumentsBuilder_.getMessageOrBuilder(); } else { - return progressDocuments_ == null ? - com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1599,14 +1791,17 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui * .google.firestore.admin.v1.Progress progress_documents = 4; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> getProgressDocumentsFieldBuilder() { if (progressDocumentsBuilder_ == null) { - progressDocumentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressDocuments(), - getParentForChildren(), - isClean()); + progressDocumentsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressDocuments(), getParentForChildren(), isClean()); progressDocuments_ = null; } return progressDocumentsBuilder_; @@ -1614,34 +1809,47 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui private com.google.firestore.admin.v1.Progress progressBytes_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressBytesBuilder_; + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> + progressBytesBuilder_; /** + * + * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return Whether the progressBytes field is set. */ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return The progressBytes. */ public com.google.firestore.admin.v1.Progress getProgressBytes() { if (progressBytesBuilder_ == null) { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } else { return progressBytesBuilder_.getMessage(); } } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1662,6 +1870,8 @@ public Builder setProgressBytes(com.google.firestore.admin.v1.Progress value) { return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1680,6 +1890,8 @@ public Builder setProgressBytes( return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1688,9 +1900,9 @@ public Builder setProgressBytes( */ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) { if (progressBytesBuilder_ == null) { - if (((bitField0_ & 0x00000010) != 0) && - progressBytes_ != null && - progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000010) != 0) + && progressBytes_ != null + && progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressBytesBuilder().mergeFrom(value); } else { progressBytes_ = value; @@ -1705,6 +1917,8 @@ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1722,6 +1936,8 @@ public Builder clearProgressBytes() { return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1734,6 +1950,8 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressBytesBuilder() return getProgressBytesFieldBuilder().getBuilder(); } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1744,11 +1962,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder if (progressBytesBuilder_ != null) { return progressBytesBuilder_.getMessageOrBuilder(); } else { - return progressBytes_ == null ? - com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1756,14 +1977,17 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder * .google.firestore.admin.v1.Progress progress_bytes = 5; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> getProgressBytesFieldBuilder() { if (progressBytesBuilder_ == null) { - progressBytesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressBytes(), - getParentForChildren(), - isClean()); + progressBytesBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressBytes(), getParentForChildren(), isClean()); progressBytes_ = null; } return progressBytesBuilder_; @@ -1771,6 +1995,7 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureCollectionIdsIsMutable() { if (!collectionIds_.isModifiable()) { collectionIds_ = new com.google.protobuf.LazyStringArrayList(collectionIds_); @@ -1778,35 +2003,43 @@ private void ensureCollectionIdsIsMutable() { bitField0_ |= 0x00000020; } /** + * + * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; + * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList - getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList getCollectionIdsList() { collectionIds_.makeImmutable(); return collectionIds_; } /** + * + * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; + * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** + * + * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -1814,31 +2047,37 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** + * + * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString - getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } /** + * + * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; + * * @param index The index to set the value at. * @param value The collectionIds to set. * @return This builder for chaining. */ - public Builder setCollectionIds( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setCollectionIds(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureCollectionIdsIsMutable(); collectionIds_.set(index, value); bitField0_ |= 0x00000020; @@ -1846,17 +2085,21 @@ public Builder setCollectionIds( return this; } /** + * + * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; + * * @param value The collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIds( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addCollectionIds(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureCollectionIdsIsMutable(); collectionIds_.add(value); bitField0_ |= 0x00000020; @@ -1864,50 +2107,58 @@ public Builder addCollectionIds( return this; } /** + * + * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; + * * @param values The collectionIds to add. * @return This builder for chaining. */ - public Builder addAllCollectionIds( - java.lang.Iterable values) { + public Builder addAllCollectionIds(java.lang.Iterable values) { ensureCollectionIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, collectionIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, collectionIds_); bitField0_ |= 0x00000020; onChanged(); return this; } /** + * + * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; + * * @return This builder for chaining. */ public Builder clearCollectionIds() { - collectionIds_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000020);; + collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000020); + ; onChanged(); return this; } /** + * + * *
      * Which collection ids are being exported.
      * 
* * repeated string collection_ids = 6; + * * @param value The bytes of the collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIdsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureCollectionIdsIsMutable(); collectionIds_.add(value); @@ -1918,18 +2169,20 @@ public Builder addCollectionIdsBytes( private java.lang.Object outputUriPrefix_ = ""; /** + * + * *
      * Where the documents are being exported to.
      * 
* * string output_uri_prefix = 7; + * * @return The outputUriPrefix. */ public java.lang.String getOutputUriPrefix() { java.lang.Object ref = outputUriPrefix_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); outputUriPrefix_ = s; return s; @@ -1938,20 +2191,21 @@ public java.lang.String getOutputUriPrefix() { } } /** + * + * *
      * Where the documents are being exported to.
      * 
* * string output_uri_prefix = 7; + * * @return The bytes for outputUriPrefix. */ - public com.google.protobuf.ByteString - getOutputUriPrefixBytes() { + public com.google.protobuf.ByteString getOutputUriPrefixBytes() { java.lang.Object ref = outputUriPrefix_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); outputUriPrefix_ = b; return b; } else { @@ -1959,28 +2213,35 @@ public java.lang.String getOutputUriPrefix() { } } /** + * + * *
      * Where the documents are being exported to.
      * 
* * string output_uri_prefix = 7; + * * @param value The outputUriPrefix to set. * @return This builder for chaining. */ - public Builder setOutputUriPrefix( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setOutputUriPrefix(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } outputUriPrefix_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** + * + * *
      * Where the documents are being exported to.
      * 
* * string output_uri_prefix = 7; + * * @return This builder for chaining. */ public Builder clearOutputUriPrefix() { @@ -1990,17 +2251,21 @@ public Builder clearOutputUriPrefix() { return this; } /** + * + * *
      * Where the documents are being exported to.
      * 
* * string output_uri_prefix = 7; + * * @param value The bytes for outputUriPrefix to set. * @return This builder for chaining. */ - public Builder setOutputUriPrefixBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setOutputUriPrefixBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); outputUriPrefix_ = value; bitField0_ |= 0x00000040; @@ -2010,6 +2275,7 @@ public Builder setOutputUriPrefixBytes( private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureNamespaceIdsIsMutable() { if (!namespaceIds_.isModifiable()) { namespaceIds_ = new com.google.protobuf.LazyStringArrayList(namespaceIds_); @@ -2017,35 +2283,43 @@ private void ensureNamespaceIdsIsMutable() { bitField0_ |= 0x00000080; } /** + * + * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; + * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList - getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { namespaceIds_.makeImmutable(); return namespaceIds_; } /** + * + * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; + * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** + * + * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -2053,31 +2327,37 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** + * + * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString - getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } /** + * + * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; + * * @param index The index to set the value at. * @param value The namespaceIds to set. * @return This builder for chaining. */ - public Builder setNamespaceIds( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNamespaceIds(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureNamespaceIdsIsMutable(); namespaceIds_.set(index, value); bitField0_ |= 0x00000080; @@ -2085,17 +2365,21 @@ public Builder setNamespaceIds( return this; } /** + * + * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; + * * @param value The namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIds( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addNamespaceIds(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); bitField0_ |= 0x00000080; @@ -2103,50 +2387,58 @@ public Builder addNamespaceIds( return this; } /** + * + * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; + * * @param values The namespaceIds to add. * @return This builder for chaining. */ - public Builder addAllNamespaceIds( - java.lang.Iterable values) { + public Builder addAllNamespaceIds(java.lang.Iterable values) { ensureNamespaceIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, namespaceIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, namespaceIds_); bitField0_ |= 0x00000080; onChanged(); return this; } /** + * + * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; + * * @return This builder for chaining. */ public Builder clearNamespaceIds() { - namespaceIds_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000080);; + namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000080); + ; onChanged(); return this; } /** + * + * *
      * Which namespace ids are being exported.
      * 
* * repeated string namespace_ids = 8; + * * @param value The bytes of the namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIdsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); @@ -2157,8 +2449,13 @@ public Builder addNamespaceIdsBytes( private com.google.protobuf.Timestamp snapshotTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> snapshotTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + snapshotTimeBuilder_; /** + * + * *
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2166,12 +2463,15 @@ public Builder addNamespaceIdsBytes(
      * 
* * .google.protobuf.Timestamp snapshot_time = 9; + * * @return Whether the snapshotTime field is set. */ public boolean hasSnapshotTime() { return ((bitField0_ & 0x00000100) != 0); } /** + * + * *
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2179,16 +2479,21 @@ public boolean hasSnapshotTime() {
      * 
* * .google.protobuf.Timestamp snapshot_time = 9; + * * @return The snapshotTime. */ public com.google.protobuf.Timestamp getSnapshotTime() { if (snapshotTimeBuilder_ == null) { - return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; + return snapshotTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : snapshotTime_; } else { return snapshotTimeBuilder_.getMessage(); } } /** + * + * *
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2211,6 +2516,8 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2219,8 +2526,7 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp snapshot_time = 9;
      */
-    public Builder setSnapshotTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (snapshotTimeBuilder_ == null) {
         snapshotTime_ = builderForValue.build();
       } else {
@@ -2231,6 +2537,8 @@ public Builder setSnapshotTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2241,9 +2549,9 @@ public Builder setSnapshotTime(
      */
     public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) {
       if (snapshotTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000100) != 0) &&
-          snapshotTime_ != null &&
-          snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000100) != 0)
+            && snapshotTime_ != null
+            && snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getSnapshotTimeBuilder().mergeFrom(value);
         } else {
           snapshotTime_ = value;
@@ -2258,6 +2566,8 @@ public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2277,6 +2587,8 @@ public Builder clearSnapshotTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2291,6 +2603,8 @@ public com.google.protobuf.Timestamp.Builder getSnapshotTimeBuilder() {
       return getSnapshotTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2303,11 +2617,14 @@ public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
       if (snapshotTimeBuilder_ != null) {
         return snapshotTimeBuilder_.getMessageOrBuilder();
       } else {
-        return snapshotTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_;
+        return snapshotTime_ == null
+            ? com.google.protobuf.Timestamp.getDefaultInstance()
+            : snapshotTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database that is being
      * exported. If unspecified, there are no guarantees about the consistency of
@@ -2317,21 +2634,24 @@ public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
      * .google.protobuf.Timestamp snapshot_time = 9;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getSnapshotTimeFieldBuilder() {
       if (snapshotTimeBuilder_ == null) {
-        snapshotTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getSnapshotTime(),
-                getParentForChildren(),
-                isClean());
+        snapshotTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getSnapshotTime(), getParentForChildren(), isClean());
         snapshotTime_ = null;
       }
       return snapshotTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -2341,12 +2661,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ExportDocumentsMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ExportDocumentsMetadata)
   private static final com.google.firestore.admin.v1.ExportDocumentsMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ExportDocumentsMetadata();
   }
@@ -2355,27 +2675,27 @@ public static com.google.firestore.admin.v1.ExportDocumentsMetadata getDefaultIn
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public ExportDocumentsMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public ExportDocumentsMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2390,6 +2710,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.admin.v1.ExportDocumentsMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadataOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadataOrBuilder.java
similarity index 84%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadataOrBuilder.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadataOrBuilder.java
index e66fd9cc4..09a9a111b 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadataOrBuilder.java
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadataOrBuilder.java
@@ -1,32 +1,56 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/operation.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.admin.v1;
 
-public interface ExportDocumentsMetadataOrBuilder extends
+public interface ExportDocumentsMetadataOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ExportDocumentsMetadata)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** + * + * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** + * + * *
    * The time this operation started.
    * 
@@ -36,26 +60,34 @@ public interface ExportDocumentsMetadataOrBuilder extends com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -66,43 +98,57 @@ public interface ExportDocumentsMetadataOrBuilder extends
   com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
 
   /**
+   *
+   *
    * 
    * The state of the export operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The enum numeric value on the wire for operationState. */ int getOperationStateValue(); /** + * + * *
    * The state of the export operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The operationState. */ com.google.firestore.admin.v1.OperationState getOperationState(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return Whether the progressDocuments field is set. */ boolean hasProgressDocuments(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return The progressDocuments. */ com.google.firestore.admin.v1.Progress getProgressDocuments(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
@@ -112,24 +158,32 @@ public interface ExportDocumentsMetadataOrBuilder extends com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return Whether the progressBytes field is set. */ boolean hasProgressBytes(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return The progressBytes. */ com.google.firestore.admin.v1.Progress getProgressBytes(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
@@ -139,108 +193,135 @@ public interface ExportDocumentsMetadataOrBuilder extends com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder(); /** + * + * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; + * * @return A list containing the collectionIds. */ - java.util.List - getCollectionIdsList(); + java.util.List getCollectionIdsList(); /** + * + * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; + * * @return The count of collectionIds. */ int getCollectionIdsCount(); /** + * + * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ java.lang.String getCollectionIds(int index); /** + * + * *
    * Which collection ids are being exported.
    * 
* * repeated string collection_ids = 6; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - com.google.protobuf.ByteString - getCollectionIdsBytes(int index); + com.google.protobuf.ByteString getCollectionIdsBytes(int index); /** + * + * *
    * Where the documents are being exported to.
    * 
* * string output_uri_prefix = 7; + * * @return The outputUriPrefix. */ java.lang.String getOutputUriPrefix(); /** + * + * *
    * Where the documents are being exported to.
    * 
* * string output_uri_prefix = 7; + * * @return The bytes for outputUriPrefix. */ - com.google.protobuf.ByteString - getOutputUriPrefixBytes(); + com.google.protobuf.ByteString getOutputUriPrefixBytes(); /** + * + * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; + * * @return A list containing the namespaceIds. */ - java.util.List - getNamespaceIdsList(); + java.util.List getNamespaceIdsList(); /** + * + * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; + * * @return The count of namespaceIds. */ int getNamespaceIdsCount(); /** + * + * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ java.lang.String getNamespaceIds(int index); /** + * + * *
    * Which namespace ids are being exported.
    * 
* * repeated string namespace_ids = 8; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - com.google.protobuf.ByteString - getNamespaceIdsBytes(int index); + com.google.protobuf.ByteString getNamespaceIdsBytes(int index); /** + * + * *
    * The timestamp that corresponds to the version of the database that is being
    * exported. If unspecified, there are no guarantees about the consistency of
@@ -248,10 +329,13 @@ public interface ExportDocumentsMetadataOrBuilder extends
    * 
* * .google.protobuf.Timestamp snapshot_time = 9; + * * @return Whether the snapshotTime field is set. */ boolean hasSnapshotTime(); /** + * + * *
    * The timestamp that corresponds to the version of the database that is being
    * exported. If unspecified, there are no guarantees about the consistency of
@@ -259,10 +343,13 @@ public interface ExportDocumentsMetadataOrBuilder extends
    * 
* * .google.protobuf.Timestamp snapshot_time = 9; + * * @return The snapshotTime. */ com.google.protobuf.Timestamp getSnapshotTime(); /** + * + * *
    * The timestamp that corresponds to the version of the database that is being
    * exported. If unspecified, there are no guarantees about the consistency of
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java
similarity index 76%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java
index 6925c086c..24d5b8f99 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/firestore_admin.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.admin.v1;
 
 /**
+ *
+ *
  * 
  * The request for
  * [FirestoreAdmin.ExportDocuments][google.firestore.admin.v1.FirestoreAdmin.ExportDocuments].
@@ -12,55 +29,61 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ExportDocumentsRequest}
  */
-public final class ExportDocumentsRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ExportDocumentsRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ExportDocumentsRequest)
     ExportDocumentsRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ExportDocumentsRequest.newBuilder() to construct.
   private ExportDocumentsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ExportDocumentsRequest() {
     name_ = "";
-    collectionIds_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
+    collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
     outputUriPrefix_ = "";
-    namespaceIds_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
+    namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ExportDocumentsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ExportDocumentsRequest.class, com.google.firestore.admin.v1.ExportDocumentsRequest.Builder.class);
+            com.google.firestore.admin.v1.ExportDocumentsRequest.class,
+            com.google.firestore.admin.v1.ExportDocumentsRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Required. Database to export. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -69,30 +92,32 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. Database to export. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -101,41 +126,50 @@ public java.lang.String getName() { } public static final int COLLECTION_IDS_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * Which collection ids to export. Unspecified means all collections. Each
    * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList - getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList getCollectionIdsList() { return collectionIds_; } /** + * + * *
    * Which collection ids to export. Unspecified means all collections. Each
    * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** + * + * *
    * Which collection ids to export. Unspecified means all collections. Each
    * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -143,24 +177,29 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** + * + * *
    * Which collection ids to export. Unspecified means all collections. Each
    * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString - getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } public static final int OUTPUT_URI_PREFIX_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private volatile java.lang.Object outputUriPrefix_ = ""; /** + * + * *
    * The output URI. Currently only supports Google Cloud Storage URIs of the
    * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -173,6 +212,7 @@ public java.lang.String getCollectionIds(int index) {
    * 
* * string output_uri_prefix = 3; + * * @return The outputUriPrefix. */ @java.lang.Override @@ -181,14 +221,15 @@ public java.lang.String getOutputUriPrefix() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); outputUriPrefix_ = s; return s; } } /** + * + * *
    * The output URI. Currently only supports Google Cloud Storage URIs of the
    * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -201,16 +242,15 @@ public java.lang.String getOutputUriPrefix() {
    * 
* * string output_uri_prefix = 3; + * * @return The bytes for outputUriPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString - getOutputUriPrefixBytes() { + public com.google.protobuf.ByteString getOutputUriPrefixBytes() { java.lang.Object ref = outputUriPrefix_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); outputUriPrefix_ = b; return b; } else { @@ -219,10 +259,13 @@ public java.lang.String getOutputUriPrefix() { } public static final int NAMESPACE_IDS_FIELD_NUMBER = 4; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -233,13 +276,15 @@ public java.lang.String getOutputUriPrefix() {
    * 
* * repeated string namespace_ids = 4; + * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList - getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { return namespaceIds_; } /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -250,12 +295,15 @@ public java.lang.String getOutputUriPrefix() {
    * 
* * repeated string namespace_ids = 4; + * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -266,6 +314,7 @@ public int getNamespaceIdsCount() {
    * 
* * repeated string namespace_ids = 4; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -273,6 +322,8 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -283,17 +334,19 @@ public java.lang.String getNamespaceIds(int index) {
    * 
* * repeated string namespace_ids = 4; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString - getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } public static final int SNAPSHOT_TIME_FIELD_NUMBER = 5; private com.google.protobuf.Timestamp snapshotTime_; /** + * + * *
    * The timestamp that corresponds to the version of the database to be
    * exported. The timestamp must be in the past, rounded to the minute and not
@@ -305,6 +358,7 @@ public java.lang.String getNamespaceIds(int index) {
    * 
* * .google.protobuf.Timestamp snapshot_time = 5; + * * @return Whether the snapshotTime field is set. */ @java.lang.Override @@ -312,6 +366,8 @@ public boolean hasSnapshotTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The timestamp that corresponds to the version of the database to be
    * exported. The timestamp must be in the past, rounded to the minute and not
@@ -323,13 +379,18 @@ public boolean hasSnapshotTime() {
    * 
* * .google.protobuf.Timestamp snapshot_time = 5; + * * @return The snapshotTime. */ @java.lang.Override public com.google.protobuf.Timestamp getSnapshotTime() { - return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; + return snapshotTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : snapshotTime_; } /** + * + * *
    * The timestamp that corresponds to the version of the database to be
    * exported. The timestamp must be in the past, rounded to the minute and not
@@ -344,10 +405,13 @@ public com.google.protobuf.Timestamp getSnapshotTime() {
    */
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
-    return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_;
+    return snapshotTime_ == null
+        ? com.google.protobuf.Timestamp.getDefaultInstance()
+        : snapshotTime_;
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -359,8 +423,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -408,8 +471,7 @@ public int getSerializedSize() {
       size += 1 * getNamespaceIdsList().size();
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(5, getSnapshotTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getSnapshotTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -419,25 +481,21 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.admin.v1.ExportDocumentsRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.admin.v1.ExportDocumentsRequest other = (com.google.firestore.admin.v1.ExportDocumentsRequest) obj;
+    com.google.firestore.admin.v1.ExportDocumentsRequest other =
+        (com.google.firestore.admin.v1.ExportDocumentsRequest) obj;
 
-    if (!getName()
-        .equals(other.getName())) return false;
-    if (!getCollectionIdsList()
-        .equals(other.getCollectionIdsList())) return false;
-    if (!getOutputUriPrefix()
-        .equals(other.getOutputUriPrefix())) return false;
-    if (!getNamespaceIdsList()
-        .equals(other.getNamespaceIdsList())) return false;
+    if (!getName().equals(other.getName())) return false;
+    if (!getCollectionIdsList().equals(other.getCollectionIdsList())) return false;
+    if (!getOutputUriPrefix().equals(other.getOutputUriPrefix())) return false;
+    if (!getNamespaceIdsList().equals(other.getNamespaceIdsList())) return false;
     if (hasSnapshotTime() != other.hasSnapshotTime()) return false;
     if (hasSnapshotTime()) {
-      if (!getSnapshotTime()
-          .equals(other.getSnapshotTime())) return false;
+      if (!getSnapshotTime().equals(other.getSnapshotTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -472,98 +530,103 @@ public int hashCode() {
   }
 
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.admin.v1.ExportDocumentsRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.ExportDocumentsRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.ExportDocumentsRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.admin.v1.ExportDocumentsRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The request for
    * [FirestoreAdmin.ExportDocuments][google.firestore.admin.v1.FirestoreAdmin.ExportDocuments].
@@ -571,21 +634,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.ExportDocumentsRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ExportDocumentsRequest)
       com.google.firestore.admin.v1.ExportDocumentsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ExportDocumentsRequest.class, com.google.firestore.admin.v1.ExportDocumentsRequest.Builder.class);
+              com.google.firestore.admin.v1.ExportDocumentsRequest.class,
+              com.google.firestore.admin.v1.ExportDocumentsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ExportDocumentsRequest.newBuilder()
@@ -593,27 +658,25 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getSnapshotTimeFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
       bitField0_ = 0;
       name_ = "";
-      collectionIds_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
+      collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
       outputUriPrefix_ = "";
-      namespaceIds_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
+      namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
       snapshotTime_ = null;
       if (snapshotTimeBuilder_ != null) {
         snapshotTimeBuilder_.dispose();
@@ -623,9 +686,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -644,8 +707,11 @@ public com.google.firestore.admin.v1.ExportDocumentsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ExportDocumentsRequest buildPartial() {
-      com.google.firestore.admin.v1.ExportDocumentsRequest result = new com.google.firestore.admin.v1.ExportDocumentsRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.ExportDocumentsRequest result =
+          new com.google.firestore.admin.v1.ExportDocumentsRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -668,9 +734,8 @@ private void buildPartial0(com.google.firestore.admin.v1.ExportDocumentsRequest
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.snapshotTime_ = snapshotTimeBuilder_ == null
-            ? snapshotTime_
-            : snapshotTimeBuilder_.build();
+        result.snapshotTime_ =
+            snapshotTimeBuilder_ == null ? snapshotTime_ : snapshotTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -680,38 +745,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ExportDocumentsRequest
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ExportDocumentsRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.ExportDocumentsRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.ExportDocumentsRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -719,7 +785,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ExportDocumentsRequest other) {
-      if (other == com.google.firestore.admin.v1.ExportDocumentsRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.ExportDocumentsRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -779,41 +846,45 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureCollectionIdsIsMutable();
-              collectionIds_.add(s);
-              break;
-            } // case 18
-            case 26: {
-              outputUriPrefix_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            case 34: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureNamespaceIdsIsMutable();
-              namespaceIds_.add(s);
-              break;
-            } // case 34
-            case 42: {
-              input.readMessage(
-                  getSnapshotTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 42
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureCollectionIdsIsMutable();
+                collectionIds_.add(s);
+                break;
+              } // case 18
+            case 26:
+              {
+                outputUriPrefix_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            case 34:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureNamespaceIdsIsMutable();
+                namespaceIds_.add(s);
+                break;
+              } // case 34
+            case 42:
+              {
+                input.readMessage(getSnapshotTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 42
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -823,23 +894,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. Database to export. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -848,21 +924,24 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Database to export. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -870,30 +949,41 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Database to export. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. Database to export. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { @@ -903,18 +993,24 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. Database to export. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -924,6 +1020,7 @@ public Builder setNameBytes( private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureCollectionIdsIsMutable() { if (!collectionIds_.isModifiable()) { collectionIds_ = new com.google.protobuf.LazyStringArrayList(collectionIds_); @@ -931,38 +1028,46 @@ private void ensureCollectionIdsIsMutable() { bitField0_ |= 0x00000002; } /** + * + * *
      * Which collection ids to export. Unspecified means all collections. Each
      * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList - getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList getCollectionIdsList() { collectionIds_.makeImmutable(); return collectionIds_; } /** + * + * *
      * Which collection ids to export. Unspecified means all collections. Each
      * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** + * + * *
      * Which collection ids to export. Unspecified means all collections. Each
      * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -970,33 +1075,39 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** + * + * *
      * Which collection ids to export. Unspecified means all collections. Each
      * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString - getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } /** + * + * *
      * Which collection ids to export. Unspecified means all collections. Each
      * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @param index The index to set the value at. * @param value The collectionIds to set. * @return This builder for chaining. */ - public Builder setCollectionIds( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setCollectionIds(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureCollectionIdsIsMutable(); collectionIds_.set(index, value); bitField0_ |= 0x00000002; @@ -1004,18 +1115,22 @@ public Builder setCollectionIds( return this; } /** + * + * *
      * Which collection ids to export. Unspecified means all collections. Each
      * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @param value The collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIds( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addCollectionIds(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureCollectionIdsIsMutable(); collectionIds_.add(value); bitField0_ |= 0x00000002; @@ -1023,53 +1138,61 @@ public Builder addCollectionIds( return this; } /** + * + * *
      * Which collection ids to export. Unspecified means all collections. Each
      * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @param values The collectionIds to add. * @return This builder for chaining. */ - public Builder addAllCollectionIds( - java.lang.Iterable values) { + public Builder addAllCollectionIds(java.lang.Iterable values) { ensureCollectionIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, collectionIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, collectionIds_); bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * Which collection ids to export. Unspecified means all collections. Each
      * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @return This builder for chaining. */ public Builder clearCollectionIds() { - collectionIds_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000002);; + collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + ; onChanged(); return this; } /** + * + * *
      * Which collection ids to export. Unspecified means all collections. Each
      * collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @param value The bytes of the collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIdsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureCollectionIdsIsMutable(); collectionIds_.add(value); @@ -1080,6 +1203,8 @@ public Builder addCollectionIdsBytes( private java.lang.Object outputUriPrefix_ = ""; /** + * + * *
      * The output URI. Currently only supports Google Cloud Storage URIs of the
      * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -1092,13 +1217,13 @@ public Builder addCollectionIdsBytes(
      * 
* * string output_uri_prefix = 3; + * * @return The outputUriPrefix. */ public java.lang.String getOutputUriPrefix() { java.lang.Object ref = outputUriPrefix_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); outputUriPrefix_ = s; return s; @@ -1107,6 +1232,8 @@ public java.lang.String getOutputUriPrefix() { } } /** + * + * *
      * The output URI. Currently only supports Google Cloud Storage URIs of the
      * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -1119,15 +1246,14 @@ public java.lang.String getOutputUriPrefix() {
      * 
* * string output_uri_prefix = 3; + * * @return The bytes for outputUriPrefix. */ - public com.google.protobuf.ByteString - getOutputUriPrefixBytes() { + public com.google.protobuf.ByteString getOutputUriPrefixBytes() { java.lang.Object ref = outputUriPrefix_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); outputUriPrefix_ = b; return b; } else { @@ -1135,6 +1261,8 @@ public java.lang.String getOutputUriPrefix() { } } /** + * + * *
      * The output URI. Currently only supports Google Cloud Storage URIs of the
      * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -1147,18 +1275,22 @@ public java.lang.String getOutputUriPrefix() {
      * 
* * string output_uri_prefix = 3; + * * @param value The outputUriPrefix to set. * @return This builder for chaining. */ - public Builder setOutputUriPrefix( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setOutputUriPrefix(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } outputUriPrefix_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** + * + * *
      * The output URI. Currently only supports Google Cloud Storage URIs of the
      * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -1171,6 +1303,7 @@ public Builder setOutputUriPrefix(
      * 
* * string output_uri_prefix = 3; + * * @return This builder for chaining. */ public Builder clearOutputUriPrefix() { @@ -1180,6 +1313,8 @@ public Builder clearOutputUriPrefix() { return this; } /** + * + * *
      * The output URI. Currently only supports Google Cloud Storage URIs of the
      * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -1192,12 +1327,14 @@ public Builder clearOutputUriPrefix() {
      * 
* * string output_uri_prefix = 3; + * * @param value The bytes for outputUriPrefix to set. * @return This builder for chaining. */ - public Builder setOutputUriPrefixBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setOutputUriPrefixBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); outputUriPrefix_ = value; bitField0_ |= 0x00000004; @@ -1207,6 +1344,7 @@ public Builder setOutputUriPrefixBytes( private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureNamespaceIdsIsMutable() { if (!namespaceIds_.isModifiable()) { namespaceIds_ = new com.google.protobuf.LazyStringArrayList(namespaceIds_); @@ -1214,6 +1352,8 @@ private void ensureNamespaceIdsIsMutable() { bitField0_ |= 0x00000008; } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1224,14 +1364,16 @@ private void ensureNamespaceIdsIsMutable() {
      * 
* * repeated string namespace_ids = 4; + * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList - getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { namespaceIds_.makeImmutable(); return namespaceIds_; } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1242,12 +1384,15 @@ private void ensureNamespaceIdsIsMutable() {
      * 
* * repeated string namespace_ids = 4; + * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1258,6 +1403,7 @@ public int getNamespaceIdsCount() {
      * 
* * repeated string namespace_ids = 4; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -1265,6 +1411,8 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1275,14 +1423,16 @@ public java.lang.String getNamespaceIds(int index) {
      * 
* * repeated string namespace_ids = 4; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString - getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1293,13 +1443,15 @@ public java.lang.String getNamespaceIds(int index) {
      * 
* * repeated string namespace_ids = 4; + * * @param index The index to set the value at. * @param value The namespaceIds to set. * @return This builder for chaining. */ - public Builder setNamespaceIds( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNamespaceIds(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureNamespaceIdsIsMutable(); namespaceIds_.set(index, value); bitField0_ |= 0x00000008; @@ -1307,6 +1459,8 @@ public Builder setNamespaceIds( return this; } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1317,12 +1471,14 @@ public Builder setNamespaceIds(
      * 
* * repeated string namespace_ids = 4; + * * @param value The namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIds( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addNamespaceIds(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); bitField0_ |= 0x00000008; @@ -1330,6 +1486,8 @@ public Builder addNamespaceIds( return this; } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1340,19 +1498,20 @@ public Builder addNamespaceIds(
      * 
* * repeated string namespace_ids = 4; + * * @param values The namespaceIds to add. * @return This builder for chaining. */ - public Builder addAllNamespaceIds( - java.lang.Iterable values) { + public Builder addAllNamespaceIds(java.lang.Iterable values) { ensureNamespaceIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, namespaceIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, namespaceIds_); bitField0_ |= 0x00000008; onChanged(); return this; } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1363,16 +1522,19 @@ public Builder addAllNamespaceIds(
      * 
* * repeated string namespace_ids = 4; + * * @return This builder for chaining. */ public Builder clearNamespaceIds() { - namespaceIds_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000008);; + namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000008); + ; onChanged(); return this; } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1383,12 +1545,14 @@ public Builder clearNamespaceIds() {
      * 
* * repeated string namespace_ids = 4; + * * @param value The bytes of the namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIdsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); @@ -1399,8 +1563,13 @@ public Builder addNamespaceIdsBytes( private com.google.protobuf.Timestamp snapshotTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> snapshotTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + snapshotTimeBuilder_; /** + * + * *
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1412,12 +1581,15 @@ public Builder addNamespaceIdsBytes(
      * 
* * .google.protobuf.Timestamp snapshot_time = 5; + * * @return Whether the snapshotTime field is set. */ public boolean hasSnapshotTime() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1429,16 +1601,21 @@ public boolean hasSnapshotTime() {
      * 
* * .google.protobuf.Timestamp snapshot_time = 5; + * * @return The snapshotTime. */ public com.google.protobuf.Timestamp getSnapshotTime() { if (snapshotTimeBuilder_ == null) { - return snapshotTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_; + return snapshotTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : snapshotTime_; } else { return snapshotTimeBuilder_.getMessage(); } } /** + * + * *
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1465,6 +1642,8 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1477,8 +1656,7 @@ public Builder setSnapshotTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp snapshot_time = 5;
      */
-    public Builder setSnapshotTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (snapshotTimeBuilder_ == null) {
         snapshotTime_ = builderForValue.build();
       } else {
@@ -1489,6 +1667,8 @@ public Builder setSnapshotTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1503,9 +1683,9 @@ public Builder setSnapshotTime(
      */
     public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) {
       if (snapshotTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000010) != 0) &&
-          snapshotTime_ != null &&
-          snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000010) != 0)
+            && snapshotTime_ != null
+            && snapshotTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getSnapshotTimeBuilder().mergeFrom(value);
         } else {
           snapshotTime_ = value;
@@ -1520,6 +1700,8 @@ public Builder mergeSnapshotTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1543,6 +1725,8 @@ public Builder clearSnapshotTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1561,6 +1745,8 @@ public com.google.protobuf.Timestamp.Builder getSnapshotTimeBuilder() {
       return getSnapshotTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1577,11 +1763,14 @@ public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
       if (snapshotTimeBuilder_ != null) {
         return snapshotTimeBuilder_.getMessageOrBuilder();
       } else {
-        return snapshotTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : snapshotTime_;
+        return snapshotTime_ == null
+            ? com.google.protobuf.Timestamp.getDefaultInstance()
+            : snapshotTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The timestamp that corresponds to the version of the database to be
      * exported. The timestamp must be in the past, rounded to the minute and not
@@ -1595,21 +1784,24 @@ public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder() {
      * .google.protobuf.Timestamp snapshot_time = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getSnapshotTimeFieldBuilder() {
       if (snapshotTimeBuilder_ == null) {
-        snapshotTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getSnapshotTime(),
-                getParentForChildren(),
-                isClean());
+        snapshotTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getSnapshotTime(), getParentForChildren(), isClean());
         snapshotTime_ = null;
       }
       return snapshotTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1619,12 +1811,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ExportDocumentsRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ExportDocumentsRequest)
   private static final com.google.firestore.admin.v1.ExportDocumentsRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ExportDocumentsRequest();
   }
@@ -1633,27 +1825,27 @@ public static com.google.firestore.admin.v1.ExportDocumentsRequest getDefaultIns
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public ExportDocumentsRequest parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public ExportDocumentsRequest parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1668,6 +1860,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.admin.v1.ExportDocumentsRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequestOrBuilder.java
similarity index 83%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequestOrBuilder.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequestOrBuilder.java
index 6c9c5b44c..e8fbce08c 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequestOrBuilder.java
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequestOrBuilder.java
@@ -1,81 +1,118 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/firestore_admin.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.admin.v1;
 
-public interface ExportDocumentsRequestOrBuilder extends
+public interface ExportDocumentsRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ExportDocumentsRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. Database to export. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Required. Database to export. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * Which collection ids to export. Unspecified means all collections. Each
    * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @return A list containing the collectionIds. */ - java.util.List - getCollectionIdsList(); + java.util.List getCollectionIdsList(); /** + * + * *
    * Which collection ids to export. Unspecified means all collections. Each
    * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @return The count of collectionIds. */ int getCollectionIdsCount(); /** + * + * *
    * Which collection ids to export. Unspecified means all collections. Each
    * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ java.lang.String getCollectionIds(int index); /** + * + * *
    * Which collection ids to export. Unspecified means all collections. Each
    * collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - com.google.protobuf.ByteString - getCollectionIdsBytes(int index); + com.google.protobuf.ByteString getCollectionIdsBytes(int index); /** + * + * *
    * The output URI. Currently only supports Google Cloud Storage URIs of the
    * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -88,10 +125,13 @@ public interface ExportDocumentsRequestOrBuilder extends
    * 
* * string output_uri_prefix = 3; + * * @return The outputUriPrefix. */ java.lang.String getOutputUriPrefix(); /** + * + * *
    * The output URI. Currently only supports Google Cloud Storage URIs of the
    * form: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the name
@@ -104,12 +144,14 @@ public interface ExportDocumentsRequestOrBuilder extends
    * 
* * string output_uri_prefix = 3; + * * @return The bytes for outputUriPrefix. */ - com.google.protobuf.ByteString - getOutputUriPrefixBytes(); + com.google.protobuf.ByteString getOutputUriPrefixBytes(); /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -120,11 +162,13 @@ public interface ExportDocumentsRequestOrBuilder extends
    * 
* * repeated string namespace_ids = 4; + * * @return A list containing the namespaceIds. */ - java.util.List - getNamespaceIdsList(); + java.util.List getNamespaceIdsList(); /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -135,10 +179,13 @@ public interface ExportDocumentsRequestOrBuilder extends
    * 
* * repeated string namespace_ids = 4; + * * @return The count of namespaceIds. */ int getNamespaceIdsCount(); /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -149,11 +196,14 @@ public interface ExportDocumentsRequestOrBuilder extends
    * 
* * repeated string namespace_ids = 4; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ java.lang.String getNamespaceIds(int index); /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -164,13 +214,15 @@ public interface ExportDocumentsRequestOrBuilder extends
    * 
* * repeated string namespace_ids = 4; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - com.google.protobuf.ByteString - getNamespaceIdsBytes(int index); + com.google.protobuf.ByteString getNamespaceIdsBytes(int index); /** + * + * *
    * The timestamp that corresponds to the version of the database to be
    * exported. The timestamp must be in the past, rounded to the minute and not
@@ -182,10 +234,13 @@ public interface ExportDocumentsRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp snapshot_time = 5; + * * @return Whether the snapshotTime field is set. */ boolean hasSnapshotTime(); /** + * + * *
    * The timestamp that corresponds to the version of the database to be
    * exported. The timestamp must be in the past, rounded to the minute and not
@@ -197,10 +252,13 @@ public interface ExportDocumentsRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp snapshot_time = 5; + * * @return The snapshotTime. */ com.google.protobuf.Timestamp getSnapshotTime(); /** + * + * *
    * The timestamp that corresponds to the version of the database to be
    * exported. The timestamp must be in the past, rounded to the minute and not
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java
similarity index 67%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java
index e323f40ed..564098d3a 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/operation.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.admin.v1;
 
 /**
+ *
+ *
  * 
  * Returned in the [google.longrunning.Operation][google.longrunning.Operation]
  * response field.
@@ -12,43 +29,48 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ExportDocumentsResponse}
  */
-public final class ExportDocumentsResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ExportDocumentsResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ExportDocumentsResponse)
     ExportDocumentsResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ExportDocumentsResponse.newBuilder() to construct.
   private ExportDocumentsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ExportDocumentsResponse() {
     outputUriPrefix_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ExportDocumentsResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ExportDocumentsResponse.class, com.google.firestore.admin.v1.ExportDocumentsResponse.Builder.class);
+            com.google.firestore.admin.v1.ExportDocumentsResponse.class,
+            com.google.firestore.admin.v1.ExportDocumentsResponse.Builder.class);
   }
 
   public static final int OUTPUT_URI_PREFIX_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object outputUriPrefix_ = "";
   /**
+   *
+   *
    * 
    * Location of the output files. This can be used to begin an import
    * into Cloud Firestore (this project or another project) after the operation
@@ -56,6 +78,7 @@ protected java.lang.Object newInstance(
    * 
* * string output_uri_prefix = 1; + * * @return The outputUriPrefix. */ @java.lang.Override @@ -64,14 +87,15 @@ public java.lang.String getOutputUriPrefix() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); outputUriPrefix_ = s; return s; } } /** + * + * *
    * Location of the output files. This can be used to begin an import
    * into Cloud Firestore (this project or another project) after the operation
@@ -79,16 +103,15 @@ public java.lang.String getOutputUriPrefix() {
    * 
* * string output_uri_prefix = 1; + * * @return The bytes for outputUriPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString - getOutputUriPrefixBytes() { + public com.google.protobuf.ByteString getOutputUriPrefixBytes() { java.lang.Object ref = outputUriPrefix_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); outputUriPrefix_ = b; return b; } else { @@ -97,6 +120,7 @@ public java.lang.String getOutputUriPrefix() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -108,8 +132,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(outputUriPrefix_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, outputUriPrefix_); } @@ -133,15 +156,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ExportDocumentsResponse)) { return super.equals(obj); } - com.google.firestore.admin.v1.ExportDocumentsResponse other = (com.google.firestore.admin.v1.ExportDocumentsResponse) obj; + com.google.firestore.admin.v1.ExportDocumentsResponse other = + (com.google.firestore.admin.v1.ExportDocumentsResponse) obj; - if (!getOutputUriPrefix() - .equals(other.getOutputUriPrefix())) return false; + if (!getOutputUriPrefix().equals(other.getOutputUriPrefix())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -161,98 +184,104 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ExportDocumentsResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ExportDocumentsResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ExportDocumentsResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ExportDocumentsResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.ExportDocumentsResponse prototype) { + + public static Builder newBuilder( + com.google.firestore.admin.v1.ExportDocumentsResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Returned in the [google.longrunning.Operation][google.longrunning.Operation]
    * response field.
@@ -260,33 +289,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.ExportDocumentsResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ExportDocumentsResponse)
       com.google.firestore.admin.v1.ExportDocumentsResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ExportDocumentsResponse.class, com.google.firestore.admin.v1.ExportDocumentsResponse.Builder.class);
+              com.google.firestore.admin.v1.ExportDocumentsResponse.class,
+              com.google.firestore.admin.v1.ExportDocumentsResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ExportDocumentsResponse.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -296,9 +324,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor;
     }
 
     @java.lang.Override
@@ -317,8 +345,11 @@ public com.google.firestore.admin.v1.ExportDocumentsResponse build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ExportDocumentsResponse buildPartial() {
-      com.google.firestore.admin.v1.ExportDocumentsResponse result = new com.google.firestore.admin.v1.ExportDocumentsResponse(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.ExportDocumentsResponse result =
+          new com.google.firestore.admin.v1.ExportDocumentsResponse(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -334,38 +365,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ExportDocumentsResponse
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ExportDocumentsResponse) {
-        return mergeFrom((com.google.firestore.admin.v1.ExportDocumentsResponse)other);
+        return mergeFrom((com.google.firestore.admin.v1.ExportDocumentsResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -373,7 +405,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ExportDocumentsResponse other) {
-      if (other == com.google.firestore.admin.v1.ExportDocumentsResponse.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.ExportDocumentsResponse.getDefaultInstance())
+        return this;
       if (!other.getOutputUriPrefix().isEmpty()) {
         outputUriPrefix_ = other.outputUriPrefix_;
         bitField0_ |= 0x00000001;
@@ -405,17 +438,19 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              outputUriPrefix_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                outputUriPrefix_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -425,10 +460,13 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object outputUriPrefix_ = "";
     /**
+     *
+     *
      * 
      * Location of the output files. This can be used to begin an import
      * into Cloud Firestore (this project or another project) after the operation
@@ -436,13 +474,13 @@ public Builder mergeFrom(
      * 
* * string output_uri_prefix = 1; + * * @return The outputUriPrefix. */ public java.lang.String getOutputUriPrefix() { java.lang.Object ref = outputUriPrefix_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); outputUriPrefix_ = s; return s; @@ -451,6 +489,8 @@ public java.lang.String getOutputUriPrefix() { } } /** + * + * *
      * Location of the output files. This can be used to begin an import
      * into Cloud Firestore (this project or another project) after the operation
@@ -458,15 +498,14 @@ public java.lang.String getOutputUriPrefix() {
      * 
* * string output_uri_prefix = 1; + * * @return The bytes for outputUriPrefix. */ - public com.google.protobuf.ByteString - getOutputUriPrefixBytes() { + public com.google.protobuf.ByteString getOutputUriPrefixBytes() { java.lang.Object ref = outputUriPrefix_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); outputUriPrefix_ = b; return b; } else { @@ -474,6 +513,8 @@ public java.lang.String getOutputUriPrefix() { } } /** + * + * *
      * Location of the output files. This can be used to begin an import
      * into Cloud Firestore (this project or another project) after the operation
@@ -481,18 +522,22 @@ public java.lang.String getOutputUriPrefix() {
      * 
* * string output_uri_prefix = 1; + * * @param value The outputUriPrefix to set. * @return This builder for chaining. */ - public Builder setOutputUriPrefix( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setOutputUriPrefix(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } outputUriPrefix_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Location of the output files. This can be used to begin an import
      * into Cloud Firestore (this project or another project) after the operation
@@ -500,6 +545,7 @@ public Builder setOutputUriPrefix(
      * 
* * string output_uri_prefix = 1; + * * @return This builder for chaining. */ public Builder clearOutputUriPrefix() { @@ -509,6 +555,8 @@ public Builder clearOutputUriPrefix() { return this; } /** + * + * *
      * Location of the output files. This can be used to begin an import
      * into Cloud Firestore (this project or another project) after the operation
@@ -516,21 +564,23 @@ public Builder clearOutputUriPrefix() {
      * 
* * string output_uri_prefix = 1; + * * @param value The bytes for outputUriPrefix to set. * @return This builder for chaining. */ - public Builder setOutputUriPrefixBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setOutputUriPrefixBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); outputUriPrefix_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -540,12 +590,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ExportDocumentsResponse) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ExportDocumentsResponse) private static final com.google.firestore.admin.v1.ExportDocumentsResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ExportDocumentsResponse(); } @@ -554,27 +604,27 @@ public static com.google.firestore.admin.v1.ExportDocumentsResponse getDefaultIn return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ExportDocumentsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ExportDocumentsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -589,6 +639,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ExportDocumentsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponseOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponseOrBuilder.java similarity index 56% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponseOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponseOrBuilder.java index ee0f57cd0..842726a08 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponseOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponseOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ExportDocumentsResponseOrBuilder extends +public interface ExportDocumentsResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ExportDocumentsResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Location of the output files. This can be used to begin an import
    * into Cloud Firestore (this project or another project) after the operation
@@ -16,10 +34,13 @@ public interface ExportDocumentsResponseOrBuilder extends
    * 
* * string output_uri_prefix = 1; + * * @return The outputUriPrefix. */ java.lang.String getOutputUriPrefix(); /** + * + * *
    * Location of the output files. This can be used to begin an import
    * into Cloud Firestore (this project or another project) after the operation
@@ -27,8 +48,8 @@ public interface ExportDocumentsResponseOrBuilder extends
    * 
* * string output_uri_prefix = 1; + * * @return The bytes for outputUriPrefix. */ - com.google.protobuf.ByteString - getOutputUriPrefixBytes(); + com.google.protobuf.ByteString getOutputUriPrefixBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Field.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Field.java similarity index 75% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Field.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Field.java index 4f2160b11..d73d9084a 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Field.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Field.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/field.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * Represents a single field in the database.
  *
@@ -14,53 +31,59 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.Field}
  */
-public final class Field extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class Field extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Field)
     FieldOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use Field.newBuilder() to construct.
   private Field(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private Field() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new Field();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FieldProto
+        .internal_static_google_firestore_admin_v1_Field_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_fieldAccessorTable
+    return com.google.firestore.admin.v1.FieldProto
+        .internal_static_google_firestore_admin_v1_Field_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.Field.class, com.google.firestore.admin.v1.Field.Builder.class);
+            com.google.firestore.admin.v1.Field.class,
+            com.google.firestore.admin.v1.Field.Builder.class);
   }
 
-  public interface IndexConfigOrBuilder extends
+  public interface IndexConfigOrBuilder
+      extends
       // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Field.IndexConfig)
       com.google.protobuf.MessageOrBuilder {
 
     /**
+     *
+     *
      * 
      * The indexes supported for this field.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - java.util.List - getIndexesList(); + java.util.List getIndexesList(); /** + * + * *
      * The indexes supported for this field.
      * 
@@ -69,6 +92,8 @@ public interface IndexConfigOrBuilder extends */ com.google.firestore.admin.v1.Index getIndexes(int index); /** + * + * *
      * The indexes supported for this field.
      * 
@@ -77,25 +102,30 @@ public interface IndexConfigOrBuilder extends */ int getIndexesCount(); /** + * + * *
      * The indexes supported for this field.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - java.util.List + java.util.List getIndexesOrBuilderList(); /** + * + * *
      * The indexes supported for this field.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( - int index); + com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int index); /** + * + * *
      * Output only. When true, the `Field`'s index configuration is set from the
      * configuration specified by the `ancestor_field`.
@@ -103,11 +133,14 @@ com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(
      * 
* * bool uses_ancestor_config = 2; + * * @return The usesAncestorConfig. */ boolean getUsesAncestorConfig(); /** + * + * *
      * Output only. Specifies the resource name of the `Field` from which this
      * field's index configuration is set (when `uses_ancestor_config` is true),
@@ -116,10 +149,13 @@ com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(
      * 
* * string ancestor_field = 3; + * * @return The ancestorField. */ java.lang.String getAncestorField(); /** + * + * *
      * Output only. Specifies the resource name of the `Field` from which this
      * field's index configuration is set (when `uses_ancestor_config` is true),
@@ -128,12 +164,14 @@ com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(
      * 
* * string ancestor_field = 3; + * * @return The bytes for ancestorField. */ - com.google.protobuf.ByteString - getAncestorFieldBytes(); + com.google.protobuf.ByteString getAncestorFieldBytes(); /** + * + * *
      * Output only
      * When true, the `Field`'s index configuration is in the process of being
@@ -143,26 +181,30 @@ com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(
      * 
* * bool reverting = 4; + * * @return The reverting. */ boolean getReverting(); } /** + * + * *
    * The index configuration for this field.
    * 
* * Protobuf type {@code google.firestore.admin.v1.Field.IndexConfig} */ - public static final class IndexConfig extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class IndexConfig extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Field.IndexConfig) IndexConfigOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use IndexConfig.newBuilder() to construct. private IndexConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private IndexConfig() { indexes_ = java.util.Collections.emptyList(); ancestorField_ = ""; @@ -170,28 +212,32 @@ private IndexConfig() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new IndexConfig(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.FieldProto + .internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable + return com.google.firestore.admin.v1.FieldProto + .internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Field.IndexConfig.class, com.google.firestore.admin.v1.Field.IndexConfig.Builder.class); + com.google.firestore.admin.v1.Field.IndexConfig.class, + com.google.firestore.admin.v1.Field.IndexConfig.Builder.class); } public static final int INDEXES_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private java.util.List indexes_; /** + * + * *
      * The indexes supported for this field.
      * 
@@ -203,6 +249,8 @@ public java.util.List getIndexesList() { return indexes_; } /** + * + * *
      * The indexes supported for this field.
      * 
@@ -210,11 +258,13 @@ public java.util.List getIndexesList() { * repeated .google.firestore.admin.v1.Index indexes = 1; */ @java.lang.Override - public java.util.List + public java.util.List getIndexesOrBuilderList() { return indexes_; } /** + * + * *
      * The indexes supported for this field.
      * 
@@ -226,6 +276,8 @@ public int getIndexesCount() { return indexes_.size(); } /** + * + * *
      * The indexes supported for this field.
      * 
@@ -237,6 +289,8 @@ public com.google.firestore.admin.v1.Index getIndexes(int index) { return indexes_.get(index); } /** + * + * *
      * The indexes supported for this field.
      * 
@@ -244,14 +298,15 @@ public com.google.firestore.admin.v1.Index getIndexes(int index) { * repeated .google.firestore.admin.v1.Index indexes = 1; */ @java.lang.Override - public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( - int index) { + public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int index) { return indexes_.get(index); } public static final int USES_ANCESTOR_CONFIG_FIELD_NUMBER = 2; private boolean usesAncestorConfig_ = false; /** + * + * *
      * Output only. When true, the `Field`'s index configuration is set from the
      * configuration specified by the `ancestor_field`.
@@ -259,6 +314,7 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(
      * 
* * bool uses_ancestor_config = 2; + * * @return The usesAncestorConfig. */ @java.lang.Override @@ -267,9 +323,12 @@ public boolean getUsesAncestorConfig() { } public static final int ANCESTOR_FIELD_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private volatile java.lang.Object ancestorField_ = ""; /** + * + * *
      * Output only. Specifies the resource name of the `Field` from which this
      * field's index configuration is set (when `uses_ancestor_config` is true),
@@ -278,6 +337,7 @@ public boolean getUsesAncestorConfig() {
      * 
* * string ancestor_field = 3; + * * @return The ancestorField. */ @java.lang.Override @@ -286,14 +346,15 @@ public java.lang.String getAncestorField() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); ancestorField_ = s; return s; } } /** + * + * *
      * Output only. Specifies the resource name of the `Field` from which this
      * field's index configuration is set (when `uses_ancestor_config` is true),
@@ -302,16 +363,15 @@ public java.lang.String getAncestorField() {
      * 
* * string ancestor_field = 3; + * * @return The bytes for ancestorField. */ @java.lang.Override - public com.google.protobuf.ByteString - getAncestorFieldBytes() { + public com.google.protobuf.ByteString getAncestorFieldBytes() { java.lang.Object ref = ancestorField_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); ancestorField_ = b; return b; } else { @@ -322,6 +382,8 @@ public java.lang.String getAncestorField() { public static final int REVERTING_FIELD_NUMBER = 4; private boolean reverting_ = false; /** + * + * *
      * Output only
      * When true, the `Field`'s index configuration is in the process of being
@@ -331,6 +393,7 @@ public java.lang.String getAncestorField() {
      * 
* * bool reverting = 4; + * * @return The reverting. */ @java.lang.Override @@ -339,6 +402,7 @@ public boolean getReverting() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -350,8 +414,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < indexes_.size(); i++) { output.writeMessage(1, indexes_.get(i)); } @@ -374,19 +437,16 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < indexes_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, indexes_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, indexes_.get(i)); } if (usesAncestorConfig_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(2, usesAncestorConfig_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(2, usesAncestorConfig_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(ancestorField_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, ancestorField_); } if (reverting_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(4, reverting_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(4, reverting_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -396,21 +456,18 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Field.IndexConfig)) { return super.equals(obj); } - com.google.firestore.admin.v1.Field.IndexConfig other = (com.google.firestore.admin.v1.Field.IndexConfig) obj; + com.google.firestore.admin.v1.Field.IndexConfig other = + (com.google.firestore.admin.v1.Field.IndexConfig) obj; - if (!getIndexesList() - .equals(other.getIndexesList())) return false; - if (getUsesAncestorConfig() - != other.getUsesAncestorConfig()) return false; - if (!getAncestorField() - .equals(other.getAncestorField())) return false; - if (getReverting() - != other.getReverting()) return false; + if (!getIndexesList().equals(other.getIndexesList())) return false; + if (getUsesAncestorConfig() != other.getUsesAncestorConfig()) return false; + if (!getAncestorField().equals(other.getAncestorField())) return false; + if (getReverting() != other.getReverting()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -427,102 +484,104 @@ public int hashCode() { hash = (53 * hash) + getIndexesList().hashCode(); } hash = (37 * hash) + USES_ANCESTOR_CONFIG_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getUsesAncestorConfig()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getUsesAncestorConfig()); hash = (37 * hash) + ANCESTOR_FIELD_FIELD_NUMBER; hash = (53 * hash) + getAncestorField().hashCode(); hash = (37 * hash) + REVERTING_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getReverting()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getReverting()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Field.IndexConfig parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.Field.IndexConfig parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Field.IndexConfig parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Field.IndexConfig parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.Field.IndexConfig prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -532,39 +591,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * The index configuration for this field.
      * 
* * Protobuf type {@code google.firestore.admin.v1.Field.IndexConfig} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Field.IndexConfig) com.google.firestore.admin.v1.Field.IndexConfigOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.FieldProto + .internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable + return com.google.firestore.admin.v1.FieldProto + .internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Field.IndexConfig.class, com.google.firestore.admin.v1.Field.IndexConfig.Builder.class); + com.google.firestore.admin.v1.Field.IndexConfig.class, + com.google.firestore.admin.v1.Field.IndexConfig.Builder.class); } // Construct using com.google.firestore.admin.v1.Field.IndexConfig.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -583,9 +644,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.admin.v1.FieldProto + .internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor; } @java.lang.Override @@ -604,14 +665,18 @@ public com.google.firestore.admin.v1.Field.IndexConfig build() { @java.lang.Override public com.google.firestore.admin.v1.Field.IndexConfig buildPartial() { - com.google.firestore.admin.v1.Field.IndexConfig result = new com.google.firestore.admin.v1.Field.IndexConfig(this); + com.google.firestore.admin.v1.Field.IndexConfig result = + new com.google.firestore.admin.v1.Field.IndexConfig(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } - private void buildPartialRepeatedFields(com.google.firestore.admin.v1.Field.IndexConfig result) { + private void buildPartialRepeatedFields( + com.google.firestore.admin.v1.Field.IndexConfig result) { if (indexesBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { indexes_ = java.util.Collections.unmodifiableList(indexes_); @@ -640,38 +705,41 @@ private void buildPartial0(com.google.firestore.admin.v1.Field.IndexConfig resul public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.Field.IndexConfig) { - return mergeFrom((com.google.firestore.admin.v1.Field.IndexConfig)other); + return mergeFrom((com.google.firestore.admin.v1.Field.IndexConfig) other); } else { super.mergeFrom(other); return this; @@ -679,7 +747,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.Field.IndexConfig other) { - if (other == com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance()) return this; + if (other == com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance()) + return this; if (indexesBuilder_ == null) { if (!other.indexes_.isEmpty()) { if (indexes_.isEmpty()) { @@ -698,9 +767,10 @@ public Builder mergeFrom(com.google.firestore.admin.v1.Field.IndexConfig other) indexesBuilder_ = null; indexes_ = other.indexes_; bitField0_ = (bitField0_ & ~0x00000001); - indexesBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getIndexesFieldBuilder() : null; + indexesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getIndexesFieldBuilder() + : null; } else { indexesBuilder_.addAllMessages(other.indexes_); } @@ -743,40 +813,44 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - com.google.firestore.admin.v1.Index m = - input.readMessage( - com.google.firestore.admin.v1.Index.parser(), - extensionRegistry); - if (indexesBuilder_ == null) { - ensureIndexesIsMutable(); - indexes_.add(m); - } else { - indexesBuilder_.addMessage(m); - } - break; - } // case 10 - case 16: { - usesAncestorConfig_ = input.readBool(); - bitField0_ |= 0x00000002; - break; - } // case 16 - case 26: { - ancestorField_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000004; - break; - } // case 26 - case 32: { - reverting_ = input.readBool(); - bitField0_ |= 0x00000008; - break; - } // case 32 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + com.google.firestore.admin.v1.Index m = + input.readMessage( + com.google.firestore.admin.v1.Index.parser(), extensionRegistry); + if (indexesBuilder_ == null) { + ensureIndexesIsMutable(); + indexes_.add(m); + } else { + indexesBuilder_.addMessage(m); + } + break; + } // case 10 + case 16: + { + usesAncestorConfig_ = input.readBool(); + bitField0_ |= 0x00000002; + break; + } // case 16 + case 26: + { + ancestorField_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000004; + break; + } // case 26 + case 32: + { + reverting_ = input.readBool(); + bitField0_ |= 0x00000008; + break; + } // case 32 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -786,21 +860,28 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.util.List indexes_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureIndexesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { indexes_ = new java.util.ArrayList(indexes_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> indexesBuilder_; + com.google.firestore.admin.v1.Index, + com.google.firestore.admin.v1.Index.Builder, + com.google.firestore.admin.v1.IndexOrBuilder> + indexesBuilder_; /** + * + * *
        * The indexes supported for this field.
        * 
@@ -815,6 +896,8 @@ public java.util.List getIndexesList() { } } /** + * + * *
        * The indexes supported for this field.
        * 
@@ -829,6 +912,8 @@ public int getIndexesCount() { } } /** + * + * *
        * The indexes supported for this field.
        * 
@@ -843,14 +928,15 @@ public com.google.firestore.admin.v1.Index getIndexes(int index) { } } /** + * + * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public Builder setIndexes( - int index, com.google.firestore.admin.v1.Index value) { + public Builder setIndexes(int index, com.google.firestore.admin.v1.Index value) { if (indexesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -864,6 +950,8 @@ public Builder setIndexes( return this; } /** + * + * *
        * The indexes supported for this field.
        * 
@@ -882,6 +970,8 @@ public Builder setIndexes( return this; } /** + * + * *
        * The indexes supported for this field.
        * 
@@ -902,14 +992,15 @@ public Builder addIndexes(com.google.firestore.admin.v1.Index value) { return this; } /** + * + * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public Builder addIndexes( - int index, com.google.firestore.admin.v1.Index value) { + public Builder addIndexes(int index, com.google.firestore.admin.v1.Index value) { if (indexesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -923,14 +1014,15 @@ public Builder addIndexes( return this; } /** + * + * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public Builder addIndexes( - com.google.firestore.admin.v1.Index.Builder builderForValue) { + public Builder addIndexes(com.google.firestore.admin.v1.Index.Builder builderForValue) { if (indexesBuilder_ == null) { ensureIndexesIsMutable(); indexes_.add(builderForValue.build()); @@ -941,6 +1033,8 @@ public Builder addIndexes( return this; } /** + * + * *
        * The indexes supported for this field.
        * 
@@ -959,6 +1053,8 @@ public Builder addIndexes( return this; } /** + * + * *
        * The indexes supported for this field.
        * 
@@ -969,8 +1065,7 @@ public Builder addAllIndexes( java.lang.Iterable values) { if (indexesBuilder_ == null) { ensureIndexesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, indexes_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, indexes_); onChanged(); } else { indexesBuilder_.addAllMessages(values); @@ -978,6 +1073,8 @@ public Builder addAllIndexes( return this; } /** + * + * *
        * The indexes supported for this field.
        * 
@@ -995,6 +1092,8 @@ public Builder clearIndexes() { return this; } /** + * + * *
        * The indexes supported for this field.
        * 
@@ -1012,39 +1111,44 @@ public Builder removeIndexes(int index) { return this; } /** + * + * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public com.google.firestore.admin.v1.Index.Builder getIndexesBuilder( - int index) { + public com.google.firestore.admin.v1.Index.Builder getIndexesBuilder(int index) { return getIndexesFieldBuilder().getBuilder(index); } /** + * + * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( - int index) { + public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int index) { if (indexesBuilder_ == null) { - return indexes_.get(index); } else { + return indexes_.get(index); + } else { return indexesBuilder_.getMessageOrBuilder(index); } } /** + * + * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public java.util.List - getIndexesOrBuilderList() { + public java.util.List + getIndexesOrBuilderList() { if (indexesBuilder_ != null) { return indexesBuilder_.getMessageOrBuilderList(); } else { @@ -1052,6 +1156,8 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( } } /** + * + * *
        * The indexes supported for this field.
        * 
@@ -1059,49 +1165,56 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( * repeated .google.firestore.admin.v1.Index indexes = 1; */ public com.google.firestore.admin.v1.Index.Builder addIndexesBuilder() { - return getIndexesFieldBuilder().addBuilder( - com.google.firestore.admin.v1.Index.getDefaultInstance()); + return getIndexesFieldBuilder() + .addBuilder(com.google.firestore.admin.v1.Index.getDefaultInstance()); } /** + * + * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public com.google.firestore.admin.v1.Index.Builder addIndexesBuilder( - int index) { - return getIndexesFieldBuilder().addBuilder( - index, com.google.firestore.admin.v1.Index.getDefaultInstance()); + public com.google.firestore.admin.v1.Index.Builder addIndexesBuilder(int index) { + return getIndexesFieldBuilder() + .addBuilder(index, com.google.firestore.admin.v1.Index.getDefaultInstance()); } /** + * + * *
        * The indexes supported for this field.
        * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public java.util.List - getIndexesBuilderList() { + public java.util.List getIndexesBuilderList() { return getIndexesFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> + com.google.firestore.admin.v1.Index, + com.google.firestore.admin.v1.Index.Builder, + com.google.firestore.admin.v1.IndexOrBuilder> getIndexesFieldBuilder() { if (indexesBuilder_ == null) { - indexesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder>( - indexes_, - ((bitField0_ & 0x00000001) != 0), - getParentForChildren(), - isClean()); + indexesBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.admin.v1.Index, + com.google.firestore.admin.v1.Index.Builder, + com.google.firestore.admin.v1.IndexOrBuilder>( + indexes_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); indexes_ = null; } return indexesBuilder_; } - private boolean usesAncestorConfig_ ; + private boolean usesAncestorConfig_; /** + * + * *
        * Output only. When true, the `Field`'s index configuration is set from the
        * configuration specified by the `ancestor_field`.
@@ -1109,6 +1222,7 @@ public com.google.firestore.admin.v1.Index.Builder addIndexesBuilder(
        * 
* * bool uses_ancestor_config = 2; + * * @return The usesAncestorConfig. */ @java.lang.Override @@ -1116,6 +1230,8 @@ public boolean getUsesAncestorConfig() { return usesAncestorConfig_; } /** + * + * *
        * Output only. When true, the `Field`'s index configuration is set from the
        * configuration specified by the `ancestor_field`.
@@ -1123,6 +1239,7 @@ public boolean getUsesAncestorConfig() {
        * 
* * bool uses_ancestor_config = 2; + * * @param value The usesAncestorConfig to set. * @return This builder for chaining. */ @@ -1134,6 +1251,8 @@ public Builder setUsesAncestorConfig(boolean value) { return this; } /** + * + * *
        * Output only. When true, the `Field`'s index configuration is set from the
        * configuration specified by the `ancestor_field`.
@@ -1141,6 +1260,7 @@ public Builder setUsesAncestorConfig(boolean value) {
        * 
* * bool uses_ancestor_config = 2; + * * @return This builder for chaining. */ public Builder clearUsesAncestorConfig() { @@ -1152,6 +1272,8 @@ public Builder clearUsesAncestorConfig() { private java.lang.Object ancestorField_ = ""; /** + * + * *
        * Output only. Specifies the resource name of the `Field` from which this
        * field's index configuration is set (when `uses_ancestor_config` is true),
@@ -1160,13 +1282,13 @@ public Builder clearUsesAncestorConfig() {
        * 
* * string ancestor_field = 3; + * * @return The ancestorField. */ public java.lang.String getAncestorField() { java.lang.Object ref = ancestorField_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); ancestorField_ = s; return s; @@ -1175,6 +1297,8 @@ public java.lang.String getAncestorField() { } } /** + * + * *
        * Output only. Specifies the resource name of the `Field` from which this
        * field's index configuration is set (when `uses_ancestor_config` is true),
@@ -1183,15 +1307,14 @@ public java.lang.String getAncestorField() {
        * 
* * string ancestor_field = 3; + * * @return The bytes for ancestorField. */ - public com.google.protobuf.ByteString - getAncestorFieldBytes() { + public com.google.protobuf.ByteString getAncestorFieldBytes() { java.lang.Object ref = ancestorField_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); ancestorField_ = b; return b; } else { @@ -1199,6 +1322,8 @@ public java.lang.String getAncestorField() { } } /** + * + * *
        * Output only. Specifies the resource name of the `Field` from which this
        * field's index configuration is set (when `uses_ancestor_config` is true),
@@ -1207,18 +1332,22 @@ public java.lang.String getAncestorField() {
        * 
* * string ancestor_field = 3; + * * @param value The ancestorField to set. * @return This builder for chaining. */ - public Builder setAncestorField( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setAncestorField(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ancestorField_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** + * + * *
        * Output only. Specifies the resource name of the `Field` from which this
        * field's index configuration is set (when `uses_ancestor_config` is true),
@@ -1227,6 +1356,7 @@ public Builder setAncestorField(
        * 
* * string ancestor_field = 3; + * * @return This builder for chaining. */ public Builder clearAncestorField() { @@ -1236,6 +1366,8 @@ public Builder clearAncestorField() { return this; } /** + * + * *
        * Output only. Specifies the resource name of the `Field` from which this
        * field's index configuration is set (when `uses_ancestor_config` is true),
@@ -1244,12 +1376,14 @@ public Builder clearAncestorField() {
        * 
* * string ancestor_field = 3; + * * @param value The bytes for ancestorField to set. * @return This builder for chaining. */ - public Builder setAncestorFieldBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setAncestorFieldBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ancestorField_ = value; bitField0_ |= 0x00000004; @@ -1257,8 +1391,10 @@ public Builder setAncestorFieldBytes( return this; } - private boolean reverting_ ; + private boolean reverting_; /** + * + * *
        * Output only
        * When true, the `Field`'s index configuration is in the process of being
@@ -1268,6 +1404,7 @@ public Builder setAncestorFieldBytes(
        * 
* * bool reverting = 4; + * * @return The reverting. */ @java.lang.Override @@ -1275,6 +1412,8 @@ public boolean getReverting() { return reverting_; } /** + * + * *
        * Output only
        * When true, the `Field`'s index configuration is in the process of being
@@ -1284,6 +1423,7 @@ public boolean getReverting() {
        * 
* * bool reverting = 4; + * * @param value The reverting to set. * @return This builder for chaining. */ @@ -1295,6 +1435,8 @@ public Builder setReverting(boolean value) { return this; } /** + * + * *
        * Output only
        * When true, the `Field`'s index configuration is in the process of being
@@ -1304,6 +1446,7 @@ public Builder setReverting(boolean value) {
        * 
* * bool reverting = 4; + * * @return This builder for chaining. */ public Builder clearReverting() { @@ -1312,6 +1455,7 @@ public Builder clearReverting() { onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1324,12 +1468,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Field.IndexConfig) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Field.IndexConfig) private static final com.google.firestore.admin.v1.Field.IndexConfig DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Field.IndexConfig(); } @@ -1338,27 +1482,28 @@ public static com.google.firestore.admin.v1.Field.IndexConfig getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public IndexConfig parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public IndexConfig parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1373,33 +1518,45 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Field.IndexConfig getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface TtlConfigOrBuilder extends + public interface TtlConfigOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Field.TtlConfig) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * Output only. The state of the TTL configuration.
      * 
* - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** + * + * *
      * Output only. The state of the TTL configuration.
      * 
* - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ com.google.firestore.admin.v1.Field.TtlConfig.State getState(); } /** + * + * *
    * The TTL (time-to-live) configuration for documents that have this `Field`
    * set.
@@ -1413,49 +1570,54 @@ public interface TtlConfigOrBuilder extends
    *
    * Protobuf type {@code google.firestore.admin.v1.Field.TtlConfig}
    */
-  public static final class TtlConfig extends
-      com.google.protobuf.GeneratedMessageV3 implements
+  public static final class TtlConfig extends com.google.protobuf.GeneratedMessageV3
+      implements
       // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Field.TtlConfig)
       TtlConfigOrBuilder {
-  private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
     // Use TtlConfig.newBuilder() to construct.
     private TtlConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
+
     private TtlConfig() {
       state_ = 0;
     }
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(
-        UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
       return new TtlConfig();
     }
 
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FieldProto
+          .internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable
+      return com.google.firestore.admin.v1.FieldProto
+          .internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.Field.TtlConfig.class, com.google.firestore.admin.v1.Field.TtlConfig.Builder.class);
+              com.google.firestore.admin.v1.Field.TtlConfig.class,
+              com.google.firestore.admin.v1.Field.TtlConfig.Builder.class);
     }
 
     /**
+     *
+     *
      * 
      * The state of applying the TTL configuration to all documents.
      * 
* * Protobuf enum {@code google.firestore.admin.v1.Field.TtlConfig.State} */ - public enum State - implements com.google.protobuf.ProtocolMessageEnum { + public enum State implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
        * The state is unspecified or unknown.
        * 
@@ -1464,6 +1626,8 @@ public enum State */ STATE_UNSPECIFIED(0), /** + * + * *
        * The TTL is being applied. There is an active long-running operation to
        * track the change. Newly written documents will have TTLs applied as
@@ -1476,6 +1640,8 @@ public enum State
        */
       CREATING(1),
       /**
+       *
+       *
        * 
        * The TTL is active for all documents.
        * 
@@ -1484,6 +1650,8 @@ public enum State */ ACTIVE(2), /** + * + * *
        * The TTL configuration could not be enabled for all existing documents.
        * Newly written documents will continue to have their TTL applied.
@@ -1498,6 +1666,8 @@ public enum State
       ;
 
       /**
+       *
+       *
        * 
        * The state is unspecified or unknown.
        * 
@@ -1506,6 +1676,8 @@ public enum State */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** + * + * *
        * The TTL is being applied. There is an active long-running operation to
        * track the change. Newly written documents will have TTLs applied as
@@ -1518,6 +1690,8 @@ public enum State
        */
       public static final int CREATING_VALUE = 1;
       /**
+       *
+       *
        * 
        * The TTL is active for all documents.
        * 
@@ -1526,6 +1700,8 @@ public enum State */ public static final int ACTIVE_VALUE = 2; /** + * + * *
        * The TTL configuration could not be enabled for all existing documents.
        * Newly written documents will continue to have their TTL applied.
@@ -1537,7 +1713,6 @@ public enum State
        */
       public static final int NEEDS_REPAIR_VALUE = 3;
 
-
       public final int getNumber() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalArgumentException(
@@ -1562,50 +1737,51 @@ public static State valueOf(int value) {
        */
       public static State forNumber(int value) {
         switch (value) {
-          case 0: return STATE_UNSPECIFIED;
-          case 1: return CREATING;
-          case 2: return ACTIVE;
-          case 3: return NEEDS_REPAIR;
-          default: return null;
+          case 0:
+            return STATE_UNSPECIFIED;
+          case 1:
+            return CREATING;
+          case 2:
+            return ACTIVE;
+          case 3:
+            return NEEDS_REPAIR;
+          default:
+            return null;
         }
       }
 
-      public static com.google.protobuf.Internal.EnumLiteMap
-          internalGetValueMap() {
+      public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
         return internalValueMap;
       }
-      private static final com.google.protobuf.Internal.EnumLiteMap<
-          State> internalValueMap =
-            new com.google.protobuf.Internal.EnumLiteMap() {
-              public State findValueByNumber(int number) {
-                return State.forNumber(number);
-              }
-            };
 
-      public final com.google.protobuf.Descriptors.EnumValueDescriptor
-          getValueDescriptor() {
+      private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public State findValueByNumber(int number) {
+              return State.forNumber(number);
+            }
+          };
+
+      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalStateException(
               "Can't get the descriptor of an unrecognized enum value.");
         }
         return getDescriptor().getValues().get(ordinal());
       }
-      public final com.google.protobuf.Descriptors.EnumDescriptor
-          getDescriptorForType() {
+
+      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
         return getDescriptor();
       }
-      public static final com.google.protobuf.Descriptors.EnumDescriptor
-          getDescriptor() {
+
+      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
         return com.google.firestore.admin.v1.Field.TtlConfig.getDescriptor().getEnumTypes().get(0);
       }
 
       private static final State[] VALUES = values();
 
-      public static State valueOf(
-          com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+      public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
         if (desc.getType() != getDescriptor()) {
-          throw new java.lang.IllegalArgumentException(
-            "EnumValueDescriptor is not for this type.");
+          throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
         }
         if (desc.getIndex() == -1) {
           return UNRECOGNIZED;
@@ -1625,30 +1801,46 @@ private State(int value) {
     public static final int STATE_FIELD_NUMBER = 1;
     private int state_ = 0;
     /**
+     *
+     *
      * 
      * Output only. The state of the TTL configuration.
      * 
* - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
      * Output only. The state of the TTL configuration.
      * 
* - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ - @java.lang.Override public com.google.firestore.admin.v1.Field.TtlConfig.State getState() { - com.google.firestore.admin.v1.Field.TtlConfig.State result = com.google.firestore.admin.v1.Field.TtlConfig.State.forNumber(state_); - return result == null ? com.google.firestore.admin.v1.Field.TtlConfig.State.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.admin.v1.Field.TtlConfig.State getState() { + com.google.firestore.admin.v1.Field.TtlConfig.State result = + com.google.firestore.admin.v1.Field.TtlConfig.State.forNumber(state_); + return result == null + ? com.google.firestore.admin.v1.Field.TtlConfig.State.UNRECOGNIZED + : result; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1660,9 +1852,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - if (state_ != com.google.firestore.admin.v1.Field.TtlConfig.State.STATE_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + if (state_ + != com.google.firestore.admin.v1.Field.TtlConfig.State.STATE_UNSPECIFIED.getNumber()) { output.writeEnum(1, state_); } getUnknownFields().writeTo(output); @@ -1674,9 +1866,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (state_ != com.google.firestore.admin.v1.Field.TtlConfig.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(1, state_); + if (state_ + != com.google.firestore.admin.v1.Field.TtlConfig.State.STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, state_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1686,12 +1878,13 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Field.TtlConfig)) { return super.equals(obj); } - com.google.firestore.admin.v1.Field.TtlConfig other = (com.google.firestore.admin.v1.Field.TtlConfig) obj; + com.google.firestore.admin.v1.Field.TtlConfig other = + (com.google.firestore.admin.v1.Field.TtlConfig) obj; if (state_ != other.state_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; @@ -1712,90 +1905,94 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Field.TtlConfig parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.Field.TtlConfig parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Field.TtlConfig parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Field.TtlConfig parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.Field.TtlConfig prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1805,6 +2002,8 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * The TTL (time-to-live) configuration for documents that have this `Field`
      * set.
@@ -1818,33 +2017,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.firestore.admin.v1.Field.TtlConfig}
      */
-    public static final class Builder extends
-        com.google.protobuf.GeneratedMessageV3.Builder implements
+    public static final class Builder
+        extends com.google.protobuf.GeneratedMessageV3.Builder
+        implements
         // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Field.TtlConfig)
         com.google.firestore.admin.v1.Field.TtlConfigOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor
-          getDescriptor() {
-        return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+        return com.google.firestore.admin.v1.FieldProto
+            .internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable
+        return com.google.firestore.admin.v1.FieldProto
+            .internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.firestore.admin.v1.Field.TtlConfig.class, com.google.firestore.admin.v1.Field.TtlConfig.Builder.class);
+                com.google.firestore.admin.v1.Field.TtlConfig.class,
+                com.google.firestore.admin.v1.Field.TtlConfig.Builder.class);
       }
 
       // Construct using com.google.firestore.admin.v1.Field.TtlConfig.newBuilder()
-      private Builder() {
+      private Builder() {}
 
-      }
-
-      private Builder(
-          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
         super(parent);
-
       }
+
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -1854,9 +2053,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor
-          getDescriptorForType() {
-        return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+        return com.google.firestore.admin.v1.FieldProto
+            .internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor;
       }
 
       @java.lang.Override
@@ -1875,8 +2074,11 @@ public com.google.firestore.admin.v1.Field.TtlConfig build() {
 
       @java.lang.Override
       public com.google.firestore.admin.v1.Field.TtlConfig buildPartial() {
-        com.google.firestore.admin.v1.Field.TtlConfig result = new com.google.firestore.admin.v1.Field.TtlConfig(this);
-        if (bitField0_ != 0) { buildPartial0(result); }
+        com.google.firestore.admin.v1.Field.TtlConfig result =
+            new com.google.firestore.admin.v1.Field.TtlConfig(this);
+        if (bitField0_ != 0) {
+          buildPartial0(result);
+        }
         onBuilt();
         return result;
       }
@@ -1892,38 +2094,41 @@ private void buildPartial0(com.google.firestore.admin.v1.Field.TtlConfig result)
       public Builder clone() {
         return super.clone();
       }
+
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field,
-          java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
         return super.setField(field, value);
       }
+
       @java.lang.Override
-      public Builder clearField(
-          com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
+
       @java.lang.Override
-      public Builder clearOneof(
-          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
+
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index, java.lang.Object value) {
+          int index,
+          java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
+
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field,
-          java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
+
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.firestore.admin.v1.Field.TtlConfig) {
-          return mergeFrom((com.google.firestore.admin.v1.Field.TtlConfig)other);
+          return mergeFrom((com.google.firestore.admin.v1.Field.TtlConfig) other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -1931,7 +2136,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.firestore.admin.v1.Field.TtlConfig other) {
-        if (other == com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance()) return this;
+        if (other == com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance())
+          return this;
         if (other.state_ != 0) {
           setStateValue(other.getStateValue());
         }
@@ -1961,17 +2167,19 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 8: {
-                state_ = input.readEnum();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 8
-              default: {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              case 8:
+                {
+                  state_ = input.readEnum();
+                  bitField0_ |= 0x00000001;
+                  break;
+                } // case 8
+              default:
+                {
+                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                    done = true; // was an endgroup tag
+                  }
+                  break;
+                } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1981,26 +2189,38 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
+
       private int bitField0_;
 
       private int state_ = 0;
       /**
+       *
+       *
        * 
        * Output only. The state of the TTL configuration.
        * 
* - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
        * Output only. The state of the TTL configuration.
        * 
* - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ @@ -2011,24 +2231,37 @@ public Builder setStateValue(int value) { return this; } /** + * + * *
        * Output only. The state of the TTL configuration.
        * 
* - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ @java.lang.Override public com.google.firestore.admin.v1.Field.TtlConfig.State getState() { - com.google.firestore.admin.v1.Field.TtlConfig.State result = com.google.firestore.admin.v1.Field.TtlConfig.State.forNumber(state_); - return result == null ? com.google.firestore.admin.v1.Field.TtlConfig.State.UNRECOGNIZED : result; + com.google.firestore.admin.v1.Field.TtlConfig.State result = + com.google.firestore.admin.v1.Field.TtlConfig.State.forNumber(state_); + return result == null + ? com.google.firestore.admin.v1.Field.TtlConfig.State.UNRECOGNIZED + : result; } /** + * + * *
        * Output only. The state of the TTL configuration.
        * 
* - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @param value The state to set. * @return This builder for chaining. */ @@ -2042,11 +2275,16 @@ public Builder setState(com.google.firestore.admin.v1.Field.TtlConfig.State valu return this; } /** + * + * *
        * Output only. The state of the TTL configuration.
        * 
* - * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.firestore.admin.v1.Field.TtlConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return This builder for chaining. */ public Builder clearState() { @@ -2055,6 +2293,7 @@ public Builder clearState() { onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2067,12 +2306,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Field.TtlConfig) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Field.TtlConfig) private static final com.google.firestore.admin.v1.Field.TtlConfig DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Field.TtlConfig(); } @@ -2081,27 +2320,28 @@ public static com.google.firestore.admin.v1.Field.TtlConfig getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public TtlConfig parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TtlConfig parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2116,14 +2356,16 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Field.TtlConfig getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** + * + * *
    * Required. A field name of the form:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
@@ -2152,6 +2394,7 @@ public com.google.firestore.admin.v1.Field.TtlConfig getDefaultInstanceForType()
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The name. */ @java.lang.Override @@ -2160,14 +2403,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. A field name of the form:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
@@ -2196,16 +2440,15 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -2216,6 +2459,8 @@ public java.lang.String getName() { public static final int INDEX_CONFIG_FIELD_NUMBER = 2; private com.google.firestore.admin.v1.Field.IndexConfig indexConfig_; /** + * + * *
    * The index configuration for this field. If unset, field indexing will
    * revert to the configuration defined by the `ancestor_field`. To
@@ -2224,6 +2469,7 @@ public java.lang.String getName() {
    * 
* * .google.firestore.admin.v1.Field.IndexConfig index_config = 2; + * * @return Whether the indexConfig field is set. */ @java.lang.Override @@ -2231,6 +2477,8 @@ public boolean hasIndexConfig() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The index configuration for this field. If unset, field indexing will
    * revert to the configuration defined by the `ancestor_field`. To
@@ -2239,13 +2487,18 @@ public boolean hasIndexConfig() {
    * 
* * .google.firestore.admin.v1.Field.IndexConfig index_config = 2; + * * @return The indexConfig. */ @java.lang.Override public com.google.firestore.admin.v1.Field.IndexConfig getIndexConfig() { - return indexConfig_ == null ? com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance() : indexConfig_; + return indexConfig_ == null + ? com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance() + : indexConfig_; } /** + * + * *
    * The index configuration for this field. If unset, field indexing will
    * revert to the configuration defined by the `ancestor_field`. To
@@ -2257,12 +2510,16 @@ public com.google.firestore.admin.v1.Field.IndexConfig getIndexConfig() {
    */
   @java.lang.Override
   public com.google.firestore.admin.v1.Field.IndexConfigOrBuilder getIndexConfigOrBuilder() {
-    return indexConfig_ == null ? com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance() : indexConfig_;
+    return indexConfig_ == null
+        ? com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance()
+        : indexConfig_;
   }
 
   public static final int TTL_CONFIG_FIELD_NUMBER = 3;
   private com.google.firestore.admin.v1.Field.TtlConfig ttlConfig_;
   /**
+   *
+   *
    * 
    * The TTL configuration for this `Field`.
    * Setting or unsetting this will enable or disable the TTL for
@@ -2270,6 +2527,7 @@ public com.google.firestore.admin.v1.Field.IndexConfigOrBuilder getIndexConfigOr
    * 
* * .google.firestore.admin.v1.Field.TtlConfig ttl_config = 3; + * * @return Whether the ttlConfig field is set. */ @java.lang.Override @@ -2277,6 +2535,8 @@ public boolean hasTtlConfig() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The TTL configuration for this `Field`.
    * Setting or unsetting this will enable or disable the TTL for
@@ -2284,13 +2544,18 @@ public boolean hasTtlConfig() {
    * 
* * .google.firestore.admin.v1.Field.TtlConfig ttl_config = 3; + * * @return The ttlConfig. */ @java.lang.Override public com.google.firestore.admin.v1.Field.TtlConfig getTtlConfig() { - return ttlConfig_ == null ? com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance() : ttlConfig_; + return ttlConfig_ == null + ? com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance() + : ttlConfig_; } /** + * + * *
    * The TTL configuration for this `Field`.
    * Setting or unsetting this will enable or disable the TTL for
@@ -2301,10 +2566,13 @@ public com.google.firestore.admin.v1.Field.TtlConfig getTtlConfig() {
    */
   @java.lang.Override
   public com.google.firestore.admin.v1.Field.TtlConfigOrBuilder getTtlConfigOrBuilder() {
-    return ttlConfig_ == null ? com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance() : ttlConfig_;
+    return ttlConfig_ == null
+        ? com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance()
+        : ttlConfig_;
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -2316,8 +2584,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -2340,12 +2607,10 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, getIndexConfig());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getIndexConfig());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getTtlConfig());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getTtlConfig());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -2355,24 +2620,21 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.admin.v1.Field)) {
       return super.equals(obj);
     }
     com.google.firestore.admin.v1.Field other = (com.google.firestore.admin.v1.Field) obj;
 
-    if (!getName()
-        .equals(other.getName())) return false;
+    if (!getName().equals(other.getName())) return false;
     if (hasIndexConfig() != other.hasIndexConfig()) return false;
     if (hasIndexConfig()) {
-      if (!getIndexConfig()
-          .equals(other.getIndexConfig())) return false;
+      if (!getIndexConfig().equals(other.getIndexConfig())) return false;
     }
     if (hasTtlConfig() != other.hasTtlConfig()) return false;
     if (hasTtlConfig()) {
-      if (!getTtlConfig()
-          .equals(other.getTtlConfig())) return false;
+      if (!getTtlConfig().equals(other.getTtlConfig())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -2400,99 +2662,103 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.admin.v1.Field parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.admin.v1.Field parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.Field parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.admin.v1.Field parseFrom(
-      com.google.protobuf.ByteString data)
+
+  public static com.google.firestore.admin.v1.Field parseFrom(com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.Field parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.Field parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.Field parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.Field parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.Field parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.admin.v1.Field parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.admin.v1.Field parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.Field parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.Field parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.admin.v1.Field prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Represents a single field in the database.
    *
@@ -2502,21 +2768,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.Field}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Field)
       com.google.firestore.admin.v1.FieldOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FieldProto
+          .internal_static_google_firestore_admin_v1_Field_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_fieldAccessorTable
+      return com.google.firestore.admin.v1.FieldProto
+          .internal_static_google_firestore_admin_v1_Field_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.Field.class, com.google.firestore.admin.v1.Field.Builder.class);
+              com.google.firestore.admin.v1.Field.class,
+              com.google.firestore.admin.v1.Field.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.Field.newBuilder()
@@ -2524,18 +2792,18 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getIndexConfigFieldBuilder();
         getTtlConfigFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -2555,9 +2823,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FieldProto.internal_static_google_firestore_admin_v1_Field_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FieldProto
+          .internal_static_google_firestore_admin_v1_Field_descriptor;
     }
 
     @java.lang.Override
@@ -2577,7 +2845,9 @@ public com.google.firestore.admin.v1.Field build() {
     @java.lang.Override
     public com.google.firestore.admin.v1.Field buildPartial() {
       com.google.firestore.admin.v1.Field result = new com.google.firestore.admin.v1.Field(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -2589,15 +2859,12 @@ private void buildPartial0(com.google.firestore.admin.v1.Field result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.indexConfig_ = indexConfigBuilder_ == null
-            ? indexConfig_
-            : indexConfigBuilder_.build();
+        result.indexConfig_ =
+            indexConfigBuilder_ == null ? indexConfig_ : indexConfigBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.ttlConfig_ = ttlConfigBuilder_ == null
-            ? ttlConfig_
-            : ttlConfigBuilder_.build();
+        result.ttlConfig_ = ttlConfigBuilder_ == null ? ttlConfig_ : ttlConfigBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       result.bitField0_ |= to_bitField0_;
@@ -2607,38 +2874,39 @@ private void buildPartial0(com.google.firestore.admin.v1.Field result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.Field) {
-        return mergeFrom((com.google.firestore.admin.v1.Field)other);
+        return mergeFrom((com.google.firestore.admin.v1.Field) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -2684,31 +2952,31 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getIndexConfigFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 26: {
-              input.readMessage(
-                  getTtlConfigFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getIndexConfigFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 26:
+              {
+                input.readMessage(getTtlConfigFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -2718,10 +2986,13 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. A field name of the form:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
@@ -2750,13 +3021,13 @@ public Builder mergeFrom(
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -2765,6 +3036,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. A field name of the form:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
@@ -2793,15 +3066,14 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -2809,6 +3081,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. A field name of the form:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
@@ -2837,18 +3111,22 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. A field name of the form:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
@@ -2877,6 +3155,7 @@ public Builder setName(
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearName() { @@ -2886,6 +3165,8 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. A field name of the form:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
@@ -2914,12 +3195,14 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -2929,8 +3212,13 @@ public Builder setNameBytes( private com.google.firestore.admin.v1.Field.IndexConfig indexConfig_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Field.IndexConfig, com.google.firestore.admin.v1.Field.IndexConfig.Builder, com.google.firestore.admin.v1.Field.IndexConfigOrBuilder> indexConfigBuilder_; + com.google.firestore.admin.v1.Field.IndexConfig, + com.google.firestore.admin.v1.Field.IndexConfig.Builder, + com.google.firestore.admin.v1.Field.IndexConfigOrBuilder> + indexConfigBuilder_; /** + * + * *
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -2939,12 +3227,15 @@ public Builder setNameBytes(
      * 
* * .google.firestore.admin.v1.Field.IndexConfig index_config = 2; + * * @return Whether the indexConfig field is set. */ public boolean hasIndexConfig() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -2953,16 +3244,21 @@ public boolean hasIndexConfig() {
      * 
* * .google.firestore.admin.v1.Field.IndexConfig index_config = 2; + * * @return The indexConfig. */ public com.google.firestore.admin.v1.Field.IndexConfig getIndexConfig() { if (indexConfigBuilder_ == null) { - return indexConfig_ == null ? com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance() : indexConfig_; + return indexConfig_ == null + ? com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance() + : indexConfig_; } else { return indexConfigBuilder_.getMessage(); } } /** + * + * *
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -2986,6 +3282,8 @@ public Builder setIndexConfig(com.google.firestore.admin.v1.Field.IndexConfig va
       return this;
     }
     /**
+     *
+     *
      * 
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3007,6 +3305,8 @@ public Builder setIndexConfig(
       return this;
     }
     /**
+     *
+     *
      * 
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3018,9 +3318,10 @@ public Builder setIndexConfig(
      */
     public Builder mergeIndexConfig(com.google.firestore.admin.v1.Field.IndexConfig value) {
       if (indexConfigBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0) &&
-          indexConfig_ != null &&
-          indexConfig_ != com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0)
+            && indexConfig_ != null
+            && indexConfig_
+                != com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance()) {
           getIndexConfigBuilder().mergeFrom(value);
         } else {
           indexConfig_ = value;
@@ -3035,6 +3336,8 @@ public Builder mergeIndexConfig(com.google.firestore.admin.v1.Field.IndexConfig
       return this;
     }
     /**
+     *
+     *
      * 
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3055,6 +3358,8 @@ public Builder clearIndexConfig() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3070,6 +3375,8 @@ public com.google.firestore.admin.v1.Field.IndexConfig.Builder getIndexConfigBui
       return getIndexConfigFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3083,11 +3390,14 @@ public com.google.firestore.admin.v1.Field.IndexConfigOrBuilder getIndexConfigOr
       if (indexConfigBuilder_ != null) {
         return indexConfigBuilder_.getMessageOrBuilder();
       } else {
-        return indexConfig_ == null ?
-            com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance() : indexConfig_;
+        return indexConfig_ == null
+            ? com.google.firestore.admin.v1.Field.IndexConfig.getDefaultInstance()
+            : indexConfig_;
       }
     }
     /**
+     *
+     *
      * 
      * The index configuration for this field. If unset, field indexing will
      * revert to the configuration defined by the `ancestor_field`. To
@@ -3098,14 +3408,17 @@ public com.google.firestore.admin.v1.Field.IndexConfigOrBuilder getIndexConfigOr
      * .google.firestore.admin.v1.Field.IndexConfig index_config = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.admin.v1.Field.IndexConfig, com.google.firestore.admin.v1.Field.IndexConfig.Builder, com.google.firestore.admin.v1.Field.IndexConfigOrBuilder> 
+            com.google.firestore.admin.v1.Field.IndexConfig,
+            com.google.firestore.admin.v1.Field.IndexConfig.Builder,
+            com.google.firestore.admin.v1.Field.IndexConfigOrBuilder>
         getIndexConfigFieldBuilder() {
       if (indexConfigBuilder_ == null) {
-        indexConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.admin.v1.Field.IndexConfig, com.google.firestore.admin.v1.Field.IndexConfig.Builder, com.google.firestore.admin.v1.Field.IndexConfigOrBuilder>(
-                getIndexConfig(),
-                getParentForChildren(),
-                isClean());
+        indexConfigBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.admin.v1.Field.IndexConfig,
+                com.google.firestore.admin.v1.Field.IndexConfig.Builder,
+                com.google.firestore.admin.v1.Field.IndexConfigOrBuilder>(
+                getIndexConfig(), getParentForChildren(), isClean());
         indexConfig_ = null;
       }
       return indexConfigBuilder_;
@@ -3113,8 +3426,13 @@ public com.google.firestore.admin.v1.Field.IndexConfigOrBuilder getIndexConfigOr
 
     private com.google.firestore.admin.v1.Field.TtlConfig ttlConfig_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.admin.v1.Field.TtlConfig, com.google.firestore.admin.v1.Field.TtlConfig.Builder, com.google.firestore.admin.v1.Field.TtlConfigOrBuilder> ttlConfigBuilder_;
+            com.google.firestore.admin.v1.Field.TtlConfig,
+            com.google.firestore.admin.v1.Field.TtlConfig.Builder,
+            com.google.firestore.admin.v1.Field.TtlConfigOrBuilder>
+        ttlConfigBuilder_;
     /**
+     *
+     *
      * 
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3122,12 +3440,15 @@ public com.google.firestore.admin.v1.Field.IndexConfigOrBuilder getIndexConfigOr
      * 
* * .google.firestore.admin.v1.Field.TtlConfig ttl_config = 3; + * * @return Whether the ttlConfig field is set. */ public boolean hasTtlConfig() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3135,16 +3456,21 @@ public boolean hasTtlConfig() {
      * 
* * .google.firestore.admin.v1.Field.TtlConfig ttl_config = 3; + * * @return The ttlConfig. */ public com.google.firestore.admin.v1.Field.TtlConfig getTtlConfig() { if (ttlConfigBuilder_ == null) { - return ttlConfig_ == null ? com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance() : ttlConfig_; + return ttlConfig_ == null + ? com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance() + : ttlConfig_; } else { return ttlConfigBuilder_.getMessage(); } } /** + * + * *
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3167,6 +3493,8 @@ public Builder setTtlConfig(com.google.firestore.admin.v1.Field.TtlConfig value)
       return this;
     }
     /**
+     *
+     *
      * 
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3187,6 +3515,8 @@ public Builder setTtlConfig(
       return this;
     }
     /**
+     *
+     *
      * 
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3197,9 +3527,9 @@ public Builder setTtlConfig(
      */
     public Builder mergeTtlConfig(com.google.firestore.admin.v1.Field.TtlConfig value) {
       if (ttlConfigBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0) &&
-          ttlConfig_ != null &&
-          ttlConfig_ != com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0)
+            && ttlConfig_ != null
+            && ttlConfig_ != com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance()) {
           getTtlConfigBuilder().mergeFrom(value);
         } else {
           ttlConfig_ = value;
@@ -3214,6 +3544,8 @@ public Builder mergeTtlConfig(com.google.firestore.admin.v1.Field.TtlConfig valu
       return this;
     }
     /**
+     *
+     *
      * 
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3233,6 +3565,8 @@ public Builder clearTtlConfig() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3247,6 +3581,8 @@ public com.google.firestore.admin.v1.Field.TtlConfig.Builder getTtlConfigBuilder
       return getTtlConfigFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3259,11 +3595,14 @@ public com.google.firestore.admin.v1.Field.TtlConfigOrBuilder getTtlConfigOrBuil
       if (ttlConfigBuilder_ != null) {
         return ttlConfigBuilder_.getMessageOrBuilder();
       } else {
-        return ttlConfig_ == null ?
-            com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance() : ttlConfig_;
+        return ttlConfig_ == null
+            ? com.google.firestore.admin.v1.Field.TtlConfig.getDefaultInstance()
+            : ttlConfig_;
       }
     }
     /**
+     *
+     *
      * 
      * The TTL configuration for this `Field`.
      * Setting or unsetting this will enable or disable the TTL for
@@ -3273,21 +3612,24 @@ public com.google.firestore.admin.v1.Field.TtlConfigOrBuilder getTtlConfigOrBuil
      * .google.firestore.admin.v1.Field.TtlConfig ttl_config = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.admin.v1.Field.TtlConfig, com.google.firestore.admin.v1.Field.TtlConfig.Builder, com.google.firestore.admin.v1.Field.TtlConfigOrBuilder> 
+            com.google.firestore.admin.v1.Field.TtlConfig,
+            com.google.firestore.admin.v1.Field.TtlConfig.Builder,
+            com.google.firestore.admin.v1.Field.TtlConfigOrBuilder>
         getTtlConfigFieldBuilder() {
       if (ttlConfigBuilder_ == null) {
-        ttlConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.admin.v1.Field.TtlConfig, com.google.firestore.admin.v1.Field.TtlConfig.Builder, com.google.firestore.admin.v1.Field.TtlConfigOrBuilder>(
-                getTtlConfig(),
-                getParentForChildren(),
-                isClean());
+        ttlConfigBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.admin.v1.Field.TtlConfig,
+                com.google.firestore.admin.v1.Field.TtlConfig.Builder,
+                com.google.firestore.admin.v1.Field.TtlConfigOrBuilder>(
+                getTtlConfig(), getParentForChildren(), isClean());
         ttlConfig_ = null;
       }
       return ttlConfigBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -3297,12 +3639,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Field)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Field)
   private static final com.google.firestore.admin.v1.Field DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Field();
   }
@@ -3311,27 +3653,27 @@ public static com.google.firestore.admin.v1.Field getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public Field parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public Field parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -3346,6 +3688,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.admin.v1.Field getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldName.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldName.java
similarity index 100%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldName.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldName.java
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java
similarity index 66%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java
index 4996a53c0..34a1fc941 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/operation.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.admin.v1;
 
 /**
+ *
+ *
  * 
  * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
  * results from
@@ -13,15 +30,16 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.FieldOperationMetadata}
  */
-public final class FieldOperationMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class FieldOperationMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.FieldOperationMetadata)
     FieldOperationMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use FieldOperationMetadata.newBuilder() to construct.
   private FieldOperationMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private FieldOperationMetadata() {
     field_ = "";
     indexConfigDeltas_ = java.util.Collections.emptyList();
@@ -30,66 +48,87 @@ private FieldOperationMetadata() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new FieldOperationMetadata();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.FieldOperationMetadata.class, com.google.firestore.admin.v1.FieldOperationMetadata.Builder.class);
+            com.google.firestore.admin.v1.FieldOperationMetadata.class,
+            com.google.firestore.admin.v1.FieldOperationMetadata.Builder.class);
   }
 
-  public interface IndexConfigDeltaOrBuilder extends
+  public interface IndexConfigDeltaOrBuilder
+      extends
       // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta)
       com.google.protobuf.MessageOrBuilder {
 
     /**
+     *
+     *
      * 
      * Specifies how the index is changing.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * * @return The enum numeric value on the wire for changeType. */ int getChangeTypeValue(); /** + * + * *
      * Specifies how the index is changing.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * * @return The changeType. */ - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType getChangeType(); + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType + getChangeType(); /** + * + * *
      * The index being changed.
      * 
* * .google.firestore.admin.v1.Index index = 2; + * * @return Whether the index field is set. */ boolean hasIndex(); /** + * + * *
      * The index being changed.
      * 
* * .google.firestore.admin.v1.Index index = 2; + * * @return The index. */ com.google.firestore.admin.v1.Index getIndex(); /** + * + * *
      * The index being changed.
      * 
@@ -99,55 +138,63 @@ public interface IndexConfigDeltaOrBuilder extends com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder(); } /** + * + * *
    * Information about an index configuration change.
    * 
* * Protobuf type {@code google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta} */ - public static final class IndexConfigDelta extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class IndexConfigDelta extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) IndexConfigDeltaOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use IndexConfigDelta.newBuilder() to construct. private IndexConfigDelta(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private IndexConfigDelta() { changeType_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new IndexConfigDelta(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.OperationProto + .internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable + return com.google.firestore.admin.v1.OperationProto + .internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.class, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder.class); + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.class, + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder.class); } /** + * + * *
      * Specifies how the index is changing.
      * 
* - * Protobuf enum {@code google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType} + * Protobuf enum {@code + * google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType} */ - public enum ChangeType - implements com.google.protobuf.ProtocolMessageEnum { + public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
        * The type of change is not specified or known.
        * 
@@ -156,6 +203,8 @@ public enum ChangeType */ CHANGE_TYPE_UNSPECIFIED(0), /** + * + * *
        * The single field index is being added.
        * 
@@ -164,6 +213,8 @@ public enum ChangeType */ ADD(1), /** + * + * *
        * The single field index is being removed.
        * 
@@ -175,6 +226,8 @@ public enum ChangeType ; /** + * + * *
        * The type of change is not specified or known.
        * 
@@ -183,6 +236,8 @@ public enum ChangeType */ public static final int CHANGE_TYPE_UNSPECIFIED_VALUE = 0; /** + * + * *
        * The single field index is being added.
        * 
@@ -191,6 +246,8 @@ public enum ChangeType */ public static final int ADD_VALUE = 1; /** + * + * *
        * The single field index is being removed.
        * 
@@ -199,7 +256,6 @@ public enum ChangeType */ public static final int REMOVE_VALUE = 2; - public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -224,49 +280,51 @@ public static ChangeType valueOf(int value) { */ public static ChangeType forNumber(int value) { switch (value) { - case 0: return CHANGE_TYPE_UNSPECIFIED; - case 1: return ADD; - case 2: return REMOVE; - default: return null; + case 0: + return CHANGE_TYPE_UNSPECIFIED; + case 1: + return ADD; + case 2: + return REMOVE; + default: + return null; } } - public static com.google.protobuf.Internal.EnumLiteMap - internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static final com.google.protobuf.Internal.EnumLiteMap< - ChangeType> internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public ChangeType findValueByNumber(int number) { - return ChangeType.forNumber(number); - } - }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor - getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public ChangeType findValueByNumber(int number) { + return ChangeType.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - public final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptorForType() { + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptor() { - return com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.getDescriptor().getEnumTypes().get(0); + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + return com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.getDescriptor() + .getEnumTypes() + .get(0); } private static final ChangeType[] VALUES = values(); - public static ChangeType valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static ChangeType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException( - "EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -287,37 +345,58 @@ private ChangeType(int value) { public static final int CHANGE_TYPE_FIELD_NUMBER = 1; private int changeType_ = 0; /** + * + * *
      * Specifies how the index is changing.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * * @return The enum numeric value on the wire for changeType. */ - @java.lang.Override public int getChangeTypeValue() { + @java.lang.Override + public int getChangeTypeValue() { return changeType_; } /** + * + * *
      * Specifies how the index is changing.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * * @return The changeType. */ - @java.lang.Override public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType getChangeType() { - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType result = com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType.forNumber(changeType_); - return result == null ? com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType + getChangeType() { + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType result = + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType + .forNumber(changeType_); + return result == null + ? com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType + .UNRECOGNIZED + : result; } public static final int INDEX_FIELD_NUMBER = 2; private com.google.firestore.admin.v1.Index index_; /** + * + * *
      * The index being changed.
      * 
* * .google.firestore.admin.v1.Index index = 2; + * * @return Whether the index field is set. */ @java.lang.Override @@ -325,11 +404,14 @@ public boolean hasIndex() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * The index being changed.
      * 
* * .google.firestore.admin.v1.Index index = 2; + * * @return The index. */ @java.lang.Override @@ -337,6 +419,8 @@ public com.google.firestore.admin.v1.Index getIndex() { return index_ == null ? com.google.firestore.admin.v1.Index.getDefaultInstance() : index_; } /** + * + * *
      * The index being changed.
      * 
@@ -349,6 +433,7 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -360,9 +445,11 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - if (changeType_ != com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType.CHANGE_TYPE_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + if (changeType_ + != com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType + .CHANGE_TYPE_UNSPECIFIED + .getNumber()) { output.writeEnum(1, changeType_); } if (((bitField0_ & 0x00000001) != 0)) { @@ -377,13 +464,14 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (changeType_ != com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType.CHANGE_TYPE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(1, changeType_); + if (changeType_ + != com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType + .CHANGE_TYPE_UNSPECIFIED + .getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, changeType_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getIndex()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getIndex()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -393,18 +481,18 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta)) { return super.equals(obj); } - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta other = (com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) obj; + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta other = + (com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) obj; if (changeType_ != other.changeType_) return false; if (hasIndex() != other.hasIndex()) return false; if (hasIndex()) { - if (!getIndex() - .equals(other.getIndex())) return false; + if (!getIndex().equals(other.getIndex())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -429,89 +517,95 @@ public int hashCode() { } public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( + byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta + parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta + parseDelimitedFrom( + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta prototype) { + + public static Builder newBuilder( + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -521,45 +615,52 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Information about an index configuration change.
      * 
* * Protobuf type {@code google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.OperationProto + .internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable + return com.google.firestore.admin.v1.OperationProto + .internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.class, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder.class); + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.class, + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder + .class); } - // Construct using com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.newBuilder() + // Construct using + // com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.newBuilder() private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getIndexFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -574,19 +675,22 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.admin.v1.OperationProto + .internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor; } @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getDefaultInstanceForType() { - return com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.getDefaultInstance(); + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta + getDefaultInstanceForType() { + return com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta + .getDefaultInstance(); } @java.lang.Override public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta build() { - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta result = buildPartial(); + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta result = + buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } @@ -595,22 +699,24 @@ public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta bui @java.lang.Override public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta buildPartial() { - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta result = new com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta result = + new com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } - private void buildPartial0(com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta result) { + private void buildPartial0( + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.changeType_ = changeType_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { - result.index_ = indexBuilder_ == null - ? index_ - : indexBuilder_.build(); + result.index_ = indexBuilder_ == null ? index_ : indexBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; @@ -620,46 +726,54 @@ private void buildPartial0(com.google.firestore.admin.v1.FieldOperationMetadata. public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { - if (other instanceof com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) { - return mergeFrom((com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta)other); + if (other + instanceof com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) { + return mergeFrom( + (com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom(com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta other) { - if (other == com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.getDefaultInstance()) return this; + public Builder mergeFrom( + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta other) { + if (other + == com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta + .getDefaultInstance()) return this; if (other.changeType_ != 0) { setChangeTypeValue(other.getChangeTypeValue()); } @@ -692,24 +806,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - changeType_ = input.readEnum(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 18: { - input.readMessage( - getIndexFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + changeType_ = input.readEnum(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 18: + { + input.readMessage(getIndexFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -719,26 +834,38 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private int changeType_ = 0; /** + * + * *
        * Specifies how the index is changing.
        * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * * @return The enum numeric value on the wire for changeType. */ - @java.lang.Override public int getChangeTypeValue() { + @java.lang.Override + public int getChangeTypeValue() { return changeType_; } /** + * + * *
        * Specifies how the index is changing.
        * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * * @param value The enum numeric value on the wire for changeType to set. * @return This builder for chaining. */ @@ -749,28 +876,45 @@ public Builder setChangeTypeValue(int value) { return this; } /** + * + * *
        * Specifies how the index is changing.
        * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * * @return The changeType. */ @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType getChangeType() { - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType result = com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType.forNumber(changeType_); - return result == null ? com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType.UNRECOGNIZED : result; + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType + getChangeType() { + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType result = + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType + .forNumber(changeType_); + return result == null + ? com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType + .UNRECOGNIZED + : result; } /** + * + * *
        * Specifies how the index is changing.
        * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * * @param value The changeType to set. * @return This builder for chaining. */ - public Builder setChangeType(com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType value) { + public Builder setChangeType( + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType value) { if (value == null) { throw new NullPointerException(); } @@ -780,11 +924,16 @@ public Builder setChangeType(com.google.firestore.admin.v1.FieldOperationMetadat return this; } /** + * + * *
        * Specifies how the index is changing.
        * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1; + * + * * @return This builder for chaining. */ public Builder clearChangeType() { @@ -796,24 +945,33 @@ public Builder clearChangeType() { private com.google.firestore.admin.v1.Index index_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> indexBuilder_; + com.google.firestore.admin.v1.Index, + com.google.firestore.admin.v1.Index.Builder, + com.google.firestore.admin.v1.IndexOrBuilder> + indexBuilder_; /** + * + * *
        * The index being changed.
        * 
* * .google.firestore.admin.v1.Index index = 2; + * * @return Whether the index field is set. */ public boolean hasIndex() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
        * The index being changed.
        * 
* * .google.firestore.admin.v1.Index index = 2; + * * @return The index. */ public com.google.firestore.admin.v1.Index getIndex() { @@ -824,6 +982,8 @@ public com.google.firestore.admin.v1.Index getIndex() { } } /** + * + * *
        * The index being changed.
        * 
@@ -844,14 +1004,15 @@ public Builder setIndex(com.google.firestore.admin.v1.Index value) { return this; } /** + * + * *
        * The index being changed.
        * 
* * .google.firestore.admin.v1.Index index = 2; */ - public Builder setIndex( - com.google.firestore.admin.v1.Index.Builder builderForValue) { + public Builder setIndex(com.google.firestore.admin.v1.Index.Builder builderForValue) { if (indexBuilder_ == null) { index_ = builderForValue.build(); } else { @@ -862,6 +1023,8 @@ public Builder setIndex( return this; } /** + * + * *
        * The index being changed.
        * 
@@ -870,9 +1033,9 @@ public Builder setIndex( */ public Builder mergeIndex(com.google.firestore.admin.v1.Index value) { if (indexBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) && - index_ != null && - index_ != com.google.firestore.admin.v1.Index.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) + && index_ != null + && index_ != com.google.firestore.admin.v1.Index.getDefaultInstance()) { getIndexBuilder().mergeFrom(value); } else { index_ = value; @@ -887,6 +1050,8 @@ public Builder mergeIndex(com.google.firestore.admin.v1.Index value) { return this; } /** + * + * *
        * The index being changed.
        * 
@@ -904,6 +1069,8 @@ public Builder clearIndex() { return this; } /** + * + * *
        * The index being changed.
        * 
@@ -916,6 +1083,8 @@ public com.google.firestore.admin.v1.Index.Builder getIndexBuilder() { return getIndexFieldBuilder().getBuilder(); } /** + * + * *
        * The index being changed.
        * 
@@ -926,11 +1095,12 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder() { if (indexBuilder_ != null) { return indexBuilder_.getMessageOrBuilder(); } else { - return index_ == null ? - com.google.firestore.admin.v1.Index.getDefaultInstance() : index_; + return index_ == null ? com.google.firestore.admin.v1.Index.getDefaultInstance() : index_; } } /** + * + * *
        * The index being changed.
        * 
@@ -938,18 +1108,22 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexOrBuilder() { * .google.firestore.admin.v1.Index index = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> + com.google.firestore.admin.v1.Index, + com.google.firestore.admin.v1.Index.Builder, + com.google.firestore.admin.v1.IndexOrBuilder> getIndexFieldBuilder() { if (indexBuilder_ == null) { - indexBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder>( - getIndex(), - getParentForChildren(), - isClean()); + indexBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Index, + com.google.firestore.admin.v1.Index.Builder, + com.google.firestore.admin.v1.IndexOrBuilder>( + getIndex(), getParentForChildren(), isClean()); index_ = null; } return indexBuilder_; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -962,41 +1136,45 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta) - private static final com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta DEFAULT_INSTANCE; + private static final com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta + DEFAULT_INSTANCE; + static { - DEFAULT_INSTANCE = new com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta(); + DEFAULT_INSTANCE = + new com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta(); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getDefaultInstance() { + public static com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta + getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public IndexConfigDelta parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public IndexConfigDelta parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1008,85 +1186,104 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getDefaultInstanceForType() { + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta + getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface TtlConfigDeltaOrBuilder extends + public interface TtlConfigDeltaOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * Specifies how the TTL configuration is changing.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * * @return The enum numeric value on the wire for changeType. */ int getChangeTypeValue(); /** + * + * *
      * Specifies how the TTL configuration is changing.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * * @return The changeType. */ com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType getChangeType(); } /** + * + * *
    * Information about a TTL configuration change.
    * 
* * Protobuf type {@code google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta} */ - public static final class TtlConfigDelta extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class TtlConfigDelta extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) TtlConfigDeltaOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use TtlConfigDelta.newBuilder() to construct. private TtlConfigDelta(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private TtlConfigDelta() { changeType_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new TtlConfigDelta(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.OperationProto + .internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable + return com.google.firestore.admin.v1.OperationProto + .internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.class, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder.class); + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.class, + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder.class); } /** + * + * *
      * Specifies how the TTL config is changing.
      * 
* - * Protobuf enum {@code google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType} + * Protobuf enum {@code + * google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType} */ - public enum ChangeType - implements com.google.protobuf.ProtocolMessageEnum { + public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
        * The type of change is not specified or known.
        * 
@@ -1095,6 +1292,8 @@ public enum ChangeType */ CHANGE_TYPE_UNSPECIFIED(0), /** + * + * *
        * The TTL config is being added.
        * 
@@ -1103,6 +1302,8 @@ public enum ChangeType */ ADD(1), /** + * + * *
        * The TTL config is being removed.
        * 
@@ -1114,6 +1315,8 @@ public enum ChangeType ; /** + * + * *
        * The type of change is not specified or known.
        * 
@@ -1122,6 +1325,8 @@ public enum ChangeType */ public static final int CHANGE_TYPE_UNSPECIFIED_VALUE = 0; /** + * + * *
        * The TTL config is being added.
        * 
@@ -1130,6 +1335,8 @@ public enum ChangeType */ public static final int ADD_VALUE = 1; /** + * + * *
        * The TTL config is being removed.
        * 
@@ -1138,7 +1345,6 @@ public enum ChangeType */ public static final int REMOVE_VALUE = 2; - public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -1163,49 +1369,51 @@ public static ChangeType valueOf(int value) { */ public static ChangeType forNumber(int value) { switch (value) { - case 0: return CHANGE_TYPE_UNSPECIFIED; - case 1: return ADD; - case 2: return REMOVE; - default: return null; + case 0: + return CHANGE_TYPE_UNSPECIFIED; + case 1: + return ADD; + case 2: + return REMOVE; + default: + return null; } } - public static com.google.protobuf.Internal.EnumLiteMap - internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static final com.google.protobuf.Internal.EnumLiteMap< - ChangeType> internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public ChangeType findValueByNumber(int number) { - return ChangeType.forNumber(number); - } - }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor - getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public ChangeType findValueByNumber(int number) { + return ChangeType.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - public final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptorForType() { + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptor() { - return com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDescriptor().getEnumTypes().get(0); + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + return com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDescriptor() + .getEnumTypes() + .get(0); } private static final ChangeType[] VALUES = values(); - public static ChangeType valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static ChangeType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException( - "EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -1225,30 +1433,49 @@ private ChangeType(int value) { public static final int CHANGE_TYPE_FIELD_NUMBER = 1; private int changeType_ = 0; /** + * + * *
      * Specifies how the TTL configuration is changing.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * * @return The enum numeric value on the wire for changeType. */ - @java.lang.Override public int getChangeTypeValue() { + @java.lang.Override + public int getChangeTypeValue() { return changeType_; } /** + * + * *
      * Specifies how the TTL configuration is changing.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * * @return The changeType. */ - @java.lang.Override public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType getChangeType() { - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType result = com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType.forNumber(changeType_); - return result == null ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType + getChangeType() { + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType result = + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType.forNumber( + changeType_); + return result == null + ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType + .UNRECOGNIZED + : result; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1260,9 +1487,11 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - if (changeType_ != com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType.CHANGE_TYPE_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + if (changeType_ + != com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType + .CHANGE_TYPE_UNSPECIFIED + .getNumber()) { output.writeEnum(1, changeType_); } getUnknownFields().writeTo(output); @@ -1274,9 +1503,11 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (changeType_ != com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType.CHANGE_TYPE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(1, changeType_); + if (changeType_ + != com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType + .CHANGE_TYPE_UNSPECIFIED + .getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, changeType_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1286,12 +1517,13 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta)) { return super.equals(obj); } - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta other = (com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) obj; + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta other = + (com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) obj; if (changeType_ != other.changeType_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; @@ -1313,89 +1545,95 @@ public int hashCode() { } public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( + byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta + parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta + parseDelimitedFrom( + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta prototype) { + + public static Builder newBuilder( + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1405,39 +1643,42 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Information about a TTL configuration change.
      * 
* * Protobuf type {@code google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.OperationProto + .internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable + return com.google.firestore.admin.v1.OperationProto + .internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.class, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder.class); + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.class, + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder.class); } - // Construct using com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.newBuilder() - private Builder() { - - } + // Construct using + // com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.newBuilder() + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -1447,14 +1688,16 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.admin.v1.OperationProto + .internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor; } @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta getDefaultInstanceForType() { - return com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance(); + public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta + getDefaultInstanceForType() { + return com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta + .getDefaultInstance(); } @java.lang.Override @@ -1468,13 +1711,17 @@ public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta build @java.lang.Override public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta buildPartial() { - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta result = new com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta result = + new com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } - private void buildPartial0(com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta result) { + private void buildPartial0( + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.changeType_ = changeType_; @@ -1485,46 +1732,53 @@ private void buildPartial0(com.google.firestore.admin.v1.FieldOperationMetadata. public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) { - return mergeFrom((com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta)other); + return mergeFrom( + (com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom(com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta other) { - if (other == com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance()) return this; + public Builder mergeFrom( + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta other) { + if (other + == com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta + .getDefaultInstance()) return this; if (other.changeType_ != 0) { setChangeTypeValue(other.getChangeTypeValue()); } @@ -1554,17 +1808,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - changeType_ = input.readEnum(); - bitField0_ |= 0x00000001; - break; - } // case 8 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + changeType_ = input.readEnum(); + bitField0_ |= 0x00000001; + break; + } // case 8 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1574,26 +1830,38 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private int changeType_ = 0; /** + * + * *
        * Specifies how the TTL configuration is changing.
        * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * * @return The enum numeric value on the wire for changeType. */ - @java.lang.Override public int getChangeTypeValue() { + @java.lang.Override + public int getChangeTypeValue() { return changeType_; } /** + * + * *
        * Specifies how the TTL configuration is changing.
        * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * * @param value The enum numeric value on the wire for changeType to set. * @return This builder for chaining. */ @@ -1604,28 +1872,45 @@ public Builder setChangeTypeValue(int value) { return this; } /** + * + * *
        * Specifies how the TTL configuration is changing.
        * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * * @return The changeType. */ @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType getChangeType() { - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType result = com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType.forNumber(changeType_); - return result == null ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType.UNRECOGNIZED : result; + public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType + getChangeType() { + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType result = + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType + .forNumber(changeType_); + return result == null + ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType + .UNRECOGNIZED + : result; } /** + * + * *
        * Specifies how the TTL configuration is changing.
        * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * * @param value The changeType to set. * @return This builder for chaining. */ - public Builder setChangeType(com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType value) { + public Builder setChangeType( + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType value) { if (value == null) { throw new NullPointerException(); } @@ -1635,11 +1920,16 @@ public Builder setChangeType(com.google.firestore.admin.v1.FieldOperationMetadat return this; } /** + * + * *
        * Specifies how the TTL configuration is changing.
        * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1; + * + * * @return This builder for chaining. */ public Builder clearChangeType() { @@ -1648,6 +1938,7 @@ public Builder clearChangeType() { onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1660,41 +1951,44 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta) - private static final com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta DEFAULT_INSTANCE; + private static final com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta + DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta(); } - public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta getDefaultInstance() { + public static com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta + getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public TtlConfigDelta parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TtlConfigDelta parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1706,21 +2000,24 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta getDefaultInstanceForType() { + public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta + getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } private int bitField0_; public static final int START_TIME_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp startTime_; /** + * + * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ @java.lang.Override @@ -1728,11 +2025,14 @@ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ @java.lang.Override @@ -1740,6 +2040,8 @@ public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } /** + * + * *
    * The time this operation started.
    * 
@@ -1754,12 +2056,15 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp endTime_; /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ @java.lang.Override @@ -1767,12 +2072,15 @@ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ @java.lang.Override @@ -1780,6 +2088,8 @@ public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -1793,15 +2103,19 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
   }
 
   public static final int FIELD_FIELD_NUMBER = 3;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object field_ = "";
   /**
+   *
+   *
    * 
    * The field resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
    * 
* * string field = 3; + * * @return The field. */ @java.lang.Override @@ -1810,30 +2124,30 @@ public java.lang.String getField() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); field_ = s; return s; } } /** + * + * *
    * The field resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
    * 
* * string field = 3; + * * @return The bytes for field. */ @java.lang.Override - public com.google.protobuf.ByteString - getFieldBytes() { + public com.google.protobuf.ByteString getFieldBytes() { java.lang.Object ref = field_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); field_ = b; return b; } else { @@ -1842,110 +2156,147 @@ public java.lang.String getField() { } public static final int INDEX_CONFIG_DELTAS_FIELD_NUMBER = 4; + @SuppressWarnings("serial") - private java.util.List indexConfigDeltas_; + private java.util.List + indexConfigDeltas_; /** + * + * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ @java.lang.Override - public java.util.List getIndexConfigDeltasList() { + public java.util.List + getIndexConfigDeltasList() { return indexConfigDeltas_; } /** + * + * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ @java.lang.Override - public java.util.List + public java.util.List< + ? extends com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder> getIndexConfigDeltasOrBuilderList() { return indexConfigDeltas_; } /** + * + * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ @java.lang.Override public int getIndexConfigDeltasCount() { return indexConfigDeltas_.size(); } /** + * + * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getIndexConfigDeltas(int index) { + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getIndexConfigDeltas( + int index) { return indexConfigDeltas_.get(index); } /** + * + * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder getIndexConfigDeltasOrBuilder( - int index) { + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder + getIndexConfigDeltasOrBuilder(int index) { return indexConfigDeltas_.get(index); } public static final int STATE_FIELD_NUMBER = 5; private int state_ = 0; /** + * + * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 5; + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 5; + * * @return The state. */ - @java.lang.Override public com.google.firestore.admin.v1.OperationState getState() { - com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(state_); + @java.lang.Override + public com.google.firestore.admin.v1.OperationState getState() { + com.google.firestore.admin.v1.OperationState result = + com.google.firestore.admin.v1.OperationState.forNumber(state_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } public static final int PROGRESS_DOCUMENTS_FIELD_NUMBER = 6; private com.google.firestore.admin.v1.Progress progressDocuments_; /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 6; + * * @return Whether the progressDocuments field is set. */ @java.lang.Override @@ -1953,18 +2304,25 @@ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 6; + * * @return The progressDocuments. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressDocuments() { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } /** + * + * *
    * The progress, in documents, of this operation.
    * 
@@ -1973,17 +2331,22 @@ public com.google.firestore.admin.v1.Progress getProgressDocuments() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder() { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } public static final int PROGRESS_BYTES_FIELD_NUMBER = 7; private com.google.firestore.admin.v1.Progress progressBytes_; /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 7; + * * @return Whether the progressBytes field is set. */ @java.lang.Override @@ -1991,18 +2354,25 @@ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 7; + * * @return The progressBytes. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressBytes() { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } /** + * + * *
    * The progress, in bytes, of this operation.
    * 
@@ -2011,17 +2381,23 @@ public com.google.firestore.admin.v1.Progress getProgressBytes() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder() { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } public static final int TTL_CONFIG_DELTA_FIELD_NUMBER = 8; private com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttlConfigDelta_; /** + * + * *
    * Describes the deltas of TTL configuration.
    * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * + * * @return Whether the ttlConfigDelta field is set. */ @java.lang.Override @@ -2029,30 +2405,43 @@ public boolean hasTtlConfigDelta() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
    * Describes the deltas of TTL configuration.
    * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * + * * @return The ttlConfigDelta. */ @java.lang.Override public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta getTtlConfigDelta() { - return ttlConfigDelta_ == null ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance() : ttlConfigDelta_; + return ttlConfigDelta_ == null + ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance() + : ttlConfigDelta_; } /** + * + * *
    * Describes the deltas of TTL configuration.
    * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * */ @java.lang.Override - public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder getTtlConfigDeltaOrBuilder() { - return ttlConfigDelta_ == null ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance() : ttlConfigDelta_; + public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder + getTtlConfigDeltaOrBuilder() { + return ttlConfigDelta_ == null + ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance() + : ttlConfigDelta_; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2064,8 +2453,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getStartTime()); } @@ -2078,7 +2466,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) for (int i = 0; i < indexConfigDeltas_.size(); i++) { output.writeMessage(4, indexConfigDeltas_.get(i)); } - if (state_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + if (state_ + != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { output.writeEnum(5, state_); } if (((bitField0_ & 0x00000004) != 0)) { @@ -2100,35 +2489,30 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getStartTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getStartTime()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getEndTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEndTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(field_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, field_); } for (int i = 0; i < indexConfigDeltas_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(4, indexConfigDeltas_.get(i)); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize(4, indexConfigDeltas_.get(i)); } - if (state_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(5, state_); + if (state_ + != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(5, state_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(6, getProgressDocuments()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getProgressDocuments()); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(7, getProgressBytes()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getProgressBytes()); } if (((bitField0_ & 0x00000010) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(8, getTtlConfigDelta()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, getTtlConfigDelta()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -2138,42 +2522,36 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.FieldOperationMetadata)) { return super.equals(obj); } - com.google.firestore.admin.v1.FieldOperationMetadata other = (com.google.firestore.admin.v1.FieldOperationMetadata) obj; + com.google.firestore.admin.v1.FieldOperationMetadata other = + (com.google.firestore.admin.v1.FieldOperationMetadata) obj; if (hasStartTime() != other.hasStartTime()) return false; if (hasStartTime()) { - if (!getStartTime() - .equals(other.getStartTime())) return false; + if (!getStartTime().equals(other.getStartTime())) return false; } if (hasEndTime() != other.hasEndTime()) return false; if (hasEndTime()) { - if (!getEndTime() - .equals(other.getEndTime())) return false; + if (!getEndTime().equals(other.getEndTime())) return false; } - if (!getField() - .equals(other.getField())) return false; - if (!getIndexConfigDeltasList() - .equals(other.getIndexConfigDeltasList())) return false; + if (!getField().equals(other.getField())) return false; + if (!getIndexConfigDeltasList().equals(other.getIndexConfigDeltasList())) return false; if (state_ != other.state_) return false; if (hasProgressDocuments() != other.hasProgressDocuments()) return false; if (hasProgressDocuments()) { - if (!getProgressDocuments() - .equals(other.getProgressDocuments())) return false; + if (!getProgressDocuments().equals(other.getProgressDocuments())) return false; } if (hasProgressBytes() != other.hasProgressBytes()) return false; if (hasProgressBytes()) { - if (!getProgressBytes() - .equals(other.getProgressBytes())) return false; + if (!getProgressBytes().equals(other.getProgressBytes())) return false; } if (hasTtlConfigDelta() != other.hasTtlConfigDelta()) return false; if (hasTtlConfigDelta()) { - if (!getTtlConfigDelta() - .equals(other.getTtlConfigDelta())) return false; + if (!getTtlConfigDelta().equals(other.getTtlConfigDelta())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -2220,98 +2598,103 @@ public int hashCode() { } public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.FieldOperationMetadata parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.FieldOperationMetadata parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.FieldOperationMetadata parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.FieldOperationMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.FieldOperationMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
    * results from
@@ -2320,21 +2703,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.FieldOperationMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.FieldOperationMetadata)
       com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.FieldOperationMetadata.class, com.google.firestore.admin.v1.FieldOperationMetadata.Builder.class);
+              com.google.firestore.admin.v1.FieldOperationMetadata.class,
+              com.google.firestore.admin.v1.FieldOperationMetadata.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.FieldOperationMetadata.newBuilder()
@@ -2342,14 +2727,13 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getStartTimeFieldBuilder();
         getEndTimeFieldBuilder();
         getIndexConfigDeltasFieldBuilder();
@@ -2358,6 +2742,7 @@ private void maybeForceBuilderInitialization() {
         getTtlConfigDeltaFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -2400,9 +2785,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -2421,14 +2806,18 @@ public com.google.firestore.admin.v1.FieldOperationMetadata build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.FieldOperationMetadata buildPartial() {
-      com.google.firestore.admin.v1.FieldOperationMetadata result = new com.google.firestore.admin.v1.FieldOperationMetadata(this);
+      com.google.firestore.admin.v1.FieldOperationMetadata result =
+          new com.google.firestore.admin.v1.FieldOperationMetadata(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
 
-    private void buildPartialRepeatedFields(com.google.firestore.admin.v1.FieldOperationMetadata result) {
+    private void buildPartialRepeatedFields(
+        com.google.firestore.admin.v1.FieldOperationMetadata result) {
       if (indexConfigDeltasBuilder_ == null) {
         if (((bitField0_ & 0x00000008) != 0)) {
           indexConfigDeltas_ = java.util.Collections.unmodifiableList(indexConfigDeltas_);
@@ -2444,15 +2833,11 @@ private void buildPartial0(com.google.firestore.admin.v1.FieldOperationMetadata
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.startTime_ = startTimeBuilder_ == null
-            ? startTime_
-            : startTimeBuilder_.build();
+        result.startTime_ = startTimeBuilder_ == null ? startTime_ : startTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.endTime_ = endTimeBuilder_ == null
-            ? endTime_
-            : endTimeBuilder_.build();
+        result.endTime_ = endTimeBuilder_ == null ? endTime_ : endTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
@@ -2462,21 +2847,20 @@ private void buildPartial0(com.google.firestore.admin.v1.FieldOperationMetadata
         result.state_ = state_;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.progressDocuments_ = progressDocumentsBuilder_ == null
-            ? progressDocuments_
-            : progressDocumentsBuilder_.build();
+        result.progressDocuments_ =
+            progressDocumentsBuilder_ == null
+                ? progressDocuments_
+                : progressDocumentsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000040) != 0)) {
-        result.progressBytes_ = progressBytesBuilder_ == null
-            ? progressBytes_
-            : progressBytesBuilder_.build();
+        result.progressBytes_ =
+            progressBytesBuilder_ == null ? progressBytes_ : progressBytesBuilder_.build();
         to_bitField0_ |= 0x00000008;
       }
       if (((from_bitField0_ & 0x00000080) != 0)) {
-        result.ttlConfigDelta_ = ttlConfigDeltaBuilder_ == null
-            ? ttlConfigDelta_
-            : ttlConfigDeltaBuilder_.build();
+        result.ttlConfigDelta_ =
+            ttlConfigDeltaBuilder_ == null ? ttlConfigDelta_ : ttlConfigDeltaBuilder_.build();
         to_bitField0_ |= 0x00000010;
       }
       result.bitField0_ |= to_bitField0_;
@@ -2486,38 +2870,39 @@ private void buildPartial0(com.google.firestore.admin.v1.FieldOperationMetadata
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.FieldOperationMetadata) {
-        return mergeFrom((com.google.firestore.admin.v1.FieldOperationMetadata)other);
+        return mergeFrom((com.google.firestore.admin.v1.FieldOperationMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -2525,7 +2910,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.FieldOperationMetadata other) {
-      if (other == com.google.firestore.admin.v1.FieldOperationMetadata.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.FieldOperationMetadata.getDefaultInstance())
+        return this;
       if (other.hasStartTime()) {
         mergeStartTime(other.getStartTime());
       }
@@ -2555,9 +2941,10 @@ public Builder mergeFrom(com.google.firestore.admin.v1.FieldOperationMetadata ot
             indexConfigDeltasBuilder_ = null;
             indexConfigDeltas_ = other.indexConfigDeltas_;
             bitField0_ = (bitField0_ & ~0x00000008);
-            indexConfigDeltasBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getIndexConfigDeltasFieldBuilder() : null;
+            indexConfigDeltasBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getIndexConfigDeltasFieldBuilder()
+                    : null;
           } else {
             indexConfigDeltasBuilder_.addAllMessages(other.indexConfigDeltas_);
           }
@@ -2601,70 +2988,71 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getStartTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getEndTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 26: {
-              field_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            case 34: {
-              com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta m =
-                  input.readMessage(
-                      com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.parser(),
-                      extensionRegistry);
-              if (indexConfigDeltasBuilder_ == null) {
-                ensureIndexConfigDeltasIsMutable();
-                indexConfigDeltas_.add(m);
-              } else {
-                indexConfigDeltasBuilder_.addMessage(m);
-              }
-              break;
-            } // case 34
-            case 40: {
-              state_ = input.readEnum();
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 40
-            case 50: {
-              input.readMessage(
-                  getProgressDocumentsFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000020;
-              break;
-            } // case 50
-            case 58: {
-              input.readMessage(
-                  getProgressBytesFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000040;
-              break;
-            } // case 58
-            case 66: {
-              input.readMessage(
-                  getTtlConfigDeltaFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000080;
-              break;
-            } // case 66
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getStartTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getEndTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 26:
+              {
+                field_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            case 34:
+              {
+                com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta m =
+                    input.readMessage(
+                        com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
+                            .parser(),
+                        extensionRegistry);
+                if (indexConfigDeltasBuilder_ == null) {
+                  ensureIndexConfigDeltasIsMutable();
+                  indexConfigDeltas_.add(m);
+                } else {
+                  indexConfigDeltasBuilder_.addMessage(m);
+                }
+                break;
+              } // case 34
+            case 40:
+              {
+                state_ = input.readEnum();
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 40
+            case 50:
+              {
+                input.readMessage(
+                    getProgressDocumentsFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000020;
+                break;
+              } // case 50
+            case 58:
+              {
+                input.readMessage(getProgressBytesFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000040;
+                break;
+              } // case 58
+            case 66:
+              {
+                input.readMessage(getTtlConfigDeltaFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000080;
+                break;
+              } // case 66
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -2674,28 +3062,38 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.protobuf.Timestamp startTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_;
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
+        startTimeBuilder_;
     /**
+     *
+     *
      * 
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ public com.google.protobuf.Timestamp getStartTime() { @@ -2706,6 +3104,8 @@ public com.google.protobuf.Timestamp getStartTime() { } } /** + * + * *
      * The time this operation started.
      * 
@@ -2726,14 +3126,15 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; */ - public Builder setStartTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (startTimeBuilder_ == null) { startTime_ = builderForValue.build(); } else { @@ -2744,6 +3145,8 @@ public Builder setStartTime( return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -2752,9 +3155,9 @@ public Builder setStartTime( */ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { if (startTimeBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - startTime_ != null && - startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && startTime_ != null + && startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getStartTimeBuilder().mergeFrom(value); } else { startTime_ = value; @@ -2769,6 +3172,8 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -2786,6 +3191,8 @@ public Builder clearStartTime() { return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -2798,6 +3205,8 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { return getStartTimeFieldBuilder().getBuilder(); } /** + * + * *
      * The time this operation started.
      * 
@@ -2808,11 +3217,12 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { if (startTimeBuilder_ != null) { return startTimeBuilder_.getMessageOrBuilder(); } else { - return startTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } /** + * + * *
      * The time this operation started.
      * 
@@ -2820,14 +3230,17 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { * .google.protobuf.Timestamp start_time = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getStartTimeFieldBuilder() { if (startTimeBuilder_ == null) { - startTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getStartTime(), - getParentForChildren(), - isClean()); + startTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getStartTime(), getParentForChildren(), isClean()); startTime_ = null; } return startTimeBuilder_; @@ -2835,26 +3248,35 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { private com.google.protobuf.Timestamp endTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + endTimeBuilder_; /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ public com.google.protobuf.Timestamp getEndTime() { @@ -2865,6 +3287,8 @@ public com.google.protobuf.Timestamp getEndTime() { } } /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -2886,6 +3310,8 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -2893,8 +3319,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp end_time = 2;
      */
-    public Builder setEndTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (endTimeBuilder_ == null) {
         endTime_ = builderForValue.build();
       } else {
@@ -2905,6 +3330,8 @@ public Builder setEndTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -2914,9 +3341,9 @@ public Builder setEndTime(
      */
     public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       if (endTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0) &&
-          endTime_ != null &&
-          endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0)
+            && endTime_ != null
+            && endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getEndTimeBuilder().mergeFrom(value);
         } else {
           endTime_ = value;
@@ -2931,6 +3358,8 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -2949,6 +3378,8 @@ public Builder clearEndTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -2962,6 +3393,8 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() {
       return getEndTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -2973,11 +3406,12 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
       if (endTimeBuilder_ != null) {
         return endTimeBuilder_.getMessageOrBuilder();
       } else {
-        return endTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
+        return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -2986,14 +3420,17 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
      * .google.protobuf.Timestamp end_time = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getEndTimeFieldBuilder() {
       if (endTimeBuilder_ == null) {
-        endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getEndTime(),
-                getParentForChildren(),
-                isClean());
+        endTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getEndTime(), getParentForChildren(), isClean());
         endTime_ = null;
       }
       return endTimeBuilder_;
@@ -3001,19 +3438,21 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
 
     private java.lang.Object field_ = "";
     /**
+     *
+     *
      * 
      * The field resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      * 
* * string field = 3; + * * @return The field. */ public java.lang.String getField() { java.lang.Object ref = field_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); field_ = s; return s; @@ -3022,21 +3461,22 @@ public java.lang.String getField() { } } /** + * + * *
      * The field resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      * 
* * string field = 3; + * * @return The bytes for field. */ - public com.google.protobuf.ByteString - getFieldBytes() { + public com.google.protobuf.ByteString getFieldBytes() { java.lang.Object ref = field_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); field_ = b; return b; } else { @@ -3044,30 +3484,37 @@ public java.lang.String getField() { } } /** + * + * *
      * The field resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      * 
* * string field = 3; + * * @param value The field to set. * @return This builder for chaining. */ - public Builder setField( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setField(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } field_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** + * + * *
      * The field resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      * 
* * string field = 3; + * * @return This builder for chaining. */ public Builder clearField() { @@ -3077,18 +3524,22 @@ public Builder clearField() { return this; } /** + * + * *
      * The field resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
      * 
* * string field = 3; + * * @param value The bytes for field to set. * @return This builder for chaining. */ - public Builder setFieldBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setFieldBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); field_ = value; bitField0_ |= 0x00000004; @@ -3096,28 +3547,40 @@ public Builder setFieldBytes( return this; } - private java.util.List indexConfigDeltas_ = - java.util.Collections.emptyList(); + private java.util.List + indexConfigDeltas_ = java.util.Collections.emptyList(); + private void ensureIndexConfigDeltasIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { - indexConfigDeltas_ = new java.util.ArrayList(indexConfigDeltas_); + indexConfigDeltas_ = + new java.util.ArrayList< + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta>( + indexConfigDeltas_); bitField0_ |= 0x00000008; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder> indexConfigDeltasBuilder_; + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta, + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder, + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder> + indexConfigDeltasBuilder_; /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ - public java.util.List getIndexConfigDeltasList() { + public java.util.List + getIndexConfigDeltasList() { if (indexConfigDeltasBuilder_ == null) { return java.util.Collections.unmodifiableList(indexConfigDeltas_); } else { @@ -3125,13 +3588,17 @@ public java.util.List * A list of * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], * which describe the intent of this operation. *
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ public int getIndexConfigDeltasCount() { if (indexConfigDeltasBuilder_ == null) { @@ -3141,15 +3608,20 @@ public int getIndexConfigDeltasCount() { } } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getIndexConfigDeltas(int index) { + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta + getIndexConfigDeltas(int index) { if (indexConfigDeltasBuilder_ == null) { return indexConfigDeltas_.get(index); } else { @@ -3157,13 +3629,17 @@ public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta get } } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ public Builder setIndexConfigDeltas( int index, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta value) { @@ -3180,16 +3656,22 @@ public Builder setIndexConfigDeltas( return this; } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ public Builder setIndexConfigDeltas( - int index, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder builderForValue) { + int index, + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder + builderForValue) { if (indexConfigDeltasBuilder_ == null) { ensureIndexConfigDeltasIsMutable(); indexConfigDeltas_.set(index, builderForValue.build()); @@ -3200,15 +3682,20 @@ public Builder setIndexConfigDeltas( return this; } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ - public Builder addIndexConfigDeltas(com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta value) { + public Builder addIndexConfigDeltas( + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta value) { if (indexConfigDeltasBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3222,13 +3709,17 @@ public Builder addIndexConfigDeltas(com.google.firestore.admin.v1.FieldOperation return this; } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ public Builder addIndexConfigDeltas( int index, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta value) { @@ -3245,16 +3736,21 @@ public Builder addIndexConfigDeltas( return this; } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ public Builder addIndexConfigDeltas( - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder builderForValue) { + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder + builderForValue) { if (indexConfigDeltasBuilder_ == null) { ensureIndexConfigDeltasIsMutable(); indexConfigDeltas_.add(builderForValue.build()); @@ -3265,16 +3761,22 @@ public Builder addIndexConfigDeltas( return this; } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ public Builder addIndexConfigDeltas( - int index, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder builderForValue) { + int index, + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder + builderForValue) { if (indexConfigDeltasBuilder_ == null) { ensureIndexConfigDeltasIsMutable(); indexConfigDeltas_.add(index, builderForValue.build()); @@ -3285,20 +3787,25 @@ public Builder addIndexConfigDeltas( return this; } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ public Builder addAllIndexConfigDeltas( - java.lang.Iterable values) { + java.lang.Iterable< + ? extends com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta> + values) { if (indexConfigDeltasBuilder_ == null) { ensureIndexConfigDeltasIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, indexConfigDeltas_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, indexConfigDeltas_); onChanged(); } else { indexConfigDeltasBuilder_.addAllMessages(values); @@ -3306,13 +3813,17 @@ public Builder addAllIndexConfigDeltas( return this; } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ public Builder clearIndexConfigDeltas() { if (indexConfigDeltasBuilder_ == null) { @@ -3325,13 +3836,17 @@ public Builder clearIndexConfigDeltas() { return this; } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ public Builder removeIndexConfigDeltas(int index) { if (indexConfigDeltasBuilder_ == null) { @@ -3344,45 +3859,60 @@ public Builder removeIndexConfigDeltas(int index) { return this; } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder getIndexConfigDeltasBuilder( - int index) { + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder + getIndexConfigDeltasBuilder(int index) { return getIndexConfigDeltasFieldBuilder().getBuilder(index); } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder getIndexConfigDeltasOrBuilder( - int index) { + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder + getIndexConfigDeltasOrBuilder(int index) { if (indexConfigDeltasBuilder_ == null) { - return indexConfigDeltas_.get(index); } else { + return indexConfigDeltas_.get(index); + } else { return indexConfigDeltasBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ - public java.util.List - getIndexConfigDeltasOrBuilderList() { + public java.util.List< + ? extends + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder> + getIndexConfigDeltasOrBuilderList() { if (indexConfigDeltasBuilder_ != null) { return indexConfigDeltasBuilder_.getMessageOrBuilderList(); } else { @@ -3390,51 +3920,76 @@ public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBu } } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder addIndexConfigDeltasBuilder() { - return getIndexConfigDeltasFieldBuilder().addBuilder( - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.getDefaultInstance()); + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder + addIndexConfigDeltasBuilder() { + return getIndexConfigDeltasFieldBuilder() + .addBuilder( + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta + .getDefaultInstance()); } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ - public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder addIndexConfigDeltasBuilder( - int index) { - return getIndexConfigDeltasFieldBuilder().addBuilder( - index, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.getDefaultInstance()); + public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder + addIndexConfigDeltasBuilder(int index) { + return getIndexConfigDeltasFieldBuilder() + .addBuilder( + index, + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta + .getDefaultInstance()); } /** + * + * *
      * A list of
      * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
      * which describe the intent of this operation.
      * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ - public java.util.List - getIndexConfigDeltasBuilderList() { + public java.util.List< + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder> + getIndexConfigDeltasBuilderList() { return getIndexConfigDeltasFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder> + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta, + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder, + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder> getIndexConfigDeltasFieldBuilder() { if (indexConfigDeltasBuilder_ == null) { - indexConfigDeltasBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder, com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder>( + indexConfigDeltasBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta, + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder, + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder>( indexConfigDeltas_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), @@ -3446,22 +4001,29 @@ public com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Bui private int state_ = 0; /** + * + * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 5; + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 5; + * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ @@ -3472,24 +4034,31 @@ public Builder setStateValue(int value) { return this; } /** + * + * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 5; + * * @return The state. */ @java.lang.Override public com.google.firestore.admin.v1.OperationState getState() { - com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(state_); + com.google.firestore.admin.v1.OperationState result = + com.google.firestore.admin.v1.OperationState.forNumber(state_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } /** + * + * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 5; + * * @param value The state to set. * @return This builder for chaining. */ @@ -3503,11 +4072,14 @@ public Builder setState(com.google.firestore.admin.v1.OperationState value) { return this; } /** + * + * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 5; + * * @return This builder for chaining. */ public Builder clearState() { @@ -3519,34 +4091,47 @@ public Builder clearState() { private com.google.firestore.admin.v1.Progress progressDocuments_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressDocumentsBuilder_; + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> + progressDocumentsBuilder_; /** + * + * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 6; + * * @return Whether the progressDocuments field is set. */ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000020) != 0); } /** + * + * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 6; + * * @return The progressDocuments. */ public com.google.firestore.admin.v1.Progress getProgressDocuments() { if (progressDocumentsBuilder_ == null) { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } else { return progressDocumentsBuilder_.getMessage(); } } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -3567,6 +4152,8 @@ public Builder setProgressDocuments(com.google.firestore.admin.v1.Progress value return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -3585,6 +4172,8 @@ public Builder setProgressDocuments( return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -3593,9 +4182,9 @@ public Builder setProgressDocuments( */ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress value) { if (progressDocumentsBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) && - progressDocuments_ != null && - progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) + && progressDocuments_ != null + && progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressDocumentsBuilder().mergeFrom(value); } else { progressDocuments_ = value; @@ -3610,6 +4199,8 @@ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress val return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -3627,6 +4218,8 @@ public Builder clearProgressDocuments() { return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -3639,6 +4232,8 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressDocumentsBuilde return getProgressDocumentsFieldBuilder().getBuilder(); } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -3649,11 +4244,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui if (progressDocumentsBuilder_ != null) { return progressDocumentsBuilder_.getMessageOrBuilder(); } else { - return progressDocuments_ == null ? - com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -3661,14 +4259,17 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui * .google.firestore.admin.v1.Progress progress_documents = 6; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> getProgressDocumentsFieldBuilder() { if (progressDocumentsBuilder_ == null) { - progressDocumentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressDocuments(), - getParentForChildren(), - isClean()); + progressDocumentsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressDocuments(), getParentForChildren(), isClean()); progressDocuments_ = null; } return progressDocumentsBuilder_; @@ -3676,34 +4277,47 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui private com.google.firestore.admin.v1.Progress progressBytes_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressBytesBuilder_; + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> + progressBytesBuilder_; /** + * + * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 7; + * * @return Whether the progressBytes field is set. */ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000040) != 0); } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 7; + * * @return The progressBytes. */ public com.google.firestore.admin.v1.Progress getProgressBytes() { if (progressBytesBuilder_ == null) { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } else { return progressBytesBuilder_.getMessage(); } } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -3724,6 +4338,8 @@ public Builder setProgressBytes(com.google.firestore.admin.v1.Progress value) { return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -3742,6 +4358,8 @@ public Builder setProgressBytes( return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -3750,9 +4368,9 @@ public Builder setProgressBytes( */ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) { if (progressBytesBuilder_ == null) { - if (((bitField0_ & 0x00000040) != 0) && - progressBytes_ != null && - progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000040) != 0) + && progressBytes_ != null + && progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressBytesBuilder().mergeFrom(value); } else { progressBytes_ = value; @@ -3767,6 +4385,8 @@ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -3784,6 +4404,8 @@ public Builder clearProgressBytes() { return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -3796,6 +4418,8 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressBytesBuilder() return getProgressBytesFieldBuilder().getBuilder(); } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -3806,11 +4430,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder if (progressBytesBuilder_ != null) { return progressBytesBuilder_.getMessageOrBuilder(); } else { - return progressBytes_ == null ? - com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -3818,14 +4445,17 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder * .google.firestore.admin.v1.Progress progress_bytes = 7; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> getProgressBytesFieldBuilder() { if (progressBytesBuilder_ == null) { - progressBytesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressBytes(), - getParentForChildren(), - isClean()); + progressBytesBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressBytes(), getParentForChildren(), isClean()); progressBytes_ = null; } return progressBytesBuilder_; @@ -3833,41 +4463,59 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder private com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttlConfigDelta_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder> ttlConfigDeltaBuilder_; + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta, + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder, + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder> + ttlConfigDeltaBuilder_; /** + * + * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * + * * @return Whether the ttlConfigDelta field is set. */ public boolean hasTtlConfigDelta() { return ((bitField0_ & 0x00000080) != 0); } /** + * + * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * + * * @return The ttlConfigDelta. */ public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta getTtlConfigDelta() { if (ttlConfigDeltaBuilder_ == null) { - return ttlConfigDelta_ == null ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance() : ttlConfigDelta_; + return ttlConfigDelta_ == null + ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta + .getDefaultInstance() + : ttlConfigDelta_; } else { return ttlConfigDeltaBuilder_.getMessage(); } } /** + * + * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * */ - public Builder setTtlConfigDelta(com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta value) { + public Builder setTtlConfigDelta( + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta value) { if (ttlConfigDeltaBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3881,14 +4529,18 @@ public Builder setTtlConfigDelta(com.google.firestore.admin.v1.FieldOperationMet return this; } /** + * + * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * */ public Builder setTtlConfigDelta( - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder builderForValue) { + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder + builderForValue) { if (ttlConfigDeltaBuilder_ == null) { ttlConfigDelta_ = builderForValue.build(); } else { @@ -3899,17 +4551,23 @@ public Builder setTtlConfigDelta( return this; } /** + * + * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * */ - public Builder mergeTtlConfigDelta(com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta value) { + public Builder mergeTtlConfigDelta( + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta value) { if (ttlConfigDeltaBuilder_ == null) { - if (((bitField0_ & 0x00000080) != 0) && - ttlConfigDelta_ != null && - ttlConfigDelta_ != com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance()) { + if (((bitField0_ & 0x00000080) != 0) + && ttlConfigDelta_ != null + && ttlConfigDelta_ + != com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta + .getDefaultInstance()) { getTtlConfigDeltaBuilder().mergeFrom(value); } else { ttlConfigDelta_ = value; @@ -3924,11 +4582,14 @@ public Builder mergeTtlConfigDelta(com.google.firestore.admin.v1.FieldOperationM return this; } /** + * + * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * */ public Builder clearTtlConfigDelta() { bitField0_ = (bitField0_ & ~0x00000080); @@ -3941,55 +4602,71 @@ public Builder clearTtlConfigDelta() { return this; } /** + * + * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * */ - public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder getTtlConfigDeltaBuilder() { + public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder + getTtlConfigDeltaBuilder() { bitField0_ |= 0x00000080; onChanged(); return getTtlConfigDeltaFieldBuilder().getBuilder(); } /** + * + * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * */ - public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder getTtlConfigDeltaOrBuilder() { + public com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder + getTtlConfigDeltaOrBuilder() { if (ttlConfigDeltaBuilder_ != null) { return ttlConfigDeltaBuilder_.getMessageOrBuilder(); } else { - return ttlConfigDelta_ == null ? - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.getDefaultInstance() : ttlConfigDelta_; + return ttlConfigDelta_ == null + ? com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta + .getDefaultInstance() + : ttlConfigDelta_; } } /** + * + * *
      * Describes the deltas of TTL configuration.
      * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder> + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta, + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder, + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder> getTtlConfigDeltaFieldBuilder() { if (ttlConfigDeltaBuilder_ == null) { - ttlConfigDeltaBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder, com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder>( - getTtlConfigDelta(), - getParentForChildren(), - isClean()); + ttlConfigDeltaBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta, + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder, + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder>( + getTtlConfigDelta(), getParentForChildren(), isClean()); ttlConfigDelta_ = null; } return ttlConfigDeltaBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -3999,12 +4676,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.FieldOperationMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.FieldOperationMetadata) private static final com.google.firestore.admin.v1.FieldOperationMetadata DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.FieldOperationMetadata(); } @@ -4013,27 +4690,27 @@ public static com.google.firestore.admin.v1.FieldOperationMetadata getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public FieldOperationMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public FieldOperationMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -4048,6 +4725,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.FieldOperationMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadataOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadataOrBuilder.java similarity index 75% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadataOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadataOrBuilder.java index 43cda99bc..29f38bb53 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadataOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadataOrBuilder.java @@ -1,32 +1,56 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface FieldOperationMetadataOrBuilder extends +public interface FieldOperationMetadataOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.FieldOperationMetadata) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** + * + * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** + * + * *
    * The time this operation started.
    * 
@@ -36,26 +60,34 @@ public interface FieldOperationMetadataOrBuilder extends com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -66,119 +98,160 @@ public interface FieldOperationMetadataOrBuilder extends
   com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
 
   /**
+   *
+   *
    * 
    * The field resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
    * 
* * string field = 3; + * * @return The field. */ java.lang.String getField(); /** + * + * *
    * The field resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
    * 
* * string field = 3; + * * @return The bytes for field. */ - com.google.protobuf.ByteString - getFieldBytes(); + com.google.protobuf.ByteString getFieldBytes(); /** + * + * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ - java.util.List + java.util.List getIndexConfigDeltasList(); /** + * + * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getIndexConfigDeltas(int index); + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta getIndexConfigDeltas( + int index); /** + * + * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ int getIndexConfigDeltasCount(); /** + * + * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ - java.util.List + java.util.List< + ? extends com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder> getIndexConfigDeltasOrBuilderList(); /** + * + * *
    * A list of
    * [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta],
    * which describe the intent of this operation.
    * 
* - * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * + * repeated .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta index_config_deltas = 4; + * */ - com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder getIndexConfigDeltasOrBuilder( - int index); + com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder + getIndexConfigDeltasOrBuilder(int index); /** + * + * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 5; + * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** + * + * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 5; + * * @return The state. */ com.google.firestore.admin.v1.OperationState getState(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 6; + * * @return Whether the progressDocuments field is set. */ boolean hasProgressDocuments(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 6; + * * @return The progressDocuments. */ com.google.firestore.admin.v1.Progress getProgressDocuments(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
@@ -188,24 +261,32 @@ com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder g com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 7; + * * @return Whether the progressBytes field is set. */ boolean hasProgressBytes(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 7; + * * @return The progressBytes. */ com.google.firestore.admin.v1.Progress getProgressBytes(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
@@ -215,29 +296,41 @@ com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder g com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder(); /** + * + * *
    * Describes the deltas of TTL configuration.
    * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * + * * @return Whether the ttlConfigDelta field is set. */ boolean hasTtlConfigDelta(); /** + * + * *
    * Describes the deltas of TTL configuration.
    * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * + * * @return The ttlConfigDelta. */ com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta getTtlConfigDelta(); /** + * + * *
    * Describes the deltas of TTL configuration.
    * 
* - * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta ttl_config_delta = 8; + * */ - com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder getTtlConfigDeltaOrBuilder(); + com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder + getTtlConfigDeltaOrBuilder(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOrBuilder.java similarity index 87% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOrBuilder.java index c89eed4e6..9c3a530b4 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/field.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface FieldOrBuilder extends +public interface FieldOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Field) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. A field name of the form:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
@@ -37,10 +55,13 @@ public interface FieldOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Required. A field name of the form:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}`
@@ -69,12 +90,14 @@ public interface FieldOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * The index configuration for this field. If unset, field indexing will
    * revert to the configuration defined by the `ancestor_field`. To
@@ -83,10 +106,13 @@ public interface FieldOrBuilder extends
    * 
* * .google.firestore.admin.v1.Field.IndexConfig index_config = 2; + * * @return Whether the indexConfig field is set. */ boolean hasIndexConfig(); /** + * + * *
    * The index configuration for this field. If unset, field indexing will
    * revert to the configuration defined by the `ancestor_field`. To
@@ -95,10 +121,13 @@ public interface FieldOrBuilder extends
    * 
* * .google.firestore.admin.v1.Field.IndexConfig index_config = 2; + * * @return The indexConfig. */ com.google.firestore.admin.v1.Field.IndexConfig getIndexConfig(); /** + * + * *
    * The index configuration for this field. If unset, field indexing will
    * revert to the configuration defined by the `ancestor_field`. To
@@ -111,6 +140,8 @@ public interface FieldOrBuilder extends
   com.google.firestore.admin.v1.Field.IndexConfigOrBuilder getIndexConfigOrBuilder();
 
   /**
+   *
+   *
    * 
    * The TTL configuration for this `Field`.
    * Setting or unsetting this will enable or disable the TTL for
@@ -118,10 +149,13 @@ public interface FieldOrBuilder extends
    * 
* * .google.firestore.admin.v1.Field.TtlConfig ttl_config = 3; + * * @return Whether the ttlConfig field is set. */ boolean hasTtlConfig(); /** + * + * *
    * The TTL configuration for this `Field`.
    * Setting or unsetting this will enable or disable the TTL for
@@ -129,10 +163,13 @@ public interface FieldOrBuilder extends
    * 
* * .google.firestore.admin.v1.Field.TtlConfig ttl_config = 3; + * * @return The ttlConfig. */ com.google.firestore.admin.v1.Field.TtlConfig getTtlConfig(); /** + * + * *
    * The TTL configuration for this `Field`.
    * Setting or unsetting this will enable or disable the TTL for
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java
new file mode 100644
index 000000000..1187f1eba
--- /dev/null
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldProto.java
@@ -0,0 +1,122 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/admin/v1/field.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.admin.v1;
+
+public final class FieldProto {
+  private FieldProto() {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_Field_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_Field_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+    return descriptor;
+  }
+
+  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
+
+  static {
+    java.lang.String[] descriptorData = {
+      "\n%google/firestore/admin/v1/field.proto\022"
+          + "\031google.firestore.admin.v1\032\037google/api/f"
+          + "ield_behavior.proto\032\031google/api/resource"
+          + ".proto\032%google/firestore/admin/v1/index."
+          + "proto\"\305\004\n\005Field\022\021\n\004name\030\001 \001(\tB\003\340A\002\022B\n\014in"
+          + "dex_config\030\002 \001(\0132,.google.firestore.admi"
+          + "n.v1.Field.IndexConfig\022>\n\nttl_config\030\003 \001"
+          + "(\0132*.google.firestore.admin.v1.Field.Ttl"
+          + "Config\032\211\001\n\013IndexConfig\0221\n\007indexes\030\001 \003(\0132"
+          + " .google.firestore.admin.v1.Index\022\034\n\024use"
+          + "s_ancestor_config\030\002 \001(\010\022\026\n\016ancestor_fiel"
+          + "d\030\003 \001(\t\022\021\n\treverting\030\004 \001(\010\032\235\001\n\tTtlConfig"
+          + "\022D\n\005state\030\001 \001(\01620.google.firestore.admin"
+          + ".v1.Field.TtlConfig.StateB\003\340A\003\"J\n\005State\022"
+          + "\025\n\021STATE_UNSPECIFIED\020\000\022\014\n\010CREATING\020\001\022\n\n\006"
+          + "ACTIVE\020\002\022\020\n\014NEEDS_REPAIR\020\003:y\352Av\n\036firesto"
+          + "re.googleapis.com/Field\022Tprojects/{proje"
+          + "ct}/databases/{database}/collectionGroup"
+          + "s/{collection}/fields/{field}B\331\001\n\035com.go"
+          + "ogle.firestore.admin.v1B\nFieldProtoP\001Z9c"
+          + "loud.google.com/go/firestore/apiv1/admin"
+          + "/adminpb;adminpb\242\002\004GCFS\252\002\037Google.Cloud.F"
+          + "irestore.Admin.V1\312\002\037Google\\Cloud\\Firesto"
+          + "re\\Admin\\V1\352\002#Google::Cloud::Firestore::"
+          + "Admin::V1b\006proto3"
+    };
+    descriptor =
+        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
+            descriptorData,
+            new com.google.protobuf.Descriptors.FileDescriptor[] {
+              com.google.api.FieldBehaviorProto.getDescriptor(),
+              com.google.api.ResourceProto.getDescriptor(),
+              com.google.firestore.admin.v1.IndexProto.getDescriptor(),
+            });
+    internal_static_google_firestore_admin_v1_Field_descriptor =
+        getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_admin_v1_Field_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_Field_descriptor,
+            new java.lang.String[] {
+              "Name", "IndexConfig", "TtlConfig",
+            });
+    internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor =
+        internal_static_google_firestore_admin_v1_Field_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_admin_v1_Field_IndexConfig_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_Field_IndexConfig_descriptor,
+            new java.lang.String[] {
+              "Indexes", "UsesAncestorConfig", "AncestorField", "Reverting",
+            });
+    internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor =
+        internal_static_google_firestore_admin_v1_Field_descriptor.getNestedTypes().get(1);
+    internal_static_google_firestore_admin_v1_Field_TtlConfig_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_Field_TtlConfig_descriptor,
+            new java.lang.String[] {
+              "State",
+            });
+    com.google.protobuf.ExtensionRegistry registry =
+        com.google.protobuf.ExtensionRegistry.newInstance();
+    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
+    registry.add(com.google.api.ResourceProto.resource);
+    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
+        descriptor, registry);
+    com.google.api.FieldBehaviorProto.getDescriptor();
+    com.google.api.ResourceProto.getDescriptor();
+    com.google.firestore.admin.v1.IndexProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java
new file mode 100644
index 000000000..3c2aff0bf
--- /dev/null
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminProto.java
@@ -0,0 +1,710 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/admin/v1/firestore_admin.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.admin.v1;
+
+public final class FirestoreAdminProto {
+  private FirestoreAdminProto() {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+    return descriptor;
+  }
+
+  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
+
+  static {
+    java.lang.String[] descriptorData = {
+      "\n/google/firestore/admin/v1/firestore_ad"
+          + "min.proto\022\031google.firestore.admin.v1\032\034go"
+          + "ogle/api/annotations.proto\032\027google/api/c"
+          + "lient.proto\032\037google/api/field_behavior.p"
+          + "roto\032\031google/api/resource.proto\032&google/"
+          + "firestore/admin/v1/backup.proto\032(google/"
+          + "firestore/admin/v1/database.proto\032%googl"
+          + "e/firestore/admin/v1/field.proto\032%google"
+          + "/firestore/admin/v1/index.proto\032)google/"
+          + "firestore/admin/v1/operation.proto\032(goog"
+          + "le/firestore/admin/v1/schedule.proto\032#go"
+          + "ogle/longrunning/operations.proto\032\033googl"
+          + "e/protobuf/empty.proto\032 google/protobuf/"
+          + "field_mask.proto\032\037google/protobuf/timest"
+          + "amp.proto\"g\n\024ListDatabasesRequest\0229\n\006par"
+          + "ent\030\001 \001(\tB)\340A\002\372A#\022!firestore.googleapis."
+          + "com/Database\022\024\n\014show_deleted\030\004 \001(\010\"\250\001\n\025C"
+          + "reateDatabaseRequest\0229\n\006parent\030\001 \001(\tB)\340A"
+          + "\002\372A#\022!firestore.googleapis.com/Database\022"
+          + ":\n\010database\030\002 \001(\0132#.google.firestore.adm"
+          + "in.v1.DatabaseB\003\340A\002\022\030\n\013database_id\030\003 \001(\t"
+          + "B\003\340A\002\"\030\n\026CreateDatabaseMetadata\"d\n\025ListD"
+          + "atabasesResponse\0226\n\tdatabases\030\001 \003(\0132#.go"
+          + "ogle.firestore.admin.v1.Database\022\023\n\013unre"
+          + "achable\030\003 \003(\t\"M\n\022GetDatabaseRequest\0227\n\004n"
+          + "ame\030\001 \001(\tB)\340A\002\372A#\n!firestore.googleapis."
+          + "com/Database\"\204\001\n\025UpdateDatabaseRequest\022:"
+          + "\n\010database\030\001 \001(\0132#.google.firestore.admi"
+          + "n.v1.DatabaseB\003\340A\002\022/\n\013update_mask\030\002 \001(\0132"
+          + "\032.google.protobuf.FieldMask\"\030\n\026UpdateDat"
+          + "abaseMetadata\"^\n\025DeleteDatabaseRequest\0227"
+          + "\n\004name\030\001 \001(\tB)\340A\002\372A#\n!firestore.googleap"
+          + "is.com/Database\022\014\n\004etag\030\003 \001(\t\"\030\n\026DeleteD"
+          + "atabaseMetadata\"\241\001\n\033CreateBackupSchedule"
+          + "Request\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!firesto"
+          + "re.googleapis.com/Database\022G\n\017backup_sch"
+          + "edule\030\002 \001(\0132).google.firestore.admin.v1."
+          + "BackupScheduleB\003\340A\002\"Y\n\030GetBackupSchedule"
+          + "Request\022=\n\004name\030\001 \001(\tB/\340A\002\372A)\n\'firestore"
+          + ".googleapis.com/BackupSchedule\"\227\001\n\033Updat"
+          + "eBackupScheduleRequest\022G\n\017backup_schedul"
+          + "e\030\001 \001(\0132).google.firestore.admin.v1.Back"
+          + "upScheduleB\003\340A\002\022/\n\013update_mask\030\002 \001(\0132\032.g"
+          + "oogle.protobuf.FieldMask\"W\n\032ListBackupSc"
+          + "hedulesRequest\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!"
+          + "firestore.googleapis.com/Database\"b\n\033Lis"
+          + "tBackupSchedulesResponse\022C\n\020backup_sched"
+          + "ules\030\001 \003(\0132).google.firestore.admin.v1.B"
+          + "ackupSchedule\"\\\n\033DeleteBackupScheduleReq"
+          + "uest\022=\n\004name\030\001 \001(\tB/\340A\002\372A)\n\'firestore.go"
+          + "ogleapis.com/BackupSchedule\"\214\001\n\022CreateIn"
+          + "dexRequest\022@\n\006parent\030\001 \001(\tB0\340A\002\372A*\n(fire"
+          + "store.googleapis.com/CollectionGroup\0224\n\005"
+          + "index\030\002 \001(\0132 .google.firestore.admin.v1."
+          + "IndexB\003\340A\002\"\215\001\n\022ListIndexesRequest\022@\n\006par"
+          + "ent\030\001 \001(\tB0\340A\002\372A*\n(firestore.googleapis."
+          + "com/CollectionGroup\022\016\n\006filter\030\002 \001(\t\022\021\n\tp"
+          + "age_size\030\003 \001(\005\022\022\n\npage_token\030\004 \001(\t\"a\n\023Li"
+          + "stIndexesResponse\0221\n\007indexes\030\001 \003(\0132 .goo"
+          + "gle.firestore.admin.v1.Index\022\027\n\017next_pag"
+          + "e_token\030\002 \001(\t\"G\n\017GetIndexRequest\0224\n\004name"
+          + "\030\001 \001(\tB&\340A\002\372A \n\036firestore.googleapis.com"
+          + "/Index\"J\n\022DeleteIndexRequest\0224\n\004name\030\001 \001"
+          + "(\tB&\340A\002\372A \n\036firestore.googleapis.com/Ind"
+          + "ex\"{\n\022UpdateFieldRequest\0224\n\005field\030\001 \001(\0132"
+          + " .google.firestore.admin.v1.FieldB\003\340A\002\022/"
+          + "\n\013update_mask\030\002 \001(\0132\032.google.protobuf.Fi"
+          + "eldMask\"G\n\017GetFieldRequest\0224\n\004name\030\001 \001(\t"
+          + "B&\340A\002\372A \n\036firestore.googleapis.com/Field"
+          + "\"\214\001\n\021ListFieldsRequest\022@\n\006parent\030\001 \001(\tB0"
+          + "\340A\002\372A*\n(firestore.googleapis.com/Collect"
+          + "ionGroup\022\016\n\006filter\030\002 \001(\t\022\021\n\tpage_size\030\003 "
+          + "\001(\005\022\022\n\npage_token\030\004 \001(\t\"_\n\022ListFieldsRes"
+          + "ponse\0220\n\006fields\030\001 \003(\0132 .google.firestore"
+          + ".admin.v1.Field\022\027\n\017next_page_token\030\002 \001(\t"
+          + "\"\316\001\n\026ExportDocumentsRequest\0227\n\004name\030\001 \001("
+          + "\tB)\340A\002\372A#\n!firestore.googleapis.com/Data"
+          + "base\022\026\n\016collection_ids\030\002 \003(\t\022\031\n\021output_u"
+          + "ri_prefix\030\003 \001(\t\022\025\n\rnamespace_ids\030\004 \003(\t\0221"
+          + "\n\rsnapshot_time\030\005 \001(\0132\032.google.protobuf."
+          + "Timestamp\"\232\001\n\026ImportDocumentsRequest\0227\n\004"
+          + "name\030\001 \001(\tB)\340A\002\372A#\n!firestore.googleapis"
+          + ".com/Database\022\026\n\016collection_ids\030\002 \003(\t\022\030\n"
+          + "\020input_uri_prefix\030\003 \001(\t\022\025\n\rnamespace_ids"
+          + "\030\004 \003(\t\"\216\001\n\032BulkDeleteDocumentsRequest\0227\n"
+          + "\004name\030\001 \001(\tB)\340A\002\372A#\n!firestore.googleapi"
+          + "s.com/Database\022\033\n\016collection_ids\030\002 \003(\tB\003"
+          + "\340A\001\022\032\n\rnamespace_ids\030\003 \003(\tB\003\340A\001\"\035\n\033BulkD"
+          + "eleteDocumentsResponse\"I\n\020GetBackupReque"
+          + "st\0225\n\004name\030\001 \001(\tB\'\340A\002\372A!\n\037firestore.goog"
+          + "leapis.com/Backup\"O\n\022ListBackupsRequest\022"
+          + "9\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!firestore.googl"
+          + "eapis.com/Location\"^\n\023ListBackupsRespons"
+          + "e\0222\n\007backups\030\001 \003(\0132!.google.firestore.ad"
+          + "min.v1.Backup\022\023\n\013unreachable\030\003 \003(\t\"L\n\023De"
+          + "leteBackupRequest\0225\n\004name\030\001 \001(\tB\'\340A\002\372A!\n"
+          + "\037firestore.googleapis.com/Backup\"\246\001\n\026Res"
+          + "toreDatabaseRequest\0229\n\006parent\030\001 \001(\tB)\340A\002"
+          + "\372A#\022!firestore.googleapis.com/Database\022\030"
+          + "\n\013database_id\030\002 \001(\tB\003\340A\002\0227\n\006backup\030\003 \001(\t"
+          + "B\'\340A\002\372A!\n\037firestore.googleapis.com/Backu"
+          + "p2\313%\n\016FirestoreAdmin\022\333\001\n\013CreateIndex\022-.g"
+          + "oogle.firestore.admin.v1.CreateIndexRequ"
+          + "est\032\035.google.longrunning.Operation\"~\312A\037\n"
+          + "\005Index\022\026IndexOperationMetadata\332A\014parent,"
+          + "index\202\323\344\223\002G\">/v1/{parent=projects/*/data"
+          + "bases/*/collectionGroups/*}/indexes:\005ind"
+          + "ex\022\275\001\n\013ListIndexes\022-.google.firestore.ad"
+          + "min.v1.ListIndexesRequest\032..google.fires"
+          + "tore.admin.v1.ListIndexesResponse\"O\332A\006pa"
+          + "rent\202\323\344\223\002@\022>/v1/{parent=projects/*/datab"
+          + "ases/*/collectionGroups/*}/indexes\022\247\001\n\010G"
+          + "etIndex\022*.google.firestore.admin.v1.GetI"
+          + "ndexRequest\032 .google.firestore.admin.v1."
+          + "Index\"M\332A\004name\202\323\344\223\002@\022>/v1/{name=projects"
+          + "/*/databases/*/collectionGroups/*/indexe"
+          + "s/*}\022\243\001\n\013DeleteIndex\022-.google.firestore."
+          + "admin.v1.DeleteIndexRequest\032\026.google.pro"
+          + "tobuf.Empty\"M\332A\004name\202\323\344\223\002@*>/v1/{name=pr"
+          + "ojects/*/databases/*/collectionGroups/*/"
+          + "indexes/*}\022\246\001\n\010GetField\022*.google.firesto"
+          + "re.admin.v1.GetFieldRequest\032 .google.fir"
+          + "estore.admin.v1.Field\"L\332A\004name\202\323\344\223\002?\022=/v"
+          + "1/{name=projects/*/databases/*/collectio"
+          + "nGroups/*/fields/*}\022\331\001\n\013UpdateField\022-.go"
+          + "ogle.firestore.admin.v1.UpdateFieldReque"
+          + "st\032\035.google.longrunning.Operation\"|\312A\037\n\005"
+          + "Field\022\026FieldOperationMetadata\332A\005field\202\323\344"
+          + "\223\002L2C/v1/{field.name=projects/*/database"
+          + "s/*/collectionGroups/*/fields/*}:\005field\022"
+          + "\271\001\n\nListFields\022,.google.firestore.admin."
+          + "v1.ListFieldsRequest\032-.google.firestore."
+          + "admin.v1.ListFieldsResponse\"N\332A\006parent\202\323"
+          + "\344\223\002?\022=/v1/{parent=projects/*/databases/*"
+          + "/collectionGroups/*}/fields\022\335\001\n\017ExportDo"
+          + "cuments\0221.google.firestore.admin.v1.Expo"
+          + "rtDocumentsRequest\032\035.google.longrunning."
+          + "Operation\"x\312A2\n\027ExportDocumentsResponse\022"
+          + "\027ExportDocumentsMetadata\332A\004name\202\323\344\223\0026\"1/"
+          + "v1/{name=projects/*/databases/*}:exportD"
+          + "ocuments:\001*\022\333\001\n\017ImportDocuments\0221.google"
+          + ".firestore.admin.v1.ImportDocumentsReque"
+          + "st\032\035.google.longrunning.Operation\"v\312A0\n\025"
+          + "google.protobuf.Empty\022\027ImportDocumentsMe"
+          + "tadata\332A\004name\202\323\344\223\0026\"1/v1/{name=projects/"
+          + "*/databases/*}:importDocuments:\001*\022\362\001\n\023Bu"
+          + "lkDeleteDocuments\0225.google.firestore.adm"
+          + "in.v1.BulkDeleteDocumentsRequest\032\035.googl"
+          + "e.longrunning.Operation\"\204\001\312A:\n\033BulkDelet"
+          + "eDocumentsResponse\022\033BulkDeleteDocumentsM"
+          + "etadata\332A\004name\202\323\344\223\002:\"5/v1/{name=projects"
+          + "/*/databases/*}:bulkDeleteDocuments:\001*\022\331"
+          + "\001\n\016CreateDatabase\0220.google.firestore.adm"
+          + "in.v1.CreateDatabaseRequest\032\035.google.lon"
+          + "grunning.Operation\"v\312A\"\n\010Database\022\026Creat"
+          + "eDatabaseMetadata\332A\033parent,database,data"
+          + "base_id\202\323\344\223\002-\"!/v1/{parent=projects/*}/d"
+          + "atabases:\010database\022\223\001\n\013GetDatabase\022-.goo"
+          + "gle.firestore.admin.v1.GetDatabaseReques"
+          + "t\032#.google.firestore.admin.v1.Database\"0"
+          + "\332A\004name\202\323\344\223\002#\022!/v1/{name=projects/*/data"
+          + "bases/*}\022\246\001\n\rListDatabases\022/.google.fire"
+          + "store.admin.v1.ListDatabasesRequest\0320.go"
+          + "ogle.firestore.admin.v1.ListDatabasesRes"
+          + "ponse\"2\332A\006parent\202\323\344\223\002#\022!/v1/{parent=proj"
+          + "ects/*}/databases\022\333\001\n\016UpdateDatabase\0220.g"
+          + "oogle.firestore.admin.v1.UpdateDatabaseR"
+          + "equest\032\035.google.longrunning.Operation\"x\312"
+          + "A\"\n\010Database\022\026UpdateDatabaseMetadata\332A\024d"
+          + "atabase,update_mask\202\323\344\223\00262*/v1/{database"
+          + ".name=projects/*/databases/*}:\010database\022"
+          + "\270\001\n\016DeleteDatabase\0220.google.firestore.ad"
+          + "min.v1.DeleteDatabaseRequest\032\035.google.lo"
+          + "ngrunning.Operation\"U\312A\"\n\010Database\022\026Dele"
+          + "teDatabaseMetadata\332A\004name\202\323\344\223\002#*!/v1/{na"
+          + "me=projects/*/databases/*}\022\227\001\n\tGetBackup"
+          + "\022+.google.firestore.admin.v1.GetBackupRe"
+          + "quest\032!.google.firestore.admin.v1.Backup"
+          + "\":\332A\004name\202\323\344\223\002-\022+/v1/{name=projects/*/lo"
+          + "cations/*/backups/*}\022\252\001\n\013ListBackups\022-.g"
+          + "oogle.firestore.admin.v1.ListBackupsRequ"
+          + "est\032..google.firestore.admin.v1.ListBack"
+          + "upsResponse\"<\332A\006parent\202\323\344\223\002-\022+/v1/{paren"
+          + "t=projects/*/locations/*}/backups\022\222\001\n\014De"
+          + "leteBackup\022..google.firestore.admin.v1.D"
+          + "eleteBackupRequest\032\026.google.protobuf.Emp"
+          + "ty\":\332A\004name\202\323\344\223\002-*+/v1/{name=projects/*/"
+          + "locations/*/backups/*}\022\277\001\n\017RestoreDataba"
+          + "se\0221.google.firestore.admin.v1.RestoreDa"
+          + "tabaseRequest\032\035.google.longrunning.Opera"
+          + "tion\"Z\312A#\n\010Database\022\027RestoreDatabaseMeta"
+          + "data\202\323\344\223\002.\")/v1/{parent=projects/*}/data"
+          + "bases:restore:\001*\022\340\001\n\024CreateBackupSchedul"
+          + "e\0226.google.firestore.admin.v1.CreateBack"
+          + "upScheduleRequest\032).google.firestore.adm"
+          + "in.v1.BackupSchedule\"e\332A\026parent,backup_s"
+          + "chedule\202\323\344\223\002F\"3/v1/{parent=projects/*/da"
+          + "tabases/*}/backupSchedules:\017backup_sched"
+          + "ule\022\267\001\n\021GetBackupSchedule\0223.google.fires"
+          + "tore.admin.v1.GetBackupScheduleRequest\032)"
+          + ".google.firestore.admin.v1.BackupSchedul"
+          + "e\"B\332A\004name\202\323\344\223\0025\0223/v1/{name=projects/*/d"
+          + "atabases/*/backupSchedules/*}\022\312\001\n\023ListBa"
+          + "ckupSchedules\0225.google.firestore.admin.v"
+          + "1.ListBackupSchedulesRequest\0326.google.fi"
+          + "restore.admin.v1.ListBackupSchedulesResp"
+          + "onse\"D\332A\006parent\202\323\344\223\0025\0223/v1/{parent=proje"
+          + "cts/*/databases/*}/backupSchedules\022\365\001\n\024U"
+          + "pdateBackupSchedule\0226.google.firestore.a"
+          + "dmin.v1.UpdateBackupScheduleRequest\032).go"
+          + "ogle.firestore.admin.v1.BackupSchedule\"z"
+          + "\332A\033backup_schedule,update_mask\202\323\344\223\002V2C/v"
+          + "1/{backup_schedule.name=projects/*/datab"
+          + "ases/*/backupSchedules/*}:\017backup_schedu"
+          + "le\022\252\001\n\024DeleteBackupSchedule\0226.google.fir"
+          + "estore.admin.v1.DeleteBackupScheduleRequ"
+          + "est\032\026.google.protobuf.Empty\"B\332A\004name\202\323\344\223"
+          + "\0025*3/v1/{name=projects/*/databases/*/bac"
+          + "kupSchedules/*}\032v\312A\030firestore.googleapis"
+          + ".com\322AXhttps://www.googleapis.com/auth/c"
+          + "loud-platform,https://www.googleapis.com"
+          + "/auth/datastoreB\245\003\n\035com.google.firestore"
+          + ".admin.v1B\023FirestoreAdminProtoP\001Z9cloud."
+          + "google.com/go/firestore/apiv1/admin/admi"
+          + "npb;adminpb\242\002\004GCFS\252\002\037Google.Cloud.Firest"
+          + "ore.Admin.V1\312\002\037Google\\Cloud\\Firestore\\Ad"
+          + "min\\V1\352\002#Google::Cloud::Firestore::Admin"
+          + "::V1\352AL\n!firestore.googleapis.com/Locati"
+          + "on\022\'projects/{project}/locations/{locati"
+          + "on}\352Aq\n(firestore.googleapis.com/Collect"
+          + "ionGroup\022Eprojects/{project}/databases/{"
+          + "database}/collectionGroups/{collection}b"
+          + "\006proto3"
+    };
+    descriptor =
+        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
+            descriptorData,
+            new com.google.protobuf.Descriptors.FileDescriptor[] {
+              com.google.api.AnnotationsProto.getDescriptor(),
+              com.google.api.ClientProto.getDescriptor(),
+              com.google.api.FieldBehaviorProto.getDescriptor(),
+              com.google.api.ResourceProto.getDescriptor(),
+              com.google.firestore.admin.v1.BackupProto.getDescriptor(),
+              com.google.firestore.admin.v1.DatabaseProto.getDescriptor(),
+              com.google.firestore.admin.v1.FieldProto.getDescriptor(),
+              com.google.firestore.admin.v1.IndexProto.getDescriptor(),
+              com.google.firestore.admin.v1.OperationProto.getDescriptor(),
+              com.google.firestore.admin.v1.ScheduleProto.getDescriptor(),
+              com.google.longrunning.OperationsProto.getDescriptor(),
+              com.google.protobuf.EmptyProto.getDescriptor(),
+              com.google.protobuf.FieldMaskProto.getDescriptor(),
+              com.google.protobuf.TimestampProto.getDescriptor(),
+            });
+    internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor =
+        getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor,
+            new java.lang.String[] {
+              "Parent", "ShowDeleted",
+            });
+    internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor =
+        getDescriptor().getMessageTypes().get(1);
+    internal_static_google_firestore_admin_v1_CreateDatabaseRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_CreateDatabaseRequest_descriptor,
+            new java.lang.String[] {
+              "Parent", "Database", "DatabaseId",
+            });
+    internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor =
+        getDescriptor().getMessageTypes().get(2);
+    internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_CreateDatabaseMetadata_descriptor,
+            new java.lang.String[] {});
+    internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor =
+        getDescriptor().getMessageTypes().get(3);
+    internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor,
+            new java.lang.String[] {
+              "Databases", "Unreachable",
+            });
+    internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor =
+        getDescriptor().getMessageTypes().get(4);
+    internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor,
+            new java.lang.String[] {
+              "Name",
+            });
+    internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor =
+        getDescriptor().getMessageTypes().get(5);
+    internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor,
+            new java.lang.String[] {
+              "Database", "UpdateMask",
+            });
+    internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor =
+        getDescriptor().getMessageTypes().get(6);
+    internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor,
+            new java.lang.String[] {});
+    internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor =
+        getDescriptor().getMessageTypes().get(7);
+    internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_DeleteDatabaseRequest_descriptor,
+            new java.lang.String[] {
+              "Name", "Etag",
+            });
+    internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor =
+        getDescriptor().getMessageTypes().get(8);
+    internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_DeleteDatabaseMetadata_descriptor,
+            new java.lang.String[] {});
+    internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor =
+        getDescriptor().getMessageTypes().get(9);
+    internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_CreateBackupScheduleRequest_descriptor,
+            new java.lang.String[] {
+              "Parent", "BackupSchedule",
+            });
+    internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor =
+        getDescriptor().getMessageTypes().get(10);
+    internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor,
+            new java.lang.String[] {
+              "Name",
+            });
+    internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor =
+        getDescriptor().getMessageTypes().get(11);
+    internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor,
+            new java.lang.String[] {
+              "BackupSchedule", "UpdateMask",
+            });
+    internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor =
+        getDescriptor().getMessageTypes().get(12);
+    internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor,
+            new java.lang.String[] {
+              "Parent",
+            });
+    internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor =
+        getDescriptor().getMessageTypes().get(13);
+    internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor,
+            new java.lang.String[] {
+              "BackupSchedules",
+            });
+    internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor =
+        getDescriptor().getMessageTypes().get(14);
+    internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_DeleteBackupScheduleRequest_descriptor,
+            new java.lang.String[] {
+              "Name",
+            });
+    internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor =
+        getDescriptor().getMessageTypes().get(15);
+    internal_static_google_firestore_admin_v1_CreateIndexRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_CreateIndexRequest_descriptor,
+            new java.lang.String[] {
+              "Parent", "Index",
+            });
+    internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor =
+        getDescriptor().getMessageTypes().get(16);
+    internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor,
+            new java.lang.String[] {
+              "Parent", "Filter", "PageSize", "PageToken",
+            });
+    internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor =
+        getDescriptor().getMessageTypes().get(17);
+    internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor,
+            new java.lang.String[] {
+              "Indexes", "NextPageToken",
+            });
+    internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor =
+        getDescriptor().getMessageTypes().get(18);
+    internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor,
+            new java.lang.String[] {
+              "Name",
+            });
+    internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor =
+        getDescriptor().getMessageTypes().get(19);
+    internal_static_google_firestore_admin_v1_DeleteIndexRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_DeleteIndexRequest_descriptor,
+            new java.lang.String[] {
+              "Name",
+            });
+    internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor =
+        getDescriptor().getMessageTypes().get(20);
+    internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor,
+            new java.lang.String[] {
+              "Field", "UpdateMask",
+            });
+    internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor =
+        getDescriptor().getMessageTypes().get(21);
+    internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor,
+            new java.lang.String[] {
+              "Name",
+            });
+    internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor =
+        getDescriptor().getMessageTypes().get(22);
+    internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor,
+            new java.lang.String[] {
+              "Parent", "Filter", "PageSize", "PageToken",
+            });
+    internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor =
+        getDescriptor().getMessageTypes().get(23);
+    internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor,
+            new java.lang.String[] {
+              "Fields", "NextPageToken",
+            });
+    internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor =
+        getDescriptor().getMessageTypes().get(24);
+    internal_static_google_firestore_admin_v1_ExportDocumentsRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ExportDocumentsRequest_descriptor,
+            new java.lang.String[] {
+              "Name", "CollectionIds", "OutputUriPrefix", "NamespaceIds", "SnapshotTime",
+            });
+    internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor =
+        getDescriptor().getMessageTypes().get(25);
+    internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor,
+            new java.lang.String[] {
+              "Name", "CollectionIds", "InputUriPrefix", "NamespaceIds",
+            });
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor =
+        getDescriptor().getMessageTypes().get(26);
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_BulkDeleteDocumentsRequest_descriptor,
+            new java.lang.String[] {
+              "Name", "CollectionIds", "NamespaceIds",
+            });
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor =
+        getDescriptor().getMessageTypes().get(27);
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_BulkDeleteDocumentsResponse_descriptor,
+            new java.lang.String[] {});
+    internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor =
+        getDescriptor().getMessageTypes().get(28);
+    internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor,
+            new java.lang.String[] {
+              "Name",
+            });
+    internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor =
+        getDescriptor().getMessageTypes().get(29);
+    internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor,
+            new java.lang.String[] {
+              "Parent",
+            });
+    internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor =
+        getDescriptor().getMessageTypes().get(30);
+    internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor,
+            new java.lang.String[] {
+              "Backups", "Unreachable",
+            });
+    internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor =
+        getDescriptor().getMessageTypes().get(31);
+    internal_static_google_firestore_admin_v1_DeleteBackupRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_DeleteBackupRequest_descriptor,
+            new java.lang.String[] {
+              "Name",
+            });
+    internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor =
+        getDescriptor().getMessageTypes().get(32);
+    internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor,
+            new java.lang.String[] {
+              "Parent", "DatabaseId", "Backup",
+            });
+    com.google.protobuf.ExtensionRegistry registry =
+        com.google.protobuf.ExtensionRegistry.newInstance();
+    registry.add(com.google.api.ClientProto.defaultHost);
+    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
+    registry.add(com.google.api.AnnotationsProto.http);
+    registry.add(com.google.api.ClientProto.methodSignature);
+    registry.add(com.google.api.ClientProto.oauthScopes);
+    registry.add(com.google.api.ResourceProto.resourceDefinition);
+    registry.add(com.google.api.ResourceProto.resourceReference);
+    registry.add(com.google.longrunning.OperationsProto.operationInfo);
+    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
+        descriptor, registry);
+    com.google.api.AnnotationsProto.getDescriptor();
+    com.google.api.ClientProto.getDescriptor();
+    com.google.api.FieldBehaviorProto.getDescriptor();
+    com.google.api.ResourceProto.getDescriptor();
+    com.google.firestore.admin.v1.BackupProto.getDescriptor();
+    com.google.firestore.admin.v1.DatabaseProto.getDescriptor();
+    com.google.firestore.admin.v1.FieldProto.getDescriptor();
+    com.google.firestore.admin.v1.IndexProto.getDescriptor();
+    com.google.firestore.admin.v1.OperationProto.getDescriptor();
+    com.google.firestore.admin.v1.ScheduleProto.getDescriptor();
+    com.google.longrunning.OperationsProto.getDescriptor();
+    com.google.protobuf.EmptyProto.getDescriptor();
+    com.google.protobuf.FieldMaskProto.getDescriptor();
+    com.google.protobuf.TimestampProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequest.java
similarity index 63%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequest.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequest.java
index bf7d02e8d..e9be92d06 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequest.java
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequest.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/firestore_admin.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.admin.v1;
 
 /**
+ *
+ *
  * 
  * The request for
  * [FirestoreAdmin.GetBackup][google.firestore.admin.v1.FirestoreAdmin.GetBackup].
@@ -12,50 +29,58 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.GetBackupRequest}
  */
-public final class GetBackupRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class GetBackupRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.GetBackupRequest)
     GetBackupRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use GetBackupRequest.newBuilder() to construct.
   private GetBackupRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private GetBackupRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new GetBackupRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.GetBackupRequest.class, com.google.firestore.admin.v1.GetBackupRequest.Builder.class);
+            com.google.firestore.admin.v1.GetBackupRequest.class,
+            com.google.firestore.admin.v1.GetBackupRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Required. Name of the backup to fetch.
    *
    * Format is `projects/{project}/locations/{location}/backups/{backup}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -64,31 +89,33 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. Name of the backup to fetch.
    *
    * Format is `projects/{project}/locations/{location}/backups/{backup}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -97,6 +124,7 @@ public java.lang.String getName() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -108,8 +136,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -133,15 +160,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.GetBackupRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.GetBackupRequest other = (com.google.firestore.admin.v1.GetBackupRequest) obj; + com.google.firestore.admin.v1.GetBackupRequest other = + (com.google.firestore.admin.v1.GetBackupRequest) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -160,99 +187,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.GetBackupRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.GetBackupRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.GetBackupRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetBackupRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.GetBackupRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.GetBackupRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.GetBackupRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.GetBackupRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.GetBackup][google.firestore.admin.v1.FirestoreAdmin.GetBackup].
@@ -260,33 +292,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.GetBackupRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.GetBackupRequest)
       com.google.firestore.admin.v1.GetBackupRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetBackupRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.GetBackupRequest.class, com.google.firestore.admin.v1.GetBackupRequest.Builder.class);
+              com.google.firestore.admin.v1.GetBackupRequest.class,
+              com.google.firestore.admin.v1.GetBackupRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.GetBackupRequest.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -296,9 +327,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetBackupRequest_descriptor;
     }
 
     @java.lang.Override
@@ -317,8 +348,11 @@ public com.google.firestore.admin.v1.GetBackupRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.GetBackupRequest buildPartial() {
-      com.google.firestore.admin.v1.GetBackupRequest result = new com.google.firestore.admin.v1.GetBackupRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.GetBackupRequest result =
+          new com.google.firestore.admin.v1.GetBackupRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -334,38 +368,39 @@ private void buildPartial0(com.google.firestore.admin.v1.GetBackupRequest result
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.GetBackupRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.GetBackupRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.GetBackupRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -405,17 +440,19 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -425,24 +462,29 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. Name of the backup to fetch.
      *
      * Format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -451,22 +493,25 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Name of the backup to fetch.
      *
      * Format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -474,32 +519,43 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Name of the backup to fetch.
      *
      * Format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. Name of the backup to fetch.
      *
      * Format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { @@ -509,28 +565,34 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. Name of the backup to fetch.
      *
      * Format is `projects/{project}/locations/{location}/backups/{backup}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -540,12 +602,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.GetBackupRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.GetBackupRequest) private static final com.google.firestore.admin.v1.GetBackupRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.GetBackupRequest(); } @@ -554,27 +616,27 @@ public static com.google.firestore.admin.v1.GetBackupRequest getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetBackupRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetBackupRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -589,6 +651,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.GetBackupRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java new file mode 100644 index 000000000..a475a5173 --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupRequestOrBuilder.java @@ -0,0 +1,59 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface GetBackupRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetBackupRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. Name of the backup to fetch.
+   *
+   * Format is `projects/{project}/locations/{location}/backups/{backup}`.
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The name. + */ + java.lang.String getName(); + /** + * + * + *
+   * Required. Name of the backup to fetch.
+   *
+   * Format is `projects/{project}/locations/{location}/backups/{backup}`.
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for name. + */ + com.google.protobuf.ByteString getNameBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequest.java similarity index 63% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequest.java index 59b247e36..18a4ad0ee 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.GetBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.GetBackupSchedule].
@@ -12,43 +29,48 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.GetBackupScheduleRequest}
  */
-public final class GetBackupScheduleRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class GetBackupScheduleRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.GetBackupScheduleRequest)
     GetBackupScheduleRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use GetBackupScheduleRequest.newBuilder() to construct.
   private GetBackupScheduleRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private GetBackupScheduleRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new GetBackupScheduleRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.GetBackupScheduleRequest.class, com.google.firestore.admin.v1.GetBackupScheduleRequest.Builder.class);
+            com.google.firestore.admin.v1.GetBackupScheduleRequest.class,
+            com.google.firestore.admin.v1.GetBackupScheduleRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Required. The name of the backup schedule.
    *
@@ -56,7 +78,10 @@ protected java.lang.Object newInstance(
    * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -65,14 +90,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. The name of the backup schedule.
    *
@@ -80,17 +106,18 @@ public java.lang.String getName() {
    * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -99,6 +126,7 @@ public java.lang.String getName() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -110,8 +138,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -135,15 +162,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.GetBackupScheduleRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.GetBackupScheduleRequest other = (com.google.firestore.admin.v1.GetBackupScheduleRequest) obj; + com.google.firestore.admin.v1.GetBackupScheduleRequest other = + (com.google.firestore.admin.v1.GetBackupScheduleRequest) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -163,98 +190,104 @@ public int hashCode() { } public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.GetBackupScheduleRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.GetBackupScheduleRequest prototype) { + + public static Builder newBuilder( + com.google.firestore.admin.v1.GetBackupScheduleRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.GetBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.GetBackupSchedule].
@@ -262,33 +295,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.GetBackupScheduleRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.GetBackupScheduleRequest)
       com.google.firestore.admin.v1.GetBackupScheduleRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.GetBackupScheduleRequest.class, com.google.firestore.admin.v1.GetBackupScheduleRequest.Builder.class);
+              com.google.firestore.admin.v1.GetBackupScheduleRequest.class,
+              com.google.firestore.admin.v1.GetBackupScheduleRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.GetBackupScheduleRequest.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -298,9 +330,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetBackupScheduleRequest_descriptor;
     }
 
     @java.lang.Override
@@ -319,8 +351,11 @@ public com.google.firestore.admin.v1.GetBackupScheduleRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.GetBackupScheduleRequest buildPartial() {
-      com.google.firestore.admin.v1.GetBackupScheduleRequest result = new com.google.firestore.admin.v1.GetBackupScheduleRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.GetBackupScheduleRequest result =
+          new com.google.firestore.admin.v1.GetBackupScheduleRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -336,38 +371,39 @@ private void buildPartial0(com.google.firestore.admin.v1.GetBackupScheduleReques
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.GetBackupScheduleRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.GetBackupScheduleRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.GetBackupScheduleRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -375,7 +411,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.GetBackupScheduleRequest other) {
-      if (other == com.google.firestore.admin.v1.GetBackupScheduleRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.GetBackupScheduleRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -407,17 +444,19 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -427,10 +466,13 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. The name of the backup schedule.
      *
@@ -438,14 +480,16 @@ public Builder mergeFrom(
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -454,6 +498,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. The name of the backup schedule.
      *
@@ -461,16 +507,17 @@ public java.lang.String getName() {
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -478,6 +525,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. The name of the backup schedule.
      *
@@ -485,19 +534,25 @@ public java.lang.String getName() {
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The name of the backup schedule.
      *
@@ -505,7 +560,10 @@ public Builder setName(
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { @@ -515,6 +573,8 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. The name of the backup schedule.
      *
@@ -522,22 +582,26 @@ public Builder clearName() {
      * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -547,12 +611,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.GetBackupScheduleRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.GetBackupScheduleRequest) private static final com.google.firestore.admin.v1.GetBackupScheduleRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.GetBackupScheduleRequest(); } @@ -561,27 +625,27 @@ public static com.google.firestore.admin.v1.GetBackupScheduleRequest getDefaultI return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetBackupScheduleRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetBackupScheduleRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -596,6 +660,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.GetBackupScheduleRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java new file mode 100644 index 000000000..6c33e1e67 --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetBackupScheduleRequestOrBuilder.java @@ -0,0 +1,61 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface GetBackupScheduleRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetBackupScheduleRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. The name of the backup schedule.
+   *
+   * Format
+   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The name. + */ + java.lang.String getName(); + /** + * + * + *
+   * Required. The name of the backup schedule.
+   *
+   * Format
+   * `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for name. + */ + com.google.protobuf.ByteString getNameBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java similarity index 62% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java index becdbb788..c399f6caf 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.GetDatabase][google.firestore.admin.v1.FirestoreAdmin.GetDatabase].
@@ -12,49 +29,57 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.GetDatabaseRequest}
  */
-public final class GetDatabaseRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class GetDatabaseRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.GetDatabaseRequest)
     GetDatabaseRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use GetDatabaseRequest.newBuilder() to construct.
   private GetDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private GetDatabaseRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new GetDatabaseRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.GetDatabaseRequest.class, com.google.firestore.admin.v1.GetDatabaseRequest.Builder.class);
+            com.google.firestore.admin.v1.GetDatabaseRequest.class,
+            com.google.firestore.admin.v1.GetDatabaseRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -63,30 +88,32 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -95,6 +122,7 @@ public java.lang.String getName() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -106,8 +134,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -131,15 +158,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.GetDatabaseRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.GetDatabaseRequest other = (com.google.firestore.admin.v1.GetDatabaseRequest) obj; + com.google.firestore.admin.v1.GetDatabaseRequest other = + (com.google.firestore.admin.v1.GetDatabaseRequest) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -158,99 +185,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetDatabaseRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.GetDatabaseRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.GetDatabaseRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.GetDatabaseRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.GetDatabaseRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.GetDatabase][google.firestore.admin.v1.FirestoreAdmin.GetDatabase].
@@ -258,33 +290,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.GetDatabaseRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.GetDatabaseRequest)
       com.google.firestore.admin.v1.GetDatabaseRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetDatabaseRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.GetDatabaseRequest.class, com.google.firestore.admin.v1.GetDatabaseRequest.Builder.class);
+              com.google.firestore.admin.v1.GetDatabaseRequest.class,
+              com.google.firestore.admin.v1.GetDatabaseRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.GetDatabaseRequest.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -294,9 +325,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
@@ -315,8 +346,11 @@ public com.google.firestore.admin.v1.GetDatabaseRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.GetDatabaseRequest buildPartial() {
-      com.google.firestore.admin.v1.GetDatabaseRequest result = new com.google.firestore.admin.v1.GetDatabaseRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.GetDatabaseRequest result =
+          new com.google.firestore.admin.v1.GetDatabaseRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -332,38 +366,39 @@ private void buildPartial0(com.google.firestore.admin.v1.GetDatabaseRequest resu
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.GetDatabaseRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.GetDatabaseRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.GetDatabaseRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -371,7 +406,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.GetDatabaseRequest other) {
-      if (other == com.google.firestore.admin.v1.GetDatabaseRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.GetDatabaseRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -403,17 +439,19 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -423,23 +461,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -448,21 +491,24 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -470,30 +516,41 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { @@ -503,27 +560,33 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -533,12 +596,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.GetDatabaseRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.GetDatabaseRequest) private static final com.google.firestore.admin.v1.GetDatabaseRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.GetDatabaseRequest(); } @@ -547,27 +610,27 @@ public static com.google.firestore.admin.v1.GetDatabaseRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetDatabaseRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetDatabaseRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -582,6 +645,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.GetDatabaseRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java new file mode 100644 index 000000000..fb9a68884 --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequestOrBuilder.java @@ -0,0 +1,57 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface GetDatabaseRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetDatabaseRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}`
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The name. + */ + java.lang.String getName(); + /** + * + * + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}`
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for name. + */ + com.google.protobuf.ByteString getNameBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java similarity index 63% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java index 7442ab45b..3d3403da4 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.GetField][google.firestore.admin.v1.FirestoreAdmin.GetField].
@@ -12,49 +29,57 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.GetFieldRequest}
  */
-public final class GetFieldRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class GetFieldRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.GetFieldRequest)
     GetFieldRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use GetFieldRequest.newBuilder() to construct.
   private GetFieldRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private GetFieldRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new GetFieldRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.GetFieldRequest.class, com.google.firestore.admin.v1.GetFieldRequest.Builder.class);
+            com.google.firestore.admin.v1.GetFieldRequest.class,
+            com.google.firestore.admin.v1.GetFieldRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -63,30 +88,32 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -95,6 +122,7 @@ public java.lang.String getName() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -106,8 +134,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -131,15 +158,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.GetFieldRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.GetFieldRequest other = (com.google.firestore.admin.v1.GetFieldRequest) obj; + com.google.firestore.admin.v1.GetFieldRequest other = + (com.google.firestore.admin.v1.GetFieldRequest) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -158,99 +185,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.GetFieldRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.GetFieldRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.GetFieldRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetFieldRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.GetFieldRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.GetFieldRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.GetFieldRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.GetFieldRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.GetField][google.firestore.admin.v1.FirestoreAdmin.GetField].
@@ -258,33 +290,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.GetFieldRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.GetFieldRequest)
       com.google.firestore.admin.v1.GetFieldRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetFieldRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.GetFieldRequest.class, com.google.firestore.admin.v1.GetFieldRequest.Builder.class);
+              com.google.firestore.admin.v1.GetFieldRequest.class,
+              com.google.firestore.admin.v1.GetFieldRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.GetFieldRequest.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -294,9 +325,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetFieldRequest_descriptor;
     }
 
     @java.lang.Override
@@ -315,8 +346,11 @@ public com.google.firestore.admin.v1.GetFieldRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.GetFieldRequest buildPartial() {
-      com.google.firestore.admin.v1.GetFieldRequest result = new com.google.firestore.admin.v1.GetFieldRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.GetFieldRequest result =
+          new com.google.firestore.admin.v1.GetFieldRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -332,38 +366,39 @@ private void buildPartial0(com.google.firestore.admin.v1.GetFieldRequest result)
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.GetFieldRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.GetFieldRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.GetFieldRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -403,17 +438,19 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -423,23 +460,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -448,21 +490,24 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -470,30 +515,41 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { @@ -503,27 +559,33 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -533,12 +595,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.GetFieldRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.GetFieldRequest) private static final com.google.firestore.admin.v1.GetFieldRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.GetFieldRequest(); } @@ -547,27 +609,27 @@ public static com.google.firestore.admin.v1.GetFieldRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetFieldRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetFieldRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -582,6 +644,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.GetFieldRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java new file mode 100644 index 000000000..396a92d77 --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequestOrBuilder.java @@ -0,0 +1,57 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface GetFieldRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetFieldRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The name. + */ + java.lang.String getName(); + /** + * + * + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for name. + */ + com.google.protobuf.ByteString getNameBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequest.java similarity index 63% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequest.java index 2c386a6c0..4b9685af2 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.GetIndex][google.firestore.admin.v1.FirestoreAdmin.GetIndex].
@@ -12,49 +29,57 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.GetIndexRequest}
  */
-public final class GetIndexRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class GetIndexRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.GetIndexRequest)
     GetIndexRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use GetIndexRequest.newBuilder() to construct.
   private GetIndexRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private GetIndexRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new GetIndexRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.GetIndexRequest.class, com.google.firestore.admin.v1.GetIndexRequest.Builder.class);
+            com.google.firestore.admin.v1.GetIndexRequest.class,
+            com.google.firestore.admin.v1.GetIndexRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -63,30 +88,32 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. A name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -95,6 +122,7 @@ public java.lang.String getName() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -106,8 +134,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -131,15 +158,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.GetIndexRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.GetIndexRequest other = (com.google.firestore.admin.v1.GetIndexRequest) obj; + com.google.firestore.admin.v1.GetIndexRequest other = + (com.google.firestore.admin.v1.GetIndexRequest) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -158,99 +185,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.GetIndexRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.GetIndexRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.GetIndexRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.GetIndexRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.GetIndexRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.GetIndexRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.GetIndexRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.GetIndexRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.GetIndex][google.firestore.admin.v1.FirestoreAdmin.GetIndex].
@@ -258,33 +290,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.GetIndexRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.GetIndexRequest)
       com.google.firestore.admin.v1.GetIndexRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetIndexRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.GetIndexRequest.class, com.google.firestore.admin.v1.GetIndexRequest.Builder.class);
+              com.google.firestore.admin.v1.GetIndexRequest.class,
+              com.google.firestore.admin.v1.GetIndexRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.GetIndexRequest.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -294,9 +325,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_GetIndexRequest_descriptor;
     }
 
     @java.lang.Override
@@ -315,8 +346,11 @@ public com.google.firestore.admin.v1.GetIndexRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.GetIndexRequest buildPartial() {
-      com.google.firestore.admin.v1.GetIndexRequest result = new com.google.firestore.admin.v1.GetIndexRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.GetIndexRequest result =
+          new com.google.firestore.admin.v1.GetIndexRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -332,38 +366,39 @@ private void buildPartial0(com.google.firestore.admin.v1.GetIndexRequest result)
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.GetIndexRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.GetIndexRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.GetIndexRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -403,17 +438,19 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -423,23 +460,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -448,21 +490,24 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -470,30 +515,41 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { @@ -503,27 +559,33 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. A name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -533,12 +595,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.GetIndexRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.GetIndexRequest) private static final com.google.firestore.admin.v1.GetIndexRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.GetIndexRequest(); } @@ -547,27 +609,27 @@ public static com.google.firestore.admin.v1.GetIndexRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetIndexRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetIndexRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -582,6 +644,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.GetIndexRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java new file mode 100644 index 000000000..46be45081 --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetIndexRequestOrBuilder.java @@ -0,0 +1,57 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface GetIndexRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.GetIndexRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The name. + */ + java.lang.String getName(); + /** + * + * + *
+   * Required. A name of the form
+   * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for name. + */ + com.google.protobuf.ByteString getNameBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadata.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadata.java similarity index 73% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadata.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadata.java index 5a61c1b10..e556c616d 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadata.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadata.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
  * results from
@@ -13,53 +30,56 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ImportDocumentsMetadata}
  */
-public final class ImportDocumentsMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ImportDocumentsMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ImportDocumentsMetadata)
     ImportDocumentsMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ImportDocumentsMetadata.newBuilder() to construct.
   private ImportDocumentsMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ImportDocumentsMetadata() {
     operationState_ = 0;
-    collectionIds_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
+    collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
     inputUriPrefix_ = "";
-    namespaceIds_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
+    namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ImportDocumentsMetadata();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ImportDocumentsMetadata.class, com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder.class);
+            com.google.firestore.admin.v1.ImportDocumentsMetadata.class,
+            com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder.class);
   }
 
   private int bitField0_;
   public static final int START_TIME_FIELD_NUMBER = 1;
   private com.google.protobuf.Timestamp startTime_;
   /**
+   *
+   *
    * 
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ @java.lang.Override @@ -67,11 +87,14 @@ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ @java.lang.Override @@ -79,6 +102,8 @@ public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } /** + * + * *
    * The time this operation started.
    * 
@@ -93,12 +118,15 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp endTime_; /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ @java.lang.Override @@ -106,12 +134,15 @@ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ @java.lang.Override @@ -119,6 +150,8 @@ public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -134,37 +167,49 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
   public static final int OPERATION_STATE_FIELD_NUMBER = 3;
   private int operationState_ = 0;
   /**
+   *
+   *
    * 
    * The state of the import operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The enum numeric value on the wire for operationState. */ - @java.lang.Override public int getOperationStateValue() { + @java.lang.Override + public int getOperationStateValue() { return operationState_; } /** + * + * *
    * The state of the import operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The operationState. */ - @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { - com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + @java.lang.Override + public com.google.firestore.admin.v1.OperationState getOperationState() { + com.google.firestore.admin.v1.OperationState result = + com.google.firestore.admin.v1.OperationState.forNumber(operationState_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } public static final int PROGRESS_DOCUMENTS_FIELD_NUMBER = 4; private com.google.firestore.admin.v1.Progress progressDocuments_; /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return Whether the progressDocuments field is set. */ @java.lang.Override @@ -172,18 +217,25 @@ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return The progressDocuments. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressDocuments() { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } /** + * + * *
    * The progress, in documents, of this operation.
    * 
@@ -192,17 +244,22 @@ public com.google.firestore.admin.v1.Progress getProgressDocuments() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder() { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } public static final int PROGRESS_BYTES_FIELD_NUMBER = 5; private com.google.firestore.admin.v1.Progress progressBytes_; /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return Whether the progressBytes field is set. */ @java.lang.Override @@ -210,18 +267,25 @@ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return The progressBytes. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressBytes() { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } /** + * + * *
    * The progress, in bytes, of this operation.
    * 
@@ -230,42 +294,53 @@ public com.google.firestore.admin.v1.Progress getProgressBytes() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder() { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } public static final int COLLECTION_IDS_FIELD_NUMBER = 6; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; + * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList - getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList getCollectionIdsList() { return collectionIds_; } /** + * + * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; + * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** + * + * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -273,28 +348,34 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** + * + * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString - getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } public static final int INPUT_URI_PREFIX_FIELD_NUMBER = 7; + @SuppressWarnings("serial") private volatile java.lang.Object inputUriPrefix_ = ""; /** + * + * *
    * The location of the documents being imported.
    * 
* * string input_uri_prefix = 7; + * * @return The inputUriPrefix. */ @java.lang.Override @@ -303,29 +384,29 @@ public java.lang.String getInputUriPrefix() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); inputUriPrefix_ = s; return s; } } /** + * + * *
    * The location of the documents being imported.
    * 
* * string input_uri_prefix = 7; + * * @return The bytes for inputUriPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString - getInputUriPrefixBytes() { + public com.google.protobuf.ByteString getInputUriPrefixBytes() { java.lang.Object ref = inputUriPrefix_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); inputUriPrefix_ = b; return b; } else { @@ -334,38 +415,47 @@ public java.lang.String getInputUriPrefix() { } public static final int NAMESPACE_IDS_FIELD_NUMBER = 8; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; + * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList - getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { return namespaceIds_; } /** + * + * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; + * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** + * + * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -373,20 +463,23 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** + * + * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString - getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -398,15 +491,15 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getStartTime()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getEndTime()); } - if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + if (operationState_ + != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { output.writeEnum(3, operationState_); } if (((bitField0_ & 0x00000004) != 0)) { @@ -434,24 +527,20 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getStartTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getStartTime()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getEndTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEndTime()); } - if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(3, operationState_); + if (operationState_ + != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, operationState_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(4, getProgressDocuments()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getProgressDocuments()); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(5, getProgressBytes()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getProgressBytes()); } { int dataSize = 0; @@ -480,40 +569,34 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ImportDocumentsMetadata)) { return super.equals(obj); } - com.google.firestore.admin.v1.ImportDocumentsMetadata other = (com.google.firestore.admin.v1.ImportDocumentsMetadata) obj; + com.google.firestore.admin.v1.ImportDocumentsMetadata other = + (com.google.firestore.admin.v1.ImportDocumentsMetadata) obj; if (hasStartTime() != other.hasStartTime()) return false; if (hasStartTime()) { - if (!getStartTime() - .equals(other.getStartTime())) return false; + if (!getStartTime().equals(other.getStartTime())) return false; } if (hasEndTime() != other.hasEndTime()) return false; if (hasEndTime()) { - if (!getEndTime() - .equals(other.getEndTime())) return false; + if (!getEndTime().equals(other.getEndTime())) return false; } if (operationState_ != other.operationState_) return false; if (hasProgressDocuments() != other.hasProgressDocuments()) return false; if (hasProgressDocuments()) { - if (!getProgressDocuments() - .equals(other.getProgressDocuments())) return false; + if (!getProgressDocuments().equals(other.getProgressDocuments())) return false; } if (hasProgressBytes() != other.hasProgressBytes()) return false; if (hasProgressBytes()) { - if (!getProgressBytes() - .equals(other.getProgressBytes())) return false; - } - if (!getCollectionIdsList() - .equals(other.getCollectionIdsList())) return false; - if (!getInputUriPrefix() - .equals(other.getInputUriPrefix())) return false; - if (!getNamespaceIdsList() - .equals(other.getNamespaceIdsList())) return false; + if (!getProgressBytes().equals(other.getProgressBytes())) return false; + } + if (!getCollectionIdsList().equals(other.getCollectionIdsList())) return false; + if (!getInputUriPrefix().equals(other.getInputUriPrefix())) return false; + if (!getNamespaceIdsList().equals(other.getNamespaceIdsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -559,98 +642,104 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ImportDocumentsMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.ImportDocumentsMetadata prototype) { + + public static Builder newBuilder( + com.google.firestore.admin.v1.ImportDocumentsMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
    * results from
@@ -659,21 +748,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.ImportDocumentsMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ImportDocumentsMetadata)
       com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ImportDocumentsMetadata.class, com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder.class);
+              com.google.firestore.admin.v1.ImportDocumentsMetadata.class,
+              com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ImportDocumentsMetadata.newBuilder()
@@ -681,20 +772,20 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getStartTimeFieldBuilder();
         getEndTimeFieldBuilder();
         getProgressDocumentsFieldBuilder();
         getProgressBytesFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -720,18 +811,16 @@ public Builder clear() {
         progressBytesBuilder_.dispose();
         progressBytesBuilder_ = null;
       }
-      collectionIds_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
+      collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
       inputUriPrefix_ = "";
-      namespaceIds_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
+      namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
       return this;
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -750,8 +839,11 @@ public com.google.firestore.admin.v1.ImportDocumentsMetadata build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ImportDocumentsMetadata buildPartial() {
-      com.google.firestore.admin.v1.ImportDocumentsMetadata result = new com.google.firestore.admin.v1.ImportDocumentsMetadata(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.ImportDocumentsMetadata result =
+          new com.google.firestore.admin.v1.ImportDocumentsMetadata(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -760,30 +852,26 @@ private void buildPartial0(com.google.firestore.admin.v1.ImportDocumentsMetadata
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.startTime_ = startTimeBuilder_ == null
-            ? startTime_
-            : startTimeBuilder_.build();
+        result.startTime_ = startTimeBuilder_ == null ? startTime_ : startTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.endTime_ = endTimeBuilder_ == null
-            ? endTime_
-            : endTimeBuilder_.build();
+        result.endTime_ = endTimeBuilder_ == null ? endTime_ : endTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
         result.operationState_ = operationState_;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.progressDocuments_ = progressDocumentsBuilder_ == null
-            ? progressDocuments_
-            : progressDocumentsBuilder_.build();
+        result.progressDocuments_ =
+            progressDocumentsBuilder_ == null
+                ? progressDocuments_
+                : progressDocumentsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.progressBytes_ = progressBytesBuilder_ == null
-            ? progressBytes_
-            : progressBytesBuilder_.build();
+        result.progressBytes_ =
+            progressBytesBuilder_ == null ? progressBytes_ : progressBytesBuilder_.build();
         to_bitField0_ |= 0x00000008;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
@@ -804,38 +892,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ImportDocumentsMetadata
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ImportDocumentsMetadata) {
-        return mergeFrom((com.google.firestore.admin.v1.ImportDocumentsMetadata)other);
+        return mergeFrom((com.google.firestore.admin.v1.ImportDocumentsMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -843,7 +932,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ImportDocumentsMetadata other) {
-      if (other == com.google.firestore.admin.v1.ImportDocumentsMetadata.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.ImportDocumentsMetadata.getDefaultInstance())
+        return this;
       if (other.hasStartTime()) {
         mergeStartTime(other.getStartTime());
       }
@@ -910,62 +1000,64 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getStartTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getEndTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 24: {
-              operationState_ = input.readEnum();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 24
-            case 34: {
-              input.readMessage(
-                  getProgressDocumentsFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 34
-            case 42: {
-              input.readMessage(
-                  getProgressBytesFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 42
-            case 50: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureCollectionIdsIsMutable();
-              collectionIds_.add(s);
-              break;
-            } // case 50
-            case 58: {
-              inputUriPrefix_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000040;
-              break;
-            } // case 58
-            case 66: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureNamespaceIdsIsMutable();
-              namespaceIds_.add(s);
-              break;
-            } // case 66
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getStartTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getEndTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 24:
+              {
+                operationState_ = input.readEnum();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 24
+            case 34:
+              {
+                input.readMessage(
+                    getProgressDocumentsFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 34
+            case 42:
+              {
+                input.readMessage(getProgressBytesFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 42
+            case 50:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureCollectionIdsIsMutable();
+                collectionIds_.add(s);
+                break;
+              } // case 50
+            case 58:
+              {
+                inputUriPrefix_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000040;
+                break;
+              } // case 58
+            case 66:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureNamespaceIdsIsMutable();
+                namespaceIds_.add(s);
+                break;
+              } // case 66
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -975,28 +1067,38 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.protobuf.Timestamp startTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_;
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
+        startTimeBuilder_;
     /**
+     *
+     *
      * 
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ public com.google.protobuf.Timestamp getStartTime() { @@ -1007,6 +1109,8 @@ public com.google.protobuf.Timestamp getStartTime() { } } /** + * + * *
      * The time this operation started.
      * 
@@ -1027,14 +1131,15 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; */ - public Builder setStartTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (startTimeBuilder_ == null) { startTime_ = builderForValue.build(); } else { @@ -1045,6 +1150,8 @@ public Builder setStartTime( return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -1053,9 +1160,9 @@ public Builder setStartTime( */ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { if (startTimeBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - startTime_ != null && - startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && startTime_ != null + && startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getStartTimeBuilder().mergeFrom(value); } else { startTime_ = value; @@ -1070,6 +1177,8 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -1087,6 +1196,8 @@ public Builder clearStartTime() { return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -1099,6 +1210,8 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { return getStartTimeFieldBuilder().getBuilder(); } /** + * + * *
      * The time this operation started.
      * 
@@ -1109,11 +1222,12 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { if (startTimeBuilder_ != null) { return startTimeBuilder_.getMessageOrBuilder(); } else { - return startTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } /** + * + * *
      * The time this operation started.
      * 
@@ -1121,14 +1235,17 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { * .google.protobuf.Timestamp start_time = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getStartTimeFieldBuilder() { if (startTimeBuilder_ == null) { - startTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getStartTime(), - getParentForChildren(), - isClean()); + startTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getStartTime(), getParentForChildren(), isClean()); startTime_ = null; } return startTimeBuilder_; @@ -1136,26 +1253,35 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { private com.google.protobuf.Timestamp endTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + endTimeBuilder_; /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ public com.google.protobuf.Timestamp getEndTime() { @@ -1166,6 +1292,8 @@ public com.google.protobuf.Timestamp getEndTime() { } } /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1187,6 +1315,8 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1194,8 +1324,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp end_time = 2;
      */
-    public Builder setEndTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (endTimeBuilder_ == null) {
         endTime_ = builderForValue.build();
       } else {
@@ -1206,6 +1335,8 @@ public Builder setEndTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1215,9 +1346,9 @@ public Builder setEndTime(
      */
     public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       if (endTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0) &&
-          endTime_ != null &&
-          endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0)
+            && endTime_ != null
+            && endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getEndTimeBuilder().mergeFrom(value);
         } else {
           endTime_ = value;
@@ -1232,6 +1363,8 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1250,6 +1383,8 @@ public Builder clearEndTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1263,6 +1398,8 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() {
       return getEndTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1274,11 +1411,12 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
       if (endTimeBuilder_ != null) {
         return endTimeBuilder_.getMessageOrBuilder();
       } else {
-        return endTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
+        return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1287,14 +1425,17 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
      * .google.protobuf.Timestamp end_time = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getEndTimeFieldBuilder() {
       if (endTimeBuilder_ == null) {
-        endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getEndTime(),
-                getParentForChildren(),
-                isClean());
+        endTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getEndTime(), getParentForChildren(), isClean());
         endTime_ = null;
       }
       return endTimeBuilder_;
@@ -1302,22 +1443,29 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
 
     private int operationState_ = 0;
     /**
+     *
+     *
      * 
      * The state of the import operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The enum numeric value on the wire for operationState. */ - @java.lang.Override public int getOperationStateValue() { + @java.lang.Override + public int getOperationStateValue() { return operationState_; } /** + * + * *
      * The state of the import operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @param value The enum numeric value on the wire for operationState to set. * @return This builder for chaining. */ @@ -1328,24 +1476,31 @@ public Builder setOperationStateValue(int value) { return this; } /** + * + * *
      * The state of the import operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The operationState. */ @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { - com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + com.google.firestore.admin.v1.OperationState result = + com.google.firestore.admin.v1.OperationState.forNumber(operationState_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } /** + * + * *
      * The state of the import operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @param value The operationState to set. * @return This builder for chaining. */ @@ -1359,11 +1514,14 @@ public Builder setOperationState(com.google.firestore.admin.v1.OperationState va return this; } /** + * + * *
      * The state of the import operation.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return This builder for chaining. */ public Builder clearOperationState() { @@ -1375,34 +1533,47 @@ public Builder clearOperationState() { private com.google.firestore.admin.v1.Progress progressDocuments_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressDocumentsBuilder_; + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> + progressDocumentsBuilder_; /** + * + * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return Whether the progressDocuments field is set. */ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return The progressDocuments. */ public com.google.firestore.admin.v1.Progress getProgressDocuments() { if (progressDocumentsBuilder_ == null) { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } else { return progressDocumentsBuilder_.getMessage(); } } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1423,6 +1594,8 @@ public Builder setProgressDocuments(com.google.firestore.admin.v1.Progress value return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1441,6 +1614,8 @@ public Builder setProgressDocuments( return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1449,9 +1624,9 @@ public Builder setProgressDocuments( */ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress value) { if (progressDocumentsBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) && - progressDocuments_ != null && - progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) + && progressDocuments_ != null + && progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressDocumentsBuilder().mergeFrom(value); } else { progressDocuments_ = value; @@ -1466,6 +1641,8 @@ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress val return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1483,6 +1660,8 @@ public Builder clearProgressDocuments() { return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1495,6 +1674,8 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressDocumentsBuilde return getProgressDocumentsFieldBuilder().getBuilder(); } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1505,11 +1686,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui if (progressDocumentsBuilder_ != null) { return progressDocumentsBuilder_.getMessageOrBuilder(); } else { - return progressDocuments_ == null ? - com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1517,14 +1701,17 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui * .google.firestore.admin.v1.Progress progress_documents = 4; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> getProgressDocumentsFieldBuilder() { if (progressDocumentsBuilder_ == null) { - progressDocumentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressDocuments(), - getParentForChildren(), - isClean()); + progressDocumentsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressDocuments(), getParentForChildren(), isClean()); progressDocuments_ = null; } return progressDocumentsBuilder_; @@ -1532,34 +1719,47 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui private com.google.firestore.admin.v1.Progress progressBytes_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressBytesBuilder_; + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> + progressBytesBuilder_; /** + * + * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return Whether the progressBytes field is set. */ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return The progressBytes. */ public com.google.firestore.admin.v1.Progress getProgressBytes() { if (progressBytesBuilder_ == null) { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } else { return progressBytesBuilder_.getMessage(); } } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1580,6 +1780,8 @@ public Builder setProgressBytes(com.google.firestore.admin.v1.Progress value) { return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1598,6 +1800,8 @@ public Builder setProgressBytes( return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1606,9 +1810,9 @@ public Builder setProgressBytes( */ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) { if (progressBytesBuilder_ == null) { - if (((bitField0_ & 0x00000010) != 0) && - progressBytes_ != null && - progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000010) != 0) + && progressBytes_ != null + && progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressBytesBuilder().mergeFrom(value); } else { progressBytes_ = value; @@ -1623,6 +1827,8 @@ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1640,6 +1846,8 @@ public Builder clearProgressBytes() { return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1652,6 +1860,8 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressBytesBuilder() return getProgressBytesFieldBuilder().getBuilder(); } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1662,11 +1872,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder if (progressBytesBuilder_ != null) { return progressBytesBuilder_.getMessageOrBuilder(); } else { - return progressBytes_ == null ? - com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1674,14 +1887,17 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder * .google.firestore.admin.v1.Progress progress_bytes = 5; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> getProgressBytesFieldBuilder() { if (progressBytesBuilder_ == null) { - progressBytesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressBytes(), - getParentForChildren(), - isClean()); + progressBytesBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressBytes(), getParentForChildren(), isClean()); progressBytes_ = null; } return progressBytesBuilder_; @@ -1689,6 +1905,7 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureCollectionIdsIsMutable() { if (!collectionIds_.isModifiable()) { collectionIds_ = new com.google.protobuf.LazyStringArrayList(collectionIds_); @@ -1696,35 +1913,43 @@ private void ensureCollectionIdsIsMutable() { bitField0_ |= 0x00000020; } /** + * + * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; + * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList - getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList getCollectionIdsList() { collectionIds_.makeImmutable(); return collectionIds_; } /** + * + * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; + * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** + * + * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -1732,31 +1957,37 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** + * + * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString - getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } /** + * + * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; + * * @param index The index to set the value at. * @param value The collectionIds to set. * @return This builder for chaining. */ - public Builder setCollectionIds( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setCollectionIds(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureCollectionIdsIsMutable(); collectionIds_.set(index, value); bitField0_ |= 0x00000020; @@ -1764,17 +1995,21 @@ public Builder setCollectionIds( return this; } /** + * + * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; + * * @param value The collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIds( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addCollectionIds(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureCollectionIdsIsMutable(); collectionIds_.add(value); bitField0_ |= 0x00000020; @@ -1782,50 +2017,58 @@ public Builder addCollectionIds( return this; } /** + * + * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; + * * @param values The collectionIds to add. * @return This builder for chaining. */ - public Builder addAllCollectionIds( - java.lang.Iterable values) { + public Builder addAllCollectionIds(java.lang.Iterable values) { ensureCollectionIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, collectionIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, collectionIds_); bitField0_ |= 0x00000020; onChanged(); return this; } /** + * + * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; + * * @return This builder for chaining. */ public Builder clearCollectionIds() { - collectionIds_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000020);; + collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000020); + ; onChanged(); return this; } /** + * + * *
      * Which collection ids are being imported.
      * 
* * repeated string collection_ids = 6; + * * @param value The bytes of the collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIdsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureCollectionIdsIsMutable(); collectionIds_.add(value); @@ -1836,18 +2079,20 @@ public Builder addCollectionIdsBytes( private java.lang.Object inputUriPrefix_ = ""; /** + * + * *
      * The location of the documents being imported.
      * 
* * string input_uri_prefix = 7; + * * @return The inputUriPrefix. */ public java.lang.String getInputUriPrefix() { java.lang.Object ref = inputUriPrefix_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); inputUriPrefix_ = s; return s; @@ -1856,20 +2101,21 @@ public java.lang.String getInputUriPrefix() { } } /** + * + * *
      * The location of the documents being imported.
      * 
* * string input_uri_prefix = 7; + * * @return The bytes for inputUriPrefix. */ - public com.google.protobuf.ByteString - getInputUriPrefixBytes() { + public com.google.protobuf.ByteString getInputUriPrefixBytes() { java.lang.Object ref = inputUriPrefix_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); inputUriPrefix_ = b; return b; } else { @@ -1877,28 +2123,35 @@ public java.lang.String getInputUriPrefix() { } } /** + * + * *
      * The location of the documents being imported.
      * 
* * string input_uri_prefix = 7; + * * @param value The inputUriPrefix to set. * @return This builder for chaining. */ - public Builder setInputUriPrefix( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setInputUriPrefix(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } inputUriPrefix_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** + * + * *
      * The location of the documents being imported.
      * 
* * string input_uri_prefix = 7; + * * @return This builder for chaining. */ public Builder clearInputUriPrefix() { @@ -1908,17 +2161,21 @@ public Builder clearInputUriPrefix() { return this; } /** + * + * *
      * The location of the documents being imported.
      * 
* * string input_uri_prefix = 7; + * * @param value The bytes for inputUriPrefix to set. * @return This builder for chaining. */ - public Builder setInputUriPrefixBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setInputUriPrefixBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); inputUriPrefix_ = value; bitField0_ |= 0x00000040; @@ -1928,6 +2185,7 @@ public Builder setInputUriPrefixBytes( private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureNamespaceIdsIsMutable() { if (!namespaceIds_.isModifiable()) { namespaceIds_ = new com.google.protobuf.LazyStringArrayList(namespaceIds_); @@ -1935,35 +2193,43 @@ private void ensureNamespaceIdsIsMutable() { bitField0_ |= 0x00000080; } /** + * + * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; + * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList - getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { namespaceIds_.makeImmutable(); return namespaceIds_; } /** + * + * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; + * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** + * + * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -1971,31 +2237,37 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** + * + * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString - getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } /** + * + * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; + * * @param index The index to set the value at. * @param value The namespaceIds to set. * @return This builder for chaining. */ - public Builder setNamespaceIds( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNamespaceIds(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureNamespaceIdsIsMutable(); namespaceIds_.set(index, value); bitField0_ |= 0x00000080; @@ -2003,17 +2275,21 @@ public Builder setNamespaceIds( return this; } /** + * + * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; + * * @param value The namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIds( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addNamespaceIds(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); bitField0_ |= 0x00000080; @@ -2021,50 +2297,58 @@ public Builder addNamespaceIds( return this; } /** + * + * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; + * * @param values The namespaceIds to add. * @return This builder for chaining. */ - public Builder addAllNamespaceIds( - java.lang.Iterable values) { + public Builder addAllNamespaceIds(java.lang.Iterable values) { ensureNamespaceIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, namespaceIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, namespaceIds_); bitField0_ |= 0x00000080; onChanged(); return this; } /** + * + * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; + * * @return This builder for chaining. */ public Builder clearNamespaceIds() { - namespaceIds_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000080);; + namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000080); + ; onChanged(); return this; } /** + * + * *
      * Which namespace ids are being imported.
      * 
* * repeated string namespace_ids = 8; + * * @param value The bytes of the namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIdsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); @@ -2072,9 +2356,9 @@ public Builder addNamespaceIdsBytes( onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2084,12 +2368,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ImportDocumentsMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ImportDocumentsMetadata) private static final com.google.firestore.admin.v1.ImportDocumentsMetadata DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ImportDocumentsMetadata(); } @@ -2098,27 +2382,27 @@ public static com.google.firestore.admin.v1.ImportDocumentsMetadata getDefaultIn return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ImportDocumentsMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ImportDocumentsMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2133,6 +2417,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ImportDocumentsMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadataOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadataOrBuilder.java similarity index 82% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadataOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadataOrBuilder.java index 79485fe8f..9259e8391 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadataOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsMetadataOrBuilder.java @@ -1,32 +1,56 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ImportDocumentsMetadataOrBuilder extends +public interface ImportDocumentsMetadataOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ImportDocumentsMetadata) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** + * + * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** + * + * *
    * The time this operation started.
    * 
@@ -36,26 +60,34 @@ public interface ImportDocumentsMetadataOrBuilder extends com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -66,43 +98,57 @@ public interface ImportDocumentsMetadataOrBuilder extends
   com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
 
   /**
+   *
+   *
    * 
    * The state of the import operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The enum numeric value on the wire for operationState. */ int getOperationStateValue(); /** + * + * *
    * The state of the import operation.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The operationState. */ com.google.firestore.admin.v1.OperationState getOperationState(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return Whether the progressDocuments field is set. */ boolean hasProgressDocuments(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 4; + * * @return The progressDocuments. */ com.google.firestore.admin.v1.Progress getProgressDocuments(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
@@ -112,24 +158,32 @@ public interface ImportDocumentsMetadataOrBuilder extends com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return Whether the progressBytes field is set. */ boolean hasProgressBytes(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 5; + * * @return The progressBytes. */ com.google.firestore.admin.v1.Progress getProgressBytes(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
@@ -139,104 +193,129 @@ public interface ImportDocumentsMetadataOrBuilder extends com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder(); /** + * + * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; + * * @return A list containing the collectionIds. */ - java.util.List - getCollectionIdsList(); + java.util.List getCollectionIdsList(); /** + * + * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; + * * @return The count of collectionIds. */ int getCollectionIdsCount(); /** + * + * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ java.lang.String getCollectionIds(int index); /** + * + * *
    * Which collection ids are being imported.
    * 
* * repeated string collection_ids = 6; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - com.google.protobuf.ByteString - getCollectionIdsBytes(int index); + com.google.protobuf.ByteString getCollectionIdsBytes(int index); /** + * + * *
    * The location of the documents being imported.
    * 
* * string input_uri_prefix = 7; + * * @return The inputUriPrefix. */ java.lang.String getInputUriPrefix(); /** + * + * *
    * The location of the documents being imported.
    * 
* * string input_uri_prefix = 7; + * * @return The bytes for inputUriPrefix. */ - com.google.protobuf.ByteString - getInputUriPrefixBytes(); + com.google.protobuf.ByteString getInputUriPrefixBytes(); /** + * + * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; + * * @return A list containing the namespaceIds. */ - java.util.List - getNamespaceIdsList(); + java.util.List getNamespaceIdsList(); /** + * + * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; + * * @return The count of namespaceIds. */ int getNamespaceIdsCount(); /** + * + * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ java.lang.String getNamespaceIds(int index); /** + * + * *
    * Which namespace ids are being imported.
    * 
* * repeated string namespace_ids = 8; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - com.google.protobuf.ByteString - getNamespaceIdsBytes(int index); + com.google.protobuf.ByteString getNamespaceIdsBytes(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequest.java similarity index 74% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequest.java index 56d46d91c..7e7e7723c 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.ImportDocuments][google.firestore.admin.v1.FirestoreAdmin.ImportDocuments].
@@ -12,54 +29,60 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ImportDocumentsRequest}
  */
-public final class ImportDocumentsRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ImportDocumentsRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ImportDocumentsRequest)
     ImportDocumentsRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ImportDocumentsRequest.newBuilder() to construct.
   private ImportDocumentsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ImportDocumentsRequest() {
     name_ = "";
-    collectionIds_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
+    collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
     inputUriPrefix_ = "";
-    namespaceIds_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
+    namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ImportDocumentsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ImportDocumentsRequest.class, com.google.firestore.admin.v1.ImportDocumentsRequest.Builder.class);
+            com.google.firestore.admin.v1.ImportDocumentsRequest.class,
+            com.google.firestore.admin.v1.ImportDocumentsRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Required. Database to import into. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -68,30 +91,32 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. Database to import into. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -100,41 +125,50 @@ public java.lang.String getName() { } public static final int COLLECTION_IDS_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * Which collection ids to import. Unspecified means all collections included
    * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList - getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList getCollectionIdsList() { return collectionIds_; } /** + * + * *
    * Which collection ids to import. Unspecified means all collections included
    * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** + * + * *
    * Which collection ids to import. Unspecified means all collections included
    * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -142,24 +176,29 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** + * + * *
    * Which collection ids to import. Unspecified means all collections included
    * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString - getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } public static final int INPUT_URI_PREFIX_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private volatile java.lang.Object inputUriPrefix_ = ""; /** + * + * *
    * Location of the exported files.
    * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -169,6 +208,7 @@ public java.lang.String getCollectionIds(int index) {
    * 
* * string input_uri_prefix = 3; + * * @return The inputUriPrefix. */ @java.lang.Override @@ -177,14 +217,15 @@ public java.lang.String getInputUriPrefix() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); inputUriPrefix_ = s; return s; } } /** + * + * *
    * Location of the exported files.
    * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -194,16 +235,15 @@ public java.lang.String getInputUriPrefix() {
    * 
* * string input_uri_prefix = 3; + * * @return The bytes for inputUriPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString - getInputUriPrefixBytes() { + public com.google.protobuf.ByteString getInputUriPrefixBytes() { java.lang.Object ref = inputUriPrefix_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); inputUriPrefix_ = b; return b; } else { @@ -212,10 +252,13 @@ public java.lang.String getInputUriPrefix() { } public static final int NAMESPACE_IDS_FIELD_NUMBER = 4; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -226,13 +269,15 @@ public java.lang.String getInputUriPrefix() {
    * 
* * repeated string namespace_ids = 4; + * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList - getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { return namespaceIds_; } /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -243,12 +288,15 @@ public java.lang.String getInputUriPrefix() {
    * 
* * repeated string namespace_ids = 4; + * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -259,6 +307,7 @@ public int getNamespaceIdsCount() {
    * 
* * repeated string namespace_ids = 4; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -266,6 +315,8 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -276,15 +327,16 @@ public java.lang.String getNamespaceIds(int index) {
    * 
* * repeated string namespace_ids = 4; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString - getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -296,8 +348,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -349,21 +400,18 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ImportDocumentsRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.ImportDocumentsRequest other = (com.google.firestore.admin.v1.ImportDocumentsRequest) obj; + com.google.firestore.admin.v1.ImportDocumentsRequest other = + (com.google.firestore.admin.v1.ImportDocumentsRequest) obj; - if (!getName() - .equals(other.getName())) return false; - if (!getCollectionIdsList() - .equals(other.getCollectionIdsList())) return false; - if (!getInputUriPrefix() - .equals(other.getInputUriPrefix())) return false; - if (!getNamespaceIdsList() - .equals(other.getNamespaceIdsList())) return false; + if (!getName().equals(other.getName())) return false; + if (!getCollectionIdsList().equals(other.getCollectionIdsList())) return false; + if (!getInputUriPrefix().equals(other.getInputUriPrefix())) return false; + if (!getNamespaceIdsList().equals(other.getNamespaceIdsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -393,98 +441,103 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ImportDocumentsRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ImportDocumentsRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ImportDocumentsRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ImportDocumentsRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.ImportDocumentsRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.ImportDocuments][google.firestore.admin.v1.FirestoreAdmin.ImportDocuments].
@@ -492,50 +545,47 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.ImportDocumentsRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ImportDocumentsRequest)
       com.google.firestore.admin.v1.ImportDocumentsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ImportDocumentsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ImportDocumentsRequest.class, com.google.firestore.admin.v1.ImportDocumentsRequest.Builder.class);
+              com.google.firestore.admin.v1.ImportDocumentsRequest.class,
+              com.google.firestore.admin.v1.ImportDocumentsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ImportDocumentsRequest.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
       bitField0_ = 0;
       name_ = "";
-      collectionIds_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
+      collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
       inputUriPrefix_ = "";
-      namespaceIds_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
+      namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
       return this;
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ImportDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -554,8 +604,11 @@ public com.google.firestore.admin.v1.ImportDocumentsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ImportDocumentsRequest buildPartial() {
-      com.google.firestore.admin.v1.ImportDocumentsRequest result = new com.google.firestore.admin.v1.ImportDocumentsRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.ImportDocumentsRequest result =
+          new com.google.firestore.admin.v1.ImportDocumentsRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -582,38 +635,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ImportDocumentsRequest
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ImportDocumentsRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.ImportDocumentsRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.ImportDocumentsRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -621,7 +675,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ImportDocumentsRequest other) {
-      if (other == com.google.firestore.admin.v1.ImportDocumentsRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.ImportDocumentsRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         bitField0_ |= 0x00000001;
@@ -678,34 +733,39 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureCollectionIdsIsMutable();
-              collectionIds_.add(s);
-              break;
-            } // case 18
-            case 26: {
-              inputUriPrefix_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            case 34: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureNamespaceIdsIsMutable();
-              namespaceIds_.add(s);
-              break;
-            } // case 34
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureCollectionIdsIsMutable();
+                collectionIds_.add(s);
+                break;
+              } // case 18
+            case 26:
+              {
+                inputUriPrefix_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            case 34:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureNamespaceIdsIsMutable();
+                namespaceIds_.add(s);
+                break;
+              } // case 34
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -715,23 +775,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. Database to import into. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -740,21 +805,24 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Database to import into. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -762,30 +830,41 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Database to import into. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. Database to import into. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { @@ -795,18 +874,24 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. Database to import into. Should be of the form:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -816,6 +901,7 @@ public Builder setNameBytes( private com.google.protobuf.LazyStringArrayList collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureCollectionIdsIsMutable() { if (!collectionIds_.isModifiable()) { collectionIds_ = new com.google.protobuf.LazyStringArrayList(collectionIds_); @@ -823,38 +909,46 @@ private void ensureCollectionIdsIsMutable() { bitField0_ |= 0x00000002; } /** + * + * *
      * Which collection ids to import. Unspecified means all collections included
      * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList - getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList getCollectionIdsList() { collectionIds_.makeImmutable(); return collectionIds_; } /** + * + * *
      * Which collection ids to import. Unspecified means all collections included
      * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** + * + * *
      * Which collection ids to import. Unspecified means all collections included
      * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -862,33 +956,39 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** + * + * *
      * Which collection ids to import. Unspecified means all collections included
      * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString - getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } /** + * + * *
      * Which collection ids to import. Unspecified means all collections included
      * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @param index The index to set the value at. * @param value The collectionIds to set. * @return This builder for chaining. */ - public Builder setCollectionIds( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setCollectionIds(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureCollectionIdsIsMutable(); collectionIds_.set(index, value); bitField0_ |= 0x00000002; @@ -896,18 +996,22 @@ public Builder setCollectionIds( return this; } /** + * + * *
      * Which collection ids to import. Unspecified means all collections included
      * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @param value The collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIds( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addCollectionIds(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureCollectionIdsIsMutable(); collectionIds_.add(value); bitField0_ |= 0x00000002; @@ -915,53 +1019,61 @@ public Builder addCollectionIds( return this; } /** + * + * *
      * Which collection ids to import. Unspecified means all collections included
      * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @param values The collectionIds to add. * @return This builder for chaining. */ - public Builder addAllCollectionIds( - java.lang.Iterable values) { + public Builder addAllCollectionIds(java.lang.Iterable values) { ensureCollectionIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, collectionIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, collectionIds_); bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * Which collection ids to import. Unspecified means all collections included
      * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @return This builder for chaining. */ public Builder clearCollectionIds() { - collectionIds_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000002);; + collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + ; onChanged(); return this; } /** + * + * *
      * Which collection ids to import. Unspecified means all collections included
      * in the import. Each collection id in this list must be unique.
      * 
* * repeated string collection_ids = 2; + * * @param value The bytes of the collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIdsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureCollectionIdsIsMutable(); collectionIds_.add(value); @@ -972,6 +1084,8 @@ public Builder addCollectionIdsBytes( private java.lang.Object inputUriPrefix_ = ""; /** + * + * *
      * Location of the exported files.
      * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -981,13 +1095,13 @@ public Builder addCollectionIdsBytes(
      * 
* * string input_uri_prefix = 3; + * * @return The inputUriPrefix. */ public java.lang.String getInputUriPrefix() { java.lang.Object ref = inputUriPrefix_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); inputUriPrefix_ = s; return s; @@ -996,6 +1110,8 @@ public java.lang.String getInputUriPrefix() { } } /** + * + * *
      * Location of the exported files.
      * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -1005,15 +1121,14 @@ public java.lang.String getInputUriPrefix() {
      * 
* * string input_uri_prefix = 3; + * * @return The bytes for inputUriPrefix. */ - public com.google.protobuf.ByteString - getInputUriPrefixBytes() { + public com.google.protobuf.ByteString getInputUriPrefixBytes() { java.lang.Object ref = inputUriPrefix_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); inputUriPrefix_ = b; return b; } else { @@ -1021,6 +1136,8 @@ public java.lang.String getInputUriPrefix() { } } /** + * + * *
      * Location of the exported files.
      * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -1030,18 +1147,22 @@ public java.lang.String getInputUriPrefix() {
      * 
* * string input_uri_prefix = 3; + * * @param value The inputUriPrefix to set. * @return This builder for chaining. */ - public Builder setInputUriPrefix( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setInputUriPrefix(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } inputUriPrefix_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** + * + * *
      * Location of the exported files.
      * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -1051,6 +1172,7 @@ public Builder setInputUriPrefix(
      * 
* * string input_uri_prefix = 3; + * * @return This builder for chaining. */ public Builder clearInputUriPrefix() { @@ -1060,6 +1182,8 @@ public Builder clearInputUriPrefix() { return this; } /** + * + * *
      * Location of the exported files.
      * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -1069,12 +1193,14 @@ public Builder clearInputUriPrefix() {
      * 
* * string input_uri_prefix = 3; + * * @param value The bytes for inputUriPrefix to set. * @return This builder for chaining. */ - public Builder setInputUriPrefixBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setInputUriPrefixBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); inputUriPrefix_ = value; bitField0_ |= 0x00000004; @@ -1084,6 +1210,7 @@ public Builder setInputUriPrefixBytes( private com.google.protobuf.LazyStringArrayList namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureNamespaceIdsIsMutable() { if (!namespaceIds_.isModifiable()) { namespaceIds_ = new com.google.protobuf.LazyStringArrayList(namespaceIds_); @@ -1091,6 +1218,8 @@ private void ensureNamespaceIdsIsMutable() { bitField0_ |= 0x00000008; } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1101,14 +1230,16 @@ private void ensureNamespaceIdsIsMutable() {
      * 
* * repeated string namespace_ids = 4; + * * @return A list containing the namespaceIds. */ - public com.google.protobuf.ProtocolStringList - getNamespaceIdsList() { + public com.google.protobuf.ProtocolStringList getNamespaceIdsList() { namespaceIds_.makeImmutable(); return namespaceIds_; } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1119,12 +1250,15 @@ private void ensureNamespaceIdsIsMutable() {
      * 
* * repeated string namespace_ids = 4; + * * @return The count of namespaceIds. */ public int getNamespaceIdsCount() { return namespaceIds_.size(); } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1135,6 +1269,7 @@ public int getNamespaceIdsCount() {
      * 
* * repeated string namespace_ids = 4; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ @@ -1142,6 +1277,8 @@ public java.lang.String getNamespaceIds(int index) { return namespaceIds_.get(index); } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1152,14 +1289,16 @@ public java.lang.String getNamespaceIds(int index) {
      * 
* * repeated string namespace_ids = 4; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - public com.google.protobuf.ByteString - getNamespaceIdsBytes(int index) { + public com.google.protobuf.ByteString getNamespaceIdsBytes(int index) { return namespaceIds_.getByteString(index); } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1170,13 +1309,15 @@ public java.lang.String getNamespaceIds(int index) {
      * 
* * repeated string namespace_ids = 4; + * * @param index The index to set the value at. * @param value The namespaceIds to set. * @return This builder for chaining. */ - public Builder setNamespaceIds( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNamespaceIds(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureNamespaceIdsIsMutable(); namespaceIds_.set(index, value); bitField0_ |= 0x00000008; @@ -1184,6 +1325,8 @@ public Builder setNamespaceIds( return this; } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1194,12 +1337,14 @@ public Builder setNamespaceIds(
      * 
* * repeated string namespace_ids = 4; + * * @param value The namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIds( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addNamespaceIds(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); bitField0_ |= 0x00000008; @@ -1207,6 +1352,8 @@ public Builder addNamespaceIds( return this; } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1217,19 +1364,20 @@ public Builder addNamespaceIds(
      * 
* * repeated string namespace_ids = 4; + * * @param values The namespaceIds to add. * @return This builder for chaining. */ - public Builder addAllNamespaceIds( - java.lang.Iterable values) { + public Builder addAllNamespaceIds(java.lang.Iterable values) { ensureNamespaceIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, namespaceIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, namespaceIds_); bitField0_ |= 0x00000008; onChanged(); return this; } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1240,16 +1388,19 @@ public Builder addAllNamespaceIds(
      * 
* * repeated string namespace_ids = 4; + * * @return This builder for chaining. */ public Builder clearNamespaceIds() { - namespaceIds_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000008);; + namespaceIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000008); + ; onChanged(); return this; } /** + * + * *
      * An empty list represents all namespaces. This is the preferred
      * usage for databases that don't use namespaces.
@@ -1260,12 +1411,14 @@ public Builder clearNamespaceIds() {
      * 
* * repeated string namespace_ids = 4; + * * @param value The bytes of the namespaceIds to add. * @return This builder for chaining. */ - public Builder addNamespaceIdsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addNamespaceIdsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureNamespaceIdsIsMutable(); namespaceIds_.add(value); @@ -1273,9 +1426,9 @@ public Builder addNamespaceIdsBytes( onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1285,12 +1438,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ImportDocumentsRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ImportDocumentsRequest) private static final com.google.firestore.admin.v1.ImportDocumentsRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ImportDocumentsRequest(); } @@ -1299,27 +1452,27 @@ public static com.google.firestore.admin.v1.ImportDocumentsRequest getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ImportDocumentsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ImportDocumentsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1334,6 +1487,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ImportDocumentsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequestOrBuilder.java similarity index 78% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequestOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequestOrBuilder.java index 06fdba43c..912935b15 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequestOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ImportDocumentsRequestOrBuilder.java @@ -1,81 +1,118 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ImportDocumentsRequestOrBuilder extends +public interface ImportDocumentsRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ImportDocumentsRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. Database to import into. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Required. Database to import into. Should be of the form:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * Which collection ids to import. Unspecified means all collections included
    * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @return A list containing the collectionIds. */ - java.util.List - getCollectionIdsList(); + java.util.List getCollectionIdsList(); /** + * + * *
    * Which collection ids to import. Unspecified means all collections included
    * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @return The count of collectionIds. */ int getCollectionIdsCount(); /** + * + * *
    * Which collection ids to import. Unspecified means all collections included
    * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ java.lang.String getCollectionIds(int index); /** + * + * *
    * Which collection ids to import. Unspecified means all collections included
    * in the import. Each collection id in this list must be unique.
    * 
* * repeated string collection_ids = 2; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - com.google.protobuf.ByteString - getCollectionIdsBytes(int index); + com.google.protobuf.ByteString getCollectionIdsBytes(int index); /** + * + * *
    * Location of the exported files.
    * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -85,10 +122,13 @@ public interface ImportDocumentsRequestOrBuilder extends
    * 
* * string input_uri_prefix = 3; + * * @return The inputUriPrefix. */ java.lang.String getInputUriPrefix(); /** + * + * *
    * Location of the exported files.
    * This must match the output_uri_prefix of an ExportDocumentsResponse from
@@ -98,12 +138,14 @@ public interface ImportDocumentsRequestOrBuilder extends
    * 
* * string input_uri_prefix = 3; + * * @return The bytes for inputUriPrefix. */ - com.google.protobuf.ByteString - getInputUriPrefixBytes(); + com.google.protobuf.ByteString getInputUriPrefixBytes(); /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -114,11 +156,13 @@ public interface ImportDocumentsRequestOrBuilder extends
    * 
* * repeated string namespace_ids = 4; + * * @return A list containing the namespaceIds. */ - java.util.List - getNamespaceIdsList(); + java.util.List getNamespaceIdsList(); /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -129,10 +173,13 @@ public interface ImportDocumentsRequestOrBuilder extends
    * 
* * repeated string namespace_ids = 4; + * * @return The count of namespaceIds. */ int getNamespaceIdsCount(); /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -143,11 +190,14 @@ public interface ImportDocumentsRequestOrBuilder extends
    * 
* * repeated string namespace_ids = 4; + * * @param index The index of the element to return. * @return The namespaceIds at the given index. */ java.lang.String getNamespaceIds(int index); /** + * + * *
    * An empty list represents all namespaces. This is the preferred
    * usage for databases that don't use namespaces.
@@ -158,9 +208,9 @@ public interface ImportDocumentsRequestOrBuilder extends
    * 
* * repeated string namespace_ids = 4; + * * @param index The index of the value to return. * @return The bytes of the namespaceIds at the given index. */ - com.google.protobuf.ByteString - getNamespaceIdsBytes(int index); + com.google.protobuf.ByteString getNamespaceIdsBytes(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Index.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Index.java similarity index 76% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Index.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Index.java index 2ce9cfe23..435dbcf87 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Index.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Index.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/index.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * Cloud Firestore indexes enable simple and complex queries against
  * documents in a database.
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.Index}
  */
-public final class Index extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class Index extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Index)
     IndexOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use Index.newBuilder() to construct.
   private Index(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private Index() {
     name_ = "";
     queryScope_ = 0;
@@ -31,25 +49,28 @@ private Index() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new Index();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.IndexProto
+        .internal_static_google_firestore_admin_v1_Index_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_fieldAccessorTable
+    return com.google.firestore.admin.v1.IndexProto
+        .internal_static_google_firestore_admin_v1_Index_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.Index.class, com.google.firestore.admin.v1.Index.Builder.class);
+            com.google.firestore.admin.v1.Index.class,
+            com.google.firestore.admin.v1.Index.Builder.class);
   }
 
   /**
+   *
+   *
    * 
    * Query Scope defines the scope at which a query is run. This is specified on
    * a StructuredQuery's `from` field.
@@ -57,9 +78,10 @@ protected java.lang.Object newInstance(
    *
    * Protobuf enum {@code google.firestore.admin.v1.Index.QueryScope}
    */
-  public enum QueryScope
-      implements com.google.protobuf.ProtocolMessageEnum {
+  public enum QueryScope implements com.google.protobuf.ProtocolMessageEnum {
     /**
+     *
+     *
      * 
      * The query scope is unspecified. Not a valid option.
      * 
@@ -68,6 +90,8 @@ public enum QueryScope */ QUERY_SCOPE_UNSPECIFIED(0), /** + * + * *
      * Indexes with a collection query scope specified allow queries
      * against a collection that is the child of a specific document, specified
@@ -78,6 +102,8 @@ public enum QueryScope
      */
     COLLECTION(1),
     /**
+     *
+     *
      * 
      * Indexes with a collection group query scope specified allow queries
      * against all collections that has the collection id specified by the
@@ -88,6 +114,8 @@ public enum QueryScope
      */
     COLLECTION_GROUP(2),
     /**
+     *
+     *
      * 
      * Include all the collections's ancestor in the index. Only available for
      * Datastore Mode databases.
@@ -100,6 +128,8 @@ public enum QueryScope
     ;
 
     /**
+     *
+     *
      * 
      * The query scope is unspecified. Not a valid option.
      * 
@@ -108,6 +138,8 @@ public enum QueryScope */ public static final int QUERY_SCOPE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * Indexes with a collection query scope specified allow queries
      * against a collection that is the child of a specific document, specified
@@ -118,6 +150,8 @@ public enum QueryScope
      */
     public static final int COLLECTION_VALUE = 1;
     /**
+     *
+     *
      * 
      * Indexes with a collection group query scope specified allow queries
      * against all collections that has the collection id specified by the
@@ -128,6 +162,8 @@ public enum QueryScope
      */
     public static final int COLLECTION_GROUP_VALUE = 2;
     /**
+     *
+     *
      * 
      * Include all the collections's ancestor in the index. Only available for
      * Datastore Mode databases.
@@ -137,7 +173,6 @@ public enum QueryScope
      */
     public static final int COLLECTION_RECURSIVE_VALUE = 3;
 
-
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -162,50 +197,51 @@ public static QueryScope valueOf(int value) {
      */
     public static QueryScope forNumber(int value) {
       switch (value) {
-        case 0: return QUERY_SCOPE_UNSPECIFIED;
-        case 1: return COLLECTION;
-        case 2: return COLLECTION_GROUP;
-        case 3: return COLLECTION_RECURSIVE;
-        default: return null;
+        case 0:
+          return QUERY_SCOPE_UNSPECIFIED;
+        case 1:
+          return COLLECTION;
+        case 2:
+          return COLLECTION_GROUP;
+        case 3:
+          return COLLECTION_RECURSIVE;
+        default:
+          return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap
-        internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
       return internalValueMap;
     }
-    private static final com.google.protobuf.Internal.EnumLiteMap<
-        QueryScope> internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public QueryScope findValueByNumber(int number) {
-              return QueryScope.forNumber(number);
-            }
-          };
 
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor
-        getValueDescriptor() {
+    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public QueryScope findValueByNumber(int number) {
+            return QueryScope.forNumber(number);
+          }
+        };
+
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-    public final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptorForType() {
+
+    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
       return getDescriptor();
     }
-    public static final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptor() {
+
+    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
       return com.google.firestore.admin.v1.Index.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final QueryScope[] VALUES = values();
 
-    public static QueryScope valueOf(
-        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static QueryScope valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException(
-          "EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -223,6 +259,8 @@ private QueryScope(int value) {
   }
 
   /**
+   *
+   *
    * 
    * API Scope defines the APIs (Firestore Native, or Firestore in
    * Datastore Mode) that are supported for queries.
@@ -230,9 +268,10 @@ private QueryScope(int value) {
    *
    * Protobuf enum {@code google.firestore.admin.v1.Index.ApiScope}
    */
-  public enum ApiScope
-      implements com.google.protobuf.ProtocolMessageEnum {
+  public enum ApiScope implements com.google.protobuf.ProtocolMessageEnum {
     /**
+     *
+     *
      * 
      * The index can only be used by the Firestore Native query API.
      * This is the default.
@@ -242,6 +281,8 @@ public enum ApiScope
      */
     ANY_API(0),
     /**
+     *
+     *
      * 
      * The index can only be used by the Firestore in Datastore Mode query API.
      * 
@@ -253,6 +294,8 @@ public enum ApiScope ; /** + * + * *
      * The index can only be used by the Firestore Native query API.
      * This is the default.
@@ -262,6 +305,8 @@ public enum ApiScope
      */
     public static final int ANY_API_VALUE = 0;
     /**
+     *
+     *
      * 
      * The index can only be used by the Firestore in Datastore Mode query API.
      * 
@@ -270,7 +315,6 @@ public enum ApiScope */ public static final int DATASTORE_MODE_API_VALUE = 1; - public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -295,48 +339,47 @@ public static ApiScope valueOf(int value) { */ public static ApiScope forNumber(int value) { switch (value) { - case 0: return ANY_API; - case 1: return DATASTORE_MODE_API; - default: return null; + case 0: + return ANY_API; + case 1: + return DATASTORE_MODE_API; + default: + return null; } } - public static com.google.protobuf.Internal.EnumLiteMap - internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static final com.google.protobuf.Internal.EnumLiteMap< - ApiScope> internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public ApiScope findValueByNumber(int number) { - return ApiScope.forNumber(number); - } - }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor - getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public ApiScope findValueByNumber(int number) { + return ApiScope.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - public final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptorForType() { + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptor() { + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.firestore.admin.v1.Index.getDescriptor().getEnumTypes().get(1); } private static final ApiScope[] VALUES = values(); - public static ApiScope valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static ApiScope valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException( - "EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -354,6 +397,8 @@ private ApiScope(int value) { } /** + * + * *
    * The state of an index. During index creation, an index will be in the
    * `CREATING` state. If the index is created successfully, it will transition
@@ -363,9 +408,10 @@ private ApiScope(int value) {
    *
    * Protobuf enum {@code google.firestore.admin.v1.Index.State}
    */
-  public enum State
-      implements com.google.protobuf.ProtocolMessageEnum {
+  public enum State implements com.google.protobuf.ProtocolMessageEnum {
     /**
+     *
+     *
      * 
      * The state is unspecified.
      * 
@@ -374,6 +420,8 @@ public enum State */ STATE_UNSPECIFIED(0), /** + * + * *
      * The index is being created.
      * There is an active long-running operation for the index.
@@ -385,6 +433,8 @@ public enum State
      */
     CREATING(1),
     /**
+     *
+     *
      * 
      * The index is ready to be used.
      * The index is updated when writing a document.
@@ -395,6 +445,8 @@ public enum State
      */
     READY(2),
     /**
+     *
+     *
      * 
      * The index was being created, but something went wrong.
      * There is no active long-running operation for the index,
@@ -413,6 +465,8 @@ public enum State
     ;
 
     /**
+     *
+     *
      * 
      * The state is unspecified.
      * 
@@ -421,6 +475,8 @@ public enum State */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * The index is being created.
      * There is an active long-running operation for the index.
@@ -432,6 +488,8 @@ public enum State
      */
     public static final int CREATING_VALUE = 1;
     /**
+     *
+     *
      * 
      * The index is ready to be used.
      * The index is updated when writing a document.
@@ -442,6 +500,8 @@ public enum State
      */
     public static final int READY_VALUE = 2;
     /**
+     *
+     *
      * 
      * The index was being created, but something went wrong.
      * There is no active long-running operation for the index,
@@ -457,7 +517,6 @@ public enum State
      */
     public static final int NEEDS_REPAIR_VALUE = 3;
 
-
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -482,50 +541,51 @@ public static State valueOf(int value) {
      */
     public static State forNumber(int value) {
       switch (value) {
-        case 0: return STATE_UNSPECIFIED;
-        case 1: return CREATING;
-        case 2: return READY;
-        case 3: return NEEDS_REPAIR;
-        default: return null;
+        case 0:
+          return STATE_UNSPECIFIED;
+        case 1:
+          return CREATING;
+        case 2:
+          return READY;
+        case 3:
+          return NEEDS_REPAIR;
+        default:
+          return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap
-        internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
       return internalValueMap;
     }
-    private static final com.google.protobuf.Internal.EnumLiteMap<
-        State> internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public State findValueByNumber(int number) {
-              return State.forNumber(number);
-            }
-          };
 
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor
-        getValueDescriptor() {
+    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public State findValueByNumber(int number) {
+            return State.forNumber(number);
+          }
+        };
+
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-    public final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptorForType() {
+
+    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
       return getDescriptor();
     }
-    public static final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptor() {
+
+    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
       return com.google.firestore.admin.v1.Index.getDescriptor().getEnumTypes().get(2);
     }
 
     private static final State[] VALUES = values();
 
-    public static State valueOf(
-        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException(
-          "EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -542,11 +602,14 @@ private State(int value) {
     // @@protoc_insertion_point(enum_scope:google.firestore.admin.v1.Index.State)
   }
 
-  public interface IndexFieldOrBuilder extends
+  public interface IndexFieldOrBuilder
+      extends
       // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Index.IndexField)
       com.google.protobuf.MessageOrBuilder {
 
     /**
+     *
+     *
      * 
      * Can be __name__.
      * For single field indexes, this must match the name of the field or may
@@ -554,10 +617,13 @@ public interface IndexFieldOrBuilder extends
      * 
* * string field_path = 1; + * * @return The fieldPath. */ java.lang.String getFieldPath(); /** + * + * *
      * Can be __name__.
      * For single field indexes, this must match the name of the field or may
@@ -565,91 +631,117 @@ public interface IndexFieldOrBuilder extends
      * 
* * string field_path = 1; + * * @return The bytes for fieldPath. */ - com.google.protobuf.ByteString - getFieldPathBytes(); + com.google.protobuf.ByteString getFieldPathBytes(); /** + * + * *
      * Indicates that this field supports ordering by the specified order or
      * comparing using =, !=, <, <=, >, >=.
      * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; + * * @return Whether the order field is set. */ boolean hasOrder(); /** + * + * *
      * Indicates that this field supports ordering by the specified order or
      * comparing using =, !=, <, <=, >, >=.
      * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; + * * @return The enum numeric value on the wire for order. */ int getOrderValue(); /** + * + * *
      * Indicates that this field supports ordering by the specified order or
      * comparing using =, !=, <, <=, >, >=.
      * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; + * * @return The order. */ com.google.firestore.admin.v1.Index.IndexField.Order getOrder(); /** + * + * *
      * Indicates that this field supports operations on `array_value`s.
      * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; + * * @return Whether the arrayConfig field is set. */ boolean hasArrayConfig(); /** + * + * *
      * Indicates that this field supports operations on `array_value`s.
      * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; + * * @return The enum numeric value on the wire for arrayConfig. */ int getArrayConfigValue(); /** + * + * *
      * Indicates that this field supports operations on `array_value`s.
      * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; + * * @return The arrayConfig. */ com.google.firestore.admin.v1.Index.IndexField.ArrayConfig getArrayConfig(); /** + * + * *
      * Indicates that this field supports nearest neighbor and distance
      * operations on vector.
      * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; + * * @return Whether the vectorConfig field is set. */ boolean hasVectorConfig(); /** + * + * *
      * Indicates that this field supports nearest neighbor and distance
      * operations on vector.
      * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; + * * @return The vectorConfig. */ com.google.firestore.admin.v1.Index.IndexField.VectorConfig getVectorConfig(); /** + * + * *
      * Indicates that this field supports nearest neighbor and distance
      * operations on vector.
@@ -662,6 +754,8 @@ public interface IndexFieldOrBuilder extends
     com.google.firestore.admin.v1.Index.IndexField.ValueModeCase getValueModeCase();
   }
   /**
+   *
+   *
    * 
    * A field in an index.
    * The field_path describes which field is indexed, the value_mode describes
@@ -670,49 +764,54 @@ public interface IndexFieldOrBuilder extends
    *
    * Protobuf type {@code google.firestore.admin.v1.Index.IndexField}
    */
-  public static final class IndexField extends
-      com.google.protobuf.GeneratedMessageV3 implements
+  public static final class IndexField extends com.google.protobuf.GeneratedMessageV3
+      implements
       // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Index.IndexField)
       IndexFieldOrBuilder {
-  private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
     // Use IndexField.newBuilder() to construct.
     private IndexField(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
+
     private IndexField() {
       fieldPath_ = "";
     }
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(
-        UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
       return new IndexField();
     }
 
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.IndexProto
+          .internal_static_google_firestore_admin_v1_Index_IndexField_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable
+      return com.google.firestore.admin.v1.IndexProto
+          .internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.Index.IndexField.class, com.google.firestore.admin.v1.Index.IndexField.Builder.class);
+              com.google.firestore.admin.v1.Index.IndexField.class,
+              com.google.firestore.admin.v1.Index.IndexField.Builder.class);
     }
 
     /**
+     *
+     *
      * 
      * The supported orderings.
      * 
* * Protobuf enum {@code google.firestore.admin.v1.Index.IndexField.Order} */ - public enum Order - implements com.google.protobuf.ProtocolMessageEnum { + public enum Order implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
        * The ordering is unspecified. Not a valid option.
        * 
@@ -721,6 +820,8 @@ public enum Order */ ORDER_UNSPECIFIED(0), /** + * + * *
        * The field is ordered by ascending field value.
        * 
@@ -729,6 +830,8 @@ public enum Order */ ASCENDING(1), /** + * + * *
        * The field is ordered by descending field value.
        * 
@@ -740,6 +843,8 @@ public enum Order ; /** + * + * *
        * The ordering is unspecified. Not a valid option.
        * 
@@ -748,6 +853,8 @@ public enum Order */ public static final int ORDER_UNSPECIFIED_VALUE = 0; /** + * + * *
        * The field is ordered by ascending field value.
        * 
@@ -756,6 +863,8 @@ public enum Order */ public static final int ASCENDING_VALUE = 1; /** + * + * *
        * The field is ordered by descending field value.
        * 
@@ -764,7 +873,6 @@ public enum Order */ public static final int DESCENDING_VALUE = 2; - public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -789,49 +897,49 @@ public static Order valueOf(int value) { */ public static Order forNumber(int value) { switch (value) { - case 0: return ORDER_UNSPECIFIED; - case 1: return ASCENDING; - case 2: return DESCENDING; - default: return null; + case 0: + return ORDER_UNSPECIFIED; + case 1: + return ASCENDING; + case 2: + return DESCENDING; + default: + return null; } } - public static com.google.protobuf.Internal.EnumLiteMap - internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static final com.google.protobuf.Internal.EnumLiteMap< - Order> internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public Order findValueByNumber(int number) { - return Order.forNumber(number); - } - }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor - getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Order findValueByNumber(int number) { + return Order.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - public final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptorForType() { + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptor() { + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.firestore.admin.v1.Index.IndexField.getDescriptor().getEnumTypes().get(0); } private static final Order[] VALUES = values(); - public static Order valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static Order valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException( - "EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -849,15 +957,18 @@ private Order(int value) { } /** + * + * *
      * The supported array value configurations.
      * 
* * Protobuf enum {@code google.firestore.admin.v1.Index.IndexField.ArrayConfig} */ - public enum ArrayConfig - implements com.google.protobuf.ProtocolMessageEnum { + public enum ArrayConfig implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
        * The index does not support additional array queries.
        * 
@@ -866,6 +977,8 @@ public enum ArrayConfig */ ARRAY_CONFIG_UNSPECIFIED(0), /** + * + * *
        * The index supports array containment queries.
        * 
@@ -877,6 +990,8 @@ public enum ArrayConfig ; /** + * + * *
        * The index does not support additional array queries.
        * 
@@ -885,6 +1000,8 @@ public enum ArrayConfig */ public static final int ARRAY_CONFIG_UNSPECIFIED_VALUE = 0; /** + * + * *
        * The index supports array containment queries.
        * 
@@ -893,7 +1010,6 @@ public enum ArrayConfig */ public static final int CONTAINS_VALUE = 1; - public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -918,48 +1034,47 @@ public static ArrayConfig valueOf(int value) { */ public static ArrayConfig forNumber(int value) { switch (value) { - case 0: return ARRAY_CONFIG_UNSPECIFIED; - case 1: return CONTAINS; - default: return null; + case 0: + return ARRAY_CONFIG_UNSPECIFIED; + case 1: + return CONTAINS; + default: + return null; } } - public static com.google.protobuf.Internal.EnumLiteMap - internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static final com.google.protobuf.Internal.EnumLiteMap< - ArrayConfig> internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public ArrayConfig findValueByNumber(int number) { - return ArrayConfig.forNumber(number); - } - }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor - getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public ArrayConfig findValueByNumber(int number) { + return ArrayConfig.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - public final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptorForType() { + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptor() { + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.firestore.admin.v1.Index.IndexField.getDescriptor().getEnumTypes().get(1); } private static final ArrayConfig[] VALUES = values(); - public static ArrayConfig valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static ArrayConfig valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException( - "EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -976,11 +1091,14 @@ private ArrayConfig(int value) { // @@protoc_insertion_point(enum_scope:google.firestore.admin.v1.Index.IndexField.ArrayConfig) } - public interface VectorConfigOrBuilder extends + public interface VectorConfigOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Index.IndexField.VectorConfig) com.google.protobuf.MessageOrBuilder { /** + * + * *
        * Required. The vector dimension this configuration applies to.
        *
@@ -989,83 +1107,98 @@ public interface VectorConfigOrBuilder extends
        * 
* * int32 dimension = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The dimension. */ int getDimension(); /** + * + * *
        * Indicates the vector index is a flat index.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; + * * @return Whether the flat field is set. */ boolean hasFlat(); /** + * + * *
        * Indicates the vector index is a flat index.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; + * * @return The flat. */ com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex getFlat(); /** + * + * *
        * Indicates the vector index is a flat index.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder getFlatOrBuilder(); + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder + getFlatOrBuilder(); com.google.firestore.admin.v1.Index.IndexField.VectorConfig.TypeCase getTypeCase(); } /** + * + * *
      * The index configuration to support vector search operations
      * 
* * Protobuf type {@code google.firestore.admin.v1.Index.IndexField.VectorConfig} */ - public static final class VectorConfig extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class VectorConfig extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Index.IndexField.VectorConfig) VectorConfigOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use VectorConfig.newBuilder() to construct. private VectorConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private VectorConfig() { - } + + private VectorConfig() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new VectorConfig(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.IndexProto + .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable + return com.google.firestore.admin.v1.IndexProto + .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.class, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder.class); + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.class, + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder.class); } - public interface FlatIndexOrBuilder extends + public interface FlatIndexOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) - com.google.protobuf.MessageOrBuilder { - } + com.google.protobuf.MessageOrBuilder {} /** + * + * *
        * An index that stores vectors in a flat data structure, and supports
        * exhaustive search.
@@ -1073,39 +1206,42 @@ public interface FlatIndexOrBuilder extends
        *
        * Protobuf type {@code google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex}
        */
-      public static final class FlatIndex extends
-          com.google.protobuf.GeneratedMessageV3 implements
+      public static final class FlatIndex extends com.google.protobuf.GeneratedMessageV3
+          implements
           // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex)
           FlatIndexOrBuilder {
-      private static final long serialVersionUID = 0L;
+        private static final long serialVersionUID = 0L;
         // Use FlatIndex.newBuilder() to construct.
         private FlatIndex(com.google.protobuf.GeneratedMessageV3.Builder builder) {
           super(builder);
         }
-        private FlatIndex() {
-        }
+
+        private FlatIndex() {}
 
         @java.lang.Override
         @SuppressWarnings({"unused"})
-        protected java.lang.Object newInstance(
-            UnusedPrivateParameter unused) {
+        protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
           return new FlatIndex();
         }
 
-        public static final com.google.protobuf.Descriptors.Descriptor
-            getDescriptor() {
-          return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+          return com.google.firestore.admin.v1.IndexProto
+              .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable
+          return com.google.firestore.admin.v1.IndexProto
+              .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.class, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder.class);
+                  com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.class,
+                  com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder
+                      .class);
         }
 
         private byte memoizedIsInitialized = -1;
+
         @java.lang.Override
         public final boolean isInitialized() {
           byte isInitialized = memoizedIsInitialized;
@@ -1118,7 +1254,7 @@ public final boolean isInitialized() {
 
         @java.lang.Override
         public void writeTo(com.google.protobuf.CodedOutputStream output)
-                            throws java.io.IOException {
+            throws java.io.IOException {
           getUnknownFields().writeTo(output);
         }
 
@@ -1136,12 +1272,14 @@ public int getSerializedSize() {
         @java.lang.Override
         public boolean equals(final java.lang.Object obj) {
           if (obj == this) {
-           return true;
+            return true;
           }
-          if (!(obj instanceof com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex)) {
+          if (!(obj
+              instanceof com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex)) {
             return super.equals(obj);
           }
-          com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex other = (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) obj;
+          com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex other =
+              (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) obj;
 
           if (!getUnknownFields().equals(other.getUnknownFields())) return false;
           return true;
@@ -1159,90 +1297,105 @@ public int hashCode() {
           return hash;
         }
 
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
-            java.nio.ByteBuffer data)
-            throws com.google.protobuf.InvalidProtocolBufferException {
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            parseFrom(java.nio.ByteBuffer data)
+                throws com.google.protobuf.InvalidProtocolBufferException {
           return PARSER.parseFrom(data);
         }
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
-            java.nio.ByteBuffer data,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
+
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            parseFrom(
+                java.nio.ByteBuffer data,
+                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+                throws com.google.protobuf.InvalidProtocolBufferException {
           return PARSER.parseFrom(data, extensionRegistry);
         }
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
-            com.google.protobuf.ByteString data)
-            throws com.google.protobuf.InvalidProtocolBufferException {
+
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            parseFrom(com.google.protobuf.ByteString data)
+                throws com.google.protobuf.InvalidProtocolBufferException {
           return PARSER.parseFrom(data);
         }
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
-            com.google.protobuf.ByteString data,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
+
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            parseFrom(
+                com.google.protobuf.ByteString data,
+                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+                throws com.google.protobuf.InvalidProtocolBufferException {
           return PARSER.parseFrom(data, extensionRegistry);
         }
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(byte[] data)
-            throws com.google.protobuf.InvalidProtocolBufferException {
+
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
           return PARSER.parseFrom(data);
         }
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
-            byte[] data,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
+
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+                throws com.google.protobuf.InvalidProtocolBufferException {
           return PARSER.parseFrom(data, extensionRegistry);
         }
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(java.io.InputStream input)
-            throws java.io.IOException {
-          return com.google.protobuf.GeneratedMessageV3
-              .parseWithIOException(PARSER, input);
+
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            parseFrom(java.io.InputStream input) throws java.io.IOException {
+          return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
         }
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
-            java.io.InputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws java.io.IOException {
-          return com.google.protobuf.GeneratedMessageV3
-              .parseWithIOException(PARSER, input, extensionRegistry);
+
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            parseFrom(
+                java.io.InputStream input,
+                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+                throws java.io.IOException {
+          return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+              PARSER, input, extensionRegistry);
         }
 
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseDelimitedFrom(java.io.InputStream input)
-            throws java.io.IOException {
-          return com.google.protobuf.GeneratedMessageV3
-              .parseDelimitedWithIOException(PARSER, input);
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
+          return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+              PARSER, input);
         }
 
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseDelimitedFrom(
-            java.io.InputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws java.io.IOException {
-          return com.google.protobuf.GeneratedMessageV3
-              .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            parseDelimitedFrom(
+                java.io.InputStream input,
+                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+                throws java.io.IOException {
+          return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+              PARSER, input, extensionRegistry);
         }
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
-            com.google.protobuf.CodedInputStream input)
-            throws java.io.IOException {
-          return com.google.protobuf.GeneratedMessageV3
-              .parseWithIOException(PARSER, input);
+
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+          return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
         }
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex parseFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws java.io.IOException {
-          return com.google.protobuf.GeneratedMessageV3
-              .parseWithIOException(PARSER, input, extensionRegistry);
+
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            parseFrom(
+                com.google.protobuf.CodedInputStream input,
+                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+                throws java.io.IOException {
+          return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+              PARSER, input, extensionRegistry);
         }
 
         @java.lang.Override
-        public Builder newBuilderForType() { return newBuilder(); }
+        public Builder newBuilderForType() {
+          return newBuilder();
+        }
+
         public static Builder newBuilder() {
           return DEFAULT_INSTANCE.toBuilder();
         }
-        public static Builder newBuilder(com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex prototype) {
+
+        public static Builder newBuilder(
+            com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex prototype) {
           return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
         }
+
         @java.lang.Override
         public Builder toBuilder() {
-          return this == DEFAULT_INSTANCE
-              ? new Builder() : new Builder().mergeFrom(this);
+          return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
         }
 
         @java.lang.Override
@@ -1252,6 +1405,8 @@ protected Builder newBuilderForType(
           return builder;
         }
         /**
+         *
+         *
          * 
          * An index that stores vectors in a flat data structure, and supports
          * exhaustive search.
@@ -1259,33 +1414,35 @@ protected Builder newBuilderForType(
          *
          * Protobuf type {@code google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex}
          */
-        public static final class Builder extends
-            com.google.protobuf.GeneratedMessageV3.Builder implements
+        public static final class Builder
+            extends com.google.protobuf.GeneratedMessageV3.Builder
+            implements
             // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex)
             com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder {
-          public static final com.google.protobuf.Descriptors.Descriptor
-              getDescriptor() {
-            return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor;
+          public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+            return com.google.firestore.admin.v1.IndexProto
+                .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor;
           }
 
           @java.lang.Override
           protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
               internalGetFieldAccessorTable() {
-            return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable
+            return com.google.firestore.admin.v1.IndexProto
+                .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable
                 .ensureFieldAccessorsInitialized(
-                    com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.class, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder.class);
+                    com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.class,
+                    com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder
+                        .class);
           }
 
-          // Construct using com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.newBuilder()
-          private Builder() {
-
-          }
+          // Construct using
+          // com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.newBuilder()
+          private Builder() {}
 
-          private Builder(
-              com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+          private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
             super(parent);
-
           }
+
           @java.lang.Override
           public Builder clear() {
             super.clear();
@@ -1293,19 +1450,22 @@ public Builder clear() {
           }
 
           @java.lang.Override
-          public com.google.protobuf.Descriptors.Descriptor
-              getDescriptorForType() {
-            return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor;
+          public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+            return com.google.firestore.admin.v1.IndexProto
+                .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor;
           }
 
           @java.lang.Override
-          public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex getDefaultInstanceForType() {
-            return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance();
+          public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+              getDefaultInstanceForType() {
+            return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+                .getDefaultInstance();
           }
 
           @java.lang.Override
           public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex build() {
-            com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex result = buildPartial();
+            com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex result =
+                buildPartial();
             if (!result.isInitialized()) {
               throw newUninitializedMessageException(result);
             }
@@ -1313,8 +1473,10 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex bui
           }
 
           @java.lang.Override
-          public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex buildPartial() {
-            com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex result = new com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex(this);
+          public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+              buildPartial() {
+            com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex result =
+                new com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex(this);
             onBuilt();
             return result;
           }
@@ -1323,46 +1485,54 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex bui
           public Builder clone() {
             return super.clone();
           }
+
           @java.lang.Override
           public Builder setField(
-              com.google.protobuf.Descriptors.FieldDescriptor field,
-              java.lang.Object value) {
+              com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
             return super.setField(field, value);
           }
+
           @java.lang.Override
-          public Builder clearField(
-              com.google.protobuf.Descriptors.FieldDescriptor field) {
+          public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
             return super.clearField(field);
           }
+
           @java.lang.Override
-          public Builder clearOneof(
-              com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+          public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
             return super.clearOneof(oneof);
           }
+
           @java.lang.Override
           public Builder setRepeatedField(
               com.google.protobuf.Descriptors.FieldDescriptor field,
-              int index, java.lang.Object value) {
+              int index,
+              java.lang.Object value) {
             return super.setRepeatedField(field, index, value);
           }
+
           @java.lang.Override
           public Builder addRepeatedField(
-              com.google.protobuf.Descriptors.FieldDescriptor field,
-              java.lang.Object value) {
+              com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
             return super.addRepeatedField(field, value);
           }
+
           @java.lang.Override
           public Builder mergeFrom(com.google.protobuf.Message other) {
-            if (other instanceof com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) {
-              return mergeFrom((com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex)other);
+            if (other
+                instanceof com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) {
+              return mergeFrom(
+                  (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) other);
             } else {
               super.mergeFrom(other);
               return this;
             }
           }
 
-          public Builder mergeFrom(com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex other) {
-            if (other == com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance()) return this;
+          public Builder mergeFrom(
+              com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex other) {
+            if (other
+                == com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+                    .getDefaultInstance()) return this;
             this.mergeUnknownFields(other.getUnknownFields());
             onChanged();
             return this;
@@ -1389,12 +1559,13 @@ public Builder mergeFrom(
                   case 0:
                     done = true;
                     break;
-                  default: {
-                    if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                      done = true; // was an endgroup tag
-                    }
-                    break;
-                  } // default:
+                  default:
+                    {
+                      if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                        done = true; // was an endgroup tag
+                      }
+                      break;
+                    } // default:
                 } // switch (tag)
               } // while (!done)
             } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1404,6 +1575,7 @@ public Builder mergeFrom(
             } // finally
             return this;
           }
+
           @java.lang.Override
           public final Builder setUnknownFields(
               final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -1416,41 +1588,45 @@ public final Builder mergeUnknownFields(
             return super.mergeUnknownFields(unknownFields);
           }
 
-
           // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex)
         }
 
         // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex)
-        private static final com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex DEFAULT_INSTANCE;
+        private static final com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            DEFAULT_INSTANCE;
+
         static {
-          DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex();
+          DEFAULT_INSTANCE =
+              new com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex();
         }
 
-        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex getDefaultInstance() {
+        public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            getDefaultInstance() {
           return DEFAULT_INSTANCE;
         }
 
-        private static final com.google.protobuf.Parser
-            PARSER = new com.google.protobuf.AbstractParser() {
-          @java.lang.Override
-          public FlatIndex parsePartialFrom(
-              com.google.protobuf.CodedInputStream input,
-              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-              throws com.google.protobuf.InvalidProtocolBufferException {
-            Builder builder = newBuilder();
-            try {
-              builder.mergeFrom(input, extensionRegistry);
-            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-              throw e.setUnfinishedMessage(builder.buildPartial());
-            } catch (com.google.protobuf.UninitializedMessageException e) {
-              throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-            } catch (java.io.IOException e) {
-              throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                  .setUnfinishedMessage(builder.buildPartial());
-            }
-            return builder.buildPartial();
-          }
-        };
+        private static final com.google.protobuf.Parser PARSER =
+            new com.google.protobuf.AbstractParser() {
+              @java.lang.Override
+              public FlatIndex parsePartialFrom(
+                  com.google.protobuf.CodedInputStream input,
+                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+                  throws com.google.protobuf.InvalidProtocolBufferException {
+                Builder builder = newBuilder();
+                try {
+                  builder.mergeFrom(input, extensionRegistry);
+                } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+                  throw e.setUnfinishedMessage(builder.buildPartial());
+                } catch (com.google.protobuf.UninitializedMessageException e) {
+                  throw e.asInvalidProtocolBufferException()
+                      .setUnfinishedMessage(builder.buildPartial());
+                } catch (java.io.IOException e) {
+                  throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                      .setUnfinishedMessage(builder.buildPartial());
+                }
+                return builder.buildPartial();
+              }
+            };
 
         public static com.google.protobuf.Parser parser() {
           return PARSER;
@@ -1462,21 +1638,25 @@ public com.google.protobuf.Parser getParserForType() {
         }
 
         @java.lang.Override
-        public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex getDefaultInstanceForType() {
+        public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex
+            getDefaultInstanceForType() {
           return DEFAULT_INSTANCE;
         }
-
       }
 
       private int typeCase_ = 0;
+
       @SuppressWarnings("serial")
       private java.lang.Object type_;
+
       public enum TypeCase
-          implements com.google.protobuf.Internal.EnumLite,
+          implements
+              com.google.protobuf.Internal.EnumLite,
               com.google.protobuf.AbstractMessage.InternalOneOfEnum {
         FLAT(2),
         TYPE_NOT_SET(0);
         private final int value;
+
         private TypeCase(int value) {
           this.value = value;
         }
@@ -1492,25 +1672,29 @@ public static TypeCase valueOf(int value) {
 
         public static TypeCase forNumber(int value) {
           switch (value) {
-            case 2: return FLAT;
-            case 0: return TYPE_NOT_SET;
-            default: return null;
+            case 2:
+              return FLAT;
+            case 0:
+              return TYPE_NOT_SET;
+            default:
+              return null;
           }
         }
+
         public int getNumber() {
           return this.value;
         }
       };
 
-      public TypeCase
-      getTypeCase() {
-        return TypeCase.forNumber(
-            typeCase_);
+      public TypeCase getTypeCase() {
+        return TypeCase.forNumber(typeCase_);
       }
 
       public static final int DIMENSION_FIELD_NUMBER = 1;
       private int dimension_ = 0;
       /**
+       *
+       *
        * 
        * Required. The vector dimension this configuration applies to.
        *
@@ -1519,6 +1703,7 @@ public int getNumber() {
        * 
* * int32 dimension = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The dimension. */ @java.lang.Override @@ -1528,11 +1713,14 @@ public int getDimension() { public static final int FLAT_FIELD_NUMBER = 2; /** + * + * *
        * Indicates the vector index is a flat index.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; + * * @return Whether the flat field is set. */ @java.lang.Override @@ -1540,21 +1728,27 @@ public boolean hasFlat() { return typeCase_ == 2; } /** + * + * *
        * Indicates the vector index is a flat index.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; + * * @return The flat. */ @java.lang.Override public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex getFlat() { if (typeCase_ == 2) { - return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_; + return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_; } - return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance(); + return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex + .getDefaultInstance(); } /** + * + * *
        * Indicates the vector index is a flat index.
        * 
@@ -1562,14 +1756,17 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex get * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ @java.lang.Override - public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder getFlatOrBuilder() { + public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder + getFlatOrBuilder() { if (typeCase_ == 2) { - return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_; + return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_; } - return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance(); + return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex + .getDefaultInstance(); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1581,13 +1778,13 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (dimension_ != 0) { output.writeInt32(1, dimension_); } if (typeCase_ == 2) { - output.writeMessage(2, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_); + output.writeMessage( + 2, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_); } getUnknownFields().writeTo(output); } @@ -1599,12 +1796,12 @@ public int getSerializedSize() { size = 0; if (dimension_ != 0) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(1, dimension_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(1, dimension_); } if (typeCase_ == 2) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 2, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1614,20 +1811,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Index.IndexField.VectorConfig)) { return super.equals(obj); } - com.google.firestore.admin.v1.Index.IndexField.VectorConfig other = (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) obj; + com.google.firestore.admin.v1.Index.IndexField.VectorConfig other = + (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) obj; - if (getDimension() - != other.getDimension()) return false; + if (getDimension() != other.getDimension()) return false; if (!getTypeCase().equals(other.getTypeCase())) return false; switch (typeCase_) { case 2: - if (!getFlat() - .equals(other.getFlat())) return false; + if (!getFlat().equals(other.getFlat())) return false; break; case 0: default: @@ -1659,89 +1855,94 @@ public int hashCode() { } public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( + byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.Index.IndexField.VectorConfig prototype) { + + public static Builder newBuilder( + com.google.firestore.admin.v1.Index.IndexField.VectorConfig prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1751,39 +1952,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
        * The index configuration to support vector search operations
        * 
* * Protobuf type {@code google.firestore.admin.v1.Index.IndexField.VectorConfig} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Index.IndexField.VectorConfig) com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.IndexProto + .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable + return com.google.firestore.admin.v1.IndexProto + .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.class, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder.class); + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.class, + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder.class); } // Construct using com.google.firestore.admin.v1.Index.IndexField.VectorConfig.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -1798,13 +2001,14 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.admin.v1.IndexProto + .internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; } @java.lang.Override - public com.google.firestore.admin.v1.Index.IndexField.VectorConfig getDefaultInstanceForType() { + public com.google.firestore.admin.v1.Index.IndexField.VectorConfig + getDefaultInstanceForType() { return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance(); } @@ -1819,25 +2023,29 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig build() { @java.lang.Override public com.google.firestore.admin.v1.Index.IndexField.VectorConfig buildPartial() { - com.google.firestore.admin.v1.Index.IndexField.VectorConfig result = new com.google.firestore.admin.v1.Index.IndexField.VectorConfig(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.admin.v1.Index.IndexField.VectorConfig result = + new com.google.firestore.admin.v1.Index.IndexField.VectorConfig(this); + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; } - private void buildPartial0(com.google.firestore.admin.v1.Index.IndexField.VectorConfig result) { + private void buildPartial0( + com.google.firestore.admin.v1.Index.IndexField.VectorConfig result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.dimension_ = dimension_; } } - private void buildPartialOneofs(com.google.firestore.admin.v1.Index.IndexField.VectorConfig result) { + private void buildPartialOneofs( + com.google.firestore.admin.v1.Index.IndexField.VectorConfig result) { result.typeCase_ = typeCase_; result.type_ = this.type_; - if (typeCase_ == 2 && - flatBuilder_ != null) { + if (typeCase_ == 2 && flatBuilder_ != null) { result.type_ = flatBuilder_.build(); } } @@ -1846,57 +2054,65 @@ private void buildPartialOneofs(com.google.firestore.admin.v1.Index.IndexField.V public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.Index.IndexField.VectorConfig) { - return mergeFrom((com.google.firestore.admin.v1.Index.IndexField.VectorConfig)other); + return mergeFrom((com.google.firestore.admin.v1.Index.IndexField.VectorConfig) other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom(com.google.firestore.admin.v1.Index.IndexField.VectorConfig other) { - if (other == com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance()) return this; + public Builder mergeFrom( + com.google.firestore.admin.v1.Index.IndexField.VectorConfig other) { + if (other + == com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance()) + return this; if (other.getDimension() != 0) { setDimension(other.getDimension()); } switch (other.getTypeCase()) { - case FLAT: { - mergeFlat(other.getFlat()); - break; - } - case TYPE_NOT_SET: { - break; - } + case FLAT: + { + mergeFlat(other.getFlat()); + break; + } + case TYPE_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -1924,24 +2140,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - dimension_ = input.readInt32(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 18: { - input.readMessage( - getFlatFieldBuilder().getBuilder(), - extensionRegistry); - typeCase_ = 2; - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + dimension_ = input.readInt32(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 18: + { + input.readMessage(getFlatFieldBuilder().getBuilder(), extensionRegistry); + typeCase_ = 2; + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1951,12 +2168,12 @@ public Builder mergeFrom( } // finally return this; } + private int typeCase_ = 0; private java.lang.Object type_; - public TypeCase - getTypeCase() { - return TypeCase.forNumber( - typeCase_); + + public TypeCase getTypeCase() { + return TypeCase.forNumber(typeCase_); } public Builder clearType() { @@ -1968,8 +2185,10 @@ public Builder clearType() { private int bitField0_; - private int dimension_ ; + private int dimension_; /** + * + * *
          * Required. The vector dimension this configuration applies to.
          *
@@ -1978,6 +2197,7 @@ public Builder clearType() {
          * 
* * int32 dimension = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The dimension. */ @java.lang.Override @@ -1985,6 +2205,8 @@ public int getDimension() { return dimension_; } /** + * + * *
          * Required. The vector dimension this configuration applies to.
          *
@@ -1993,6 +2215,7 @@ public int getDimension() {
          * 
* * int32 dimension = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The dimension to set. * @return This builder for chaining. */ @@ -2004,6 +2227,8 @@ public Builder setDimension(int value) { return this; } /** + * + * *
          * Required. The vector dimension this configuration applies to.
          *
@@ -2012,6 +2237,7 @@ public Builder setDimension(int value) {
          * 
* * int32 dimension = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearDimension() { @@ -2022,13 +2248,19 @@ public Builder clearDimension() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder> flatBuilder_; + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex, + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder, + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder> + flatBuilder_; /** + * + * *
          * Indicates the vector index is a flat index.
          * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; + * * @return Whether the flat field is set. */ @java.lang.Override @@ -2036,11 +2268,14 @@ public boolean hasFlat() { return typeCase_ == 2; } /** + * + * *
          * Indicates the vector index is a flat index.
          * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; + * * @return The flat. */ @java.lang.Override @@ -2049,22 +2284,27 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex get if (typeCase_ == 2) { return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_; } - return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance(); + return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex + .getDefaultInstance(); } else { if (typeCase_ == 2) { return flatBuilder_.getMessage(); } - return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance(); + return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex + .getDefaultInstance(); } } /** + * + * *
          * Indicates the vector index is a flat index.
          * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ - public Builder setFlat(com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex value) { + public Builder setFlat( + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex value) { if (flatBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -2078,6 +2318,8 @@ public Builder setFlat(com.google.firestore.admin.v1.Index.IndexField.VectorConf return this; } /** + * + * *
          * Indicates the vector index is a flat index.
          * 
@@ -2085,7 +2327,8 @@ public Builder setFlat(com.google.firestore.admin.v1.Index.IndexField.VectorConf * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ public Builder setFlat( - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder builderForValue) { + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder + builderForValue) { if (flatBuilder_ == null) { type_ = builderForValue.build(); onChanged(); @@ -2096,18 +2339,27 @@ public Builder setFlat( return this; } /** + * + * *
          * Indicates the vector index is a flat index.
          * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ - public Builder mergeFlat(com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex value) { + public Builder mergeFlat( + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex value) { if (flatBuilder_ == null) { - if (typeCase_ == 2 && - type_ != com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance()) { - type_ = com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.newBuilder((com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_) - .mergeFrom(value).buildPartial(); + if (typeCase_ == 2 + && type_ + != com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex + .getDefaultInstance()) { + type_ = + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.newBuilder( + (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) + type_) + .mergeFrom(value) + .buildPartial(); } else { type_ = value; } @@ -2123,6 +2375,8 @@ public Builder mergeFlat(com.google.firestore.admin.v1.Index.IndexField.VectorCo return this; } /** + * + * *
          * Indicates the vector index is a flat index.
          * 
@@ -2146,16 +2400,21 @@ public Builder clearFlat() { return this; } /** + * + * *
          * Indicates the vector index is a flat index.
          * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ - public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder getFlatBuilder() { + public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder + getFlatBuilder() { return getFlatFieldBuilder().getBuilder(); } /** + * + * *
          * Indicates the vector index is a flat index.
          * 
@@ -2163,17 +2422,21 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Bui * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ @java.lang.Override - public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder getFlatOrBuilder() { + public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder + getFlatOrBuilder() { if ((typeCase_ == 2) && (flatBuilder_ != null)) { return flatBuilder_.getMessageOrBuilder(); } else { if (typeCase_ == 2) { return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_; } - return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance(); + return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex + .getDefaultInstance(); } } /** + * + * *
          * Indicates the vector index is a flat index.
          * 
@@ -2181,14 +2444,21 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBu * .google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex flat = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder> + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex, + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder, + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder> getFlatFieldBuilder() { if (flatBuilder_ == null) { if (!(typeCase_ == 2)) { - type_ = com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.getDefaultInstance(); + type_ = + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex + .getDefaultInstance(); } - flatBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder>( + flatBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex, + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex.Builder, + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBuilder>( (com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndex) type_, getParentForChildren(), isClean()); @@ -2198,6 +2468,7 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.FlatIndexOrBu onChanged(); return flatBuilder_; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2210,41 +2481,44 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Index.IndexField.VectorConfig) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Index.IndexField.VectorConfig) - private static final com.google.firestore.admin.v1.Index.IndexField.VectorConfig DEFAULT_INSTANCE; + private static final com.google.firestore.admin.v1.Index.IndexField.VectorConfig + DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Index.IndexField.VectorConfig(); } - public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig getDefaultInstance() { + public static com.google.firestore.admin.v1.Index.IndexField.VectorConfig + getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public VectorConfig parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public VectorConfig parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2256,23 +2530,27 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.firestore.admin.v1.Index.IndexField.VectorConfig getDefaultInstanceForType() { + public com.google.firestore.admin.v1.Index.IndexField.VectorConfig + getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } private int valueModeCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object valueMode_; + public enum ValueModeCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { ORDER(2), ARRAY_CONFIG(3), VECTOR_CONFIG(4), VALUEMODE_NOT_SET(0); private final int value; + private ValueModeCase(int value) { this.value = value; } @@ -2288,28 +2566,35 @@ public static ValueModeCase valueOf(int value) { public static ValueModeCase forNumber(int value) { switch (value) { - case 2: return ORDER; - case 3: return ARRAY_CONFIG; - case 4: return VECTOR_CONFIG; - case 0: return VALUEMODE_NOT_SET; - default: return null; + case 2: + return ORDER; + case 3: + return ARRAY_CONFIG; + case 4: + return VECTOR_CONFIG; + case 0: + return VALUEMODE_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public ValueModeCase - getValueModeCase() { - return ValueModeCase.forNumber( - valueModeCase_); + public ValueModeCase getValueModeCase() { + return ValueModeCase.forNumber(valueModeCase_); } public static final int FIELD_PATH_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object fieldPath_ = ""; /** + * + * *
      * Can be __name__.
      * For single field indexes, this must match the name of the field or may
@@ -2317,6 +2602,7 @@ public int getNumber() {
      * 
* * string field_path = 1; + * * @return The fieldPath. */ @java.lang.Override @@ -2325,14 +2611,15 @@ public java.lang.String getFieldPath() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldPath_ = s; return s; } } /** + * + * *
      * Can be __name__.
      * For single field indexes, this must match the name of the field or may
@@ -2340,16 +2627,15 @@ public java.lang.String getFieldPath() {
      * 
* * string field_path = 1; + * * @return The bytes for fieldPath. */ @java.lang.Override - public com.google.protobuf.ByteString - getFieldPathBytes() { + public com.google.protobuf.ByteString getFieldPathBytes() { java.lang.Object ref = fieldPath_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); fieldPath_ = b; return b; } else { @@ -2359,24 +2645,30 @@ public java.lang.String getFieldPath() { public static final int ORDER_FIELD_NUMBER = 2; /** + * + * *
      * Indicates that this field supports ordering by the specified order or
      * comparing using =, !=, <, <=, >, >=.
      * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; + * * @return Whether the order field is set. */ public boolean hasOrder() { return valueModeCase_ == 2; } /** + * + * *
      * Indicates that this field supports ordering by the specified order or
      * comparing using =, !=, <, <=, >, >=.
      * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; + * * @return The enum numeric value on the wire for order. */ public int getOrderValue() { @@ -2386,41 +2678,53 @@ public int getOrderValue() { return 0; } /** + * + * *
      * Indicates that this field supports ordering by the specified order or
      * comparing using =, !=, <, <=, >, >=.
      * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; + * * @return The order. */ public com.google.firestore.admin.v1.Index.IndexField.Order getOrder() { if (valueModeCase_ == 2) { - com.google.firestore.admin.v1.Index.IndexField.Order result = com.google.firestore.admin.v1.Index.IndexField.Order.forNumber( - (java.lang.Integer) valueMode_); - return result == null ? com.google.firestore.admin.v1.Index.IndexField.Order.UNRECOGNIZED : result; + com.google.firestore.admin.v1.Index.IndexField.Order result = + com.google.firestore.admin.v1.Index.IndexField.Order.forNumber( + (java.lang.Integer) valueMode_); + return result == null + ? com.google.firestore.admin.v1.Index.IndexField.Order.UNRECOGNIZED + : result; } return com.google.firestore.admin.v1.Index.IndexField.Order.ORDER_UNSPECIFIED; } public static final int ARRAY_CONFIG_FIELD_NUMBER = 3; /** + * + * *
      * Indicates that this field supports operations on `array_value`s.
      * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; + * * @return Whether the arrayConfig field is set. */ public boolean hasArrayConfig() { return valueModeCase_ == 3; } /** + * + * *
      * Indicates that this field supports operations on `array_value`s.
      * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; + * * @return The enum numeric value on the wire for arrayConfig. */ public int getArrayConfigValue() { @@ -2430,30 +2734,39 @@ public int getArrayConfigValue() { return 0; } /** + * + * *
      * Indicates that this field supports operations on `array_value`s.
      * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; + * * @return The arrayConfig. */ public com.google.firestore.admin.v1.Index.IndexField.ArrayConfig getArrayConfig() { if (valueModeCase_ == 3) { - com.google.firestore.admin.v1.Index.IndexField.ArrayConfig result = com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.forNumber( - (java.lang.Integer) valueMode_); - return result == null ? com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.UNRECOGNIZED : result; + com.google.firestore.admin.v1.Index.IndexField.ArrayConfig result = + com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.forNumber( + (java.lang.Integer) valueMode_); + return result == null + ? com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.UNRECOGNIZED + : result; } return com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.ARRAY_CONFIG_UNSPECIFIED; } public static final int VECTOR_CONFIG_FIELD_NUMBER = 4; /** + * + * *
      * Indicates that this field supports nearest neighbor and distance
      * operations on vector.
      * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; + * * @return Whether the vectorConfig field is set. */ @java.lang.Override @@ -2461,22 +2774,27 @@ public boolean hasVectorConfig() { return valueModeCase_ == 4; } /** + * + * *
      * Indicates that this field supports nearest neighbor and distance
      * operations on vector.
      * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; + * * @return The vectorConfig. */ @java.lang.Override public com.google.firestore.admin.v1.Index.IndexField.VectorConfig getVectorConfig() { if (valueModeCase_ == 4) { - return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_; + return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_; } return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance(); } /** + * + * *
      * Indicates that this field supports nearest neighbor and distance
      * operations on vector.
@@ -2485,14 +2803,16 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig getVectorConf
      * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4;
      */
     @java.lang.Override
-    public com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder getVectorConfigOrBuilder() {
+    public com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder
+        getVectorConfigOrBuilder() {
       if (valueModeCase_ == 4) {
-         return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_;
+        return (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_;
       }
       return com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance();
     }
 
     private byte memoizedIsInitialized = -1;
+
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -2504,8 +2824,7 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output)
-                        throws java.io.IOException {
+    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
       if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fieldPath_)) {
         com.google.protobuf.GeneratedMessageV3.writeString(output, 1, fieldPath_);
       }
@@ -2516,7 +2835,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
         output.writeEnum(3, ((java.lang.Integer) valueMode_));
       }
       if (valueModeCase_ == 4) {
-        output.writeMessage(4, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_);
+        output.writeMessage(
+            4, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_);
       }
       getUnknownFields().writeTo(output);
     }
@@ -2531,16 +2851,19 @@ public int getSerializedSize() {
         size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, fieldPath_);
       }
       if (valueModeCase_ == 2) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeEnumSize(2, ((java.lang.Integer) valueMode_));
+        size +=
+            com.google.protobuf.CodedOutputStream.computeEnumSize(
+                2, ((java.lang.Integer) valueMode_));
       }
       if (valueModeCase_ == 3) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeEnumSize(3, ((java.lang.Integer) valueMode_));
+        size +=
+            com.google.protobuf.CodedOutputStream.computeEnumSize(
+                3, ((java.lang.Integer) valueMode_));
       }
       if (valueModeCase_ == 4) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(4, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_);
+        size +=
+            com.google.protobuf.CodedOutputStream.computeMessageSize(
+                4, (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_);
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -2550,28 +2873,25 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-       return true;
+        return true;
       }
       if (!(obj instanceof com.google.firestore.admin.v1.Index.IndexField)) {
         return super.equals(obj);
       }
-      com.google.firestore.admin.v1.Index.IndexField other = (com.google.firestore.admin.v1.Index.IndexField) obj;
+      com.google.firestore.admin.v1.Index.IndexField other =
+          (com.google.firestore.admin.v1.Index.IndexField) obj;
 
-      if (!getFieldPath()
-          .equals(other.getFieldPath())) return false;
+      if (!getFieldPath().equals(other.getFieldPath())) return false;
       if (!getValueModeCase().equals(other.getValueModeCase())) return false;
       switch (valueModeCase_) {
         case 2:
-          if (getOrderValue()
-              != other.getOrderValue()) return false;
+          if (getOrderValue() != other.getOrderValue()) return false;
           break;
         case 3:
-          if (getArrayConfigValue()
-              != other.getArrayConfigValue()) return false;
+          if (getArrayConfigValue() != other.getArrayConfigValue()) return false;
           break;
         case 4:
-          if (!getVectorConfig()
-              .equals(other.getVectorConfig())) return false;
+          if (!getVectorConfig().equals(other.getVectorConfig())) return false;
           break;
         case 0:
         default:
@@ -2610,90 +2930,94 @@ public int hashCode() {
       return hash;
     }
 
-    public static com.google.firestore.admin.v1.Index.IndexField parseFrom(
-        java.nio.ByteBuffer data)
+    public static com.google.firestore.admin.v1.Index.IndexField parseFrom(java.nio.ByteBuffer data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.admin.v1.Index.IndexField parseFrom(
-        java.nio.ByteBuffer data,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
+
     public static com.google.firestore.admin.v1.Index.IndexField parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.admin.v1.Index.IndexField parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
+
     public static com.google.firestore.admin.v1.Index.IndexField parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.admin.v1.Index.IndexField parseFrom(
-        byte[] data,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-    public static com.google.firestore.admin.v1.Index.IndexField parseFrom(java.io.InputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input);
+
+    public static com.google.firestore.admin.v1.Index.IndexField parseFrom(
+        java.io.InputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
     }
+
     public static com.google.firestore.admin.v1.Index.IndexField parseFrom(
-        java.io.InputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+          PARSER, input, extensionRegistry);
     }
 
-    public static com.google.firestore.admin.v1.Index.IndexField parseDelimitedFrom(java.io.InputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseDelimitedWithIOException(PARSER, input);
+    public static com.google.firestore.admin.v1.Index.IndexField parseDelimitedFrom(
+        java.io.InputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
     }
 
     public static com.google.firestore.admin.v1.Index.IndexField parseDelimitedFrom(
-        java.io.InputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+          PARSER, input, extensionRegistry);
     }
+
     public static com.google.firestore.admin.v1.Index.IndexField parseFrom(
-        com.google.protobuf.CodedInputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
     }
+
     public static com.google.firestore.admin.v1.Index.IndexField parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+          PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() { return newBuilder(); }
+    public Builder newBuilderForType() {
+      return newBuilder();
+    }
+
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
+
     public static Builder newBuilder(com.google.firestore.admin.v1.Index.IndexField prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
+
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE
-          ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -2703,6 +3027,8 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
+     *
+     *
      * 
      * A field in an index.
      * The field_path describes which field is indexed, the value_mode describes
@@ -2711,33 +3037,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.firestore.admin.v1.Index.IndexField}
      */
-    public static final class Builder extends
-        com.google.protobuf.GeneratedMessageV3.Builder implements
+    public static final class Builder
+        extends com.google.protobuf.GeneratedMessageV3.Builder
+        implements
         // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Index.IndexField)
         com.google.firestore.admin.v1.Index.IndexFieldOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor
-          getDescriptor() {
-        return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+        return com.google.firestore.admin.v1.IndexProto
+            .internal_static_google_firestore_admin_v1_Index_IndexField_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable
+        return com.google.firestore.admin.v1.IndexProto
+            .internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.firestore.admin.v1.Index.IndexField.class, com.google.firestore.admin.v1.Index.IndexField.Builder.class);
+                com.google.firestore.admin.v1.Index.IndexField.class,
+                com.google.firestore.admin.v1.Index.IndexField.Builder.class);
       }
 
       // Construct using com.google.firestore.admin.v1.Index.IndexField.newBuilder()
-      private Builder() {
+      private Builder() {}
 
-      }
-
-      private Builder(
-          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
         super(parent);
-
       }
+
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -2752,9 +3078,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor
-          getDescriptorForType() {
-        return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_IndexField_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+        return com.google.firestore.admin.v1.IndexProto
+            .internal_static_google_firestore_admin_v1_Index_IndexField_descriptor;
       }
 
       @java.lang.Override
@@ -2773,8 +3099,11 @@ public com.google.firestore.admin.v1.Index.IndexField build() {
 
       @java.lang.Override
       public com.google.firestore.admin.v1.Index.IndexField buildPartial() {
-        com.google.firestore.admin.v1.Index.IndexField result = new com.google.firestore.admin.v1.Index.IndexField(this);
-        if (bitField0_ != 0) { buildPartial0(result); }
+        com.google.firestore.admin.v1.Index.IndexField result =
+            new com.google.firestore.admin.v1.Index.IndexField(this);
+        if (bitField0_ != 0) {
+          buildPartial0(result);
+        }
         buildPartialOneofs(result);
         onBuilt();
         return result;
@@ -2790,8 +3119,7 @@ private void buildPartial0(com.google.firestore.admin.v1.Index.IndexField result
       private void buildPartialOneofs(com.google.firestore.admin.v1.Index.IndexField result) {
         result.valueModeCase_ = valueModeCase_;
         result.valueMode_ = this.valueMode_;
-        if (valueModeCase_ == 4 &&
-            vectorConfigBuilder_ != null) {
+        if (valueModeCase_ == 4 && vectorConfigBuilder_ != null) {
           result.valueMode_ = vectorConfigBuilder_.build();
         }
       }
@@ -2800,38 +3128,41 @@ private void buildPartialOneofs(com.google.firestore.admin.v1.Index.IndexField r
       public Builder clone() {
         return super.clone();
       }
+
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field,
-          java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
         return super.setField(field, value);
       }
+
       @java.lang.Override
-      public Builder clearField(
-          com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
+
       @java.lang.Override
-      public Builder clearOneof(
-          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
+
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index, java.lang.Object value) {
+          int index,
+          java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
+
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field,
-          java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
+
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.firestore.admin.v1.Index.IndexField) {
-          return mergeFrom((com.google.firestore.admin.v1.Index.IndexField)other);
+          return mergeFrom((com.google.firestore.admin.v1.Index.IndexField) other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -2839,28 +3170,33 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.firestore.admin.v1.Index.IndexField other) {
-        if (other == com.google.firestore.admin.v1.Index.IndexField.getDefaultInstance()) return this;
+        if (other == com.google.firestore.admin.v1.Index.IndexField.getDefaultInstance())
+          return this;
         if (!other.getFieldPath().isEmpty()) {
           fieldPath_ = other.fieldPath_;
           bitField0_ |= 0x00000001;
           onChanged();
         }
         switch (other.getValueModeCase()) {
-          case ORDER: {
-            setOrderValue(other.getOrderValue());
-            break;
-          }
-          case ARRAY_CONFIG: {
-            setArrayConfigValue(other.getArrayConfigValue());
-            break;
-          }
-          case VECTOR_CONFIG: {
-            mergeVectorConfig(other.getVectorConfig());
-            break;
-          }
-          case VALUEMODE_NOT_SET: {
-            break;
-          }
+          case ORDER:
+            {
+              setOrderValue(other.getOrderValue());
+              break;
+            }
+          case ARRAY_CONFIG:
+            {
+              setArrayConfigValue(other.getArrayConfigValue());
+              break;
+            }
+          case VECTOR_CONFIG:
+            {
+              mergeVectorConfig(other.getVectorConfig());
+              break;
+            }
+          case VALUEMODE_NOT_SET:
+            {
+              break;
+            }
         }
         this.mergeUnknownFields(other.getUnknownFields());
         onChanged();
@@ -2888,36 +3224,39 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10: {
-                fieldPath_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-              case 16: {
-                int rawValue = input.readEnum();
-                valueModeCase_ = 2;
-                valueMode_ = rawValue;
-                break;
-              } // case 16
-              case 24: {
-                int rawValue = input.readEnum();
-                valueModeCase_ = 3;
-                valueMode_ = rawValue;
-                break;
-              } // case 24
-              case 34: {
-                input.readMessage(
-                    getVectorConfigFieldBuilder().getBuilder(),
-                    extensionRegistry);
-                valueModeCase_ = 4;
-                break;
-              } // case 34
-              default: {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              case 10:
+                {
+                  fieldPath_ = input.readStringRequireUtf8();
+                  bitField0_ |= 0x00000001;
+                  break;
+                } // case 10
+              case 16:
+                {
+                  int rawValue = input.readEnum();
+                  valueModeCase_ = 2;
+                  valueMode_ = rawValue;
+                  break;
+                } // case 16
+              case 24:
+                {
+                  int rawValue = input.readEnum();
+                  valueModeCase_ = 3;
+                  valueMode_ = rawValue;
+                  break;
+                } // case 24
+              case 34:
+                {
+                  input.readMessage(getVectorConfigFieldBuilder().getBuilder(), extensionRegistry);
+                  valueModeCase_ = 4;
+                  break;
+                } // case 34
+              default:
+                {
+                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                    done = true; // was an endgroup tag
+                  }
+                  break;
+                } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -2927,12 +3266,12 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
+
       private int valueModeCase_ = 0;
       private java.lang.Object valueMode_;
-      public ValueModeCase
-          getValueModeCase() {
-        return ValueModeCase.forNumber(
-            valueModeCase_);
+
+      public ValueModeCase getValueModeCase() {
+        return ValueModeCase.forNumber(valueModeCase_);
       }
 
       public Builder clearValueMode() {
@@ -2946,6 +3285,8 @@ public Builder clearValueMode() {
 
       private java.lang.Object fieldPath_ = "";
       /**
+       *
+       *
        * 
        * Can be __name__.
        * For single field indexes, this must match the name of the field or may
@@ -2953,13 +3294,13 @@ public Builder clearValueMode() {
        * 
* * string field_path = 1; + * * @return The fieldPath. */ public java.lang.String getFieldPath() { java.lang.Object ref = fieldPath_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldPath_ = s; return s; @@ -2968,6 +3309,8 @@ public java.lang.String getFieldPath() { } } /** + * + * *
        * Can be __name__.
        * For single field indexes, this must match the name of the field or may
@@ -2975,15 +3318,14 @@ public java.lang.String getFieldPath() {
        * 
* * string field_path = 1; + * * @return The bytes for fieldPath. */ - public com.google.protobuf.ByteString - getFieldPathBytes() { + public com.google.protobuf.ByteString getFieldPathBytes() { java.lang.Object ref = fieldPath_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); fieldPath_ = b; return b; } else { @@ -2991,6 +3333,8 @@ public java.lang.String getFieldPath() { } } /** + * + * *
        * Can be __name__.
        * For single field indexes, this must match the name of the field or may
@@ -2998,18 +3342,22 @@ public java.lang.String getFieldPath() {
        * 
* * string field_path = 1; + * * @param value The fieldPath to set. * @return This builder for chaining. */ - public Builder setFieldPath( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setFieldPath(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } fieldPath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
        * Can be __name__.
        * For single field indexes, this must match the name of the field or may
@@ -3017,6 +3365,7 @@ public Builder setFieldPath(
        * 
* * string field_path = 1; + * * @return This builder for chaining. */ public Builder clearFieldPath() { @@ -3026,6 +3375,8 @@ public Builder clearFieldPath() { return this; } /** + * + * *
        * Can be __name__.
        * For single field indexes, this must match the name of the field or may
@@ -3033,12 +3384,14 @@ public Builder clearFieldPath() {
        * 
* * string field_path = 1; + * * @param value The bytes for fieldPath to set. * @return This builder for chaining. */ - public Builder setFieldPathBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setFieldPathBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); fieldPath_ = value; bitField0_ |= 0x00000001; @@ -3047,12 +3400,15 @@ public Builder setFieldPathBytes( } /** + * + * *
        * Indicates that this field supports ordering by the specified order or
        * comparing using =, !=, <, <=, >, >=.
        * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; + * * @return Whether the order field is set. */ @java.lang.Override @@ -3060,12 +3416,15 @@ public boolean hasOrder() { return valueModeCase_ == 2; } /** + * + * *
        * Indicates that this field supports ordering by the specified order or
        * comparing using =, !=, <, <=, >, >=.
        * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; + * * @return The enum numeric value on the wire for order. */ @java.lang.Override @@ -3076,12 +3435,15 @@ public int getOrderValue() { return 0; } /** + * + * *
        * Indicates that this field supports ordering by the specified order or
        * comparing using =, !=, <, <=, >, >=.
        * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; + * * @param value The enum numeric value on the wire for order to set. * @return This builder for chaining. */ @@ -3092,30 +3454,39 @@ public Builder setOrderValue(int value) { return this; } /** + * + * *
        * Indicates that this field supports ordering by the specified order or
        * comparing using =, !=, <, <=, >, >=.
        * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; + * * @return The order. */ @java.lang.Override public com.google.firestore.admin.v1.Index.IndexField.Order getOrder() { if (valueModeCase_ == 2) { - com.google.firestore.admin.v1.Index.IndexField.Order result = com.google.firestore.admin.v1.Index.IndexField.Order.forNumber( - (java.lang.Integer) valueMode_); - return result == null ? com.google.firestore.admin.v1.Index.IndexField.Order.UNRECOGNIZED : result; + com.google.firestore.admin.v1.Index.IndexField.Order result = + com.google.firestore.admin.v1.Index.IndexField.Order.forNumber( + (java.lang.Integer) valueMode_); + return result == null + ? com.google.firestore.admin.v1.Index.IndexField.Order.UNRECOGNIZED + : result; } return com.google.firestore.admin.v1.Index.IndexField.Order.ORDER_UNSPECIFIED; } /** + * + * *
        * Indicates that this field supports ordering by the specified order or
        * comparing using =, !=, <, <=, >, >=.
        * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; + * * @param value The order to set. * @return This builder for chaining. */ @@ -3129,12 +3500,15 @@ public Builder setOrder(com.google.firestore.admin.v1.Index.IndexField.Order val return this; } /** + * + * *
        * Indicates that this field supports ordering by the specified order or
        * comparing using =, !=, <, <=, >, >=.
        * 
* * .google.firestore.admin.v1.Index.IndexField.Order order = 2; + * * @return This builder for chaining. */ public Builder clearOrder() { @@ -3147,11 +3521,14 @@ public Builder clearOrder() { } /** + * + * *
        * Indicates that this field supports operations on `array_value`s.
        * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; + * * @return Whether the arrayConfig field is set. */ @java.lang.Override @@ -3159,11 +3536,14 @@ public boolean hasArrayConfig() { return valueModeCase_ == 3; } /** + * + * *
        * Indicates that this field supports operations on `array_value`s.
        * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; + * * @return The enum numeric value on the wire for arrayConfig. */ @java.lang.Override @@ -3174,11 +3554,14 @@ public int getArrayConfigValue() { return 0; } /** + * + * *
        * Indicates that this field supports operations on `array_value`s.
        * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; + * * @param value The enum numeric value on the wire for arrayConfig to set. * @return This builder for chaining. */ @@ -3189,32 +3572,42 @@ public Builder setArrayConfigValue(int value) { return this; } /** + * + * *
        * Indicates that this field supports operations on `array_value`s.
        * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; + * * @return The arrayConfig. */ @java.lang.Override public com.google.firestore.admin.v1.Index.IndexField.ArrayConfig getArrayConfig() { if (valueModeCase_ == 3) { - com.google.firestore.admin.v1.Index.IndexField.ArrayConfig result = com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.forNumber( - (java.lang.Integer) valueMode_); - return result == null ? com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.UNRECOGNIZED : result; + com.google.firestore.admin.v1.Index.IndexField.ArrayConfig result = + com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.forNumber( + (java.lang.Integer) valueMode_); + return result == null + ? com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.UNRECOGNIZED + : result; } return com.google.firestore.admin.v1.Index.IndexField.ArrayConfig.ARRAY_CONFIG_UNSPECIFIED; } /** + * + * *
        * Indicates that this field supports operations on `array_value`s.
        * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; + * * @param value The arrayConfig to set. * @return This builder for chaining. */ - public Builder setArrayConfig(com.google.firestore.admin.v1.Index.IndexField.ArrayConfig value) { + public Builder setArrayConfig( + com.google.firestore.admin.v1.Index.IndexField.ArrayConfig value) { if (value == null) { throw new NullPointerException(); } @@ -3224,11 +3617,14 @@ public Builder setArrayConfig(com.google.firestore.admin.v1.Index.IndexField.Arr return this; } /** + * + * *
        * Indicates that this field supports operations on `array_value`s.
        * 
* * .google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3; + * * @return This builder for chaining. */ public Builder clearArrayConfig() { @@ -3241,14 +3637,20 @@ public Builder clearArrayConfig() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Index.IndexField.VectorConfig, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder, com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder> vectorConfigBuilder_; + com.google.firestore.admin.v1.Index.IndexField.VectorConfig, + com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder, + com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder> + vectorConfigBuilder_; /** + * + * *
        * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; + * * @return Whether the vectorConfig field is set. */ @java.lang.Override @@ -3256,12 +3658,15 @@ public boolean hasVectorConfig() { return valueModeCase_ == 4; } /** + * + * *
        * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
        * 
* * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4; + * * @return The vectorConfig. */ @java.lang.Override @@ -3279,6 +3684,8 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig getVectorConf } } /** + * + * *
        * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
@@ -3286,7 +3693,8 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig getVectorConf
        *
        * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4;
        */
-      public Builder setVectorConfig(com.google.firestore.admin.v1.Index.IndexField.VectorConfig value) {
+      public Builder setVectorConfig(
+          com.google.firestore.admin.v1.Index.IndexField.VectorConfig value) {
         if (vectorConfigBuilder_ == null) {
           if (value == null) {
             throw new NullPointerException();
@@ -3300,6 +3708,8 @@ public Builder setVectorConfig(com.google.firestore.admin.v1.Index.IndexField.Ve
         return this;
       }
       /**
+       *
+       *
        * 
        * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
@@ -3319,6 +3729,8 @@ public Builder setVectorConfig(
         return this;
       }
       /**
+       *
+       *
        * 
        * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
@@ -3326,12 +3738,18 @@ public Builder setVectorConfig(
        *
        * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4;
        */
-      public Builder mergeVectorConfig(com.google.firestore.admin.v1.Index.IndexField.VectorConfig value) {
+      public Builder mergeVectorConfig(
+          com.google.firestore.admin.v1.Index.IndexField.VectorConfig value) {
         if (vectorConfigBuilder_ == null) {
-          if (valueModeCase_ == 4 &&
-              valueMode_ != com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance()) {
-            valueMode_ = com.google.firestore.admin.v1.Index.IndexField.VectorConfig.newBuilder((com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_)
-                .mergeFrom(value).buildPartial();
+          if (valueModeCase_ == 4
+              && valueMode_
+                  != com.google.firestore.admin.v1.Index.IndexField.VectorConfig
+                      .getDefaultInstance()) {
+            valueMode_ =
+                com.google.firestore.admin.v1.Index.IndexField.VectorConfig.newBuilder(
+                        (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_)
+                    .mergeFrom(value)
+                    .buildPartial();
           } else {
             valueMode_ = value;
           }
@@ -3347,6 +3765,8 @@ public Builder mergeVectorConfig(com.google.firestore.admin.v1.Index.IndexField.
         return this;
       }
       /**
+       *
+       *
        * 
        * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
@@ -3371,6 +3791,8 @@ public Builder clearVectorConfig() {
         return this;
       }
       /**
+       *
+       *
        * 
        * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
@@ -3378,10 +3800,13 @@ public Builder clearVectorConfig() {
        *
        * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4;
        */
-      public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder getVectorConfigBuilder() {
+      public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder
+          getVectorConfigBuilder() {
         return getVectorConfigFieldBuilder().getBuilder();
       }
       /**
+       *
+       *
        * 
        * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
@@ -3390,7 +3815,8 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder getVe
        * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4;
        */
       @java.lang.Override
-      public com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder getVectorConfigOrBuilder() {
+      public com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder
+          getVectorConfigOrBuilder() {
         if ((valueModeCase_ == 4) && (vectorConfigBuilder_ != null)) {
           return vectorConfigBuilder_.getMessageOrBuilder();
         } else {
@@ -3401,6 +3827,8 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder getV
         }
       }
       /**
+       *
+       *
        * 
        * Indicates that this field supports nearest neighbor and distance
        * operations on vector.
@@ -3409,14 +3837,20 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder getV
        * .google.firestore.admin.v1.Index.IndexField.VectorConfig vector_config = 4;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-          com.google.firestore.admin.v1.Index.IndexField.VectorConfig, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder, com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder> 
+              com.google.firestore.admin.v1.Index.IndexField.VectorConfig,
+              com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder,
+              com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder>
           getVectorConfigFieldBuilder() {
         if (vectorConfigBuilder_ == null) {
           if (!(valueModeCase_ == 4)) {
-            valueMode_ = com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance();
+            valueMode_ =
+                com.google.firestore.admin.v1.Index.IndexField.VectorConfig.getDefaultInstance();
           }
-          vectorConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.admin.v1.Index.IndexField.VectorConfig, com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder, com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder>(
+          vectorConfigBuilder_ =
+              new com.google.protobuf.SingleFieldBuilderV3<
+                  com.google.firestore.admin.v1.Index.IndexField.VectorConfig,
+                  com.google.firestore.admin.v1.Index.IndexField.VectorConfig.Builder,
+                  com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder>(
                   (com.google.firestore.admin.v1.Index.IndexField.VectorConfig) valueMode_,
                   getParentForChildren(),
                   isClean());
@@ -3426,6 +3860,7 @@ public com.google.firestore.admin.v1.Index.IndexField.VectorConfigOrBuilder getV
         onChanged();
         return vectorConfigBuilder_;
       }
+
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -3438,12 +3873,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
-
       // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Index.IndexField)
     }
 
     // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Index.IndexField)
     private static final com.google.firestore.admin.v1.Index.IndexField DEFAULT_INSTANCE;
+
     static {
       DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Index.IndexField();
     }
@@ -3452,27 +3887,28 @@ public static com.google.firestore.admin.v1.Index.IndexField getDefaultInstance(
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser
-        PARSER = new com.google.protobuf.AbstractParser() {
-      @java.lang.Override
-      public IndexField parsePartialFrom(
-          com.google.protobuf.CodedInputStream input,
-          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-          throws com.google.protobuf.InvalidProtocolBufferException {
-        Builder builder = newBuilder();
-        try {
-          builder.mergeFrom(input, extensionRegistry);
-        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-          throw e.setUnfinishedMessage(builder.buildPartial());
-        } catch (com.google.protobuf.UninitializedMessageException e) {
-          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-        } catch (java.io.IOException e) {
-          throw new com.google.protobuf.InvalidProtocolBufferException(e)
-              .setUnfinishedMessage(builder.buildPartial());
-        }
-        return builder.buildPartial();
-      }
-    };
+    private static final com.google.protobuf.Parser PARSER =
+        new com.google.protobuf.AbstractParser() {
+          @java.lang.Override
+          public IndexField parsePartialFrom(
+              com.google.protobuf.CodedInputStream input,
+              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+              throws com.google.protobuf.InvalidProtocolBufferException {
+            Builder builder = newBuilder();
+            try {
+              builder.mergeFrom(input, extensionRegistry);
+            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+              throw e.setUnfinishedMessage(builder.buildPartial());
+            } catch (com.google.protobuf.UninitializedMessageException e) {
+              throw e.asInvalidProtocolBufferException()
+                  .setUnfinishedMessage(builder.buildPartial());
+            } catch (java.io.IOException e) {
+              throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                  .setUnfinishedMessage(builder.buildPartial());
+            }
+            return builder.buildPartial();
+          }
+        };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -3487,13 +3923,15 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.firestore.admin.v1.Index.IndexField getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
-
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Output only. A server defined name for this index.
    * The form of this name for composite indexes will be:
@@ -3502,6 +3940,7 @@ public com.google.firestore.admin.v1.Index.IndexField getDefaultInstanceForType(
    * 
* * string name = 1; + * * @return The name. */ @java.lang.Override @@ -3510,14 +3949,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Output only. A server defined name for this index.
    * The form of this name for composite indexes will be:
@@ -3526,16 +3966,15 @@ public java.lang.String getName() {
    * 
* * string name = 1; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -3546,6 +3985,8 @@ public java.lang.String getName() { public static final int QUERY_SCOPE_FIELD_NUMBER = 2; private int queryScope_ = 0; /** + * + * *
    * Indexes with a collection query scope specified allow queries
    * against a collection that is the child of a specific document, specified at
@@ -3557,12 +3998,16 @@ public java.lang.String getName() {
    * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; + * * @return The enum numeric value on the wire for queryScope. */ - @java.lang.Override public int getQueryScopeValue() { + @java.lang.Override + public int getQueryScopeValue() { return queryScope_; } /** + * + * *
    * Indexes with a collection query scope specified allow queries
    * against a collection that is the child of a specific document, specified at
@@ -3574,43 +4019,58 @@ public java.lang.String getName() {
    * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; + * * @return The queryScope. */ - @java.lang.Override public com.google.firestore.admin.v1.Index.QueryScope getQueryScope() { - com.google.firestore.admin.v1.Index.QueryScope result = com.google.firestore.admin.v1.Index.QueryScope.forNumber(queryScope_); + @java.lang.Override + public com.google.firestore.admin.v1.Index.QueryScope getQueryScope() { + com.google.firestore.admin.v1.Index.QueryScope result = + com.google.firestore.admin.v1.Index.QueryScope.forNumber(queryScope_); return result == null ? com.google.firestore.admin.v1.Index.QueryScope.UNRECOGNIZED : result; } public static final int API_SCOPE_FIELD_NUMBER = 5; private int apiScope_ = 0; /** + * + * *
    * The API scope supported by this index.
    * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; + * * @return The enum numeric value on the wire for apiScope. */ - @java.lang.Override public int getApiScopeValue() { + @java.lang.Override + public int getApiScopeValue() { return apiScope_; } /** + * + * *
    * The API scope supported by this index.
    * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; + * * @return The apiScope. */ - @java.lang.Override public com.google.firestore.admin.v1.Index.ApiScope getApiScope() { - com.google.firestore.admin.v1.Index.ApiScope result = com.google.firestore.admin.v1.Index.ApiScope.forNumber(apiScope_); + @java.lang.Override + public com.google.firestore.admin.v1.Index.ApiScope getApiScope() { + com.google.firestore.admin.v1.Index.ApiScope result = + com.google.firestore.admin.v1.Index.ApiScope.forNumber(apiScope_); return result == null ? com.google.firestore.admin.v1.Index.ApiScope.UNRECOGNIZED : result; } public static final int FIELDS_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private java.util.List fields_; /** + * + * *
    * The fields supported by this index.
    *
@@ -3632,6 +4092,8 @@ public java.util.List getFieldsL
     return fields_;
   }
   /**
+   *
+   *
    * 
    * The fields supported by this index.
    *
@@ -3649,11 +4111,13 @@ public java.util.List getFieldsL
    * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
    */
   @java.lang.Override
-  public java.util.List 
+  public java.util.List
       getFieldsOrBuilderList() {
     return fields_;
   }
   /**
+   *
+   *
    * 
    * The fields supported by this index.
    *
@@ -3675,6 +4139,8 @@ public int getFieldsCount() {
     return fields_.size();
   }
   /**
+   *
+   *
    * 
    * The fields supported by this index.
    *
@@ -3696,6 +4162,8 @@ public com.google.firestore.admin.v1.Index.IndexField getFields(int index) {
     return fields_.get(index);
   }
   /**
+   *
+   *
    * 
    * The fields supported by this index.
    *
@@ -3713,38 +4181,47 @@ public com.google.firestore.admin.v1.Index.IndexField getFields(int index) {
    * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
    */
   @java.lang.Override
-  public com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilder(
-      int index) {
+  public com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilder(int index) {
     return fields_.get(index);
   }
 
   public static final int STATE_FIELD_NUMBER = 4;
   private int state_ = 0;
   /**
+   *
+   *
    * 
    * Output only. The serving state of the index.
    * 
* * .google.firestore.admin.v1.Index.State state = 4; + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
    * Output only. The serving state of the index.
    * 
* * .google.firestore.admin.v1.Index.State state = 4; + * * @return The state. */ - @java.lang.Override public com.google.firestore.admin.v1.Index.State getState() { - com.google.firestore.admin.v1.Index.State result = com.google.firestore.admin.v1.Index.State.forNumber(state_); + @java.lang.Override + public com.google.firestore.admin.v1.Index.State getState() { + com.google.firestore.admin.v1.Index.State result = + com.google.firestore.admin.v1.Index.State.forNumber(state_); return result == null ? com.google.firestore.admin.v1.Index.State.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -3756,12 +4233,12 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } - if (queryScope_ != com.google.firestore.admin.v1.Index.QueryScope.QUERY_SCOPE_UNSPECIFIED.getNumber()) { + if (queryScope_ + != com.google.firestore.admin.v1.Index.QueryScope.QUERY_SCOPE_UNSPECIFIED.getNumber()) { output.writeEnum(2, queryScope_); } for (int i = 0; i < fields_.size(); i++) { @@ -3785,21 +4262,18 @@ public int getSerializedSize() { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } - if (queryScope_ != com.google.firestore.admin.v1.Index.QueryScope.QUERY_SCOPE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(2, queryScope_); + if (queryScope_ + != com.google.firestore.admin.v1.Index.QueryScope.QUERY_SCOPE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, queryScope_); } for (int i = 0; i < fields_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(3, fields_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, fields_.get(i)); } if (state_ != com.google.firestore.admin.v1.Index.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(4, state_); + size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, state_); } if (apiScope_ != com.google.firestore.admin.v1.Index.ApiScope.ANY_API.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(5, apiScope_); + size += com.google.protobuf.CodedOutputStream.computeEnumSize(5, apiScope_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -3809,19 +4283,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Index)) { return super.equals(obj); } com.google.firestore.admin.v1.Index other = (com.google.firestore.admin.v1.Index) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (queryScope_ != other.queryScope_) return false; if (apiScope_ != other.apiScope_) return false; - if (!getFieldsList() - .equals(other.getFieldsList())) return false; + if (!getFieldsList().equals(other.getFieldsList())) return false; if (state_ != other.state_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -3851,99 +4323,103 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.Index parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.Index parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Index parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.Index parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.firestore.admin.v1.Index parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Index parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Index parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Index parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Index parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Index parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.admin.v1.Index parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Index parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.Index parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Index parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.Index prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Cloud Firestore indexes enable simple and complex queries against
    * documents in a database.
@@ -3951,33 +4427,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.Index}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Index)
       com.google.firestore.admin.v1.IndexOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.IndexProto
+          .internal_static_google_firestore_admin_v1_Index_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_fieldAccessorTable
+      return com.google.firestore.admin.v1.IndexProto
+          .internal_static_google_firestore_admin_v1_Index_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.Index.class, com.google.firestore.admin.v1.Index.Builder.class);
+              com.google.firestore.admin.v1.Index.class,
+              com.google.firestore.admin.v1.Index.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.Index.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -3997,9 +4472,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.IndexProto.internal_static_google_firestore_admin_v1_Index_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.IndexProto
+          .internal_static_google_firestore_admin_v1_Index_descriptor;
     }
 
     @java.lang.Override
@@ -4020,7 +4495,9 @@ public com.google.firestore.admin.v1.Index build() {
     public com.google.firestore.admin.v1.Index buildPartial() {
       com.google.firestore.admin.v1.Index result = new com.google.firestore.admin.v1.Index(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -4057,38 +4534,39 @@ private void buildPartial0(com.google.firestore.admin.v1.Index result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.Index) {
-        return mergeFrom((com.google.firestore.admin.v1.Index)other);
+        return mergeFrom((com.google.firestore.admin.v1.Index) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -4126,9 +4604,10 @@ public Builder mergeFrom(com.google.firestore.admin.v1.Index other) {
             fieldsBuilder_ = null;
             fields_ = other.fields_;
             bitField0_ = (bitField0_ & ~0x00000008);
-            fieldsBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getFieldsFieldBuilder() : null;
+            fieldsBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getFieldsFieldBuilder()
+                    : null;
           } else {
             fieldsBuilder_.addAllMessages(other.fields_);
           }
@@ -4163,45 +4642,50 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 16: {
-              queryScope_ = input.readEnum();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 16
-            case 26: {
-              com.google.firestore.admin.v1.Index.IndexField m =
-                  input.readMessage(
-                      com.google.firestore.admin.v1.Index.IndexField.parser(),
-                      extensionRegistry);
-              if (fieldsBuilder_ == null) {
-                ensureFieldsIsMutable();
-                fields_.add(m);
-              } else {
-                fieldsBuilder_.addMessage(m);
-              }
-              break;
-            } // case 26
-            case 32: {
-              state_ = input.readEnum();
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 32
-            case 40: {
-              apiScope_ = input.readEnum();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 40
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 16:
+              {
+                queryScope_ = input.readEnum();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 16
+            case 26:
+              {
+                com.google.firestore.admin.v1.Index.IndexField m =
+                    input.readMessage(
+                        com.google.firestore.admin.v1.Index.IndexField.parser(), extensionRegistry);
+                if (fieldsBuilder_ == null) {
+                  ensureFieldsIsMutable();
+                  fields_.add(m);
+                } else {
+                  fieldsBuilder_.addMessage(m);
+                }
+                break;
+              } // case 26
+            case 32:
+              {
+                state_ = input.readEnum();
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 32
+            case 40:
+              {
+                apiScope_ = input.readEnum();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 40
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -4211,10 +4695,13 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Output only. A server defined name for this index.
      * The form of this name for composite indexes will be:
@@ -4223,13 +4710,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -4238,6 +4725,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Output only. A server defined name for this index.
      * The form of this name for composite indexes will be:
@@ -4246,15 +4735,14 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -4262,6 +4750,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Output only. A server defined name for this index.
      * The form of this name for composite indexes will be:
@@ -4270,18 +4760,22 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Output only. A server defined name for this index.
      * The form of this name for composite indexes will be:
@@ -4290,6 +4784,7 @@ public Builder setName(
      * 
* * string name = 1; + * * @return This builder for chaining. */ public Builder clearName() { @@ -4299,6 +4794,8 @@ public Builder clearName() { return this; } /** + * + * *
      * Output only. A server defined name for this index.
      * The form of this name for composite indexes will be:
@@ -4307,12 +4804,14 @@ public Builder clearName() {
      * 
* * string name = 1; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -4322,6 +4821,8 @@ public Builder setNameBytes( private int queryScope_ = 0; /** + * + * *
      * Indexes with a collection query scope specified allow queries
      * against a collection that is the child of a specific document, specified at
@@ -4333,12 +4834,16 @@ public Builder setNameBytes(
      * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; + * * @return The enum numeric value on the wire for queryScope. */ - @java.lang.Override public int getQueryScopeValue() { + @java.lang.Override + public int getQueryScopeValue() { return queryScope_; } /** + * + * *
      * Indexes with a collection query scope specified allow queries
      * against a collection that is the child of a specific document, specified at
@@ -4350,6 +4855,7 @@ public Builder setNameBytes(
      * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; + * * @param value The enum numeric value on the wire for queryScope to set. * @return This builder for chaining. */ @@ -4360,6 +4866,8 @@ public Builder setQueryScopeValue(int value) { return this; } /** + * + * *
      * Indexes with a collection query scope specified allow queries
      * against a collection that is the child of a specific document, specified at
@@ -4371,14 +4879,18 @@ public Builder setQueryScopeValue(int value) {
      * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; + * * @return The queryScope. */ @java.lang.Override public com.google.firestore.admin.v1.Index.QueryScope getQueryScope() { - com.google.firestore.admin.v1.Index.QueryScope result = com.google.firestore.admin.v1.Index.QueryScope.forNumber(queryScope_); + com.google.firestore.admin.v1.Index.QueryScope result = + com.google.firestore.admin.v1.Index.QueryScope.forNumber(queryScope_); return result == null ? com.google.firestore.admin.v1.Index.QueryScope.UNRECOGNIZED : result; } /** + * + * *
      * Indexes with a collection query scope specified allow queries
      * against a collection that is the child of a specific document, specified at
@@ -4390,6 +4902,7 @@ public com.google.firestore.admin.v1.Index.QueryScope getQueryScope() {
      * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; + * * @param value The queryScope to set. * @return This builder for chaining. */ @@ -4403,6 +4916,8 @@ public Builder setQueryScope(com.google.firestore.admin.v1.Index.QueryScope valu return this; } /** + * + * *
      * Indexes with a collection query scope specified allow queries
      * against a collection that is the child of a specific document, specified at
@@ -4414,6 +4929,7 @@ public Builder setQueryScope(com.google.firestore.admin.v1.Index.QueryScope valu
      * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; + * * @return This builder for chaining. */ public Builder clearQueryScope() { @@ -4425,22 +4941,29 @@ public Builder clearQueryScope() { private int apiScope_ = 0; /** + * + * *
      * The API scope supported by this index.
      * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; + * * @return The enum numeric value on the wire for apiScope. */ - @java.lang.Override public int getApiScopeValue() { + @java.lang.Override + public int getApiScopeValue() { return apiScope_; } /** + * + * *
      * The API scope supported by this index.
      * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; + * * @param value The enum numeric value on the wire for apiScope to set. * @return This builder for chaining. */ @@ -4451,24 +4974,31 @@ public Builder setApiScopeValue(int value) { return this; } /** + * + * *
      * The API scope supported by this index.
      * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; + * * @return The apiScope. */ @java.lang.Override public com.google.firestore.admin.v1.Index.ApiScope getApiScope() { - com.google.firestore.admin.v1.Index.ApiScope result = com.google.firestore.admin.v1.Index.ApiScope.forNumber(apiScope_); + com.google.firestore.admin.v1.Index.ApiScope result = + com.google.firestore.admin.v1.Index.ApiScope.forNumber(apiScope_); return result == null ? com.google.firestore.admin.v1.Index.ApiScope.UNRECOGNIZED : result; } /** + * + * *
      * The API scope supported by this index.
      * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; + * * @param value The apiScope to set. * @return This builder for chaining. */ @@ -4482,11 +5012,14 @@ public Builder setApiScope(com.google.firestore.admin.v1.Index.ApiScope value) { return this; } /** + * + * *
      * The API scope supported by this index.
      * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; + * * @return This builder for chaining. */ public Builder clearApiScope() { @@ -4497,18 +5030,24 @@ public Builder clearApiScope() { } private java.util.List fields_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureFieldsIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { fields_ = new java.util.ArrayList(fields_); bitField0_ |= 0x00000008; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Index.IndexField, com.google.firestore.admin.v1.Index.IndexField.Builder, com.google.firestore.admin.v1.Index.IndexFieldOrBuilder> fieldsBuilder_; + com.google.firestore.admin.v1.Index.IndexField, + com.google.firestore.admin.v1.Index.IndexField.Builder, + com.google.firestore.admin.v1.Index.IndexFieldOrBuilder> + fieldsBuilder_; /** + * + * *
      * The fields supported by this index.
      *
@@ -4533,6 +5072,8 @@ public java.util.List getFieldsL
       }
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4557,6 +5098,8 @@ public int getFieldsCount() {
       }
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4581,6 +5124,8 @@ public com.google.firestore.admin.v1.Index.IndexField getFields(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4597,8 +5142,7 @@ public com.google.firestore.admin.v1.Index.IndexField getFields(int index) {
      *
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
-    public Builder setFields(
-        int index, com.google.firestore.admin.v1.Index.IndexField value) {
+    public Builder setFields(int index, com.google.firestore.admin.v1.Index.IndexField value) {
       if (fieldsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -4612,6 +5156,8 @@ public Builder setFields(
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4640,6 +5186,8 @@ public Builder setFields(
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4670,6 +5218,8 @@ public Builder addFields(com.google.firestore.admin.v1.Index.IndexField value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4686,8 +5236,7 @@ public Builder addFields(com.google.firestore.admin.v1.Index.IndexField value) {
      *
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
-    public Builder addFields(
-        int index, com.google.firestore.admin.v1.Index.IndexField value) {
+    public Builder addFields(int index, com.google.firestore.admin.v1.Index.IndexField value) {
       if (fieldsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -4701,6 +5250,8 @@ public Builder addFields(
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4729,6 +5280,8 @@ public Builder addFields(
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4757,6 +5310,8 @@ public Builder addFields(
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4777,8 +5332,7 @@ public Builder addAllFields(
         java.lang.Iterable values) {
       if (fieldsBuilder_ == null) {
         ensureFieldsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, fields_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, fields_);
         onChanged();
       } else {
         fieldsBuilder_.addAllMessages(values);
@@ -4786,6 +5340,8 @@ public Builder addAllFields(
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4813,6 +5369,8 @@ public Builder clearFields() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4840,6 +5398,8 @@ public Builder removeFields(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4856,11 +5416,12 @@ public Builder removeFields(int index) {
      *
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
-    public com.google.firestore.admin.v1.Index.IndexField.Builder getFieldsBuilder(
-        int index) {
+    public com.google.firestore.admin.v1.Index.IndexField.Builder getFieldsBuilder(int index) {
       return getFieldsFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4877,14 +5438,16 @@ public com.google.firestore.admin.v1.Index.IndexField.Builder getFieldsBuilder(
      *
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
-    public com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilder(
-        int index) {
+    public com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilder(int index) {
       if (fieldsBuilder_ == null) {
-        return fields_.get(index);  } else {
+        return fields_.get(index);
+      } else {
         return fieldsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4901,8 +5464,8 @@ public com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilde
      *
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
-    public java.util.List 
-         getFieldsOrBuilderList() {
+    public java.util.List
+        getFieldsOrBuilderList() {
       if (fieldsBuilder_ != null) {
         return fieldsBuilder_.getMessageOrBuilderList();
       } else {
@@ -4910,6 +5473,8 @@ public com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilde
       }
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4927,10 +5492,12 @@ public com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilde
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
     public com.google.firestore.admin.v1.Index.IndexField.Builder addFieldsBuilder() {
-      return getFieldsFieldBuilder().addBuilder(
-          com.google.firestore.admin.v1.Index.IndexField.getDefaultInstance());
+      return getFieldsFieldBuilder()
+          .addBuilder(com.google.firestore.admin.v1.Index.IndexField.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4947,12 +5514,13 @@ public com.google.firestore.admin.v1.Index.IndexField.Builder addFieldsBuilder()
      *
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
-    public com.google.firestore.admin.v1.Index.IndexField.Builder addFieldsBuilder(
-        int index) {
-      return getFieldsFieldBuilder().addBuilder(
-          index, com.google.firestore.admin.v1.Index.IndexField.getDefaultInstance());
+    public com.google.firestore.admin.v1.Index.IndexField.Builder addFieldsBuilder(int index) {
+      return getFieldsFieldBuilder()
+          .addBuilder(index, com.google.firestore.admin.v1.Index.IndexField.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The fields supported by this index.
      *
@@ -4969,20 +5537,23 @@ public com.google.firestore.admin.v1.Index.IndexField.Builder addFieldsBuilder(
      *
      * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
      */
-    public java.util.List 
-         getFieldsBuilderList() {
+    public java.util.List
+        getFieldsBuilderList() {
       return getFieldsFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.admin.v1.Index.IndexField, com.google.firestore.admin.v1.Index.IndexField.Builder, com.google.firestore.admin.v1.Index.IndexFieldOrBuilder> 
+            com.google.firestore.admin.v1.Index.IndexField,
+            com.google.firestore.admin.v1.Index.IndexField.Builder,
+            com.google.firestore.admin.v1.Index.IndexFieldOrBuilder>
         getFieldsFieldBuilder() {
       if (fieldsBuilder_ == null) {
-        fieldsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.admin.v1.Index.IndexField, com.google.firestore.admin.v1.Index.IndexField.Builder, com.google.firestore.admin.v1.Index.IndexFieldOrBuilder>(
-                fields_,
-                ((bitField0_ & 0x00000008) != 0),
-                getParentForChildren(),
-                isClean());
+        fieldsBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.firestore.admin.v1.Index.IndexField,
+                com.google.firestore.admin.v1.Index.IndexField.Builder,
+                com.google.firestore.admin.v1.Index.IndexFieldOrBuilder>(
+                fields_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean());
         fields_ = null;
       }
       return fieldsBuilder_;
@@ -4990,22 +5561,29 @@ public com.google.firestore.admin.v1.Index.IndexField.Builder addFieldsBuilder(
 
     private int state_ = 0;
     /**
+     *
+     *
      * 
      * Output only. The serving state of the index.
      * 
* * .google.firestore.admin.v1.Index.State state = 4; + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
      * Output only. The serving state of the index.
      * 
* * .google.firestore.admin.v1.Index.State state = 4; + * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ @@ -5016,24 +5594,31 @@ public Builder setStateValue(int value) { return this; } /** + * + * *
      * Output only. The serving state of the index.
      * 
* * .google.firestore.admin.v1.Index.State state = 4; + * * @return The state. */ @java.lang.Override public com.google.firestore.admin.v1.Index.State getState() { - com.google.firestore.admin.v1.Index.State result = com.google.firestore.admin.v1.Index.State.forNumber(state_); + com.google.firestore.admin.v1.Index.State result = + com.google.firestore.admin.v1.Index.State.forNumber(state_); return result == null ? com.google.firestore.admin.v1.Index.State.UNRECOGNIZED : result; } /** + * + * *
      * Output only. The serving state of the index.
      * 
* * .google.firestore.admin.v1.Index.State state = 4; + * * @param value The state to set. * @return This builder for chaining. */ @@ -5047,11 +5632,14 @@ public Builder setState(com.google.firestore.admin.v1.Index.State value) { return this; } /** + * + * *
      * Output only. The serving state of the index.
      * 
* * .google.firestore.admin.v1.Index.State state = 4; + * * @return This builder for chaining. */ public Builder clearState() { @@ -5060,9 +5648,9 @@ public Builder clearState() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -5072,12 +5660,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Index) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Index) private static final com.google.firestore.admin.v1.Index DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Index(); } @@ -5086,27 +5674,27 @@ public static com.google.firestore.admin.v1.Index getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Index parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Index parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -5121,6 +5709,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Index getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexName.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexName.java similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexName.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexName.java diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadata.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadata.java similarity index 72% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadata.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadata.java index 2033be4dc..ff822be42 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadata.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadata.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
  * results from
@@ -13,15 +30,16 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.IndexOperationMetadata}
  */
-public final class IndexOperationMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class IndexOperationMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.IndexOperationMetadata)
     IndexOperationMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use IndexOperationMetadata.newBuilder() to construct.
   private IndexOperationMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private IndexOperationMetadata() {
     index_ = "";
     state_ = 0;
@@ -29,33 +47,37 @@ private IndexOperationMetadata() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new IndexOperationMetadata();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.IndexOperationMetadata.class, com.google.firestore.admin.v1.IndexOperationMetadata.Builder.class);
+            com.google.firestore.admin.v1.IndexOperationMetadata.class,
+            com.google.firestore.admin.v1.IndexOperationMetadata.Builder.class);
   }
 
   private int bitField0_;
   public static final int START_TIME_FIELD_NUMBER = 1;
   private com.google.protobuf.Timestamp startTime_;
   /**
+   *
+   *
    * 
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ @java.lang.Override @@ -63,11 +85,14 @@ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ @java.lang.Override @@ -75,6 +100,8 @@ public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } /** + * + * *
    * The time this operation started.
    * 
@@ -89,12 +116,15 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp endTime_; /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ @java.lang.Override @@ -102,12 +132,15 @@ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ @java.lang.Override @@ -115,6 +148,8 @@ public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -128,15 +163,19 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
   }
 
   public static final int INDEX_FIELD_NUMBER = 3;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object index_ = "";
   /**
+   *
+   *
    * 
    * The index resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* * string index = 3; + * * @return The index. */ @java.lang.Override @@ -145,30 +184,30 @@ public java.lang.String getIndex() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); index_ = s; return s; } } /** + * + * *
    * The index resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* * string index = 3; + * * @return The bytes for index. */ @java.lang.Override - public com.google.protobuf.ByteString - getIndexBytes() { + public com.google.protobuf.ByteString getIndexBytes() { java.lang.Object ref = index_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); index_ = b; return b; } else { @@ -179,37 +218,49 @@ public java.lang.String getIndex() { public static final int STATE_FIELD_NUMBER = 4; private int state_ = 0; /** + * + * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 4; + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 4; + * * @return The state. */ - @java.lang.Override public com.google.firestore.admin.v1.OperationState getState() { - com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(state_); + @java.lang.Override + public com.google.firestore.admin.v1.OperationState getState() { + com.google.firestore.admin.v1.OperationState result = + com.google.firestore.admin.v1.OperationState.forNumber(state_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } public static final int PROGRESS_DOCUMENTS_FIELD_NUMBER = 5; private com.google.firestore.admin.v1.Progress progressDocuments_; /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 5; + * * @return Whether the progressDocuments field is set. */ @java.lang.Override @@ -217,18 +268,25 @@ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 5; + * * @return The progressDocuments. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressDocuments() { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } /** + * + * *
    * The progress, in documents, of this operation.
    * 
@@ -237,17 +295,22 @@ public com.google.firestore.admin.v1.Progress getProgressDocuments() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder() { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } public static final int PROGRESS_BYTES_FIELD_NUMBER = 6; private com.google.firestore.admin.v1.Progress progressBytes_; /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 6; + * * @return Whether the progressBytes field is set. */ @java.lang.Override @@ -255,18 +318,25 @@ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 6; + * * @return The progressBytes. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressBytes() { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } /** + * + * *
    * The progress, in bytes, of this operation.
    * 
@@ -275,10 +345,13 @@ public com.google.firestore.admin.v1.Progress getProgressBytes() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder() { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -290,8 +363,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getStartTime()); } @@ -301,7 +373,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(index_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, index_); } - if (state_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + if (state_ + != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { output.writeEnum(4, state_); } if (((bitField0_ & 0x00000004) != 0)) { @@ -320,27 +393,23 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getStartTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getStartTime()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getEndTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEndTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(index_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, index_); } - if (state_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(4, state_); + if (state_ + != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, state_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(5, getProgressDocuments()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getProgressDocuments()); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(6, getProgressBytes()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getProgressBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -350,35 +419,31 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.IndexOperationMetadata)) { return super.equals(obj); } - com.google.firestore.admin.v1.IndexOperationMetadata other = (com.google.firestore.admin.v1.IndexOperationMetadata) obj; + com.google.firestore.admin.v1.IndexOperationMetadata other = + (com.google.firestore.admin.v1.IndexOperationMetadata) obj; if (hasStartTime() != other.hasStartTime()) return false; if (hasStartTime()) { - if (!getStartTime() - .equals(other.getStartTime())) return false; + if (!getStartTime().equals(other.getStartTime())) return false; } if (hasEndTime() != other.hasEndTime()) return false; if (hasEndTime()) { - if (!getEndTime() - .equals(other.getEndTime())) return false; + if (!getEndTime().equals(other.getEndTime())) return false; } - if (!getIndex() - .equals(other.getIndex())) return false; + if (!getIndex().equals(other.getIndex())) return false; if (state_ != other.state_) return false; if (hasProgressDocuments() != other.hasProgressDocuments()) return false; if (hasProgressDocuments()) { - if (!getProgressDocuments() - .equals(other.getProgressDocuments())) return false; + if (!getProgressDocuments().equals(other.getProgressDocuments())) return false; } if (hasProgressBytes() != other.hasProgressBytes()) return false; if (hasProgressBytes()) { - if (!getProgressBytes() - .equals(other.getProgressBytes())) return false; + if (!getProgressBytes().equals(other.getProgressBytes())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -417,98 +482,103 @@ public int hashCode() { } public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.IndexOperationMetadata parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.IndexOperationMetadata parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.IndexOperationMetadata parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.IndexOperationMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.IndexOperationMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Metadata for [google.longrunning.Operation][google.longrunning.Operation]
    * results from
@@ -517,21 +587,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.IndexOperationMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.IndexOperationMetadata)
       com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.IndexOperationMetadata.class, com.google.firestore.admin.v1.IndexOperationMetadata.Builder.class);
+              com.google.firestore.admin.v1.IndexOperationMetadata.class,
+              com.google.firestore.admin.v1.IndexOperationMetadata.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.IndexOperationMetadata.newBuilder()
@@ -539,20 +611,20 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getStartTimeFieldBuilder();
         getEndTimeFieldBuilder();
         getProgressDocumentsFieldBuilder();
         getProgressBytesFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -583,9 +655,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -604,8 +676,11 @@ public com.google.firestore.admin.v1.IndexOperationMetadata build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.IndexOperationMetadata buildPartial() {
-      com.google.firestore.admin.v1.IndexOperationMetadata result = new com.google.firestore.admin.v1.IndexOperationMetadata(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.IndexOperationMetadata result =
+          new com.google.firestore.admin.v1.IndexOperationMetadata(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -614,15 +689,11 @@ private void buildPartial0(com.google.firestore.admin.v1.IndexOperationMetadata
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.startTime_ = startTimeBuilder_ == null
-            ? startTime_
-            : startTimeBuilder_.build();
+        result.startTime_ = startTimeBuilder_ == null ? startTime_ : startTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.endTime_ = endTimeBuilder_ == null
-            ? endTime_
-            : endTimeBuilder_.build();
+        result.endTime_ = endTimeBuilder_ == null ? endTime_ : endTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
@@ -632,15 +703,15 @@ private void buildPartial0(com.google.firestore.admin.v1.IndexOperationMetadata
         result.state_ = state_;
       }
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.progressDocuments_ = progressDocumentsBuilder_ == null
-            ? progressDocuments_
-            : progressDocumentsBuilder_.build();
+        result.progressDocuments_ =
+            progressDocumentsBuilder_ == null
+                ? progressDocuments_
+                : progressDocumentsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.progressBytes_ = progressBytesBuilder_ == null
-            ? progressBytes_
-            : progressBytesBuilder_.build();
+        result.progressBytes_ =
+            progressBytesBuilder_ == null ? progressBytes_ : progressBytesBuilder_.build();
         to_bitField0_ |= 0x00000008;
       }
       result.bitField0_ |= to_bitField0_;
@@ -650,38 +721,39 @@ private void buildPartial0(com.google.firestore.admin.v1.IndexOperationMetadata
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.IndexOperationMetadata) {
-        return mergeFrom((com.google.firestore.admin.v1.IndexOperationMetadata)other);
+        return mergeFrom((com.google.firestore.admin.v1.IndexOperationMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -689,7 +761,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.IndexOperationMetadata other) {
-      if (other == com.google.firestore.admin.v1.IndexOperationMetadata.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.IndexOperationMetadata.getDefaultInstance())
+        return this;
       if (other.hasStartTime()) {
         mergeStartTime(other.getStartTime());
       }
@@ -736,50 +809,50 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getStartTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getEndTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 26: {
-              index_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            case 32: {
-              state_ = input.readEnum();
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 32
-            case 42: {
-              input.readMessage(
-                  getProgressDocumentsFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 42
-            case 50: {
-              input.readMessage(
-                  getProgressBytesFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000020;
-              break;
-            } // case 50
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getStartTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getEndTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 26:
+              {
+                index_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            case 32:
+              {
+                state_ = input.readEnum();
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 32
+            case 42:
+              {
+                input.readMessage(
+                    getProgressDocumentsFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 42
+            case 50:
+              {
+                input.readMessage(getProgressBytesFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000020;
+                break;
+              } // case 50
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -789,28 +862,38 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.protobuf.Timestamp startTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_;
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
+        startTimeBuilder_;
     /**
+     *
+     *
      * 
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ public com.google.protobuf.Timestamp getStartTime() { @@ -821,6 +904,8 @@ public com.google.protobuf.Timestamp getStartTime() { } } /** + * + * *
      * The time this operation started.
      * 
@@ -841,14 +926,15 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The time this operation started.
      * 
* * .google.protobuf.Timestamp start_time = 1; */ - public Builder setStartTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (startTimeBuilder_ == null) { startTime_ = builderForValue.build(); } else { @@ -859,6 +945,8 @@ public Builder setStartTime( return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -867,9 +955,9 @@ public Builder setStartTime( */ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { if (startTimeBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - startTime_ != null && - startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && startTime_ != null + && startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getStartTimeBuilder().mergeFrom(value); } else { startTime_ = value; @@ -884,6 +972,8 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -901,6 +991,8 @@ public Builder clearStartTime() { return this; } /** + * + * *
      * The time this operation started.
      * 
@@ -913,6 +1005,8 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { return getStartTimeFieldBuilder().getBuilder(); } /** + * + * *
      * The time this operation started.
      * 
@@ -923,11 +1017,12 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { if (startTimeBuilder_ != null) { return startTimeBuilder_.getMessageOrBuilder(); } else { - return startTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } /** + * + * *
      * The time this operation started.
      * 
@@ -935,14 +1030,17 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { * .google.protobuf.Timestamp start_time = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getStartTimeFieldBuilder() { if (startTimeBuilder_ == null) { - startTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getStartTime(), - getParentForChildren(), - isClean()); + startTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getStartTime(), getParentForChildren(), isClean()); startTime_ = null; } return startTimeBuilder_; @@ -950,26 +1048,35 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { private com.google.protobuf.Timestamp endTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + endTimeBuilder_; /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
      * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ public com.google.protobuf.Timestamp getEndTime() { @@ -980,6 +1087,8 @@ public com.google.protobuf.Timestamp getEndTime() { } } /** + * + * *
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1001,6 +1110,8 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1008,8 +1119,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp end_time = 2;
      */
-    public Builder setEndTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (endTimeBuilder_ == null) {
         endTime_ = builderForValue.build();
       } else {
@@ -1020,6 +1130,8 @@ public Builder setEndTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1029,9 +1141,9 @@ public Builder setEndTime(
      */
     public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       if (endTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0) &&
-          endTime_ != null &&
-          endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0)
+            && endTime_ != null
+            && endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getEndTimeBuilder().mergeFrom(value);
         } else {
           endTime_ = value;
@@ -1046,6 +1158,8 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1064,6 +1178,8 @@ public Builder clearEndTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1077,6 +1193,8 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() {
       return getEndTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1088,11 +1206,12 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
       if (endTimeBuilder_ != null) {
         return endTimeBuilder_.getMessageOrBuilder();
       } else {
-        return endTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
+        return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The time this operation completed. Will be unset if operation still in
      * progress.
@@ -1101,14 +1220,17 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
      * .google.protobuf.Timestamp end_time = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getEndTimeFieldBuilder() {
       if (endTimeBuilder_ == null) {
-        endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getEndTime(),
-                getParentForChildren(),
-                isClean());
+        endTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getEndTime(), getParentForChildren(), isClean());
         endTime_ = null;
       }
       return endTimeBuilder_;
@@ -1116,19 +1238,21 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
 
     private java.lang.Object index_ = "";
     /**
+     *
+     *
      * 
      * The index resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* * string index = 3; + * * @return The index. */ public java.lang.String getIndex() { java.lang.Object ref = index_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); index_ = s; return s; @@ -1137,21 +1261,22 @@ public java.lang.String getIndex() { } } /** + * + * *
      * The index resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* * string index = 3; + * * @return The bytes for index. */ - public com.google.protobuf.ByteString - getIndexBytes() { + public com.google.protobuf.ByteString getIndexBytes() { java.lang.Object ref = index_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); index_ = b; return b; } else { @@ -1159,30 +1284,37 @@ public java.lang.String getIndex() { } } /** + * + * *
      * The index resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* * string index = 3; + * * @param value The index to set. * @return This builder for chaining. */ - public Builder setIndex( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setIndex(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } index_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** + * + * *
      * The index resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* * string index = 3; + * * @return This builder for chaining. */ public Builder clearIndex() { @@ -1192,18 +1324,22 @@ public Builder clearIndex() { return this; } /** + * + * *
      * The index resource that this operation is acting on. For example:
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
      * 
* * string index = 3; + * * @param value The bytes for index to set. * @return This builder for chaining. */ - public Builder setIndexBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setIndexBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); index_ = value; bitField0_ |= 0x00000004; @@ -1213,22 +1349,29 @@ public Builder setIndexBytes( private int state_ = 0; /** + * + * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 4; + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 4; + * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ @@ -1239,24 +1382,31 @@ public Builder setStateValue(int value) { return this; } /** + * + * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 4; + * * @return The state. */ @java.lang.Override public com.google.firestore.admin.v1.OperationState getState() { - com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(state_); + com.google.firestore.admin.v1.OperationState result = + com.google.firestore.admin.v1.OperationState.forNumber(state_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } /** + * + * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 4; + * * @param value The state to set. * @return This builder for chaining. */ @@ -1270,11 +1420,14 @@ public Builder setState(com.google.firestore.admin.v1.OperationState value) { return this; } /** + * + * *
      * The state of the operation.
      * 
* * .google.firestore.admin.v1.OperationState state = 4; + * * @return This builder for chaining. */ public Builder clearState() { @@ -1286,34 +1439,47 @@ public Builder clearState() { private com.google.firestore.admin.v1.Progress progressDocuments_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressDocumentsBuilder_; + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> + progressDocumentsBuilder_; /** + * + * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 5; + * * @return Whether the progressDocuments field is set. */ public boolean hasProgressDocuments() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
      * The progress, in documents, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_documents = 5; + * * @return The progressDocuments. */ public com.google.firestore.admin.v1.Progress getProgressDocuments() { if (progressDocumentsBuilder_ == null) { - return progressDocuments_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } else { return progressDocumentsBuilder_.getMessage(); } } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1334,6 +1500,8 @@ public Builder setProgressDocuments(com.google.firestore.admin.v1.Progress value return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1352,6 +1520,8 @@ public Builder setProgressDocuments( return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1360,9 +1530,9 @@ public Builder setProgressDocuments( */ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress value) { if (progressDocumentsBuilder_ == null) { - if (((bitField0_ & 0x00000010) != 0) && - progressDocuments_ != null && - progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000010) != 0) + && progressDocuments_ != null + && progressDocuments_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressDocumentsBuilder().mergeFrom(value); } else { progressDocuments_ = value; @@ -1377,6 +1547,8 @@ public Builder mergeProgressDocuments(com.google.firestore.admin.v1.Progress val return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1394,6 +1566,8 @@ public Builder clearProgressDocuments() { return this; } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1406,6 +1580,8 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressDocumentsBuilde return getProgressDocumentsFieldBuilder().getBuilder(); } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1416,11 +1592,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui if (progressDocumentsBuilder_ != null) { return progressDocumentsBuilder_.getMessageOrBuilder(); } else { - return progressDocuments_ == null ? - com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressDocuments_; + return progressDocuments_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressDocuments_; } } /** + * + * *
      * The progress, in documents, of this operation.
      * 
@@ -1428,14 +1607,17 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui * .google.firestore.admin.v1.Progress progress_documents = 5; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> getProgressDocumentsFieldBuilder() { if (progressDocumentsBuilder_ == null) { - progressDocumentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressDocuments(), - getParentForChildren(), - isClean()); + progressDocumentsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressDocuments(), getParentForChildren(), isClean()); progressDocuments_ = null; } return progressDocumentsBuilder_; @@ -1443,34 +1625,47 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBui private com.google.firestore.admin.v1.Progress progressBytes_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressBytesBuilder_; + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> + progressBytesBuilder_; /** + * + * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 6; + * * @return Whether the progressBytes field is set. */ public boolean hasProgressBytes() { return ((bitField0_ & 0x00000020) != 0); } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
* * .google.firestore.admin.v1.Progress progress_bytes = 6; + * * @return The progressBytes. */ public com.google.firestore.admin.v1.Progress getProgressBytes() { if (progressBytesBuilder_ == null) { - return progressBytes_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } else { return progressBytesBuilder_.getMessage(); } } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1491,6 +1686,8 @@ public Builder setProgressBytes(com.google.firestore.admin.v1.Progress value) { return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1509,6 +1706,8 @@ public Builder setProgressBytes( return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1517,9 +1716,9 @@ public Builder setProgressBytes( */ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) { if (progressBytesBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) && - progressBytes_ != null && - progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) + && progressBytes_ != null + && progressBytes_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressBytesBuilder().mergeFrom(value); } else { progressBytes_ = value; @@ -1534,6 +1733,8 @@ public Builder mergeProgressBytes(com.google.firestore.admin.v1.Progress value) return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1551,6 +1752,8 @@ public Builder clearProgressBytes() { return this; } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1563,6 +1766,8 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressBytesBuilder() return getProgressBytesFieldBuilder().getBuilder(); } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1573,11 +1778,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder if (progressBytesBuilder_ != null) { return progressBytesBuilder_.getMessageOrBuilder(); } else { - return progressBytes_ == null ? - com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressBytes_; + return progressBytes_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressBytes_; } } /** + * + * *
      * The progress, in bytes, of this operation.
      * 
@@ -1585,21 +1793,24 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressBytesOrBuilder * .google.firestore.admin.v1.Progress progress_bytes = 6; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> getProgressBytesFieldBuilder() { if (progressBytesBuilder_ == null) { - progressBytesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressBytes(), - getParentForChildren(), - isClean()); + progressBytesBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressBytes(), getParentForChildren(), isClean()); progressBytes_ = null; } return progressBytesBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1609,12 +1820,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.IndexOperationMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.IndexOperationMetadata) private static final com.google.firestore.admin.v1.IndexOperationMetadata DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.IndexOperationMetadata(); } @@ -1623,27 +1834,27 @@ public static com.google.firestore.admin.v1.IndexOperationMetadata getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public IndexOperationMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public IndexOperationMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1658,6 +1869,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.IndexOperationMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadataOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadataOrBuilder.java similarity index 82% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadataOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadataOrBuilder.java index 7351bfdc4..fa8e3feef 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadataOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOperationMetadataOrBuilder.java @@ -1,32 +1,56 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface IndexOperationMetadataOrBuilder extends +public interface IndexOperationMetadataOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.IndexOperationMetadata) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** + * + * *
    * The time this operation started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** + * + * *
    * The time this operation started.
    * 
@@ -36,26 +60,34 @@ public interface IndexOperationMetadataOrBuilder extends com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** + * + * *
    * The time this operation completed. Will be unset if operation still in
    * progress.
@@ -66,65 +98,84 @@ public interface IndexOperationMetadataOrBuilder extends
   com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
 
   /**
+   *
+   *
    * 
    * The index resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* * string index = 3; + * * @return The index. */ java.lang.String getIndex(); /** + * + * *
    * The index resource that this operation is acting on. For example:
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
    * 
* * string index = 3; + * * @return The bytes for index. */ - com.google.protobuf.ByteString - getIndexBytes(); + com.google.protobuf.ByteString getIndexBytes(); /** + * + * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 4; + * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** + * + * *
    * The state of the operation.
    * 
* * .google.firestore.admin.v1.OperationState state = 4; + * * @return The state. */ com.google.firestore.admin.v1.OperationState getState(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 5; + * * @return Whether the progressDocuments field is set. */ boolean hasProgressDocuments(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_documents = 5; + * * @return The progressDocuments. */ com.google.firestore.admin.v1.Progress getProgressDocuments(); /** + * + * *
    * The progress, in documents, of this operation.
    * 
@@ -134,24 +185,32 @@ public interface IndexOperationMetadataOrBuilder extends com.google.firestore.admin.v1.ProgressOrBuilder getProgressDocumentsOrBuilder(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 6; + * * @return Whether the progressBytes field is set. */ boolean hasProgressBytes(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
* * .google.firestore.admin.v1.Progress progress_bytes = 6; + * * @return The progressBytes. */ com.google.firestore.admin.v1.Progress getProgressBytes(); /** + * + * *
    * The progress, in bytes, of this operation.
    * 
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOrBuilder.java similarity index 89% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOrBuilder.java index 6d10f1615..7381d8cc4 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/index.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface IndexOrBuilder extends +public interface IndexOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Index) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Output only. A server defined name for this index.
    * The form of this name for composite indexes will be:
@@ -17,10 +35,13 @@ public interface IndexOrBuilder extends
    * 
* * string name = 1; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Output only. A server defined name for this index.
    * The form of this name for composite indexes will be:
@@ -29,12 +50,14 @@ public interface IndexOrBuilder extends
    * 
* * string name = 1; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * Indexes with a collection query scope specified allow queries
    * against a collection that is the child of a specific document, specified at
@@ -46,10 +69,13 @@ public interface IndexOrBuilder extends
    * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; + * * @return The enum numeric value on the wire for queryScope. */ int getQueryScopeValue(); /** + * + * *
    * Indexes with a collection query scope specified allow queries
    * against a collection that is the child of a specific document, specified at
@@ -61,30 +87,39 @@ public interface IndexOrBuilder extends
    * 
* * .google.firestore.admin.v1.Index.QueryScope query_scope = 2; + * * @return The queryScope. */ com.google.firestore.admin.v1.Index.QueryScope getQueryScope(); /** + * + * *
    * The API scope supported by this index.
    * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; + * * @return The enum numeric value on the wire for apiScope. */ int getApiScopeValue(); /** + * + * *
    * The API scope supported by this index.
    * 
* * .google.firestore.admin.v1.Index.ApiScope api_scope = 5; + * * @return The apiScope. */ com.google.firestore.admin.v1.Index.ApiScope getApiScope(); /** + * + * *
    * The fields supported by this index.
    *
@@ -101,9 +136,10 @@ public interface IndexOrBuilder extends
    *
    * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
    */
-  java.util.List 
-      getFieldsList();
+  java.util.List getFieldsList();
   /**
+   *
+   *
    * 
    * The fields supported by this index.
    *
@@ -122,6 +158,8 @@ public interface IndexOrBuilder extends
    */
   com.google.firestore.admin.v1.Index.IndexField getFields(int index);
   /**
+   *
+   *
    * 
    * The fields supported by this index.
    *
@@ -140,6 +178,8 @@ public interface IndexOrBuilder extends
    */
   int getFieldsCount();
   /**
+   *
+   *
    * 
    * The fields supported by this index.
    *
@@ -156,9 +196,11 @@ public interface IndexOrBuilder extends
    *
    * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
    */
-  java.util.List 
+  java.util.List
       getFieldsOrBuilderList();
   /**
+   *
+   *
    * 
    * The fields supported by this index.
    *
@@ -175,24 +217,29 @@ public interface IndexOrBuilder extends
    *
    * repeated .google.firestore.admin.v1.Index.IndexField fields = 3;
    */
-  com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilder(
-      int index);
+  com.google.firestore.admin.v1.Index.IndexFieldOrBuilder getFieldsOrBuilder(int index);
 
   /**
+   *
+   *
    * 
    * Output only. The serving state of the index.
    * 
* * .google.firestore.admin.v1.Index.State state = 4; + * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** + * + * *
    * Output only. The serving state of the index.
    * 
* * .google.firestore.admin.v1.Index.State state = 4; + * * @return The state. */ com.google.firestore.admin.v1.Index.State getState(); diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java new file mode 100644 index 000000000..9055dc9f9 --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/IndexProto.java @@ -0,0 +1,148 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/index.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public final class IndexProto { + private IndexProto() {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); + } + + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_Index_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_Index_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_Index_IndexField_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + return descriptor; + } + + private static com.google.protobuf.Descriptors.FileDescriptor descriptor; + + static { + java.lang.String[] descriptorData = { + "\n%google/firestore/admin/v1/index.proto\022" + + "\031google.firestore.admin.v1\032\037google/api/f" + + "ield_behavior.proto\032\031google/api/resource" + + ".proto\"\221\t\n\005Index\022\014\n\004name\030\001 \001(\t\022@\n\013query_" + + "scope\030\002 \001(\0162+.google.firestore.admin.v1." + + "Index.QueryScope\022<\n\tapi_scope\030\005 \001(\0162).go" + + "ogle.firestore.admin.v1.Index.ApiScope\022;" + + "\n\006fields\030\003 \003(\0132+.google.firestore.admin." + + "v1.Index.IndexField\0225\n\005state\030\004 \001(\0162&.goo" + + "gle.firestore.admin.v1.Index.State\032\242\004\n\nI" + + "ndexField\022\022\n\nfield_path\030\001 \001(\t\022B\n\005order\030\002" + + " \001(\01621.google.firestore.admin.v1.Index.I" + + "ndexField.OrderH\000\022O\n\014array_config\030\003 \001(\0162" + + "7.google.firestore.admin.v1.Index.IndexF" + + "ield.ArrayConfigH\000\022Q\n\rvector_config\030\004 \001(" + + "\01328.google.firestore.admin.v1.Index.Inde" + + "xField.VectorConfigH\000\032\217\001\n\014VectorConfig\022\026" + + "\n\tdimension\030\001 \001(\005B\003\340A\002\022R\n\004flat\030\002 \001(\0132B.g" + + "oogle.firestore.admin.v1.Index.IndexFiel" + + "d.VectorConfig.FlatIndexH\000\032\013\n\tFlatIndexB" + + "\006\n\004type\"=\n\005Order\022\025\n\021ORDER_UNSPECIFIED\020\000\022" + + "\r\n\tASCENDING\020\001\022\016\n\nDESCENDING\020\002\"9\n\013ArrayC" + + "onfig\022\034\n\030ARRAY_CONFIG_UNSPECIFIED\020\000\022\014\n\010C" + + "ONTAINS\020\001B\014\n\nvalue_mode\"i\n\nQueryScope\022\033\n" + + "\027QUERY_SCOPE_UNSPECIFIED\020\000\022\016\n\nCOLLECTION" + + "\020\001\022\024\n\020COLLECTION_GROUP\020\002\022\030\n\024COLLECTION_R" + + "ECURSIVE\020\003\"/\n\010ApiScope\022\013\n\007ANY_API\020\000\022\026\n\022D" + + "ATASTORE_MODE_API\020\001\"I\n\005State\022\025\n\021STATE_UN" + + "SPECIFIED\020\000\022\014\n\010CREATING\020\001\022\t\n\005READY\020\002\022\020\n\014" + + "NEEDS_REPAIR\020\003:z\352Aw\n\036firestore.googleapi" + + "s.com/Index\022Uprojects/{project}/database" + + "s/{database}/collectionGroups/{collectio" + + "n}/indexes/{index}B\331\001\n\035com.google.firest" + + "ore.admin.v1B\nIndexProtoP\001Z9cloud.google" + + ".com/go/firestore/apiv1/admin/adminpb;ad" + + "minpb\242\002\004GCFS\252\002\037Google.Cloud.Firestore.Ad" + + "min.V1\312\002\037Google\\Cloud\\Firestore\\Admin\\V1" + + "\352\002#Google::Cloud::Firestore::Admin::V1b\006" + + "proto3" + }; + descriptor = + com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( + descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + }); + internal_static_google_firestore_admin_v1_Index_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_firestore_admin_v1_Index_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_Index_descriptor, + new java.lang.String[] { + "Name", "QueryScope", "ApiScope", "Fields", "State", + }); + internal_static_google_firestore_admin_v1_Index_IndexField_descriptor = + internal_static_google_firestore_admin_v1_Index_descriptor.getNestedTypes().get(0); + internal_static_google_firestore_admin_v1_Index_IndexField_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_Index_IndexField_descriptor, + new java.lang.String[] { + "FieldPath", "Order", "ArrayConfig", "VectorConfig", "ValueMode", + }); + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor = + internal_static_google_firestore_admin_v1_Index_IndexField_descriptor + .getNestedTypes() + .get(0); + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor, + new java.lang.String[] { + "Dimension", "Flat", "Type", + }); + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor = + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_descriptor + .getNestedTypes() + .get(0); + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_Index_IndexField_VectorConfig_FlatIndex_descriptor, + new java.lang.String[] {}); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.ResourceProto.resource); + com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( + descriptor, registry); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequest.java similarity index 62% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequest.java index e4f696d52..441f55ac8 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.ListBackupSchedules][google.firestore.admin.v1.FirestoreAdmin.ListBackupSchedules].
@@ -12,50 +29,58 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListBackupSchedulesRequest}
  */
-public final class ListBackupSchedulesRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ListBackupSchedulesRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListBackupSchedulesRequest)
     ListBackupSchedulesRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ListBackupSchedulesRequest.newBuilder() to construct.
   private ListBackupSchedulesRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ListBackupSchedulesRequest() {
     parent_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ListBackupSchedulesRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListBackupSchedulesRequest.class, com.google.firestore.admin.v1.ListBackupSchedulesRequest.Builder.class);
+            com.google.firestore.admin.v1.ListBackupSchedulesRequest.class,
+            com.google.firestore.admin.v1.ListBackupSchedulesRequest.Builder.class);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
+   *
+   *
    * 
    * Required. The parent database.
    *
    * Format is `projects/{project}/databases/{database}`.
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ @java.lang.Override @@ -64,31 +89,33 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. The parent database.
    *
    * Format is `projects/{project}/databases/{database}`.
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -97,6 +124,7 @@ public java.lang.String getParent() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -108,8 +136,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -133,15 +160,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListBackupSchedulesRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListBackupSchedulesRequest other = (com.google.firestore.admin.v1.ListBackupSchedulesRequest) obj; + com.google.firestore.admin.v1.ListBackupSchedulesRequest other = + (com.google.firestore.admin.v1.ListBackupSchedulesRequest) obj; - if (!getParent() - .equals(other.getParent())) return false; + if (!getParent().equals(other.getParent())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -161,98 +188,104 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListBackupSchedulesRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.ListBackupSchedulesRequest prototype) { + + public static Builder newBuilder( + com.google.firestore.admin.v1.ListBackupSchedulesRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.ListBackupSchedules][google.firestore.admin.v1.FirestoreAdmin.ListBackupSchedules].
@@ -260,33 +293,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.ListBackupSchedulesRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListBackupSchedulesRequest)
       com.google.firestore.admin.v1.ListBackupSchedulesRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListBackupSchedulesRequest.class, com.google.firestore.admin.v1.ListBackupSchedulesRequest.Builder.class);
+              com.google.firestore.admin.v1.ListBackupSchedulesRequest.class,
+              com.google.firestore.admin.v1.ListBackupSchedulesRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListBackupSchedulesRequest.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -296,9 +328,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListBackupSchedulesRequest_descriptor;
     }
 
     @java.lang.Override
@@ -317,8 +349,11 @@ public com.google.firestore.admin.v1.ListBackupSchedulesRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListBackupSchedulesRequest buildPartial() {
-      com.google.firestore.admin.v1.ListBackupSchedulesRequest result = new com.google.firestore.admin.v1.ListBackupSchedulesRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.ListBackupSchedulesRequest result =
+          new com.google.firestore.admin.v1.ListBackupSchedulesRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -334,38 +369,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ListBackupSchedulesRequ
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListBackupSchedulesRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.ListBackupSchedulesRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.ListBackupSchedulesRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -373,7 +409,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListBackupSchedulesRequest other) {
-      if (other == com.google.firestore.admin.v1.ListBackupSchedulesRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.ListBackupSchedulesRequest.getDefaultInstance())
+        return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -405,17 +442,19 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              parent_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                parent_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -425,24 +464,29 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
+     *
+     *
      * 
      * Required. The parent database.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -451,22 +495,25 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent database.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -474,32 +521,43 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent database.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The parent database.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearParent() { @@ -509,28 +567,34 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. The parent database.
      *
      * Format is `projects/{project}/databases/{database}`.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -540,12 +604,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListBackupSchedulesRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListBackupSchedulesRequest) private static final com.google.firestore.admin.v1.ListBackupSchedulesRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListBackupSchedulesRequest(); } @@ -554,27 +618,27 @@ public static com.google.firestore.admin.v1.ListBackupSchedulesRequest getDefaul return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListBackupSchedulesRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListBackupSchedulesRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -589,6 +653,4 @@ public com.google.protobuf.Parser getParserForType() public com.google.firestore.admin.v1.ListBackupSchedulesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java new file mode 100644 index 000000000..2c4bba0b5 --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesRequestOrBuilder.java @@ -0,0 +1,59 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface ListBackupSchedulesRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListBackupSchedulesRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. The parent database.
+   *
+   * Format is `projects/{project}/databases/{database}`.
+   * 
+ * + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The parent. + */ + java.lang.String getParent(); + /** + * + * + *
+   * Required. The parent database.
+   *
+   * Format is `projects/{project}/databases/{database}`.
+   * 
+ * + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for parent. + */ + com.google.protobuf.ByteString getParentBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponse.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponse.java similarity index 72% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponse.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponse.java index fffeb4a49..07fbfebda 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponse.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The response for
  * [FirestoreAdmin.ListBackupSchedules][google.firestore.admin.v1.FirestoreAdmin.ListBackupSchedules].
@@ -12,43 +29,48 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListBackupSchedulesResponse}
  */
-public final class ListBackupSchedulesResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ListBackupSchedulesResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListBackupSchedulesResponse)
     ListBackupSchedulesResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ListBackupSchedulesResponse.newBuilder() to construct.
   private ListBackupSchedulesResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ListBackupSchedulesResponse() {
     backupSchedules_ = java.util.Collections.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ListBackupSchedulesResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListBackupSchedulesResponse.class, com.google.firestore.admin.v1.ListBackupSchedulesResponse.Builder.class);
+            com.google.firestore.admin.v1.ListBackupSchedulesResponse.class,
+            com.google.firestore.admin.v1.ListBackupSchedulesResponse.Builder.class);
   }
 
   public static final int BACKUP_SCHEDULES_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private java.util.List backupSchedules_;
   /**
+   *
+   *
    * 
    * List of all backup schedules.
    * 
@@ -60,6 +82,8 @@ public java.util.List getBackupSch return backupSchedules_; } /** + * + * *
    * List of all backup schedules.
    * 
@@ -67,11 +91,13 @@ public java.util.List getBackupSch * repeated .google.firestore.admin.v1.BackupSchedule backup_schedules = 1; */ @java.lang.Override - public java.util.List + public java.util.List getBackupSchedulesOrBuilderList() { return backupSchedules_; } /** + * + * *
    * List of all backup schedules.
    * 
@@ -83,6 +109,8 @@ public int getBackupSchedulesCount() { return backupSchedules_.size(); } /** + * + * *
    * List of all backup schedules.
    * 
@@ -94,6 +122,8 @@ public com.google.firestore.admin.v1.BackupSchedule getBackupSchedules(int index return backupSchedules_.get(index); } /** + * + * *
    * List of all backup schedules.
    * 
@@ -107,6 +137,7 @@ public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupSchedulesO } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -118,8 +149,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < backupSchedules_.size(); i++) { output.writeMessage(1, backupSchedules_.get(i)); } @@ -133,8 +163,7 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < backupSchedules_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, backupSchedules_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, backupSchedules_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -144,15 +173,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListBackupSchedulesResponse)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListBackupSchedulesResponse other = (com.google.firestore.admin.v1.ListBackupSchedulesResponse) obj; + com.google.firestore.admin.v1.ListBackupSchedulesResponse other = + (com.google.firestore.admin.v1.ListBackupSchedulesResponse) obj; - if (!getBackupSchedulesList() - .equals(other.getBackupSchedulesList())) return false; + if (!getBackupSchedulesList().equals(other.getBackupSchedulesList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -174,98 +203,104 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListBackupSchedulesResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.ListBackupSchedulesResponse prototype) { + + public static Builder newBuilder( + com.google.firestore.admin.v1.ListBackupSchedulesResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The response for
    * [FirestoreAdmin.ListBackupSchedules][google.firestore.admin.v1.FirestoreAdmin.ListBackupSchedules].
@@ -273,33 +308,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.ListBackupSchedulesResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListBackupSchedulesResponse)
       com.google.firestore.admin.v1.ListBackupSchedulesResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListBackupSchedulesResponse.class, com.google.firestore.admin.v1.ListBackupSchedulesResponse.Builder.class);
+              com.google.firestore.admin.v1.ListBackupSchedulesResponse.class,
+              com.google.firestore.admin.v1.ListBackupSchedulesResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListBackupSchedulesResponse.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -315,9 +349,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListBackupSchedulesResponse_descriptor;
     }
 
     @java.lang.Override
@@ -336,14 +370,18 @@ public com.google.firestore.admin.v1.ListBackupSchedulesResponse build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListBackupSchedulesResponse buildPartial() {
-      com.google.firestore.admin.v1.ListBackupSchedulesResponse result = new com.google.firestore.admin.v1.ListBackupSchedulesResponse(this);
+      com.google.firestore.admin.v1.ListBackupSchedulesResponse result =
+          new com.google.firestore.admin.v1.ListBackupSchedulesResponse(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
 
-    private void buildPartialRepeatedFields(com.google.firestore.admin.v1.ListBackupSchedulesResponse result) {
+    private void buildPartialRepeatedFields(
+        com.google.firestore.admin.v1.ListBackupSchedulesResponse result) {
       if (backupSchedulesBuilder_ == null) {
         if (((bitField0_ & 0x00000001) != 0)) {
           backupSchedules_ = java.util.Collections.unmodifiableList(backupSchedules_);
@@ -363,38 +401,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ListBackupSchedulesResp
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListBackupSchedulesResponse) {
-        return mergeFrom((com.google.firestore.admin.v1.ListBackupSchedulesResponse)other);
+        return mergeFrom((com.google.firestore.admin.v1.ListBackupSchedulesResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -402,7 +441,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListBackupSchedulesResponse other) {
-      if (other == com.google.firestore.admin.v1.ListBackupSchedulesResponse.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.ListBackupSchedulesResponse.getDefaultInstance())
+        return this;
       if (backupSchedulesBuilder_ == null) {
         if (!other.backupSchedules_.isEmpty()) {
           if (backupSchedules_.isEmpty()) {
@@ -421,9 +461,10 @@ public Builder mergeFrom(com.google.firestore.admin.v1.ListBackupSchedulesRespon
             backupSchedulesBuilder_ = null;
             backupSchedules_ = other.backupSchedules_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            backupSchedulesBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getBackupSchedulesFieldBuilder() : null;
+            backupSchedulesBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getBackupSchedulesFieldBuilder()
+                    : null;
           } else {
             backupSchedulesBuilder_.addAllMessages(other.backupSchedules_);
           }
@@ -455,25 +496,26 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              com.google.firestore.admin.v1.BackupSchedule m =
-                  input.readMessage(
-                      com.google.firestore.admin.v1.BackupSchedule.parser(),
-                      extensionRegistry);
-              if (backupSchedulesBuilder_ == null) {
-                ensureBackupSchedulesIsMutable();
-                backupSchedules_.add(m);
-              } else {
-                backupSchedulesBuilder_.addMessage(m);
-              }
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                com.google.firestore.admin.v1.BackupSchedule m =
+                    input.readMessage(
+                        com.google.firestore.admin.v1.BackupSchedule.parser(), extensionRegistry);
+                if (backupSchedulesBuilder_ == null) {
+                  ensureBackupSchedulesIsMutable();
+                  backupSchedules_.add(m);
+                } else {
+                  backupSchedulesBuilder_.addMessage(m);
+                }
+                break;
+              } // case 10
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -483,21 +525,29 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.util.List backupSchedules_ =
-      java.util.Collections.emptyList();
+        java.util.Collections.emptyList();
+
     private void ensureBackupSchedulesIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
-        backupSchedules_ = new java.util.ArrayList(backupSchedules_);
+        backupSchedules_ =
+            new java.util.ArrayList(backupSchedules_);
         bitField0_ |= 0x00000001;
-       }
+      }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder> backupSchedulesBuilder_;
+            com.google.firestore.admin.v1.BackupSchedule,
+            com.google.firestore.admin.v1.BackupSchedule.Builder,
+            com.google.firestore.admin.v1.BackupScheduleOrBuilder>
+        backupSchedulesBuilder_;
 
     /**
+     *
+     *
      * 
      * List of all backup schedules.
      * 
@@ -512,6 +562,8 @@ public java.util.List getBackupSch } } /** + * + * *
      * List of all backup schedules.
      * 
@@ -526,6 +578,8 @@ public int getBackupSchedulesCount() { } } /** + * + * *
      * List of all backup schedules.
      * 
@@ -540,6 +594,8 @@ public com.google.firestore.admin.v1.BackupSchedule getBackupSchedules(int index } } /** + * + * *
      * List of all backup schedules.
      * 
@@ -561,6 +617,8 @@ public Builder setBackupSchedules( return this; } /** + * + * *
      * List of all backup schedules.
      * 
@@ -579,6 +637,8 @@ public Builder setBackupSchedules( return this; } /** + * + * *
      * List of all backup schedules.
      * 
@@ -599,6 +659,8 @@ public Builder addBackupSchedules(com.google.firestore.admin.v1.BackupSchedule v return this; } /** + * + * *
      * List of all backup schedules.
      * 
@@ -620,6 +682,8 @@ public Builder addBackupSchedules( return this; } /** + * + * *
      * List of all backup schedules.
      * 
@@ -638,6 +702,8 @@ public Builder addBackupSchedules( return this; } /** + * + * *
      * List of all backup schedules.
      * 
@@ -656,6 +722,8 @@ public Builder addBackupSchedules( return this; } /** + * + * *
      * List of all backup schedules.
      * 
@@ -666,8 +734,7 @@ public Builder addAllBackupSchedules( java.lang.Iterable values) { if (backupSchedulesBuilder_ == null) { ensureBackupSchedulesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, backupSchedules_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, backupSchedules_); onChanged(); } else { backupSchedulesBuilder_.addAllMessages(values); @@ -675,6 +742,8 @@ public Builder addAllBackupSchedules( return this; } /** + * + * *
      * List of all backup schedules.
      * 
@@ -692,6 +761,8 @@ public Builder clearBackupSchedules() { return this; } /** + * + * *
      * List of all backup schedules.
      * 
@@ -709,6 +780,8 @@ public Builder removeBackupSchedules(int index) { return this; } /** + * + * *
      * List of all backup schedules.
      * 
@@ -720,6 +793,8 @@ public com.google.firestore.admin.v1.BackupSchedule.Builder getBackupSchedulesBu return getBackupSchedulesFieldBuilder().getBuilder(index); } /** + * + * *
      * List of all backup schedules.
      * 
@@ -729,19 +804,22 @@ public com.google.firestore.admin.v1.BackupSchedule.Builder getBackupSchedulesBu public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupSchedulesOrBuilder( int index) { if (backupSchedulesBuilder_ == null) { - return backupSchedules_.get(index); } else { + return backupSchedules_.get(index); + } else { return backupSchedulesBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * List of all backup schedules.
      * 
* * repeated .google.firestore.admin.v1.BackupSchedule backup_schedules = 1; */ - public java.util.List - getBackupSchedulesOrBuilderList() { + public java.util.List + getBackupSchedulesOrBuilderList() { if (backupSchedulesBuilder_ != null) { return backupSchedulesBuilder_.getMessageOrBuilderList(); } else { @@ -749,6 +827,8 @@ public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupSchedulesO } } /** + * + * *
      * List of all backup schedules.
      * 
@@ -756,10 +836,12 @@ public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupSchedulesO * repeated .google.firestore.admin.v1.BackupSchedule backup_schedules = 1; */ public com.google.firestore.admin.v1.BackupSchedule.Builder addBackupSchedulesBuilder() { - return getBackupSchedulesFieldBuilder().addBuilder( - com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()); + return getBackupSchedulesFieldBuilder() + .addBuilder(com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()); } /** + * + * *
      * List of all backup schedules.
      * 
@@ -768,26 +850,34 @@ public com.google.firestore.admin.v1.BackupSchedule.Builder addBackupSchedulesBu */ public com.google.firestore.admin.v1.BackupSchedule.Builder addBackupSchedulesBuilder( int index) { - return getBackupSchedulesFieldBuilder().addBuilder( - index, com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()); + return getBackupSchedulesFieldBuilder() + .addBuilder(index, com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()); } /** + * + * *
      * List of all backup schedules.
      * 
* * repeated .google.firestore.admin.v1.BackupSchedule backup_schedules = 1; */ - public java.util.List - getBackupSchedulesBuilderList() { + public java.util.List + getBackupSchedulesBuilderList() { return getBackupSchedulesFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder> + com.google.firestore.admin.v1.BackupSchedule, + com.google.firestore.admin.v1.BackupSchedule.Builder, + com.google.firestore.admin.v1.BackupScheduleOrBuilder> getBackupSchedulesFieldBuilder() { if (backupSchedulesBuilder_ == null) { - backupSchedulesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder>( + backupSchedulesBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.admin.v1.BackupSchedule, + com.google.firestore.admin.v1.BackupSchedule.Builder, + com.google.firestore.admin.v1.BackupScheduleOrBuilder>( backupSchedules_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), @@ -796,9 +886,9 @@ public com.google.firestore.admin.v1.BackupSchedule.Builder addBackupSchedulesBu } return backupSchedulesBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -808,12 +898,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListBackupSchedulesResponse) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListBackupSchedulesResponse) private static final com.google.firestore.admin.v1.ListBackupSchedulesResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListBackupSchedulesResponse(); } @@ -822,27 +912,27 @@ public static com.google.firestore.admin.v1.ListBackupSchedulesResponse getDefau return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListBackupSchedulesResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListBackupSchedulesResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -857,6 +947,4 @@ public com.google.protobuf.Parser getParserForType( public com.google.firestore.admin.v1.ListBackupSchedulesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponseOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponseOrBuilder.java similarity index 63% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponseOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponseOrBuilder.java index 0b3c1c85d..b2b4cc77c 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponseOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupSchedulesResponseOrBuilder.java @@ -1,23 +1,42 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListBackupSchedulesResponseOrBuilder extends +public interface ListBackupSchedulesResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListBackupSchedulesResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * List of all backup schedules.
    * 
* * repeated .google.firestore.admin.v1.BackupSchedule backup_schedules = 1; */ - java.util.List - getBackupSchedulesList(); + java.util.List getBackupSchedulesList(); /** + * + * *
    * List of all backup schedules.
    * 
@@ -26,6 +45,8 @@ public interface ListBackupSchedulesResponseOrBuilder extends */ com.google.firestore.admin.v1.BackupSchedule getBackupSchedules(int index); /** + * + * *
    * List of all backup schedules.
    * 
@@ -34,21 +55,24 @@ public interface ListBackupSchedulesResponseOrBuilder extends */ int getBackupSchedulesCount(); /** + * + * *
    * List of all backup schedules.
    * 
* * repeated .google.firestore.admin.v1.BackupSchedule backup_schedules = 1; */ - java.util.List + java.util.List getBackupSchedulesOrBuilderList(); /** + * + * *
    * List of all backup schedules.
    * 
* * repeated .google.firestore.admin.v1.BackupSchedule backup_schedules = 1; */ - com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupSchedulesOrBuilder( - int index); + com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupSchedulesOrBuilder(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequest.java similarity index 64% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequest.java index c1ff2fdd5..fd2bc58c4 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.ListBackups][google.firestore.admin.v1.FirestoreAdmin.ListBackups].
@@ -12,43 +29,48 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListBackupsRequest}
  */
-public final class ListBackupsRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ListBackupsRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListBackupsRequest)
     ListBackupsRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ListBackupsRequest.newBuilder() to construct.
   private ListBackupsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ListBackupsRequest() {
     parent_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ListBackupsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListBackupsRequest.class, com.google.firestore.admin.v1.ListBackupsRequest.Builder.class);
+            com.google.firestore.admin.v1.ListBackupsRequest.class,
+            com.google.firestore.admin.v1.ListBackupsRequest.Builder.class);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
+   *
+   *
    * 
    * Required. The location to list backups from.
    *
@@ -58,7 +80,10 @@ protected java.lang.Object newInstance(
    * locations.
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ @java.lang.Override @@ -67,14 +92,15 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. The location to list backups from.
    *
@@ -84,17 +110,18 @@ public java.lang.String getParent() {
    * locations.
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -103,6 +130,7 @@ public java.lang.String getParent() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -114,8 +142,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -139,15 +166,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListBackupsRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListBackupsRequest other = (com.google.firestore.admin.v1.ListBackupsRequest) obj; + com.google.firestore.admin.v1.ListBackupsRequest other = + (com.google.firestore.admin.v1.ListBackupsRequest) obj; - if (!getParent() - .equals(other.getParent())) return false; + if (!getParent().equals(other.getParent())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -166,99 +193,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupsRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListBackupsRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListBackupsRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListBackupsRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.ListBackupsRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.ListBackups][google.firestore.admin.v1.FirestoreAdmin.ListBackups].
@@ -266,33 +298,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.ListBackupsRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListBackupsRequest)
       com.google.firestore.admin.v1.ListBackupsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListBackupsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListBackupsRequest.class, com.google.firestore.admin.v1.ListBackupsRequest.Builder.class);
+              com.google.firestore.admin.v1.ListBackupsRequest.class,
+              com.google.firestore.admin.v1.ListBackupsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListBackupsRequest.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -302,9 +333,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListBackupsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -323,8 +354,11 @@ public com.google.firestore.admin.v1.ListBackupsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListBackupsRequest buildPartial() {
-      com.google.firestore.admin.v1.ListBackupsRequest result = new com.google.firestore.admin.v1.ListBackupsRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.ListBackupsRequest result =
+          new com.google.firestore.admin.v1.ListBackupsRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -340,38 +374,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ListBackupsRequest resu
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListBackupsRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.ListBackupsRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.ListBackupsRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -379,7 +414,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListBackupsRequest other) {
-      if (other == com.google.firestore.admin.v1.ListBackupsRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.ListBackupsRequest.getDefaultInstance())
+        return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -411,17 +447,19 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              parent_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                parent_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -431,10 +469,13 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
+     *
+     *
      * 
      * Required. The location to list backups from.
      *
@@ -444,14 +485,16 @@ public Builder mergeFrom(
      * locations.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -460,6 +503,8 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The location to list backups from.
      *
@@ -469,16 +514,17 @@ public java.lang.String getParent() {
      * locations.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -486,6 +532,8 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The location to list backups from.
      *
@@ -495,19 +543,25 @@ public java.lang.String getParent() {
      * locations.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The location to list backups from.
      *
@@ -517,7 +571,10 @@ public Builder setParent(
      * locations.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearParent() { @@ -527,6 +584,8 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. The location to list backups from.
      *
@@ -536,22 +595,26 @@ public Builder clearParent() {
      * locations.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -561,12 +624,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListBackupsRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListBackupsRequest) private static final com.google.firestore.admin.v1.ListBackupsRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListBackupsRequest(); } @@ -575,27 +638,27 @@ public static com.google.firestore.admin.v1.ListBackupsRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListBackupsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListBackupsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -610,6 +673,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListBackupsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequestOrBuilder.java similarity index 51% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequestOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequestOrBuilder.java index 83f969656..ab2541756 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequestOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsRequestOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListBackupsRequestOrBuilder extends +public interface ListBackupsRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListBackupsRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The location to list backups from.
    *
@@ -18,11 +36,16 @@ public interface ListBackupsRequestOrBuilder extends
    * locations.
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ java.lang.String getParent(); /** + * + * *
    * Required. The location to list backups from.
    *
@@ -32,9 +55,11 @@ public interface ListBackupsRequestOrBuilder extends
    * locations.
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - com.google.protobuf.ByteString - getParentBytes(); + com.google.protobuf.ByteString getParentBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponse.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponse.java similarity index 74% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponse.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponse.java index 8322c21cf..444e6d34d 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponse.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The response for
  * [FirestoreAdmin.ListBackups][google.firestore.admin.v1.FirestoreAdmin.ListBackups].
@@ -12,45 +29,49 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListBackupsResponse}
  */
-public final class ListBackupsResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ListBackupsResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListBackupsResponse)
     ListBackupsResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ListBackupsResponse.newBuilder() to construct.
   private ListBackupsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ListBackupsResponse() {
     backups_ = java.util.Collections.emptyList();
-    unreachable_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
+    unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ListBackupsResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListBackupsResponse.class, com.google.firestore.admin.v1.ListBackupsResponse.Builder.class);
+            com.google.firestore.admin.v1.ListBackupsResponse.class,
+            com.google.firestore.admin.v1.ListBackupsResponse.Builder.class);
   }
 
   public static final int BACKUPS_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private java.util.List backups_;
   /**
+   *
+   *
    * 
    * List of all backups for the project.
    * 
@@ -62,6 +83,8 @@ public java.util.List getBackupsList() { return backups_; } /** + * + * *
    * List of all backups for the project.
    * 
@@ -69,11 +92,13 @@ public java.util.List getBackupsList() { * repeated .google.firestore.admin.v1.Backup backups = 1; */ @java.lang.Override - public java.util.List + public java.util.List getBackupsOrBuilderList() { return backups_; } /** + * + * *
    * List of all backups for the project.
    * 
@@ -85,6 +110,8 @@ public int getBackupsCount() { return backups_.size(); } /** + * + * *
    * List of all backups for the project.
    * 
@@ -96,6 +123,8 @@ public com.google.firestore.admin.v1.Backup getBackups(int index) { return backups_.get(index); } /** + * + * *
    * List of all backups for the project.
    * 
@@ -103,16 +132,18 @@ public com.google.firestore.admin.v1.Backup getBackups(int index) { * repeated .google.firestore.admin.v1.Backup backups = 1; */ @java.lang.Override - public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder( - int index) { + public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(int index) { return backups_.get(index); } public static final int UNREACHABLE_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -123,13 +154,15 @@ public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(
    * 
* * repeated string unreachable = 3; + * * @return A list containing the unreachable. */ - public com.google.protobuf.ProtocolStringList - getUnreachableList() { + public com.google.protobuf.ProtocolStringList getUnreachableList() { return unreachable_; } /** + * + * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -140,12 +173,15 @@ public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(
    * 
* * repeated string unreachable = 3; + * * @return The count of unreachable. */ public int getUnreachableCount() { return unreachable_.size(); } /** + * + * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -156,6 +192,7 @@ public int getUnreachableCount() {
    * 
* * repeated string unreachable = 3; + * * @param index The index of the element to return. * @return The unreachable at the given index. */ @@ -163,6 +200,8 @@ public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } /** + * + * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -173,15 +212,16 @@ public java.lang.String getUnreachable(int index) {
    * 
* * repeated string unreachable = 3; + * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - public com.google.protobuf.ByteString - getUnreachableBytes(int index) { + public com.google.protobuf.ByteString getUnreachableBytes(int index) { return unreachable_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -193,8 +233,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < backups_.size(); i++) { output.writeMessage(1, backups_.get(i)); } @@ -211,8 +250,7 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < backups_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, backups_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, backups_.get(i)); } { int dataSize = 0; @@ -230,17 +268,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListBackupsResponse)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListBackupsResponse other = (com.google.firestore.admin.v1.ListBackupsResponse) obj; + com.google.firestore.admin.v1.ListBackupsResponse other = + (com.google.firestore.admin.v1.ListBackupsResponse) obj; - if (!getBackupsList() - .equals(other.getBackupsList())) return false; - if (!getUnreachableList() - .equals(other.getUnreachableList())) return false; + if (!getBackupsList().equals(other.getBackupsList())) return false; + if (!getUnreachableList().equals(other.getUnreachableList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -266,98 +303,103 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListBackupsResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListBackupsResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListBackupsResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListBackupsResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.ListBackupsResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The response for
    * [FirestoreAdmin.ListBackups][google.firestore.admin.v1.FirestoreAdmin.ListBackups].
@@ -365,33 +407,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.ListBackupsResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListBackupsResponse)
       com.google.firestore.admin.v1.ListBackupsResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListBackupsResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListBackupsResponse.class, com.google.firestore.admin.v1.ListBackupsResponse.Builder.class);
+              com.google.firestore.admin.v1.ListBackupsResponse.class,
+              com.google.firestore.admin.v1.ListBackupsResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListBackupsResponse.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -403,15 +444,14 @@ public Builder clear() {
         backupsBuilder_.clear();
       }
       bitField0_ = (bitField0_ & ~0x00000001);
-      unreachable_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
+      unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList();
       return this;
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListBackupsResponse_descriptor;
     }
 
     @java.lang.Override
@@ -430,14 +470,18 @@ public com.google.firestore.admin.v1.ListBackupsResponse build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListBackupsResponse buildPartial() {
-      com.google.firestore.admin.v1.ListBackupsResponse result = new com.google.firestore.admin.v1.ListBackupsResponse(this);
+      com.google.firestore.admin.v1.ListBackupsResponse result =
+          new com.google.firestore.admin.v1.ListBackupsResponse(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
 
-    private void buildPartialRepeatedFields(com.google.firestore.admin.v1.ListBackupsResponse result) {
+    private void buildPartialRepeatedFields(
+        com.google.firestore.admin.v1.ListBackupsResponse result) {
       if (backupsBuilder_ == null) {
         if (((bitField0_ & 0x00000001) != 0)) {
           backups_ = java.util.Collections.unmodifiableList(backups_);
@@ -461,38 +505,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ListBackupsResponse res
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListBackupsResponse) {
-        return mergeFrom((com.google.firestore.admin.v1.ListBackupsResponse)other);
+        return mergeFrom((com.google.firestore.admin.v1.ListBackupsResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -500,7 +545,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListBackupsResponse other) {
-      if (other == com.google.firestore.admin.v1.ListBackupsResponse.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.ListBackupsResponse.getDefaultInstance())
+        return this;
       if (backupsBuilder_ == null) {
         if (!other.backups_.isEmpty()) {
           if (backups_.isEmpty()) {
@@ -519,9 +565,10 @@ public Builder mergeFrom(com.google.firestore.admin.v1.ListBackupsResponse other
             backupsBuilder_ = null;
             backups_ = other.backups_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            backupsBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getBackupsFieldBuilder() : null;
+            backupsBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getBackupsFieldBuilder()
+                    : null;
           } else {
             backupsBuilder_.addAllMessages(other.backups_);
           }
@@ -563,31 +610,33 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              com.google.firestore.admin.v1.Backup m =
-                  input.readMessage(
-                      com.google.firestore.admin.v1.Backup.parser(),
-                      extensionRegistry);
-              if (backupsBuilder_ == null) {
-                ensureBackupsIsMutable();
-                backups_.add(m);
-              } else {
-                backupsBuilder_.addMessage(m);
-              }
-              break;
-            } // case 10
-            case 26: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureUnreachableIsMutable();
-              unreachable_.add(s);
-              break;
-            } // case 26
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                com.google.firestore.admin.v1.Backup m =
+                    input.readMessage(
+                        com.google.firestore.admin.v1.Backup.parser(), extensionRegistry);
+                if (backupsBuilder_ == null) {
+                  ensureBackupsIsMutable();
+                  backups_.add(m);
+                } else {
+                  backupsBuilder_.addMessage(m);
+                }
+                break;
+              } // case 10
+            case 26:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureUnreachableIsMutable();
+                unreachable_.add(s);
+                break;
+              } // case 26
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -597,21 +646,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.util.List backups_ =
-      java.util.Collections.emptyList();
+        java.util.Collections.emptyList();
+
     private void ensureBackupsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         backups_ = new java.util.ArrayList(backups_);
         bitField0_ |= 0x00000001;
-       }
+      }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.admin.v1.Backup, com.google.firestore.admin.v1.Backup.Builder, com.google.firestore.admin.v1.BackupOrBuilder> backupsBuilder_;
+            com.google.firestore.admin.v1.Backup,
+            com.google.firestore.admin.v1.Backup.Builder,
+            com.google.firestore.admin.v1.BackupOrBuilder>
+        backupsBuilder_;
 
     /**
+     *
+     *
      * 
      * List of all backups for the project.
      * 
@@ -626,6 +682,8 @@ public java.util.List getBackupsList() { } } /** + * + * *
      * List of all backups for the project.
      * 
@@ -640,6 +698,8 @@ public int getBackupsCount() { } } /** + * + * *
      * List of all backups for the project.
      * 
@@ -654,14 +714,15 @@ public com.google.firestore.admin.v1.Backup getBackups(int index) { } } /** + * + * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public Builder setBackups( - int index, com.google.firestore.admin.v1.Backup value) { + public Builder setBackups(int index, com.google.firestore.admin.v1.Backup value) { if (backupsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -675,6 +736,8 @@ public Builder setBackups( return this; } /** + * + * *
      * List of all backups for the project.
      * 
@@ -693,6 +756,8 @@ public Builder setBackups( return this; } /** + * + * *
      * List of all backups for the project.
      * 
@@ -713,14 +778,15 @@ public Builder addBackups(com.google.firestore.admin.v1.Backup value) { return this; } /** + * + * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public Builder addBackups( - int index, com.google.firestore.admin.v1.Backup value) { + public Builder addBackups(int index, com.google.firestore.admin.v1.Backup value) { if (backupsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -734,14 +800,15 @@ public Builder addBackups( return this; } /** + * + * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public Builder addBackups( - com.google.firestore.admin.v1.Backup.Builder builderForValue) { + public Builder addBackups(com.google.firestore.admin.v1.Backup.Builder builderForValue) { if (backupsBuilder_ == null) { ensureBackupsIsMutable(); backups_.add(builderForValue.build()); @@ -752,6 +819,8 @@ public Builder addBackups( return this; } /** + * + * *
      * List of all backups for the project.
      * 
@@ -770,6 +839,8 @@ public Builder addBackups( return this; } /** + * + * *
      * List of all backups for the project.
      * 
@@ -780,8 +851,7 @@ public Builder addAllBackups( java.lang.Iterable values) { if (backupsBuilder_ == null) { ensureBackupsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, backups_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, backups_); onChanged(); } else { backupsBuilder_.addAllMessages(values); @@ -789,6 +859,8 @@ public Builder addAllBackups( return this; } /** + * + * *
      * List of all backups for the project.
      * 
@@ -806,6 +878,8 @@ public Builder clearBackups() { return this; } /** + * + * *
      * List of all backups for the project.
      * 
@@ -823,39 +897,44 @@ public Builder removeBackups(int index) { return this; } /** + * + * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public com.google.firestore.admin.v1.Backup.Builder getBackupsBuilder( - int index) { + public com.google.firestore.admin.v1.Backup.Builder getBackupsBuilder(int index) { return getBackupsFieldBuilder().getBuilder(index); } /** + * + * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder( - int index) { + public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(int index) { if (backupsBuilder_ == null) { - return backups_.get(index); } else { + return backups_.get(index); + } else { return backupsBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public java.util.List - getBackupsOrBuilderList() { + public java.util.List + getBackupsOrBuilderList() { if (backupsBuilder_ != null) { return backupsBuilder_.getMessageOrBuilderList(); } else { @@ -863,6 +942,8 @@ public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder( } } /** + * + * *
      * List of all backups for the project.
      * 
@@ -870,42 +951,47 @@ public com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder( * repeated .google.firestore.admin.v1.Backup backups = 1; */ public com.google.firestore.admin.v1.Backup.Builder addBackupsBuilder() { - return getBackupsFieldBuilder().addBuilder( - com.google.firestore.admin.v1.Backup.getDefaultInstance()); + return getBackupsFieldBuilder() + .addBuilder(com.google.firestore.admin.v1.Backup.getDefaultInstance()); } /** + * + * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public com.google.firestore.admin.v1.Backup.Builder addBackupsBuilder( - int index) { - return getBackupsFieldBuilder().addBuilder( - index, com.google.firestore.admin.v1.Backup.getDefaultInstance()); + public com.google.firestore.admin.v1.Backup.Builder addBackupsBuilder(int index) { + return getBackupsFieldBuilder() + .addBuilder(index, com.google.firestore.admin.v1.Backup.getDefaultInstance()); } /** + * + * *
      * List of all backups for the project.
      * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - public java.util.List - getBackupsBuilderList() { + public java.util.List getBackupsBuilderList() { return getBackupsFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Backup, com.google.firestore.admin.v1.Backup.Builder, com.google.firestore.admin.v1.BackupOrBuilder> + com.google.firestore.admin.v1.Backup, + com.google.firestore.admin.v1.Backup.Builder, + com.google.firestore.admin.v1.BackupOrBuilder> getBackupsFieldBuilder() { if (backupsBuilder_ == null) { - backupsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Backup, com.google.firestore.admin.v1.Backup.Builder, com.google.firestore.admin.v1.BackupOrBuilder>( - backups_, - ((bitField0_ & 0x00000001) != 0), - getParentForChildren(), - isClean()); + backupsBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.admin.v1.Backup, + com.google.firestore.admin.v1.Backup.Builder, + com.google.firestore.admin.v1.BackupOrBuilder>( + backups_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); backups_ = null; } return backupsBuilder_; @@ -913,6 +999,7 @@ public com.google.firestore.admin.v1.Backup.Builder addBackupsBuilder( private com.google.protobuf.LazyStringArrayList unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureUnreachableIsMutable() { if (!unreachable_.isModifiable()) { unreachable_ = new com.google.protobuf.LazyStringArrayList(unreachable_); @@ -920,6 +1007,8 @@ private void ensureUnreachableIsMutable() { bitField0_ |= 0x00000002; } /** + * + * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -930,14 +1019,16 @@ private void ensureUnreachableIsMutable() {
      * 
* * repeated string unreachable = 3; + * * @return A list containing the unreachable. */ - public com.google.protobuf.ProtocolStringList - getUnreachableList() { + public com.google.protobuf.ProtocolStringList getUnreachableList() { unreachable_.makeImmutable(); return unreachable_; } /** + * + * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -948,12 +1039,15 @@ private void ensureUnreachableIsMutable() {
      * 
* * repeated string unreachable = 3; + * * @return The count of unreachable. */ public int getUnreachableCount() { return unreachable_.size(); } /** + * + * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -964,6 +1058,7 @@ public int getUnreachableCount() {
      * 
* * repeated string unreachable = 3; + * * @param index The index of the element to return. * @return The unreachable at the given index. */ @@ -971,6 +1066,8 @@ public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } /** + * + * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -981,14 +1078,16 @@ public java.lang.String getUnreachable(int index) {
      * 
* * repeated string unreachable = 3; + * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - public com.google.protobuf.ByteString - getUnreachableBytes(int index) { + public com.google.protobuf.ByteString getUnreachableBytes(int index) { return unreachable_.getByteString(index); } /** + * + * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -999,13 +1098,15 @@ public java.lang.String getUnreachable(int index) {
      * 
* * repeated string unreachable = 3; + * * @param index The index to set the value at. * @param value The unreachable to set. * @return This builder for chaining. */ - public Builder setUnreachable( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setUnreachable(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureUnreachableIsMutable(); unreachable_.set(index, value); bitField0_ |= 0x00000002; @@ -1013,6 +1114,8 @@ public Builder setUnreachable( return this; } /** + * + * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -1023,12 +1126,14 @@ public Builder setUnreachable(
      * 
* * repeated string unreachable = 3; + * * @param value The unreachable to add. * @return This builder for chaining. */ - public Builder addUnreachable( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addUnreachable(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureUnreachableIsMutable(); unreachable_.add(value); bitField0_ |= 0x00000002; @@ -1036,6 +1141,8 @@ public Builder addUnreachable( return this; } /** + * + * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -1046,19 +1153,20 @@ public Builder addUnreachable(
      * 
* * repeated string unreachable = 3; + * * @param values The unreachable to add. * @return This builder for chaining. */ - public Builder addAllUnreachable( - java.lang.Iterable values) { + public Builder addAllUnreachable(java.lang.Iterable values) { ensureUnreachableIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, unreachable_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, unreachable_); bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -1069,16 +1177,19 @@ public Builder addAllUnreachable(
      * 
* * repeated string unreachable = 3; + * * @return This builder for chaining. */ public Builder clearUnreachable() { - unreachable_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000002);; + unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + ; onChanged(); return this; } /** + * + * *
      * List of locations that existing backups were not able to be fetched from.
      *
@@ -1089,12 +1200,14 @@ public Builder clearUnreachable() {
      * 
* * repeated string unreachable = 3; + * * @param value The bytes of the unreachable to add. * @return This builder for chaining. */ - public Builder addUnreachableBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addUnreachableBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureUnreachableIsMutable(); unreachable_.add(value); @@ -1102,9 +1215,9 @@ public Builder addUnreachableBytes( onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1114,12 +1227,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListBackupsResponse) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListBackupsResponse) private static final com.google.firestore.admin.v1.ListBackupsResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListBackupsResponse(); } @@ -1128,27 +1241,27 @@ public static com.google.firestore.admin.v1.ListBackupsResponse getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListBackupsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListBackupsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1163,6 +1276,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListBackupsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponseOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponseOrBuilder.java similarity index 77% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponseOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponseOrBuilder.java index 5840081e8..6d36e5016 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponseOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListBackupsResponseOrBuilder.java @@ -1,23 +1,42 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListBackupsResponseOrBuilder extends +public interface ListBackupsResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListBackupsResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * List of all backups for the project.
    * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - java.util.List - getBackupsList(); + java.util.List getBackupsList(); /** + * + * *
    * List of all backups for the project.
    * 
@@ -26,6 +45,8 @@ public interface ListBackupsResponseOrBuilder extends */ com.google.firestore.admin.v1.Backup getBackups(int index); /** + * + * *
    * List of all backups for the project.
    * 
@@ -34,25 +55,29 @@ public interface ListBackupsResponseOrBuilder extends */ int getBackupsCount(); /** + * + * *
    * List of all backups for the project.
    * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - java.util.List - getBackupsOrBuilderList(); + java.util.List getBackupsOrBuilderList(); /** + * + * *
    * List of all backups for the project.
    * 
* * repeated .google.firestore.admin.v1.Backup backups = 1; */ - com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder( - int index); + com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(int index); /** + * + * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -63,11 +88,13 @@ com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(
    * 
* * repeated string unreachable = 3; + * * @return A list containing the unreachable. */ - java.util.List - getUnreachableList(); + java.util.List getUnreachableList(); /** + * + * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -78,10 +105,13 @@ com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(
    * 
* * repeated string unreachable = 3; + * * @return The count of unreachable. */ int getUnreachableCount(); /** + * + * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -92,11 +122,14 @@ com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(
    * 
* * repeated string unreachable = 3; + * * @param index The index of the element to return. * @return The unreachable at the given index. */ java.lang.String getUnreachable(int index); /** + * + * *
    * List of locations that existing backups were not able to be fetched from.
    *
@@ -107,9 +140,9 @@ com.google.firestore.admin.v1.BackupOrBuilder getBackupsOrBuilder(
    * 
* * repeated string unreachable = 3; + * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - com.google.protobuf.ByteString - getUnreachableBytes(int index); + com.google.protobuf.ByteString getUnreachableBytes(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequest.java similarity index 63% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequest.java index 3bc2ec3ff..40f129713 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,55 +20,65 @@ package com.google.firestore.admin.v1; /** + * + * *
  * A request to list the Firestore Databases in all locations for a project.
  * 
* * Protobuf type {@code google.firestore.admin.v1.ListDatabasesRequest} */ -public final class ListDatabasesRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ListDatabasesRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListDatabasesRequest) ListDatabasesRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ListDatabasesRequest.newBuilder() to construct. private ListDatabasesRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ListDatabasesRequest() { parent_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ListDatabasesRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.ListDatabasesRequest.class, com.google.firestore.admin.v1.ListDatabasesRequest.Builder.class); + com.google.firestore.admin.v1.ListDatabasesRequest.class, + com.google.firestore.admin.v1.ListDatabasesRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; /** + * + * *
    * Required. A parent name of the form
    * `projects/{project_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ @java.lang.Override @@ -62,30 +87,32 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. A parent name of the form
    * `projects/{project_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -96,11 +123,14 @@ public java.lang.String getParent() { public static final int SHOW_DELETED_FIELD_NUMBER = 4; private boolean showDeleted_ = false; /** + * + * *
    * If true, also returns deleted resources.
    * 
* * bool show_deleted = 4; + * * @return The showDeleted. */ @java.lang.Override @@ -109,6 +139,7 @@ public boolean getShowDeleted() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -120,8 +151,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -141,8 +171,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (showDeleted_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(4, showDeleted_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(4, showDeleted_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -152,17 +181,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListDatabasesRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListDatabasesRequest other = (com.google.firestore.admin.v1.ListDatabasesRequest) obj; + com.google.firestore.admin.v1.ListDatabasesRequest other = + (com.google.firestore.admin.v1.ListDatabasesRequest) obj; - if (!getParent() - .equals(other.getParent())) return false; - if (getShowDeleted() - != other.getShowDeleted()) return false; + if (!getParent().equals(other.getParent())) return false; + if (getShowDeleted() != other.getShowDeleted()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -177,139 +205,142 @@ public int hashCode() { hash = (37 * hash) + PARENT_FIELD_NUMBER; hash = (53 * hash) + getParent().hashCode(); hash = (37 * hash) + SHOW_DELETED_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getShowDeleted()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getShowDeleted()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListDatabasesRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListDatabasesRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListDatabasesRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListDatabasesRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.ListDatabasesRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A request to list the Firestore Databases in all locations for a project.
    * 
* * Protobuf type {@code google.firestore.admin.v1.ListDatabasesRequest} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListDatabasesRequest) com.google.firestore.admin.v1.ListDatabasesRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_ListDatabasesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.ListDatabasesRequest.class, com.google.firestore.admin.v1.ListDatabasesRequest.Builder.class); + com.google.firestore.admin.v1.ListDatabasesRequest.class, + com.google.firestore.admin.v1.ListDatabasesRequest.Builder.class); } // Construct using com.google.firestore.admin.v1.ListDatabasesRequest.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -320,9 +351,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_ListDatabasesRequest_descriptor; } @java.lang.Override @@ -341,8 +372,11 @@ public com.google.firestore.admin.v1.ListDatabasesRequest build() { @java.lang.Override public com.google.firestore.admin.v1.ListDatabasesRequest buildPartial() { - com.google.firestore.admin.v1.ListDatabasesRequest result = new com.google.firestore.admin.v1.ListDatabasesRequest(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.admin.v1.ListDatabasesRequest result = + new com.google.firestore.admin.v1.ListDatabasesRequest(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -361,38 +395,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ListDatabasesRequest re public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.ListDatabasesRequest) { - return mergeFrom((com.google.firestore.admin.v1.ListDatabasesRequest)other); + return mergeFrom((com.google.firestore.admin.v1.ListDatabasesRequest) other); } else { super.mergeFrom(other); return this; @@ -400,7 +435,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.ListDatabasesRequest other) { - if (other == com.google.firestore.admin.v1.ListDatabasesRequest.getDefaultInstance()) return this; + if (other == com.google.firestore.admin.v1.ListDatabasesRequest.getDefaultInstance()) + return this; if (!other.getParent().isEmpty()) { parent_ = other.parent_; bitField0_ |= 0x00000001; @@ -435,22 +471,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - parent_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 32: { - showDeleted_ = input.readBool(); - bitField0_ |= 0x00000002; - break; - } // case 32 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + parent_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 32: + { + showDeleted_ = input.readBool(); + bitField0_ |= 0x00000002; + break; + } // case 32 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -460,23 +499,28 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object parent_ = ""; /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -485,21 +529,24 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -507,30 +554,41 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearParent() { @@ -540,18 +598,24 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -559,13 +623,16 @@ public Builder setParentBytes( return this; } - private boolean showDeleted_ ; + private boolean showDeleted_; /** + * + * *
      * If true, also returns deleted resources.
      * 
* * bool show_deleted = 4; + * * @return The showDeleted. */ @java.lang.Override @@ -573,11 +640,14 @@ public boolean getShowDeleted() { return showDeleted_; } /** + * + * *
      * If true, also returns deleted resources.
      * 
* * bool show_deleted = 4; + * * @param value The showDeleted to set. * @return This builder for chaining. */ @@ -589,11 +659,14 @@ public Builder setShowDeleted(boolean value) { return this; } /** + * + * *
      * If true, also returns deleted resources.
      * 
* * bool show_deleted = 4; + * * @return This builder for chaining. */ public Builder clearShowDeleted() { @@ -602,9 +675,9 @@ public Builder clearShowDeleted() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -614,12 +687,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListDatabasesRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListDatabasesRequest) private static final com.google.firestore.admin.v1.ListDatabasesRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListDatabasesRequest(); } @@ -628,27 +701,27 @@ public static com.google.firestore.admin.v1.ListDatabasesRequest getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListDatabasesRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListDatabasesRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -663,6 +736,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListDatabasesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java new file mode 100644 index 000000000..219346e4f --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesRequestOrBuilder.java @@ -0,0 +1,70 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface ListDatabasesRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListDatabasesRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. A parent name of the form
+   * `projects/{project_id}`
+   * 
+ * + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The parent. + */ + java.lang.String getParent(); + /** + * + * + *
+   * Required. A parent name of the form
+   * `projects/{project_id}`
+   * 
+ * + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for parent. + */ + com.google.protobuf.ByteString getParentBytes(); + + /** + * + * + *
+   * If true, also returns deleted resources.
+   * 
+ * + * bool show_deleted = 4; + * + * @return The showDeleted. + */ + boolean getShowDeleted(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponse.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponse.java similarity index 75% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponse.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponse.java index b4e76e1ee..71a0bfcf5 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponse.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,51 +20,57 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The list of databases for a project.
  * 
* * Protobuf type {@code google.firestore.admin.v1.ListDatabasesResponse} */ -public final class ListDatabasesResponse extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ListDatabasesResponse extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListDatabasesResponse) ListDatabasesResponseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ListDatabasesResponse.newBuilder() to construct. private ListDatabasesResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ListDatabasesResponse() { databases_ = java.util.Collections.emptyList(); - unreachable_ = - com.google.protobuf.LazyStringArrayList.emptyList(); + unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ListDatabasesResponse(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.ListDatabasesResponse.class, com.google.firestore.admin.v1.ListDatabasesResponse.Builder.class); + com.google.firestore.admin.v1.ListDatabasesResponse.class, + com.google.firestore.admin.v1.ListDatabasesResponse.Builder.class); } public static final int DATABASES_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private java.util.List databases_; /** + * + * *
    * The databases in the project.
    * 
@@ -61,6 +82,8 @@ public java.util.List getDatabasesList() return databases_; } /** + * + * *
    * The databases in the project.
    * 
@@ -68,11 +91,13 @@ public java.util.List getDatabasesList() * repeated .google.firestore.admin.v1.Database databases = 1; */ @java.lang.Override - public java.util.List + public java.util.List getDatabasesOrBuilderList() { return databases_; } /** + * + * *
    * The databases in the project.
    * 
@@ -84,6 +109,8 @@ public int getDatabasesCount() { return databases_.size(); } /** + * + * *
    * The databases in the project.
    * 
@@ -95,6 +122,8 @@ public com.google.firestore.admin.v1.Database getDatabases(int index) { return databases_.get(index); } /** + * + * *
    * The databases in the project.
    * 
@@ -102,16 +131,18 @@ public com.google.firestore.admin.v1.Database getDatabases(int index) { * repeated .google.firestore.admin.v1.Database databases = 1; */ @java.lang.Override - public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder( - int index) { + public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(int index) { return databases_.get(index); } public static final int UNREACHABLE_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -125,13 +156,15 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(
    * 
* * repeated string unreachable = 3; + * * @return A list containing the unreachable. */ - public com.google.protobuf.ProtocolStringList - getUnreachableList() { + public com.google.protobuf.ProtocolStringList getUnreachableList() { return unreachable_; } /** + * + * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -145,12 +178,15 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(
    * 
* * repeated string unreachable = 3; + * * @return The count of unreachable. */ public int getUnreachableCount() { return unreachable_.size(); } /** + * + * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -164,6 +200,7 @@ public int getUnreachableCount() {
    * 
* * repeated string unreachable = 3; + * * @param index The index of the element to return. * @return The unreachable at the given index. */ @@ -171,6 +208,8 @@ public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } /** + * + * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -184,15 +223,16 @@ public java.lang.String getUnreachable(int index) {
    * 
* * repeated string unreachable = 3; + * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - public com.google.protobuf.ByteString - getUnreachableBytes(int index) { + public com.google.protobuf.ByteString getUnreachableBytes(int index) { return unreachable_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -204,8 +244,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < databases_.size(); i++) { output.writeMessage(1, databases_.get(i)); } @@ -222,8 +261,7 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < databases_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, databases_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, databases_.get(i)); } { int dataSize = 0; @@ -241,17 +279,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListDatabasesResponse)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListDatabasesResponse other = (com.google.firestore.admin.v1.ListDatabasesResponse) obj; + com.google.firestore.admin.v1.ListDatabasesResponse other = + (com.google.firestore.admin.v1.ListDatabasesResponse) obj; - if (!getDatabasesList() - .equals(other.getDatabasesList())) return false; - if (!getUnreachableList() - .equals(other.getUnreachableList())) return false; + if (!getDatabasesList().equals(other.getDatabasesList())) return false; + if (!getUnreachableList().equals(other.getUnreachableList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -277,131 +314,135 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListDatabasesResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListDatabasesResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListDatabasesResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListDatabasesResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.ListDatabasesResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The list of databases for a project.
    * 
* * Protobuf type {@code google.firestore.admin.v1.ListDatabasesResponse} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListDatabasesResponse) com.google.firestore.admin.v1.ListDatabasesResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_ListDatabasesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.ListDatabasesResponse.class, com.google.firestore.admin.v1.ListDatabasesResponse.Builder.class); + com.google.firestore.admin.v1.ListDatabasesResponse.class, + com.google.firestore.admin.v1.ListDatabasesResponse.Builder.class); } // Construct using com.google.firestore.admin.v1.ListDatabasesResponse.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -413,15 +454,14 @@ public Builder clear() { databasesBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); - unreachable_ = - com.google.protobuf.LazyStringArrayList.emptyList(); + unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_ListDatabasesResponse_descriptor; } @java.lang.Override @@ -440,14 +480,18 @@ public com.google.firestore.admin.v1.ListDatabasesResponse build() { @java.lang.Override public com.google.firestore.admin.v1.ListDatabasesResponse buildPartial() { - com.google.firestore.admin.v1.ListDatabasesResponse result = new com.google.firestore.admin.v1.ListDatabasesResponse(this); + com.google.firestore.admin.v1.ListDatabasesResponse result = + new com.google.firestore.admin.v1.ListDatabasesResponse(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } - private void buildPartialRepeatedFields(com.google.firestore.admin.v1.ListDatabasesResponse result) { + private void buildPartialRepeatedFields( + com.google.firestore.admin.v1.ListDatabasesResponse result) { if (databasesBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { databases_ = java.util.Collections.unmodifiableList(databases_); @@ -471,38 +515,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ListDatabasesResponse r public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.ListDatabasesResponse) { - return mergeFrom((com.google.firestore.admin.v1.ListDatabasesResponse)other); + return mergeFrom((com.google.firestore.admin.v1.ListDatabasesResponse) other); } else { super.mergeFrom(other); return this; @@ -510,7 +555,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.ListDatabasesResponse other) { - if (other == com.google.firestore.admin.v1.ListDatabasesResponse.getDefaultInstance()) return this; + if (other == com.google.firestore.admin.v1.ListDatabasesResponse.getDefaultInstance()) + return this; if (databasesBuilder_ == null) { if (!other.databases_.isEmpty()) { if (databases_.isEmpty()) { @@ -529,9 +575,10 @@ public Builder mergeFrom(com.google.firestore.admin.v1.ListDatabasesResponse oth databasesBuilder_ = null; databases_ = other.databases_; bitField0_ = (bitField0_ & ~0x00000001); - databasesBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getDatabasesFieldBuilder() : null; + databasesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getDatabasesFieldBuilder() + : null; } else { databasesBuilder_.addAllMessages(other.databases_); } @@ -573,31 +620,33 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - com.google.firestore.admin.v1.Database m = - input.readMessage( - com.google.firestore.admin.v1.Database.parser(), - extensionRegistry); - if (databasesBuilder_ == null) { - ensureDatabasesIsMutable(); - databases_.add(m); - } else { - databasesBuilder_.addMessage(m); - } - break; - } // case 10 - case 26: { - java.lang.String s = input.readStringRequireUtf8(); - ensureUnreachableIsMutable(); - unreachable_.add(s); - break; - } // case 26 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + com.google.firestore.admin.v1.Database m = + input.readMessage( + com.google.firestore.admin.v1.Database.parser(), extensionRegistry); + if (databasesBuilder_ == null) { + ensureDatabasesIsMutable(); + databases_.add(m); + } else { + databasesBuilder_.addMessage(m); + } + break; + } // case 10 + case 26: + { + java.lang.String s = input.readStringRequireUtf8(); + ensureUnreachableIsMutable(); + unreachable_.add(s); + break; + } // case 26 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -607,21 +656,28 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.util.List databases_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureDatabasesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { databases_ = new java.util.ArrayList(databases_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder> databasesBuilder_; + com.google.firestore.admin.v1.Database, + com.google.firestore.admin.v1.Database.Builder, + com.google.firestore.admin.v1.DatabaseOrBuilder> + databasesBuilder_; /** + * + * *
      * The databases in the project.
      * 
@@ -636,6 +692,8 @@ public java.util.List getDatabasesList() } } /** + * + * *
      * The databases in the project.
      * 
@@ -650,6 +708,8 @@ public int getDatabasesCount() { } } /** + * + * *
      * The databases in the project.
      * 
@@ -664,14 +724,15 @@ public com.google.firestore.admin.v1.Database getDatabases(int index) { } } /** + * + * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public Builder setDatabases( - int index, com.google.firestore.admin.v1.Database value) { + public Builder setDatabases(int index, com.google.firestore.admin.v1.Database value) { if (databasesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -685,6 +746,8 @@ public Builder setDatabases( return this; } /** + * + * *
      * The databases in the project.
      * 
@@ -703,6 +766,8 @@ public Builder setDatabases( return this; } /** + * + * *
      * The databases in the project.
      * 
@@ -723,14 +788,15 @@ public Builder addDatabases(com.google.firestore.admin.v1.Database value) { return this; } /** + * + * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public Builder addDatabases( - int index, com.google.firestore.admin.v1.Database value) { + public Builder addDatabases(int index, com.google.firestore.admin.v1.Database value) { if (databasesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -744,14 +810,15 @@ public Builder addDatabases( return this; } /** + * + * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public Builder addDatabases( - com.google.firestore.admin.v1.Database.Builder builderForValue) { + public Builder addDatabases(com.google.firestore.admin.v1.Database.Builder builderForValue) { if (databasesBuilder_ == null) { ensureDatabasesIsMutable(); databases_.add(builderForValue.build()); @@ -762,6 +829,8 @@ public Builder addDatabases( return this; } /** + * + * *
      * The databases in the project.
      * 
@@ -780,6 +849,8 @@ public Builder addDatabases( return this; } /** + * + * *
      * The databases in the project.
      * 
@@ -790,8 +861,7 @@ public Builder addAllDatabases( java.lang.Iterable values) { if (databasesBuilder_ == null) { ensureDatabasesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, databases_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, databases_); onChanged(); } else { databasesBuilder_.addAllMessages(values); @@ -799,6 +869,8 @@ public Builder addAllDatabases( return this; } /** + * + * *
      * The databases in the project.
      * 
@@ -816,6 +888,8 @@ public Builder clearDatabases() { return this; } /** + * + * *
      * The databases in the project.
      * 
@@ -833,39 +907,44 @@ public Builder removeDatabases(int index) { return this; } /** + * + * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public com.google.firestore.admin.v1.Database.Builder getDatabasesBuilder( - int index) { + public com.google.firestore.admin.v1.Database.Builder getDatabasesBuilder(int index) { return getDatabasesFieldBuilder().getBuilder(index); } /** + * + * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder( - int index) { + public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(int index) { if (databasesBuilder_ == null) { - return databases_.get(index); } else { + return databases_.get(index); + } else { return databasesBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public java.util.List - getDatabasesOrBuilderList() { + public java.util.List + getDatabasesOrBuilderList() { if (databasesBuilder_ != null) { return databasesBuilder_.getMessageOrBuilderList(); } else { @@ -873,6 +952,8 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder( } } /** + * + * *
      * The databases in the project.
      * 
@@ -880,42 +961,48 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder( * repeated .google.firestore.admin.v1.Database databases = 1; */ public com.google.firestore.admin.v1.Database.Builder addDatabasesBuilder() { - return getDatabasesFieldBuilder().addBuilder( - com.google.firestore.admin.v1.Database.getDefaultInstance()); + return getDatabasesFieldBuilder() + .addBuilder(com.google.firestore.admin.v1.Database.getDefaultInstance()); } /** + * + * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public com.google.firestore.admin.v1.Database.Builder addDatabasesBuilder( - int index) { - return getDatabasesFieldBuilder().addBuilder( - index, com.google.firestore.admin.v1.Database.getDefaultInstance()); + public com.google.firestore.admin.v1.Database.Builder addDatabasesBuilder(int index) { + return getDatabasesFieldBuilder() + .addBuilder(index, com.google.firestore.admin.v1.Database.getDefaultInstance()); } /** + * + * *
      * The databases in the project.
      * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - public java.util.List - getDatabasesBuilderList() { + public java.util.List + getDatabasesBuilderList() { return getDatabasesFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder> + com.google.firestore.admin.v1.Database, + com.google.firestore.admin.v1.Database.Builder, + com.google.firestore.admin.v1.DatabaseOrBuilder> getDatabasesFieldBuilder() { if (databasesBuilder_ == null) { - databasesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder>( - databases_, - ((bitField0_ & 0x00000001) != 0), - getParentForChildren(), - isClean()); + databasesBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.admin.v1.Database, + com.google.firestore.admin.v1.Database.Builder, + com.google.firestore.admin.v1.DatabaseOrBuilder>( + databases_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); databases_ = null; } return databasesBuilder_; @@ -923,6 +1010,7 @@ public com.google.firestore.admin.v1.Database.Builder addDatabasesBuilder( private com.google.protobuf.LazyStringArrayList unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureUnreachableIsMutable() { if (!unreachable_.isModifiable()) { unreachable_ = new com.google.protobuf.LazyStringArrayList(unreachable_); @@ -930,6 +1018,8 @@ private void ensureUnreachableIsMutable() { bitField0_ |= 0x00000002; } /** + * + * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -943,14 +1033,16 @@ private void ensureUnreachableIsMutable() {
      * 
* * repeated string unreachable = 3; + * * @return A list containing the unreachable. */ - public com.google.protobuf.ProtocolStringList - getUnreachableList() { + public com.google.protobuf.ProtocolStringList getUnreachableList() { unreachable_.makeImmutable(); return unreachable_; } /** + * + * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -964,12 +1056,15 @@ private void ensureUnreachableIsMutable() {
      * 
* * repeated string unreachable = 3; + * * @return The count of unreachable. */ public int getUnreachableCount() { return unreachable_.size(); } /** + * + * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -983,6 +1078,7 @@ public int getUnreachableCount() {
      * 
* * repeated string unreachable = 3; + * * @param index The index of the element to return. * @return The unreachable at the given index. */ @@ -990,6 +1086,8 @@ public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } /** + * + * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1003,14 +1101,16 @@ public java.lang.String getUnreachable(int index) {
      * 
* * repeated string unreachable = 3; + * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - public com.google.protobuf.ByteString - getUnreachableBytes(int index) { + public com.google.protobuf.ByteString getUnreachableBytes(int index) { return unreachable_.getByteString(index); } /** + * + * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1024,13 +1124,15 @@ public java.lang.String getUnreachable(int index) {
      * 
* * repeated string unreachable = 3; + * * @param index The index to set the value at. * @param value The unreachable to set. * @return This builder for chaining. */ - public Builder setUnreachable( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setUnreachable(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureUnreachableIsMutable(); unreachable_.set(index, value); bitField0_ |= 0x00000002; @@ -1038,6 +1140,8 @@ public Builder setUnreachable( return this; } /** + * + * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1051,12 +1155,14 @@ public Builder setUnreachable(
      * 
* * repeated string unreachable = 3; + * * @param value The unreachable to add. * @return This builder for chaining. */ - public Builder addUnreachable( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addUnreachable(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureUnreachableIsMutable(); unreachable_.add(value); bitField0_ |= 0x00000002; @@ -1064,6 +1170,8 @@ public Builder addUnreachable( return this; } /** + * + * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1077,19 +1185,20 @@ public Builder addUnreachable(
      * 
* * repeated string unreachable = 3; + * * @param values The unreachable to add. * @return This builder for chaining. */ - public Builder addAllUnreachable( - java.lang.Iterable values) { + public Builder addAllUnreachable(java.lang.Iterable values) { ensureUnreachableIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, unreachable_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, unreachable_); bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1103,16 +1212,19 @@ public Builder addAllUnreachable(
      * 
* * repeated string unreachable = 3; + * * @return This builder for chaining. */ public Builder clearUnreachable() { - unreachable_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000002);; + unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + ; onChanged(); return this; } /** + * + * *
      * In the event that data about individual databases cannot be listed they
      * will be recorded here.
@@ -1126,12 +1238,14 @@ public Builder clearUnreachable() {
      * 
* * repeated string unreachable = 3; + * * @param value The bytes of the unreachable to add. * @return This builder for chaining. */ - public Builder addUnreachableBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addUnreachableBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureUnreachableIsMutable(); unreachable_.add(value); @@ -1139,9 +1253,9 @@ public Builder addUnreachableBytes( onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1151,12 +1265,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListDatabasesResponse) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListDatabasesResponse) private static final com.google.firestore.admin.v1.ListDatabasesResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListDatabasesResponse(); } @@ -1165,27 +1279,27 @@ public static com.google.firestore.admin.v1.ListDatabasesResponse getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListDatabasesResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListDatabasesResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1200,6 +1314,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListDatabasesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponseOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponseOrBuilder.java similarity index 81% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponseOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponseOrBuilder.java index 7d187f58b..e20bbfcb0 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponseOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListDatabasesResponseOrBuilder.java @@ -1,23 +1,42 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListDatabasesResponseOrBuilder extends +public interface ListDatabasesResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListDatabasesResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The databases in the project.
    * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - java.util.List - getDatabasesList(); + java.util.List getDatabasesList(); /** + * + * *
    * The databases in the project.
    * 
@@ -26,6 +45,8 @@ public interface ListDatabasesResponseOrBuilder extends */ com.google.firestore.admin.v1.Database getDatabases(int index); /** + * + * *
    * The databases in the project.
    * 
@@ -34,25 +55,30 @@ public interface ListDatabasesResponseOrBuilder extends */ int getDatabasesCount(); /** + * + * *
    * The databases in the project.
    * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - java.util.List + java.util.List getDatabasesOrBuilderList(); /** + * + * *
    * The databases in the project.
    * 
* * repeated .google.firestore.admin.v1.Database databases = 1; */ - com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder( - int index); + com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(int index); /** + * + * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -66,11 +92,13 @@ com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(
    * 
* * repeated string unreachable = 3; + * * @return A list containing the unreachable. */ - java.util.List - getUnreachableList(); + java.util.List getUnreachableList(); /** + * + * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -84,10 +112,13 @@ com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(
    * 
* * repeated string unreachable = 3; + * * @return The count of unreachable. */ int getUnreachableCount(); /** + * + * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -101,11 +132,14 @@ com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(
    * 
* * repeated string unreachable = 3; + * * @param index The index of the element to return. * @return The unreachable at the given index. */ java.lang.String getUnreachable(int index); /** + * + * *
    * In the event that data about individual databases cannot be listed they
    * will be recorded here.
@@ -119,9 +153,9 @@ com.google.firestore.admin.v1.DatabaseOrBuilder getDatabasesOrBuilder(
    * 
* * repeated string unreachable = 3; + * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - com.google.protobuf.ByteString - getUnreachableBytes(int index); + com.google.protobuf.ByteString getUnreachableBytes(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequest.java similarity index 70% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequest.java index c57c93b1f..8fc78de07 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListFieldsRequest}
  */
-public final class ListFieldsRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ListFieldsRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListFieldsRequest)
     ListFieldsRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ListFieldsRequest.newBuilder() to construct.
   private ListFieldsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ListFieldsRequest() {
     parent_ = "";
     filter_ = "";
@@ -29,34 +47,41 @@ private ListFieldsRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ListFieldsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListFieldsRequest.class, com.google.firestore.admin.v1.ListFieldsRequest.Builder.class);
+            com.google.firestore.admin.v1.ListFieldsRequest.class,
+            com.google.firestore.admin.v1.ListFieldsRequest.Builder.class);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
+   *
+   *
    * 
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ @java.lang.Override @@ -65,30 +90,32 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -97,9 +124,12 @@ public java.lang.String getParent() { } public static final int FILTER_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; /** + * + * *
    * The filter to apply to list results. Currently,
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
@@ -111,6 +141,7 @@ public java.lang.String getParent() {
    * 
* * string filter = 2; + * * @return The filter. */ @java.lang.Override @@ -119,14 +150,15 @@ public java.lang.String getFilter() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filter_ = s; return s; } } /** + * + * *
    * The filter to apply to list results. Currently,
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
@@ -138,16 +170,15 @@ public java.lang.String getFilter() {
    * 
* * string filter = 2; + * * @return The bytes for filter. */ @java.lang.Override - public com.google.protobuf.ByteString - getFilterBytes() { + public com.google.protobuf.ByteString getFilterBytes() { java.lang.Object ref = filter_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); filter_ = b; return b; } else { @@ -158,11 +189,14 @@ public java.lang.String getFilter() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; /** + * + * *
    * The number of results to return.
    * 
* * int32 page_size = 3; + * * @return The pageSize. */ @java.lang.Override @@ -171,9 +205,12 @@ public int getPageSize() { } public static final int PAGE_TOKEN_FIELD_NUMBER = 4; + @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; /** + * + * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -181,6 +218,7 @@ public int getPageSize() {
    * 
* * string page_token = 4; + * * @return The pageToken. */ @java.lang.Override @@ -189,14 +227,15 @@ public java.lang.String getPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; } } /** + * + * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -204,16 +243,15 @@ public java.lang.String getPageToken() {
    * 
* * string page_token = 4; + * * @return The bytes for pageToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getPageTokenBytes() { + public com.google.protobuf.ByteString getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); pageToken_ = b; return b; } else { @@ -222,6 +260,7 @@ public java.lang.String getPageToken() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -233,8 +272,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -263,8 +301,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, filter_); } if (pageSize_ != 0) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(3, pageSize_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(3, pageSize_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, pageToken_); @@ -277,21 +314,18 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListFieldsRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListFieldsRequest other = (com.google.firestore.admin.v1.ListFieldsRequest) obj; - - if (!getParent() - .equals(other.getParent())) return false; - if (!getFilter() - .equals(other.getFilter())) return false; - if (getPageSize() - != other.getPageSize()) return false; - if (!getPageToken() - .equals(other.getPageToken())) return false; + com.google.firestore.admin.v1.ListFieldsRequest other = + (com.google.firestore.admin.v1.ListFieldsRequest) obj; + + if (!getParent().equals(other.getParent())) return false; + if (!getFilter().equals(other.getFilter())) return false; + if (getPageSize() != other.getPageSize()) return false; + if (!getPageToken().equals(other.getPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -316,99 +350,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListFieldsRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListFieldsRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListFieldsRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListFieldsRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.ListFieldsRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
@@ -416,33 +455,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.ListFieldsRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListFieldsRequest)
       com.google.firestore.admin.v1.ListFieldsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListFieldsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListFieldsRequest.class, com.google.firestore.admin.v1.ListFieldsRequest.Builder.class);
+              com.google.firestore.admin.v1.ListFieldsRequest.class,
+              com.google.firestore.admin.v1.ListFieldsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListFieldsRequest.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -455,9 +493,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListFieldsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -476,8 +514,11 @@ public com.google.firestore.admin.v1.ListFieldsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListFieldsRequest buildPartial() {
-      com.google.firestore.admin.v1.ListFieldsRequest result = new com.google.firestore.admin.v1.ListFieldsRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.ListFieldsRequest result =
+          new com.google.firestore.admin.v1.ListFieldsRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -502,38 +543,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ListFieldsRequest resul
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListFieldsRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.ListFieldsRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.ListFieldsRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -541,7 +583,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListFieldsRequest other) {
-      if (other == com.google.firestore.admin.v1.ListFieldsRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.ListFieldsRequest.getDefaultInstance())
+        return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -586,32 +629,37 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              parent_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              filter_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 24: {
-              pageSize_ = input.readInt32();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 24
-            case 34: {
-              pageToken_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 34
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                parent_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                filter_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 24:
+              {
+                pageSize_ = input.readInt32();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 24
+            case 34:
+              {
+                pageToken_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 34
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -621,23 +669,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
+     *
+     *
      * 
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -646,21 +699,24 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -668,30 +724,41 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearParent() { @@ -701,18 +768,24 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -722,6 +795,8 @@ public Builder setParentBytes( private java.lang.Object filter_ = ""; /** + * + * *
      * The filter to apply to list results. Currently,
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
@@ -733,13 +808,13 @@ public Builder setParentBytes(
      * 
* * string filter = 2; + * * @return The filter. */ public java.lang.String getFilter() { java.lang.Object ref = filter_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filter_ = s; return s; @@ -748,6 +823,8 @@ public java.lang.String getFilter() { } } /** + * + * *
      * The filter to apply to list results. Currently,
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
@@ -759,15 +836,14 @@ public java.lang.String getFilter() {
      * 
* * string filter = 2; + * * @return The bytes for filter. */ - public com.google.protobuf.ByteString - getFilterBytes() { + public com.google.protobuf.ByteString getFilterBytes() { java.lang.Object ref = filter_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); filter_ = b; return b; } else { @@ -775,6 +851,8 @@ public java.lang.String getFilter() { } } /** + * + * *
      * The filter to apply to list results. Currently,
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
@@ -786,18 +864,22 @@ public java.lang.String getFilter() {
      * 
* * string filter = 2; + * * @param value The filter to set. * @return This builder for chaining. */ - public Builder setFilter( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setFilter(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } filter_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * The filter to apply to list results. Currently,
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
@@ -809,6 +891,7 @@ public Builder setFilter(
      * 
* * string filter = 2; + * * @return This builder for chaining. */ public Builder clearFilter() { @@ -818,6 +901,8 @@ public Builder clearFilter() { return this; } /** + * + * *
      * The filter to apply to list results. Currently,
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
@@ -829,12 +914,14 @@ public Builder clearFilter() {
      * 
* * string filter = 2; + * * @param value The bytes for filter to set. * @return This builder for chaining. */ - public Builder setFilterBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setFilterBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); filter_ = value; bitField0_ |= 0x00000002; @@ -842,13 +929,16 @@ public Builder setFilterBytes( return this; } - private int pageSize_ ; + private int pageSize_; /** + * + * *
      * The number of results to return.
      * 
* * int32 page_size = 3; + * * @return The pageSize. */ @java.lang.Override @@ -856,11 +946,14 @@ public int getPageSize() { return pageSize_; } /** + * + * *
      * The number of results to return.
      * 
* * int32 page_size = 3; + * * @param value The pageSize to set. * @return This builder for chaining. */ @@ -872,11 +965,14 @@ public Builder setPageSize(int value) { return this; } /** + * + * *
      * The number of results to return.
      * 
* * int32 page_size = 3; + * * @return This builder for chaining. */ public Builder clearPageSize() { @@ -888,6 +984,8 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** + * + * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -895,13 +993,13 @@ public Builder clearPageSize() {
      * 
* * string page_token = 4; + * * @return The pageToken. */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; @@ -910,6 +1008,8 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -917,15 +1017,14 @@ public java.lang.String getPageToken() {
      * 
* * string page_token = 4; + * * @return The bytes for pageToken. */ - public com.google.protobuf.ByteString - getPageTokenBytes() { + public com.google.protobuf.ByteString getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); pageToken_ = b; return b; } else { @@ -933,6 +1032,8 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -940,18 +1041,22 @@ public java.lang.String getPageToken() {
      * 
* * string page_token = 4; + * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setPageToken(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } pageToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** + * + * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -959,6 +1064,7 @@ public Builder setPageToken(
      * 
* * string page_token = 4; + * * @return This builder for chaining. */ public Builder clearPageToken() { @@ -968,6 +1074,8 @@ public Builder clearPageToken() { return this; } /** + * + * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -975,21 +1083,23 @@ public Builder clearPageToken() {
      * 
* * string page_token = 4; + * * @param value The bytes for pageToken to set. * @return This builder for chaining. */ - public Builder setPageTokenBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); pageToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -999,12 +1109,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListFieldsRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListFieldsRequest) private static final com.google.firestore.admin.v1.ListFieldsRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListFieldsRequest(); } @@ -1013,27 +1123,27 @@ public static com.google.firestore.admin.v1.ListFieldsRequest getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListFieldsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListFieldsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1048,6 +1158,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListFieldsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequestOrBuilder.java similarity index 69% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequestOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequestOrBuilder.java index 1217533f8..091d594c7 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequestOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsRequestOrBuilder.java @@ -1,36 +1,63 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListFieldsRequestOrBuilder extends +public interface ListFieldsRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListFieldsRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ java.lang.String getParent(); /** + * + * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - com.google.protobuf.ByteString - getParentBytes(); + com.google.protobuf.ByteString getParentBytes(); /** + * + * *
    * The filter to apply to list results. Currently,
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
@@ -42,10 +69,13 @@ public interface ListFieldsRequestOrBuilder extends
    * 
* * string filter = 2; + * * @return The filter. */ java.lang.String getFilter(); /** + * + * *
    * The filter to apply to list results. Currently,
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
@@ -57,22 +87,27 @@ public interface ListFieldsRequestOrBuilder extends
    * 
* * string filter = 2; + * * @return The bytes for filter. */ - com.google.protobuf.ByteString - getFilterBytes(); + com.google.protobuf.ByteString getFilterBytes(); /** + * + * *
    * The number of results to return.
    * 
* * int32 page_size = 3; + * * @return The pageSize. */ int getPageSize(); /** + * + * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -80,10 +115,13 @@ public interface ListFieldsRequestOrBuilder extends
    * 
* * string page_token = 4; + * * @return The pageToken. */ java.lang.String getPageToken(); /** + * + * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields],
@@ -91,8 +129,8 @@ public interface ListFieldsRequestOrBuilder extends
    * 
* * string page_token = 4; + * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString - getPageTokenBytes(); + com.google.protobuf.ByteString getPageTokenBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponse.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponse.java similarity index 71% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponse.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponse.java index cf0f048c8..b055c2723 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponse.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The response for
  * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListFieldsResponse}
  */
-public final class ListFieldsResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ListFieldsResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListFieldsResponse)
     ListFieldsResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ListFieldsResponse.newBuilder() to construct.
   private ListFieldsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ListFieldsResponse() {
     fields_ = java.util.Collections.emptyList();
     nextPageToken_ = "";
@@ -28,28 +46,32 @@ private ListFieldsResponse() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ListFieldsResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListFieldsResponse.class, com.google.firestore.admin.v1.ListFieldsResponse.Builder.class);
+            com.google.firestore.admin.v1.ListFieldsResponse.class,
+            com.google.firestore.admin.v1.ListFieldsResponse.Builder.class);
   }
 
   public static final int FIELDS_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private java.util.List fields_;
   /**
+   *
+   *
    * 
    * The requested fields.
    * 
@@ -61,6 +83,8 @@ public java.util.List getFieldsList() { return fields_; } /** + * + * *
    * The requested fields.
    * 
@@ -68,11 +92,13 @@ public java.util.List getFieldsList() { * repeated .google.firestore.admin.v1.Field fields = 1; */ @java.lang.Override - public java.util.List + public java.util.List getFieldsOrBuilderList() { return fields_; } /** + * + * *
    * The requested fields.
    * 
@@ -84,6 +110,8 @@ public int getFieldsCount() { return fields_.size(); } /** + * + * *
    * The requested fields.
    * 
@@ -95,6 +123,8 @@ public com.google.firestore.admin.v1.Field getFields(int index) { return fields_.get(index); } /** + * + * *
    * The requested fields.
    * 
@@ -102,21 +132,24 @@ public com.google.firestore.admin.v1.Field getFields(int index) { * repeated .google.firestore.admin.v1.Field fields = 1; */ @java.lang.Override - public com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder( - int index) { + public com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder(int index) { return fields_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; /** + * + * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ @java.lang.Override @@ -125,30 +158,30 @@ public java.lang.String getNextPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; } } /** + * + * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getNextPageTokenBytes() { + public com.google.protobuf.ByteString getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -157,6 +190,7 @@ public java.lang.String getNextPageToken() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -168,8 +202,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < fields_.size(); i++) { output.writeMessage(1, fields_.get(i)); } @@ -186,8 +219,7 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < fields_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, fields_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, fields_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -200,17 +232,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListFieldsResponse)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListFieldsResponse other = (com.google.firestore.admin.v1.ListFieldsResponse) obj; + com.google.firestore.admin.v1.ListFieldsResponse other = + (com.google.firestore.admin.v1.ListFieldsResponse) obj; - if (!getFieldsList() - .equals(other.getFieldsList())) return false; - if (!getNextPageToken() - .equals(other.getNextPageToken())) return false; + if (!getFieldsList().equals(other.getFieldsList())) return false; + if (!getNextPageToken().equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -233,99 +264,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListFieldsResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListFieldsResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListFieldsResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListFieldsResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.ListFieldsResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The response for
    * [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
@@ -333,33 +369,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.ListFieldsResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListFieldsResponse)
       com.google.firestore.admin.v1.ListFieldsResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListFieldsResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListFieldsResponse.class, com.google.firestore.admin.v1.ListFieldsResponse.Builder.class);
+              com.google.firestore.admin.v1.ListFieldsResponse.class,
+              com.google.firestore.admin.v1.ListFieldsResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListFieldsResponse.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -376,9 +411,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListFieldsResponse_descriptor;
     }
 
     @java.lang.Override
@@ -397,14 +432,18 @@ public com.google.firestore.admin.v1.ListFieldsResponse build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListFieldsResponse buildPartial() {
-      com.google.firestore.admin.v1.ListFieldsResponse result = new com.google.firestore.admin.v1.ListFieldsResponse(this);
+      com.google.firestore.admin.v1.ListFieldsResponse result =
+          new com.google.firestore.admin.v1.ListFieldsResponse(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
 
-    private void buildPartialRepeatedFields(com.google.firestore.admin.v1.ListFieldsResponse result) {
+    private void buildPartialRepeatedFields(
+        com.google.firestore.admin.v1.ListFieldsResponse result) {
       if (fieldsBuilder_ == null) {
         if (((bitField0_ & 0x00000001) != 0)) {
           fields_ = java.util.Collections.unmodifiableList(fields_);
@@ -427,38 +466,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ListFieldsResponse resu
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListFieldsResponse) {
-        return mergeFrom((com.google.firestore.admin.v1.ListFieldsResponse)other);
+        return mergeFrom((com.google.firestore.admin.v1.ListFieldsResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -466,7 +506,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListFieldsResponse other) {
-      if (other == com.google.firestore.admin.v1.ListFieldsResponse.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.ListFieldsResponse.getDefaultInstance())
+        return this;
       if (fieldsBuilder_ == null) {
         if (!other.fields_.isEmpty()) {
           if (fields_.isEmpty()) {
@@ -485,9 +526,10 @@ public Builder mergeFrom(com.google.firestore.admin.v1.ListFieldsResponse other)
             fieldsBuilder_ = null;
             fields_ = other.fields_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            fieldsBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getFieldsFieldBuilder() : null;
+            fieldsBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getFieldsFieldBuilder()
+                    : null;
           } else {
             fieldsBuilder_.addAllMessages(other.fields_);
           }
@@ -524,30 +566,32 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              com.google.firestore.admin.v1.Field m =
-                  input.readMessage(
-                      com.google.firestore.admin.v1.Field.parser(),
-                      extensionRegistry);
-              if (fieldsBuilder_ == null) {
-                ensureFieldsIsMutable();
-                fields_.add(m);
-              } else {
-                fieldsBuilder_.addMessage(m);
-              }
-              break;
-            } // case 10
-            case 18: {
-              nextPageToken_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                com.google.firestore.admin.v1.Field m =
+                    input.readMessage(
+                        com.google.firestore.admin.v1.Field.parser(), extensionRegistry);
+                if (fieldsBuilder_ == null) {
+                  ensureFieldsIsMutable();
+                  fields_.add(m);
+                } else {
+                  fieldsBuilder_.addMessage(m);
+                }
+                break;
+              } // case 10
+            case 18:
+              {
+                nextPageToken_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -557,21 +601,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.util.List fields_ =
-      java.util.Collections.emptyList();
+        java.util.Collections.emptyList();
+
     private void ensureFieldsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         fields_ = new java.util.ArrayList(fields_);
         bitField0_ |= 0x00000001;
-       }
+      }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.admin.v1.Field, com.google.firestore.admin.v1.Field.Builder, com.google.firestore.admin.v1.FieldOrBuilder> fieldsBuilder_;
+            com.google.firestore.admin.v1.Field,
+            com.google.firestore.admin.v1.Field.Builder,
+            com.google.firestore.admin.v1.FieldOrBuilder>
+        fieldsBuilder_;
 
     /**
+     *
+     *
      * 
      * The requested fields.
      * 
@@ -586,6 +637,8 @@ public java.util.List getFieldsList() { } } /** + * + * *
      * The requested fields.
      * 
@@ -600,6 +653,8 @@ public int getFieldsCount() { } } /** + * + * *
      * The requested fields.
      * 
@@ -614,14 +669,15 @@ public com.google.firestore.admin.v1.Field getFields(int index) { } } /** + * + * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public Builder setFields( - int index, com.google.firestore.admin.v1.Field value) { + public Builder setFields(int index, com.google.firestore.admin.v1.Field value) { if (fieldsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -635,6 +691,8 @@ public Builder setFields( return this; } /** + * + * *
      * The requested fields.
      * 
@@ -653,6 +711,8 @@ public Builder setFields( return this; } /** + * + * *
      * The requested fields.
      * 
@@ -673,14 +733,15 @@ public Builder addFields(com.google.firestore.admin.v1.Field value) { return this; } /** + * + * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public Builder addFields( - int index, com.google.firestore.admin.v1.Field value) { + public Builder addFields(int index, com.google.firestore.admin.v1.Field value) { if (fieldsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -694,14 +755,15 @@ public Builder addFields( return this; } /** + * + * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public Builder addFields( - com.google.firestore.admin.v1.Field.Builder builderForValue) { + public Builder addFields(com.google.firestore.admin.v1.Field.Builder builderForValue) { if (fieldsBuilder_ == null) { ensureFieldsIsMutable(); fields_.add(builderForValue.build()); @@ -712,6 +774,8 @@ public Builder addFields( return this; } /** + * + * *
      * The requested fields.
      * 
@@ -730,6 +794,8 @@ public Builder addFields( return this; } /** + * + * *
      * The requested fields.
      * 
@@ -740,8 +806,7 @@ public Builder addAllFields( java.lang.Iterable values) { if (fieldsBuilder_ == null) { ensureFieldsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, fields_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, fields_); onChanged(); } else { fieldsBuilder_.addAllMessages(values); @@ -749,6 +814,8 @@ public Builder addAllFields( return this; } /** + * + * *
      * The requested fields.
      * 
@@ -766,6 +833,8 @@ public Builder clearFields() { return this; } /** + * + * *
      * The requested fields.
      * 
@@ -783,39 +852,44 @@ public Builder removeFields(int index) { return this; } /** + * + * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public com.google.firestore.admin.v1.Field.Builder getFieldsBuilder( - int index) { + public com.google.firestore.admin.v1.Field.Builder getFieldsBuilder(int index) { return getFieldsFieldBuilder().getBuilder(index); } /** + * + * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder( - int index) { + public com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder(int index) { if (fieldsBuilder_ == null) { - return fields_.get(index); } else { + return fields_.get(index); + } else { return fieldsBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public java.util.List - getFieldsOrBuilderList() { + public java.util.List + getFieldsOrBuilderList() { if (fieldsBuilder_ != null) { return fieldsBuilder_.getMessageOrBuilderList(); } else { @@ -823,6 +897,8 @@ public com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder( } } /** + * + * *
      * The requested fields.
      * 
@@ -830,42 +906,47 @@ public com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder( * repeated .google.firestore.admin.v1.Field fields = 1; */ public com.google.firestore.admin.v1.Field.Builder addFieldsBuilder() { - return getFieldsFieldBuilder().addBuilder( - com.google.firestore.admin.v1.Field.getDefaultInstance()); + return getFieldsFieldBuilder() + .addBuilder(com.google.firestore.admin.v1.Field.getDefaultInstance()); } /** + * + * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public com.google.firestore.admin.v1.Field.Builder addFieldsBuilder( - int index) { - return getFieldsFieldBuilder().addBuilder( - index, com.google.firestore.admin.v1.Field.getDefaultInstance()); + public com.google.firestore.admin.v1.Field.Builder addFieldsBuilder(int index) { + return getFieldsFieldBuilder() + .addBuilder(index, com.google.firestore.admin.v1.Field.getDefaultInstance()); } /** + * + * *
      * The requested fields.
      * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - public java.util.List - getFieldsBuilderList() { + public java.util.List getFieldsBuilderList() { return getFieldsFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Field, com.google.firestore.admin.v1.Field.Builder, com.google.firestore.admin.v1.FieldOrBuilder> + com.google.firestore.admin.v1.Field, + com.google.firestore.admin.v1.Field.Builder, + com.google.firestore.admin.v1.FieldOrBuilder> getFieldsFieldBuilder() { if (fieldsBuilder_ == null) { - fieldsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Field, com.google.firestore.admin.v1.Field.Builder, com.google.firestore.admin.v1.FieldOrBuilder>( - fields_, - ((bitField0_ & 0x00000001) != 0), - getParentForChildren(), - isClean()); + fieldsBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.admin.v1.Field, + com.google.firestore.admin.v1.Field.Builder, + com.google.firestore.admin.v1.FieldOrBuilder>( + fields_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); fields_ = null; } return fieldsBuilder_; @@ -873,19 +954,21 @@ public com.google.firestore.admin.v1.Field.Builder addFieldsBuilder( private java.lang.Object nextPageToken_ = ""; /** + * + * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; @@ -894,21 +977,22 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ - public com.google.protobuf.ByteString - getNextPageTokenBytes() { + public com.google.protobuf.ByteString getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -916,30 +1000,37 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; + * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNextPageToken(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; + * * @return This builder for chaining. */ public Builder clearNextPageToken() { @@ -949,27 +1040,31 @@ public Builder clearNextPageToken() { return this; } /** + * + * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; + * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -979,12 +1074,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListFieldsResponse) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListFieldsResponse) private static final com.google.firestore.admin.v1.ListFieldsResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListFieldsResponse(); } @@ -993,27 +1088,27 @@ public static com.google.firestore.admin.v1.ListFieldsResponse getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListFieldsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListFieldsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1028,6 +1123,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListFieldsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponseOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponseOrBuilder.java similarity index 65% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponseOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponseOrBuilder.java index b57d913f5..519c7e670 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponseOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListFieldsResponseOrBuilder.java @@ -1,23 +1,42 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListFieldsResponseOrBuilder extends +public interface ListFieldsResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListFieldsResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The requested fields.
    * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - java.util.List - getFieldsList(); + java.util.List getFieldsList(); /** + * + * *
    * The requested fields.
    * 
@@ -26,6 +45,8 @@ public interface ListFieldsResponseOrBuilder extends */ com.google.firestore.admin.v1.Field getFields(int index); /** + * + * *
    * The requested fields.
    * 
@@ -34,43 +55,50 @@ public interface ListFieldsResponseOrBuilder extends */ int getFieldsCount(); /** + * + * *
    * The requested fields.
    * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - java.util.List - getFieldsOrBuilderList(); + java.util.List getFieldsOrBuilderList(); /** + * + * *
    * The requested fields.
    * 
* * repeated .google.firestore.admin.v1.Field fields = 1; */ - com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder( - int index); + com.google.firestore.admin.v1.FieldOrBuilder getFieldsOrBuilder(int index); /** + * + * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** + * + * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString - getNextPageTokenBytes(); + com.google.protobuf.ByteString getNextPageTokenBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequest.java similarity index 68% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequest.java index 6571ca553..91f68dbc4 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListIndexesRequest}
  */
-public final class ListIndexesRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ListIndexesRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListIndexesRequest)
     ListIndexesRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ListIndexesRequest.newBuilder() to construct.
   private ListIndexesRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ListIndexesRequest() {
     parent_ = "";
     filter_ = "";
@@ -29,34 +47,41 @@ private ListIndexesRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ListIndexesRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListIndexesRequest.class, com.google.firestore.admin.v1.ListIndexesRequest.Builder.class);
+            com.google.firestore.admin.v1.ListIndexesRequest.class,
+            com.google.firestore.admin.v1.ListIndexesRequest.Builder.class);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
+   *
+   *
    * 
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ @java.lang.Override @@ -65,30 +90,32 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -97,14 +124,18 @@ public java.lang.String getParent() { } public static final int FILTER_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; /** + * + * *
    * The filter to apply to list results.
    * 
* * string filter = 2; + * * @return The filter. */ @java.lang.Override @@ -113,29 +144,29 @@ public java.lang.String getFilter() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filter_ = s; return s; } } /** + * + * *
    * The filter to apply to list results.
    * 
* * string filter = 2; + * * @return The bytes for filter. */ @java.lang.Override - public com.google.protobuf.ByteString - getFilterBytes() { + public com.google.protobuf.ByteString getFilterBytes() { java.lang.Object ref = filter_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); filter_ = b; return b; } else { @@ -146,11 +177,14 @@ public java.lang.String getFilter() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; /** + * + * *
    * The number of results to return.
    * 
* * int32 page_size = 3; + * * @return The pageSize. */ @java.lang.Override @@ -159,9 +193,12 @@ public int getPageSize() { } public static final int PAGE_TOKEN_FIELD_NUMBER = 4; + @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; /** + * + * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -169,6 +206,7 @@ public int getPageSize() {
    * 
* * string page_token = 4; + * * @return The pageToken. */ @java.lang.Override @@ -177,14 +215,15 @@ public java.lang.String getPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; } } /** + * + * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -192,16 +231,15 @@ public java.lang.String getPageToken() {
    * 
* * string page_token = 4; + * * @return The bytes for pageToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getPageTokenBytes() { + public com.google.protobuf.ByteString getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); pageToken_ = b; return b; } else { @@ -210,6 +248,7 @@ public java.lang.String getPageToken() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -221,8 +260,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -251,8 +289,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, filter_); } if (pageSize_ != 0) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(3, pageSize_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(3, pageSize_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, pageToken_); @@ -265,21 +302,18 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListIndexesRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListIndexesRequest other = (com.google.firestore.admin.v1.ListIndexesRequest) obj; + com.google.firestore.admin.v1.ListIndexesRequest other = + (com.google.firestore.admin.v1.ListIndexesRequest) obj; - if (!getParent() - .equals(other.getParent())) return false; - if (!getFilter() - .equals(other.getFilter())) return false; - if (getPageSize() - != other.getPageSize()) return false; - if (!getPageToken() - .equals(other.getPageToken())) return false; + if (!getParent().equals(other.getParent())) return false; + if (!getFilter().equals(other.getFilter())) return false; + if (getPageSize() != other.getPageSize()) return false; + if (!getPageToken().equals(other.getPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -304,99 +338,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListIndexesRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListIndexesRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListIndexesRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListIndexesRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.ListIndexesRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].
@@ -404,33 +443,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.ListIndexesRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListIndexesRequest)
       com.google.firestore.admin.v1.ListIndexesRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListIndexesRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListIndexesRequest.class, com.google.firestore.admin.v1.ListIndexesRequest.Builder.class);
+              com.google.firestore.admin.v1.ListIndexesRequest.class,
+              com.google.firestore.admin.v1.ListIndexesRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListIndexesRequest.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -443,9 +481,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListIndexesRequest_descriptor;
     }
 
     @java.lang.Override
@@ -464,8 +502,11 @@ public com.google.firestore.admin.v1.ListIndexesRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListIndexesRequest buildPartial() {
-      com.google.firestore.admin.v1.ListIndexesRequest result = new com.google.firestore.admin.v1.ListIndexesRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.ListIndexesRequest result =
+          new com.google.firestore.admin.v1.ListIndexesRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -490,38 +531,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ListIndexesRequest resu
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListIndexesRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.ListIndexesRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.ListIndexesRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -529,7 +571,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListIndexesRequest other) {
-      if (other == com.google.firestore.admin.v1.ListIndexesRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.ListIndexesRequest.getDefaultInstance())
+        return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -574,32 +617,37 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              parent_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              filter_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 24: {
-              pageSize_ = input.readInt32();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 24
-            case 34: {
-              pageToken_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 34
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                parent_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                filter_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 24:
+              {
+                pageSize_ = input.readInt32();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 24
+            case 34:
+              {
+                pageToken_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 34
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -609,23 +657,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
+     *
+     *
      * 
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -634,21 +687,24 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -656,30 +712,41 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearParent() { @@ -689,18 +756,24 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. A parent name of the form
      * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -710,18 +783,20 @@ public Builder setParentBytes( private java.lang.Object filter_ = ""; /** + * + * *
      * The filter to apply to list results.
      * 
* * string filter = 2; + * * @return The filter. */ public java.lang.String getFilter() { java.lang.Object ref = filter_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filter_ = s; return s; @@ -730,20 +805,21 @@ public java.lang.String getFilter() { } } /** + * + * *
      * The filter to apply to list results.
      * 
* * string filter = 2; + * * @return The bytes for filter. */ - public com.google.protobuf.ByteString - getFilterBytes() { + public com.google.protobuf.ByteString getFilterBytes() { java.lang.Object ref = filter_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); filter_ = b; return b; } else { @@ -751,28 +827,35 @@ public java.lang.String getFilter() { } } /** + * + * *
      * The filter to apply to list results.
      * 
* * string filter = 2; + * * @param value The filter to set. * @return This builder for chaining. */ - public Builder setFilter( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setFilter(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } filter_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * The filter to apply to list results.
      * 
* * string filter = 2; + * * @return This builder for chaining. */ public Builder clearFilter() { @@ -782,17 +865,21 @@ public Builder clearFilter() { return this; } /** + * + * *
      * The filter to apply to list results.
      * 
* * string filter = 2; + * * @param value The bytes for filter to set. * @return This builder for chaining. */ - public Builder setFilterBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setFilterBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); filter_ = value; bitField0_ |= 0x00000002; @@ -800,13 +887,16 @@ public Builder setFilterBytes( return this; } - private int pageSize_ ; + private int pageSize_; /** + * + * *
      * The number of results to return.
      * 
* * int32 page_size = 3; + * * @return The pageSize. */ @java.lang.Override @@ -814,11 +904,14 @@ public int getPageSize() { return pageSize_; } /** + * + * *
      * The number of results to return.
      * 
* * int32 page_size = 3; + * * @param value The pageSize to set. * @return This builder for chaining. */ @@ -830,11 +923,14 @@ public Builder setPageSize(int value) { return this; } /** + * + * *
      * The number of results to return.
      * 
* * int32 page_size = 3; + * * @return This builder for chaining. */ public Builder clearPageSize() { @@ -846,6 +942,8 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** + * + * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -853,13 +951,13 @@ public Builder clearPageSize() {
      * 
* * string page_token = 4; + * * @return The pageToken. */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; @@ -868,6 +966,8 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -875,15 +975,14 @@ public java.lang.String getPageToken() {
      * 
* * string page_token = 4; + * * @return The bytes for pageToken. */ - public com.google.protobuf.ByteString - getPageTokenBytes() { + public com.google.protobuf.ByteString getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); pageToken_ = b; return b; } else { @@ -891,6 +990,8 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -898,18 +999,22 @@ public java.lang.String getPageToken() {
      * 
* * string page_token = 4; + * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setPageToken(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } pageToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** + * + * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -917,6 +1022,7 @@ public Builder setPageToken(
      * 
* * string page_token = 4; + * * @return This builder for chaining. */ public Builder clearPageToken() { @@ -926,6 +1032,8 @@ public Builder clearPageToken() { return this; } /** + * + * *
      * A page token, returned from a previous call to
      * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -933,21 +1041,23 @@ public Builder clearPageToken() {
      * 
* * string page_token = 4; + * * @param value The bytes for pageToken to set. * @return This builder for chaining. */ - public Builder setPageTokenBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); pageToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -957,12 +1067,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListIndexesRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListIndexesRequest) private static final com.google.firestore.admin.v1.ListIndexesRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListIndexesRequest(); } @@ -971,27 +1081,27 @@ public static com.google.firestore.admin.v1.ListIndexesRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListIndexesRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListIndexesRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1006,6 +1116,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListIndexesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequestOrBuilder.java similarity index 61% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequestOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequestOrBuilder.java index e1eb0d104..e7979f7fc 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequestOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesRequestOrBuilder.java @@ -1,66 +1,101 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListIndexesRequestOrBuilder extends +public interface ListIndexesRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListIndexesRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ java.lang.String getParent(); /** + * + * *
    * Required. A parent name of the form
    * `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - com.google.protobuf.ByteString - getParentBytes(); + com.google.protobuf.ByteString getParentBytes(); /** + * + * *
    * The filter to apply to list results.
    * 
* * string filter = 2; + * * @return The filter. */ java.lang.String getFilter(); /** + * + * *
    * The filter to apply to list results.
    * 
* * string filter = 2; + * * @return The bytes for filter. */ - com.google.protobuf.ByteString - getFilterBytes(); + com.google.protobuf.ByteString getFilterBytes(); /** + * + * *
    * The number of results to return.
    * 
* * int32 page_size = 3; + * * @return The pageSize. */ int getPageSize(); /** + * + * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -68,10 +103,13 @@ public interface ListIndexesRequestOrBuilder extends
    * 
* * string page_token = 4; + * * @return The pageToken. */ java.lang.String getPageToken(); /** + * + * *
    * A page token, returned from a previous call to
    * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes],
@@ -79,8 +117,8 @@ public interface ListIndexesRequestOrBuilder extends
    * 
* * string page_token = 4; + * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString - getPageTokenBytes(); + com.google.protobuf.ByteString getPageTokenBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponse.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponse.java similarity index 71% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponse.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponse.java index 1e5256286..ccda24a76 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponse.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The response for
  * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.ListIndexesResponse}
  */
-public final class ListIndexesResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ListIndexesResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.ListIndexesResponse)
     ListIndexesResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ListIndexesResponse.newBuilder() to construct.
   private ListIndexesResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ListIndexesResponse() {
     indexes_ = java.util.Collections.emptyList();
     nextPageToken_ = "";
@@ -28,28 +46,32 @@ private ListIndexesResponse() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ListIndexesResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.ListIndexesResponse.class, com.google.firestore.admin.v1.ListIndexesResponse.Builder.class);
+            com.google.firestore.admin.v1.ListIndexesResponse.class,
+            com.google.firestore.admin.v1.ListIndexesResponse.Builder.class);
   }
 
   public static final int INDEXES_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private java.util.List indexes_;
   /**
+   *
+   *
    * 
    * The requested indexes.
    * 
@@ -61,6 +83,8 @@ public java.util.List getIndexesList() { return indexes_; } /** + * + * *
    * The requested indexes.
    * 
@@ -68,11 +92,13 @@ public java.util.List getIndexesList() { * repeated .google.firestore.admin.v1.Index indexes = 1; */ @java.lang.Override - public java.util.List + public java.util.List getIndexesOrBuilderList() { return indexes_; } /** + * + * *
    * The requested indexes.
    * 
@@ -84,6 +110,8 @@ public int getIndexesCount() { return indexes_.size(); } /** + * + * *
    * The requested indexes.
    * 
@@ -95,6 +123,8 @@ public com.google.firestore.admin.v1.Index getIndexes(int index) { return indexes_.get(index); } /** + * + * *
    * The requested indexes.
    * 
@@ -102,21 +132,24 @@ public com.google.firestore.admin.v1.Index getIndexes(int index) { * repeated .google.firestore.admin.v1.Index indexes = 1; */ @java.lang.Override - public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( - int index) { + public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int index) { return indexes_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; /** + * + * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ @java.lang.Override @@ -125,30 +158,30 @@ public java.lang.String getNextPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; } } /** + * + * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getNextPageTokenBytes() { + public com.google.protobuf.ByteString getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -157,6 +190,7 @@ public java.lang.String getNextPageToken() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -168,8 +202,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < indexes_.size(); i++) { output.writeMessage(1, indexes_.get(i)); } @@ -186,8 +219,7 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < indexes_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, indexes_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, indexes_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -200,17 +232,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.ListIndexesResponse)) { return super.equals(obj); } - com.google.firestore.admin.v1.ListIndexesResponse other = (com.google.firestore.admin.v1.ListIndexesResponse) obj; + com.google.firestore.admin.v1.ListIndexesResponse other = + (com.google.firestore.admin.v1.ListIndexesResponse) obj; - if (!getIndexesList() - .equals(other.getIndexesList())) return false; - if (!getNextPageToken() - .equals(other.getNextPageToken())) return false; + if (!getIndexesList().equals(other.getIndexesList())) return false; + if (!getNextPageToken().equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -234,98 +265,103 @@ public int hashCode() { } public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.ListIndexesResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.ListIndexesResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.ListIndexesResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.ListIndexesResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.ListIndexesResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The response for
    * [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].
@@ -333,33 +369,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.ListIndexesResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.ListIndexesResponse)
       com.google.firestore.admin.v1.ListIndexesResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListIndexesResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.ListIndexesResponse.class, com.google.firestore.admin.v1.ListIndexesResponse.Builder.class);
+              com.google.firestore.admin.v1.ListIndexesResponse.class,
+              com.google.firestore.admin.v1.ListIndexesResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.ListIndexesResponse.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -376,9 +411,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_ListIndexesResponse_descriptor;
     }
 
     @java.lang.Override
@@ -397,14 +432,18 @@ public com.google.firestore.admin.v1.ListIndexesResponse build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.ListIndexesResponse buildPartial() {
-      com.google.firestore.admin.v1.ListIndexesResponse result = new com.google.firestore.admin.v1.ListIndexesResponse(this);
+      com.google.firestore.admin.v1.ListIndexesResponse result =
+          new com.google.firestore.admin.v1.ListIndexesResponse(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
 
-    private void buildPartialRepeatedFields(com.google.firestore.admin.v1.ListIndexesResponse result) {
+    private void buildPartialRepeatedFields(
+        com.google.firestore.admin.v1.ListIndexesResponse result) {
       if (indexesBuilder_ == null) {
         if (((bitField0_ & 0x00000001) != 0)) {
           indexes_ = java.util.Collections.unmodifiableList(indexes_);
@@ -427,38 +466,39 @@ private void buildPartial0(com.google.firestore.admin.v1.ListIndexesResponse res
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.ListIndexesResponse) {
-        return mergeFrom((com.google.firestore.admin.v1.ListIndexesResponse)other);
+        return mergeFrom((com.google.firestore.admin.v1.ListIndexesResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -466,7 +506,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.ListIndexesResponse other) {
-      if (other == com.google.firestore.admin.v1.ListIndexesResponse.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.ListIndexesResponse.getDefaultInstance())
+        return this;
       if (indexesBuilder_ == null) {
         if (!other.indexes_.isEmpty()) {
           if (indexes_.isEmpty()) {
@@ -485,9 +526,10 @@ public Builder mergeFrom(com.google.firestore.admin.v1.ListIndexesResponse other
             indexesBuilder_ = null;
             indexes_ = other.indexes_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            indexesBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getIndexesFieldBuilder() : null;
+            indexesBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getIndexesFieldBuilder()
+                    : null;
           } else {
             indexesBuilder_.addAllMessages(other.indexes_);
           }
@@ -524,30 +566,32 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              com.google.firestore.admin.v1.Index m =
-                  input.readMessage(
-                      com.google.firestore.admin.v1.Index.parser(),
-                      extensionRegistry);
-              if (indexesBuilder_ == null) {
-                ensureIndexesIsMutable();
-                indexes_.add(m);
-              } else {
-                indexesBuilder_.addMessage(m);
-              }
-              break;
-            } // case 10
-            case 18: {
-              nextPageToken_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                com.google.firestore.admin.v1.Index m =
+                    input.readMessage(
+                        com.google.firestore.admin.v1.Index.parser(), extensionRegistry);
+                if (indexesBuilder_ == null) {
+                  ensureIndexesIsMutable();
+                  indexes_.add(m);
+                } else {
+                  indexesBuilder_.addMessage(m);
+                }
+                break;
+              } // case 10
+            case 18:
+              {
+                nextPageToken_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -557,21 +601,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.util.List indexes_ =
-      java.util.Collections.emptyList();
+        java.util.Collections.emptyList();
+
     private void ensureIndexesIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         indexes_ = new java.util.ArrayList(indexes_);
         bitField0_ |= 0x00000001;
-       }
+      }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> indexesBuilder_;
+            com.google.firestore.admin.v1.Index,
+            com.google.firestore.admin.v1.Index.Builder,
+            com.google.firestore.admin.v1.IndexOrBuilder>
+        indexesBuilder_;
 
     /**
+     *
+     *
      * 
      * The requested indexes.
      * 
@@ -586,6 +637,8 @@ public java.util.List getIndexesList() { } } /** + * + * *
      * The requested indexes.
      * 
@@ -600,6 +653,8 @@ public int getIndexesCount() { } } /** + * + * *
      * The requested indexes.
      * 
@@ -614,14 +669,15 @@ public com.google.firestore.admin.v1.Index getIndexes(int index) { } } /** + * + * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public Builder setIndexes( - int index, com.google.firestore.admin.v1.Index value) { + public Builder setIndexes(int index, com.google.firestore.admin.v1.Index value) { if (indexesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -635,6 +691,8 @@ public Builder setIndexes( return this; } /** + * + * *
      * The requested indexes.
      * 
@@ -653,6 +711,8 @@ public Builder setIndexes( return this; } /** + * + * *
      * The requested indexes.
      * 
@@ -673,14 +733,15 @@ public Builder addIndexes(com.google.firestore.admin.v1.Index value) { return this; } /** + * + * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public Builder addIndexes( - int index, com.google.firestore.admin.v1.Index value) { + public Builder addIndexes(int index, com.google.firestore.admin.v1.Index value) { if (indexesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -694,14 +755,15 @@ public Builder addIndexes( return this; } /** + * + * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public Builder addIndexes( - com.google.firestore.admin.v1.Index.Builder builderForValue) { + public Builder addIndexes(com.google.firestore.admin.v1.Index.Builder builderForValue) { if (indexesBuilder_ == null) { ensureIndexesIsMutable(); indexes_.add(builderForValue.build()); @@ -712,6 +774,8 @@ public Builder addIndexes( return this; } /** + * + * *
      * The requested indexes.
      * 
@@ -730,6 +794,8 @@ public Builder addIndexes( return this; } /** + * + * *
      * The requested indexes.
      * 
@@ -740,8 +806,7 @@ public Builder addAllIndexes( java.lang.Iterable values) { if (indexesBuilder_ == null) { ensureIndexesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, indexes_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, indexes_); onChanged(); } else { indexesBuilder_.addAllMessages(values); @@ -749,6 +814,8 @@ public Builder addAllIndexes( return this; } /** + * + * *
      * The requested indexes.
      * 
@@ -766,6 +833,8 @@ public Builder clearIndexes() { return this; } /** + * + * *
      * The requested indexes.
      * 
@@ -783,39 +852,44 @@ public Builder removeIndexes(int index) { return this; } /** + * + * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public com.google.firestore.admin.v1.Index.Builder getIndexesBuilder( - int index) { + public com.google.firestore.admin.v1.Index.Builder getIndexesBuilder(int index) { return getIndexesFieldBuilder().getBuilder(index); } /** + * + * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( - int index) { + public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int index) { if (indexesBuilder_ == null) { - return indexes_.get(index); } else { + return indexes_.get(index); + } else { return indexesBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public java.util.List - getIndexesOrBuilderList() { + public java.util.List + getIndexesOrBuilderList() { if (indexesBuilder_ != null) { return indexesBuilder_.getMessageOrBuilderList(); } else { @@ -823,6 +897,8 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( } } /** + * + * *
      * The requested indexes.
      * 
@@ -830,42 +906,47 @@ public com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( * repeated .google.firestore.admin.v1.Index indexes = 1; */ public com.google.firestore.admin.v1.Index.Builder addIndexesBuilder() { - return getIndexesFieldBuilder().addBuilder( - com.google.firestore.admin.v1.Index.getDefaultInstance()); + return getIndexesFieldBuilder() + .addBuilder(com.google.firestore.admin.v1.Index.getDefaultInstance()); } /** + * + * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public com.google.firestore.admin.v1.Index.Builder addIndexesBuilder( - int index) { - return getIndexesFieldBuilder().addBuilder( - index, com.google.firestore.admin.v1.Index.getDefaultInstance()); + public com.google.firestore.admin.v1.Index.Builder addIndexesBuilder(int index) { + return getIndexesFieldBuilder() + .addBuilder(index, com.google.firestore.admin.v1.Index.getDefaultInstance()); } /** + * + * *
      * The requested indexes.
      * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - public java.util.List - getIndexesBuilderList() { + public java.util.List getIndexesBuilderList() { return getIndexesFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder> + com.google.firestore.admin.v1.Index, + com.google.firestore.admin.v1.Index.Builder, + com.google.firestore.admin.v1.IndexOrBuilder> getIndexesFieldBuilder() { if (indexesBuilder_ == null) { - indexesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.admin.v1.Index, com.google.firestore.admin.v1.Index.Builder, com.google.firestore.admin.v1.IndexOrBuilder>( - indexes_, - ((bitField0_ & 0x00000001) != 0), - getParentForChildren(), - isClean()); + indexesBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.admin.v1.Index, + com.google.firestore.admin.v1.Index.Builder, + com.google.firestore.admin.v1.IndexOrBuilder>( + indexes_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); indexes_ = null; } return indexesBuilder_; @@ -873,19 +954,21 @@ public com.google.firestore.admin.v1.Index.Builder addIndexesBuilder( private java.lang.Object nextPageToken_ = ""; /** + * + * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; @@ -894,21 +977,22 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ - public com.google.protobuf.ByteString - getNextPageTokenBytes() { + public com.google.protobuf.ByteString getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -916,30 +1000,37 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; + * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNextPageToken(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; + * * @return This builder for chaining. */ public Builder clearNextPageToken() { @@ -949,27 +1040,31 @@ public Builder clearNextPageToken() { return this; } /** + * + * *
      * A page token that may be used to request another page of results. If blank,
      * this is the last page.
      * 
* * string next_page_token = 2; + * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -979,12 +1074,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.ListIndexesResponse) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.ListIndexesResponse) private static final com.google.firestore.admin.v1.ListIndexesResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.ListIndexesResponse(); } @@ -993,27 +1088,27 @@ public static com.google.firestore.admin.v1.ListIndexesResponse getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListIndexesResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListIndexesResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1028,6 +1123,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.ListIndexesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponseOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponseOrBuilder.java similarity index 65% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponseOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponseOrBuilder.java index 34c8671a4..f42aeae73 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponseOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ListIndexesResponseOrBuilder.java @@ -1,23 +1,42 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ListIndexesResponseOrBuilder extends +public interface ListIndexesResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.ListIndexesResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The requested indexes.
    * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - java.util.List - getIndexesList(); + java.util.List getIndexesList(); /** + * + * *
    * The requested indexes.
    * 
@@ -26,6 +45,8 @@ public interface ListIndexesResponseOrBuilder extends */ com.google.firestore.admin.v1.Index getIndexes(int index); /** + * + * *
    * The requested indexes.
    * 
@@ -34,43 +55,50 @@ public interface ListIndexesResponseOrBuilder extends */ int getIndexesCount(); /** + * + * *
    * The requested indexes.
    * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - java.util.List - getIndexesOrBuilderList(); + java.util.List getIndexesOrBuilderList(); /** + * + * *
    * The requested indexes.
    * 
* * repeated .google.firestore.admin.v1.Index indexes = 1; */ - com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder( - int index); + com.google.firestore.admin.v1.IndexOrBuilder getIndexesOrBuilder(int index); /** + * + * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** + * + * *
    * A page token that may be used to request another page of results. If blank,
    * this is the last page.
    * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString - getNextPageTokenBytes(); + com.google.protobuf.ByteString getNextPageTokenBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadata.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadata.java similarity index 63% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadata.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadata.java index 1061d1191..44c0bec1d 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadata.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadata.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/location.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The metadata message for
  * [google.cloud.location.Location.metadata][google.cloud.location.Location.metadata].
@@ -12,39 +29,41 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.LocationMetadata}
  */
-public final class LocationMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class LocationMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.LocationMetadata)
     LocationMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use LocationMetadata.newBuilder() to construct.
   private LocationMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private LocationMetadata() {
-  }
+
+  private LocationMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new LocationMetadata();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.LocationProto.internal_static_google_firestore_admin_v1_LocationMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.LocationProto
+        .internal_static_google_firestore_admin_v1_LocationMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.LocationProto.internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable
+    return com.google.firestore.admin.v1.LocationProto
+        .internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.LocationMetadata.class, com.google.firestore.admin.v1.LocationMetadata.Builder.class);
+            com.google.firestore.admin.v1.LocationMetadata.class,
+            com.google.firestore.admin.v1.LocationMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -56,8 +75,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     getUnknownFields().writeTo(output);
   }
 
@@ -75,12 +93,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.admin.v1.LocationMetadata)) {
       return super.equals(obj);
     }
-    com.google.firestore.admin.v1.LocationMetadata other = (com.google.firestore.admin.v1.LocationMetadata) obj;
+    com.google.firestore.admin.v1.LocationMetadata other =
+        (com.google.firestore.admin.v1.LocationMetadata) obj;
 
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -98,99 +117,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.admin.v1.LocationMetadata parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.admin.v1.LocationMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.LocationMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.admin.v1.LocationMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.LocationMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.admin.v1.LocationMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The metadata message for
    * [google.cloud.location.Location.metadata][google.cloud.location.Location.metadata].
@@ -198,33 +222,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.LocationMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.LocationMetadata)
       com.google.firestore.admin.v1.LocationMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.LocationProto.internal_static_google_firestore_admin_v1_LocationMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.LocationProto
+          .internal_static_google_firestore_admin_v1_LocationMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.LocationProto.internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable
+      return com.google.firestore.admin.v1.LocationProto
+          .internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.LocationMetadata.class, com.google.firestore.admin.v1.LocationMetadata.Builder.class);
+              com.google.firestore.admin.v1.LocationMetadata.class,
+              com.google.firestore.admin.v1.LocationMetadata.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.LocationMetadata.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -232,9 +255,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.LocationProto.internal_static_google_firestore_admin_v1_LocationMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.LocationProto
+          .internal_static_google_firestore_admin_v1_LocationMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -253,7 +276,8 @@ public com.google.firestore.admin.v1.LocationMetadata build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.LocationMetadata buildPartial() {
-      com.google.firestore.admin.v1.LocationMetadata result = new com.google.firestore.admin.v1.LocationMetadata(this);
+      com.google.firestore.admin.v1.LocationMetadata result =
+          new com.google.firestore.admin.v1.LocationMetadata(this);
       onBuilt();
       return result;
     }
@@ -262,38 +286,39 @@ public com.google.firestore.admin.v1.LocationMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.LocationMetadata) {
-        return mergeFrom((com.google.firestore.admin.v1.LocationMetadata)other);
+        return mergeFrom((com.google.firestore.admin.v1.LocationMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -328,12 +353,13 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -343,9 +369,9 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -355,12 +381,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.LocationMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.LocationMetadata)
   private static final com.google.firestore.admin.v1.LocationMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.admin.v1.LocationMetadata();
   }
@@ -369,27 +395,27 @@ public static com.google.firestore.admin.v1.LocationMetadata getDefaultInstance(
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public LocationMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public LocationMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -404,6 +430,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.admin.v1.LocationMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java
new file mode 100644
index 000000000..e353e5c69
--- /dev/null
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationMetadataOrBuilder.java
@@ -0,0 +1,25 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/admin/v1/location.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.admin.v1;
+
+public interface LocationMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.LocationMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationName.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationName.java
similarity index 100%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationName.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationName.java
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java
new file mode 100644
index 000000000..728502634
--- /dev/null
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/LocationProto.java
@@ -0,0 +1,65 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/admin/v1/location.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.admin.v1;
+
+public final class LocationProto {
+  private LocationProto() {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_LocationMetadata_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+    return descriptor;
+  }
+
+  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
+
+  static {
+    java.lang.String[] descriptorData = {
+      "\n(google/firestore/admin/v1/location.pro"
+          + "to\022\031google.firestore.admin.v1\"\022\n\020Locatio"
+          + "nMetadataB\334\001\n\035com.google.firestore.admin"
+          + ".v1B\rLocationProtoP\001Z9cloud.google.com/g"
+          + "o/firestore/apiv1/admin/adminpb;adminpb\242"
+          + "\002\004GCFS\252\002\037Google.Cloud.Firestore.Admin.V1"
+          + "\312\002\037Google\\Cloud\\Firestore\\Admin\\V1\352\002#Goo"
+          + "gle::Cloud::Firestore::Admin::V1b\006proto3"
+    };
+    descriptor =
+        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
+            descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
+    internal_static_google_firestore_admin_v1_LocationMetadata_descriptor =
+        getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_admin_v1_LocationMetadata_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_LocationMetadata_descriptor,
+            new java.lang.String[] {});
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java
new file mode 100644
index 000000000..ddd9168cf
--- /dev/null
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationProto.java
@@ -0,0 +1,302 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/admin/v1/operation.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.admin.v1;
+
+public final class OperationProto {
+  private OperationProto() {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_admin_v1_Progress_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+    return descriptor;
+  }
+
+  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
+
+  static {
+    java.lang.String[] descriptorData = {
+      "\n)google/firestore/admin/v1/operation.pr"
+          + "oto\022\031google.firestore.admin.v1\032\031google/a"
+          + "pi/resource.proto\032%google/firestore/admi"
+          + "n/v1/index.proto\032\037google/protobuf/timest"
+          + "amp.proto\"\275\002\n\026IndexOperationMetadata\022.\n\n"
+          + "start_time\030\001 \001(\0132\032.google.protobuf.Times"
+          + "tamp\022,\n\010end_time\030\002 \001(\0132\032.google.protobuf"
+          + ".Timestamp\022\r\n\005index\030\003 \001(\t\0228\n\005state\030\004 \001(\016"
+          + "2).google.firestore.admin.v1.OperationSt"
+          + "ate\022?\n\022progress_documents\030\005 \001(\0132#.google"
+          + ".firestore.admin.v1.Progress\022;\n\016progress"
+          + "_bytes\030\006 \001(\0132#.google.firestore.admin.v1"
+          + ".Progress\"\231\007\n\026FieldOperationMetadata\022.\n\n"
+          + "start_time\030\001 \001(\0132\032.google.protobuf.Times"
+          + "tamp\022,\n\010end_time\030\002 \001(\0132\032.google.protobuf"
+          + ".Timestamp\022\r\n\005field\030\003 \001(\t\022_\n\023index_confi"
+          + "g_deltas\030\004 \003(\0132B.google.firestore.admin."
+          + "v1.FieldOperationMetadata.IndexConfigDel"
+          + "ta\0228\n\005state\030\005 \001(\0162).google.firestore.adm"
+          + "in.v1.OperationState\022?\n\022progress_documen"
+          + "ts\030\006 \001(\0132#.google.firestore.admin.v1.Pro"
+          + "gress\022;\n\016progress_bytes\030\007 \001(\0132#.google.f"
+          + "irestore.admin.v1.Progress\022Z\n\020ttl_config"
+          + "_delta\030\010 \001(\0132@.google.firestore.admin.v1"
+          + ".FieldOperationMetadata.TtlConfigDelta\032\347"
+          + "\001\n\020IndexConfigDelta\022b\n\013change_type\030\001 \001(\016"
+          + "2M.google.firestore.admin.v1.FieldOperat"
+          + "ionMetadata.IndexConfigDelta.ChangeType\022"
+          + "/\n\005index\030\002 \001(\0132 .google.firestore.admin."
+          + "v1.Index\">\n\nChangeType\022\033\n\027CHANGE_TYPE_UN"
+          + "SPECIFIED\020\000\022\007\n\003ADD\020\001\022\n\n\006REMOVE\020\002\032\262\001\n\016Ttl"
+          + "ConfigDelta\022`\n\013change_type\030\001 \001(\0162K.googl"
+          + "e.firestore.admin.v1.FieldOperationMetad"
+          + "ata.TtlConfigDelta.ChangeType\">\n\nChangeT"
+          + "ype\022\033\n\027CHANGE_TYPE_UNSPECIFIED\020\000\022\007\n\003ADD\020"
+          + "\001\022\n\n\006REMOVE\020\002\"\266\003\n\027ExportDocumentsMetadat"
+          + "a\022.\n\nstart_time\030\001 \001(\0132\032.google.protobuf."
+          + "Timestamp\022,\n\010end_time\030\002 \001(\0132\032.google.pro"
+          + "tobuf.Timestamp\022B\n\017operation_state\030\003 \001(\016"
+          + "2).google.firestore.admin.v1.OperationSt"
+          + "ate\022?\n\022progress_documents\030\004 \001(\0132#.google"
+          + ".firestore.admin.v1.Progress\022;\n\016progress"
+          + "_bytes\030\005 \001(\0132#.google.firestore.admin.v1"
+          + ".Progress\022\026\n\016collection_ids\030\006 \003(\t\022\031\n\021out"
+          + "put_uri_prefix\030\007 \001(\t\022\025\n\rnamespace_ids\030\010 "
+          + "\003(\t\0221\n\rsnapshot_time\030\t \001(\0132\032.google.prot"
+          + "obuf.Timestamp\"\202\003\n\027ImportDocumentsMetada"
+          + "ta\022.\n\nstart_time\030\001 \001(\0132\032.google.protobuf"
+          + ".Timestamp\022,\n\010end_time\030\002 \001(\0132\032.google.pr"
+          + "otobuf.Timestamp\022B\n\017operation_state\030\003 \001("
+          + "\0162).google.firestore.admin.v1.OperationS"
+          + "tate\022?\n\022progress_documents\030\004 \001(\0132#.googl"
+          + "e.firestore.admin.v1.Progress\022;\n\016progres"
+          + "s_bytes\030\005 \001(\0132#.google.firestore.admin.v"
+          + "1.Progress\022\026\n\016collection_ids\030\006 \003(\t\022\030\n\020in"
+          + "put_uri_prefix\030\007 \001(\t\022\025\n\rnamespace_ids\030\010 "
+          + "\003(\t\"\237\003\n\033BulkDeleteDocumentsMetadata\022.\n\ns"
+          + "tart_time\030\001 \001(\0132\032.google.protobuf.Timest"
+          + "amp\022,\n\010end_time\030\002 \001(\0132\032.google.protobuf."
+          + "Timestamp\022B\n\017operation_state\030\003 \001(\0162).goo"
+          + "gle.firestore.admin.v1.OperationState\022?\n"
+          + "\022progress_documents\030\004 \001(\0132#.google.fires"
+          + "tore.admin.v1.Progress\022;\n\016progress_bytes"
+          + "\030\005 \001(\0132#.google.firestore.admin.v1.Progr"
+          + "ess\022\026\n\016collection_ids\030\006 \003(\t\022\025\n\rnamespace"
+          + "_ids\030\007 \003(\t\0221\n\rsnapshot_time\030\010 \001(\0132\032.goog"
+          + "le.protobuf.Timestamp\"4\n\027ExportDocuments"
+          + "Response\022\031\n\021output_uri_prefix\030\001 \001(\t\"\355\002\n\027"
+          + "RestoreDatabaseMetadata\022.\n\nstart_time\030\001 "
+          + "\001(\0132\032.google.protobuf.Timestamp\022,\n\010end_t"
+          + "ime\030\002 \001(\0132\032.google.protobuf.Timestamp\022B\n"
+          + "\017operation_state\030\003 \001(\0162).google.firestor"
+          + "e.admin.v1.OperationState\0228\n\010database\030\004 "
+          + "\001(\tB&\372A#\n!firestore.googleapis.com/Datab"
+          + "ase\0224\n\006backup\030\005 \001(\tB$\372A!\n\037firestore.goog"
+          + "leapis.com/Backup\022@\n\023progress_percentage"
+          + "\030\010 \001(\0132#.google.firestore.admin.v1.Progr"
+          + "ess\":\n\010Progress\022\026\n\016estimated_work\030\001 \001(\003\022"
+          + "\026\n\016completed_work\030\002 \001(\003*\236\001\n\016OperationSta"
+          + "te\022\037\n\033OPERATION_STATE_UNSPECIFIED\020\000\022\020\n\014I"
+          + "NITIALIZING\020\001\022\016\n\nPROCESSING\020\002\022\016\n\nCANCELL"
+          + "ING\020\003\022\016\n\nFINALIZING\020\004\022\016\n\nSUCCESSFUL\020\005\022\n\n"
+          + "\006FAILED\020\006\022\r\n\tCANCELLED\020\007B\335\001\n\035com.google."
+          + "firestore.admin.v1B\016OperationProtoP\001Z9cl"
+          + "oud.google.com/go/firestore/apiv1/admin/"
+          + "adminpb;adminpb\242\002\004GCFS\252\002\037Google.Cloud.Fi"
+          + "restore.Admin.V1\312\002\037Google\\Cloud\\Firestor"
+          + "e\\Admin\\V1\352\002#Google::Cloud::Firestore::A"
+          + "dmin::V1b\006proto3"
+    };
+    descriptor =
+        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
+            descriptorData,
+            new com.google.protobuf.Descriptors.FileDescriptor[] {
+              com.google.api.ResourceProto.getDescriptor(),
+              com.google.firestore.admin.v1.IndexProto.getDescriptor(),
+              com.google.protobuf.TimestampProto.getDescriptor(),
+            });
+    internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor =
+        getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_admin_v1_IndexOperationMetadata_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_IndexOperationMetadata_descriptor,
+            new java.lang.String[] {
+              "StartTime", "EndTime", "Index", "State", "ProgressDocuments", "ProgressBytes",
+            });
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor =
+        getDescriptor().getMessageTypes().get(1);
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor,
+            new java.lang.String[] {
+              "StartTime",
+              "EndTime",
+              "Field",
+              "IndexConfigDeltas",
+              "State",
+              "ProgressDocuments",
+              "ProgressBytes",
+              "TtlConfigDelta",
+            });
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor =
+        internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor
+            .getNestedTypes()
+            .get(0);
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_FieldOperationMetadata_IndexConfigDelta_descriptor,
+            new java.lang.String[] {
+              "ChangeType", "Index",
+            });
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor =
+        internal_static_google_firestore_admin_v1_FieldOperationMetadata_descriptor
+            .getNestedTypes()
+            .get(1);
+    internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_FieldOperationMetadata_TtlConfigDelta_descriptor,
+            new java.lang.String[] {
+              "ChangeType",
+            });
+    internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor =
+        getDescriptor().getMessageTypes().get(2);
+    internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ExportDocumentsMetadata_descriptor,
+            new java.lang.String[] {
+              "StartTime",
+              "EndTime",
+              "OperationState",
+              "ProgressDocuments",
+              "ProgressBytes",
+              "CollectionIds",
+              "OutputUriPrefix",
+              "NamespaceIds",
+              "SnapshotTime",
+            });
+    internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor =
+        getDescriptor().getMessageTypes().get(3);
+    internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ImportDocumentsMetadata_descriptor,
+            new java.lang.String[] {
+              "StartTime",
+              "EndTime",
+              "OperationState",
+              "ProgressDocuments",
+              "ProgressBytes",
+              "CollectionIds",
+              "InputUriPrefix",
+              "NamespaceIds",
+            });
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor =
+        getDescriptor().getMessageTypes().get(4);
+    internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_BulkDeleteDocumentsMetadata_descriptor,
+            new java.lang.String[] {
+              "StartTime",
+              "EndTime",
+              "OperationState",
+              "ProgressDocuments",
+              "ProgressBytes",
+              "CollectionIds",
+              "NamespaceIds",
+              "SnapshotTime",
+            });
+    internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor =
+        getDescriptor().getMessageTypes().get(5);
+    internal_static_google_firestore_admin_v1_ExportDocumentsResponse_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_ExportDocumentsResponse_descriptor,
+            new java.lang.String[] {
+              "OutputUriPrefix",
+            });
+    internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor =
+        getDescriptor().getMessageTypes().get(6);
+    internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor,
+            new java.lang.String[] {
+              "StartTime", "EndTime", "OperationState", "Database", "Backup", "ProgressPercentage",
+            });
+    internal_static_google_firestore_admin_v1_Progress_descriptor =
+        getDescriptor().getMessageTypes().get(7);
+    internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_admin_v1_Progress_descriptor,
+            new java.lang.String[] {
+              "EstimatedWork", "CompletedWork",
+            });
+    com.google.protobuf.ExtensionRegistry registry =
+        com.google.protobuf.ExtensionRegistry.newInstance();
+    registry.add(com.google.api.ResourceProto.resourceReference);
+    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
+        descriptor, registry);
+    com.google.api.ResourceProto.getDescriptor();
+    com.google.firestore.admin.v1.IndexProto.getDescriptor();
+    com.google.protobuf.TimestampProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationState.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationState.java
similarity index 73%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationState.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationState.java
index ef51c34d1..3cb9a142e 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationState.java
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/OperationState.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/operation.proto
 
@@ -5,15 +20,18 @@
 package com.google.firestore.admin.v1;
 
 /**
+ *
+ *
  * 
  * Describes the state of the operation.
  * 
* * Protobuf enum {@code google.firestore.admin.v1.OperationState} */ -public enum OperationState - implements com.google.protobuf.ProtocolMessageEnum { +public enum OperationState implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
    * Unspecified.
    * 
@@ -22,6 +40,8 @@ public enum OperationState */ OPERATION_STATE_UNSPECIFIED(0), /** + * + * *
    * Request is being prepared for processing.
    * 
@@ -30,6 +50,8 @@ public enum OperationState */ INITIALIZING(1), /** + * + * *
    * Request is actively being processed.
    * 
@@ -38,6 +60,8 @@ public enum OperationState */ PROCESSING(2), /** + * + * *
    * Request is in the process of being cancelled after user called
    * google.longrunning.Operations.CancelOperation on the operation.
@@ -47,6 +71,8 @@ public enum OperationState
    */
   CANCELLING(3),
   /**
+   *
+   *
    * 
    * Request has been processed and is in its finalization stage.
    * 
@@ -55,6 +81,8 @@ public enum OperationState */ FINALIZING(4), /** + * + * *
    * Request has completed successfully.
    * 
@@ -63,6 +91,8 @@ public enum OperationState */ SUCCESSFUL(5), /** + * + * *
    * Request has finished being processed, but encountered an error.
    * 
@@ -71,6 +101,8 @@ public enum OperationState */ FAILED(6), /** + * + * *
    * Request has finished being cancelled after user called
    * google.longrunning.Operations.CancelOperation.
@@ -83,6 +115,8 @@ public enum OperationState
   ;
 
   /**
+   *
+   *
    * 
    * Unspecified.
    * 
@@ -91,6 +125,8 @@ public enum OperationState */ public static final int OPERATION_STATE_UNSPECIFIED_VALUE = 0; /** + * + * *
    * Request is being prepared for processing.
    * 
@@ -99,6 +135,8 @@ public enum OperationState */ public static final int INITIALIZING_VALUE = 1; /** + * + * *
    * Request is actively being processed.
    * 
@@ -107,6 +145,8 @@ public enum OperationState */ public static final int PROCESSING_VALUE = 2; /** + * + * *
    * Request is in the process of being cancelled after user called
    * google.longrunning.Operations.CancelOperation on the operation.
@@ -116,6 +156,8 @@ public enum OperationState
    */
   public static final int CANCELLING_VALUE = 3;
   /**
+   *
+   *
    * 
    * Request has been processed and is in its finalization stage.
    * 
@@ -124,6 +166,8 @@ public enum OperationState */ public static final int FINALIZING_VALUE = 4; /** + * + * *
    * Request has completed successfully.
    * 
@@ -132,6 +176,8 @@ public enum OperationState */ public static final int SUCCESSFUL_VALUE = 5; /** + * + * *
    * Request has finished being processed, but encountered an error.
    * 
@@ -140,6 +186,8 @@ public enum OperationState */ public static final int FAILED_VALUE = 6; /** + * + * *
    * Request has finished being cancelled after user called
    * google.longrunning.Operations.CancelOperation.
@@ -149,7 +197,6 @@ public enum OperationState
    */
   public static final int CANCELLED_VALUE = 7;
 
-
   public final int getNumber() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalArgumentException(
@@ -174,54 +221,59 @@ public static OperationState valueOf(int value) {
    */
   public static OperationState forNumber(int value) {
     switch (value) {
-      case 0: return OPERATION_STATE_UNSPECIFIED;
-      case 1: return INITIALIZING;
-      case 2: return PROCESSING;
-      case 3: return CANCELLING;
-      case 4: return FINALIZING;
-      case 5: return SUCCESSFUL;
-      case 6: return FAILED;
-      case 7: return CANCELLED;
-      default: return null;
+      case 0:
+        return OPERATION_STATE_UNSPECIFIED;
+      case 1:
+        return INITIALIZING;
+      case 2:
+        return PROCESSING;
+      case 3:
+        return CANCELLING;
+      case 4:
+        return FINALIZING;
+      case 5:
+        return SUCCESSFUL;
+      case 6:
+        return FAILED;
+      case 7:
+        return CANCELLED;
+      default:
+        return null;
     }
   }
 
-  public static com.google.protobuf.Internal.EnumLiteMap
-      internalGetValueMap() {
+  public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
     return internalValueMap;
   }
-  private static final com.google.protobuf.Internal.EnumLiteMap<
-      OperationState> internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public OperationState findValueByNumber(int number) {
-            return OperationState.forNumber(number);
-          }
-        };
-
-  public final com.google.protobuf.Descriptors.EnumValueDescriptor
-      getValueDescriptor() {
+
+  private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
+      new com.google.protobuf.Internal.EnumLiteMap() {
+        public OperationState findValueByNumber(int number) {
+          return OperationState.forNumber(number);
+        }
+      };
+
+  public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalStateException(
           "Can't get the descriptor of an unrecognized enum value.");
     }
     return getDescriptor().getValues().get(ordinal());
   }
-  public final com.google.protobuf.Descriptors.EnumDescriptor
-      getDescriptorForType() {
+
+  public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
     return getDescriptor();
   }
-  public static final com.google.protobuf.Descriptors.EnumDescriptor
-      getDescriptor() {
+
+  public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
     return com.google.firestore.admin.v1.OperationProto.getDescriptor().getEnumTypes().get(0);
   }
 
   private static final OperationState[] VALUES = values();
 
-  public static OperationState valueOf(
-      com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+  public static OperationState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
     if (desc.getType() != getDescriptor()) {
-      throw new java.lang.IllegalArgumentException(
-        "EnumValueDescriptor is not for this type.");
+      throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
     }
     if (desc.getIndex() == -1) {
       return UNRECOGNIZED;
@@ -237,4 +289,3 @@ private OperationState(int value) {
 
   // @@protoc_insertion_point(enum_scope:google.firestore.admin.v1.OperationState)
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Progress.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Progress.java
similarity index 66%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Progress.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Progress.java
index 4d2e0d597..97392a536 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Progress.java
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Progress.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/operation.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.admin.v1;
 
 /**
+ *
+ *
  * 
  * Describes the progress of the operation.
  * Unit of work is generic and must be interpreted based on where
@@ -13,46 +30,50 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.Progress}
  */
-public final class Progress extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class Progress extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.Progress)
     ProgressOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use Progress.newBuilder() to construct.
   private Progress(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private Progress() {
-  }
+
+  private Progress() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new Progress();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_Progress_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_Progress_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.Progress.class, com.google.firestore.admin.v1.Progress.Builder.class);
+            com.google.firestore.admin.v1.Progress.class,
+            com.google.firestore.admin.v1.Progress.Builder.class);
   }
 
   public static final int ESTIMATED_WORK_FIELD_NUMBER = 1;
   private long estimatedWork_ = 0L;
   /**
+   *
+   *
    * 
    * The amount of work estimated.
    * 
* * int64 estimated_work = 1; + * * @return The estimatedWork. */ @java.lang.Override @@ -63,11 +84,14 @@ public long getEstimatedWork() { public static final int COMPLETED_WORK_FIELD_NUMBER = 2; private long completedWork_ = 0L; /** + * + * *
    * The amount of work completed.
    * 
* * int64 completed_work = 2; + * * @return The completedWork. */ @java.lang.Override @@ -76,6 +100,7 @@ public long getCompletedWork() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -87,8 +112,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (estimatedWork_ != 0L) { output.writeInt64(1, estimatedWork_); } @@ -105,12 +129,10 @@ public int getSerializedSize() { size = 0; if (estimatedWork_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(1, estimatedWork_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, estimatedWork_); } if (completedWork_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(2, completedWork_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, completedWork_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -120,17 +142,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.Progress)) { return super.equals(obj); } com.google.firestore.admin.v1.Progress other = (com.google.firestore.admin.v1.Progress) obj; - if (getEstimatedWork() - != other.getEstimatedWork()) return false; - if (getCompletedWork() - != other.getCompletedWork()) return false; + if (getEstimatedWork() != other.getEstimatedWork()) return false; + if (getCompletedWork() != other.getCompletedWork()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -143,109 +163,112 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + ESTIMATED_WORK_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getEstimatedWork()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getEstimatedWork()); hash = (37 * hash) + COMPLETED_WORK_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getCompletedWork()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getCompletedWork()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.firestore.admin.v1.Progress parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.Progress parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Progress parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Progress parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Progress parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Progress parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.Progress parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.Progress parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Progress parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.admin.v1.Progress parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.Progress parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.Progress parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.Progress parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.Progress prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Describes the progress of the operation.
    * Unit of work is generic and must be interpreted based on where
@@ -254,33 +277,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.Progress}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.Progress)
       com.google.firestore.admin.v1.ProgressOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_Progress_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_Progress_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_Progress_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.Progress.class, com.google.firestore.admin.v1.Progress.Builder.class);
+              com.google.firestore.admin.v1.Progress.class,
+              com.google.firestore.admin.v1.Progress.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.Progress.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -291,9 +313,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_Progress_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_Progress_descriptor;
     }
 
     @java.lang.Override
@@ -312,8 +334,11 @@ public com.google.firestore.admin.v1.Progress build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.Progress buildPartial() {
-      com.google.firestore.admin.v1.Progress result = new com.google.firestore.admin.v1.Progress(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.Progress result =
+          new com.google.firestore.admin.v1.Progress(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -332,38 +357,39 @@ private void buildPartial0(com.google.firestore.admin.v1.Progress result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.Progress) {
-        return mergeFrom((com.google.firestore.admin.v1.Progress)other);
+        return mergeFrom((com.google.firestore.admin.v1.Progress) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -404,22 +430,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 8: {
-              estimatedWork_ = input.readInt64();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 8
-            case 16: {
-              completedWork_ = input.readInt64();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 16
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 8:
+              {
+                estimatedWork_ = input.readInt64();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 8
+            case 16:
+              {
+                completedWork_ = input.readInt64();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 16
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -429,15 +458,19 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
-    private long estimatedWork_ ;
+    private long estimatedWork_;
     /**
+     *
+     *
      * 
      * The amount of work estimated.
      * 
* * int64 estimated_work = 1; + * * @return The estimatedWork. */ @java.lang.Override @@ -445,11 +478,14 @@ public long getEstimatedWork() { return estimatedWork_; } /** + * + * *
      * The amount of work estimated.
      * 
* * int64 estimated_work = 1; + * * @param value The estimatedWork to set. * @return This builder for chaining. */ @@ -461,11 +497,14 @@ public Builder setEstimatedWork(long value) { return this; } /** + * + * *
      * The amount of work estimated.
      * 
* * int64 estimated_work = 1; + * * @return This builder for chaining. */ public Builder clearEstimatedWork() { @@ -475,13 +514,16 @@ public Builder clearEstimatedWork() { return this; } - private long completedWork_ ; + private long completedWork_; /** + * + * *
      * The amount of work completed.
      * 
* * int64 completed_work = 2; + * * @return The completedWork. */ @java.lang.Override @@ -489,11 +531,14 @@ public long getCompletedWork() { return completedWork_; } /** + * + * *
      * The amount of work completed.
      * 
* * int64 completed_work = 2; + * * @param value The completedWork to set. * @return This builder for chaining. */ @@ -505,11 +550,14 @@ public Builder setCompletedWork(long value) { return this; } /** + * + * *
      * The amount of work completed.
      * 
* * int64 completed_work = 2; + * * @return This builder for chaining. */ public Builder clearCompletedWork() { @@ -518,9 +566,9 @@ public Builder clearCompletedWork() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -530,12 +578,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.Progress) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.Progress) private static final com.google.firestore.admin.v1.Progress DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.Progress(); } @@ -544,27 +592,27 @@ public static com.google.firestore.admin.v1.Progress getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Progress parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Progress parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -579,6 +627,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.Progress getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProgressOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProgressOrBuilder.java similarity index 50% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProgressOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProgressOrBuilder.java index 4b962bd97..04706cfdd 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProgressOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProgressOrBuilder.java @@ -1,29 +1,51 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface ProgressOrBuilder extends +public interface ProgressOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.Progress) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The amount of work estimated.
    * 
* * int64 estimated_work = 1; + * * @return The estimatedWork. */ long getEstimatedWork(); /** + * + * *
    * The amount of work completed.
    * 
* * int64 completed_work = 2; + * * @return The completedWork. */ long getCompletedWork(); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProjectName.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProjectName.java similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProjectName.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ProjectName.java diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadata.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadata.java similarity index 72% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadata.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadata.java index fbe62d9f1..d34f928c7 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadata.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadata.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * Metadata for the [long-running operation][google.longrunning.Operation] from
  * the [RestoreDatabase][google.firestore.admin.v1.RestoreDatabase] request.
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.RestoreDatabaseMetadata}
  */
-public final class RestoreDatabaseMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RestoreDatabaseMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.RestoreDatabaseMetadata)
     RestoreDatabaseMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RestoreDatabaseMetadata.newBuilder() to construct.
   private RestoreDatabaseMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private RestoreDatabaseMetadata() {
     operationState_ = 0;
     database_ = "";
@@ -29,33 +47,37 @@ private RestoreDatabaseMetadata() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RestoreDatabaseMetadata();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable
+    return com.google.firestore.admin.v1.OperationProto
+        .internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.RestoreDatabaseMetadata.class, com.google.firestore.admin.v1.RestoreDatabaseMetadata.Builder.class);
+            com.google.firestore.admin.v1.RestoreDatabaseMetadata.class,
+            com.google.firestore.admin.v1.RestoreDatabaseMetadata.Builder.class);
   }
 
   private int bitField0_;
   public static final int START_TIME_FIELD_NUMBER = 1;
   private com.google.protobuf.Timestamp startTime_;
   /**
+   *
+   *
    * 
    * The time the restore was started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ @java.lang.Override @@ -63,11 +85,14 @@ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The time the restore was started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ @java.lang.Override @@ -75,6 +100,8 @@ public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } /** + * + * *
    * The time the restore was started.
    * 
@@ -89,11 +116,14 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp endTime_; /** + * + * *
    * The time the restore finished, unset for ongoing restores.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ @java.lang.Override @@ -101,11 +131,14 @@ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The time the restore finished, unset for ongoing restores.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ @java.lang.Override @@ -113,6 +146,8 @@ public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** + * + * *
    * The time the restore finished, unset for ongoing restores.
    * 
@@ -127,38 +162,51 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { public static final int OPERATION_STATE_FIELD_NUMBER = 3; private int operationState_ = 0; /** + * + * *
    * The operation state of the restore.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The enum numeric value on the wire for operationState. */ - @java.lang.Override public int getOperationStateValue() { + @java.lang.Override + public int getOperationStateValue() { return operationState_; } /** + * + * *
    * The operation state of the restore.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The operationState. */ - @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { - com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + @java.lang.Override + public com.google.firestore.admin.v1.OperationState getOperationState() { + com.google.firestore.admin.v1.OperationState result = + com.google.firestore.admin.v1.OperationState.forNumber(operationState_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } public static final int DATABASE_FIELD_NUMBER = 4; + @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; /** + * + * *
    * The name of the database being restored to.
    * 
* * string database = 4 [(.google.api.resource_reference) = { ... } + * * @return The database. */ @java.lang.Override @@ -167,29 +215,29 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** + * + * *
    * The name of the database being restored to.
    * 
* * string database = 4 [(.google.api.resource_reference) = { ... } + * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -198,14 +246,18 @@ public java.lang.String getDatabase() { } public static final int BACKUP_FIELD_NUMBER = 5; + @SuppressWarnings("serial") private volatile java.lang.Object backup_ = ""; /** + * + * *
    * The name of the backup restoring from.
    * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } + * * @return The backup. */ @java.lang.Override @@ -214,29 +266,29 @@ public java.lang.String getBackup() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); backup_ = s; return s; } } /** + * + * *
    * The name of the backup restoring from.
    * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } + * * @return The bytes for backup. */ @java.lang.Override - public com.google.protobuf.ByteString - getBackupBytes() { + public com.google.protobuf.ByteString getBackupBytes() { java.lang.Object ref = backup_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); backup_ = b; return b; } else { @@ -247,11 +299,14 @@ public java.lang.String getBackup() { public static final int PROGRESS_PERCENTAGE_FIELD_NUMBER = 8; private com.google.firestore.admin.v1.Progress progressPercentage_; /** + * + * *
    * How far along the restore is as an estimated percentage of remaining time.
    * 
* * .google.firestore.admin.v1.Progress progress_percentage = 8; + * * @return Whether the progressPercentage field is set. */ @java.lang.Override @@ -259,18 +314,25 @@ public boolean hasProgressPercentage() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * How far along the restore is as an estimated percentage of remaining time.
    * 
* * .google.firestore.admin.v1.Progress progress_percentage = 8; + * * @return The progressPercentage. */ @java.lang.Override public com.google.firestore.admin.v1.Progress getProgressPercentage() { - return progressPercentage_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressPercentage_; + return progressPercentage_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressPercentage_; } /** + * + * *
    * How far along the restore is as an estimated percentage of remaining time.
    * 
@@ -279,10 +341,13 @@ public com.google.firestore.admin.v1.Progress getProgressPercentage() { */ @java.lang.Override public com.google.firestore.admin.v1.ProgressOrBuilder getProgressPercentageOrBuilder() { - return progressPercentage_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressPercentage_; + return progressPercentage_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressPercentage_; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -294,15 +359,15 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getStartTime()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getEndTime()); } - if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + if (operationState_ + != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { output.writeEnum(3, operationState_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) { @@ -324,16 +389,14 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getStartTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getStartTime()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getEndTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEndTime()); } - if (operationState_ != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(3, operationState_); + if (operationState_ + != com.google.firestore.admin.v1.OperationState.OPERATION_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, operationState_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, database_); @@ -342,8 +405,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, backup_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(8, getProgressPercentage()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, getProgressPercentage()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -353,32 +415,28 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.RestoreDatabaseMetadata)) { return super.equals(obj); } - com.google.firestore.admin.v1.RestoreDatabaseMetadata other = (com.google.firestore.admin.v1.RestoreDatabaseMetadata) obj; + com.google.firestore.admin.v1.RestoreDatabaseMetadata other = + (com.google.firestore.admin.v1.RestoreDatabaseMetadata) obj; if (hasStartTime() != other.hasStartTime()) return false; if (hasStartTime()) { - if (!getStartTime() - .equals(other.getStartTime())) return false; + if (!getStartTime().equals(other.getStartTime())) return false; } if (hasEndTime() != other.hasEndTime()) return false; if (hasEndTime()) { - if (!getEndTime() - .equals(other.getEndTime())) return false; + if (!getEndTime().equals(other.getEndTime())) return false; } if (operationState_ != other.operationState_) return false; - if (!getDatabase() - .equals(other.getDatabase())) return false; - if (!getBackup() - .equals(other.getBackup())) return false; + if (!getDatabase().equals(other.getDatabase())) return false; + if (!getBackup().equals(other.getBackup())) return false; if (hasProgressPercentage() != other.hasProgressPercentage()) return false; if (hasProgressPercentage()) { - if (!getProgressPercentage() - .equals(other.getProgressPercentage())) return false; + if (!getProgressPercentage().equals(other.getProgressPercentage())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -415,98 +473,104 @@ public int hashCode() { } public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.RestoreDatabaseMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.RestoreDatabaseMetadata prototype) { + + public static Builder newBuilder( + com.google.firestore.admin.v1.RestoreDatabaseMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Metadata for the [long-running operation][google.longrunning.Operation] from
    * the [RestoreDatabase][google.firestore.admin.v1.RestoreDatabase] request.
@@ -514,21 +578,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.RestoreDatabaseMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.RestoreDatabaseMetadata)
       com.google.firestore.admin.v1.RestoreDatabaseMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.RestoreDatabaseMetadata.class, com.google.firestore.admin.v1.RestoreDatabaseMetadata.Builder.class);
+              com.google.firestore.admin.v1.RestoreDatabaseMetadata.class,
+              com.google.firestore.admin.v1.RestoreDatabaseMetadata.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.RestoreDatabaseMetadata.newBuilder()
@@ -536,19 +602,19 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getStartTimeFieldBuilder();
         getEndTimeFieldBuilder();
         getProgressPercentageFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -575,9 +641,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.OperationProto.internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.OperationProto
+          .internal_static_google_firestore_admin_v1_RestoreDatabaseMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -596,8 +662,11 @@ public com.google.firestore.admin.v1.RestoreDatabaseMetadata build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.RestoreDatabaseMetadata buildPartial() {
-      com.google.firestore.admin.v1.RestoreDatabaseMetadata result = new com.google.firestore.admin.v1.RestoreDatabaseMetadata(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.RestoreDatabaseMetadata result =
+          new com.google.firestore.admin.v1.RestoreDatabaseMetadata(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -606,15 +675,11 @@ private void buildPartial0(com.google.firestore.admin.v1.RestoreDatabaseMetadata
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.startTime_ = startTimeBuilder_ == null
-            ? startTime_
-            : startTimeBuilder_.build();
+        result.startTime_ = startTimeBuilder_ == null ? startTime_ : startTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.endTime_ = endTimeBuilder_ == null
-            ? endTime_
-            : endTimeBuilder_.build();
+        result.endTime_ = endTimeBuilder_ == null ? endTime_ : endTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
@@ -627,9 +692,10 @@ private void buildPartial0(com.google.firestore.admin.v1.RestoreDatabaseMetadata
         result.backup_ = backup_;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.progressPercentage_ = progressPercentageBuilder_ == null
-            ? progressPercentage_
-            : progressPercentageBuilder_.build();
+        result.progressPercentage_ =
+            progressPercentageBuilder_ == null
+                ? progressPercentage_
+                : progressPercentageBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       result.bitField0_ |= to_bitField0_;
@@ -639,38 +705,39 @@ private void buildPartial0(com.google.firestore.admin.v1.RestoreDatabaseMetadata
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.RestoreDatabaseMetadata) {
-        return mergeFrom((com.google.firestore.admin.v1.RestoreDatabaseMetadata)other);
+        return mergeFrom((com.google.firestore.admin.v1.RestoreDatabaseMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -678,7 +745,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.RestoreDatabaseMetadata other) {
-      if (other == com.google.firestore.admin.v1.RestoreDatabaseMetadata.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.RestoreDatabaseMetadata.getDefaultInstance())
+        return this;
       if (other.hasStartTime()) {
         mergeStartTime(other.getStartTime());
       }
@@ -727,48 +795,50 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getStartTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getEndTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 24: {
-              operationState_ = input.readEnum();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 24
-            case 34: {
-              database_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 34
-            case 42: {
-              backup_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 42
-            case 66: {
-              input.readMessage(
-                  getProgressPercentageFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000020;
-              break;
-            } // case 66
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getStartTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getEndTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 24:
+              {
+                operationState_ = input.readEnum();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 24
+            case 34:
+              {
+                database_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 34
+            case 42:
+              {
+                backup_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 42
+            case 66:
+              {
+                input.readMessage(
+                    getProgressPercentageFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000020;
+                break;
+              } // case 66
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -778,28 +848,38 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.protobuf.Timestamp startTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_;
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
+        startTimeBuilder_;
     /**
+     *
+     *
      * 
      * The time the restore was started.
      * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * The time the restore was started.
      * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ public com.google.protobuf.Timestamp getStartTime() { @@ -810,6 +890,8 @@ public com.google.protobuf.Timestamp getStartTime() { } } /** + * + * *
      * The time the restore was started.
      * 
@@ -830,14 +912,15 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The time the restore was started.
      * 
* * .google.protobuf.Timestamp start_time = 1; */ - public Builder setStartTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (startTimeBuilder_ == null) { startTime_ = builderForValue.build(); } else { @@ -848,6 +931,8 @@ public Builder setStartTime( return this; } /** + * + * *
      * The time the restore was started.
      * 
@@ -856,9 +941,9 @@ public Builder setStartTime( */ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { if (startTimeBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - startTime_ != null && - startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && startTime_ != null + && startTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getStartTimeBuilder().mergeFrom(value); } else { startTime_ = value; @@ -873,6 +958,8 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The time the restore was started.
      * 
@@ -890,6 +977,8 @@ public Builder clearStartTime() { return this; } /** + * + * *
      * The time the restore was started.
      * 
@@ -902,6 +991,8 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { return getStartTimeFieldBuilder().getBuilder(); } /** + * + * *
      * The time the restore was started.
      * 
@@ -912,11 +1003,12 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { if (startTimeBuilder_ != null) { return startTimeBuilder_.getMessageOrBuilder(); } else { - return startTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } /** + * + * *
      * The time the restore was started.
      * 
@@ -924,14 +1016,17 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { * .google.protobuf.Timestamp start_time = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getStartTimeFieldBuilder() { if (startTimeBuilder_ == null) { - startTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getStartTime(), - getParentForChildren(), - isClean()); + startTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getStartTime(), getParentForChildren(), isClean()); startTime_ = null; } return startTimeBuilder_; @@ -939,24 +1034,33 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { private com.google.protobuf.Timestamp endTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + endTimeBuilder_; /** + * + * *
      * The time the restore finished, unset for ongoing restores.
      * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The time the restore finished, unset for ongoing restores.
      * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ public com.google.protobuf.Timestamp getEndTime() { @@ -967,6 +1071,8 @@ public com.google.protobuf.Timestamp getEndTime() { } } /** + * + * *
      * The time the restore finished, unset for ongoing restores.
      * 
@@ -987,14 +1093,15 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The time the restore finished, unset for ongoing restores.
      * 
* * .google.protobuf.Timestamp end_time = 2; */ - public Builder setEndTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (endTimeBuilder_ == null) { endTime_ = builderForValue.build(); } else { @@ -1005,6 +1112,8 @@ public Builder setEndTime( return this; } /** + * + * *
      * The time the restore finished, unset for ongoing restores.
      * 
@@ -1013,9 +1122,9 @@ public Builder setEndTime( */ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { if (endTimeBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) && - endTime_ != null && - endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) + && endTime_ != null + && endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getEndTimeBuilder().mergeFrom(value); } else { endTime_ = value; @@ -1030,6 +1139,8 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The time the restore finished, unset for ongoing restores.
      * 
@@ -1047,6 +1158,8 @@ public Builder clearEndTime() { return this; } /** + * + * *
      * The time the restore finished, unset for ongoing restores.
      * 
@@ -1059,6 +1172,8 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { return getEndTimeFieldBuilder().getBuilder(); } /** + * + * *
      * The time the restore finished, unset for ongoing restores.
      * 
@@ -1069,11 +1184,12 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { if (endTimeBuilder_ != null) { return endTimeBuilder_.getMessageOrBuilder(); } else { - return endTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } } /** + * + * *
      * The time the restore finished, unset for ongoing restores.
      * 
@@ -1081,14 +1197,17 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { * .google.protobuf.Timestamp end_time = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getEndTimeFieldBuilder() { if (endTimeBuilder_ == null) { - endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getEndTime(), - getParentForChildren(), - isClean()); + endTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getEndTime(), getParentForChildren(), isClean()); endTime_ = null; } return endTimeBuilder_; @@ -1096,22 +1215,29 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { private int operationState_ = 0; /** + * + * *
      * The operation state of the restore.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The enum numeric value on the wire for operationState. */ - @java.lang.Override public int getOperationStateValue() { + @java.lang.Override + public int getOperationStateValue() { return operationState_; } /** + * + * *
      * The operation state of the restore.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @param value The enum numeric value on the wire for operationState to set. * @return This builder for chaining. */ @@ -1122,24 +1248,31 @@ public Builder setOperationStateValue(int value) { return this; } /** + * + * *
      * The operation state of the restore.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The operationState. */ @java.lang.Override public com.google.firestore.admin.v1.OperationState getOperationState() { - com.google.firestore.admin.v1.OperationState result = com.google.firestore.admin.v1.OperationState.forNumber(operationState_); + com.google.firestore.admin.v1.OperationState result = + com.google.firestore.admin.v1.OperationState.forNumber(operationState_); return result == null ? com.google.firestore.admin.v1.OperationState.UNRECOGNIZED : result; } /** + * + * *
      * The operation state of the restore.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @param value The operationState to set. * @return This builder for chaining. */ @@ -1153,11 +1286,14 @@ public Builder setOperationState(com.google.firestore.admin.v1.OperationState va return this; } /** + * + * *
      * The operation state of the restore.
      * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return This builder for chaining. */ public Builder clearOperationState() { @@ -1169,18 +1305,20 @@ public Builder clearOperationState() { private java.lang.Object database_ = ""; /** + * + * *
      * The name of the database being restored to.
      * 
* * string database = 4 [(.google.api.resource_reference) = { ... } + * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -1189,20 +1327,21 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * The name of the database being restored to.
      * 
* * string database = 4 [(.google.api.resource_reference) = { ... } + * * @return The bytes for database. */ - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -1210,28 +1349,35 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * The name of the database being restored to.
      * 
* * string database = 4 [(.google.api.resource_reference) = { ... } + * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabase(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } database_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** + * + * *
      * The name of the database being restored to.
      * 
* * string database = 4 [(.google.api.resource_reference) = { ... } + * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -1241,17 +1387,21 @@ public Builder clearDatabase() { return this; } /** + * + * *
      * The name of the database being restored to.
      * 
* * string database = 4 [(.google.api.resource_reference) = { ... } + * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000008; @@ -1261,18 +1411,20 @@ public Builder setDatabaseBytes( private java.lang.Object backup_ = ""; /** + * + * *
      * The name of the backup restoring from.
      * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } + * * @return The backup. */ public java.lang.String getBackup() { java.lang.Object ref = backup_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); backup_ = s; return s; @@ -1281,20 +1433,21 @@ public java.lang.String getBackup() { } } /** + * + * *
      * The name of the backup restoring from.
      * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } + * * @return The bytes for backup. */ - public com.google.protobuf.ByteString - getBackupBytes() { + public com.google.protobuf.ByteString getBackupBytes() { java.lang.Object ref = backup_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); backup_ = b; return b; } else { @@ -1302,28 +1455,35 @@ public java.lang.String getBackup() { } } /** + * + * *
      * The name of the backup restoring from.
      * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } + * * @param value The backup to set. * @return This builder for chaining. */ - public Builder setBackup( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setBackup(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } backup_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** + * + * *
      * The name of the backup restoring from.
      * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } + * * @return This builder for chaining. */ public Builder clearBackup() { @@ -1333,17 +1493,21 @@ public Builder clearBackup() { return this; } /** + * + * *
      * The name of the backup restoring from.
      * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } + * * @param value The bytes for backup to set. * @return This builder for chaining. */ - public Builder setBackupBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setBackupBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); backup_ = value; bitField0_ |= 0x00000010; @@ -1353,34 +1517,47 @@ public Builder setBackupBytes( private com.google.firestore.admin.v1.Progress progressPercentage_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> progressPercentageBuilder_; + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> + progressPercentageBuilder_; /** + * + * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
* * .google.firestore.admin.v1.Progress progress_percentage = 8; + * * @return Whether the progressPercentage field is set. */ public boolean hasProgressPercentage() { return ((bitField0_ & 0x00000020) != 0); } /** + * + * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
* * .google.firestore.admin.v1.Progress progress_percentage = 8; + * * @return The progressPercentage. */ public com.google.firestore.admin.v1.Progress getProgressPercentage() { if (progressPercentageBuilder_ == null) { - return progressPercentage_ == null ? com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressPercentage_; + return progressPercentage_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressPercentage_; } else { return progressPercentageBuilder_.getMessage(); } } /** + * + * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
@@ -1401,6 +1578,8 @@ public Builder setProgressPercentage(com.google.firestore.admin.v1.Progress valu return this; } /** + * + * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
@@ -1419,6 +1598,8 @@ public Builder setProgressPercentage( return this; } /** + * + * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
@@ -1427,9 +1608,9 @@ public Builder setProgressPercentage( */ public Builder mergeProgressPercentage(com.google.firestore.admin.v1.Progress value) { if (progressPercentageBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) && - progressPercentage_ != null && - progressPercentage_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) + && progressPercentage_ != null + && progressPercentage_ != com.google.firestore.admin.v1.Progress.getDefaultInstance()) { getProgressPercentageBuilder().mergeFrom(value); } else { progressPercentage_ = value; @@ -1444,6 +1625,8 @@ public Builder mergeProgressPercentage(com.google.firestore.admin.v1.Progress va return this; } /** + * + * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
@@ -1461,6 +1644,8 @@ public Builder clearProgressPercentage() { return this; } /** + * + * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
@@ -1473,6 +1658,8 @@ public com.google.firestore.admin.v1.Progress.Builder getProgressPercentageBuild return getProgressPercentageFieldBuilder().getBuilder(); } /** + * + * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
@@ -1483,11 +1670,14 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressPercentageOrBu if (progressPercentageBuilder_ != null) { return progressPercentageBuilder_.getMessageOrBuilder(); } else { - return progressPercentage_ == null ? - com.google.firestore.admin.v1.Progress.getDefaultInstance() : progressPercentage_; + return progressPercentage_ == null + ? com.google.firestore.admin.v1.Progress.getDefaultInstance() + : progressPercentage_; } } /** + * + * *
      * How far along the restore is as an estimated percentage of remaining time.
      * 
@@ -1495,21 +1685,24 @@ public com.google.firestore.admin.v1.ProgressOrBuilder getProgressPercentageOrBu * .google.firestore.admin.v1.Progress progress_percentage = 8; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder> + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder> getProgressPercentageFieldBuilder() { if (progressPercentageBuilder_ == null) { - progressPercentageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Progress, com.google.firestore.admin.v1.Progress.Builder, com.google.firestore.admin.v1.ProgressOrBuilder>( - getProgressPercentage(), - getParentForChildren(), - isClean()); + progressPercentageBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Progress, + com.google.firestore.admin.v1.Progress.Builder, + com.google.firestore.admin.v1.ProgressOrBuilder>( + getProgressPercentage(), getParentForChildren(), isClean()); progressPercentage_ = null; } return progressPercentageBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1519,12 +1712,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.RestoreDatabaseMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.RestoreDatabaseMetadata) private static final com.google.firestore.admin.v1.RestoreDatabaseMetadata DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.RestoreDatabaseMetadata(); } @@ -1533,27 +1726,27 @@ public static com.google.firestore.admin.v1.RestoreDatabaseMetadata getDefaultIn return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RestoreDatabaseMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RestoreDatabaseMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1568,6 +1761,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.RestoreDatabaseMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadataOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadataOrBuilder.java similarity index 80% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadataOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadataOrBuilder.java index e7c8e1f1f..607e33338 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadataOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseMetadataOrBuilder.java @@ -1,32 +1,56 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/operation.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface RestoreDatabaseMetadataOrBuilder extends +public interface RestoreDatabaseMetadataOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.RestoreDatabaseMetadata) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The time the restore was started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** + * + * *
    * The time the restore was started.
    * 
* * .google.protobuf.Timestamp start_time = 1; + * * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** + * + * *
    * The time the restore was started.
    * 
@@ -36,24 +60,32 @@ public interface RestoreDatabaseMetadataOrBuilder extends com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** + * + * *
    * The time the restore finished, unset for ongoing restores.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** + * + * *
    * The time the restore finished, unset for ongoing restores.
    * 
* * .google.protobuf.Timestamp end_time = 2; + * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** + * + * *
    * The time the restore finished, unset for ongoing restores.
    * 
@@ -63,83 +95,107 @@ public interface RestoreDatabaseMetadataOrBuilder extends com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); /** + * + * *
    * The operation state of the restore.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The enum numeric value on the wire for operationState. */ int getOperationStateValue(); /** + * + * *
    * The operation state of the restore.
    * 
* * .google.firestore.admin.v1.OperationState operation_state = 3; + * * @return The operationState. */ com.google.firestore.admin.v1.OperationState getOperationState(); /** + * + * *
    * The name of the database being restored to.
    * 
* * string database = 4 [(.google.api.resource_reference) = { ... } + * * @return The database. */ java.lang.String getDatabase(); /** + * + * *
    * The name of the database being restored to.
    * 
* * string database = 4 [(.google.api.resource_reference) = { ... } + * * @return The bytes for database. */ - com.google.protobuf.ByteString - getDatabaseBytes(); + com.google.protobuf.ByteString getDatabaseBytes(); /** + * + * *
    * The name of the backup restoring from.
    * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } + * * @return The backup. */ java.lang.String getBackup(); /** + * + * *
    * The name of the backup restoring from.
    * 
* * string backup = 5 [(.google.api.resource_reference) = { ... } + * * @return The bytes for backup. */ - com.google.protobuf.ByteString - getBackupBytes(); + com.google.protobuf.ByteString getBackupBytes(); /** + * + * *
    * How far along the restore is as an estimated percentage of remaining time.
    * 
* * .google.firestore.admin.v1.Progress progress_percentage = 8; + * * @return Whether the progressPercentage field is set. */ boolean hasProgressPercentage(); /** + * + * *
    * How far along the restore is as an estimated percentage of remaining time.
    * 
* * .google.firestore.admin.v1.Progress progress_percentage = 8; + * * @return The progressPercentage. */ com.google.firestore.admin.v1.Progress getProgressPercentage(); /** + * + * *
    * How far along the restore is as an estimated percentage of remaining time.
    * 
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequest.java similarity index 68% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequest.java index 7c67696f3..4afad3b7e 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request message for
  * [FirestoreAdmin.RestoreDatabase][google.firestore.admin.v1.RestoreDatabase].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.RestoreDatabaseRequest}
  */
-public final class RestoreDatabaseRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RestoreDatabaseRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.RestoreDatabaseRequest)
     RestoreDatabaseRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RestoreDatabaseRequest.newBuilder() to construct.
   private RestoreDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private RestoreDatabaseRequest() {
     parent_ = "";
     databaseId_ = "";
@@ -29,34 +47,41 @@ private RestoreDatabaseRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RestoreDatabaseRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.RestoreDatabaseRequest.class, com.google.firestore.admin.v1.RestoreDatabaseRequest.Builder.class);
+            com.google.firestore.admin.v1.RestoreDatabaseRequest.class,
+            com.google.firestore.admin.v1.RestoreDatabaseRequest.Builder.class);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
+   *
+   *
    * 
    * Required. The project to restore the database in. Format is
    * `projects/{project_id}`.
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ @java.lang.Override @@ -65,30 +90,32 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. The project to restore the database in. Format is
    * `projects/{project_id}`.
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -97,9 +124,12 @@ public java.lang.String getParent() { } public static final int DATABASE_ID_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private volatile java.lang.Object databaseId_ = ""; /** + * + * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name. This database id must not be
@@ -113,6 +143,7 @@ public java.lang.String getParent() {
    * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The databaseId. */ @java.lang.Override @@ -121,14 +152,15 @@ public java.lang.String getDatabaseId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); databaseId_ = s; return s; } } /** + * + * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name. This database id must not be
@@ -142,16 +174,15 @@ public java.lang.String getDatabaseId() {
    * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for databaseId. */ @java.lang.Override - public com.google.protobuf.ByteString - getDatabaseIdBytes() { + public com.google.protobuf.ByteString getDatabaseIdBytes() { java.lang.Object ref = databaseId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); databaseId_ = b; return b; } else { @@ -160,9 +191,12 @@ public java.lang.String getDatabaseId() { } public static final int BACKUP_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private volatile java.lang.Object backup_ = ""; /** + * + * *
    * Required. Backup to restore from. Must be from the same project as the
    * parent.
@@ -170,7 +204,10 @@ public java.lang.String getDatabaseId() {
    * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
    * 
* - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The backup. */ @java.lang.Override @@ -179,14 +216,15 @@ public java.lang.String getBackup() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); backup_ = s; return s; } } /** + * + * *
    * Required. Backup to restore from. Must be from the same project as the
    * parent.
@@ -194,17 +232,18 @@ public java.lang.String getBackup() {
    * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
    * 
* - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for backup. */ @java.lang.Override - public com.google.protobuf.ByteString - getBackupBytes() { + public com.google.protobuf.ByteString getBackupBytes() { java.lang.Object ref = backup_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); backup_ = b; return b; } else { @@ -213,6 +252,7 @@ public java.lang.String getBackup() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -224,8 +264,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -261,19 +300,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.RestoreDatabaseRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.RestoreDatabaseRequest other = (com.google.firestore.admin.v1.RestoreDatabaseRequest) obj; + com.google.firestore.admin.v1.RestoreDatabaseRequest other = + (com.google.firestore.admin.v1.RestoreDatabaseRequest) obj; - if (!getParent() - .equals(other.getParent())) return false; - if (!getDatabaseId() - .equals(other.getDatabaseId())) return false; - if (!getBackup() - .equals(other.getBackup())) return false; + if (!getParent().equals(other.getParent())) return false; + if (!getDatabaseId().equals(other.getDatabaseId())) return false; + if (!getBackup().equals(other.getBackup())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -297,98 +334,103 @@ public int hashCode() { } public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.RestoreDatabaseRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.RestoreDatabaseRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request message for
    * [FirestoreAdmin.RestoreDatabase][google.firestore.admin.v1.RestoreDatabase].
@@ -396,33 +438,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.RestoreDatabaseRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.RestoreDatabaseRequest)
       com.google.firestore.admin.v1.RestoreDatabaseRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.RestoreDatabaseRequest.class, com.google.firestore.admin.v1.RestoreDatabaseRequest.Builder.class);
+              com.google.firestore.admin.v1.RestoreDatabaseRequest.class,
+              com.google.firestore.admin.v1.RestoreDatabaseRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.RestoreDatabaseRequest.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -434,9 +475,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_RestoreDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
@@ -455,8 +496,11 @@ public com.google.firestore.admin.v1.RestoreDatabaseRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.RestoreDatabaseRequest buildPartial() {
-      com.google.firestore.admin.v1.RestoreDatabaseRequest result = new com.google.firestore.admin.v1.RestoreDatabaseRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.RestoreDatabaseRequest result =
+          new com.google.firestore.admin.v1.RestoreDatabaseRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -478,38 +522,39 @@ private void buildPartial0(com.google.firestore.admin.v1.RestoreDatabaseRequest
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.RestoreDatabaseRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.RestoreDatabaseRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.RestoreDatabaseRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -517,7 +562,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.RestoreDatabaseRequest other) {
-      if (other == com.google.firestore.admin.v1.RestoreDatabaseRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.RestoreDatabaseRequest.getDefaultInstance())
+        return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -559,27 +605,31 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              parent_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              databaseId_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 26: {
-              backup_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                parent_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                databaseId_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 26:
+              {
+                backup_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -589,23 +639,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
+     *
+     *
      * 
      * Required. The project to restore the database in. Format is
      * `projects/{project_id}`.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -614,21 +669,24 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The project to restore the database in. Format is
      * `projects/{project_id}`.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -636,30 +694,41 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The project to restore the database in. Format is
      * `projects/{project_id}`.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The project to restore the database in. Format is
      * `projects/{project_id}`.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearParent() { @@ -669,18 +738,24 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. The project to restore the database in. Format is
      * `projects/{project_id}`.
      * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -690,6 +765,8 @@ public Builder setParentBytes( private java.lang.Object databaseId_ = ""; /** + * + * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name. This database id must not be
@@ -703,13 +780,13 @@ public Builder setParentBytes(
      * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The databaseId. */ public java.lang.String getDatabaseId() { java.lang.Object ref = databaseId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); databaseId_ = s; return s; @@ -718,6 +795,8 @@ public java.lang.String getDatabaseId() { } } /** + * + * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name. This database id must not be
@@ -731,15 +810,14 @@ public java.lang.String getDatabaseId() {
      * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for databaseId. */ - public com.google.protobuf.ByteString - getDatabaseIdBytes() { + public com.google.protobuf.ByteString getDatabaseIdBytes() { java.lang.Object ref = databaseId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); databaseId_ = b; return b; } else { @@ -747,6 +825,8 @@ public java.lang.String getDatabaseId() { } } /** + * + * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name. This database id must not be
@@ -760,18 +840,22 @@ public java.lang.String getDatabaseId() {
      * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The databaseId to set. * @return This builder for chaining. */ - public Builder setDatabaseId( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseId(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } databaseId_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name. This database id must not be
@@ -785,6 +869,7 @@ public Builder setDatabaseId(
      * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearDatabaseId() { @@ -794,6 +879,8 @@ public Builder clearDatabaseId() { return this; } /** + * + * *
      * Required. The ID to use for the database, which will become the final
      * component of the database's resource name. This database id must not be
@@ -807,12 +894,14 @@ public Builder clearDatabaseId() {
      * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for databaseId to set. * @return This builder for chaining. */ - public Builder setDatabaseIdBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseIdBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); databaseId_ = value; bitField0_ |= 0x00000002; @@ -822,6 +911,8 @@ public Builder setDatabaseIdBytes( private java.lang.Object backup_ = ""; /** + * + * *
      * Required. Backup to restore from. Must be from the same project as the
      * parent.
@@ -829,14 +920,16 @@ public Builder setDatabaseIdBytes(
      * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
      * 
* - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The backup. */ public java.lang.String getBackup() { java.lang.Object ref = backup_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); backup_ = s; return s; @@ -845,6 +938,8 @@ public java.lang.String getBackup() { } } /** + * + * *
      * Required. Backup to restore from. Must be from the same project as the
      * parent.
@@ -852,16 +947,17 @@ public java.lang.String getBackup() {
      * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
      * 
* - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for backup. */ - public com.google.protobuf.ByteString - getBackupBytes() { + public com.google.protobuf.ByteString getBackupBytes() { java.lang.Object ref = backup_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); backup_ = b; return b; } else { @@ -869,6 +965,8 @@ public java.lang.String getBackup() { } } /** + * + * *
      * Required. Backup to restore from. Must be from the same project as the
      * parent.
@@ -876,19 +974,25 @@ public java.lang.String getBackup() {
      * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
      * 
* - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The backup to set. * @return This builder for chaining. */ - public Builder setBackup( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setBackup(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } backup_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** + * + * *
      * Required. Backup to restore from. Must be from the same project as the
      * parent.
@@ -896,7 +1000,10 @@ public Builder setBackup(
      * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
      * 
* - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearBackup() { @@ -906,6 +1013,8 @@ public Builder clearBackup() { return this; } /** + * + * *
      * Required. Backup to restore from. Must be from the same project as the
      * parent.
@@ -913,22 +1022,26 @@ public Builder clearBackup() {
      * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
      * 
* - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for backup to set. * @return This builder for chaining. */ - public Builder setBackupBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setBackupBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); backup_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -938,12 +1051,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.RestoreDatabaseRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.RestoreDatabaseRequest) private static final com.google.firestore.admin.v1.RestoreDatabaseRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.RestoreDatabaseRequest(); } @@ -952,27 +1065,27 @@ public static com.google.firestore.admin.v1.RestoreDatabaseRequest getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RestoreDatabaseRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RestoreDatabaseRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -987,6 +1100,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.RestoreDatabaseRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequestOrBuilder.java similarity index 63% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequestOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequestOrBuilder.java index c59fd1dc9..a1b317b9f 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequestOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/RestoreDatabaseRequestOrBuilder.java @@ -1,36 +1,63 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface RestoreDatabaseRequestOrBuilder extends +public interface RestoreDatabaseRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.RestoreDatabaseRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The project to restore the database in. Format is
    * `projects/{project_id}`.
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The parent. */ java.lang.String getParent(); /** + * + * *
    * Required. The project to restore the database in. Format is
    * `projects/{project_id}`.
    * 
* - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for parent. */ - com.google.protobuf.ByteString - getParentBytes(); + com.google.protobuf.ByteString getParentBytes(); /** + * + * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name. This database id must not be
@@ -44,10 +71,13 @@ public interface RestoreDatabaseRequestOrBuilder extends
    * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The databaseId. */ java.lang.String getDatabaseId(); /** + * + * *
    * Required. The ID to use for the database, which will become the final
    * component of the database's resource name. This database id must not be
@@ -61,12 +91,14 @@ public interface RestoreDatabaseRequestOrBuilder extends
    * 
* * string database_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for databaseId. */ - com.google.protobuf.ByteString - getDatabaseIdBytes(); + com.google.protobuf.ByteString getDatabaseIdBytes(); /** + * + * *
    * Required. Backup to restore from. Must be from the same project as the
    * parent.
@@ -74,11 +106,16 @@ public interface RestoreDatabaseRequestOrBuilder extends
    * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
    * 
* - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The backup. */ java.lang.String getBackup(); /** + * + * *
    * Required. Backup to restore from. Must be from the same project as the
    * parent.
@@ -86,9 +123,11 @@ public interface RestoreDatabaseRequestOrBuilder extends
    * Format is: `projects/{project_id}/locations/{location}/backups/{backup}`
    * 
* - * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string backup = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for backup. */ - com.google.protobuf.ByteString - getBackupBytes(); + com.google.protobuf.ByteString getBackupBytes(); } diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java new file mode 100644 index 000000000..8bcd70222 --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ScheduleProto.java @@ -0,0 +1,131 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/schedule.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public final class ScheduleProto { + private ScheduleProto() {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); + } + + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_BackupSchedule_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + return descriptor; + } + + private static com.google.protobuf.Descriptors.FileDescriptor descriptor; + + static { + java.lang.String[] descriptorData = { + "\n(google/firestore/admin/v1/schedule.pro" + + "to\022\031google.firestore.admin.v1\032\037google/ap" + + "i/field_behavior.proto\032\031google/api/resou" + + "rce.proto\032\036google/protobuf/duration.prot" + + "o\032\037google/protobuf/timestamp.proto\032\033goog" + + "le/type/dayofweek.proto\"\326\003\n\016BackupSchedu" + + "le\022\021\n\004name\030\001 \001(\tB\003\340A\003\0224\n\013create_time\030\003 \001" + + "(\0132\032.google.protobuf.TimestampB\003\340A\003\0224\n\013u" + + "pdate_time\030\n \001(\0132\032.google.protobuf.Times" + + "tampB\003\340A\003\022,\n\tretention\030\006 \001(\0132\031.google.pr" + + "otobuf.Duration\022F\n\020daily_recurrence\030\007 \001(" + + "\0132*.google.firestore.admin.v1.DailyRecur" + + "renceH\000\022H\n\021weekly_recurrence\030\010 \001(\0132+.goo" + + "gle.firestore.admin.v1.WeeklyRecurrenceH" + + "\000:w\352At\n\'firestore.googleapis.com/BackupS" + + "chedule\022Iprojects/{project}/databases/{d" + + "atabase}/backupSchedules/{backup_schedul" + + "e}B\014\n\nrecurrence\"\021\n\017DailyRecurrence\"7\n\020W" + + "eeklyRecurrence\022#\n\003day\030\002 \001(\0162\026.google.ty" + + "pe.DayOfWeekB\334\001\n\035com.google.firestore.ad" + + "min.v1B\rScheduleProtoP\001Z9cloud.google.co" + + "m/go/firestore/apiv1/admin/adminpb;admin" + + "pb\242\002\004GCFS\252\002\037Google.Cloud.Firestore.Admin" + + ".V1\312\002\037Google\\Cloud\\Firestore\\Admin\\V1\352\002#" + + "Google::Cloud::Firestore::Admin::V1b\006pro" + + "to3" + }; + descriptor = + com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( + descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.protobuf.DurationProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + com.google.type.DayOfWeekProto.getDescriptor(), + }); + internal_static_google_firestore_admin_v1_BackupSchedule_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_firestore_admin_v1_BackupSchedule_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_BackupSchedule_descriptor, + new java.lang.String[] { + "Name", + "CreateTime", + "UpdateTime", + "Retention", + "DailyRecurrence", + "WeeklyRecurrence", + "Recurrence", + }); + internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_firestore_admin_v1_DailyRecurrence_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_DailyRecurrence_descriptor, + new java.lang.String[] {}); + internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor, + new java.lang.String[] { + "Day", + }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.ResourceProto.resource); + com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( + descriptor, registry); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.protobuf.DurationProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + com.google.type.DayOfWeekProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequest.java similarity index 63% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequest.java index 6271fdaa6..50704d968 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.UpdateBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.UpdateBackupSchedule].
@@ -12,47 +29,53 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.UpdateBackupScheduleRequest}
  */
-public final class UpdateBackupScheduleRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class UpdateBackupScheduleRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.UpdateBackupScheduleRequest)
     UpdateBackupScheduleRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use UpdateBackupScheduleRequest.newBuilder() to construct.
   private UpdateBackupScheduleRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private UpdateBackupScheduleRequest() {
-  }
+
+  private UpdateBackupScheduleRequest() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new UpdateBackupScheduleRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.UpdateBackupScheduleRequest.class, com.google.firestore.admin.v1.UpdateBackupScheduleRequest.Builder.class);
+            com.google.firestore.admin.v1.UpdateBackupScheduleRequest.class,
+            com.google.firestore.admin.v1.UpdateBackupScheduleRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int BACKUP_SCHEDULE_FIELD_NUMBER = 1;
   private com.google.firestore.admin.v1.BackupSchedule backupSchedule_;
   /**
+   *
+   *
    * 
    * Required. The backup schedule to update.
    * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the backupSchedule field is set. */ @java.lang.Override @@ -60,37 +83,53 @@ public boolean hasBackupSchedule() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Required. The backup schedule to update.
    * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The backupSchedule. */ @java.lang.Override public com.google.firestore.admin.v1.BackupSchedule getBackupSchedule() { - return backupSchedule_ == null ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; + return backupSchedule_ == null + ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() + : backupSchedule_; } /** + * + * *
    * Required. The backup schedule to update.
    * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOrBuilder() { - return backupSchedule_ == null ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; + return backupSchedule_ == null + ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() + : backupSchedule_; } public static final int UPDATE_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask updateMask_; /** + * + * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return Whether the updateMask field is set. */ @java.lang.Override @@ -98,11 +137,14 @@ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return The updateMask. */ @java.lang.Override @@ -110,6 +152,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** + * + * *
    * The list of fields to be updated.
    * 
@@ -122,6 +166,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -133,8 +178,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getBackupSchedule()); } @@ -151,12 +195,10 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getBackupSchedule()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getBackupSchedule()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getUpdateMask()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -166,22 +208,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.UpdateBackupScheduleRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.UpdateBackupScheduleRequest other = (com.google.firestore.admin.v1.UpdateBackupScheduleRequest) obj; + com.google.firestore.admin.v1.UpdateBackupScheduleRequest other = + (com.google.firestore.admin.v1.UpdateBackupScheduleRequest) obj; if (hasBackupSchedule() != other.hasBackupSchedule()) return false; if (hasBackupSchedule()) { - if (!getBackupSchedule() - .equals(other.getBackupSchedule())) return false; + if (!getBackupSchedule().equals(other.getBackupSchedule())) return false; } if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask() - .equals(other.getUpdateMask())) return false; + if (!getUpdateMask().equals(other.getUpdateMask())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -208,98 +249,104 @@ public int hashCode() { } public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.admin.v1.UpdateBackupScheduleRequest prototype) { + + public static Builder newBuilder( + com.google.firestore.admin.v1.UpdateBackupScheduleRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.UpdateBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.UpdateBackupSchedule].
@@ -307,21 +354,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.UpdateBackupScheduleRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.UpdateBackupScheduleRequest)
       com.google.firestore.admin.v1.UpdateBackupScheduleRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.UpdateBackupScheduleRequest.class, com.google.firestore.admin.v1.UpdateBackupScheduleRequest.Builder.class);
+              com.google.firestore.admin.v1.UpdateBackupScheduleRequest.class,
+              com.google.firestore.admin.v1.UpdateBackupScheduleRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.UpdateBackupScheduleRequest.newBuilder()
@@ -329,18 +378,18 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getBackupScheduleFieldBuilder();
         getUpdateMaskFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -359,9 +408,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_UpdateBackupScheduleRequest_descriptor;
     }
 
     @java.lang.Override
@@ -380,8 +429,11 @@ public com.google.firestore.admin.v1.UpdateBackupScheduleRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.UpdateBackupScheduleRequest buildPartial() {
-      com.google.firestore.admin.v1.UpdateBackupScheduleRequest result = new com.google.firestore.admin.v1.UpdateBackupScheduleRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.UpdateBackupScheduleRequest result =
+          new com.google.firestore.admin.v1.UpdateBackupScheduleRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -390,15 +442,12 @@ private void buildPartial0(com.google.firestore.admin.v1.UpdateBackupScheduleReq
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.backupSchedule_ = backupScheduleBuilder_ == null
-            ? backupSchedule_
-            : backupScheduleBuilder_.build();
+        result.backupSchedule_ =
+            backupScheduleBuilder_ == null ? backupSchedule_ : backupScheduleBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.updateMask_ = updateMaskBuilder_ == null
-            ? updateMask_
-            : updateMaskBuilder_.build();
+        result.updateMask_ = updateMaskBuilder_ == null ? updateMask_ : updateMaskBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       result.bitField0_ |= to_bitField0_;
@@ -408,38 +457,39 @@ private void buildPartial0(com.google.firestore.admin.v1.UpdateBackupScheduleReq
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.UpdateBackupScheduleRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.UpdateBackupScheduleRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.UpdateBackupScheduleRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -447,7 +497,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.UpdateBackupScheduleRequest other) {
-      if (other == com.google.firestore.admin.v1.UpdateBackupScheduleRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.UpdateBackupScheduleRequest.getDefaultInstance())
+        return this;
       if (other.hasBackupSchedule()) {
         mergeBackupSchedule(other.getBackupSchedule());
       }
@@ -480,26 +531,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getBackupScheduleFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getUpdateMaskFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getBackupScheduleFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -509,43 +559,63 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.firestore.admin.v1.BackupSchedule backupSchedule_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder> backupScheduleBuilder_;
+            com.google.firestore.admin.v1.BackupSchedule,
+            com.google.firestore.admin.v1.BackupSchedule.Builder,
+            com.google.firestore.admin.v1.BackupScheduleOrBuilder>
+        backupScheduleBuilder_;
     /**
+     *
+     *
      * 
      * Required. The backup schedule to update.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the backupSchedule field is set. */ public boolean hasBackupSchedule() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Required. The backup schedule to update.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The backupSchedule. */ public com.google.firestore.admin.v1.BackupSchedule getBackupSchedule() { if (backupScheduleBuilder_ == null) { - return backupSchedule_ == null ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; + return backupSchedule_ == null + ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() + : backupSchedule_; } else { return backupScheduleBuilder_.getMessage(); } } /** + * + * *
      * Required. The backup schedule to update.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setBackupSchedule(com.google.firestore.admin.v1.BackupSchedule value) { if (backupScheduleBuilder_ == null) { @@ -561,11 +631,15 @@ public Builder setBackupSchedule(com.google.firestore.admin.v1.BackupSchedule va return this; } /** + * + * *
      * Required. The backup schedule to update.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setBackupSchedule( com.google.firestore.admin.v1.BackupSchedule.Builder builderForValue) { @@ -579,17 +653,22 @@ public Builder setBackupSchedule( return this; } /** + * + * *
      * Required. The backup schedule to update.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeBackupSchedule(com.google.firestore.admin.v1.BackupSchedule value) { if (backupScheduleBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - backupSchedule_ != null && - backupSchedule_ != com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && backupSchedule_ != null + && backupSchedule_ + != com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance()) { getBackupScheduleBuilder().mergeFrom(value); } else { backupSchedule_ = value; @@ -604,11 +683,15 @@ public Builder mergeBackupSchedule(com.google.firestore.admin.v1.BackupSchedule return this; } /** + * + * *
      * Required. The backup schedule to update.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearBackupSchedule() { bitField0_ = (bitField0_ & ~0x00000001); @@ -621,11 +704,15 @@ public Builder clearBackupSchedule() { return this; } /** + * + * *
      * Required. The backup schedule to update.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.admin.v1.BackupSchedule.Builder getBackupScheduleBuilder() { bitField0_ |= 0x00000001; @@ -633,36 +720,48 @@ public com.google.firestore.admin.v1.BackupSchedule.Builder getBackupScheduleBui return getBackupScheduleFieldBuilder().getBuilder(); } /** + * + * *
      * Required. The backup schedule to update.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOrBuilder() { if (backupScheduleBuilder_ != null) { return backupScheduleBuilder_.getMessageOrBuilder(); } else { - return backupSchedule_ == null ? - com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; + return backupSchedule_ == null + ? com.google.firestore.admin.v1.BackupSchedule.getDefaultInstance() + : backupSchedule_; } } /** + * + * *
      * Required. The backup schedule to update.
      * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder> + com.google.firestore.admin.v1.BackupSchedule, + com.google.firestore.admin.v1.BackupSchedule.Builder, + com.google.firestore.admin.v1.BackupScheduleOrBuilder> getBackupScheduleFieldBuilder() { if (backupScheduleBuilder_ == null) { - backupScheduleBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.BackupSchedule, com.google.firestore.admin.v1.BackupSchedule.Builder, com.google.firestore.admin.v1.BackupScheduleOrBuilder>( - getBackupSchedule(), - getParentForChildren(), - isClean()); + backupScheduleBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.BackupSchedule, + com.google.firestore.admin.v1.BackupSchedule.Builder, + com.google.firestore.admin.v1.BackupScheduleOrBuilder>( + getBackupSchedule(), getParentForChildren(), isClean()); backupSchedule_ = null; } return backupScheduleBuilder_; @@ -670,34 +769,47 @@ public com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOr private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> + updateMaskBuilder_; /** + * + * *
      * The list of fields to be updated.
      * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The list of fields to be updated.
      * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + return updateMask_ == null + ? com.google.protobuf.FieldMask.getDefaultInstance() + : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** + * + * *
      * The list of fields to be updated.
      * 
@@ -718,14 +830,15 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** + * + * *
      * The list of fields to be updated.
      * 
* * .google.protobuf.FieldMask update_mask = 2; */ - public Builder setUpdateMask( - com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); } else { @@ -736,6 +849,8 @@ public Builder setUpdateMask( return this; } /** + * + * *
      * The list of fields to be updated.
      * 
@@ -744,9 +859,9 @@ public Builder setUpdateMask( */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) && - updateMask_ != null && - updateMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) + && updateMask_ != null + && updateMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) { getUpdateMaskBuilder().mergeFrom(value); } else { updateMask_ = value; @@ -761,6 +876,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** + * + * *
      * The list of fields to be updated.
      * 
@@ -778,6 +895,8 @@ public Builder clearUpdateMask() { return this; } /** + * + * *
      * The list of fields to be updated.
      * 
@@ -790,6 +909,8 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { return getUpdateMaskFieldBuilder().getBuilder(); } /** + * + * *
      * The list of fields to be updated.
      * 
@@ -800,11 +921,14 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null ? - com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + return updateMask_ == null + ? com.google.protobuf.FieldMask.getDefaultInstance() + : updateMask_; } } /** + * + * *
      * The list of fields to be updated.
      * 
@@ -812,21 +936,24 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * .google.protobuf.FieldMask update_mask = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), - getParentForChildren(), - isClean()); + updateMaskBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), getParentForChildren(), isClean()); updateMask_ = null; } return updateMaskBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -836,12 +963,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.UpdateBackupScheduleRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.UpdateBackupScheduleRequest) private static final com.google.firestore.admin.v1.UpdateBackupScheduleRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.UpdateBackupScheduleRequest(); } @@ -850,27 +977,27 @@ public static com.google.firestore.admin.v1.UpdateBackupScheduleRequest getDefau return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UpdateBackupScheduleRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public UpdateBackupScheduleRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -885,6 +1012,4 @@ public com.google.protobuf.Parser getParserForType( public com.google.firestore.admin.v1.UpdateBackupScheduleRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequestOrBuilder.java similarity index 57% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequestOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequestOrBuilder.java index 53c69d242..347c89d92 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequestOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateBackupScheduleRequestOrBuilder.java @@ -1,59 +1,97 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface UpdateBackupScheduleRequestOrBuilder extends +public interface UpdateBackupScheduleRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.UpdateBackupScheduleRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The backup schedule to update.
    * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the backupSchedule field is set. */ boolean hasBackupSchedule(); /** + * + * *
    * Required. The backup schedule to update.
    * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The backupSchedule. */ com.google.firestore.admin.v1.BackupSchedule getBackupSchedule(); /** + * + * *
    * Required. The backup schedule to update.
    * 
* - * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.firestore.admin.v1.BackupScheduleOrBuilder getBackupScheduleOrBuilder(); /** + * + * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** + * + * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** + * + * *
    * The list of fields to be updated.
    * 
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadata.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadata.java similarity index 62% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadata.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadata.java index 1ba656bad..5c6a90911 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadata.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadata.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,45 +20,49 @@ package com.google.firestore.admin.v1; /** + * + * *
  * Metadata related to the update database operation.
  * 
* * Protobuf type {@code google.firestore.admin.v1.UpdateDatabaseMetadata} */ -public final class UpdateDatabaseMetadata extends - com.google.protobuf.GeneratedMessageV3 implements +public final class UpdateDatabaseMetadata extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.UpdateDatabaseMetadata) UpdateDatabaseMetadataOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use UpdateDatabaseMetadata.newBuilder() to construct. private UpdateDatabaseMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private UpdateDatabaseMetadata() { - } + + private UpdateDatabaseMetadata() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new UpdateDatabaseMetadata(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.UpdateDatabaseMetadata.class, com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder.class); + com.google.firestore.admin.v1.UpdateDatabaseMetadata.class, + com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder.class); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -55,8 +74,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @@ -74,12 +92,13 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.UpdateDatabaseMetadata)) { return super.equals(obj); } - com.google.firestore.admin.v1.UpdateDatabaseMetadata other = (com.google.firestore.admin.v1.UpdateDatabaseMetadata) obj; + com.google.firestore.admin.v1.UpdateDatabaseMetadata other = + (com.google.firestore.admin.v1.UpdateDatabaseMetadata) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -98,131 +117,135 @@ public int hashCode() { } public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.UpdateDatabaseMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.UpdateDatabaseMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Metadata related to the update database operation.
    * 
* * Protobuf type {@code google.firestore.admin.v1.UpdateDatabaseMetadata} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.UpdateDatabaseMetadata) com.google.firestore.admin.v1.UpdateDatabaseMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.admin.v1.UpdateDatabaseMetadata.class, com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder.class); + com.google.firestore.admin.v1.UpdateDatabaseMetadata.class, + com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder.class); } // Construct using com.google.firestore.admin.v1.UpdateDatabaseMetadata.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -230,9 +253,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.admin.v1.FirestoreAdminProto + .internal_static_google_firestore_admin_v1_UpdateDatabaseMetadata_descriptor; } @java.lang.Override @@ -251,7 +274,8 @@ public com.google.firestore.admin.v1.UpdateDatabaseMetadata build() { @java.lang.Override public com.google.firestore.admin.v1.UpdateDatabaseMetadata buildPartial() { - com.google.firestore.admin.v1.UpdateDatabaseMetadata result = new com.google.firestore.admin.v1.UpdateDatabaseMetadata(this); + com.google.firestore.admin.v1.UpdateDatabaseMetadata result = + new com.google.firestore.admin.v1.UpdateDatabaseMetadata(this); onBuilt(); return result; } @@ -260,38 +284,39 @@ public com.google.firestore.admin.v1.UpdateDatabaseMetadata buildPartial() { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.admin.v1.UpdateDatabaseMetadata) { - return mergeFrom((com.google.firestore.admin.v1.UpdateDatabaseMetadata)other); + return mergeFrom((com.google.firestore.admin.v1.UpdateDatabaseMetadata) other); } else { super.mergeFrom(other); return this; @@ -299,7 +324,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.admin.v1.UpdateDatabaseMetadata other) { - if (other == com.google.firestore.admin.v1.UpdateDatabaseMetadata.getDefaultInstance()) return this; + if (other == com.google.firestore.admin.v1.UpdateDatabaseMetadata.getDefaultInstance()) + return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; @@ -326,12 +352,13 @@ public Builder mergeFrom( case 0: done = true; break; - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -341,9 +368,9 @@ public Builder mergeFrom( } // finally return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -353,12 +380,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.UpdateDatabaseMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.UpdateDatabaseMetadata) private static final com.google.firestore.admin.v1.UpdateDatabaseMetadata DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.UpdateDatabaseMetadata(); } @@ -367,27 +394,27 @@ public static com.google.firestore.admin.v1.UpdateDatabaseMetadata getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UpdateDatabaseMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public UpdateDatabaseMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -402,6 +429,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.UpdateDatabaseMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java new file mode 100644 index 000000000..228f2c064 --- /dev/null +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseMetadataOrBuilder.java @@ -0,0 +1,25 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/admin/v1/firestore_admin.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.admin.v1; + +public interface UpdateDatabaseMetadataOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.UpdateDatabaseMetadata) + com.google.protobuf.MessageOrBuilder {} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequest.java similarity index 64% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequest.java index 3a178e3e8..647cadb29 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.UpdateDatabase][google.firestore.admin.v1.FirestoreAdmin.UpdateDatabase].
@@ -12,47 +29,53 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.UpdateDatabaseRequest}
  */
-public final class UpdateDatabaseRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class UpdateDatabaseRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.UpdateDatabaseRequest)
     UpdateDatabaseRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use UpdateDatabaseRequest.newBuilder() to construct.
   private UpdateDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private UpdateDatabaseRequest() {
-  }
+
+  private UpdateDatabaseRequest() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new UpdateDatabaseRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.UpdateDatabaseRequest.class, com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder.class);
+            com.google.firestore.admin.v1.UpdateDatabaseRequest.class,
+            com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int DATABASE_FIELD_NUMBER = 1;
   private com.google.firestore.admin.v1.Database database_;
   /**
+   *
+   *
    * 
    * Required. The database to update.
    * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the database field is set. */ @java.lang.Override @@ -60,37 +83,53 @@ public boolean hasDatabase() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Required. The database to update.
    * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The database. */ @java.lang.Override public com.google.firestore.admin.v1.Database getDatabase() { - return database_ == null ? com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; + return database_ == null + ? com.google.firestore.admin.v1.Database.getDefaultInstance() + : database_; } /** + * + * *
    * Required. The database to update.
    * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() { - return database_ == null ? com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; + return database_ == null + ? com.google.firestore.admin.v1.Database.getDefaultInstance() + : database_; } public static final int UPDATE_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask updateMask_; /** + * + * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return Whether the updateMask field is set. */ @java.lang.Override @@ -98,11 +137,14 @@ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return The updateMask. */ @java.lang.Override @@ -110,6 +152,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** + * + * *
    * The list of fields to be updated.
    * 
@@ -122,6 +166,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -133,8 +178,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getDatabase()); } @@ -151,12 +195,10 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getDatabase()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getDatabase()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getUpdateMask()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -166,22 +208,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.UpdateDatabaseRequest)) { return super.equals(obj); } - com.google.firestore.admin.v1.UpdateDatabaseRequest other = (com.google.firestore.admin.v1.UpdateDatabaseRequest) obj; + com.google.firestore.admin.v1.UpdateDatabaseRequest other = + (com.google.firestore.admin.v1.UpdateDatabaseRequest) obj; if (hasDatabase() != other.hasDatabase()) return false; if (hasDatabase()) { - if (!getDatabase() - .equals(other.getDatabase())) return false; + if (!getDatabase().equals(other.getDatabase())) return false; } if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask() - .equals(other.getUpdateMask())) return false; + if (!getUpdateMask().equals(other.getUpdateMask())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -208,98 +249,103 @@ public int hashCode() { } public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.UpdateDatabaseRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.UpdateDatabaseRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [FirestoreAdmin.UpdateDatabase][google.firestore.admin.v1.FirestoreAdmin.UpdateDatabase].
@@ -307,21 +353,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.UpdateDatabaseRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.UpdateDatabaseRequest)
       com.google.firestore.admin.v1.UpdateDatabaseRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.UpdateDatabaseRequest.class, com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder.class);
+              com.google.firestore.admin.v1.UpdateDatabaseRequest.class,
+              com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.UpdateDatabaseRequest.newBuilder()
@@ -329,18 +377,18 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getDatabaseFieldBuilder();
         getUpdateMaskFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -359,9 +407,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_UpdateDatabaseRequest_descriptor;
     }
 
     @java.lang.Override
@@ -380,8 +428,11 @@ public com.google.firestore.admin.v1.UpdateDatabaseRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.UpdateDatabaseRequest buildPartial() {
-      com.google.firestore.admin.v1.UpdateDatabaseRequest result = new com.google.firestore.admin.v1.UpdateDatabaseRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.UpdateDatabaseRequest result =
+          new com.google.firestore.admin.v1.UpdateDatabaseRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -390,15 +441,11 @@ private void buildPartial0(com.google.firestore.admin.v1.UpdateDatabaseRequest r
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.database_ = databaseBuilder_ == null
-            ? database_
-            : databaseBuilder_.build();
+        result.database_ = databaseBuilder_ == null ? database_ : databaseBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.updateMask_ = updateMaskBuilder_ == null
-            ? updateMask_
-            : updateMaskBuilder_.build();
+        result.updateMask_ = updateMaskBuilder_ == null ? updateMask_ : updateMaskBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       result.bitField0_ |= to_bitField0_;
@@ -408,38 +455,39 @@ private void buildPartial0(com.google.firestore.admin.v1.UpdateDatabaseRequest r
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.UpdateDatabaseRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.UpdateDatabaseRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.UpdateDatabaseRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -447,7 +495,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.UpdateDatabaseRequest other) {
-      if (other == com.google.firestore.admin.v1.UpdateDatabaseRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.UpdateDatabaseRequest.getDefaultInstance())
+        return this;
       if (other.hasDatabase()) {
         mergeDatabase(other.getDatabase());
       }
@@ -480,26 +529,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getDatabaseFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getUpdateMaskFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getDatabaseFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -509,43 +557,63 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.firestore.admin.v1.Database database_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder> databaseBuilder_;
+            com.google.firestore.admin.v1.Database,
+            com.google.firestore.admin.v1.Database.Builder,
+            com.google.firestore.admin.v1.DatabaseOrBuilder>
+        databaseBuilder_;
     /**
+     *
+     *
      * 
      * Required. The database to update.
      * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the database field is set. */ public boolean hasDatabase() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Required. The database to update.
      * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The database. */ public com.google.firestore.admin.v1.Database getDatabase() { if (databaseBuilder_ == null) { - return database_ == null ? com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; + return database_ == null + ? com.google.firestore.admin.v1.Database.getDefaultInstance() + : database_; } else { return databaseBuilder_.getMessage(); } } /** + * + * *
      * Required. The database to update.
      * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setDatabase(com.google.firestore.admin.v1.Database value) { if (databaseBuilder_ == null) { @@ -561,14 +629,17 @@ public Builder setDatabase(com.google.firestore.admin.v1.Database value) { return this; } /** + * + * *
      * Required. The database to update.
      * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder setDatabase( - com.google.firestore.admin.v1.Database.Builder builderForValue) { + public Builder setDatabase(com.google.firestore.admin.v1.Database.Builder builderForValue) { if (databaseBuilder_ == null) { database_ = builderForValue.build(); } else { @@ -579,17 +650,21 @@ public Builder setDatabase( return this; } /** + * + * *
      * Required. The database to update.
      * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeDatabase(com.google.firestore.admin.v1.Database value) { if (databaseBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - database_ != null && - database_ != com.google.firestore.admin.v1.Database.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && database_ != null + && database_ != com.google.firestore.admin.v1.Database.getDefaultInstance()) { getDatabaseBuilder().mergeFrom(value); } else { database_ = value; @@ -604,11 +679,15 @@ public Builder mergeDatabase(com.google.firestore.admin.v1.Database value) { return this; } /** + * + * *
      * Required. The database to update.
      * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearDatabase() { bitField0_ = (bitField0_ & ~0x00000001); @@ -621,11 +700,15 @@ public Builder clearDatabase() { return this; } /** + * + * *
      * Required. The database to update.
      * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.admin.v1.Database.Builder getDatabaseBuilder() { bitField0_ |= 0x00000001; @@ -633,36 +716,48 @@ public com.google.firestore.admin.v1.Database.Builder getDatabaseBuilder() { return getDatabaseFieldBuilder().getBuilder(); } /** + * + * *
      * Required. The database to update.
      * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() { if (databaseBuilder_ != null) { return databaseBuilder_.getMessageOrBuilder(); } else { - return database_ == null ? - com.google.firestore.admin.v1.Database.getDefaultInstance() : database_; + return database_ == null + ? com.google.firestore.admin.v1.Database.getDefaultInstance() + : database_; } } /** + * + * *
      * Required. The database to update.
      * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder> + com.google.firestore.admin.v1.Database, + com.google.firestore.admin.v1.Database.Builder, + com.google.firestore.admin.v1.DatabaseOrBuilder> getDatabaseFieldBuilder() { if (databaseBuilder_ == null) { - databaseBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Database, com.google.firestore.admin.v1.Database.Builder, com.google.firestore.admin.v1.DatabaseOrBuilder>( - getDatabase(), - getParentForChildren(), - isClean()); + databaseBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Database, + com.google.firestore.admin.v1.Database.Builder, + com.google.firestore.admin.v1.DatabaseOrBuilder>( + getDatabase(), getParentForChildren(), isClean()); database_ = null; } return databaseBuilder_; @@ -670,34 +765,47 @@ public com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder() { private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> + updateMaskBuilder_; /** + * + * *
      * The list of fields to be updated.
      * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The list of fields to be updated.
      * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + return updateMask_ == null + ? com.google.protobuf.FieldMask.getDefaultInstance() + : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** + * + * *
      * The list of fields to be updated.
      * 
@@ -718,14 +826,15 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** + * + * *
      * The list of fields to be updated.
      * 
* * .google.protobuf.FieldMask update_mask = 2; */ - public Builder setUpdateMask( - com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); } else { @@ -736,6 +845,8 @@ public Builder setUpdateMask( return this; } /** + * + * *
      * The list of fields to be updated.
      * 
@@ -744,9 +855,9 @@ public Builder setUpdateMask( */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) && - updateMask_ != null && - updateMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) + && updateMask_ != null + && updateMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) { getUpdateMaskBuilder().mergeFrom(value); } else { updateMask_ = value; @@ -761,6 +872,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** + * + * *
      * The list of fields to be updated.
      * 
@@ -778,6 +891,8 @@ public Builder clearUpdateMask() { return this; } /** + * + * *
      * The list of fields to be updated.
      * 
@@ -790,6 +905,8 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { return getUpdateMaskFieldBuilder().getBuilder(); } /** + * + * *
      * The list of fields to be updated.
      * 
@@ -800,11 +917,14 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null ? - com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + return updateMask_ == null + ? com.google.protobuf.FieldMask.getDefaultInstance() + : updateMask_; } } /** + * + * *
      * The list of fields to be updated.
      * 
@@ -812,21 +932,24 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * .google.protobuf.FieldMask update_mask = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), - getParentForChildren(), - isClean()); + updateMaskBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), getParentForChildren(), isClean()); updateMask_ = null; } return updateMaskBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -836,12 +959,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.UpdateDatabaseRequest) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.UpdateDatabaseRequest) private static final com.google.firestore.admin.v1.UpdateDatabaseRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.UpdateDatabaseRequest(); } @@ -850,27 +973,27 @@ public static com.google.firestore.admin.v1.UpdateDatabaseRequest getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UpdateDatabaseRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public UpdateDatabaseRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -885,6 +1008,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.UpdateDatabaseRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequestOrBuilder.java similarity index 56% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequestOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequestOrBuilder.java index cd24ce723..6d1d29ba8 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequestOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateDatabaseRequestOrBuilder.java @@ -1,59 +1,97 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface UpdateDatabaseRequestOrBuilder extends +public interface UpdateDatabaseRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.UpdateDatabaseRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The database to update.
    * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the database field is set. */ boolean hasDatabase(); /** + * + * *
    * Required. The database to update.
    * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The database. */ com.google.firestore.admin.v1.Database getDatabase(); /** + * + * *
    * Required. The database to update.
    * 
* - * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.firestore.admin.v1.DatabaseOrBuilder getDatabaseOrBuilder(); /** + * + * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** + * + * *
    * The list of fields to be updated.
    * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** + * + * *
    * The list of fields to be updated.
    * 
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequest.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequest.java similarity index 69% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequest.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequest.java index f1bc3987e..ca68a9eec 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequest.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/firestore_admin.proto @@ -5,6 +20,8 @@ package com.google.firestore.admin.v1; /** + * + * *
  * The request for
  * [FirestoreAdmin.UpdateField][google.firestore.admin.v1.FirestoreAdmin.UpdateField].
@@ -12,47 +29,52 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.UpdateFieldRequest}
  */
-public final class UpdateFieldRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class UpdateFieldRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.UpdateFieldRequest)
     UpdateFieldRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use UpdateFieldRequest.newBuilder() to construct.
   private UpdateFieldRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private UpdateFieldRequest() {
-  }
+
+  private UpdateFieldRequest() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new UpdateFieldRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable
+    return com.google.firestore.admin.v1.FirestoreAdminProto
+        .internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.UpdateFieldRequest.class, com.google.firestore.admin.v1.UpdateFieldRequest.Builder.class);
+            com.google.firestore.admin.v1.UpdateFieldRequest.class,
+            com.google.firestore.admin.v1.UpdateFieldRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int FIELD_FIELD_NUMBER = 1;
   private com.google.firestore.admin.v1.Field field_;
   /**
+   *
+   *
    * 
    * Required. The field to be updated.
    * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the field field is set. */ @java.lang.Override @@ -60,11 +82,15 @@ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Required. The field to be updated.
    * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The field. */ @java.lang.Override @@ -72,11 +98,14 @@ public com.google.firestore.admin.v1.Field getField() { return field_ == null ? com.google.firestore.admin.v1.Field.getDefaultInstance() : field_; } /** + * + * *
    * Required. The field to be updated.
    * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.firestore.admin.v1.FieldOrBuilder getFieldOrBuilder() { @@ -86,12 +115,15 @@ public com.google.firestore.admin.v1.FieldOrBuilder getFieldOrBuilder() { public static final int UPDATE_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask updateMask_; /** + * + * *
    * A mask, relative to the field. If specified, only configuration specified
    * by this field_mask will be updated in the field.
    * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return Whether the updateMask field is set. */ @java.lang.Override @@ -99,12 +131,15 @@ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * A mask, relative to the field. If specified, only configuration specified
    * by this field_mask will be updated in the field.
    * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return The updateMask. */ @java.lang.Override @@ -112,6 +147,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** + * + * *
    * A mask, relative to the field. If specified, only configuration specified
    * by this field_mask will be updated in the field.
@@ -125,6 +162,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -136,8 +174,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getField());
     }
@@ -154,12 +191,10 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, getField());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getField());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, getUpdateMask());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getUpdateMask());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -169,22 +204,21 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.admin.v1.UpdateFieldRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.admin.v1.UpdateFieldRequest other = (com.google.firestore.admin.v1.UpdateFieldRequest) obj;
+    com.google.firestore.admin.v1.UpdateFieldRequest other =
+        (com.google.firestore.admin.v1.UpdateFieldRequest) obj;
 
     if (hasField() != other.hasField()) return false;
     if (hasField()) {
-      if (!getField()
-          .equals(other.getField())) return false;
+      if (!getField().equals(other.getField())) return false;
     }
     if (hasUpdateMask() != other.hasUpdateMask()) return false;
     if (hasUpdateMask()) {
-      if (!getUpdateMask()
-          .equals(other.getUpdateMask())) return false;
+      if (!getUpdateMask().equals(other.getUpdateMask())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -210,99 +244,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.admin.v1.UpdateFieldRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.admin.v1.UpdateFieldRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.admin.v1.UpdateFieldRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.admin.v1.UpdateFieldRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The request for
    * [FirestoreAdmin.UpdateField][google.firestore.admin.v1.FirestoreAdmin.UpdateField].
@@ -310,21 +349,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.UpdateFieldRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.UpdateFieldRequest)
       com.google.firestore.admin.v1.UpdateFieldRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_UpdateFieldRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.UpdateFieldRequest.class, com.google.firestore.admin.v1.UpdateFieldRequest.Builder.class);
+              com.google.firestore.admin.v1.UpdateFieldRequest.class,
+              com.google.firestore.admin.v1.UpdateFieldRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.UpdateFieldRequest.newBuilder()
@@ -332,18 +373,18 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getFieldFieldBuilder();
         getUpdateMaskFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -362,9 +403,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.FirestoreAdminProto.internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.FirestoreAdminProto
+          .internal_static_google_firestore_admin_v1_UpdateFieldRequest_descriptor;
     }
 
     @java.lang.Override
@@ -383,8 +424,11 @@ public com.google.firestore.admin.v1.UpdateFieldRequest build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.UpdateFieldRequest buildPartial() {
-      com.google.firestore.admin.v1.UpdateFieldRequest result = new com.google.firestore.admin.v1.UpdateFieldRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.UpdateFieldRequest result =
+          new com.google.firestore.admin.v1.UpdateFieldRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -393,15 +437,11 @@ private void buildPartial0(com.google.firestore.admin.v1.UpdateFieldRequest resu
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.field_ = fieldBuilder_ == null
-            ? field_
-            : fieldBuilder_.build();
+        result.field_ = fieldBuilder_ == null ? field_ : fieldBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.updateMask_ = updateMaskBuilder_ == null
-            ? updateMask_
-            : updateMaskBuilder_.build();
+        result.updateMask_ = updateMaskBuilder_ == null ? updateMask_ : updateMaskBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       result.bitField0_ |= to_bitField0_;
@@ -411,38 +451,39 @@ private void buildPartial0(com.google.firestore.admin.v1.UpdateFieldRequest resu
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.UpdateFieldRequest) {
-        return mergeFrom((com.google.firestore.admin.v1.UpdateFieldRequest)other);
+        return mergeFrom((com.google.firestore.admin.v1.UpdateFieldRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -450,7 +491,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.admin.v1.UpdateFieldRequest other) {
-      if (other == com.google.firestore.admin.v1.UpdateFieldRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.admin.v1.UpdateFieldRequest.getDefaultInstance())
+        return this;
       if (other.hasField()) {
         mergeField(other.getField());
       }
@@ -483,26 +525,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getFieldFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getUpdateMaskFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getFieldFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -512,28 +553,40 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.firestore.admin.v1.Field field_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.admin.v1.Field, com.google.firestore.admin.v1.Field.Builder, com.google.firestore.admin.v1.FieldOrBuilder> fieldBuilder_;
+            com.google.firestore.admin.v1.Field,
+            com.google.firestore.admin.v1.Field.Builder,
+            com.google.firestore.admin.v1.FieldOrBuilder>
+        fieldBuilder_;
     /**
+     *
+     *
      * 
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the field field is set. */ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The field. */ public com.google.firestore.admin.v1.Field getField() { @@ -544,11 +597,14 @@ public com.google.firestore.admin.v1.Field getField() { } } /** + * + * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setField(com.google.firestore.admin.v1.Field value) { if (fieldBuilder_ == null) { @@ -564,14 +620,16 @@ public Builder setField(com.google.firestore.admin.v1.Field value) { return this; } /** + * + * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder setField( - com.google.firestore.admin.v1.Field.Builder builderForValue) { + public Builder setField(com.google.firestore.admin.v1.Field.Builder builderForValue) { if (fieldBuilder_ == null) { field_ = builderForValue.build(); } else { @@ -582,17 +640,20 @@ public Builder setField( return this; } /** + * + * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeField(com.google.firestore.admin.v1.Field value) { if (fieldBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - field_ != null && - field_ != com.google.firestore.admin.v1.Field.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && field_ != null + && field_ != com.google.firestore.admin.v1.Field.getDefaultInstance()) { getFieldBuilder().mergeFrom(value); } else { field_ = value; @@ -607,11 +668,14 @@ public Builder mergeField(com.google.firestore.admin.v1.Field value) { return this; } /** + * + * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearField() { bitField0_ = (bitField0_ & ~0x00000001); @@ -624,11 +688,14 @@ public Builder clearField() { return this; } /** + * + * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.admin.v1.Field.Builder getFieldBuilder() { bitField0_ |= 0x00000001; @@ -636,36 +703,44 @@ public com.google.firestore.admin.v1.Field.Builder getFieldBuilder() { return getFieldFieldBuilder().getBuilder(); } /** + * + * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.admin.v1.FieldOrBuilder getFieldOrBuilder() { if (fieldBuilder_ != null) { return fieldBuilder_.getMessageOrBuilder(); } else { - return field_ == null ? - com.google.firestore.admin.v1.Field.getDefaultInstance() : field_; + return field_ == null ? com.google.firestore.admin.v1.Field.getDefaultInstance() : field_; } } /** + * + * *
      * Required. The field to be updated.
      * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Field, com.google.firestore.admin.v1.Field.Builder, com.google.firestore.admin.v1.FieldOrBuilder> + com.google.firestore.admin.v1.Field, + com.google.firestore.admin.v1.Field.Builder, + com.google.firestore.admin.v1.FieldOrBuilder> getFieldFieldBuilder() { if (fieldBuilder_ == null) { - fieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.admin.v1.Field, com.google.firestore.admin.v1.Field.Builder, com.google.firestore.admin.v1.FieldOrBuilder>( - getField(), - getParentForChildren(), - isClean()); + fieldBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.admin.v1.Field, + com.google.firestore.admin.v1.Field.Builder, + com.google.firestore.admin.v1.FieldOrBuilder>( + getField(), getParentForChildren(), isClean()); field_ = null; } return fieldBuilder_; @@ -673,36 +748,49 @@ public com.google.firestore.admin.v1.FieldOrBuilder getFieldOrBuilder() { private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> + updateMaskBuilder_; /** + * + * *
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
      * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
      * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + return updateMask_ == null + ? com.google.protobuf.FieldMask.getDefaultInstance() + : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** + * + * *
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
@@ -724,6 +812,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
@@ -731,8 +821,7 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
      *
      * .google.protobuf.FieldMask update_mask = 2;
      */
-    public Builder setUpdateMask(
-        com.google.protobuf.FieldMask.Builder builderForValue) {
+    public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) {
       if (updateMaskBuilder_ == null) {
         updateMask_ = builderForValue.build();
       } else {
@@ -743,6 +832,8 @@ public Builder setUpdateMask(
       return this;
     }
     /**
+     *
+     *
      * 
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
@@ -752,9 +843,9 @@ public Builder setUpdateMask(
      */
     public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
       if (updateMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0) &&
-          updateMask_ != null &&
-          updateMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0)
+            && updateMask_ != null
+            && updateMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
           getUpdateMaskBuilder().mergeFrom(value);
         } else {
           updateMask_ = value;
@@ -769,6 +860,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
@@ -787,6 +880,8 @@ public Builder clearUpdateMask() {
       return this;
     }
     /**
+     *
+     *
      * 
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
@@ -800,6 +895,8 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
       return getUpdateMaskFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
@@ -811,11 +908,14 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
       if (updateMaskBuilder_ != null) {
         return updateMaskBuilder_.getMessageOrBuilder();
       } else {
-        return updateMask_ == null ?
-            com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_;
+        return updateMask_ == null
+            ? com.google.protobuf.FieldMask.getDefaultInstance()
+            : updateMask_;
       }
     }
     /**
+     *
+     *
      * 
      * A mask, relative to the field. If specified, only configuration specified
      * by this field_mask will be updated in the field.
@@ -824,21 +924,24 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
      * .google.protobuf.FieldMask update_mask = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> 
+            com.google.protobuf.FieldMask,
+            com.google.protobuf.FieldMask.Builder,
+            com.google.protobuf.FieldMaskOrBuilder>
         getUpdateMaskFieldBuilder() {
       if (updateMaskBuilder_ == null) {
-        updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>(
-                getUpdateMask(),
-                getParentForChildren(),
-                isClean());
+        updateMaskBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.FieldMask,
+                com.google.protobuf.FieldMask.Builder,
+                com.google.protobuf.FieldMaskOrBuilder>(
+                getUpdateMask(), getParentForChildren(), isClean());
         updateMask_ = null;
       }
       return updateMaskBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -848,12 +951,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.UpdateFieldRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.UpdateFieldRequest)
   private static final com.google.firestore.admin.v1.UpdateFieldRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.admin.v1.UpdateFieldRequest();
   }
@@ -862,27 +965,27 @@ public static com.google.firestore.admin.v1.UpdateFieldRequest getDefaultInstanc
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public UpdateFieldRequest parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public UpdateFieldRequest parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -897,6 +1000,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.admin.v1.UpdateFieldRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequestOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequestOrBuilder.java
similarity index 68%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequestOrBuilder.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequestOrBuilder.java
index 30ba47e7e..dc7d96c47 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequestOrBuilder.java
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/UpdateFieldRequestOrBuilder.java
@@ -1,61 +1,96 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/firestore_admin.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.admin.v1;
 
-public interface UpdateFieldRequestOrBuilder extends
+public interface UpdateFieldRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.UpdateFieldRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. The field to be updated.
    * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the field field is set. */ boolean hasField(); /** + * + * *
    * Required. The field to be updated.
    * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The field. */ com.google.firestore.admin.v1.Field getField(); /** + * + * *
    * Required. The field to be updated.
    * 
* - * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.firestore.admin.v1.FieldOrBuilder getFieldOrBuilder(); /** + * + * *
    * A mask, relative to the field. If specified, only configuration specified
    * by this field_mask will be updated in the field.
    * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** + * + * *
    * A mask, relative to the field. If specified, only configuration specified
    * by this field_mask will be updated in the field.
    * 
* * .google.protobuf.FieldMask update_mask = 2; + * * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** + * + * *
    * A mask, relative to the field. If specified, only configuration specified
    * by this field_mask will be updated in the field.
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrence.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrence.java
similarity index 67%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrence.java
rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrence.java
index cad963a4f..256e57f0c 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrence.java
+++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrence.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/admin/v1/schedule.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.admin.v1;
 
 /**
+ *
+ *
  * 
  * Represents a recurring schedule that runs on a specified day of the week.
  *
@@ -13,42 +30,46 @@
  *
  * Protobuf type {@code google.firestore.admin.v1.WeeklyRecurrence}
  */
-public final class WeeklyRecurrence extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class WeeklyRecurrence extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.admin.v1.WeeklyRecurrence)
     WeeklyRecurrenceOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use WeeklyRecurrence.newBuilder() to construct.
   private WeeklyRecurrence(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private WeeklyRecurrence() {
     day_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new WeeklyRecurrence();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.admin.v1.ScheduleProto
+        .internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable
+    return com.google.firestore.admin.v1.ScheduleProto
+        .internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.admin.v1.WeeklyRecurrence.class, com.google.firestore.admin.v1.WeeklyRecurrence.Builder.class);
+            com.google.firestore.admin.v1.WeeklyRecurrence.class,
+            com.google.firestore.admin.v1.WeeklyRecurrence.Builder.class);
   }
 
   public static final int DAY_FIELD_NUMBER = 2;
   private int day_ = 0;
   /**
+   *
+   *
    * 
    * The day of week to run.
    *
@@ -56,12 +77,16 @@ protected java.lang.Object newInstance(
    * 
* * .google.type.DayOfWeek day = 2; + * * @return The enum numeric value on the wire for day. */ - @java.lang.Override public int getDayValue() { + @java.lang.Override + public int getDayValue() { return day_; } /** + * + * *
    * The day of week to run.
    *
@@ -69,14 +94,17 @@ protected java.lang.Object newInstance(
    * 
* * .google.type.DayOfWeek day = 2; + * * @return The day. */ - @java.lang.Override public com.google.type.DayOfWeek getDay() { + @java.lang.Override + public com.google.type.DayOfWeek getDay() { com.google.type.DayOfWeek result = com.google.type.DayOfWeek.forNumber(day_); return result == null ? com.google.type.DayOfWeek.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -88,8 +116,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (day_ != com.google.type.DayOfWeek.DAY_OF_WEEK_UNSPECIFIED.getNumber()) { output.writeEnum(2, day_); } @@ -103,8 +130,7 @@ public int getSerializedSize() { size = 0; if (day_ != com.google.type.DayOfWeek.DAY_OF_WEEK_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(2, day_); + size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, day_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -114,12 +140,13 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.admin.v1.WeeklyRecurrence)) { return super.equals(obj); } - com.google.firestore.admin.v1.WeeklyRecurrence other = (com.google.firestore.admin.v1.WeeklyRecurrence) obj; + com.google.firestore.admin.v1.WeeklyRecurrence other = + (com.google.firestore.admin.v1.WeeklyRecurrence) obj; if (day_ != other.day_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; @@ -140,99 +167,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.admin.v1.WeeklyRecurrence parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.admin.v1.WeeklyRecurrence parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.admin.v1.WeeklyRecurrence parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.admin.v1.WeeklyRecurrence parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.admin.v1.WeeklyRecurrence prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Represents a recurring schedule that runs on a specified day of the week.
    *
@@ -241,33 +273,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.admin.v1.WeeklyRecurrence}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.admin.v1.WeeklyRecurrence)
       com.google.firestore.admin.v1.WeeklyRecurrenceOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.admin.v1.ScheduleProto
+          .internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable
+      return com.google.firestore.admin.v1.ScheduleProto
+          .internal_static_google_firestore_admin_v1_WeeklyRecurrence_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.admin.v1.WeeklyRecurrence.class, com.google.firestore.admin.v1.WeeklyRecurrence.Builder.class);
+              com.google.firestore.admin.v1.WeeklyRecurrence.class,
+              com.google.firestore.admin.v1.WeeklyRecurrence.Builder.class);
     }
 
     // Construct using com.google.firestore.admin.v1.WeeklyRecurrence.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -277,9 +308,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.admin.v1.ScheduleProto.internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.admin.v1.ScheduleProto
+          .internal_static_google_firestore_admin_v1_WeeklyRecurrence_descriptor;
     }
 
     @java.lang.Override
@@ -298,8 +329,11 @@ public com.google.firestore.admin.v1.WeeklyRecurrence build() {
 
     @java.lang.Override
     public com.google.firestore.admin.v1.WeeklyRecurrence buildPartial() {
-      com.google.firestore.admin.v1.WeeklyRecurrence result = new com.google.firestore.admin.v1.WeeklyRecurrence(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.admin.v1.WeeklyRecurrence result =
+          new com.google.firestore.admin.v1.WeeklyRecurrence(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -315,38 +349,39 @@ private void buildPartial0(com.google.firestore.admin.v1.WeeklyRecurrence result
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.admin.v1.WeeklyRecurrence) {
-        return mergeFrom((com.google.firestore.admin.v1.WeeklyRecurrence)other);
+        return mergeFrom((com.google.firestore.admin.v1.WeeklyRecurrence) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -384,17 +419,19 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 16: {
-              day_ = input.readEnum();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 16
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 16:
+              {
+                day_ = input.readEnum();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 16
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -404,10 +441,13 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private int day_ = 0;
     /**
+     *
+     *
      * 
      * The day of week to run.
      *
@@ -415,12 +455,16 @@ public Builder mergeFrom(
      * 
* * .google.type.DayOfWeek day = 2; + * * @return The enum numeric value on the wire for day. */ - @java.lang.Override public int getDayValue() { + @java.lang.Override + public int getDayValue() { return day_; } /** + * + * *
      * The day of week to run.
      *
@@ -428,6 +472,7 @@ public Builder mergeFrom(
      * 
* * .google.type.DayOfWeek day = 2; + * * @param value The enum numeric value on the wire for day to set. * @return This builder for chaining. */ @@ -438,6 +483,8 @@ public Builder setDayValue(int value) { return this; } /** + * + * *
      * The day of week to run.
      *
@@ -445,6 +492,7 @@ public Builder setDayValue(int value) {
      * 
* * .google.type.DayOfWeek day = 2; + * * @return The day. */ @java.lang.Override @@ -453,6 +501,8 @@ public com.google.type.DayOfWeek getDay() { return result == null ? com.google.type.DayOfWeek.UNRECOGNIZED : result; } /** + * + * *
      * The day of week to run.
      *
@@ -460,6 +510,7 @@ public com.google.type.DayOfWeek getDay() {
      * 
* * .google.type.DayOfWeek day = 2; + * * @param value The day to set. * @return This builder for chaining. */ @@ -473,6 +524,8 @@ public Builder setDay(com.google.type.DayOfWeek value) { return this; } /** + * + * *
      * The day of week to run.
      *
@@ -480,6 +533,7 @@ public Builder setDay(com.google.type.DayOfWeek value) {
      * 
* * .google.type.DayOfWeek day = 2; + * * @return This builder for chaining. */ public Builder clearDay() { @@ -488,9 +542,9 @@ public Builder clearDay() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -500,12 +554,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.admin.v1.WeeklyRecurrence) } // @@protoc_insertion_point(class_scope:google.firestore.admin.v1.WeeklyRecurrence) private static final com.google.firestore.admin.v1.WeeklyRecurrence DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.admin.v1.WeeklyRecurrence(); } @@ -514,27 +568,27 @@ public static com.google.firestore.admin.v1.WeeklyRecurrence getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public WeeklyRecurrence parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public WeeklyRecurrence parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -549,6 +603,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.admin.v1.WeeklyRecurrence getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrenceOrBuilder.java b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrenceOrBuilder.java similarity index 54% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrenceOrBuilder.java rename to proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrenceOrBuilder.java index 6b367cf69..6c265b99d 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrenceOrBuilder.java +++ b/proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/WeeklyRecurrenceOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/admin/v1/schedule.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.admin.v1; -public interface WeeklyRecurrenceOrBuilder extends +public interface WeeklyRecurrenceOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.admin.v1.WeeklyRecurrence) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The day of week to run.
    *
@@ -16,10 +34,13 @@ public interface WeeklyRecurrenceOrBuilder extends
    * 
* * .google.type.DayOfWeek day = 2; + * * @return The enum numeric value on the wire for day. */ int getDayValue(); /** + * + * *
    * The day of week to run.
    *
@@ -27,6 +48,7 @@ public interface WeeklyRecurrenceOrBuilder extends
    * 
* * .google.type.DayOfWeek day = 2; + * * @return The day. */ com.google.type.DayOfWeek getDay(); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/backup.proto b/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/backup.proto similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/backup.proto rename to proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/backup.proto diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/database.proto b/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/database.proto similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/database.proto rename to proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/database.proto diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/field.proto b/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/field.proto similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/field.proto rename to proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/field.proto diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/firestore_admin.proto b/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/firestore_admin.proto similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/firestore_admin.proto rename to proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/firestore_admin.proto diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/index.proto b/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/index.proto similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/index.proto rename to proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/index.proto diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/location.proto b/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/location.proto similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/location.proto rename to proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/location.proto diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/operation.proto b/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/operation.proto similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/operation.proto rename to proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/operation.proto diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/schedule.proto b/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/schedule.proto similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/schedule.proto rename to proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/schedule.proto diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElement.java b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElement.java similarity index 65% rename from owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElement.java rename to proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElement.java index 67eff352e..44cf1a28b 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElement.java +++ b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElement.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/bundle/bundle.proto @@ -5,6 +20,8 @@ package com.google.firestore.bundle; /** + * + * *
  * A Firestore bundle is a length-prefixed stream of JSON representations of
  * `BundleElement`.
@@ -15,43 +32,47 @@
  *
  * Protobuf type {@code google.firestore.bundle.BundleElement}
  */
-public final class BundleElement extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class BundleElement extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.bundle.BundleElement)
     BundleElementOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use BundleElement.newBuilder() to construct.
   private BundleElement(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private BundleElement() {
-  }
+
+  private BundleElement() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new BundleElement();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleElement_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.bundle.BundleProto
+        .internal_static_google_firestore_bundle_BundleElement_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable
+    return com.google.firestore.bundle.BundleProto
+        .internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.bundle.BundleElement.class, com.google.firestore.bundle.BundleElement.Builder.class);
+            com.google.firestore.bundle.BundleElement.class,
+            com.google.firestore.bundle.BundleElement.Builder.class);
   }
 
   private int elementTypeCase_ = 0;
+
   @SuppressWarnings("serial")
   private java.lang.Object elementType_;
+
   public enum ElementTypeCase
-      implements com.google.protobuf.Internal.EnumLite,
+      implements
+          com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     METADATA(1),
     NAMED_QUERY(2),
@@ -59,6 +80,7 @@ public enum ElementTypeCase
     DOCUMENT(4),
     ELEMENTTYPE_NOT_SET(0);
     private final int value;
+
     private ElementTypeCase(int value) {
       this.value = value;
     }
@@ -74,28 +96,34 @@ public static ElementTypeCase valueOf(int value) {
 
     public static ElementTypeCase forNumber(int value) {
       switch (value) {
-        case 1: return METADATA;
-        case 2: return NAMED_QUERY;
-        case 3: return DOCUMENT_METADATA;
-        case 4: return DOCUMENT;
-        case 0: return ELEMENTTYPE_NOT_SET;
-        default: return null;
+        case 1:
+          return METADATA;
+        case 2:
+          return NAMED_QUERY;
+        case 3:
+          return DOCUMENT_METADATA;
+        case 4:
+          return DOCUMENT;
+        case 0:
+          return ELEMENTTYPE_NOT_SET;
+        default:
+          return null;
       }
     }
+
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ElementTypeCase
-  getElementTypeCase() {
-    return ElementTypeCase.forNumber(
-        elementTypeCase_);
+  public ElementTypeCase getElementTypeCase() {
+    return ElementTypeCase.forNumber(elementTypeCase_);
   }
 
   public static final int METADATA_FIELD_NUMBER = 1;
   /**
    * .google.firestore.bundle.BundleMetadata metadata = 1;
+   *
    * @return Whether the metadata field is set.
    */
   @java.lang.Override
@@ -104,22 +132,21 @@ public boolean hasMetadata() {
   }
   /**
    * .google.firestore.bundle.BundleMetadata metadata = 1;
+   *
    * @return The metadata.
    */
   @java.lang.Override
   public com.google.firestore.bundle.BundleMetadata getMetadata() {
     if (elementTypeCase_ == 1) {
-       return (com.google.firestore.bundle.BundleMetadata) elementType_;
+      return (com.google.firestore.bundle.BundleMetadata) elementType_;
     }
     return com.google.firestore.bundle.BundleMetadata.getDefaultInstance();
   }
-  /**
-   * .google.firestore.bundle.BundleMetadata metadata = 1;
-   */
+  /** .google.firestore.bundle.BundleMetadata metadata = 1; */
   @java.lang.Override
   public com.google.firestore.bundle.BundleMetadataOrBuilder getMetadataOrBuilder() {
     if (elementTypeCase_ == 1) {
-       return (com.google.firestore.bundle.BundleMetadata) elementType_;
+      return (com.google.firestore.bundle.BundleMetadata) elementType_;
     }
     return com.google.firestore.bundle.BundleMetadata.getDefaultInstance();
   }
@@ -127,6 +154,7 @@ public com.google.firestore.bundle.BundleMetadataOrBuilder getMetadataOrBuilder(
   public static final int NAMED_QUERY_FIELD_NUMBER = 2;
   /**
    * .google.firestore.bundle.NamedQuery named_query = 2;
+   *
    * @return Whether the namedQuery field is set.
    */
   @java.lang.Override
@@ -135,22 +163,21 @@ public boolean hasNamedQuery() {
   }
   /**
    * .google.firestore.bundle.NamedQuery named_query = 2;
+   *
    * @return The namedQuery.
    */
   @java.lang.Override
   public com.google.firestore.bundle.NamedQuery getNamedQuery() {
     if (elementTypeCase_ == 2) {
-       return (com.google.firestore.bundle.NamedQuery) elementType_;
+      return (com.google.firestore.bundle.NamedQuery) elementType_;
     }
     return com.google.firestore.bundle.NamedQuery.getDefaultInstance();
   }
-  /**
-   * .google.firestore.bundle.NamedQuery named_query = 2;
-   */
+  /** .google.firestore.bundle.NamedQuery named_query = 2; */
   @java.lang.Override
   public com.google.firestore.bundle.NamedQueryOrBuilder getNamedQueryOrBuilder() {
     if (elementTypeCase_ == 2) {
-       return (com.google.firestore.bundle.NamedQuery) elementType_;
+      return (com.google.firestore.bundle.NamedQuery) elementType_;
     }
     return com.google.firestore.bundle.NamedQuery.getDefaultInstance();
   }
@@ -158,6 +185,7 @@ public com.google.firestore.bundle.NamedQueryOrBuilder getNamedQueryOrBuilder()
   public static final int DOCUMENT_METADATA_FIELD_NUMBER = 3;
   /**
    * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+   *
    * @return Whether the documentMetadata field is set.
    */
   @java.lang.Override
@@ -166,22 +194,22 @@ public boolean hasDocumentMetadata() {
   }
   /**
    * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+   *
    * @return The documentMetadata.
    */
   @java.lang.Override
   public com.google.firestore.bundle.BundledDocumentMetadata getDocumentMetadata() {
     if (elementTypeCase_ == 3) {
-       return (com.google.firestore.bundle.BundledDocumentMetadata) elementType_;
+      return (com.google.firestore.bundle.BundledDocumentMetadata) elementType_;
     }
     return com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance();
   }
-  /**
-   * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-   */
+  /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
   @java.lang.Override
-  public com.google.firestore.bundle.BundledDocumentMetadataOrBuilder getDocumentMetadataOrBuilder() {
+  public com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
+      getDocumentMetadataOrBuilder() {
     if (elementTypeCase_ == 3) {
-       return (com.google.firestore.bundle.BundledDocumentMetadata) elementType_;
+      return (com.google.firestore.bundle.BundledDocumentMetadata) elementType_;
     }
     return com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance();
   }
@@ -189,6 +217,7 @@ public com.google.firestore.bundle.BundledDocumentMetadataOrBuilder getDocumentM
   public static final int DOCUMENT_FIELD_NUMBER = 4;
   /**
    * .google.firestore.v1.Document document = 4;
+   *
    * @return Whether the document field is set.
    */
   @java.lang.Override
@@ -197,27 +226,27 @@ public boolean hasDocument() {
   }
   /**
    * .google.firestore.v1.Document document = 4;
+   *
    * @return The document.
    */
   @java.lang.Override
   public com.google.firestore.v1.Document getDocument() {
     if (elementTypeCase_ == 4) {
-       return (com.google.firestore.v1.Document) elementType_;
+      return (com.google.firestore.v1.Document) elementType_;
     }
     return com.google.firestore.v1.Document.getDefaultInstance();
   }
-  /**
-   * .google.firestore.v1.Document document = 4;
-   */
+  /** .google.firestore.v1.Document document = 4; */
   @java.lang.Override
   public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
     if (elementTypeCase_ == 4) {
-       return (com.google.firestore.v1.Document) elementType_;
+      return (com.google.firestore.v1.Document) elementType_;
     }
     return com.google.firestore.v1.Document.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -229,8 +258,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (elementTypeCase_ == 1) {
       output.writeMessage(1, (com.google.firestore.bundle.BundleMetadata) elementType_);
     }
@@ -253,20 +281,24 @@ public int getSerializedSize() {
 
     size = 0;
     if (elementTypeCase_ == 1) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, (com.google.firestore.bundle.BundleMetadata) elementType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              1, (com.google.firestore.bundle.BundleMetadata) elementType_);
     }
     if (elementTypeCase_ == 2) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, (com.google.firestore.bundle.NamedQuery) elementType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              2, (com.google.firestore.bundle.NamedQuery) elementType_);
     }
     if (elementTypeCase_ == 3) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, (com.google.firestore.bundle.BundledDocumentMetadata) elementType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              3, (com.google.firestore.bundle.BundledDocumentMetadata) elementType_);
     }
     if (elementTypeCase_ == 4) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(4, (com.google.firestore.v1.Document) elementType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              4, (com.google.firestore.v1.Document) elementType_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -276,30 +308,27 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.bundle.BundleElement)) {
       return super.equals(obj);
     }
-    com.google.firestore.bundle.BundleElement other = (com.google.firestore.bundle.BundleElement) obj;
+    com.google.firestore.bundle.BundleElement other =
+        (com.google.firestore.bundle.BundleElement) obj;
 
     if (!getElementTypeCase().equals(other.getElementTypeCase())) return false;
     switch (elementTypeCase_) {
       case 1:
-        if (!getMetadata()
-            .equals(other.getMetadata())) return false;
+        if (!getMetadata().equals(other.getMetadata())) return false;
         break;
       case 2:
-        if (!getNamedQuery()
-            .equals(other.getNamedQuery())) return false;
+        if (!getNamedQuery().equals(other.getNamedQuery())) return false;
         break;
       case 3:
-        if (!getDocumentMetadata()
-            .equals(other.getDocumentMetadata())) return false;
+        if (!getDocumentMetadata().equals(other.getDocumentMetadata())) return false;
         break;
       case 4:
-        if (!getDocument()
-            .equals(other.getDocument())) return false;
+        if (!getDocument().equals(other.getDocument())) return false;
         break;
       case 0:
       default:
@@ -340,99 +369,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.bundle.BundleElement parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.bundle.BundleElement parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.bundle.BundleElement parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.bundle.BundleElement parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.bundle.BundleElement parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.bundle.BundleElement parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.bundle.BundleElement parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.bundle.BundleElement parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.bundle.BundleElement parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.bundle.BundleElement parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.bundle.BundleElement parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.bundle.BundleElement parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.bundle.BundleElement parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.bundle.BundleElement parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.bundle.BundleElement prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * A Firestore bundle is a length-prefixed stream of JSON representations of
    * `BundleElement`.
@@ -443,33 +477,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.bundle.BundleElement}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.bundle.BundleElement)
       com.google.firestore.bundle.BundleElementOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleElement_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.bundle.BundleProto
+          .internal_static_google_firestore_bundle_BundleElement_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable
+      return com.google.firestore.bundle.BundleProto
+          .internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.bundle.BundleElement.class, com.google.firestore.bundle.BundleElement.Builder.class);
+              com.google.firestore.bundle.BundleElement.class,
+              com.google.firestore.bundle.BundleElement.Builder.class);
     }
 
     // Construct using com.google.firestore.bundle.BundleElement.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -492,9 +525,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleElement_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.bundle.BundleProto
+          .internal_static_google_firestore_bundle_BundleElement_descriptor;
     }
 
     @java.lang.Override
@@ -513,8 +546,11 @@ public com.google.firestore.bundle.BundleElement build() {
 
     @java.lang.Override
     public com.google.firestore.bundle.BundleElement buildPartial() {
-      com.google.firestore.bundle.BundleElement result = new com.google.firestore.bundle.BundleElement(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.bundle.BundleElement result =
+          new com.google.firestore.bundle.BundleElement(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -527,20 +563,16 @@ private void buildPartial0(com.google.firestore.bundle.BundleElement result) {
     private void buildPartialOneofs(com.google.firestore.bundle.BundleElement result) {
       result.elementTypeCase_ = elementTypeCase_;
       result.elementType_ = this.elementType_;
-      if (elementTypeCase_ == 1 &&
-          metadataBuilder_ != null) {
+      if (elementTypeCase_ == 1 && metadataBuilder_ != null) {
         result.elementType_ = metadataBuilder_.build();
       }
-      if (elementTypeCase_ == 2 &&
-          namedQueryBuilder_ != null) {
+      if (elementTypeCase_ == 2 && namedQueryBuilder_ != null) {
         result.elementType_ = namedQueryBuilder_.build();
       }
-      if (elementTypeCase_ == 3 &&
-          documentMetadataBuilder_ != null) {
+      if (elementTypeCase_ == 3 && documentMetadataBuilder_ != null) {
         result.elementType_ = documentMetadataBuilder_.build();
       }
-      if (elementTypeCase_ == 4 &&
-          documentBuilder_ != null) {
+      if (elementTypeCase_ == 4 && documentBuilder_ != null) {
         result.elementType_ = documentBuilder_.build();
       }
     }
@@ -549,38 +581,39 @@ private void buildPartialOneofs(com.google.firestore.bundle.BundleElement result
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.bundle.BundleElement) {
-        return mergeFrom((com.google.firestore.bundle.BundleElement)other);
+        return mergeFrom((com.google.firestore.bundle.BundleElement) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -590,25 +623,30 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     public Builder mergeFrom(com.google.firestore.bundle.BundleElement other) {
       if (other == com.google.firestore.bundle.BundleElement.getDefaultInstance()) return this;
       switch (other.getElementTypeCase()) {
-        case METADATA: {
-          mergeMetadata(other.getMetadata());
-          break;
-        }
-        case NAMED_QUERY: {
-          mergeNamedQuery(other.getNamedQuery());
-          break;
-        }
-        case DOCUMENT_METADATA: {
-          mergeDocumentMetadata(other.getDocumentMetadata());
-          break;
-        }
-        case DOCUMENT: {
-          mergeDocument(other.getDocument());
-          break;
-        }
-        case ELEMENTTYPE_NOT_SET: {
-          break;
-        }
+        case METADATA:
+          {
+            mergeMetadata(other.getMetadata());
+            break;
+          }
+        case NAMED_QUERY:
+          {
+            mergeNamedQuery(other.getNamedQuery());
+            break;
+          }
+        case DOCUMENT_METADATA:
+          {
+            mergeDocumentMetadata(other.getDocumentMetadata());
+            break;
+          }
+        case DOCUMENT:
+          {
+            mergeDocument(other.getDocument());
+            break;
+          }
+        case ELEMENTTYPE_NOT_SET:
+          {
+            break;
+          }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -636,40 +674,38 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getMetadataFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              elementTypeCase_ = 1;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getNamedQueryFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              elementTypeCase_ = 2;
-              break;
-            } // case 18
-            case 26: {
-              input.readMessage(
-                  getDocumentMetadataFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              elementTypeCase_ = 3;
-              break;
-            } // case 26
-            case 34: {
-              input.readMessage(
-                  getDocumentFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              elementTypeCase_ = 4;
-              break;
-            } // case 34
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getMetadataFieldBuilder().getBuilder(), extensionRegistry);
+                elementTypeCase_ = 1;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getNamedQueryFieldBuilder().getBuilder(), extensionRegistry);
+                elementTypeCase_ = 2;
+                break;
+              } // case 18
+            case 26:
+              {
+                input.readMessage(
+                    getDocumentMetadataFieldBuilder().getBuilder(), extensionRegistry);
+                elementTypeCase_ = 3;
+                break;
+              } // case 26
+            case 34:
+              {
+                input.readMessage(getDocumentFieldBuilder().getBuilder(), extensionRegistry);
+                elementTypeCase_ = 4;
+                break;
+              } // case 34
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -679,12 +715,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int elementTypeCase_ = 0;
     private java.lang.Object elementType_;
-    public ElementTypeCase
-        getElementTypeCase() {
-      return ElementTypeCase.forNumber(
-          elementTypeCase_);
+
+    public ElementTypeCase getElementTypeCase() {
+      return ElementTypeCase.forNumber(elementTypeCase_);
     }
 
     public Builder clearElementType() {
@@ -697,9 +733,13 @@ public Builder clearElementType() {
     private int bitField0_;
 
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.bundle.BundleMetadata, com.google.firestore.bundle.BundleMetadata.Builder, com.google.firestore.bundle.BundleMetadataOrBuilder> metadataBuilder_;
+            com.google.firestore.bundle.BundleMetadata,
+            com.google.firestore.bundle.BundleMetadata.Builder,
+            com.google.firestore.bundle.BundleMetadataOrBuilder>
+        metadataBuilder_;
     /**
      * .google.firestore.bundle.BundleMetadata metadata = 1;
+     *
      * @return Whether the metadata field is set.
      */
     @java.lang.Override
@@ -708,6 +748,7 @@ public boolean hasMetadata() {
     }
     /**
      * .google.firestore.bundle.BundleMetadata metadata = 1;
+     *
      * @return The metadata.
      */
     @java.lang.Override
@@ -724,9 +765,7 @@ public com.google.firestore.bundle.BundleMetadata getMetadata() {
         return com.google.firestore.bundle.BundleMetadata.getDefaultInstance();
       }
     }
-    /**
-     * .google.firestore.bundle.BundleMetadata metadata = 1;
-     */
+    /** .google.firestore.bundle.BundleMetadata metadata = 1; */
     public Builder setMetadata(com.google.firestore.bundle.BundleMetadata value) {
       if (metadataBuilder_ == null) {
         if (value == null) {
@@ -740,11 +779,8 @@ public Builder setMetadata(com.google.firestore.bundle.BundleMetadata value) {
       elementTypeCase_ = 1;
       return this;
     }
-    /**
-     * .google.firestore.bundle.BundleMetadata metadata = 1;
-     */
-    public Builder setMetadata(
-        com.google.firestore.bundle.BundleMetadata.Builder builderForValue) {
+    /** .google.firestore.bundle.BundleMetadata metadata = 1; */
+    public Builder setMetadata(com.google.firestore.bundle.BundleMetadata.Builder builderForValue) {
       if (metadataBuilder_ == null) {
         elementType_ = builderForValue.build();
         onChanged();
@@ -754,15 +790,16 @@ public Builder setMetadata(
       elementTypeCase_ = 1;
       return this;
     }
-    /**
-     * .google.firestore.bundle.BundleMetadata metadata = 1;
-     */
+    /** .google.firestore.bundle.BundleMetadata metadata = 1; */
     public Builder mergeMetadata(com.google.firestore.bundle.BundleMetadata value) {
       if (metadataBuilder_ == null) {
-        if (elementTypeCase_ == 1 &&
-            elementType_ != com.google.firestore.bundle.BundleMetadata.getDefaultInstance()) {
-          elementType_ = com.google.firestore.bundle.BundleMetadata.newBuilder((com.google.firestore.bundle.BundleMetadata) elementType_)
-              .mergeFrom(value).buildPartial();
+        if (elementTypeCase_ == 1
+            && elementType_ != com.google.firestore.bundle.BundleMetadata.getDefaultInstance()) {
+          elementType_ =
+              com.google.firestore.bundle.BundleMetadata.newBuilder(
+                      (com.google.firestore.bundle.BundleMetadata) elementType_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           elementType_ = value;
         }
@@ -777,9 +814,7 @@ public Builder mergeMetadata(com.google.firestore.bundle.BundleMetadata value) {
       elementTypeCase_ = 1;
       return this;
     }
-    /**
-     * .google.firestore.bundle.BundleMetadata metadata = 1;
-     */
+    /** .google.firestore.bundle.BundleMetadata metadata = 1; */
     public Builder clearMetadata() {
       if (metadataBuilder_ == null) {
         if (elementTypeCase_ == 1) {
@@ -796,15 +831,11 @@ public Builder clearMetadata() {
       }
       return this;
     }
-    /**
-     * .google.firestore.bundle.BundleMetadata metadata = 1;
-     */
+    /** .google.firestore.bundle.BundleMetadata metadata = 1; */
     public com.google.firestore.bundle.BundleMetadata.Builder getMetadataBuilder() {
       return getMetadataFieldBuilder().getBuilder();
     }
-    /**
-     * .google.firestore.bundle.BundleMetadata metadata = 1;
-     */
+    /** .google.firestore.bundle.BundleMetadata metadata = 1; */
     @java.lang.Override
     public com.google.firestore.bundle.BundleMetadataOrBuilder getMetadataOrBuilder() {
       if ((elementTypeCase_ == 1) && (metadataBuilder_ != null)) {
@@ -816,18 +847,21 @@ public com.google.firestore.bundle.BundleMetadataOrBuilder getMetadataOrBuilder(
         return com.google.firestore.bundle.BundleMetadata.getDefaultInstance();
       }
     }
-    /**
-     * .google.firestore.bundle.BundleMetadata metadata = 1;
-     */
+    /** .google.firestore.bundle.BundleMetadata metadata = 1; */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.bundle.BundleMetadata, com.google.firestore.bundle.BundleMetadata.Builder, com.google.firestore.bundle.BundleMetadataOrBuilder> 
+            com.google.firestore.bundle.BundleMetadata,
+            com.google.firestore.bundle.BundleMetadata.Builder,
+            com.google.firestore.bundle.BundleMetadataOrBuilder>
         getMetadataFieldBuilder() {
       if (metadataBuilder_ == null) {
         if (!(elementTypeCase_ == 1)) {
           elementType_ = com.google.firestore.bundle.BundleMetadata.getDefaultInstance();
         }
-        metadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.bundle.BundleMetadata, com.google.firestore.bundle.BundleMetadata.Builder, com.google.firestore.bundle.BundleMetadataOrBuilder>(
+        metadataBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.bundle.BundleMetadata,
+                com.google.firestore.bundle.BundleMetadata.Builder,
+                com.google.firestore.bundle.BundleMetadataOrBuilder>(
                 (com.google.firestore.bundle.BundleMetadata) elementType_,
                 getParentForChildren(),
                 isClean());
@@ -839,9 +873,13 @@ public com.google.firestore.bundle.BundleMetadataOrBuilder getMetadataOrBuilder(
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.bundle.NamedQuery, com.google.firestore.bundle.NamedQuery.Builder, com.google.firestore.bundle.NamedQueryOrBuilder> namedQueryBuilder_;
+            com.google.firestore.bundle.NamedQuery,
+            com.google.firestore.bundle.NamedQuery.Builder,
+            com.google.firestore.bundle.NamedQueryOrBuilder>
+        namedQueryBuilder_;
     /**
      * .google.firestore.bundle.NamedQuery named_query = 2;
+     *
      * @return Whether the namedQuery field is set.
      */
     @java.lang.Override
@@ -850,6 +888,7 @@ public boolean hasNamedQuery() {
     }
     /**
      * .google.firestore.bundle.NamedQuery named_query = 2;
+     *
      * @return The namedQuery.
      */
     @java.lang.Override
@@ -866,9 +905,7 @@ public com.google.firestore.bundle.NamedQuery getNamedQuery() {
         return com.google.firestore.bundle.NamedQuery.getDefaultInstance();
       }
     }
-    /**
-     * .google.firestore.bundle.NamedQuery named_query = 2;
-     */
+    /** .google.firestore.bundle.NamedQuery named_query = 2; */
     public Builder setNamedQuery(com.google.firestore.bundle.NamedQuery value) {
       if (namedQueryBuilder_ == null) {
         if (value == null) {
@@ -882,11 +919,8 @@ public Builder setNamedQuery(com.google.firestore.bundle.NamedQuery value) {
       elementTypeCase_ = 2;
       return this;
     }
-    /**
-     * .google.firestore.bundle.NamedQuery named_query = 2;
-     */
-    public Builder setNamedQuery(
-        com.google.firestore.bundle.NamedQuery.Builder builderForValue) {
+    /** .google.firestore.bundle.NamedQuery named_query = 2; */
+    public Builder setNamedQuery(com.google.firestore.bundle.NamedQuery.Builder builderForValue) {
       if (namedQueryBuilder_ == null) {
         elementType_ = builderForValue.build();
         onChanged();
@@ -896,15 +930,16 @@ public Builder setNamedQuery(
       elementTypeCase_ = 2;
       return this;
     }
-    /**
-     * .google.firestore.bundle.NamedQuery named_query = 2;
-     */
+    /** .google.firestore.bundle.NamedQuery named_query = 2; */
     public Builder mergeNamedQuery(com.google.firestore.bundle.NamedQuery value) {
       if (namedQueryBuilder_ == null) {
-        if (elementTypeCase_ == 2 &&
-            elementType_ != com.google.firestore.bundle.NamedQuery.getDefaultInstance()) {
-          elementType_ = com.google.firestore.bundle.NamedQuery.newBuilder((com.google.firestore.bundle.NamedQuery) elementType_)
-              .mergeFrom(value).buildPartial();
+        if (elementTypeCase_ == 2
+            && elementType_ != com.google.firestore.bundle.NamedQuery.getDefaultInstance()) {
+          elementType_ =
+              com.google.firestore.bundle.NamedQuery.newBuilder(
+                      (com.google.firestore.bundle.NamedQuery) elementType_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           elementType_ = value;
         }
@@ -919,9 +954,7 @@ public Builder mergeNamedQuery(com.google.firestore.bundle.NamedQuery value) {
       elementTypeCase_ = 2;
       return this;
     }
-    /**
-     * .google.firestore.bundle.NamedQuery named_query = 2;
-     */
+    /** .google.firestore.bundle.NamedQuery named_query = 2; */
     public Builder clearNamedQuery() {
       if (namedQueryBuilder_ == null) {
         if (elementTypeCase_ == 2) {
@@ -938,15 +971,11 @@ public Builder clearNamedQuery() {
       }
       return this;
     }
-    /**
-     * .google.firestore.bundle.NamedQuery named_query = 2;
-     */
+    /** .google.firestore.bundle.NamedQuery named_query = 2; */
     public com.google.firestore.bundle.NamedQuery.Builder getNamedQueryBuilder() {
       return getNamedQueryFieldBuilder().getBuilder();
     }
-    /**
-     * .google.firestore.bundle.NamedQuery named_query = 2;
-     */
+    /** .google.firestore.bundle.NamedQuery named_query = 2; */
     @java.lang.Override
     public com.google.firestore.bundle.NamedQueryOrBuilder getNamedQueryOrBuilder() {
       if ((elementTypeCase_ == 2) && (namedQueryBuilder_ != null)) {
@@ -958,18 +987,21 @@ public com.google.firestore.bundle.NamedQueryOrBuilder getNamedQueryOrBuilder()
         return com.google.firestore.bundle.NamedQuery.getDefaultInstance();
       }
     }
-    /**
-     * .google.firestore.bundle.NamedQuery named_query = 2;
-     */
+    /** .google.firestore.bundle.NamedQuery named_query = 2; */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.bundle.NamedQuery, com.google.firestore.bundle.NamedQuery.Builder, com.google.firestore.bundle.NamedQueryOrBuilder> 
+            com.google.firestore.bundle.NamedQuery,
+            com.google.firestore.bundle.NamedQuery.Builder,
+            com.google.firestore.bundle.NamedQueryOrBuilder>
         getNamedQueryFieldBuilder() {
       if (namedQueryBuilder_ == null) {
         if (!(elementTypeCase_ == 2)) {
           elementType_ = com.google.firestore.bundle.NamedQuery.getDefaultInstance();
         }
-        namedQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.bundle.NamedQuery, com.google.firestore.bundle.NamedQuery.Builder, com.google.firestore.bundle.NamedQueryOrBuilder>(
+        namedQueryBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.bundle.NamedQuery,
+                com.google.firestore.bundle.NamedQuery.Builder,
+                com.google.firestore.bundle.NamedQueryOrBuilder>(
                 (com.google.firestore.bundle.NamedQuery) elementType_,
                 getParentForChildren(),
                 isClean());
@@ -981,9 +1013,13 @@ public com.google.firestore.bundle.NamedQueryOrBuilder getNamedQueryOrBuilder()
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.bundle.BundledDocumentMetadata, com.google.firestore.bundle.BundledDocumentMetadata.Builder, com.google.firestore.bundle.BundledDocumentMetadataOrBuilder> documentMetadataBuilder_;
+            com.google.firestore.bundle.BundledDocumentMetadata,
+            com.google.firestore.bundle.BundledDocumentMetadata.Builder,
+            com.google.firestore.bundle.BundledDocumentMetadataOrBuilder>
+        documentMetadataBuilder_;
     /**
      * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+     *
      * @return Whether the documentMetadata field is set.
      */
     @java.lang.Override
@@ -992,6 +1028,7 @@ public boolean hasDocumentMetadata() {
     }
     /**
      * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+     *
      * @return The documentMetadata.
      */
     @java.lang.Override
@@ -1008,9 +1045,7 @@ public com.google.firestore.bundle.BundledDocumentMetadata getDocumentMetadata()
         return com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance();
       }
     }
-    /**
-     * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-     */
+    /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
     public Builder setDocumentMetadata(com.google.firestore.bundle.BundledDocumentMetadata value) {
       if (documentMetadataBuilder_ == null) {
         if (value == null) {
@@ -1024,9 +1059,7 @@ public Builder setDocumentMetadata(com.google.firestore.bundle.BundledDocumentMe
       elementTypeCase_ = 3;
       return this;
     }
-    /**
-     * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-     */
+    /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
     public Builder setDocumentMetadata(
         com.google.firestore.bundle.BundledDocumentMetadata.Builder builderForValue) {
       if (documentMetadataBuilder_ == null) {
@@ -1038,15 +1071,18 @@ public Builder setDocumentMetadata(
       elementTypeCase_ = 3;
       return this;
     }
-    /**
-     * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-     */
-    public Builder mergeDocumentMetadata(com.google.firestore.bundle.BundledDocumentMetadata value) {
+    /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
+    public Builder mergeDocumentMetadata(
+        com.google.firestore.bundle.BundledDocumentMetadata value) {
       if (documentMetadataBuilder_ == null) {
-        if (elementTypeCase_ == 3 &&
-            elementType_ != com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance()) {
-          elementType_ = com.google.firestore.bundle.BundledDocumentMetadata.newBuilder((com.google.firestore.bundle.BundledDocumentMetadata) elementType_)
-              .mergeFrom(value).buildPartial();
+        if (elementTypeCase_ == 3
+            && elementType_
+                != com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance()) {
+          elementType_ =
+              com.google.firestore.bundle.BundledDocumentMetadata.newBuilder(
+                      (com.google.firestore.bundle.BundledDocumentMetadata) elementType_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           elementType_ = value;
         }
@@ -1061,9 +1097,7 @@ public Builder mergeDocumentMetadata(com.google.firestore.bundle.BundledDocument
       elementTypeCase_ = 3;
       return this;
     }
-    /**
-     * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-     */
+    /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
     public Builder clearDocumentMetadata() {
       if (documentMetadataBuilder_ == null) {
         if (elementTypeCase_ == 3) {
@@ -1080,17 +1114,15 @@ public Builder clearDocumentMetadata() {
       }
       return this;
     }
-    /**
-     * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-     */
-    public com.google.firestore.bundle.BundledDocumentMetadata.Builder getDocumentMetadataBuilder() {
+    /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
+    public com.google.firestore.bundle.BundledDocumentMetadata.Builder
+        getDocumentMetadataBuilder() {
       return getDocumentMetadataFieldBuilder().getBuilder();
     }
-    /**
-     * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-     */
+    /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
     @java.lang.Override
-    public com.google.firestore.bundle.BundledDocumentMetadataOrBuilder getDocumentMetadataOrBuilder() {
+    public com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
+        getDocumentMetadataOrBuilder() {
       if ((elementTypeCase_ == 3) && (documentMetadataBuilder_ != null)) {
         return documentMetadataBuilder_.getMessageOrBuilder();
       } else {
@@ -1100,18 +1132,21 @@ public com.google.firestore.bundle.BundledDocumentMetadataOrBuilder getDocumentM
         return com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance();
       }
     }
-    /**
-     * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-     */
+    /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.bundle.BundledDocumentMetadata, com.google.firestore.bundle.BundledDocumentMetadata.Builder, com.google.firestore.bundle.BundledDocumentMetadataOrBuilder> 
+            com.google.firestore.bundle.BundledDocumentMetadata,
+            com.google.firestore.bundle.BundledDocumentMetadata.Builder,
+            com.google.firestore.bundle.BundledDocumentMetadataOrBuilder>
         getDocumentMetadataFieldBuilder() {
       if (documentMetadataBuilder_ == null) {
         if (!(elementTypeCase_ == 3)) {
           elementType_ = com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance();
         }
-        documentMetadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.bundle.BundledDocumentMetadata, com.google.firestore.bundle.BundledDocumentMetadata.Builder, com.google.firestore.bundle.BundledDocumentMetadataOrBuilder>(
+        documentMetadataBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.bundle.BundledDocumentMetadata,
+                com.google.firestore.bundle.BundledDocumentMetadata.Builder,
+                com.google.firestore.bundle.BundledDocumentMetadataOrBuilder>(
                 (com.google.firestore.bundle.BundledDocumentMetadata) elementType_,
                 getParentForChildren(),
                 isClean());
@@ -1123,9 +1158,13 @@ public com.google.firestore.bundle.BundledDocumentMetadataOrBuilder getDocumentM
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> documentBuilder_;
+            com.google.firestore.v1.Document,
+            com.google.firestore.v1.Document.Builder,
+            com.google.firestore.v1.DocumentOrBuilder>
+        documentBuilder_;
     /**
      * .google.firestore.v1.Document document = 4;
+     *
      * @return Whether the document field is set.
      */
     @java.lang.Override
@@ -1134,6 +1173,7 @@ public boolean hasDocument() {
     }
     /**
      * .google.firestore.v1.Document document = 4;
+     *
      * @return The document.
      */
     @java.lang.Override
@@ -1150,9 +1190,7 @@ public com.google.firestore.v1.Document getDocument() {
         return com.google.firestore.v1.Document.getDefaultInstance();
       }
     }
-    /**
-     * .google.firestore.v1.Document document = 4;
-     */
+    /** .google.firestore.v1.Document document = 4; */
     public Builder setDocument(com.google.firestore.v1.Document value) {
       if (documentBuilder_ == null) {
         if (value == null) {
@@ -1166,11 +1204,8 @@ public Builder setDocument(com.google.firestore.v1.Document value) {
       elementTypeCase_ = 4;
       return this;
     }
-    /**
-     * .google.firestore.v1.Document document = 4;
-     */
-    public Builder setDocument(
-        com.google.firestore.v1.Document.Builder builderForValue) {
+    /** .google.firestore.v1.Document document = 4; */
+    public Builder setDocument(com.google.firestore.v1.Document.Builder builderForValue) {
       if (documentBuilder_ == null) {
         elementType_ = builderForValue.build();
         onChanged();
@@ -1180,15 +1215,16 @@ public Builder setDocument(
       elementTypeCase_ = 4;
       return this;
     }
-    /**
-     * .google.firestore.v1.Document document = 4;
-     */
+    /** .google.firestore.v1.Document document = 4; */
     public Builder mergeDocument(com.google.firestore.v1.Document value) {
       if (documentBuilder_ == null) {
-        if (elementTypeCase_ == 4 &&
-            elementType_ != com.google.firestore.v1.Document.getDefaultInstance()) {
-          elementType_ = com.google.firestore.v1.Document.newBuilder((com.google.firestore.v1.Document) elementType_)
-              .mergeFrom(value).buildPartial();
+        if (elementTypeCase_ == 4
+            && elementType_ != com.google.firestore.v1.Document.getDefaultInstance()) {
+          elementType_ =
+              com.google.firestore.v1.Document.newBuilder(
+                      (com.google.firestore.v1.Document) elementType_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           elementType_ = value;
         }
@@ -1203,9 +1239,7 @@ public Builder mergeDocument(com.google.firestore.v1.Document value) {
       elementTypeCase_ = 4;
       return this;
     }
-    /**
-     * .google.firestore.v1.Document document = 4;
-     */
+    /** .google.firestore.v1.Document document = 4; */
     public Builder clearDocument() {
       if (documentBuilder_ == null) {
         if (elementTypeCase_ == 4) {
@@ -1222,15 +1256,11 @@ public Builder clearDocument() {
       }
       return this;
     }
-    /**
-     * .google.firestore.v1.Document document = 4;
-     */
+    /** .google.firestore.v1.Document document = 4; */
     public com.google.firestore.v1.Document.Builder getDocumentBuilder() {
       return getDocumentFieldBuilder().getBuilder();
     }
-    /**
-     * .google.firestore.v1.Document document = 4;
-     */
+    /** .google.firestore.v1.Document document = 4; */
     @java.lang.Override
     public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
       if ((elementTypeCase_ == 4) && (documentBuilder_ != null)) {
@@ -1242,30 +1272,31 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
         return com.google.firestore.v1.Document.getDefaultInstance();
       }
     }
-    /**
-     * .google.firestore.v1.Document document = 4;
-     */
+    /** .google.firestore.v1.Document document = 4; */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> 
+            com.google.firestore.v1.Document,
+            com.google.firestore.v1.Document.Builder,
+            com.google.firestore.v1.DocumentOrBuilder>
         getDocumentFieldBuilder() {
       if (documentBuilder_ == null) {
         if (!(elementTypeCase_ == 4)) {
           elementType_ = com.google.firestore.v1.Document.getDefaultInstance();
         }
-        documentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>(
-                (com.google.firestore.v1.Document) elementType_,
-                getParentForChildren(),
-                isClean());
+        documentBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.Document,
+                com.google.firestore.v1.Document.Builder,
+                com.google.firestore.v1.DocumentOrBuilder>(
+                (com.google.firestore.v1.Document) elementType_, getParentForChildren(), isClean());
         elementType_ = null;
       }
       elementTypeCase_ = 4;
       onChanged();
       return documentBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1275,12 +1306,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.bundle.BundleElement)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.bundle.BundleElement)
   private static final com.google.firestore.bundle.BundleElement DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.bundle.BundleElement();
   }
@@ -1289,27 +1320,27 @@ public static com.google.firestore.bundle.BundleElement getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public BundleElement parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public BundleElement parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1324,6 +1355,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.bundle.BundleElement getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElementOrBuilder.java b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElementOrBuilder.java
similarity index 67%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElementOrBuilder.java
rename to proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElementOrBuilder.java
index a83b73932..5f7bc7af6 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElementOrBuilder.java
+++ b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleElementOrBuilder.java
@@ -1,71 +1,87 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/bundle/bundle.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.bundle;
 
-public interface BundleElementOrBuilder extends
+public interface BundleElementOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.bundle.BundleElement)
     com.google.protobuf.MessageOrBuilder {
 
   /**
    * .google.firestore.bundle.BundleMetadata metadata = 1;
+   *
    * @return Whether the metadata field is set.
    */
   boolean hasMetadata();
   /**
    * .google.firestore.bundle.BundleMetadata metadata = 1;
+   *
    * @return The metadata.
    */
   com.google.firestore.bundle.BundleMetadata getMetadata();
-  /**
-   * .google.firestore.bundle.BundleMetadata metadata = 1;
-   */
+  /** .google.firestore.bundle.BundleMetadata metadata = 1; */
   com.google.firestore.bundle.BundleMetadataOrBuilder getMetadataOrBuilder();
 
   /**
    * .google.firestore.bundle.NamedQuery named_query = 2;
+   *
    * @return Whether the namedQuery field is set.
    */
   boolean hasNamedQuery();
   /**
    * .google.firestore.bundle.NamedQuery named_query = 2;
+   *
    * @return The namedQuery.
    */
   com.google.firestore.bundle.NamedQuery getNamedQuery();
-  /**
-   * .google.firestore.bundle.NamedQuery named_query = 2;
-   */
+  /** .google.firestore.bundle.NamedQuery named_query = 2; */
   com.google.firestore.bundle.NamedQueryOrBuilder getNamedQueryOrBuilder();
 
   /**
    * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+   *
    * @return Whether the documentMetadata field is set.
    */
   boolean hasDocumentMetadata();
   /**
    * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
+   *
    * @return The documentMetadata.
    */
   com.google.firestore.bundle.BundledDocumentMetadata getDocumentMetadata();
-  /**
-   * .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
-   */
+  /** .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; */
   com.google.firestore.bundle.BundledDocumentMetadataOrBuilder getDocumentMetadataOrBuilder();
 
   /**
    * .google.firestore.v1.Document document = 4;
+   *
    * @return Whether the document field is set.
    */
   boolean hasDocument();
   /**
    * .google.firestore.v1.Document document = 4;
+   *
    * @return The document.
    */
   com.google.firestore.v1.Document getDocument();
-  /**
-   * .google.firestore.v1.Document document = 4;
-   */
+  /** .google.firestore.v1.Document document = 4; */
   com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder();
 
   com.google.firestore.bundle.BundleElement.ElementTypeCase getElementTypeCase();
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadata.java b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadata.java
similarity index 70%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadata.java
rename to proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadata.java
index 1048dc8d0..e24498b58 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadata.java
+++ b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadata.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/bundle/bundle.proto
 
@@ -5,55 +20,63 @@
 package com.google.firestore.bundle;
 
 /**
+ *
+ *
  * 
  * Metadata describing the bundle file/stream.
  * 
* * Protobuf type {@code google.firestore.bundle.BundleMetadata} */ -public final class BundleMetadata extends - com.google.protobuf.GeneratedMessageV3 implements +public final class BundleMetadata extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.bundle.BundleMetadata) BundleMetadataOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use BundleMetadata.newBuilder() to construct. private BundleMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private BundleMetadata() { id_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new BundleMetadata(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundleMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.bundle.BundleMetadata.class, com.google.firestore.bundle.BundleMetadata.Builder.class); + com.google.firestore.bundle.BundleMetadata.class, + com.google.firestore.bundle.BundleMetadata.Builder.class); } private int bitField0_; public static final int ID_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object id_ = ""; /** + * + * *
    * The ID of the bundle.
    * 
* * string id = 1; + * * @return The id. */ @java.lang.Override @@ -62,29 +85,29 @@ public java.lang.String getId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; } } /** + * + * *
    * The ID of the bundle.
    * 
* * string id = 1; + * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString - getIdBytes() { + public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); id_ = b; return b; } else { @@ -95,11 +118,14 @@ public java.lang.String getId() { public static final int CREATE_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp createTime_; /** + * + * *
    * Time at which the documents snapshot is taken for this bundle.
    * 
* * .google.protobuf.Timestamp create_time = 2; + * * @return Whether the createTime field is set. */ @java.lang.Override @@ -107,11 +133,14 @@ public boolean hasCreateTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Time at which the documents snapshot is taken for this bundle.
    * 
* * .google.protobuf.Timestamp create_time = 2; + * * @return The createTime. */ @java.lang.Override @@ -119,6 +148,8 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** + * + * *
    * Time at which the documents snapshot is taken for this bundle.
    * 
@@ -133,11 +164,14 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int VERSION_FIELD_NUMBER = 3; private int version_ = 0; /** + * + * *
    * The schema version of the bundle.
    * 
* * uint32 version = 3; + * * @return The version. */ @java.lang.Override @@ -148,11 +182,14 @@ public int getVersion() { public static final int TOTAL_DOCUMENTS_FIELD_NUMBER = 4; private int totalDocuments_ = 0; /** + * + * *
    * The number of documents in the bundle.
    * 
* * uint32 total_documents = 4; + * * @return The totalDocuments. */ @java.lang.Override @@ -163,11 +200,14 @@ public int getTotalDocuments() { public static final int TOTAL_BYTES_FIELD_NUMBER = 5; private long totalBytes_ = 0L; /** + * + * *
    * The size of the bundle in bytes, excluding this `BundleMetadata`.
    * 
* * uint64 total_bytes = 5; + * * @return The totalBytes. */ @java.lang.Override @@ -176,6 +216,7 @@ public long getTotalBytes() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -187,8 +228,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, id_); } @@ -217,20 +257,16 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, id_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getCreateTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getCreateTime()); } if (version_ != 0) { - size += com.google.protobuf.CodedOutputStream - .computeUInt32Size(3, version_); + size += com.google.protobuf.CodedOutputStream.computeUInt32Size(3, version_); } if (totalDocuments_ != 0) { - size += com.google.protobuf.CodedOutputStream - .computeUInt32Size(4, totalDocuments_); + size += com.google.protobuf.CodedOutputStream.computeUInt32Size(4, totalDocuments_); } if (totalBytes_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeUInt64Size(5, totalBytes_); + size += com.google.protobuf.CodedOutputStream.computeUInt64Size(5, totalBytes_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -240,26 +276,22 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.bundle.BundleMetadata)) { return super.equals(obj); } - com.google.firestore.bundle.BundleMetadata other = (com.google.firestore.bundle.BundleMetadata) obj; + com.google.firestore.bundle.BundleMetadata other = + (com.google.firestore.bundle.BundleMetadata) obj; - if (!getId() - .equals(other.getId())) return false; + if (!getId().equals(other.getId())) return false; if (hasCreateTime() != other.hasCreateTime()) return false; if (hasCreateTime()) { - if (!getCreateTime() - .equals(other.getCreateTime())) return false; + if (!getCreateTime().equals(other.getCreateTime())) return false; } - if (getVersion() - != other.getVersion()) return false; - if (getTotalDocuments() - != other.getTotalDocuments()) return false; - if (getTotalBytes() - != other.getTotalBytes()) return false; + if (getVersion() != other.getVersion()) return false; + if (getTotalDocuments() != other.getTotalDocuments()) return false; + if (getTotalBytes() != other.getTotalBytes()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -282,127 +314,133 @@ public int hashCode() { hash = (37 * hash) + TOTAL_DOCUMENTS_FIELD_NUMBER; hash = (53 * hash) + getTotalDocuments(); hash = (37 * hash) + TOTAL_BYTES_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getTotalBytes()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getTotalBytes()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.firestore.bundle.BundleMetadata parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.bundle.BundleMetadata parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.bundle.BundleMetadata parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.bundle.BundleMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.bundle.BundleMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.bundle.BundleMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.bundle.BundleMetadata parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.bundle.BundleMetadata parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.bundle.BundleMetadata parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.bundle.BundleMetadata parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.bundle.BundleMetadata parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.bundle.BundleMetadata parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.bundle.BundleMetadata parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.bundle.BundleMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.bundle.BundleMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Metadata describing the bundle file/stream.
    * 
* * Protobuf type {@code google.firestore.bundle.BundleMetadata} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.bundle.BundleMetadata) com.google.firestore.bundle.BundleMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundleMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.bundle.BundleMetadata.class, com.google.firestore.bundle.BundleMetadata.Builder.class); + com.google.firestore.bundle.BundleMetadata.class, + com.google.firestore.bundle.BundleMetadata.Builder.class); } // Construct using com.google.firestore.bundle.BundleMetadata.newBuilder() @@ -410,17 +448,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getCreateTimeFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -438,9 +476,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundleMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundleMetadata_descriptor; } @java.lang.Override @@ -459,8 +497,11 @@ public com.google.firestore.bundle.BundleMetadata build() { @java.lang.Override public com.google.firestore.bundle.BundleMetadata buildPartial() { - com.google.firestore.bundle.BundleMetadata result = new com.google.firestore.bundle.BundleMetadata(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.bundle.BundleMetadata result = + new com.google.firestore.bundle.BundleMetadata(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -472,9 +513,7 @@ private void buildPartial0(com.google.firestore.bundle.BundleMetadata result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { - result.createTime_ = createTimeBuilder_ == null - ? createTime_ - : createTimeBuilder_.build(); + result.createTime_ = createTimeBuilder_ == null ? createTime_ : createTimeBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000004) != 0)) { @@ -493,38 +532,39 @@ private void buildPartial0(com.google.firestore.bundle.BundleMetadata result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.bundle.BundleMetadata) { - return mergeFrom((com.google.firestore.bundle.BundleMetadata)other); + return mergeFrom((com.google.firestore.bundle.BundleMetadata) other); } else { super.mergeFrom(other); return this; @@ -576,39 +616,43 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - id_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: { - input.readMessage( - getCreateTimeFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 24: { - version_ = input.readUInt32(); - bitField0_ |= 0x00000004; - break; - } // case 24 - case 32: { - totalDocuments_ = input.readUInt32(); - bitField0_ |= 0x00000008; - break; - } // case 32 - case 40: { - totalBytes_ = input.readUInt64(); - bitField0_ |= 0x00000010; - break; - } // case 40 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + id_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: + { + input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 24: + { + version_ = input.readUInt32(); + bitField0_ |= 0x00000004; + break; + } // case 24 + case 32: + { + totalDocuments_ = input.readUInt32(); + bitField0_ |= 0x00000008; + break; + } // case 32 + case 40: + { + totalBytes_ = input.readUInt64(); + bitField0_ |= 0x00000010; + break; + } // case 40 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -618,22 +662,25 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object id_ = ""; /** + * + * *
      * The ID of the bundle.
      * 
* * string id = 1; + * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; @@ -642,20 +689,21 @@ public java.lang.String getId() { } } /** + * + * *
      * The ID of the bundle.
      * 
* * string id = 1; + * * @return The bytes for id. */ - public com.google.protobuf.ByteString - getIdBytes() { + public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); id_ = b; return b; } else { @@ -663,28 +711,35 @@ public java.lang.String getId() { } } /** + * + * *
      * The ID of the bundle.
      * 
* * string id = 1; + * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setId(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } id_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * The ID of the bundle.
      * 
* * string id = 1; + * * @return This builder for chaining. */ public Builder clearId() { @@ -694,17 +749,21 @@ public Builder clearId() { return this; } /** + * + * *
      * The ID of the bundle.
      * 
* * string id = 1; + * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setIdBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); id_ = value; bitField0_ |= 0x00000001; @@ -714,34 +773,47 @@ public Builder setIdBytes( private com.google.protobuf.Timestamp createTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + createTimeBuilder_; /** + * + * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
* * .google.protobuf.Timestamp create_time = 2; + * * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
* * .google.protobuf.Timestamp create_time = 2; + * * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { - return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; + return createTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** + * + * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
@@ -762,14 +834,15 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
* * .google.protobuf.Timestamp create_time = 2; */ - public Builder setCreateTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (createTimeBuilder_ == null) { createTime_ = builderForValue.build(); } else { @@ -780,6 +853,8 @@ public Builder setCreateTime( return this; } /** + * + * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
@@ -788,9 +863,9 @@ public Builder setCreateTime( */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) && - createTime_ != null && - createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) + && createTime_ != null + && createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getCreateTimeBuilder().mergeFrom(value); } else { createTime_ = value; @@ -805,6 +880,8 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
@@ -822,6 +899,8 @@ public Builder clearCreateTime() { return this; } /** + * + * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
@@ -834,6 +913,8 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { return getCreateTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
@@ -844,11 +925,14 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { if (createTimeBuilder_ != null) { return createTimeBuilder_.getMessageOrBuilder(); } else { - return createTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; + return createTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : createTime_; } } /** + * + * *
      * Time at which the documents snapshot is taken for this bundle.
      * 
@@ -856,26 +940,32 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * .google.protobuf.Timestamp create_time = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getCreateTimeFieldBuilder() { if (createTimeBuilder_ == null) { - createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getCreateTime(), - getParentForChildren(), - isClean()); + createTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getCreateTime(), getParentForChildren(), isClean()); createTime_ = null; } return createTimeBuilder_; } - private int version_ ; + private int version_; /** + * + * *
      * The schema version of the bundle.
      * 
* * uint32 version = 3; + * * @return The version. */ @java.lang.Override @@ -883,11 +973,14 @@ public int getVersion() { return version_; } /** + * + * *
      * The schema version of the bundle.
      * 
* * uint32 version = 3; + * * @param value The version to set. * @return This builder for chaining. */ @@ -899,11 +992,14 @@ public Builder setVersion(int value) { return this; } /** + * + * *
      * The schema version of the bundle.
      * 
* * uint32 version = 3; + * * @return This builder for chaining. */ public Builder clearVersion() { @@ -913,13 +1009,16 @@ public Builder clearVersion() { return this; } - private int totalDocuments_ ; + private int totalDocuments_; /** + * + * *
      * The number of documents in the bundle.
      * 
* * uint32 total_documents = 4; + * * @return The totalDocuments. */ @java.lang.Override @@ -927,11 +1026,14 @@ public int getTotalDocuments() { return totalDocuments_; } /** + * + * *
      * The number of documents in the bundle.
      * 
* * uint32 total_documents = 4; + * * @param value The totalDocuments to set. * @return This builder for chaining. */ @@ -943,11 +1045,14 @@ public Builder setTotalDocuments(int value) { return this; } /** + * + * *
      * The number of documents in the bundle.
      * 
* * uint32 total_documents = 4; + * * @return This builder for chaining. */ public Builder clearTotalDocuments() { @@ -957,13 +1062,16 @@ public Builder clearTotalDocuments() { return this; } - private long totalBytes_ ; + private long totalBytes_; /** + * + * *
      * The size of the bundle in bytes, excluding this `BundleMetadata`.
      * 
* * uint64 total_bytes = 5; + * * @return The totalBytes. */ @java.lang.Override @@ -971,11 +1079,14 @@ public long getTotalBytes() { return totalBytes_; } /** + * + * *
      * The size of the bundle in bytes, excluding this `BundleMetadata`.
      * 
* * uint64 total_bytes = 5; + * * @param value The totalBytes to set. * @return This builder for chaining. */ @@ -987,11 +1098,14 @@ public Builder setTotalBytes(long value) { return this; } /** + * + * *
      * The size of the bundle in bytes, excluding this `BundleMetadata`.
      * 
* * uint64 total_bytes = 5; + * * @return This builder for chaining. */ public Builder clearTotalBytes() { @@ -1000,9 +1114,9 @@ public Builder clearTotalBytes() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1012,12 +1126,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.bundle.BundleMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.bundle.BundleMetadata) private static final com.google.firestore.bundle.BundleMetadata DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.bundle.BundleMetadata(); } @@ -1026,27 +1140,27 @@ public static com.google.firestore.bundle.BundleMetadata getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BundleMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BundleMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1061,6 +1175,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.bundle.BundleMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadataOrBuilder.java b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadataOrBuilder.java similarity index 70% rename from owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadataOrBuilder.java rename to proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadataOrBuilder.java index 2693ae5cd..7dc76511a 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadataOrBuilder.java +++ b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleMetadataOrBuilder.java @@ -1,52 +1,81 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/bundle/bundle.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.bundle; -public interface BundleMetadataOrBuilder extends +public interface BundleMetadataOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.bundle.BundleMetadata) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The ID of the bundle.
    * 
* * string id = 1; + * * @return The id. */ java.lang.String getId(); /** + * + * *
    * The ID of the bundle.
    * 
* * string id = 1; + * * @return The bytes for id. */ - com.google.protobuf.ByteString - getIdBytes(); + com.google.protobuf.ByteString getIdBytes(); /** + * + * *
    * Time at which the documents snapshot is taken for this bundle.
    * 
* * .google.protobuf.Timestamp create_time = 2; + * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** + * + * *
    * Time at which the documents snapshot is taken for this bundle.
    * 
* * .google.protobuf.Timestamp create_time = 2; + * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** + * + * *
    * Time at which the documents snapshot is taken for this bundle.
    * 
@@ -56,31 +85,40 @@ public interface BundleMetadataOrBuilder extends com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** + * + * *
    * The schema version of the bundle.
    * 
* * uint32 version = 3; + * * @return The version. */ int getVersion(); /** + * + * *
    * The number of documents in the bundle.
    * 
* * uint32 total_documents = 4; + * * @return The totalDocuments. */ int getTotalDocuments(); /** + * + * *
    * The size of the bundle in bytes, excluding this `BundleMetadata`.
    * 
* * uint64 total_bytes = 5; + * * @return The totalBytes. */ long getTotalBytes(); diff --git a/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java new file mode 100644 index 000000000..3dc3d0766 --- /dev/null +++ b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundleProto.java @@ -0,0 +1,146 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/bundle/bundle.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.bundle; + +public final class BundleProto { + private BundleProto() {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); + } + + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_bundle_BundledQuery_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_bundle_NamedQuery_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_bundle_BundleMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_bundle_BundleElement_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + return descriptor; + } + + private static com.google.protobuf.Descriptors.FileDescriptor descriptor; + + static { + java.lang.String[] descriptorData = { + "\n$google/firestore/bundle/bundle.proto\022\027" + + "google.firestore.bundle\032\"google/firestor" + + "e/v1/document.proto\032\037google/firestore/v1" + + "/query.proto\032\037google/protobuf/timestamp." + + "proto\"\325\001\n\014BundledQuery\022\016\n\006parent\030\001 \001(\t\022@" + + "\n\020structured_query\030\002 \001(\0132$.google.firest" + + "ore.v1.StructuredQueryH\000\022C\n\nlimit_type\030\003" + + " \001(\0162/.google.firestore.bundle.BundledQu" + + "ery.LimitType\" \n\tLimitType\022\t\n\005FIRST\020\000\022\010\n" + + "\004LAST\020\001B\014\n\nquery_type\"\207\001\n\nNamedQuery\022\014\n\004" + + "name\030\001 \001(\t\022<\n\rbundled_query\030\002 \001(\0132%.goog" + + "le.firestore.bundle.BundledQuery\022-\n\tread" + + "_time\030\003 \001(\0132\032.google.protobuf.Timestamp\"" + + "w\n\027BundledDocumentMetadata\022\014\n\004name\030\001 \001(\t" + + "\022-\n\tread_time\030\002 \001(\0132\032.google.protobuf.Ti" + + "mestamp\022\016\n\006exists\030\003 \001(\010\022\017\n\007queries\030\004 \003(\t" + + "\"\214\001\n\016BundleMetadata\022\n\n\002id\030\001 \001(\t\022/\n\013creat" + + "e_time\030\002 \001(\0132\032.google.protobuf.Timestamp" + + "\022\017\n\007version\030\003 \001(\r\022\027\n\017total_documents\030\004 \001" + + "(\r\022\023\n\013total_bytes\030\005 \001(\004\"\232\002\n\rBundleElemen" + + "t\022;\n\010metadata\030\001 \001(\0132\'.google.firestore.b" + + "undle.BundleMetadataH\000\022:\n\013named_query\030\002 " + + "\001(\0132#.google.firestore.bundle.NamedQuery" + + "H\000\022M\n\021document_metadata\030\003 \001(\01320.google.f" + + "irestore.bundle.BundledDocumentMetadataH" + + "\000\0221\n\010document\030\004 \001(\0132\035.google.firestore.v" + + "1.DocumentH\000B\016\n\014element_typeB\222\001\n\033com.goo" + + "gle.firestore.bundleB\013BundleProtoP\001Z6clo" + + "ud.google.com/go/firestore/bundle/bundle" + + "pb;bundlepb\242\002\005FSTPB\252\002\020Firestore.Bundle\312\002" + + "\020Firestore\\Bundleb\006proto3" + }; + descriptor = + com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( + descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.firestore.v1.DocumentProto.getDescriptor(), + com.google.firestore.v1.QueryProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_firestore_bundle_BundledQuery_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_bundle_BundledQuery_descriptor, + new java.lang.String[] { + "Parent", "StructuredQuery", "LimitType", "QueryType", + }); + internal_static_google_firestore_bundle_NamedQuery_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_bundle_NamedQuery_descriptor, + new java.lang.String[] { + "Name", "BundledQuery", "ReadTime", + }); + internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor, + new java.lang.String[] { + "Name", "ReadTime", "Exists", "Queries", + }); + internal_static_google_firestore_bundle_BundleMetadata_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_firestore_bundle_BundleMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_bundle_BundleMetadata_descriptor, + new java.lang.String[] { + "Id", "CreateTime", "Version", "TotalDocuments", "TotalBytes", + }); + internal_static_google_firestore_bundle_BundleElement_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_firestore_bundle_BundleElement_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_bundle_BundleElement_descriptor, + new java.lang.String[] { + "Metadata", "NamedQuery", "DocumentMetadata", "Document", "ElementType", + }); + com.google.firestore.v1.DocumentProto.getDescriptor(); + com.google.firestore.v1.QueryProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadata.java b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadata.java similarity index 71% rename from owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadata.java rename to proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadata.java index 621c2773f..d94bb7203 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadata.java +++ b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadata.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/bundle/bundle.proto @@ -5,57 +20,64 @@ package com.google.firestore.bundle; /** + * + * *
  * Metadata describing a Firestore document saved in the bundle.
  * 
* * Protobuf type {@code google.firestore.bundle.BundledDocumentMetadata} */ -public final class BundledDocumentMetadata extends - com.google.protobuf.GeneratedMessageV3 implements +public final class BundledDocumentMetadata extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.bundle.BundledDocumentMetadata) BundledDocumentMetadataOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use BundledDocumentMetadata.newBuilder() to construct. private BundledDocumentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private BundledDocumentMetadata() { name_ = ""; - queries_ = - com.google.protobuf.LazyStringArrayList.emptyList(); + queries_ = com.google.protobuf.LazyStringArrayList.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new BundledDocumentMetadata(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.bundle.BundledDocumentMetadata.class, com.google.firestore.bundle.BundledDocumentMetadata.Builder.class); + com.google.firestore.bundle.BundledDocumentMetadata.class, + com.google.firestore.bundle.BundledDocumentMetadata.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** + * + * *
    * The document key of a bundled document.
    * 
* * string name = 1; + * * @return The name. */ @java.lang.Override @@ -64,29 +86,29 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * The document key of a bundled document.
    * 
* * string name = 1; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -97,11 +119,14 @@ public java.lang.String getName() { public static final int READ_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp readTime_; /** + * + * *
    * The snapshot version of the document data bundled.
    * 
* * .google.protobuf.Timestamp read_time = 2; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -109,11 +134,14 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The snapshot version of the document data bundled.
    * 
* * .google.protobuf.Timestamp read_time = 2; + * * @return The readTime. */ @java.lang.Override @@ -121,6 +149,8 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** + * + * *
    * The snapshot version of the document data bundled.
    * 
@@ -135,11 +165,14 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() { public static final int EXISTS_FIELD_NUMBER = 3; private boolean exists_ = false; /** + * + * *
    * Whether the document exists.
    * 
* * bool exists = 3; + * * @return The exists. */ @java.lang.Override @@ -148,38 +181,47 @@ public boolean getExists() { } public static final int QUERIES_FIELD_NUMBER = 4; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList queries_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; + * * @return A list containing the queries. */ - public com.google.protobuf.ProtocolStringList - getQueriesList() { + public com.google.protobuf.ProtocolStringList getQueriesList() { return queries_; } /** + * + * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; + * * @return The count of queries. */ public int getQueriesCount() { return queries_.size(); } /** + * + * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; + * * @param index The index of the element to return. * @return The queries at the given index. */ @@ -187,20 +229,23 @@ public java.lang.String getQueries(int index) { return queries_.get(index); } /** + * + * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; + * * @param index The index of the value to return. * @return The bytes of the queries at the given index. */ - public com.google.protobuf.ByteString - getQueriesBytes(int index) { + public com.google.protobuf.ByteString getQueriesBytes(int index) { return queries_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -212,8 +257,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -239,12 +283,10 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getReadTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getReadTime()); } if (exists_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(3, exists_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, exists_); } { int dataSize = 0; @@ -262,24 +304,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.bundle.BundledDocumentMetadata)) { return super.equals(obj); } - com.google.firestore.bundle.BundledDocumentMetadata other = (com.google.firestore.bundle.BundledDocumentMetadata) obj; + com.google.firestore.bundle.BundledDocumentMetadata other = + (com.google.firestore.bundle.BundledDocumentMetadata) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (hasReadTime() != other.hasReadTime()) return false; if (hasReadTime()) { - if (!getReadTime() - .equals(other.getReadTime())) return false; + if (!getReadTime().equals(other.getReadTime())) return false; } - if (getExists() - != other.getExists()) return false; - if (!getQueriesList() - .equals(other.getQueriesList())) return false; + if (getExists() != other.getExists()) return false; + if (!getQueriesList().equals(other.getQueriesList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -298,8 +337,7 @@ public int hashCode() { hash = (53 * hash) + getReadTime().hashCode(); } hash = (37 * hash) + EXISTS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getExists()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getExists()); if (getQueriesCount() > 0) { hash = (37 * hash) + QUERIES_FIELD_NUMBER; hash = (53 * hash) + getQueriesList().hashCode(); @@ -310,119 +348,126 @@ public int hashCode() { } public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.bundle.BundledDocumentMetadata parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.bundle.BundledDocumentMetadata parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.bundle.BundledDocumentMetadata parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.bundle.BundledDocumentMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Metadata describing a Firestore document saved in the bundle.
    * 
* * Protobuf type {@code google.firestore.bundle.BundledDocumentMetadata} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.bundle.BundledDocumentMetadata) com.google.firestore.bundle.BundledDocumentMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.bundle.BundledDocumentMetadata.class, com.google.firestore.bundle.BundledDocumentMetadata.Builder.class); + com.google.firestore.bundle.BundledDocumentMetadata.class, + com.google.firestore.bundle.BundledDocumentMetadata.Builder.class); } // Construct using com.google.firestore.bundle.BundledDocumentMetadata.newBuilder() @@ -430,17 +475,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getReadTimeFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -452,15 +497,14 @@ public Builder clear() { readTimeBuilder_ = null; } exists_ = false; - queries_ = - com.google.protobuf.LazyStringArrayList.emptyList(); + queries_ = com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor; } @java.lang.Override @@ -479,8 +523,11 @@ public com.google.firestore.bundle.BundledDocumentMetadata build() { @java.lang.Override public com.google.firestore.bundle.BundledDocumentMetadata buildPartial() { - com.google.firestore.bundle.BundledDocumentMetadata result = new com.google.firestore.bundle.BundledDocumentMetadata(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.bundle.BundledDocumentMetadata result = + new com.google.firestore.bundle.BundledDocumentMetadata(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -492,9 +539,7 @@ private void buildPartial0(com.google.firestore.bundle.BundledDocumentMetadata r } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { - result.readTime_ = readTimeBuilder_ == null - ? readTime_ - : readTimeBuilder_.build(); + result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000004) != 0)) { @@ -511,38 +556,39 @@ private void buildPartial0(com.google.firestore.bundle.BundledDocumentMetadata r public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.bundle.BundledDocumentMetadata) { - return mergeFrom((com.google.firestore.bundle.BundledDocumentMetadata)other); + return mergeFrom((com.google.firestore.bundle.BundledDocumentMetadata) other); } else { super.mergeFrom(other); return this; @@ -550,7 +596,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.bundle.BundledDocumentMetadata other) { - if (other == com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance()) return this; + if (other == com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance()) + return this; if (!other.getName().isEmpty()) { name_ = other.name_; bitField0_ |= 0x00000001; @@ -598,35 +645,38 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - name_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: { - input.readMessage( - getReadTimeFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 24: { - exists_ = input.readBool(); - bitField0_ |= 0x00000004; - break; - } // case 24 - case 34: { - java.lang.String s = input.readStringRequireUtf8(); - ensureQueriesIsMutable(); - queries_.add(s); - break; - } // case 34 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + name_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: + { + input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 24: + { + exists_ = input.readBool(); + bitField0_ |= 0x00000004; + break; + } // case 24 + case 34: + { + java.lang.String s = input.readStringRequireUtf8(); + ensureQueriesIsMutable(); + queries_.add(s); + break; + } // case 34 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -636,22 +686,25 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object name_ = ""; /** + * + * *
      * The document key of a bundled document.
      * 
* * string name = 1; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -660,20 +713,21 @@ public java.lang.String getName() { } } /** + * + * *
      * The document key of a bundled document.
      * 
* * string name = 1; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -681,28 +735,35 @@ public java.lang.String getName() { } } /** + * + * *
      * The document key of a bundled document.
      * 
* * string name = 1; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * The document key of a bundled document.
      * 
* * string name = 1; + * * @return This builder for chaining. */ public Builder clearName() { @@ -712,17 +773,21 @@ public Builder clearName() { return this; } /** + * + * *
      * The document key of a bundled document.
      * 
* * string name = 1; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -732,24 +797,33 @@ public Builder setNameBytes( private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + readTimeBuilder_; /** + * + * *
      * The snapshot version of the document data bundled.
      * 
* * .google.protobuf.Timestamp read_time = 2; + * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The snapshot version of the document data bundled.
      * 
* * .google.protobuf.Timestamp read_time = 2; + * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -760,6 +834,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * The snapshot version of the document data bundled.
      * 
@@ -780,14 +856,15 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The snapshot version of the document data bundled.
      * 
* * .google.protobuf.Timestamp read_time = 2; */ - public Builder setReadTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (readTimeBuilder_ == null) { readTime_ = builderForValue.build(); } else { @@ -798,6 +875,8 @@ public Builder setReadTime( return this; } /** + * + * *
      * The snapshot version of the document data bundled.
      * 
@@ -806,9 +885,9 @@ public Builder setReadTime( */ public Builder mergeReadTime(com.google.protobuf.Timestamp value) { if (readTimeBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) && - readTime_ != null && - readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) + && readTime_ != null + && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getReadTimeBuilder().mergeFrom(value); } else { readTime_ = value; @@ -823,6 +902,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * The snapshot version of the document data bundled.
      * 
@@ -840,6 +921,8 @@ public Builder clearReadTime() { return this; } /** + * + * *
      * The snapshot version of the document data bundled.
      * 
@@ -852,6 +935,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() { return getReadTimeFieldBuilder().getBuilder(); } /** + * + * *
      * The snapshot version of the document data bundled.
      * 
@@ -862,11 +947,12 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() { if (readTimeBuilder_ != null) { return readTimeBuilder_.getMessageOrBuilder(); } else { - return readTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; + return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } } /** + * + * *
      * The snapshot version of the document data bundled.
      * 
@@ -874,26 +960,32 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() { * .google.protobuf.Timestamp read_time = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> getReadTimeFieldBuilder() { if (readTimeBuilder_ == null) { - readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getReadTime(), - getParentForChildren(), - isClean()); + readTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getReadTime(), getParentForChildren(), isClean()); readTime_ = null; } return readTimeBuilder_; } - private boolean exists_ ; + private boolean exists_; /** + * + * *
      * Whether the document exists.
      * 
* * bool exists = 3; + * * @return The exists. */ @java.lang.Override @@ -901,11 +993,14 @@ public boolean getExists() { return exists_; } /** + * + * *
      * Whether the document exists.
      * 
* * bool exists = 3; + * * @param value The exists to set. * @return This builder for chaining. */ @@ -917,11 +1012,14 @@ public Builder setExists(boolean value) { return this; } /** + * + * *
      * Whether the document exists.
      * 
* * bool exists = 3; + * * @return This builder for chaining. */ public Builder clearExists() { @@ -933,6 +1031,7 @@ public Builder clearExists() { private com.google.protobuf.LazyStringArrayList queries_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureQueriesIsMutable() { if (!queries_.isModifiable()) { queries_ = new com.google.protobuf.LazyStringArrayList(queries_); @@ -940,35 +1039,43 @@ private void ensureQueriesIsMutable() { bitField0_ |= 0x00000008; } /** + * + * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; + * * @return A list containing the queries. */ - public com.google.protobuf.ProtocolStringList - getQueriesList() { + public com.google.protobuf.ProtocolStringList getQueriesList() { queries_.makeImmutable(); return queries_; } /** + * + * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; + * * @return The count of queries. */ public int getQueriesCount() { return queries_.size(); } /** + * + * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; + * * @param index The index of the element to return. * @return The queries at the given index. */ @@ -976,31 +1083,37 @@ public java.lang.String getQueries(int index) { return queries_.get(index); } /** + * + * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; + * * @param index The index of the value to return. * @return The bytes of the queries at the given index. */ - public com.google.protobuf.ByteString - getQueriesBytes(int index) { + public com.google.protobuf.ByteString getQueriesBytes(int index) { return queries_.getByteString(index); } /** + * + * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; + * * @param index The index to set the value at. * @param value The queries to set. * @return This builder for chaining. */ - public Builder setQueries( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setQueries(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureQueriesIsMutable(); queries_.set(index, value); bitField0_ |= 0x00000008; @@ -1008,17 +1121,21 @@ public Builder setQueries( return this; } /** + * + * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; + * * @param value The queries to add. * @return This builder for chaining. */ - public Builder addQueries( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addQueries(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureQueriesIsMutable(); queries_.add(value); bitField0_ |= 0x00000008; @@ -1026,50 +1143,58 @@ public Builder addQueries( return this; } /** + * + * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; + * * @param values The queries to add. * @return This builder for chaining. */ - public Builder addAllQueries( - java.lang.Iterable values) { + public Builder addAllQueries(java.lang.Iterable values) { ensureQueriesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, queries_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, queries_); bitField0_ |= 0x00000008; onChanged(); return this; } /** + * + * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; + * * @return This builder for chaining. */ public Builder clearQueries() { - queries_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000008);; + queries_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000008); + ; onChanged(); return this; } /** + * + * *
      * The names of the queries in this bundle that this document matches to.
      * 
* * repeated string queries = 4; + * * @param value The bytes of the queries to add. * @return This builder for chaining. */ - public Builder addQueriesBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addQueriesBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureQueriesIsMutable(); queries_.add(value); @@ -1077,9 +1202,9 @@ public Builder addQueriesBytes( onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1089,12 +1214,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.bundle.BundledDocumentMetadata) } // @@protoc_insertion_point(class_scope:google.firestore.bundle.BundledDocumentMetadata) private static final com.google.firestore.bundle.BundledDocumentMetadata DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.bundle.BundledDocumentMetadata(); } @@ -1103,27 +1228,27 @@ public static com.google.firestore.bundle.BundledDocumentMetadata getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BundledDocumentMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BundledDocumentMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1138,6 +1263,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.bundle.BundledDocumentMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadataOrBuilder.java b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadataOrBuilder.java similarity index 72% rename from owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadataOrBuilder.java rename to proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadataOrBuilder.java index 038ea412c..5842713ce 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadataOrBuilder.java +++ b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledDocumentMetadataOrBuilder.java @@ -1,52 +1,81 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/bundle/bundle.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.bundle; -public interface BundledDocumentMetadataOrBuilder extends +public interface BundledDocumentMetadataOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.bundle.BundledDocumentMetadata) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The document key of a bundled document.
    * 
* * string name = 1; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * The document key of a bundled document.
    * 
* * string name = 1; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * The snapshot version of the document data bundled.
    * 
* * .google.protobuf.Timestamp read_time = 2; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * The snapshot version of the document data bundled.
    * 
* * .google.protobuf.Timestamp read_time = 2; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * The snapshot version of the document data bundled.
    * 
@@ -56,53 +85,66 @@ public interface BundledDocumentMetadataOrBuilder extends com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder(); /** + * + * *
    * Whether the document exists.
    * 
* * bool exists = 3; + * * @return The exists. */ boolean getExists(); /** + * + * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; + * * @return A list containing the queries. */ - java.util.List - getQueriesList(); + java.util.List getQueriesList(); /** + * + * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; + * * @return The count of queries. */ int getQueriesCount(); /** + * + * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; + * * @param index The index of the element to return. * @return The queries at the given index. */ java.lang.String getQueries(int index); /** + * + * *
    * The names of the queries in this bundle that this document matches to.
    * 
* * repeated string queries = 4; + * * @param index The index of the value to return. * @return The bytes of the queries at the given index. */ - com.google.protobuf.ByteString - getQueriesBytes(int index); + com.google.protobuf.ByteString getQueriesBytes(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQuery.java b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQuery.java similarity index 69% rename from owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQuery.java rename to proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQuery.java index 86da190e7..548a23ece 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQuery.java +++ b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQuery.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/bundle/bundle.proto @@ -5,21 +20,24 @@ package com.google.firestore.bundle; /** + * + * *
  * Encodes a query saved in the bundle.
  * 
* * Protobuf type {@code google.firestore.bundle.BundledQuery} */ -public final class BundledQuery extends - com.google.protobuf.GeneratedMessageV3 implements +public final class BundledQuery extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.bundle.BundledQuery) BundledQueryOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use BundledQuery.newBuilder() to construct. private BundledQuery(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private BundledQuery() { parent_ = ""; limitType_ = 0; @@ -27,25 +45,28 @@ private BundledQuery() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new BundledQuery(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledQuery_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundledQuery_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.bundle.BundledQuery.class, com.google.firestore.bundle.BundledQuery.Builder.class); + com.google.firestore.bundle.BundledQuery.class, + com.google.firestore.bundle.BundledQuery.Builder.class); } /** + * + * *
    * If the query is a limit query, should the limit be applied to the beginning or
    * the end of results.
@@ -53,29 +74,19 @@ protected java.lang.Object newInstance(
    *
    * Protobuf enum {@code google.firestore.bundle.BundledQuery.LimitType}
    */
-  public enum LimitType
-      implements com.google.protobuf.ProtocolMessageEnum {
-    /**
-     * FIRST = 0;
-     */
+  public enum LimitType implements com.google.protobuf.ProtocolMessageEnum {
+    /** FIRST = 0; */
     FIRST(0),
-    /**
-     * LAST = 1;
-     */
+    /** LAST = 1; */
     LAST(1),
     UNRECOGNIZED(-1),
     ;
 
-    /**
-     * FIRST = 0;
-     */
+    /** FIRST = 0; */
     public static final int FIRST_VALUE = 0;
-    /**
-     * LAST = 1;
-     */
+    /** LAST = 1; */
     public static final int LAST_VALUE = 1;
 
-
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -100,48 +111,47 @@ public static LimitType valueOf(int value) {
      */
     public static LimitType forNumber(int value) {
       switch (value) {
-        case 0: return FIRST;
-        case 1: return LAST;
-        default: return null;
+        case 0:
+          return FIRST;
+        case 1:
+          return LAST;
+        default:
+          return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap
-        internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
       return internalValueMap;
     }
-    private static final com.google.protobuf.Internal.EnumLiteMap<
-        LimitType> internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public LimitType findValueByNumber(int number) {
-              return LimitType.forNumber(number);
-            }
-          };
 
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor
-        getValueDescriptor() {
+    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public LimitType findValueByNumber(int number) {
+            return LimitType.forNumber(number);
+          }
+        };
+
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-    public final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptorForType() {
+
+    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
       return getDescriptor();
     }
-    public static final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptor() {
+
+    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
       return com.google.firestore.bundle.BundledQuery.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final LimitType[] VALUES = values();
 
-    public static LimitType valueOf(
-        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static LimitType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException(
-          "EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -159,14 +169,18 @@ private LimitType(int value) {
   }
 
   private int queryTypeCase_ = 0;
+
   @SuppressWarnings("serial")
   private java.lang.Object queryType_;
+
   public enum QueryTypeCase
-      implements com.google.protobuf.Internal.EnumLite,
+      implements
+          com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     STRUCTURED_QUERY(2),
     QUERYTYPE_NOT_SET(0);
     private final int value;
+
     private QueryTypeCase(int value) {
       this.value = value;
     }
@@ -182,31 +196,37 @@ public static QueryTypeCase valueOf(int value) {
 
     public static QueryTypeCase forNumber(int value) {
       switch (value) {
-        case 2: return STRUCTURED_QUERY;
-        case 0: return QUERYTYPE_NOT_SET;
-        default: return null;
+        case 2:
+          return STRUCTURED_QUERY;
+        case 0:
+          return QUERYTYPE_NOT_SET;
+        default:
+          return null;
       }
     }
+
     public int getNumber() {
       return this.value;
     }
   };
 
-  public QueryTypeCase
-  getQueryTypeCase() {
-    return QueryTypeCase.forNumber(
-        queryTypeCase_);
+  public QueryTypeCase getQueryTypeCase() {
+    return QueryTypeCase.forNumber(queryTypeCase_);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
+   *
+   *
    * 
    * The parent resource name.
    * 
* * string parent = 1; + * * @return The parent. */ @java.lang.Override @@ -215,29 +235,29 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * The parent resource name.
    * 
* * string parent = 1; + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -247,11 +267,14 @@ public java.lang.String getParent() { public static final int STRUCTURED_QUERY_FIELD_NUMBER = 2; /** + * + * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -259,21 +282,26 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** + * + * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return The structuredQuery. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery getStructuredQuery() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } /** + * + * *
    * A structured query.
    * 
@@ -283,7 +311,7 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { @java.lang.Override public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } @@ -292,21 +320,29 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil private int limitType_ = 0; /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; + * * @return The enum numeric value on the wire for limitType. */ - @java.lang.Override public int getLimitTypeValue() { + @java.lang.Override + public int getLimitTypeValue() { return limitType_; } /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; + * * @return The limitType. */ - @java.lang.Override public com.google.firestore.bundle.BundledQuery.LimitType getLimitType() { - com.google.firestore.bundle.BundledQuery.LimitType result = com.google.firestore.bundle.BundledQuery.LimitType.forNumber(limitType_); - return result == null ? com.google.firestore.bundle.BundledQuery.LimitType.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.bundle.BundledQuery.LimitType getLimitType() { + com.google.firestore.bundle.BundledQuery.LimitType result = + com.google.firestore.bundle.BundledQuery.LimitType.forNumber(limitType_); + return result == null + ? com.google.firestore.bundle.BundledQuery.LimitType.UNRECOGNIZED + : result; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -318,8 +354,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -342,12 +377,12 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (queryTypeCase_ == 2) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, (com.google.firestore.v1.StructuredQuery) queryType_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 2, (com.google.firestore.v1.StructuredQuery) queryType_); } if (limitType_ != com.google.firestore.bundle.BundledQuery.LimitType.FIRST.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(3, limitType_); + size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, limitType_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -357,21 +392,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.bundle.BundledQuery)) { return super.equals(obj); } com.google.firestore.bundle.BundledQuery other = (com.google.firestore.bundle.BundledQuery) obj; - if (!getParent() - .equals(other.getParent())) return false; + if (!getParent().equals(other.getParent())) return false; if (limitType_ != other.limitType_) return false; if (!getQueryTypeCase().equals(other.getQueryTypeCase())) return false; switch (queryTypeCase_) { case 2: - if (!getStructuredQuery() - .equals(other.getStructuredQuery())) return false; + if (!getStructuredQuery().equals(other.getStructuredQuery())) return false; break; case 0: default: @@ -404,132 +437,136 @@ public int hashCode() { return hash; } - public static com.google.firestore.bundle.BundledQuery parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.bundle.BundledQuery parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.bundle.BundledQuery parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.bundle.BundledQuery parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.bundle.BundledQuery parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.bundle.BundledQuery parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.bundle.BundledQuery parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.bundle.BundledQuery parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.bundle.BundledQuery parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.bundle.BundledQuery parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.bundle.BundledQuery parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.bundle.BundledQuery parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.bundle.BundledQuery parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.bundle.BundledQuery parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.bundle.BundledQuery prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Encodes a query saved in the bundle.
    * 
* * Protobuf type {@code google.firestore.bundle.BundledQuery} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.bundle.BundledQuery) com.google.firestore.bundle.BundledQueryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledQuery_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundledQuery_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundledQuery_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.bundle.BundledQuery.class, com.google.firestore.bundle.BundledQuery.Builder.class); + com.google.firestore.bundle.BundledQuery.class, + com.google.firestore.bundle.BundledQuery.Builder.class); } // Construct using com.google.firestore.bundle.BundledQuery.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -545,9 +582,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_BundledQuery_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.bundle.BundleProto + .internal_static_google_firestore_bundle_BundledQuery_descriptor; } @java.lang.Override @@ -566,8 +603,11 @@ public com.google.firestore.bundle.BundledQuery build() { @java.lang.Override public com.google.firestore.bundle.BundledQuery buildPartial() { - com.google.firestore.bundle.BundledQuery result = new com.google.firestore.bundle.BundledQuery(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.bundle.BundledQuery result = + new com.google.firestore.bundle.BundledQuery(this); + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; @@ -586,8 +626,7 @@ private void buildPartial0(com.google.firestore.bundle.BundledQuery result) { private void buildPartialOneofs(com.google.firestore.bundle.BundledQuery result) { result.queryTypeCase_ = queryTypeCase_; result.queryType_ = this.queryType_; - if (queryTypeCase_ == 2 && - structuredQueryBuilder_ != null) { + if (queryTypeCase_ == 2 && structuredQueryBuilder_ != null) { result.queryType_ = structuredQueryBuilder_.build(); } } @@ -596,38 +635,39 @@ private void buildPartialOneofs(com.google.firestore.bundle.BundledQuery result) public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.bundle.BundledQuery) { - return mergeFrom((com.google.firestore.bundle.BundledQuery)other); + return mergeFrom((com.google.firestore.bundle.BundledQuery) other); } else { super.mergeFrom(other); return this; @@ -645,13 +685,15 @@ public Builder mergeFrom(com.google.firestore.bundle.BundledQuery other) { setLimitTypeValue(other.getLimitTypeValue()); } switch (other.getQueryTypeCase()) { - case STRUCTURED_QUERY: { - mergeStructuredQuery(other.getStructuredQuery()); - break; - } - case QUERYTYPE_NOT_SET: { - break; - } + case STRUCTURED_QUERY: + { + mergeStructuredQuery(other.getStructuredQuery()); + break; + } + case QUERYTYPE_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -679,29 +721,31 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - parent_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: { - input.readMessage( - getStructuredQueryFieldBuilder().getBuilder(), - extensionRegistry); - queryTypeCase_ = 2; - break; - } // case 18 - case 24: { - limitType_ = input.readEnum(); - bitField0_ |= 0x00000004; - break; - } // case 24 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + parent_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: + { + input.readMessage(getStructuredQueryFieldBuilder().getBuilder(), extensionRegistry); + queryTypeCase_ = 2; + break; + } // case 18 + case 24: + { + limitType_ = input.readEnum(); + bitField0_ |= 0x00000004; + break; + } // case 24 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -711,12 +755,12 @@ public Builder mergeFrom( } // finally return this; } + private int queryTypeCase_ = 0; private java.lang.Object queryType_; - public QueryTypeCase - getQueryTypeCase() { - return QueryTypeCase.forNumber( - queryTypeCase_); + + public QueryTypeCase getQueryTypeCase() { + return QueryTypeCase.forNumber(queryTypeCase_); } public Builder clearQueryType() { @@ -730,18 +774,20 @@ public Builder clearQueryType() { private java.lang.Object parent_ = ""; /** + * + * *
      * The parent resource name.
      * 
* * string parent = 1; + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -750,20 +796,21 @@ public java.lang.String getParent() { } } /** + * + * *
      * The parent resource name.
      * 
* * string parent = 1; + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -771,28 +818,35 @@ public java.lang.String getParent() { } } /** + * + * *
      * The parent resource name.
      * 
* * string parent = 1; + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * The parent resource name.
      * 
* * string parent = 1; + * * @return This builder for chaining. */ public Builder clearParent() { @@ -802,17 +856,21 @@ public Builder clearParent() { return this; } /** + * + * *
      * The parent resource name.
      * 
* * string parent = 1; + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -821,13 +879,19 @@ public Builder setParentBytes( } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> structuredQueryBuilder_; + com.google.firestore.v1.StructuredQuery, + com.google.firestore.v1.StructuredQuery.Builder, + com.google.firestore.v1.StructuredQueryOrBuilder> + structuredQueryBuilder_; /** + * + * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -835,11 +899,14 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** + * + * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return The structuredQuery. */ @java.lang.Override @@ -857,6 +924,8 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { } } /** + * + * *
      * A structured query.
      * 
@@ -877,6 +946,8 @@ public Builder setStructuredQuery(com.google.firestore.v1.StructuredQuery value) return this; } /** + * + * *
      * A structured query.
      * 
@@ -895,6 +966,8 @@ public Builder setStructuredQuery( return this; } /** + * + * *
      * A structured query.
      * 
@@ -903,10 +976,13 @@ public Builder setStructuredQuery( */ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery value) { if (structuredQueryBuilder_ == null) { - if (queryTypeCase_ == 2 && - queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { - queryType_ = com.google.firestore.v1.StructuredQuery.newBuilder((com.google.firestore.v1.StructuredQuery) queryType_) - .mergeFrom(value).buildPartial(); + if (queryTypeCase_ == 2 + && queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { + queryType_ = + com.google.firestore.v1.StructuredQuery.newBuilder( + (com.google.firestore.v1.StructuredQuery) queryType_) + .mergeFrom(value) + .buildPartial(); } else { queryType_ = value; } @@ -922,6 +998,8 @@ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery valu return this; } /** + * + * *
      * A structured query.
      * 
@@ -945,6 +1023,8 @@ public Builder clearStructuredQuery() { return this; } /** + * + * *
      * A structured query.
      * 
@@ -955,6 +1035,8 @@ public com.google.firestore.v1.StructuredQuery.Builder getStructuredQueryBuilder return getStructuredQueryFieldBuilder().getBuilder(); } /** + * + * *
      * A structured query.
      * 
@@ -973,6 +1055,8 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil } } /** + * + * *
      * A structured query.
      * 
@@ -980,14 +1064,19 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil * .google.firestore.v1.StructuredQuery structured_query = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> + com.google.firestore.v1.StructuredQuery, + com.google.firestore.v1.StructuredQuery.Builder, + com.google.firestore.v1.StructuredQueryOrBuilder> getStructuredQueryFieldBuilder() { if (structuredQueryBuilder_ == null) { if (!(queryTypeCase_ == 2)) { queryType_ = com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } - structuredQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder>( + structuredQueryBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery, + com.google.firestore.v1.StructuredQuery.Builder, + com.google.firestore.v1.StructuredQueryOrBuilder>( (com.google.firestore.v1.StructuredQuery) queryType_, getParentForChildren(), isClean()); @@ -1001,13 +1090,16 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil private int limitType_ = 0; /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; + * * @return The enum numeric value on the wire for limitType. */ - @java.lang.Override public int getLimitTypeValue() { + @java.lang.Override + public int getLimitTypeValue() { return limitType_; } /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; + * * @param value The enum numeric value on the wire for limitType to set. * @return This builder for chaining. */ @@ -1019,15 +1111,20 @@ public Builder setLimitTypeValue(int value) { } /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; + * * @return The limitType. */ @java.lang.Override public com.google.firestore.bundle.BundledQuery.LimitType getLimitType() { - com.google.firestore.bundle.BundledQuery.LimitType result = com.google.firestore.bundle.BundledQuery.LimitType.forNumber(limitType_); - return result == null ? com.google.firestore.bundle.BundledQuery.LimitType.UNRECOGNIZED : result; + com.google.firestore.bundle.BundledQuery.LimitType result = + com.google.firestore.bundle.BundledQuery.LimitType.forNumber(limitType_); + return result == null + ? com.google.firestore.bundle.BundledQuery.LimitType.UNRECOGNIZED + : result; } /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; + * * @param value The limitType to set. * @return This builder for chaining. */ @@ -1042,6 +1139,7 @@ public Builder setLimitType(com.google.firestore.bundle.BundledQuery.LimitType v } /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; + * * @return This builder for chaining. */ public Builder clearLimitType() { @@ -1050,9 +1148,9 @@ public Builder clearLimitType() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1062,12 +1160,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.bundle.BundledQuery) } // @@protoc_insertion_point(class_scope:google.firestore.bundle.BundledQuery) private static final com.google.firestore.bundle.BundledQuery DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.bundle.BundledQuery(); } @@ -1076,27 +1174,27 @@ public static com.google.firestore.bundle.BundledQuery getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BundledQuery parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BundledQuery parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1111,6 +1209,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.bundle.BundledQuery getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQueryOrBuilder.java b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQueryOrBuilder.java similarity index 69% rename from owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQueryOrBuilder.java rename to proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQueryOrBuilder.java index 2f07e38ba..5c74f3b74 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQueryOrBuilder.java +++ b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/BundledQueryOrBuilder.java @@ -1,52 +1,81 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/bundle/bundle.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.bundle; -public interface BundledQueryOrBuilder extends +public interface BundledQueryOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.bundle.BundledQuery) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The parent resource name.
    * 
* * string parent = 1; + * * @return The parent. */ java.lang.String getParent(); /** + * + * *
    * The parent resource name.
    * 
* * string parent = 1; + * * @return The bytes for parent. */ - com.google.protobuf.ByteString - getParentBytes(); + com.google.protobuf.ByteString getParentBytes(); /** + * + * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return Whether the structuredQuery field is set. */ boolean hasStructuredQuery(); /** + * + * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return The structuredQuery. */ com.google.firestore.v1.StructuredQuery getStructuredQuery(); /** + * + * *
    * A structured query.
    * 
@@ -57,11 +86,13 @@ public interface BundledQueryOrBuilder extends /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; + * * @return The enum numeric value on the wire for limitType. */ int getLimitTypeValue(); /** * .google.firestore.bundle.BundledQuery.LimitType limit_type = 3; + * * @return The limitType. */ com.google.firestore.bundle.BundledQuery.LimitType getLimitType(); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQuery.java b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQuery.java similarity index 71% rename from owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQuery.java rename to proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQuery.java index c9c22a967..ae4962699 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQuery.java +++ b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQuery.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/bundle/bundle.proto @@ -5,6 +20,8 @@ package com.google.firestore.bundle; /** + * + * *
  * A Query associated with a name, created as part of the bundle file, and can be read
  * by client SDKs once the bundle containing them is loaded.
@@ -12,44 +29,49 @@
  *
  * Protobuf type {@code google.firestore.bundle.NamedQuery}
  */
-public final class NamedQuery extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class NamedQuery extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.bundle.NamedQuery)
     NamedQueryOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use NamedQuery.newBuilder() to construct.
   private NamedQuery(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private NamedQuery() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new NamedQuery();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_NamedQuery_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.bundle.BundleProto
+        .internal_static_google_firestore_bundle_NamedQuery_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable
+    return com.google.firestore.bundle.BundleProto
+        .internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.bundle.NamedQuery.class, com.google.firestore.bundle.NamedQuery.Builder.class);
+            com.google.firestore.bundle.NamedQuery.class,
+            com.google.firestore.bundle.NamedQuery.Builder.class);
   }
 
   private int bitField0_;
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Name of the query, such that client can use the name to load this query
    * from bundle, and resume from when the query results are materialized
@@ -57,6 +79,7 @@ protected java.lang.Object newInstance(
    * 
* * string name = 1; + * * @return The name. */ @java.lang.Override @@ -65,14 +88,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Name of the query, such that client can use the name to load this query
    * from bundle, and resume from when the query results are materialized
@@ -80,16 +104,15 @@ public java.lang.String getName() {
    * 
* * string name = 1; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -100,11 +123,14 @@ public java.lang.String getName() { public static final int BUNDLED_QUERY_FIELD_NUMBER = 2; private com.google.firestore.bundle.BundledQuery bundledQuery_; /** + * + * *
    * The query saved in the bundle.
    * 
* * .google.firestore.bundle.BundledQuery bundled_query = 2; + * * @return Whether the bundledQuery field is set. */ @java.lang.Override @@ -112,18 +138,25 @@ public boolean hasBundledQuery() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The query saved in the bundle.
    * 
* * .google.firestore.bundle.BundledQuery bundled_query = 2; + * * @return The bundledQuery. */ @java.lang.Override public com.google.firestore.bundle.BundledQuery getBundledQuery() { - return bundledQuery_ == null ? com.google.firestore.bundle.BundledQuery.getDefaultInstance() : bundledQuery_; + return bundledQuery_ == null + ? com.google.firestore.bundle.BundledQuery.getDefaultInstance() + : bundledQuery_; } /** + * + * *
    * The query saved in the bundle.
    * 
@@ -132,18 +165,23 @@ public com.google.firestore.bundle.BundledQuery getBundledQuery() { */ @java.lang.Override public com.google.firestore.bundle.BundledQueryOrBuilder getBundledQueryOrBuilder() { - return bundledQuery_ == null ? com.google.firestore.bundle.BundledQuery.getDefaultInstance() : bundledQuery_; + return bundledQuery_ == null + ? com.google.firestore.bundle.BundledQuery.getDefaultInstance() + : bundledQuery_; } public static final int READ_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp readTime_; /** + * + * *
    * The read time of the query, when it is used to build the bundle. This is useful to
    * resume the query from the bundle, once it is loaded by client SDKs.
    * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -151,12 +189,15 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The read time of the query, when it is used to build the bundle. This is useful to
    * resume the query from the bundle, once it is loaded by client SDKs.
    * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return The readTime. */ @java.lang.Override @@ -164,6 +205,8 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** + * + * *
    * The read time of the query, when it is used to build the bundle. This is useful to
    * resume the query from the bundle, once it is loaded by client SDKs.
@@ -177,6 +220,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -188,8 +232,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -212,12 +255,10 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, getBundledQuery());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getBundledQuery());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getReadTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getReadTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -227,24 +268,21 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.bundle.NamedQuery)) {
       return super.equals(obj);
     }
     com.google.firestore.bundle.NamedQuery other = (com.google.firestore.bundle.NamedQuery) obj;
 
-    if (!getName()
-        .equals(other.getName())) return false;
+    if (!getName().equals(other.getName())) return false;
     if (hasBundledQuery() != other.hasBundledQuery()) return false;
     if (hasBundledQuery()) {
-      if (!getBundledQuery()
-          .equals(other.getBundledQuery())) return false;
+      if (!getBundledQuery().equals(other.getBundledQuery())) return false;
     }
     if (hasReadTime() != other.hasReadTime()) return false;
     if (hasReadTime()) {
-      if (!getReadTime()
-          .equals(other.getReadTime())) return false;
+      if (!getReadTime().equals(other.getReadTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -272,99 +310,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.bundle.NamedQuery parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.bundle.NamedQuery parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.bundle.NamedQuery parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.bundle.NamedQuery parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.bundle.NamedQuery parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.bundle.NamedQuery parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.bundle.NamedQuery parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.bundle.NamedQuery parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.bundle.NamedQuery parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.bundle.NamedQuery parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.bundle.NamedQuery parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.bundle.NamedQuery parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.bundle.NamedQuery parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.bundle.NamedQuery prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * A Query associated with a name, created as part of the bundle file, and can be read
    * by client SDKs once the bundle containing them is loaded.
@@ -372,21 +415,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.bundle.NamedQuery}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.bundle.NamedQuery)
       com.google.firestore.bundle.NamedQueryOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_NamedQuery_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.bundle.BundleProto
+          .internal_static_google_firestore_bundle_NamedQuery_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable
+      return com.google.firestore.bundle.BundleProto
+          .internal_static_google_firestore_bundle_NamedQuery_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.bundle.NamedQuery.class, com.google.firestore.bundle.NamedQuery.Builder.class);
+              com.google.firestore.bundle.NamedQuery.class,
+              com.google.firestore.bundle.NamedQuery.Builder.class);
     }
 
     // Construct using com.google.firestore.bundle.NamedQuery.newBuilder()
@@ -394,18 +439,18 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getBundledQueryFieldBuilder();
         getReadTimeFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -425,9 +470,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.bundle.BundleProto.internal_static_google_firestore_bundle_NamedQuery_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.bundle.BundleProto
+          .internal_static_google_firestore_bundle_NamedQuery_descriptor;
     }
 
     @java.lang.Override
@@ -446,8 +491,11 @@ public com.google.firestore.bundle.NamedQuery build() {
 
     @java.lang.Override
     public com.google.firestore.bundle.NamedQuery buildPartial() {
-      com.google.firestore.bundle.NamedQuery result = new com.google.firestore.bundle.NamedQuery(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.bundle.NamedQuery result =
+          new com.google.firestore.bundle.NamedQuery(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -459,15 +507,12 @@ private void buildPartial0(com.google.firestore.bundle.NamedQuery result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.bundledQuery_ = bundledQueryBuilder_ == null
-            ? bundledQuery_
-            : bundledQueryBuilder_.build();
+        result.bundledQuery_ =
+            bundledQueryBuilder_ == null ? bundledQuery_ : bundledQueryBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.readTime_ = readTimeBuilder_ == null
-            ? readTime_
-            : readTimeBuilder_.build();
+        result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       result.bitField0_ |= to_bitField0_;
@@ -477,38 +522,39 @@ private void buildPartial0(com.google.firestore.bundle.NamedQuery result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.bundle.NamedQuery) {
-        return mergeFrom((com.google.firestore.bundle.NamedQuery)other);
+        return mergeFrom((com.google.firestore.bundle.NamedQuery) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -554,31 +600,31 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getBundledQueryFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 26: {
-              input.readMessage(
-                  getReadTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getBundledQueryFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 26:
+              {
+                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -588,10 +634,13 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Name of the query, such that client can use the name to load this query
      * from bundle, and resume from when the query results are materialized
@@ -599,13 +648,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -614,6 +663,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Name of the query, such that client can use the name to load this query
      * from bundle, and resume from when the query results are materialized
@@ -621,15 +672,14 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -637,6 +687,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Name of the query, such that client can use the name to load this query
      * from bundle, and resume from when the query results are materialized
@@ -644,18 +696,22 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Name of the query, such that client can use the name to load this query
      * from bundle, and resume from when the query results are materialized
@@ -663,6 +719,7 @@ public Builder setName(
      * 
* * string name = 1; + * * @return This builder for chaining. */ public Builder clearName() { @@ -672,6 +729,8 @@ public Builder clearName() { return this; } /** + * + * *
      * Name of the query, such that client can use the name to load this query
      * from bundle, and resume from when the query results are materialized
@@ -679,12 +738,14 @@ public Builder clearName() {
      * 
* * string name = 1; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -694,34 +755,47 @@ public Builder setNameBytes( private com.google.firestore.bundle.BundledQuery bundledQuery_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.bundle.BundledQuery, com.google.firestore.bundle.BundledQuery.Builder, com.google.firestore.bundle.BundledQueryOrBuilder> bundledQueryBuilder_; + com.google.firestore.bundle.BundledQuery, + com.google.firestore.bundle.BundledQuery.Builder, + com.google.firestore.bundle.BundledQueryOrBuilder> + bundledQueryBuilder_; /** + * + * *
      * The query saved in the bundle.
      * 
* * .google.firestore.bundle.BundledQuery bundled_query = 2; + * * @return Whether the bundledQuery field is set. */ public boolean hasBundledQuery() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The query saved in the bundle.
      * 
* * .google.firestore.bundle.BundledQuery bundled_query = 2; + * * @return The bundledQuery. */ public com.google.firestore.bundle.BundledQuery getBundledQuery() { if (bundledQueryBuilder_ == null) { - return bundledQuery_ == null ? com.google.firestore.bundle.BundledQuery.getDefaultInstance() : bundledQuery_; + return bundledQuery_ == null + ? com.google.firestore.bundle.BundledQuery.getDefaultInstance() + : bundledQuery_; } else { return bundledQueryBuilder_.getMessage(); } } /** + * + * *
      * The query saved in the bundle.
      * 
@@ -742,6 +816,8 @@ public Builder setBundledQuery(com.google.firestore.bundle.BundledQuery value) { return this; } /** + * + * *
      * The query saved in the bundle.
      * 
@@ -760,6 +836,8 @@ public Builder setBundledQuery( return this; } /** + * + * *
      * The query saved in the bundle.
      * 
@@ -768,9 +846,9 @@ public Builder setBundledQuery( */ public Builder mergeBundledQuery(com.google.firestore.bundle.BundledQuery value) { if (bundledQueryBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) && - bundledQuery_ != null && - bundledQuery_ != com.google.firestore.bundle.BundledQuery.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) + && bundledQuery_ != null + && bundledQuery_ != com.google.firestore.bundle.BundledQuery.getDefaultInstance()) { getBundledQueryBuilder().mergeFrom(value); } else { bundledQuery_ = value; @@ -785,6 +863,8 @@ public Builder mergeBundledQuery(com.google.firestore.bundle.BundledQuery value) return this; } /** + * + * *
      * The query saved in the bundle.
      * 
@@ -802,6 +882,8 @@ public Builder clearBundledQuery() { return this; } /** + * + * *
      * The query saved in the bundle.
      * 
@@ -814,6 +896,8 @@ public com.google.firestore.bundle.BundledQuery.Builder getBundledQueryBuilder() return getBundledQueryFieldBuilder().getBuilder(); } /** + * + * *
      * The query saved in the bundle.
      * 
@@ -824,11 +908,14 @@ public com.google.firestore.bundle.BundledQueryOrBuilder getBundledQueryOrBuilde if (bundledQueryBuilder_ != null) { return bundledQueryBuilder_.getMessageOrBuilder(); } else { - return bundledQuery_ == null ? - com.google.firestore.bundle.BundledQuery.getDefaultInstance() : bundledQuery_; + return bundledQuery_ == null + ? com.google.firestore.bundle.BundledQuery.getDefaultInstance() + : bundledQuery_; } } /** + * + * *
      * The query saved in the bundle.
      * 
@@ -836,14 +923,17 @@ public com.google.firestore.bundle.BundledQueryOrBuilder getBundledQueryOrBuilde * .google.firestore.bundle.BundledQuery bundled_query = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.bundle.BundledQuery, com.google.firestore.bundle.BundledQuery.Builder, com.google.firestore.bundle.BundledQueryOrBuilder> + com.google.firestore.bundle.BundledQuery, + com.google.firestore.bundle.BundledQuery.Builder, + com.google.firestore.bundle.BundledQueryOrBuilder> getBundledQueryFieldBuilder() { if (bundledQueryBuilder_ == null) { - bundledQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.bundle.BundledQuery, com.google.firestore.bundle.BundledQuery.Builder, com.google.firestore.bundle.BundledQueryOrBuilder>( - getBundledQuery(), - getParentForChildren(), - isClean()); + bundledQueryBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.bundle.BundledQuery, + com.google.firestore.bundle.BundledQuery.Builder, + com.google.firestore.bundle.BundledQueryOrBuilder>( + getBundledQuery(), getParentForChildren(), isClean()); bundledQuery_ = null; } return bundledQueryBuilder_; @@ -851,26 +941,35 @@ public com.google.firestore.bundle.BundledQueryOrBuilder getBundledQueryOrBuilde private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + readTimeBuilder_; /** + * + * *
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
      * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
      * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -881,6 +980,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
@@ -902,6 +1003,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
@@ -909,8 +1012,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 3;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         readTime_ = builderForValue.build();
       } else {
@@ -921,6 +1023,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
@@ -930,9 +1034,9 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0) &&
-          readTime_ != null &&
-          readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0)
+            && readTime_ != null
+            && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getReadTimeBuilder().mergeFrom(value);
         } else {
           readTime_ = value;
@@ -947,6 +1051,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
@@ -965,6 +1071,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
@@ -978,6 +1086,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
@@ -989,11 +1099,12 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (readTimeBuilder_ != null) {
         return readTimeBuilder_.getMessageOrBuilder();
       } else {
-        return readTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
+        return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The read time of the query, when it is used to build the bundle. This is useful to
      * resume the query from the bundle, once it is loaded by client SDKs.
@@ -1002,21 +1113,24 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getReadTime(),
-                getParentForChildren(),
-                isClean());
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getReadTime(), getParentForChildren(), isClean());
         readTime_ = null;
       }
       return readTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1026,12 +1140,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.bundle.NamedQuery)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.bundle.NamedQuery)
   private static final com.google.firestore.bundle.NamedQuery DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.bundle.NamedQuery();
   }
@@ -1040,27 +1154,27 @@ public static com.google.firestore.bundle.NamedQuery getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public NamedQuery parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public NamedQuery parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1075,6 +1189,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.bundle.NamedQuery getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQueryOrBuilder.java b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQueryOrBuilder.java
similarity index 76%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQueryOrBuilder.java
rename to proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQueryOrBuilder.java
index 32b0326e4..f22e8c96b 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQueryOrBuilder.java
+++ b/proto-google-cloud-firestore-bundle-v1/src/main/java/com/google/firestore/bundle/NamedQueryOrBuilder.java
@@ -1,14 +1,32 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/bundle/bundle.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.bundle;
 
-public interface NamedQueryOrBuilder extends
+public interface NamedQueryOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.bundle.NamedQuery)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Name of the query, such that client can use the name to load this query
    * from bundle, and resume from when the query results are materialized
@@ -16,10 +34,13 @@ public interface NamedQueryOrBuilder extends
    * 
* * string name = 1; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Name of the query, such that client can use the name to load this query
    * from bundle, and resume from when the query results are materialized
@@ -27,30 +48,38 @@ public interface NamedQueryOrBuilder extends
    * 
* * string name = 1; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * The query saved in the bundle.
    * 
* * .google.firestore.bundle.BundledQuery bundled_query = 2; + * * @return Whether the bundledQuery field is set. */ boolean hasBundledQuery(); /** + * + * *
    * The query saved in the bundle.
    * 
* * .google.firestore.bundle.BundledQuery bundled_query = 2; + * * @return The bundledQuery. */ com.google.firestore.bundle.BundledQuery getBundledQuery(); /** + * + * *
    * The query saved in the bundle.
    * 
@@ -60,26 +89,34 @@ public interface NamedQueryOrBuilder extends com.google.firestore.bundle.BundledQueryOrBuilder getBundledQueryOrBuilder(); /** + * + * *
    * The read time of the query, when it is used to build the bundle. This is useful to
    * resume the query from the bundle, once it is loaded by client SDKs.
    * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * The read time of the query, when it is used to build the bundle. This is useful to
    * resume the query from the bundle, once it is loaded by client SDKs.
    * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * The read time of the query, when it is used to build the bundle. This is useful to
    * resume the query from the bundle, once it is loaded by client SDKs.
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/proto/google/firestore/bundle/bundle.proto b/proto-google-cloud-firestore-bundle-v1/src/main/proto/google/firestore/bundle/bundle.proto
similarity index 100%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-bundle-v1/src/main/proto/google/firestore/bundle/bundle.proto
rename to proto-google-cloud-firestore-bundle-v1/src/main/proto/google/firestore/bundle/bundle.proto
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResult.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResult.java
similarity index 65%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResult.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResult.java
index c87e8e4d7..6279d2942 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResult.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResult.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/aggregation_result.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * The result of a single bucket from a Firestore aggregation query.
  *
@@ -15,28 +32,27 @@
  *
  * Protobuf type {@code google.firestore.v1.AggregationResult}
  */
-public final class AggregationResult extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AggregationResult extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.AggregationResult)
     AggregationResultOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AggregationResult.newBuilder() to construct.
   private AggregationResult(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private AggregationResult() {
-  }
+
+  private AggregationResult() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AggregationResult();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.AggregationResultProto.internal_static_google_firestore_v1_AggregationResult_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.AggregationResultProto
+        .internal_static_google_firestore_v1_AggregationResult_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
@@ -47,45 +63,54 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
       case 2:
         return internalGetAggregateFields();
       default:
-        throw new RuntimeException(
-            "Invalid map field number: " + number);
+        throw new RuntimeException("Invalid map field number: " + number);
     }
   }
+
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.AggregationResultProto.internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable
+    return com.google.firestore.v1.AggregationResultProto
+        .internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.AggregationResult.class, com.google.firestore.v1.AggregationResult.Builder.class);
+            com.google.firestore.v1.AggregationResult.class,
+            com.google.firestore.v1.AggregationResult.Builder.class);
   }
 
   public static final int AGGREGATE_FIELDS_FIELD_NUMBER = 2;
+
   private static final class AggregateFieldsDefaultEntryHolder {
-    static final com.google.protobuf.MapEntry<
-        java.lang.String, com.google.firestore.v1.Value> defaultEntry =
+    static final com.google.protobuf.MapEntry
+        defaultEntry =
             com.google.protobuf.MapEntry
-            .newDefaultInstance(
-                com.google.firestore.v1.AggregationResultProto.internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor, 
-                com.google.protobuf.WireFormat.FieldType.STRING,
-                "",
-                com.google.protobuf.WireFormat.FieldType.MESSAGE,
-                com.google.firestore.v1.Value.getDefaultInstance());
+                .newDefaultInstance(
+                    com.google.firestore.v1.AggregationResultProto
+                        .internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor,
+                    com.google.protobuf.WireFormat.FieldType.STRING,
+                    "",
+                    com.google.protobuf.WireFormat.FieldType.MESSAGE,
+                    com.google.firestore.v1.Value.getDefaultInstance());
   }
+
   @SuppressWarnings("serial")
-  private com.google.protobuf.MapField<
-      java.lang.String, com.google.firestore.v1.Value> aggregateFields_;
   private com.google.protobuf.MapField
-  internalGetAggregateFields() {
+      aggregateFields_;
+
+  private com.google.protobuf.MapField
+      internalGetAggregateFields() {
     if (aggregateFields_ == null) {
       return com.google.protobuf.MapField.emptyMapField(
           AggregateFieldsDefaultEntryHolder.defaultEntry);
     }
     return aggregateFields_;
   }
+
   public int getAggregateFieldsCount() {
     return internalGetAggregateFields().getMap().size();
   }
   /**
+   *
+   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -98,20 +123,21 @@ public int getAggregateFieldsCount() {
    * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
    */
   @java.lang.Override
-  public boolean containsAggregateFields(
-      java.lang.String key) {
-    if (key == null) { throw new NullPointerException("map key"); }
+  public boolean containsAggregateFields(java.lang.String key) {
+    if (key == null) {
+      throw new NullPointerException("map key");
+    }
     return internalGetAggregateFields().getMap().containsKey(key);
   }
-  /**
-   * Use {@link #getAggregateFieldsMap()} instead.
-   */
+  /** Use {@link #getAggregateFieldsMap()} instead. */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getAggregateFields() {
     return getAggregateFieldsMap();
   }
   /**
+   *
+   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -128,6 +154,8 @@ public java.util.Map getAggrega
     return internalGetAggregateFields().getMap();
   }
   /**
+   *
+   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -140,17 +168,20 @@ public java.util.Map getAggrega
    * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
    */
   @java.lang.Override
-  public /* nullable */
-com.google.firestore.v1.Value getAggregateFieldsOrDefault(
+  public /* nullable */ com.google.firestore.v1.Value getAggregateFieldsOrDefault(
       java.lang.String key,
       /* nullable */
-com.google.firestore.v1.Value defaultValue) {
-    if (key == null) { throw new NullPointerException("map key"); }
+      com.google.firestore.v1.Value defaultValue) {
+    if (key == null) {
+      throw new NullPointerException("map key");
+    }
     java.util.Map map =
         internalGetAggregateFields().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
+   *
+   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -163,9 +194,10 @@ com.google.firestore.v1.Value getAggregateFieldsOrDefault(
    * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
    */
   @java.lang.Override
-  public com.google.firestore.v1.Value getAggregateFieldsOrThrow(
-      java.lang.String key) {
-    if (key == null) { throw new NullPointerException("map key"); }
+  public com.google.firestore.v1.Value getAggregateFieldsOrThrow(java.lang.String key) {
+    if (key == null) {
+      throw new NullPointerException("map key");
+    }
     java.util.Map map =
         internalGetAggregateFields().getMap();
     if (!map.containsKey(key)) {
@@ -175,6 +207,7 @@ public com.google.firestore.v1.Value getAggregateFieldsOrThrow(
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -186,14 +219,9 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
-    com.google.protobuf.GeneratedMessageV3
-      .serializeStringMapTo(
-        output,
-        internalGetAggregateFields(),
-        AggregateFieldsDefaultEntryHolder.defaultEntry,
-        2);
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
+        output, internalGetAggregateFields(), AggregateFieldsDefaultEntryHolder.defaultEntry, 2);
     getUnknownFields().writeTo(output);
   }
 
@@ -203,15 +231,16 @@ public int getSerializedSize() {
     if (size != -1) return size;
 
     size = 0;
-    for (java.util.Map.Entry entry
-         : internalGetAggregateFields().getMap().entrySet()) {
+    for (java.util.Map.Entry entry :
+        internalGetAggregateFields().getMap().entrySet()) {
       com.google.protobuf.MapEntry
-      aggregateFields__ = AggregateFieldsDefaultEntryHolder.defaultEntry.newBuilderForType()
-          .setKey(entry.getKey())
-          .setValue(entry.getValue())
-          .build();
-      size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(2, aggregateFields__);
+          aggregateFields__ =
+              AggregateFieldsDefaultEntryHolder.defaultEntry
+                  .newBuilderForType()
+                  .setKey(entry.getKey())
+                  .setValue(entry.getValue())
+                  .build();
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, aggregateFields__);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -221,15 +250,15 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.AggregationResult)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.AggregationResult other = (com.google.firestore.v1.AggregationResult) obj;
+    com.google.firestore.v1.AggregationResult other =
+        (com.google.firestore.v1.AggregationResult) obj;
 
-    if (!internalGetAggregateFields().equals(
-        other.internalGetAggregateFields())) return false;
+    if (!internalGetAggregateFields().equals(other.internalGetAggregateFields())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -250,99 +279,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.AggregationResult parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.AggregationResult parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.AggregationResult parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.AggregationResult parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.AggregationResult parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.AggregationResult parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.AggregationResult parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.AggregationResult parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.AggregationResult parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.AggregationResult parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.AggregationResult parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.AggregationResult parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.AggregationResult parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.AggregationResult parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.AggregationResult prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The result of a single bucket from a Firestore aggregation query.
    *
@@ -353,13 +387,13 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.AggregationResult}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.AggregationResult)
       com.google.firestore.v1.AggregationResultOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.AggregationResultProto.internal_static_google_firestore_v1_AggregationResult_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.AggregationResultProto
+          .internal_static_google_firestore_v1_AggregationResult_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
@@ -369,10 +403,10 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
         case 2:
           return internalGetAggregateFields();
         default:
-          throw new RuntimeException(
-              "Invalid map field number: " + number);
+          throw new RuntimeException("Invalid map field number: " + number);
       }
     }
+
     @SuppressWarnings({"rawtypes"})
     protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(
         int number) {
@@ -380,28 +414,27 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi
         case 2:
           return internalGetMutableAggregateFields();
         default:
-          throw new RuntimeException(
-              "Invalid map field number: " + number);
+          throw new RuntimeException("Invalid map field number: " + number);
       }
     }
+
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.AggregationResultProto.internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable
+      return com.google.firestore.v1.AggregationResultProto
+          .internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.AggregationResult.class, com.google.firestore.v1.AggregationResult.Builder.class);
+              com.google.firestore.v1.AggregationResult.class,
+              com.google.firestore.v1.AggregationResult.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.AggregationResult.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -411,9 +444,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.AggregationResultProto.internal_static_google_firestore_v1_AggregationResult_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.AggregationResultProto
+          .internal_static_google_firestore_v1_AggregationResult_descriptor;
     }
 
     @java.lang.Override
@@ -432,8 +465,11 @@ public com.google.firestore.v1.AggregationResult build() {
 
     @java.lang.Override
     public com.google.firestore.v1.AggregationResult buildPartial() {
-      com.google.firestore.v1.AggregationResult result = new com.google.firestore.v1.AggregationResult(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.AggregationResult result =
+          new com.google.firestore.v1.AggregationResult(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -441,7 +477,8 @@ public com.google.firestore.v1.AggregationResult buildPartial() {
     private void buildPartial0(com.google.firestore.v1.AggregationResult result) {
       int from_bitField0_ = bitField0_;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.aggregateFields_ = internalGetAggregateFields().build(AggregateFieldsDefaultEntryHolder.defaultEntry);
+        result.aggregateFields_ =
+            internalGetAggregateFields().build(AggregateFieldsDefaultEntryHolder.defaultEntry);
       }
     }
 
@@ -449,38 +486,39 @@ private void buildPartial0(com.google.firestore.v1.AggregationResult result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.AggregationResult) {
-        return mergeFrom((com.google.firestore.v1.AggregationResult)other);
+        return mergeFrom((com.google.firestore.v1.AggregationResult) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -489,8 +527,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
 
     public Builder mergeFrom(com.google.firestore.v1.AggregationResult other) {
       if (other == com.google.firestore.v1.AggregationResult.getDefaultInstance()) return this;
-      internalGetMutableAggregateFields().mergeFrom(
-          other.internalGetAggregateFields());
+      internalGetMutableAggregateFields().mergeFrom(other.internalGetAggregateFields());
       bitField0_ |= 0x00000001;
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -518,21 +555,26 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 18: {
-              com.google.protobuf.MapEntry
-              aggregateFields__ = input.readMessage(
-                  AggregateFieldsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
-              internalGetMutableAggregateFields().ensureBuilderMap().put(
-                  aggregateFields__.getKey(), aggregateFields__.getValue());
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 18
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 18:
+              {
+                com.google.protobuf.MapEntry
+                    aggregateFields__ =
+                        input.readMessage(
+                            AggregateFieldsDefaultEntryHolder.defaultEntry.getParserForType(),
+                            extensionRegistry);
+                internalGetMutableAggregateFields()
+                    .ensureBuilderMap()
+                    .put(aggregateFields__.getKey(), aggregateFields__.getValue());
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 18
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -542,32 +584,56 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
-    private static final class AggregateFieldsConverter implements com.google.protobuf.MapFieldBuilder.Converter {
+    private static final class AggregateFieldsConverter
+        implements com.google.protobuf.MapFieldBuilder.Converter<
+            java.lang.String,
+            com.google.firestore.v1.ValueOrBuilder,
+            com.google.firestore.v1.Value> {
       @java.lang.Override
       public com.google.firestore.v1.Value build(com.google.firestore.v1.ValueOrBuilder val) {
-        if (val instanceof com.google.firestore.v1.Value) { return (com.google.firestore.v1.Value) val; }
+        if (val instanceof com.google.firestore.v1.Value) {
+          return (com.google.firestore.v1.Value) val;
+        }
         return ((com.google.firestore.v1.Value.Builder) val).build();
       }
 
       @java.lang.Override
-      public com.google.protobuf.MapEntry defaultEntry() {
+      public com.google.protobuf.MapEntry
+          defaultEntry() {
         return AggregateFieldsDefaultEntryHolder.defaultEntry;
       }
     };
-    private static final AggregateFieldsConverter aggregateFieldsConverter = new AggregateFieldsConverter();
+
+    private static final AggregateFieldsConverter aggregateFieldsConverter =
+        new AggregateFieldsConverter();
+
+    private com.google.protobuf.MapFieldBuilder<
+            java.lang.String,
+            com.google.firestore.v1.ValueOrBuilder,
+            com.google.firestore.v1.Value,
+            com.google.firestore.v1.Value.Builder>
+        aggregateFields_;
 
     private com.google.protobuf.MapFieldBuilder<
-        java.lang.String, com.google.firestore.v1.ValueOrBuilder, com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder> aggregateFields_;
-    private com.google.protobuf.MapFieldBuilder
+            java.lang.String,
+            com.google.firestore.v1.ValueOrBuilder,
+            com.google.firestore.v1.Value,
+            com.google.firestore.v1.Value.Builder>
         internalGetAggregateFields() {
       if (aggregateFields_ == null) {
         return new com.google.protobuf.MapFieldBuilder<>(aggregateFieldsConverter);
       }
       return aggregateFields_;
     }
-    private com.google.protobuf.MapFieldBuilder
+
+    private com.google.protobuf.MapFieldBuilder<
+            java.lang.String,
+            com.google.firestore.v1.ValueOrBuilder,
+            com.google.firestore.v1.Value,
+            com.google.firestore.v1.Value.Builder>
         internalGetMutableAggregateFields() {
       if (aggregateFields_ == null) {
         aggregateFields_ = new com.google.protobuf.MapFieldBuilder<>(aggregateFieldsConverter);
@@ -576,10 +642,13 @@ public com.google.protobuf.MapEntry
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -592,20 +661,21 @@ public int getAggregateFieldsCount() {
      * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
      */
     @java.lang.Override
-    public boolean containsAggregateFields(
-        java.lang.String key) {
-      if (key == null) { throw new NullPointerException("map key"); }
+    public boolean containsAggregateFields(java.lang.String key) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
       return internalGetAggregateFields().ensureBuilderMap().containsKey(key);
     }
-    /**
-     * Use {@link #getAggregateFieldsMap()} instead.
-     */
+    /** Use {@link #getAggregateFieldsMap()} instead. */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getAggregateFields() {
       return getAggregateFieldsMap();
     }
     /**
+     *
+     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -622,6 +692,8 @@ public java.util.Map getAggrega
       return internalGetAggregateFields().getImmutableMap();
     }
     /**
+     *
+     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -634,16 +706,20 @@ public java.util.Map getAggrega
      * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
      */
     @java.lang.Override
-    public /* nullable */
-com.google.firestore.v1.Value getAggregateFieldsOrDefault(
+    public /* nullable */ com.google.firestore.v1.Value getAggregateFieldsOrDefault(
         java.lang.String key,
         /* nullable */
-com.google.firestore.v1.Value defaultValue) {
-      if (key == null) { throw new NullPointerException("map key"); }
-      java.util.Map map = internalGetMutableAggregateFields().ensureBuilderMap();
+        com.google.firestore.v1.Value defaultValue) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
+      java.util.Map map =
+          internalGetMutableAggregateFields().ensureBuilderMap();
       return map.containsKey(key) ? aggregateFieldsConverter.build(map.get(key)) : defaultValue;
     }
     /**
+     *
+     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -656,21 +732,26 @@ com.google.firestore.v1.Value getAggregateFieldsOrDefault(
      * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
      */
     @java.lang.Override
-    public com.google.firestore.v1.Value getAggregateFieldsOrThrow(
-        java.lang.String key) {
-      if (key == null) { throw new NullPointerException("map key"); }
-      java.util.Map map = internalGetMutableAggregateFields().ensureBuilderMap();
+    public com.google.firestore.v1.Value getAggregateFieldsOrThrow(java.lang.String key) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
+      java.util.Map map =
+          internalGetMutableAggregateFields().ensureBuilderMap();
       if (!map.containsKey(key)) {
         throw new java.lang.IllegalArgumentException();
       }
       return aggregateFieldsConverter.build(map.get(key));
     }
+
     public Builder clearAggregateFields() {
       bitField0_ = (bitField0_ & ~0x00000001);
       internalGetMutableAggregateFields().clear();
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -682,16 +763,14 @@ public Builder clearAggregateFields() {
      *
      * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
      */
-    public Builder removeAggregateFields(
-        java.lang.String key) {
-      if (key == null) { throw new NullPointerException("map key"); }
-      internalGetMutableAggregateFields().ensureBuilderMap()
-          .remove(key);
+    public Builder removeAggregateFields(java.lang.String key) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
+      internalGetMutableAggregateFields().ensureBuilderMap().remove(key);
       return this;
     }
-    /**
-     * Use alternate mutation accessors instead.
-     */
+    /** Use alternate mutation accessors instead. */
     @java.lang.Deprecated
     public java.util.Map
         getMutableAggregateFields() {
@@ -699,6 +778,8 @@ public Builder removeAggregateFields(
       return internalGetMutableAggregateFields().ensureMessageMap();
     }
     /**
+     *
+     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -710,17 +791,20 @@ public Builder removeAggregateFields(
      *
      * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
      */
-    public Builder putAggregateFields(
-        java.lang.String key,
-        com.google.firestore.v1.Value value) {
-      if (key == null) { throw new NullPointerException("map key"); }
-      if (value == null) { throw new NullPointerException("map value"); }
-      internalGetMutableAggregateFields().ensureBuilderMap()
-          .put(key, value);
+    public Builder putAggregateFields(java.lang.String key, com.google.firestore.v1.Value value) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
+      if (value == null) {
+        throw new NullPointerException("map value");
+      }
+      internalGetMutableAggregateFields().ensureBuilderMap().put(key, value);
       bitField0_ |= 0x00000001;
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -734,17 +818,19 @@ public Builder putAggregateFields(
      */
     public Builder putAllAggregateFields(
         java.util.Map values) {
-      for (java.util.Map.Entry e : values.entrySet()) {
+      for (java.util.Map.Entry e :
+          values.entrySet()) {
         if (e.getKey() == null || e.getValue() == null) {
           throw new NullPointerException();
         }
       }
-      internalGetMutableAggregateFields().ensureBuilderMap()
-          .putAll(values);
+      internalGetMutableAggregateFields().ensureBuilderMap().putAll(values);
       bitField0_ |= 0x00000001;
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
      *
@@ -758,7 +844,8 @@ public Builder putAllAggregateFields(
      */
     public com.google.firestore.v1.Value.Builder putAggregateFieldsBuilderIfAbsent(
         java.lang.String key) {
-      java.util.Map builderMap = internalGetMutableAggregateFields().ensureBuilderMap();
+      java.util.Map builderMap =
+          internalGetMutableAggregateFields().ensureBuilderMap();
       com.google.firestore.v1.ValueOrBuilder entry = builderMap.get(key);
       if (entry == null) {
         entry = com.google.firestore.v1.Value.newBuilder();
@@ -770,9 +857,9 @@ public com.google.firestore.v1.Value.Builder putAggregateFieldsBuilderIfAbsent(
       }
       return (com.google.firestore.v1.Value.Builder) entry;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -782,12 +869,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.AggregationResult)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.AggregationResult)
   private static final com.google.firestore.v1.AggregationResult DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.AggregationResult();
   }
@@ -796,27 +883,27 @@ public static com.google.firestore.v1.AggregationResult getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public AggregationResult parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public AggregationResult parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -831,6 +918,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.AggregationResult getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultOrBuilder.java
similarity index 72%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultOrBuilder.java
index ce2429534..31cd9b122 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultOrBuilder.java
@@ -1,14 +1,32 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/aggregation_result.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface AggregationResultOrBuilder extends
+public interface AggregationResultOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.AggregationResult)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -22,6 +40,8 @@ public interface AggregationResultOrBuilder extends
    */
   int getAggregateFieldsCount();
   /**
+   *
+   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -33,15 +53,13 @@ public interface AggregationResultOrBuilder extends
    *
    * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
    */
-  boolean containsAggregateFields(
-      java.lang.String key);
-  /**
-   * Use {@link #getAggregateFieldsMap()} instead.
-   */
+  boolean containsAggregateFields(java.lang.String key);
+  /** Use {@link #getAggregateFieldsMap()} instead. */
   @java.lang.Deprecated
-  java.util.Map
-  getAggregateFields();
+  java.util.Map getAggregateFields();
   /**
+   *
+   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -53,9 +71,10 @@ boolean containsAggregateFields(
    *
    * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
    */
-  java.util.Map
-  getAggregateFieldsMap();
+  java.util.Map getAggregateFieldsMap();
   /**
+   *
+   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -68,11 +87,13 @@ boolean containsAggregateFields(
    * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
    */
   /* nullable */
-com.google.firestore.v1.Value getAggregateFieldsOrDefault(
+  com.google.firestore.v1.Value getAggregateFieldsOrDefault(
       java.lang.String key,
       /* nullable */
-com.google.firestore.v1.Value defaultValue);
+      com.google.firestore.v1.Value defaultValue);
   /**
+   *
+   *
    * 
    * The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
    *
@@ -84,6 +105,5 @@ com.google.firestore.v1.Value getAggregateFieldsOrDefault(
    *
    * map<string, .google.firestore.v1.Value> aggregate_fields = 2;
    */
-  com.google.firestore.v1.Value getAggregateFieldsOrThrow(
-      java.lang.String key);
+  com.google.firestore.v1.Value getAggregateFieldsOrThrow(java.lang.String key);
 }
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java
new file mode 100644
index 000000000..045308c83
--- /dev/null
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AggregationResultProto.java
@@ -0,0 +1,88 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/v1/aggregation_result.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.v1;
+
+public final class AggregationResultProto {
+  private AggregationResultProto() {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_AggregationResult_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+    return descriptor;
+  }
+
+  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
+
+  static {
+    java.lang.String[] descriptorData = {
+      "\n,google/firestore/v1/aggregation_result"
+          + ".proto\022\023google.firestore.v1\032\"google/fire"
+          + "store/v1/document.proto\"\276\001\n\021AggregationR"
+          + "esult\022U\n\020aggregate_fields\030\002 \003(\0132;.google"
+          + ".firestore.v1.AggregationResult.Aggregat"
+          + "eFieldsEntry\032R\n\024AggregateFieldsEntry\022\013\n\003"
+          + "key\030\001 \001(\t\022)\n\005value\030\002 \001(\0132\032.google.firest"
+          + "ore.v1.Value:\0028\001B\316\001\n\027com.google.firestor"
+          + "e.v1B\026AggregationResultProtoP\001Z;cloud.go"
+          + "ogle.com/go/firestore/apiv1/firestorepb;"
+          + "firestorepb\242\002\004GCFS\252\002\031Google.Cloud.Firest"
+          + "ore.V1\312\002\031Google\\Cloud\\Firestore\\V1\352\002\034Goo"
+          + "gle::Cloud::Firestore::V1b\006proto3"
+    };
+    descriptor =
+        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
+            descriptorData,
+            new com.google.protobuf.Descriptors.FileDescriptor[] {
+              com.google.firestore.v1.DocumentProto.getDescriptor(),
+            });
+    internal_static_google_firestore_v1_AggregationResult_descriptor =
+        getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_v1_AggregationResult_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_AggregationResult_descriptor,
+            new java.lang.String[] {
+              "AggregateFields",
+            });
+    internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor =
+        internal_static_google_firestore_v1_AggregationResult_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_AggregationResult_AggregateFieldsEntry_descriptor,
+            new java.lang.String[] {
+              "Key", "Value",
+            });
+    com.google.firestore.v1.DocumentProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValue.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValue.java
similarity index 69%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValue.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValue.java
index aac416547..68fb85de8 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValue.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValue.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/document.proto
 
@@ -5,49 +20,56 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * An array value.
  * 
* * Protobuf type {@code google.firestore.v1.ArrayValue} */ -public final class ArrayValue extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ArrayValue extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.ArrayValue) ArrayValueOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ArrayValue.newBuilder() to construct. private ArrayValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ArrayValue() { values_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ArrayValue(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_ArrayValue_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_ArrayValue_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ArrayValue.class, com.google.firestore.v1.ArrayValue.Builder.class); + com.google.firestore.v1.ArrayValue.class, + com.google.firestore.v1.ArrayValue.Builder.class); } public static final int VALUES_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private java.util.List values_; /** + * + * *
    * Values in the array.
    * 
@@ -59,6 +81,8 @@ public java.util.List getValuesList() { return values_; } /** + * + * *
    * Values in the array.
    * 
@@ -66,11 +90,12 @@ public java.util.List getValuesList() { * repeated .google.firestore.v1.Value values = 1; */ @java.lang.Override - public java.util.List - getValuesOrBuilderList() { + public java.util.List getValuesOrBuilderList() { return values_; } /** + * + * *
    * Values in the array.
    * 
@@ -82,6 +107,8 @@ public int getValuesCount() { return values_.size(); } /** + * + * *
    * Values in the array.
    * 
@@ -93,6 +120,8 @@ public com.google.firestore.v1.Value getValues(int index) { return values_.get(index); } /** + * + * *
    * Values in the array.
    * 
@@ -100,12 +129,12 @@ public com.google.firestore.v1.Value getValues(int index) { * repeated .google.firestore.v1.Value values = 1; */ @java.lang.Override - public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder( - int index) { + public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index) { return values_.get(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -117,8 +146,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < values_.size(); i++) { output.writeMessage(1, values_.get(i)); } @@ -132,8 +160,7 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < values_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, values_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, values_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -143,15 +170,14 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.ArrayValue)) { return super.equals(obj); } com.google.firestore.v1.ArrayValue other = (com.google.firestore.v1.ArrayValue) obj; - if (!getValuesList() - .equals(other.getValuesList())) return false; + if (!getValuesList().equals(other.getValuesList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -172,132 +198,135 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.ArrayValue parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.ArrayValue parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ArrayValue parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ArrayValue parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.firestore.v1.ArrayValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ArrayValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ArrayValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ArrayValue parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ArrayValue parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.ArrayValue parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.v1.ArrayValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.ArrayValue parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.ArrayValue parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.ArrayValue parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.ArrayValue prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * An array value.
    * 
* * Protobuf type {@code google.firestore.v1.ArrayValue} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.ArrayValue) com.google.firestore.v1.ArrayValueOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_ArrayValue_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_ArrayValue_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ArrayValue.class, com.google.firestore.v1.ArrayValue.Builder.class); + com.google.firestore.v1.ArrayValue.class, + com.google.firestore.v1.ArrayValue.Builder.class); } // Construct using com.google.firestore.v1.ArrayValue.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -313,9 +342,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_ArrayValue_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_ArrayValue_descriptor; } @java.lang.Override @@ -336,7 +365,9 @@ public com.google.firestore.v1.ArrayValue build() { public com.google.firestore.v1.ArrayValue buildPartial() { com.google.firestore.v1.ArrayValue result = new com.google.firestore.v1.ArrayValue(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -361,38 +392,39 @@ private void buildPartial0(com.google.firestore.v1.ArrayValue result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.ArrayValue) { - return mergeFrom((com.google.firestore.v1.ArrayValue)other); + return mergeFrom((com.google.firestore.v1.ArrayValue) other); } else { super.mergeFrom(other); return this; @@ -419,9 +451,10 @@ public Builder mergeFrom(com.google.firestore.v1.ArrayValue other) { valuesBuilder_ = null; values_ = other.values_; bitField0_ = (bitField0_ & ~0x00000001); - valuesBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getValuesFieldBuilder() : null; + valuesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getValuesFieldBuilder() + : null; } else { valuesBuilder_.addAllMessages(other.values_); } @@ -453,25 +486,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - com.google.firestore.v1.Value m = - input.readMessage( - com.google.firestore.v1.Value.parser(), - extensionRegistry); - if (valuesBuilder_ == null) { - ensureValuesIsMutable(); - values_.add(m); - } else { - valuesBuilder_.addMessage(m); - } - break; - } // case 10 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + com.google.firestore.v1.Value m = + input.readMessage(com.google.firestore.v1.Value.parser(), extensionRegistry); + if (valuesBuilder_ == null) { + ensureValuesIsMutable(); + values_.add(m); + } else { + valuesBuilder_.addMessage(m); + } + break; + } // case 10 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -481,21 +514,28 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.util.List values_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureValuesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { values_ = new java.util.ArrayList(values_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> valuesBuilder_; + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder, + com.google.firestore.v1.ValueOrBuilder> + valuesBuilder_; /** + * + * *
      * Values in the array.
      * 
@@ -510,6 +550,8 @@ public java.util.List getValuesList() { } } /** + * + * *
      * Values in the array.
      * 
@@ -524,6 +566,8 @@ public int getValuesCount() { } } /** + * + * *
      * Values in the array.
      * 
@@ -538,14 +582,15 @@ public com.google.firestore.v1.Value getValues(int index) { } } /** + * + * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public Builder setValues( - int index, com.google.firestore.v1.Value value) { + public Builder setValues(int index, com.google.firestore.v1.Value value) { if (valuesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -559,14 +604,15 @@ public Builder setValues( return this; } /** + * + * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public Builder setValues( - int index, com.google.firestore.v1.Value.Builder builderForValue) { + public Builder setValues(int index, com.google.firestore.v1.Value.Builder builderForValue) { if (valuesBuilder_ == null) { ensureValuesIsMutable(); values_.set(index, builderForValue.build()); @@ -577,6 +623,8 @@ public Builder setValues( return this; } /** + * + * *
      * Values in the array.
      * 
@@ -597,14 +645,15 @@ public Builder addValues(com.google.firestore.v1.Value value) { return this; } /** + * + * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public Builder addValues( - int index, com.google.firestore.v1.Value value) { + public Builder addValues(int index, com.google.firestore.v1.Value value) { if (valuesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -618,14 +667,15 @@ public Builder addValues( return this; } /** + * + * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public Builder addValues( - com.google.firestore.v1.Value.Builder builderForValue) { + public Builder addValues(com.google.firestore.v1.Value.Builder builderForValue) { if (valuesBuilder_ == null) { ensureValuesIsMutable(); values_.add(builderForValue.build()); @@ -636,14 +686,15 @@ public Builder addValues( return this; } /** + * + * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public Builder addValues( - int index, com.google.firestore.v1.Value.Builder builderForValue) { + public Builder addValues(int index, com.google.firestore.v1.Value.Builder builderForValue) { if (valuesBuilder_ == null) { ensureValuesIsMutable(); values_.add(index, builderForValue.build()); @@ -654,6 +705,8 @@ public Builder addValues( return this; } /** + * + * *
      * Values in the array.
      * 
@@ -664,8 +717,7 @@ public Builder addAllValues( java.lang.Iterable values) { if (valuesBuilder_ == null) { ensureValuesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, values_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, values_); onChanged(); } else { valuesBuilder_.addAllMessages(values); @@ -673,6 +725,8 @@ public Builder addAllValues( return this; } /** + * + * *
      * Values in the array.
      * 
@@ -690,6 +744,8 @@ public Builder clearValues() { return this; } /** + * + * *
      * Values in the array.
      * 
@@ -707,39 +763,44 @@ public Builder removeValues(int index) { return this; } /** + * + * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public com.google.firestore.v1.Value.Builder getValuesBuilder( - int index) { + public com.google.firestore.v1.Value.Builder getValuesBuilder(int index) { return getValuesFieldBuilder().getBuilder(index); } /** + * + * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder( - int index) { + public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index) { if (valuesBuilder_ == null) { - return values_.get(index); } else { + return values_.get(index); + } else { return valuesBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public java.util.List - getValuesOrBuilderList() { + public java.util.List + getValuesOrBuilderList() { if (valuesBuilder_ != null) { return valuesBuilder_.getMessageOrBuilderList(); } else { @@ -747,6 +808,8 @@ public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder( } } /** + * + * *
      * Values in the array.
      * 
@@ -754,49 +817,53 @@ public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder( * repeated .google.firestore.v1.Value values = 1; */ public com.google.firestore.v1.Value.Builder addValuesBuilder() { - return getValuesFieldBuilder().addBuilder( - com.google.firestore.v1.Value.getDefaultInstance()); + return getValuesFieldBuilder().addBuilder(com.google.firestore.v1.Value.getDefaultInstance()); } /** + * + * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public com.google.firestore.v1.Value.Builder addValuesBuilder( - int index) { - return getValuesFieldBuilder().addBuilder( - index, com.google.firestore.v1.Value.getDefaultInstance()); + public com.google.firestore.v1.Value.Builder addValuesBuilder(int index) { + return getValuesFieldBuilder() + .addBuilder(index, com.google.firestore.v1.Value.getDefaultInstance()); } /** + * + * *
      * Values in the array.
      * 
* * repeated .google.firestore.v1.Value values = 1; */ - public java.util.List - getValuesBuilderList() { + public java.util.List getValuesBuilderList() { return getValuesFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder, + com.google.firestore.v1.ValueOrBuilder> getValuesFieldBuilder() { if (valuesBuilder_ == null) { - valuesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>( - values_, - ((bitField0_ & 0x00000001) != 0), - getParentForChildren(), - isClean()); + valuesBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder, + com.google.firestore.v1.ValueOrBuilder>( + values_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); values_ = null; } return valuesBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -806,12 +873,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.ArrayValue) } // @@protoc_insertion_point(class_scope:google.firestore.v1.ArrayValue) private static final com.google.firestore.v1.ArrayValue DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.ArrayValue(); } @@ -820,27 +887,27 @@ public static com.google.firestore.v1.ArrayValue getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ArrayValue parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ArrayValue parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -855,6 +922,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.ArrayValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValueOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValueOrBuilder.java similarity index 56% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValueOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValueOrBuilder.java index e617426f4..816cff9fc 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValueOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ArrayValueOrBuilder.java @@ -1,23 +1,42 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/document.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface ArrayValueOrBuilder extends +public interface ArrayValueOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.ArrayValue) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Values in the array.
    * 
* * repeated .google.firestore.v1.Value values = 1; */ - java.util.List - getValuesList(); + java.util.List getValuesList(); /** + * + * *
    * Values in the array.
    * 
@@ -26,6 +45,8 @@ public interface ArrayValueOrBuilder extends */ com.google.firestore.v1.Value getValues(int index); /** + * + * *
    * Values in the array.
    * 
@@ -34,21 +55,23 @@ public interface ArrayValueOrBuilder extends */ int getValuesCount(); /** + * + * *
    * Values in the array.
    * 
* * repeated .google.firestore.v1.Value values = 1; */ - java.util.List - getValuesOrBuilderList(); + java.util.List getValuesOrBuilderList(); /** + * + * *
    * Values in the array.
    * 
* * repeated .google.firestore.v1.Value values = 1; */ - com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder( - int index); + com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequest.java similarity index 76% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequest.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequest.java index 431cad628..de9916966 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequest.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,6 +20,8 @@ package com.google.firestore.v1; /** + * + * *
  * The request for
  * [Firestore.BatchGetDocuments][google.firestore.v1.Firestore.BatchGetDocuments].
@@ -12,53 +29,58 @@
  *
  * Protobuf type {@code google.firestore.v1.BatchGetDocumentsRequest}
  */
-public final class BatchGetDocumentsRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class BatchGetDocumentsRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BatchGetDocumentsRequest)
     BatchGetDocumentsRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use BatchGetDocumentsRequest.newBuilder() to construct.
   private BatchGetDocumentsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private BatchGetDocumentsRequest() {
     database_ = "";
-    documents_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
+    documents_ = com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new BatchGetDocumentsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_BatchGetDocumentsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BatchGetDocumentsRequest.class, com.google.firestore.v1.BatchGetDocumentsRequest.Builder.class);
+            com.google.firestore.v1.BatchGetDocumentsRequest.class,
+            com.google.firestore.v1.BatchGetDocumentsRequest.Builder.class);
   }
 
   private int bitField0_;
   private int consistencySelectorCase_ = 0;
+
   @SuppressWarnings("serial")
   private java.lang.Object consistencySelector_;
+
   public enum ConsistencySelectorCase
-      implements com.google.protobuf.Internal.EnumLite,
+      implements
+          com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     TRANSACTION(4),
     NEW_TRANSACTION(5),
     READ_TIME(7),
     CONSISTENCYSELECTOR_NOT_SET(0);
     private final int value;
+
     private ConsistencySelectorCase(int value) {
       this.value = value;
     }
@@ -74,34 +96,42 @@ public static ConsistencySelectorCase valueOf(int value) {
 
     public static ConsistencySelectorCase forNumber(int value) {
       switch (value) {
-        case 4: return TRANSACTION;
-        case 5: return NEW_TRANSACTION;
-        case 7: return READ_TIME;
-        case 0: return CONSISTENCYSELECTOR_NOT_SET;
-        default: return null;
+        case 4:
+          return TRANSACTION;
+        case 5:
+          return NEW_TRANSACTION;
+        case 7:
+          return READ_TIME;
+        case 0:
+          return CONSISTENCYSELECTOR_NOT_SET;
+        default:
+          return null;
       }
     }
+
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ConsistencySelectorCase
-  getConsistencySelectorCase() {
-    return ConsistencySelectorCase.forNumber(
-        consistencySelectorCase_);
+  public ConsistencySelectorCase getConsistencySelectorCase() {
+    return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
   }
 
   public static final int DATABASE_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object database_ = "";
   /**
+   *
+   *
    * 
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ @java.lang.Override @@ -110,30 +140,30 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -142,10 +172,13 @@ public java.lang.String getDatabase() { } public static final int DOCUMENTS_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -154,13 +187,15 @@ public java.lang.String getDatabase() {
    * 
* * repeated string documents = 2; + * * @return A list containing the documents. */ - public com.google.protobuf.ProtocolStringList - getDocumentsList() { + public com.google.protobuf.ProtocolStringList getDocumentsList() { return documents_; } /** + * + * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -169,12 +204,15 @@ public java.lang.String getDatabase() {
    * 
* * repeated string documents = 2; + * * @return The count of documents. */ public int getDocumentsCount() { return documents_.size(); } /** + * + * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -183,6 +221,7 @@ public int getDocumentsCount() {
    * 
* * repeated string documents = 2; + * * @param index The index of the element to return. * @return The documents at the given index. */ @@ -190,6 +229,8 @@ public java.lang.String getDocuments(int index) { return documents_.get(index); } /** + * + * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -198,17 +239,19 @@ public java.lang.String getDocuments(int index) {
    * 
* * repeated string documents = 2; + * * @param index The index of the value to return. * @return The bytes of the documents at the given index. */ - public com.google.protobuf.ByteString - getDocumentsBytes(int index) { + public com.google.protobuf.ByteString getDocumentsBytes(int index) { return documents_.getByteString(index); } public static final int MASK_FIELD_NUMBER = 3; private com.google.firestore.v1.DocumentMask mask_; /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -217,6 +260,7 @@ public java.lang.String getDocuments(int index) {
    * 
* * .google.firestore.v1.DocumentMask mask = 3; + * * @return Whether the mask field is set. */ @java.lang.Override @@ -224,6 +268,8 @@ public boolean hasMask() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -232,6 +278,7 @@ public boolean hasMask() {
    * 
* * .google.firestore.v1.DocumentMask mask = 3; + * * @return The mask. */ @java.lang.Override @@ -239,6 +286,8 @@ public com.google.firestore.v1.DocumentMask getMask() { return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_; } /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -255,11 +304,14 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
 
   public static final int TRANSACTION_FIELD_NUMBER = 4;
   /**
+   *
+   *
    * 
    * Reads documents in a transaction.
    * 
* * bytes transaction = 4; + * * @return Whether the transaction field is set. */ @java.lang.Override @@ -267,11 +319,14 @@ public boolean hasTransaction() { return consistencySelectorCase_ == 4; } /** + * + * *
    * Reads documents in a transaction.
    * 
* * bytes transaction = 4; + * * @return The transaction. */ @java.lang.Override @@ -284,6 +339,8 @@ public com.google.protobuf.ByteString getTransaction() { public static final int NEW_TRANSACTION_FIELD_NUMBER = 5; /** + * + * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -292,6 +349,7 @@ public com.google.protobuf.ByteString getTransaction() {
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; + * * @return Whether the newTransaction field is set. */ @java.lang.Override @@ -299,6 +357,8 @@ public boolean hasNewTransaction() { return consistencySelectorCase_ == 5; } /** + * + * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -307,16 +367,19 @@ public boolean hasNewTransaction() {
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; + * * @return The newTransaction. */ @java.lang.Override public com.google.firestore.v1.TransactionOptions getNewTransaction() { if (consistencySelectorCase_ == 5) { - return (com.google.firestore.v1.TransactionOptions) consistencySelector_; + return (com.google.firestore.v1.TransactionOptions) consistencySelector_; } return com.google.firestore.v1.TransactionOptions.getDefaultInstance(); } /** + * + * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -329,13 +392,15 @@ public com.google.firestore.v1.TransactionOptions getNewTransaction() {
   @java.lang.Override
   public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBuilder() {
     if (consistencySelectorCase_ == 5) {
-       return (com.google.firestore.v1.TransactionOptions) consistencySelector_;
+      return (com.google.firestore.v1.TransactionOptions) consistencySelector_;
     }
     return com.google.firestore.v1.TransactionOptions.getDefaultInstance();
   }
 
   public static final int READ_TIME_FIELD_NUMBER = 7;
   /**
+   *
+   *
    * 
    * Reads documents as they were at the given time.
    *
@@ -345,6 +410,7 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
    * 
* * .google.protobuf.Timestamp read_time = 7; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -352,6 +418,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 7; } /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -361,16 +429,19 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 7; + * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 7) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -384,12 +455,13 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (consistencySelectorCase_ == 7) {
-       return (com.google.protobuf.Timestamp) consistencySelector_;
+      return (com.google.protobuf.Timestamp) consistencySelector_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -401,8 +473,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, database_);
     }
@@ -413,8 +484,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
       output.writeMessage(3, getMask());
     }
     if (consistencySelectorCase_ == 4) {
-      output.writeBytes(
-          4, (com.google.protobuf.ByteString) consistencySelector_);
+      output.writeBytes(4, (com.google.protobuf.ByteString) consistencySelector_);
     }
     if (consistencySelectorCase_ == 5) {
       output.writeMessage(5, (com.google.firestore.v1.TransactionOptions) consistencySelector_);
@@ -443,21 +513,22 @@ public int getSerializedSize() {
       size += 1 * getDocumentsList().size();
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getMask());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getMask());
     }
     if (consistencySelectorCase_ == 4) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBytesSize(
-            4, (com.google.protobuf.ByteString) consistencySelector_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeBytesSize(
+              4, (com.google.protobuf.ByteString) consistencySelector_);
     }
     if (consistencySelectorCase_ == 5) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(5, (com.google.firestore.v1.TransactionOptions) consistencySelector_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              5, (com.google.firestore.v1.TransactionOptions) consistencySelector_);
     }
     if (consistencySelectorCase_ == 7) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(7, (com.google.protobuf.Timestamp) consistencySelector_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              7, (com.google.protobuf.Timestamp) consistencySelector_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -467,35 +538,30 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.BatchGetDocumentsRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.BatchGetDocumentsRequest other = (com.google.firestore.v1.BatchGetDocumentsRequest) obj;
+    com.google.firestore.v1.BatchGetDocumentsRequest other =
+        (com.google.firestore.v1.BatchGetDocumentsRequest) obj;
 
-    if (!getDatabase()
-        .equals(other.getDatabase())) return false;
-    if (!getDocumentsList()
-        .equals(other.getDocumentsList())) return false;
+    if (!getDatabase().equals(other.getDatabase())) return false;
+    if (!getDocumentsList().equals(other.getDocumentsList())) return false;
     if (hasMask() != other.hasMask()) return false;
     if (hasMask()) {
-      if (!getMask()
-          .equals(other.getMask())) return false;
+      if (!getMask().equals(other.getMask())) return false;
     }
     if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false;
     switch (consistencySelectorCase_) {
       case 4:
-        if (!getTransaction()
-            .equals(other.getTransaction())) return false;
+        if (!getTransaction().equals(other.getTransaction())) return false;
         break;
       case 5:
-        if (!getNewTransaction()
-            .equals(other.getNewTransaction())) return false;
+        if (!getNewTransaction().equals(other.getNewTransaction())) return false;
         break;
       case 7:
-        if (!getReadTime()
-            .equals(other.getReadTime())) return false;
+        if (!getReadTime().equals(other.getReadTime())) return false;
         break;
       case 0:
       default:
@@ -542,99 +608,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.BatchGetDocumentsRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.BatchGetDocumentsRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.BatchGetDocumentsRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The request for
    * [Firestore.BatchGetDocuments][google.firestore.v1.Firestore.BatchGetDocuments].
@@ -642,21 +713,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.BatchGetDocumentsRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BatchGetDocumentsRequest)
       com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BatchGetDocumentsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BatchGetDocumentsRequest.class, com.google.firestore.v1.BatchGetDocumentsRequest.Builder.class);
+              com.google.firestore.v1.BatchGetDocumentsRequest.class,
+              com.google.firestore.v1.BatchGetDocumentsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BatchGetDocumentsRequest.newBuilder()
@@ -664,24 +737,23 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getMaskFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
       bitField0_ = 0;
       database_ = "";
-      documents_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
+      documents_ = com.google.protobuf.LazyStringArrayList.emptyList();
       mask_ = null;
       if (maskBuilder_ != null) {
         maskBuilder_.dispose();
@@ -699,9 +771,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -720,8 +792,11 @@ public com.google.firestore.v1.BatchGetDocumentsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.BatchGetDocumentsRequest buildPartial() {
-      com.google.firestore.v1.BatchGetDocumentsRequest result = new com.google.firestore.v1.BatchGetDocumentsRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.BatchGetDocumentsRequest result =
+          new com.google.firestore.v1.BatchGetDocumentsRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -738,9 +813,7 @@ private void buildPartial0(com.google.firestore.v1.BatchGetDocumentsRequest resu
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.mask_ = maskBuilder_ == null
-            ? mask_
-            : maskBuilder_.build();
+        result.mask_ = maskBuilder_ == null ? mask_ : maskBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -749,12 +822,10 @@ private void buildPartial0(com.google.firestore.v1.BatchGetDocumentsRequest resu
     private void buildPartialOneofs(com.google.firestore.v1.BatchGetDocumentsRequest result) {
       result.consistencySelectorCase_ = consistencySelectorCase_;
       result.consistencySelector_ = this.consistencySelector_;
-      if (consistencySelectorCase_ == 5 &&
-          newTransactionBuilder_ != null) {
+      if (consistencySelectorCase_ == 5 && newTransactionBuilder_ != null) {
         result.consistencySelector_ = newTransactionBuilder_.build();
       }
-      if (consistencySelectorCase_ == 7 &&
-          readTimeBuilder_ != null) {
+      if (consistencySelectorCase_ == 7 && readTimeBuilder_ != null) {
         result.consistencySelector_ = readTimeBuilder_.build();
       }
     }
@@ -763,38 +834,39 @@ private void buildPartialOneofs(com.google.firestore.v1.BatchGetDocumentsRequest
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BatchGetDocumentsRequest) {
-        return mergeFrom((com.google.firestore.v1.BatchGetDocumentsRequest)other);
+        return mergeFrom((com.google.firestore.v1.BatchGetDocumentsRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -802,7 +874,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.BatchGetDocumentsRequest other) {
-      if (other == com.google.firestore.v1.BatchGetDocumentsRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.v1.BatchGetDocumentsRequest.getDefaultInstance())
+        return this;
       if (!other.getDatabase().isEmpty()) {
         database_ = other.database_;
         bitField0_ |= 0x00000001;
@@ -822,21 +895,25 @@ public Builder mergeFrom(com.google.firestore.v1.BatchGetDocumentsRequest other)
         mergeMask(other.getMask());
       }
       switch (other.getConsistencySelectorCase()) {
-        case TRANSACTION: {
-          setTransaction(other.getTransaction());
-          break;
-        }
-        case NEW_TRANSACTION: {
-          mergeNewTransaction(other.getNewTransaction());
-          break;
-        }
-        case READ_TIME: {
-          mergeReadTime(other.getReadTime());
-          break;
-        }
-        case CONSISTENCYSELECTOR_NOT_SET: {
-          break;
-        }
+        case TRANSACTION:
+          {
+            setTransaction(other.getTransaction());
+            break;
+          }
+        case NEW_TRANSACTION:
+          {
+            mergeNewTransaction(other.getNewTransaction());
+            break;
+          }
+        case READ_TIME:
+          {
+            mergeReadTime(other.getReadTime());
+            break;
+          }
+        case CONSISTENCYSELECTOR_NOT_SET:
+          {
+            break;
+          }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -864,49 +941,50 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              database_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureDocumentsIsMutable();
-              documents_.add(s);
-              break;
-            } // case 18
-            case 26: {
-              input.readMessage(
-                  getMaskFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            case 34: {
-              consistencySelector_ = input.readBytes();
-              consistencySelectorCase_ = 4;
-              break;
-            } // case 34
-            case 42: {
-              input.readMessage(
-                  getNewTransactionFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              consistencySelectorCase_ = 5;
-              break;
-            } // case 42
-            case 58: {
-              input.readMessage(
-                  getReadTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              consistencySelectorCase_ = 7;
-              break;
-            } // case 58
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                database_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureDocumentsIsMutable();
+                documents_.add(s);
+                break;
+              } // case 18
+            case 26:
+              {
+                input.readMessage(getMaskFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            case 34:
+              {
+                consistencySelector_ = input.readBytes();
+                consistencySelectorCase_ = 4;
+                break;
+              } // case 34
+            case 42:
+              {
+                input.readMessage(getNewTransactionFieldBuilder().getBuilder(), extensionRegistry);
+                consistencySelectorCase_ = 5;
+                break;
+              } // case 42
+            case 58:
+              {
+                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
+                consistencySelectorCase_ = 7;
+                break;
+              } // case 58
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -916,12 +994,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int consistencySelectorCase_ = 0;
     private java.lang.Object consistencySelector_;
-    public ConsistencySelectorCase
-        getConsistencySelectorCase() {
-      return ConsistencySelectorCase.forNumber(
-          consistencySelectorCase_);
+
+    public ConsistencySelectorCase getConsistencySelectorCase() {
+      return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
     }
 
     public Builder clearConsistencySelector() {
@@ -935,19 +1013,21 @@ public Builder clearConsistencySelector() {
 
     private java.lang.Object database_ = "";
     /**
+     *
+     *
      * 
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -956,21 +1036,22 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -978,30 +1059,37 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabase(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } database_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -1011,18 +1099,22 @@ public Builder clearDatabase() { return this; } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000001; @@ -1032,6 +1124,7 @@ public Builder setDatabaseBytes( private com.google.protobuf.LazyStringArrayList documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureDocumentsIsMutable() { if (!documents_.isModifiable()) { documents_ = new com.google.protobuf.LazyStringArrayList(documents_); @@ -1039,6 +1132,8 @@ private void ensureDocumentsIsMutable() { bitField0_ |= 0x00000002; } /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1047,14 +1142,16 @@ private void ensureDocumentsIsMutable() {
      * 
* * repeated string documents = 2; + * * @return A list containing the documents. */ - public com.google.protobuf.ProtocolStringList - getDocumentsList() { + public com.google.protobuf.ProtocolStringList getDocumentsList() { documents_.makeImmutable(); return documents_; } /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1063,12 +1160,15 @@ private void ensureDocumentsIsMutable() {
      * 
* * repeated string documents = 2; + * * @return The count of documents. */ public int getDocumentsCount() { return documents_.size(); } /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1077,6 +1177,7 @@ public int getDocumentsCount() {
      * 
* * repeated string documents = 2; + * * @param index The index of the element to return. * @return The documents at the given index. */ @@ -1084,6 +1185,8 @@ public java.lang.String getDocuments(int index) { return documents_.get(index); } /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1092,14 +1195,16 @@ public java.lang.String getDocuments(int index) {
      * 
* * repeated string documents = 2; + * * @param index The index of the value to return. * @return The bytes of the documents at the given index. */ - public com.google.protobuf.ByteString - getDocumentsBytes(int index) { + public com.google.protobuf.ByteString getDocumentsBytes(int index) { return documents_.getByteString(index); } /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1108,13 +1213,15 @@ public java.lang.String getDocuments(int index) {
      * 
* * repeated string documents = 2; + * * @param index The index to set the value at. * @param value The documents to set. * @return This builder for chaining. */ - public Builder setDocuments( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDocuments(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureDocumentsIsMutable(); documents_.set(index, value); bitField0_ |= 0x00000002; @@ -1122,6 +1229,8 @@ public Builder setDocuments( return this; } /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1130,12 +1239,14 @@ public Builder setDocuments(
      * 
* * repeated string documents = 2; + * * @param value The documents to add. * @return This builder for chaining. */ - public Builder addDocuments( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addDocuments(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureDocumentsIsMutable(); documents_.add(value); bitField0_ |= 0x00000002; @@ -1143,6 +1254,8 @@ public Builder addDocuments( return this; } /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1151,19 +1264,20 @@ public Builder addDocuments(
      * 
* * repeated string documents = 2; + * * @param values The documents to add. * @return This builder for chaining. */ - public Builder addAllDocuments( - java.lang.Iterable values) { + public Builder addAllDocuments(java.lang.Iterable values) { ensureDocumentsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, documents_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, documents_); bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1172,16 +1286,19 @@ public Builder addAllDocuments(
      * 
* * repeated string documents = 2; + * * @return This builder for chaining. */ public Builder clearDocuments() { - documents_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000002);; + documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + ; onChanged(); return this; } /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -1190,12 +1307,14 @@ public Builder clearDocuments() {
      * 
* * repeated string documents = 2; + * * @param value The bytes of the documents to add. * @return This builder for chaining. */ - public Builder addDocumentsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addDocumentsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureDocumentsIsMutable(); documents_.add(value); @@ -1206,8 +1325,13 @@ public Builder addDocumentsBytes( private com.google.firestore.v1.DocumentMask mask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> maskBuilder_; + com.google.firestore.v1.DocumentMask, + com.google.firestore.v1.DocumentMask.Builder, + com.google.firestore.v1.DocumentMaskOrBuilder> + maskBuilder_; /** + * + * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1216,12 +1340,15 @@ public Builder addDocumentsBytes(
      * 
* * .google.firestore.v1.DocumentMask mask = 3; + * * @return Whether the mask field is set. */ public boolean hasMask() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1230,6 +1357,7 @@ public boolean hasMask() {
      * 
* * .google.firestore.v1.DocumentMask mask = 3; + * * @return The mask. */ public com.google.firestore.v1.DocumentMask getMask() { @@ -1240,6 +1368,8 @@ public com.google.firestore.v1.DocumentMask getMask() { } } /** + * + * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1263,6 +1393,8 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1272,8 +1404,7 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
      *
      * .google.firestore.v1.DocumentMask mask = 3;
      */
-    public Builder setMask(
-        com.google.firestore.v1.DocumentMask.Builder builderForValue) {
+    public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForValue) {
       if (maskBuilder_ == null) {
         mask_ = builderForValue.build();
       } else {
@@ -1284,6 +1415,8 @@ public Builder setMask(
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1295,9 +1428,9 @@ public Builder setMask(
      */
     public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       if (maskBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0) &&
-          mask_ != null &&
-          mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0)
+            && mask_ != null
+            && mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
           getMaskBuilder().mergeFrom(value);
         } else {
           mask_ = value;
@@ -1312,6 +1445,8 @@ public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1332,6 +1467,8 @@ public Builder clearMask() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1347,6 +1484,8 @@ public com.google.firestore.v1.DocumentMask.Builder getMaskBuilder() {
       return getMaskFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1360,11 +1499,12 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
       if (maskBuilder_ != null) {
         return maskBuilder_.getMessageOrBuilder();
       } else {
-        return mask_ == null ?
-            com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
+        return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
       }
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1375,36 +1515,45 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
      * .google.firestore.v1.DocumentMask mask = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> 
+            com.google.firestore.v1.DocumentMask,
+            com.google.firestore.v1.DocumentMask.Builder,
+            com.google.firestore.v1.DocumentMaskOrBuilder>
         getMaskFieldBuilder() {
       if (maskBuilder_ == null) {
-        maskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder>(
-                getMask(),
-                getParentForChildren(),
-                isClean());
+        maskBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.DocumentMask,
+                com.google.firestore.v1.DocumentMask.Builder,
+                com.google.firestore.v1.DocumentMaskOrBuilder>(
+                getMask(), getParentForChildren(), isClean());
         mask_ = null;
       }
       return maskBuilder_;
     }
 
     /**
+     *
+     *
      * 
      * Reads documents in a transaction.
      * 
* * bytes transaction = 4; + * * @return Whether the transaction field is set. */ public boolean hasTransaction() { return consistencySelectorCase_ == 4; } /** + * + * *
      * Reads documents in a transaction.
      * 
* * bytes transaction = 4; + * * @return The transaction. */ public com.google.protobuf.ByteString getTransaction() { @@ -1414,27 +1563,35 @@ public com.google.protobuf.ByteString getTransaction() { return com.google.protobuf.ByteString.EMPTY; } /** + * + * *
      * Reads documents in a transaction.
      * 
* * bytes transaction = 4; + * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } consistencySelectorCase_ = 4; consistencySelector_ = value; onChanged(); return this; } /** + * + * *
      * Reads documents in a transaction.
      * 
* * bytes transaction = 4; + * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -1447,8 +1604,13 @@ public Builder clearTransaction() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> newTransactionBuilder_; + com.google.firestore.v1.TransactionOptions, + com.google.firestore.v1.TransactionOptions.Builder, + com.google.firestore.v1.TransactionOptionsOrBuilder> + newTransactionBuilder_; /** + * + * *
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1457,6 +1619,7 @@ public Builder clearTransaction() {
      * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; + * * @return Whether the newTransaction field is set. */ @java.lang.Override @@ -1464,6 +1627,8 @@ public boolean hasNewTransaction() { return consistencySelectorCase_ == 5; } /** + * + * *
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1472,6 +1637,7 @@ public boolean hasNewTransaction() {
      * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; + * * @return The newTransaction. */ @java.lang.Override @@ -1489,6 +1655,8 @@ public com.google.firestore.v1.TransactionOptions getNewTransaction() { } } /** + * + * *
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1512,6 +1680,8 @@ public Builder setNewTransaction(com.google.firestore.v1.TransactionOptions valu
       return this;
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1533,6 +1703,8 @@ public Builder setNewTransaction(
       return this;
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1544,10 +1716,14 @@ public Builder setNewTransaction(
      */
     public Builder mergeNewTransaction(com.google.firestore.v1.TransactionOptions value) {
       if (newTransactionBuilder_ == null) {
-        if (consistencySelectorCase_ == 5 &&
-            consistencySelector_ != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
-          consistencySelector_ = com.google.firestore.v1.TransactionOptions.newBuilder((com.google.firestore.v1.TransactionOptions) consistencySelector_)
-              .mergeFrom(value).buildPartial();
+        if (consistencySelectorCase_ == 5
+            && consistencySelector_
+                != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
+          consistencySelector_ =
+              com.google.firestore.v1.TransactionOptions.newBuilder(
+                      (com.google.firestore.v1.TransactionOptions) consistencySelector_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1563,6 +1739,8 @@ public Builder mergeNewTransaction(com.google.firestore.v1.TransactionOptions va
       return this;
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1589,6 +1767,8 @@ public Builder clearNewTransaction() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1602,6 +1782,8 @@ public com.google.firestore.v1.TransactionOptions.Builder getNewTransactionBuild
       return getNewTransactionFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1623,6 +1805,8 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
       }
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1633,14 +1817,19 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
      * .google.firestore.v1.TransactionOptions new_transaction = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> 
+            com.google.firestore.v1.TransactionOptions,
+            com.google.firestore.v1.TransactionOptions.Builder,
+            com.google.firestore.v1.TransactionOptionsOrBuilder>
         getNewTransactionFieldBuilder() {
       if (newTransactionBuilder_ == null) {
         if (!(consistencySelectorCase_ == 5)) {
           consistencySelector_ = com.google.firestore.v1.TransactionOptions.getDefaultInstance();
         }
-        newTransactionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder>(
+        newTransactionBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.TransactionOptions,
+                com.google.firestore.v1.TransactionOptions.Builder,
+                com.google.firestore.v1.TransactionOptionsOrBuilder>(
                 (com.google.firestore.v1.TransactionOptions) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1652,8 +1841,13 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_;
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
+        readTimeBuilder_;
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1663,6 +1857,7 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
      * 
* * .google.protobuf.Timestamp read_time = 7; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -1670,6 +1865,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 7; } /** + * + * *
      * Reads documents as they were at the given time.
      *
@@ -1679,6 +1876,7 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 7; + * * @return The readTime. */ @java.lang.Override @@ -1696,6 +1894,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * Reads documents as they were at the given time.
      *
@@ -1720,6 +1920,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1730,8 +1932,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 7;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         consistencySelector_ = builderForValue.build();
         onChanged();
@@ -1742,6 +1943,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1754,10 +1957,13 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (consistencySelectorCase_ == 7 &&
-            consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
-              .mergeFrom(value).buildPartial();
+        if (consistencySelectorCase_ == 7
+            && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          consistencySelector_ =
+              com.google.protobuf.Timestamp.newBuilder(
+                      (com.google.protobuf.Timestamp) consistencySelector_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1773,6 +1979,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1800,6 +2008,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1814,6 +2024,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1836,6 +2048,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1847,14 +2061,19 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 7;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(consistencySelectorCase_ == 7)) {
           consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
                 (com.google.protobuf.Timestamp) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1864,9 +2083,9 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       onChanged();
       return readTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1876,12 +2095,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.BatchGetDocumentsRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.BatchGetDocumentsRequest)
   private static final com.google.firestore.v1.BatchGetDocumentsRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.BatchGetDocumentsRequest();
   }
@@ -1890,27 +2109,27 @@ public static com.google.firestore.v1.BatchGetDocumentsRequest getDefaultInstanc
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public BatchGetDocumentsRequest parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public BatchGetDocumentsRequest parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1925,6 +2144,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.BatchGetDocumentsRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequestOrBuilder.java
similarity index 85%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequestOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequestOrBuilder.java
index 2623b612d..005319b70 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequestOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsRequestOrBuilder.java
@@ -1,36 +1,59 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface BatchGetDocumentsRequestOrBuilder extends
+public interface BatchGetDocumentsRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.BatchGetDocumentsRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ java.lang.String getDatabase(); /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ - com.google.protobuf.ByteString - getDatabaseBytes(); + com.google.protobuf.ByteString getDatabaseBytes(); /** + * + * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -39,11 +62,13 @@ public interface BatchGetDocumentsRequestOrBuilder extends
    * 
* * repeated string documents = 2; + * * @return A list containing the documents. */ - java.util.List - getDocumentsList(); + java.util.List getDocumentsList(); /** + * + * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -52,10 +77,13 @@ public interface BatchGetDocumentsRequestOrBuilder extends
    * 
* * repeated string documents = 2; + * * @return The count of documents. */ int getDocumentsCount(); /** + * + * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -64,11 +92,14 @@ public interface BatchGetDocumentsRequestOrBuilder extends
    * 
* * repeated string documents = 2; + * * @param index The index of the element to return. * @return The documents at the given index. */ java.lang.String getDocuments(int index); /** + * + * *
    * The names of the documents to retrieve. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -77,13 +108,15 @@ public interface BatchGetDocumentsRequestOrBuilder extends
    * 
* * repeated string documents = 2; + * * @param index The index of the value to return. * @return The bytes of the documents at the given index. */ - com.google.protobuf.ByteString - getDocumentsBytes(int index); + com.google.protobuf.ByteString getDocumentsBytes(int index); /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -92,10 +125,13 @@ public interface BatchGetDocumentsRequestOrBuilder extends
    * 
* * .google.firestore.v1.DocumentMask mask = 3; + * * @return Whether the mask field is set. */ boolean hasMask(); /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -104,10 +140,13 @@ public interface BatchGetDocumentsRequestOrBuilder extends
    * 
* * .google.firestore.v1.DocumentMask mask = 3; + * * @return The mask. */ com.google.firestore.v1.DocumentMask getMask(); /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -120,25 +159,33 @@ public interface BatchGetDocumentsRequestOrBuilder extends
   com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder();
 
   /**
+   *
+   *
    * 
    * Reads documents in a transaction.
    * 
* * bytes transaction = 4; + * * @return Whether the transaction field is set. */ boolean hasTransaction(); /** + * + * *
    * Reads documents in a transaction.
    * 
* * bytes transaction = 4; + * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** + * + * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -147,10 +194,13 @@ public interface BatchGetDocumentsRequestOrBuilder extends
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; + * * @return Whether the newTransaction field is set. */ boolean hasNewTransaction(); /** + * + * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -159,10 +209,13 @@ public interface BatchGetDocumentsRequestOrBuilder extends
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; + * * @return The newTransaction. */ com.google.firestore.v1.TransactionOptions getNewTransaction(); /** + * + * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -175,6 +228,8 @@ public interface BatchGetDocumentsRequestOrBuilder extends
   com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBuilder();
 
   /**
+   *
+   *
    * 
    * Reads documents as they were at the given time.
    *
@@ -184,10 +239,13 @@ public interface BatchGetDocumentsRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 7; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -197,10 +255,13 @@ public interface BatchGetDocumentsRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 7; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -213,5 +274,6 @@ public interface BatchGetDocumentsRequestOrBuilder extends
    */
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
-  com.google.firestore.v1.BatchGetDocumentsRequest.ConsistencySelectorCase getConsistencySelectorCase();
+  com.google.firestore.v1.BatchGetDocumentsRequest.ConsistencySelectorCase
+      getConsistencySelectorCase();
 }
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponse.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponse.java
similarity index 73%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponse.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponse.java
index 0f98cb8a5..da6bc616e 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponse.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponse.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * The streamed response for
  * [Firestore.BatchGetDocuments][google.firestore.v1.Firestore.BatchGetDocuments].
@@ -12,50 +29,56 @@
  *
  * Protobuf type {@code google.firestore.v1.BatchGetDocumentsResponse}
  */
-public final class BatchGetDocumentsResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class BatchGetDocumentsResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BatchGetDocumentsResponse)
     BatchGetDocumentsResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use BatchGetDocumentsResponse.newBuilder() to construct.
   private BatchGetDocumentsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private BatchGetDocumentsResponse() {
     transaction_ = com.google.protobuf.ByteString.EMPTY;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new BatchGetDocumentsResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_BatchGetDocumentsResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BatchGetDocumentsResponse.class, com.google.firestore.v1.BatchGetDocumentsResponse.Builder.class);
+            com.google.firestore.v1.BatchGetDocumentsResponse.class,
+            com.google.firestore.v1.BatchGetDocumentsResponse.Builder.class);
   }
 
   private int bitField0_;
   private int resultCase_ = 0;
+
   @SuppressWarnings("serial")
   private java.lang.Object result_;
+
   public enum ResultCase
-      implements com.google.protobuf.Internal.EnumLite,
+      implements
+          com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     FOUND(1),
     MISSING(2),
     RESULT_NOT_SET(0);
     private final int value;
+
     private ResultCase(int value) {
       this.value = value;
     }
@@ -71,30 +94,36 @@ public static ResultCase valueOf(int value) {
 
     public static ResultCase forNumber(int value) {
       switch (value) {
-        case 1: return FOUND;
-        case 2: return MISSING;
-        case 0: return RESULT_NOT_SET;
-        default: return null;
+        case 1:
+          return FOUND;
+        case 2:
+          return MISSING;
+        case 0:
+          return RESULT_NOT_SET;
+        default:
+          return null;
       }
     }
+
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ResultCase
-  getResultCase() {
-    return ResultCase.forNumber(
-        resultCase_);
+  public ResultCase getResultCase() {
+    return ResultCase.forNumber(resultCase_);
   }
 
   public static final int FOUND_FIELD_NUMBER = 1;
   /**
+   *
+   *
    * 
    * A document that was requested.
    * 
* * .google.firestore.v1.Document found = 1; + * * @return Whether the found field is set. */ @java.lang.Override @@ -102,21 +131,26 @@ public boolean hasFound() { return resultCase_ == 1; } /** + * + * *
    * A document that was requested.
    * 
* * .google.firestore.v1.Document found = 1; + * * @return The found. */ @java.lang.Override public com.google.firestore.v1.Document getFound() { if (resultCase_ == 1) { - return (com.google.firestore.v1.Document) result_; + return (com.google.firestore.v1.Document) result_; } return com.google.firestore.v1.Document.getDefaultInstance(); } /** + * + * *
    * A document that was requested.
    * 
@@ -126,31 +160,37 @@ public com.google.firestore.v1.Document getFound() { @java.lang.Override public com.google.firestore.v1.DocumentOrBuilder getFoundOrBuilder() { if (resultCase_ == 1) { - return (com.google.firestore.v1.Document) result_; + return (com.google.firestore.v1.Document) result_; } return com.google.firestore.v1.Document.getDefaultInstance(); } public static final int MISSING_FIELD_NUMBER = 2; /** + * + * *
    * A document name that was requested but does not exist. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string missing = 2; + * * @return Whether the missing field is set. */ public boolean hasMissing() { return resultCase_ == 2; } /** + * + * *
    * A document name that was requested but does not exist. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string missing = 2; + * * @return The missing. */ public java.lang.String getMissing() { @@ -161,8 +201,7 @@ public java.lang.String getMissing() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (resultCase_ == 2) { result_ = s; @@ -171,24 +210,25 @@ public java.lang.String getMissing() { } } /** + * + * *
    * A document name that was requested but does not exist. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string missing = 2; + * * @return The bytes for missing. */ - public com.google.protobuf.ByteString - getMissingBytes() { + public com.google.protobuf.ByteString getMissingBytes() { java.lang.Object ref = ""; if (resultCase_ == 2) { ref = result_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); if (resultCase_ == 2) { result_ = b; } @@ -201,6 +241,8 @@ public java.lang.String getMissing() { public static final int TRANSACTION_FIELD_NUMBER = 3; private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY; /** + * + * *
    * The transaction that was started as part of this request.
    * Will only be set in the first response, and only if
@@ -209,6 +251,7 @@ public java.lang.String getMissing() {
    * 
* * bytes transaction = 3; + * * @return The transaction. */ @java.lang.Override @@ -219,6 +262,8 @@ public com.google.protobuf.ByteString getTransaction() { public static final int READ_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp readTime_; /** + * + * *
    * The time at which the document was read.
    * This may be monotically increasing, in this case the previous documents in
@@ -227,6 +272,7 @@ public com.google.protobuf.ByteString getTransaction() {
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -234,6 +280,8 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The time at which the document was read.
    * This may be monotically increasing, in this case the previous documents in
@@ -242,6 +290,7 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return The readTime. */ @java.lang.Override @@ -249,6 +298,8 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** + * + * *
    * The time at which the document was read.
    * This may be monotically increasing, in this case the previous documents in
@@ -264,6 +315,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -275,8 +327,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (resultCase_ == 1) {
       output.writeMessage(1, (com.google.firestore.v1.Document) result_);
     }
@@ -299,19 +350,18 @@ public int getSerializedSize() {
 
     size = 0;
     if (resultCase_ == 1) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, (com.google.firestore.v1.Document) result_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              1, (com.google.firestore.v1.Document) result_);
     }
     if (resultCase_ == 2) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, result_);
     }
     if (!transaction_.isEmpty()) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBytesSize(3, transaction_);
+      size += com.google.protobuf.CodedOutputStream.computeBytesSize(3, transaction_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(4, getReadTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getReadTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -321,29 +371,26 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.BatchGetDocumentsResponse)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.BatchGetDocumentsResponse other = (com.google.firestore.v1.BatchGetDocumentsResponse) obj;
+    com.google.firestore.v1.BatchGetDocumentsResponse other =
+        (com.google.firestore.v1.BatchGetDocumentsResponse) obj;
 
-    if (!getTransaction()
-        .equals(other.getTransaction())) return false;
+    if (!getTransaction().equals(other.getTransaction())) return false;
     if (hasReadTime() != other.hasReadTime()) return false;
     if (hasReadTime()) {
-      if (!getReadTime()
-          .equals(other.getReadTime())) return false;
+      if (!getReadTime().equals(other.getReadTime())) return false;
     }
     if (!getResultCase().equals(other.getResultCase())) return false;
     switch (resultCase_) {
       case 1:
-        if (!getFound()
-            .equals(other.getFound())) return false;
+        if (!getFound().equals(other.getFound())) return false;
         break;
       case 2:
-        if (!getMissing()
-            .equals(other.getMissing())) return false;
+        if (!getMissing().equals(other.getMissing())) return false;
         break;
       case 0:
       default:
@@ -383,98 +430,103 @@ public int hashCode() {
   }
 
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.BatchGetDocumentsResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.BatchGetDocumentsResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.BatchGetDocumentsResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.BatchGetDocumentsResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The streamed response for
    * [Firestore.BatchGetDocuments][google.firestore.v1.Firestore.BatchGetDocuments].
@@ -482,21 +534,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.BatchGetDocumentsResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BatchGetDocumentsResponse)
       com.google.firestore.v1.BatchGetDocumentsResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BatchGetDocumentsResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BatchGetDocumentsResponse.class, com.google.firestore.v1.BatchGetDocumentsResponse.Builder.class);
+              com.google.firestore.v1.BatchGetDocumentsResponse.class,
+              com.google.firestore.v1.BatchGetDocumentsResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BatchGetDocumentsResponse.newBuilder()
@@ -504,17 +558,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getReadTimeFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -534,9 +588,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor;
     }
 
     @java.lang.Override
@@ -555,8 +609,11 @@ public com.google.firestore.v1.BatchGetDocumentsResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.BatchGetDocumentsResponse buildPartial() {
-      com.google.firestore.v1.BatchGetDocumentsResponse result = new com.google.firestore.v1.BatchGetDocumentsResponse(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.BatchGetDocumentsResponse result =
+          new com.google.firestore.v1.BatchGetDocumentsResponse(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -569,9 +626,7 @@ private void buildPartial0(com.google.firestore.v1.BatchGetDocumentsResponse res
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.readTime_ = readTimeBuilder_ == null
-            ? readTime_
-            : readTimeBuilder_.build();
+        result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -580,8 +635,7 @@ private void buildPartial0(com.google.firestore.v1.BatchGetDocumentsResponse res
     private void buildPartialOneofs(com.google.firestore.v1.BatchGetDocumentsResponse result) {
       result.resultCase_ = resultCase_;
       result.result_ = this.result_;
-      if (resultCase_ == 1 &&
-          foundBuilder_ != null) {
+      if (resultCase_ == 1 && foundBuilder_ != null) {
         result.result_ = foundBuilder_.build();
       }
     }
@@ -590,38 +644,39 @@ private void buildPartialOneofs(com.google.firestore.v1.BatchGetDocumentsRespons
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BatchGetDocumentsResponse) {
-        return mergeFrom((com.google.firestore.v1.BatchGetDocumentsResponse)other);
+        return mergeFrom((com.google.firestore.v1.BatchGetDocumentsResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -629,7 +684,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.BatchGetDocumentsResponse other) {
-      if (other == com.google.firestore.v1.BatchGetDocumentsResponse.getDefaultInstance()) return this;
+      if (other == com.google.firestore.v1.BatchGetDocumentsResponse.getDefaultInstance())
+        return this;
       if (other.getTransaction() != com.google.protobuf.ByteString.EMPTY) {
         setTransaction(other.getTransaction());
       }
@@ -637,19 +693,22 @@ public Builder mergeFrom(com.google.firestore.v1.BatchGetDocumentsResponse other
         mergeReadTime(other.getReadTime());
       }
       switch (other.getResultCase()) {
-        case FOUND: {
-          mergeFound(other.getFound());
-          break;
-        }
-        case MISSING: {
-          resultCase_ = 2;
-          result_ = other.result_;
-          onChanged();
-          break;
-        }
-        case RESULT_NOT_SET: {
-          break;
-        }
+        case FOUND:
+          {
+            mergeFound(other.getFound());
+            break;
+          }
+        case MISSING:
+          {
+            resultCase_ = 2;
+            result_ = other.result_;
+            onChanged();
+            break;
+          }
+        case RESULT_NOT_SET:
+          {
+            break;
+          }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -677,37 +736,38 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getFoundFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              resultCase_ = 1;
-              break;
-            } // case 10
-            case 18: {
-              java.lang.String s = input.readStringRequireUtf8();
-              resultCase_ = 2;
-              result_ = s;
-              break;
-            } // case 18
-            case 26: {
-              transaction_ = input.readBytes();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            case 34: {
-              input.readMessage(
-                  getReadTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 34
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getFoundFieldBuilder().getBuilder(), extensionRegistry);
+                resultCase_ = 1;
+                break;
+              } // case 10
+            case 18:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                resultCase_ = 2;
+                result_ = s;
+                break;
+              } // case 18
+            case 26:
+              {
+                transaction_ = input.readBytes();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            case 34:
+              {
+                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 34
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -717,12 +777,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int resultCase_ = 0;
     private java.lang.Object result_;
-    public ResultCase
-        getResultCase() {
-      return ResultCase.forNumber(
-          resultCase_);
+
+    public ResultCase getResultCase() {
+      return ResultCase.forNumber(resultCase_);
     }
 
     public Builder clearResult() {
@@ -735,13 +795,19 @@ public Builder clearResult() {
     private int bitField0_;
 
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> foundBuilder_;
+            com.google.firestore.v1.Document,
+            com.google.firestore.v1.Document.Builder,
+            com.google.firestore.v1.DocumentOrBuilder>
+        foundBuilder_;
     /**
+     *
+     *
      * 
      * A document that was requested.
      * 
* * .google.firestore.v1.Document found = 1; + * * @return Whether the found field is set. */ @java.lang.Override @@ -749,11 +815,14 @@ public boolean hasFound() { return resultCase_ == 1; } /** + * + * *
      * A document that was requested.
      * 
* * .google.firestore.v1.Document found = 1; + * * @return The found. */ @java.lang.Override @@ -771,6 +840,8 @@ public com.google.firestore.v1.Document getFound() { } } /** + * + * *
      * A document that was requested.
      * 
@@ -791,14 +862,15 @@ public Builder setFound(com.google.firestore.v1.Document value) { return this; } /** + * + * *
      * A document that was requested.
      * 
* * .google.firestore.v1.Document found = 1; */ - public Builder setFound( - com.google.firestore.v1.Document.Builder builderForValue) { + public Builder setFound(com.google.firestore.v1.Document.Builder builderForValue) { if (foundBuilder_ == null) { result_ = builderForValue.build(); onChanged(); @@ -809,6 +881,8 @@ public Builder setFound( return this; } /** + * + * *
      * A document that was requested.
      * 
@@ -817,10 +891,12 @@ public Builder setFound( */ public Builder mergeFound(com.google.firestore.v1.Document value) { if (foundBuilder_ == null) { - if (resultCase_ == 1 && - result_ != com.google.firestore.v1.Document.getDefaultInstance()) { - result_ = com.google.firestore.v1.Document.newBuilder((com.google.firestore.v1.Document) result_) - .mergeFrom(value).buildPartial(); + if (resultCase_ == 1 && result_ != com.google.firestore.v1.Document.getDefaultInstance()) { + result_ = + com.google.firestore.v1.Document.newBuilder( + (com.google.firestore.v1.Document) result_) + .mergeFrom(value) + .buildPartial(); } else { result_ = value; } @@ -836,6 +912,8 @@ public Builder mergeFound(com.google.firestore.v1.Document value) { return this; } /** + * + * *
      * A document that was requested.
      * 
@@ -859,6 +937,8 @@ public Builder clearFound() { return this; } /** + * + * *
      * A document that was requested.
      * 
@@ -869,6 +949,8 @@ public com.google.firestore.v1.Document.Builder getFoundBuilder() { return getFoundFieldBuilder().getBuilder(); } /** + * + * *
      * A document that was requested.
      * 
@@ -887,6 +969,8 @@ public com.google.firestore.v1.DocumentOrBuilder getFoundOrBuilder() { } } /** + * + * *
      * A document that was requested.
      * 
@@ -894,17 +978,20 @@ public com.google.firestore.v1.DocumentOrBuilder getFoundOrBuilder() { * .google.firestore.v1.Document found = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder> getFoundFieldBuilder() { if (foundBuilder_ == null) { if (!(resultCase_ == 1)) { result_ = com.google.firestore.v1.Document.getDefaultInstance(); } - foundBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>( - (com.google.firestore.v1.Document) result_, - getParentForChildren(), - isClean()); + foundBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder>( + (com.google.firestore.v1.Document) result_, getParentForChildren(), isClean()); result_ = null; } resultCase_ = 1; @@ -913,12 +1000,15 @@ public com.google.firestore.v1.DocumentOrBuilder getFoundOrBuilder() { } /** + * + * *
      * A document name that was requested but does not exist. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string missing = 2; + * * @return Whether the missing field is set. */ @java.lang.Override @@ -926,12 +1016,15 @@ public boolean hasMissing() { return resultCase_ == 2; } /** + * + * *
      * A document name that was requested but does not exist. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string missing = 2; + * * @return The missing. */ @java.lang.Override @@ -941,8 +1034,7 @@ public java.lang.String getMissing() { ref = result_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (resultCase_ == 2) { result_ = s; @@ -953,25 +1045,26 @@ public java.lang.String getMissing() { } } /** + * + * *
      * A document name that was requested but does not exist. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string missing = 2; + * * @return The bytes for missing. */ @java.lang.Override - public com.google.protobuf.ByteString - getMissingBytes() { + public com.google.protobuf.ByteString getMissingBytes() { java.lang.Object ref = ""; if (resultCase_ == 2) { ref = result_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); if (resultCase_ == 2) { result_ = b; } @@ -981,30 +1074,37 @@ public java.lang.String getMissing() { } } /** + * + * *
      * A document name that was requested but does not exist. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string missing = 2; + * * @param value The missing to set. * @return This builder for chaining. */ - public Builder setMissing( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setMissing(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } resultCase_ = 2; result_ = value; onChanged(); return this; } /** + * + * *
      * A document name that was requested but does not exist. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string missing = 2; + * * @return This builder for chaining. */ public Builder clearMissing() { @@ -1016,18 +1116,22 @@ public Builder clearMissing() { return this; } /** + * + * *
      * A document name that was requested but does not exist. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string missing = 2; + * * @param value The bytes for missing to set. * @return This builder for chaining. */ - public Builder setMissingBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setMissingBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); resultCase_ = 2; result_ = value; @@ -1037,6 +1141,8 @@ public Builder setMissingBytes( private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY; /** + * + * *
      * The transaction that was started as part of this request.
      * Will only be set in the first response, and only if
@@ -1045,6 +1151,7 @@ public Builder setMissingBytes(
      * 
* * bytes transaction = 3; + * * @return The transaction. */ @java.lang.Override @@ -1052,6 +1159,8 @@ public com.google.protobuf.ByteString getTransaction() { return transaction_; } /** + * + * *
      * The transaction that was started as part of this request.
      * Will only be set in the first response, and only if
@@ -1060,17 +1169,22 @@ public com.google.protobuf.ByteString getTransaction() {
      * 
* * bytes transaction = 3; + * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } transaction_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** + * + * *
      * The transaction that was started as part of this request.
      * Will only be set in the first response, and only if
@@ -1079,6 +1193,7 @@ public Builder setTransaction(com.google.protobuf.ByteString value) {
      * 
* * bytes transaction = 3; + * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -1090,8 +1205,13 @@ public Builder clearTransaction() { private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + readTimeBuilder_; /** + * + * *
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1100,12 +1220,15 @@ public Builder clearTransaction() {
      * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1114,6 +1237,7 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -1124,6 +1248,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1147,6 +1273,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1156,8 +1284,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 4;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         readTime_ = builderForValue.build();
       } else {
@@ -1168,6 +1295,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1179,9 +1308,9 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0) &&
-          readTime_ != null &&
-          readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0)
+            && readTime_ != null
+            && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getReadTimeBuilder().mergeFrom(value);
         } else {
           readTime_ = value;
@@ -1196,6 +1325,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1216,6 +1347,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1231,6 +1364,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1244,11 +1379,12 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (readTimeBuilder_ != null) {
         return readTimeBuilder_.getMessageOrBuilder();
       } else {
-        return readTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
+        return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The time at which the document was read.
      * This may be monotically increasing, in this case the previous documents in
@@ -1259,21 +1395,24 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getReadTime(),
-                getParentForChildren(),
-                isClean());
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getReadTime(), getParentForChildren(), isClean());
         readTime_ = null;
       }
       return readTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1283,12 +1422,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.BatchGetDocumentsResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.BatchGetDocumentsResponse)
   private static final com.google.firestore.v1.BatchGetDocumentsResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.BatchGetDocumentsResponse();
   }
@@ -1297,27 +1436,27 @@ public static com.google.firestore.v1.BatchGetDocumentsResponse getDefaultInstan
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public BatchGetDocumentsResponse parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public BatchGetDocumentsResponse parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1332,6 +1471,4 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.firestore.v1.BatchGetDocumentsResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponseOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponseOrBuilder.java
similarity index 80%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponseOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponseOrBuilder.java
index e218ee661..9fe476691 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponseOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchGetDocumentsResponseOrBuilder.java
@@ -1,32 +1,56 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface BatchGetDocumentsResponseOrBuilder extends
+public interface BatchGetDocumentsResponseOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.BatchGetDocumentsResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * A document that was requested.
    * 
* * .google.firestore.v1.Document found = 1; + * * @return Whether the found field is set. */ boolean hasFound(); /** + * + * *
    * A document that was requested.
    * 
* * .google.firestore.v1.Document found = 1; + * * @return The found. */ com.google.firestore.v1.Document getFound(); /** + * + * *
    * A document that was requested.
    * 
@@ -36,38 +60,48 @@ public interface BatchGetDocumentsResponseOrBuilder extends com.google.firestore.v1.DocumentOrBuilder getFoundOrBuilder(); /** + * + * *
    * A document name that was requested but does not exist. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string missing = 2; + * * @return Whether the missing field is set. */ boolean hasMissing(); /** + * + * *
    * A document name that was requested but does not exist. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string missing = 2; + * * @return The missing. */ java.lang.String getMissing(); /** + * + * *
    * A document name that was requested but does not exist. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string missing = 2; + * * @return The bytes for missing. */ - com.google.protobuf.ByteString - getMissingBytes(); + com.google.protobuf.ByteString getMissingBytes(); /** + * + * *
    * The transaction that was started as part of this request.
    * Will only be set in the first response, and only if
@@ -76,11 +110,14 @@ public interface BatchGetDocumentsResponseOrBuilder extends
    * 
* * bytes transaction = 3; + * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** + * + * *
    * The time at which the document was read.
    * This may be monotically increasing, in this case the previous documents in
@@ -89,10 +126,13 @@ public interface BatchGetDocumentsResponseOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * The time at which the document was read.
    * This may be monotically increasing, in this case the previous documents in
@@ -101,10 +141,13 @@ public interface BatchGetDocumentsResponseOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * The time at which the document was read.
    * This may be monotically increasing, in this case the previous documents in
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequest.java
similarity index 70%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequest.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequest.java
index bb85cfae9..0fd33f0fb 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequest.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequest.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * The request for
  * [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.v1.BatchWriteRequest}
  */
-public final class BatchWriteRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class BatchWriteRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BatchWriteRequest)
     BatchWriteRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use BatchWriteRequest.newBuilder() to construct.
   private BatchWriteRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private BatchWriteRequest() {
     database_ = "";
     writes_ = java.util.Collections.emptyList();
@@ -28,14 +46,13 @@ private BatchWriteRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new BatchWriteRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_BatchWriteRequest_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
@@ -46,28 +63,34 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
       case 3:
         return internalGetLabels();
       default:
-        throw new RuntimeException(
-            "Invalid map field number: " + number);
+        throw new RuntimeException("Invalid map field number: " + number);
     }
   }
+
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_BatchWriteRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BatchWriteRequest.class, com.google.firestore.v1.BatchWriteRequest.Builder.class);
+            com.google.firestore.v1.BatchWriteRequest.class,
+            com.google.firestore.v1.BatchWriteRequest.Builder.class);
   }
 
   public static final int DATABASE_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object database_ = "";
   /**
+   *
+   *
    * 
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ @java.lang.Override @@ -76,30 +99,30 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -108,9 +131,12 @@ public java.lang.String getDatabase() { } public static final int WRITES_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private java.util.List writes_; /** + * + * *
    * The writes to apply.
    *
@@ -126,6 +152,8 @@ public java.util.List getWritesList() {
     return writes_;
   }
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -137,11 +165,12 @@ public java.util.List getWritesList() {
    * repeated .google.firestore.v1.Write writes = 2;
    */
   @java.lang.Override
-  public java.util.List 
-      getWritesOrBuilderList() {
+  public java.util.List getWritesOrBuilderList() {
     return writes_;
   }
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -157,6 +186,8 @@ public int getWritesCount() {
     return writes_.size();
   }
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -172,6 +203,8 @@ public com.google.firestore.v1.Write getWrites(int index) {
     return writes_.get(index);
   }
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -183,38 +216,39 @@ public com.google.firestore.v1.Write getWrites(int index) {
    * repeated .google.firestore.v1.Write writes = 2;
    */
   @java.lang.Override
-  public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
-      int index) {
+  public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
     return writes_.get(index);
   }
 
   public static final int LABELS_FIELD_NUMBER = 3;
+
   private static final class LabelsDefaultEntryHolder {
-    static final com.google.protobuf.MapEntry<
-        java.lang.String, java.lang.String> defaultEntry =
-            com.google.protobuf.MapEntry
-            .newDefaultInstance(
-                com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteRequest_LabelsEntry_descriptor, 
-                com.google.protobuf.WireFormat.FieldType.STRING,
-                "",
-                com.google.protobuf.WireFormat.FieldType.STRING,
-                "");
+    static final com.google.protobuf.MapEntry defaultEntry =
+        com.google.protobuf.MapEntry.newDefaultInstance(
+            com.google.firestore.v1.FirestoreProto
+                .internal_static_google_firestore_v1_BatchWriteRequest_LabelsEntry_descriptor,
+            com.google.protobuf.WireFormat.FieldType.STRING,
+            "",
+            com.google.protobuf.WireFormat.FieldType.STRING,
+            "");
   }
+
   @SuppressWarnings("serial")
-  private com.google.protobuf.MapField<
-      java.lang.String, java.lang.String> labels_;
-  private com.google.protobuf.MapField
-  internalGetLabels() {
+  private com.google.protobuf.MapField labels_;
+
+  private com.google.protobuf.MapField internalGetLabels() {
     if (labels_ == null) {
-      return com.google.protobuf.MapField.emptyMapField(
-          LabelsDefaultEntryHolder.defaultEntry);
+      return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry);
     }
     return labels_;
   }
+
   public int getLabelsCount() {
     return internalGetLabels().getMap().size();
   }
   /**
+   *
+   *
    * 
    * Labels associated with this batch write.
    * 
@@ -222,20 +256,21 @@ public int getLabelsCount() { * map<string, string> labels = 3; */ @java.lang.Override - public boolean containsLabels( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } + public boolean containsLabels(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } return internalGetLabels().getMap().containsKey(key); } - /** - * Use {@link #getLabelsMap()} instead. - */ + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } /** + * + * *
    * Labels associated with this batch write.
    * 
@@ -247,6 +282,8 @@ public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** + * + * *
    * Labels associated with this batch write.
    * 
@@ -254,17 +291,19 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 3; */ @java.lang.Override - public /* nullable */ -java.lang.String getLabelsOrDefault( + public /* nullable */ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ -java.lang.String defaultValue) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetLabels().getMap(); + java.lang.String defaultValue) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** + * + * *
    * Labels associated with this batch write.
    * 
@@ -272,11 +311,11 @@ java.lang.String getLabelsOrDefault( * map<string, string> labels = 3; */ @java.lang.Override - public java.lang.String getLabelsOrThrow( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetLabels().getMap(); + public java.lang.String getLabelsOrThrow(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -284,6 +323,7 @@ public java.lang.String getLabelsOrThrow( } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -295,20 +335,15 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, database_); } for (int i = 0; i < writes_.size(); i++) { output.writeMessage(2, writes_.get(i)); } - com.google.protobuf.GeneratedMessageV3 - .serializeStringMapTo( - output, - internalGetLabels(), - LabelsDefaultEntryHolder.defaultEntry, - 3); + com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( + output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 3); getUnknownFields().writeTo(output); } @@ -322,18 +357,17 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, database_); } for (int i = 0; i < writes_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, writes_.get(i)); - } - for (java.util.Map.Entry entry - : internalGetLabels().getMap().entrySet()) { - com.google.protobuf.MapEntry - labels__ = LabelsDefaultEntryHolder.defaultEntry.newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(3, labels__); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, writes_.get(i)); + } + for (java.util.Map.Entry entry : + internalGetLabels().getMap().entrySet()) { + com.google.protobuf.MapEntry labels__ = + LabelsDefaultEntryHolder.defaultEntry + .newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, labels__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -343,19 +377,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.BatchWriteRequest)) { return super.equals(obj); } - com.google.firestore.v1.BatchWriteRequest other = (com.google.firestore.v1.BatchWriteRequest) obj; + com.google.firestore.v1.BatchWriteRequest other = + (com.google.firestore.v1.BatchWriteRequest) obj; - if (!getDatabase() - .equals(other.getDatabase())) return false; - if (!getWritesList() - .equals(other.getWritesList())) return false; - if (!internalGetLabels().equals( - other.internalGetLabels())) return false; + if (!getDatabase().equals(other.getDatabase())) return false; + if (!getWritesList().equals(other.getWritesList())) return false; + if (!internalGetLabels().equals(other.internalGetLabels())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -382,99 +414,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.BatchWriteRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.BatchWriteRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.BatchWriteRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.BatchWriteRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.BatchWriteRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.BatchWriteRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.BatchWriteRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.BatchWriteRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.BatchWriteRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.BatchWriteRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.BatchWriteRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.BatchWriteRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.BatchWriteRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.BatchWriteRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.BatchWriteRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
@@ -482,13 +519,13 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.BatchWriteRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BatchWriteRequest)
       com.google.firestore.v1.BatchWriteRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BatchWriteRequest_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
@@ -498,10 +535,10 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
         case 3:
           return internalGetLabels();
         default:
-          throw new RuntimeException(
-              "Invalid map field number: " + number);
+          throw new RuntimeException("Invalid map field number: " + number);
       }
     }
+
     @SuppressWarnings({"rawtypes"})
     protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(
         int number) {
@@ -509,28 +546,27 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi
         case 3:
           return internalGetMutableLabels();
         default:
-          throw new RuntimeException(
-              "Invalid map field number: " + number);
+          throw new RuntimeException("Invalid map field number: " + number);
       }
     }
+
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BatchWriteRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BatchWriteRequest.class, com.google.firestore.v1.BatchWriteRequest.Builder.class);
+              com.google.firestore.v1.BatchWriteRequest.class,
+              com.google.firestore.v1.BatchWriteRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BatchWriteRequest.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -548,9 +584,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BatchWriteRequest_descriptor;
     }
 
     @java.lang.Override
@@ -569,9 +605,12 @@ public com.google.firestore.v1.BatchWriteRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.BatchWriteRequest buildPartial() {
-      com.google.firestore.v1.BatchWriteRequest result = new com.google.firestore.v1.BatchWriteRequest(this);
+      com.google.firestore.v1.BatchWriteRequest result =
+          new com.google.firestore.v1.BatchWriteRequest(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -603,38 +642,39 @@ private void buildPartial0(com.google.firestore.v1.BatchWriteRequest result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BatchWriteRequest) {
-        return mergeFrom((com.google.firestore.v1.BatchWriteRequest)other);
+        return mergeFrom((com.google.firestore.v1.BatchWriteRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -666,16 +706,16 @@ public Builder mergeFrom(com.google.firestore.v1.BatchWriteRequest other) {
             writesBuilder_ = null;
             writes_ = other.writes_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            writesBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getWritesFieldBuilder() : null;
+            writesBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getWritesFieldBuilder()
+                    : null;
           } else {
             writesBuilder_.addAllMessages(other.writes_);
           }
         }
       }
-      internalGetMutableLabels().mergeFrom(
-          other.internalGetLabels());
+      internalGetMutableLabels().mergeFrom(other.internalGetLabels());
       bitField0_ |= 0x00000004;
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -703,39 +743,43 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              database_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              com.google.firestore.v1.Write m =
-                  input.readMessage(
-                      com.google.firestore.v1.Write.parser(),
-                      extensionRegistry);
-              if (writesBuilder_ == null) {
-                ensureWritesIsMutable();
-                writes_.add(m);
-              } else {
-                writesBuilder_.addMessage(m);
-              }
-              break;
-            } // case 18
-            case 26: {
-              com.google.protobuf.MapEntry
-              labels__ = input.readMessage(
-                  LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
-              internalGetMutableLabels().getMutableMap().put(
-                  labels__.getKey(), labels__.getValue());
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                database_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                com.google.firestore.v1.Write m =
+                    input.readMessage(com.google.firestore.v1.Write.parser(), extensionRegistry);
+                if (writesBuilder_ == null) {
+                  ensureWritesIsMutable();
+                  writes_.add(m);
+                } else {
+                  writesBuilder_.addMessage(m);
+                }
+                break;
+              } // case 18
+            case 26:
+              {
+                com.google.protobuf.MapEntry labels__ =
+                    input.readMessage(
+                        LabelsDefaultEntryHolder.defaultEntry.getParserForType(),
+                        extensionRegistry);
+                internalGetMutableLabels()
+                    .getMutableMap()
+                    .put(labels__.getKey(), labels__.getValue());
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -745,23 +789,26 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object database_ = "";
     /**
+     *
+     *
      * 
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -770,21 +817,22 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -792,30 +840,37 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabase(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } database_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -825,18 +880,22 @@ public Builder clearDatabase() { return this; } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000001; @@ -845,18 +904,24 @@ public Builder setDatabaseBytes( } private java.util.List writes_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureWritesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { writes_ = new java.util.ArrayList(writes_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder> writesBuilder_; + com.google.firestore.v1.Write, + com.google.firestore.v1.Write.Builder, + com.google.firestore.v1.WriteOrBuilder> + writesBuilder_; /** + * + * *
      * The writes to apply.
      *
@@ -875,6 +940,8 @@ public java.util.List getWritesList() {
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -893,6 +960,8 @@ public int getWritesCount() {
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -911,6 +980,8 @@ public com.google.firestore.v1.Write getWrites(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -921,8 +992,7 @@ public com.google.firestore.v1.Write getWrites(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder setWrites(
-        int index, com.google.firestore.v1.Write value) {
+    public Builder setWrites(int index, com.google.firestore.v1.Write value) {
       if (writesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -936,6 +1006,8 @@ public Builder setWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -946,8 +1018,7 @@ public Builder setWrites(
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder setWrites(
-        int index, com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder setWrites(int index, com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.set(index, builderForValue.build());
@@ -958,6 +1029,8 @@ public Builder setWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -982,6 +1055,8 @@ public Builder addWrites(com.google.firestore.v1.Write value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -992,8 +1067,7 @@ public Builder addWrites(com.google.firestore.v1.Write value) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder addWrites(
-        int index, com.google.firestore.v1.Write value) {
+    public Builder addWrites(int index, com.google.firestore.v1.Write value) {
       if (writesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1007,6 +1081,8 @@ public Builder addWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1017,8 +1093,7 @@ public Builder addWrites(
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder addWrites(
-        com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder addWrites(com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.add(builderForValue.build());
@@ -1029,6 +1104,8 @@ public Builder addWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1039,8 +1116,7 @@ public Builder addWrites(
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder addWrites(
-        int index, com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder addWrites(int index, com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.add(index, builderForValue.build());
@@ -1051,6 +1127,8 @@ public Builder addWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1065,8 +1143,7 @@ public Builder addAllWrites(
         java.lang.Iterable values) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, writes_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, writes_);
         onChanged();
       } else {
         writesBuilder_.addAllMessages(values);
@@ -1074,6 +1151,8 @@ public Builder addAllWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1095,6 +1174,8 @@ public Builder clearWrites() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1116,6 +1197,8 @@ public Builder removeWrites(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1126,11 +1209,12 @@ public Builder removeWrites(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public com.google.firestore.v1.Write.Builder getWritesBuilder(
-        int index) {
+    public com.google.firestore.v1.Write.Builder getWritesBuilder(int index) {
       return getWritesFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1141,14 +1225,16 @@ public com.google.firestore.v1.Write.Builder getWritesBuilder(
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
-        int index) {
+    public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
       if (writesBuilder_ == null) {
-        return writes_.get(index);  } else {
+        return writes_.get(index);
+      } else {
         return writesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1159,8 +1245,8 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public java.util.List 
-         getWritesOrBuilderList() {
+    public java.util.List
+        getWritesOrBuilderList() {
       if (writesBuilder_ != null) {
         return writesBuilder_.getMessageOrBuilderList();
       } else {
@@ -1168,6 +1254,8 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1179,10 +1267,11 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
      * repeated .google.firestore.v1.Write writes = 2;
      */
     public com.google.firestore.v1.Write.Builder addWritesBuilder() {
-      return getWritesFieldBuilder().addBuilder(
-          com.google.firestore.v1.Write.getDefaultInstance());
+      return getWritesFieldBuilder().addBuilder(com.google.firestore.v1.Write.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1193,12 +1282,13 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder() {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public com.google.firestore.v1.Write.Builder addWritesBuilder(
-        int index) {
-      return getWritesFieldBuilder().addBuilder(
-          index, com.google.firestore.v1.Write.getDefaultInstance());
+    public com.google.firestore.v1.Write.Builder addWritesBuilder(int index) {
+      return getWritesFieldBuilder()
+          .addBuilder(index, com.google.firestore.v1.Write.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1209,40 +1299,40 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder(
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public java.util.List 
-         getWritesBuilderList() {
+    public java.util.List getWritesBuilderList() {
       return getWritesFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder> 
+            com.google.firestore.v1.Write,
+            com.google.firestore.v1.Write.Builder,
+            com.google.firestore.v1.WriteOrBuilder>
         getWritesFieldBuilder() {
       if (writesBuilder_ == null) {
-        writesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder>(
-                writes_,
-                ((bitField0_ & 0x00000002) != 0),
-                getParentForChildren(),
-                isClean());
+        writesBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.firestore.v1.Write,
+                com.google.firestore.v1.Write.Builder,
+                com.google.firestore.v1.WriteOrBuilder>(
+                writes_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
         writes_ = null;
       }
       return writesBuilder_;
     }
 
-    private com.google.protobuf.MapField<
-        java.lang.String, java.lang.String> labels_;
-    private com.google.protobuf.MapField
-        internalGetLabels() {
+    private com.google.protobuf.MapField labels_;
+
+    private com.google.protobuf.MapField internalGetLabels() {
       if (labels_ == null) {
-        return com.google.protobuf.MapField.emptyMapField(
-            LabelsDefaultEntryHolder.defaultEntry);
+        return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry);
       }
       return labels_;
     }
+
     private com.google.protobuf.MapField
         internalGetMutableLabels() {
       if (labels_ == null) {
-        labels_ = com.google.protobuf.MapField.newMapField(
-            LabelsDefaultEntryHolder.defaultEntry);
+        labels_ = com.google.protobuf.MapField.newMapField(LabelsDefaultEntryHolder.defaultEntry);
       }
       if (!labels_.isMutable()) {
         labels_ = labels_.copy();
@@ -1251,10 +1341,13 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder(
       onChanged();
       return labels_;
     }
+
     public int getLabelsCount() {
       return internalGetLabels().getMap().size();
     }
     /**
+     *
+     *
      * 
      * Labels associated with this batch write.
      * 
@@ -1262,20 +1355,21 @@ public int getLabelsCount() { * map<string, string> labels = 3; */ @java.lang.Override - public boolean containsLabels( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } + public boolean containsLabels(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } return internalGetLabels().getMap().containsKey(key); } - /** - * Use {@link #getLabelsMap()} instead. - */ + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } /** + * + * *
      * Labels associated with this batch write.
      * 
@@ -1287,6 +1381,8 @@ public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** + * + * *
      * Labels associated with this batch write.
      * 
@@ -1294,17 +1390,19 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 3; */ @java.lang.Override - public /* nullable */ -java.lang.String getLabelsOrDefault( + public /* nullable */ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ -java.lang.String defaultValue) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetLabels().getMap(); + java.lang.String defaultValue) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** + * + * *
      * Labels associated with this batch write.
      * 
@@ -1312,79 +1410,81 @@ java.lang.String getLabelsOrDefault( * map<string, string> labels = 3; */ @java.lang.Override - public java.lang.String getLabelsOrThrow( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetLabels().getMap(); + public java.lang.String getLabelsOrThrow(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } + public Builder clearLabels() { bitField0_ = (bitField0_ & ~0x00000004); - internalGetMutableLabels().getMutableMap() - .clear(); + internalGetMutableLabels().getMutableMap().clear(); return this; } /** + * + * *
      * Labels associated with this batch write.
      * 
* * map<string, string> labels = 3; */ - public Builder removeLabels( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } - internalGetMutableLabels().getMutableMap() - .remove(key); + public Builder removeLabels(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } + internalGetMutableLabels().getMutableMap().remove(key); return this; } - /** - * Use alternate mutation accessors instead. - */ + /** Use alternate mutation accessors instead. */ @java.lang.Deprecated - public java.util.Map - getMutableLabels() { + public java.util.Map getMutableLabels() { bitField0_ |= 0x00000004; return internalGetMutableLabels().getMutableMap(); } /** + * + * *
      * Labels associated with this batch write.
      * 
* * map<string, string> labels = 3; */ - public Builder putLabels( - java.lang.String key, - java.lang.String value) { - if (key == null) { throw new NullPointerException("map key"); } - if (value == null) { throw new NullPointerException("map value"); } - internalGetMutableLabels().getMutableMap() - .put(key, value); + public Builder putLabels(java.lang.String key, java.lang.String value) { + if (key == null) { + throw new NullPointerException("map key"); + } + if (value == null) { + throw new NullPointerException("map value"); + } + internalGetMutableLabels().getMutableMap().put(key, value); bitField0_ |= 0x00000004; return this; } /** + * + * *
      * Labels associated with this batch write.
      * 
* * map<string, string> labels = 3; */ - public Builder putAllLabels( - java.util.Map values) { - internalGetMutableLabels().getMutableMap() - .putAll(values); + public Builder putAllLabels(java.util.Map values) { + internalGetMutableLabels().getMutableMap().putAll(values); bitField0_ |= 0x00000004; return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1394,12 +1494,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.BatchWriteRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.BatchWriteRequest) private static final com.google.firestore.v1.BatchWriteRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.BatchWriteRequest(); } @@ -1408,27 +1508,27 @@ public static com.google.firestore.v1.BatchWriteRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BatchWriteRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BatchWriteRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1443,6 +1543,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.BatchWriteRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequestOrBuilder.java similarity index 71% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequestOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequestOrBuilder.java index 3e68d922b..6093f96ba 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequestOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteRequestOrBuilder.java @@ -1,36 +1,59 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface BatchWriteRequestOrBuilder extends +public interface BatchWriteRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.BatchWriteRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ java.lang.String getDatabase(); /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ - com.google.protobuf.ByteString - getDatabaseBytes(); + com.google.protobuf.ByteString getDatabaseBytes(); /** + * + * *
    * The writes to apply.
    *
@@ -41,9 +64,10 @@ public interface BatchWriteRequestOrBuilder extends
    *
    * repeated .google.firestore.v1.Write writes = 2;
    */
-  java.util.List 
-      getWritesList();
+  java.util.List getWritesList();
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -56,6 +80,8 @@ public interface BatchWriteRequestOrBuilder extends
    */
   com.google.firestore.v1.Write getWrites(int index);
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -68,6 +94,8 @@ public interface BatchWriteRequestOrBuilder extends
    */
   int getWritesCount();
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -78,9 +106,10 @@ public interface BatchWriteRequestOrBuilder extends
    *
    * repeated .google.firestore.v1.Write writes = 2;
    */
-  java.util.List 
-      getWritesOrBuilderList();
+  java.util.List getWritesOrBuilderList();
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -91,10 +120,11 @@ public interface BatchWriteRequestOrBuilder extends
    *
    * repeated .google.firestore.v1.Write writes = 2;
    */
-  com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
-      int index);
+  com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index);
 
   /**
+   *
+   *
    * 
    * Labels associated with this batch write.
    * 
@@ -103,30 +133,31 @@ com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder( */ int getLabelsCount(); /** + * + * *
    * Labels associated with this batch write.
    * 
* * map<string, string> labels = 3; */ - boolean containsLabels( - java.lang.String key); - /** - * Use {@link #getLabelsMap()} instead. - */ + boolean containsLabels(java.lang.String key); + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated - java.util.Map - getLabels(); + java.util.Map getLabels(); /** + * + * *
    * Labels associated with this batch write.
    * 
* * map<string, string> labels = 3; */ - java.util.Map - getLabelsMap(); + java.util.Map getLabelsMap(); /** + * + * *
    * Labels associated with this batch write.
    * 
@@ -134,17 +165,18 @@ boolean containsLabels( * map<string, string> labels = 3; */ /* nullable */ -java.lang.String getLabelsOrDefault( + java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ -java.lang.String defaultValue); + java.lang.String defaultValue); /** + * + * *
    * Labels associated with this batch write.
    * 
* * map<string, string> labels = 3; */ - java.lang.String getLabelsOrThrow( - java.lang.String key); + java.lang.String getLabelsOrThrow(java.lang.String key); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponse.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponse.java similarity index 75% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponse.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponse.java index 72a772787..1194d7771 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponse.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,6 +20,8 @@ package com.google.firestore.v1; /** + * + * *
  * The response from
  * [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.v1.BatchWriteResponse}
  */
-public final class BatchWriteResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class BatchWriteResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BatchWriteResponse)
     BatchWriteResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use BatchWriteResponse.newBuilder() to construct.
   private BatchWriteResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private BatchWriteResponse() {
     writeResults_ = java.util.Collections.emptyList();
     status_ = java.util.Collections.emptyList();
@@ -28,28 +46,32 @@ private BatchWriteResponse() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new BatchWriteResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_BatchWriteResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_BatchWriteResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BatchWriteResponse.class, com.google.firestore.v1.BatchWriteResponse.Builder.class);
+            com.google.firestore.v1.BatchWriteResponse.class,
+            com.google.firestore.v1.BatchWriteResponse.Builder.class);
   }
 
   public static final int WRITE_RESULTS_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private java.util.List writeResults_;
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -64,6 +86,8 @@ public java.util.List getWriteResultsList()
     return writeResults_;
   }
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -74,11 +98,13 @@ public java.util.List getWriteResultsList()
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
   @java.lang.Override
-  public java.util.List 
+  public java.util.List
       getWriteResultsOrBuilderList() {
     return writeResults_;
   }
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -93,6 +119,8 @@ public int getWriteResultsCount() {
     return writeResults_.size();
   }
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -107,6 +135,8 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
     return writeResults_.get(index);
   }
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -117,15 +147,17 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
   @java.lang.Override
-  public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
-      int index) {
+  public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index) {
     return writeResults_.get(index);
   }
 
   public static final int STATUS_FIELD_NUMBER = 2;
+
   @SuppressWarnings("serial")
   private java.util.List status_;
   /**
+   *
+   *
    * 
    * The status of applying the writes.
    *
@@ -140,6 +172,8 @@ public java.util.List getStatusList() {
     return status_;
   }
   /**
+   *
+   *
    * 
    * The status of applying the writes.
    *
@@ -150,11 +184,12 @@ public java.util.List getStatusList() {
    * repeated .google.rpc.Status status = 2;
    */
   @java.lang.Override
-  public java.util.List 
-      getStatusOrBuilderList() {
+  public java.util.List getStatusOrBuilderList() {
     return status_;
   }
   /**
+   *
+   *
    * 
    * The status of applying the writes.
    *
@@ -169,6 +204,8 @@ public int getStatusCount() {
     return status_.size();
   }
   /**
+   *
+   *
    * 
    * The status of applying the writes.
    *
@@ -183,6 +220,8 @@ public com.google.rpc.Status getStatus(int index) {
     return status_.get(index);
   }
   /**
+   *
+   *
    * 
    * The status of applying the writes.
    *
@@ -193,12 +232,12 @@ public com.google.rpc.Status getStatus(int index) {
    * repeated .google.rpc.Status status = 2;
    */
   @java.lang.Override
-  public com.google.rpc.StatusOrBuilder getStatusOrBuilder(
-      int index) {
+  public com.google.rpc.StatusOrBuilder getStatusOrBuilder(int index) {
     return status_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -210,8 +249,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     for (int i = 0; i < writeResults_.size(); i++) {
       output.writeMessage(1, writeResults_.get(i));
     }
@@ -228,12 +266,10 @@ public int getSerializedSize() {
 
     size = 0;
     for (int i = 0; i < writeResults_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, writeResults_.get(i));
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, writeResults_.get(i));
     }
     for (int i = 0; i < status_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, status_.get(i));
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, status_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -243,17 +279,16 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.BatchWriteResponse)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.BatchWriteResponse other = (com.google.firestore.v1.BatchWriteResponse) obj;
+    com.google.firestore.v1.BatchWriteResponse other =
+        (com.google.firestore.v1.BatchWriteResponse) obj;
 
-    if (!getWriteResultsList()
-        .equals(other.getWriteResultsList())) return false;
-    if (!getStatusList()
-        .equals(other.getStatusList())) return false;
+    if (!getWriteResultsList().equals(other.getWriteResultsList())) return false;
+    if (!getStatusList().equals(other.getStatusList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -278,99 +313,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.BatchWriteResponse parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.BatchWriteResponse parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.BatchWriteResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.BatchWriteResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.BatchWriteResponse parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.BatchWriteResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.BatchWriteResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The response from
    * [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
@@ -378,33 +418,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.BatchWriteResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BatchWriteResponse)
       com.google.firestore.v1.BatchWriteResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BatchWriteResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BatchWriteResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BatchWriteResponse.class, com.google.firestore.v1.BatchWriteResponse.Builder.class);
+              com.google.firestore.v1.BatchWriteResponse.class,
+              com.google.firestore.v1.BatchWriteResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BatchWriteResponse.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -427,9 +466,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BatchWriteResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BatchWriteResponse_descriptor;
     }
 
     @java.lang.Override
@@ -448,9 +487,12 @@ public com.google.firestore.v1.BatchWriteResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.BatchWriteResponse buildPartial() {
-      com.google.firestore.v1.BatchWriteResponse result = new com.google.firestore.v1.BatchWriteResponse(this);
+      com.google.firestore.v1.BatchWriteResponse result =
+          new com.google.firestore.v1.BatchWriteResponse(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -484,38 +526,39 @@ private void buildPartial0(com.google.firestore.v1.BatchWriteResponse result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BatchWriteResponse) {
-        return mergeFrom((com.google.firestore.v1.BatchWriteResponse)other);
+        return mergeFrom((com.google.firestore.v1.BatchWriteResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -542,9 +585,10 @@ public Builder mergeFrom(com.google.firestore.v1.BatchWriteResponse other) {
             writeResultsBuilder_ = null;
             writeResults_ = other.writeResults_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            writeResultsBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getWriteResultsFieldBuilder() : null;
+            writeResultsBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getWriteResultsFieldBuilder()
+                    : null;
           } else {
             writeResultsBuilder_.addAllMessages(other.writeResults_);
           }
@@ -568,9 +612,10 @@ public Builder mergeFrom(com.google.firestore.v1.BatchWriteResponse other) {
             statusBuilder_ = null;
             status_ = other.status_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            statusBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getStatusFieldBuilder() : null;
+            statusBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getStatusFieldBuilder()
+                    : null;
           } else {
             statusBuilder_.addAllMessages(other.status_);
           }
@@ -602,38 +647,38 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              com.google.firestore.v1.WriteResult m =
-                  input.readMessage(
-                      com.google.firestore.v1.WriteResult.parser(),
-                      extensionRegistry);
-              if (writeResultsBuilder_ == null) {
-                ensureWriteResultsIsMutable();
-                writeResults_.add(m);
-              } else {
-                writeResultsBuilder_.addMessage(m);
-              }
-              break;
-            } // case 10
-            case 18: {
-              com.google.rpc.Status m =
-                  input.readMessage(
-                      com.google.rpc.Status.parser(),
-                      extensionRegistry);
-              if (statusBuilder_ == null) {
-                ensureStatusIsMutable();
-                status_.add(m);
-              } else {
-                statusBuilder_.addMessage(m);
-              }
-              break;
-            } // case 18
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                com.google.firestore.v1.WriteResult m =
+                    input.readMessage(
+                        com.google.firestore.v1.WriteResult.parser(), extensionRegistry);
+                if (writeResultsBuilder_ == null) {
+                  ensureWriteResultsIsMutable();
+                  writeResults_.add(m);
+                } else {
+                  writeResultsBuilder_.addMessage(m);
+                }
+                break;
+              } // case 10
+            case 18:
+              {
+                com.google.rpc.Status m =
+                    input.readMessage(com.google.rpc.Status.parser(), extensionRegistry);
+                if (statusBuilder_ == null) {
+                  ensureStatusIsMutable();
+                  status_.add(m);
+                } else {
+                  statusBuilder_.addMessage(m);
+                }
+                break;
+              } // case 18
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -643,21 +688,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.util.List writeResults_ =
-      java.util.Collections.emptyList();
+        java.util.Collections.emptyList();
+
     private void ensureWriteResultsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         writeResults_ = new java.util.ArrayList(writeResults_);
         bitField0_ |= 0x00000001;
-       }
+      }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder> writeResultsBuilder_;
+            com.google.firestore.v1.WriteResult,
+            com.google.firestore.v1.WriteResult.Builder,
+            com.google.firestore.v1.WriteResultOrBuilder>
+        writeResultsBuilder_;
 
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -675,6 +727,8 @@ public java.util.List getWriteResultsList()
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -692,6 +746,8 @@ public int getWriteResultsCount() {
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -709,6 +765,8 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -718,8 +776,7 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public Builder setWriteResults(
-        int index, com.google.firestore.v1.WriteResult value) {
+    public Builder setWriteResults(int index, com.google.firestore.v1.WriteResult value) {
       if (writeResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -733,6 +790,8 @@ public Builder setWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -754,6 +813,8 @@ public Builder setWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -777,6 +838,8 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -786,8 +849,7 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult value) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public Builder addWriteResults(
-        int index, com.google.firestore.v1.WriteResult value) {
+    public Builder addWriteResults(int index, com.google.firestore.v1.WriteResult value) {
       if (writeResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -801,6 +863,8 @@ public Builder addWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -810,8 +874,7 @@ public Builder addWriteResults(
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public Builder addWriteResults(
-        com.google.firestore.v1.WriteResult.Builder builderForValue) {
+    public Builder addWriteResults(com.google.firestore.v1.WriteResult.Builder builderForValue) {
       if (writeResultsBuilder_ == null) {
         ensureWriteResultsIsMutable();
         writeResults_.add(builderForValue.build());
@@ -822,6 +885,8 @@ public Builder addWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -843,6 +908,8 @@ public Builder addWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -856,8 +923,7 @@ public Builder addAllWriteResults(
         java.lang.Iterable values) {
       if (writeResultsBuilder_ == null) {
         ensureWriteResultsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, writeResults_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, writeResults_);
         onChanged();
       } else {
         writeResultsBuilder_.addAllMessages(values);
@@ -865,6 +931,8 @@ public Builder addAllWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -885,6 +953,8 @@ public Builder clearWriteResults() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -905,6 +975,8 @@ public Builder removeWriteResults(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -914,11 +986,12 @@ public Builder removeWriteResults(int index) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(
-        int index) {
+    public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(int index) {
       return getWriteResultsFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -928,14 +1001,16 @@ public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
-        int index) {
+    public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index) {
       if (writeResultsBuilder_ == null) {
-        return writeResults_.get(index);  } else {
+        return writeResults_.get(index);
+      } else {
         return writeResultsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -945,8 +1020,8 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public java.util.List 
-         getWriteResultsOrBuilderList() {
+    public java.util.List
+        getWriteResultsOrBuilderList() {
       if (writeResultsBuilder_ != null) {
         return writeResultsBuilder_.getMessageOrBuilderList();
       } else {
@@ -954,6 +1029,8 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -964,10 +1041,12 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
     public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder() {
-      return getWriteResultsFieldBuilder().addBuilder(
-          com.google.firestore.v1.WriteResult.getDefaultInstance());
+      return getWriteResultsFieldBuilder()
+          .addBuilder(com.google.firestore.v1.WriteResult.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -977,12 +1056,13 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder() {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(
-        int index) {
-      return getWriteResultsFieldBuilder().addBuilder(
-          index, com.google.firestore.v1.WriteResult.getDefaultInstance());
+    public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(int index) {
+      return getWriteResultsFieldBuilder()
+          .addBuilder(index, com.google.firestore.v1.WriteResult.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -992,38 +1072,44 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public java.util.List 
-         getWriteResultsBuilderList() {
+    public java.util.List
+        getWriteResultsBuilderList() {
       return getWriteResultsFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder> 
+            com.google.firestore.v1.WriteResult,
+            com.google.firestore.v1.WriteResult.Builder,
+            com.google.firestore.v1.WriteResultOrBuilder>
         getWriteResultsFieldBuilder() {
       if (writeResultsBuilder_ == null) {
-        writeResultsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder>(
-                writeResults_,
-                ((bitField0_ & 0x00000001) != 0),
-                getParentForChildren(),
-                isClean());
+        writeResultsBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.firestore.v1.WriteResult,
+                com.google.firestore.v1.WriteResult.Builder,
+                com.google.firestore.v1.WriteResultOrBuilder>(
+                writeResults_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
         writeResults_ = null;
       }
       return writeResultsBuilder_;
     }
 
-    private java.util.List status_ =
-      java.util.Collections.emptyList();
+    private java.util.List status_ = java.util.Collections.emptyList();
+
     private void ensureStatusIsMutable() {
       if (!((bitField0_ & 0x00000002) != 0)) {
         status_ = new java.util.ArrayList(status_);
         bitField0_ |= 0x00000002;
-       }
+      }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> statusBuilder_;
+            com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder>
+        statusBuilder_;
 
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1041,6 +1127,8 @@ public java.util.List getStatusList() {
       }
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1058,6 +1146,8 @@ public int getStatusCount() {
       }
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1075,6 +1165,8 @@ public com.google.rpc.Status getStatus(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1084,8 +1176,7 @@ public com.google.rpc.Status getStatus(int index) {
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public Builder setStatus(
-        int index, com.google.rpc.Status value) {
+    public Builder setStatus(int index, com.google.rpc.Status value) {
       if (statusBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1099,6 +1190,8 @@ public Builder setStatus(
       return this;
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1108,8 +1201,7 @@ public Builder setStatus(
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public Builder setStatus(
-        int index, com.google.rpc.Status.Builder builderForValue) {
+    public Builder setStatus(int index, com.google.rpc.Status.Builder builderForValue) {
       if (statusBuilder_ == null) {
         ensureStatusIsMutable();
         status_.set(index, builderForValue.build());
@@ -1120,6 +1212,8 @@ public Builder setStatus(
       return this;
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1143,6 +1237,8 @@ public Builder addStatus(com.google.rpc.Status value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1152,8 +1248,7 @@ public Builder addStatus(com.google.rpc.Status value) {
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public Builder addStatus(
-        int index, com.google.rpc.Status value) {
+    public Builder addStatus(int index, com.google.rpc.Status value) {
       if (statusBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1167,6 +1262,8 @@ public Builder addStatus(
       return this;
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1176,8 +1273,7 @@ public Builder addStatus(
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public Builder addStatus(
-        com.google.rpc.Status.Builder builderForValue) {
+    public Builder addStatus(com.google.rpc.Status.Builder builderForValue) {
       if (statusBuilder_ == null) {
         ensureStatusIsMutable();
         status_.add(builderForValue.build());
@@ -1188,6 +1284,8 @@ public Builder addStatus(
       return this;
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1197,8 +1295,7 @@ public Builder addStatus(
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public Builder addStatus(
-        int index, com.google.rpc.Status.Builder builderForValue) {
+    public Builder addStatus(int index, com.google.rpc.Status.Builder builderForValue) {
       if (statusBuilder_ == null) {
         ensureStatusIsMutable();
         status_.add(index, builderForValue.build());
@@ -1209,6 +1306,8 @@ public Builder addStatus(
       return this;
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1218,12 +1317,10 @@ public Builder addStatus(
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public Builder addAllStatus(
-        java.lang.Iterable values) {
+    public Builder addAllStatus(java.lang.Iterable values) {
       if (statusBuilder_ == null) {
         ensureStatusIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, status_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, status_);
         onChanged();
       } else {
         statusBuilder_.addAllMessages(values);
@@ -1231,6 +1328,8 @@ public Builder addAllStatus(
       return this;
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1251,6 +1350,8 @@ public Builder clearStatus() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1271,6 +1372,8 @@ public Builder removeStatus(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1280,11 +1383,12 @@ public Builder removeStatus(int index) {
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public com.google.rpc.Status.Builder getStatusBuilder(
-        int index) {
+    public com.google.rpc.Status.Builder getStatusBuilder(int index) {
       return getStatusFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1294,14 +1398,16 @@ public com.google.rpc.Status.Builder getStatusBuilder(
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public com.google.rpc.StatusOrBuilder getStatusOrBuilder(
-        int index) {
+    public com.google.rpc.StatusOrBuilder getStatusOrBuilder(int index) {
       if (statusBuilder_ == null) {
-        return status_.get(index);  } else {
+        return status_.get(index);
+      } else {
         return statusBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1311,8 +1417,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder(
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public java.util.List 
-         getStatusOrBuilderList() {
+    public java.util.List getStatusOrBuilderList() {
       if (statusBuilder_ != null) {
         return statusBuilder_.getMessageOrBuilderList();
       } else {
@@ -1320,6 +1425,8 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder(
       }
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1330,10 +1437,11 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder(
      * repeated .google.rpc.Status status = 2;
      */
     public com.google.rpc.Status.Builder addStatusBuilder() {
-      return getStatusFieldBuilder().addBuilder(
-          com.google.rpc.Status.getDefaultInstance());
+      return getStatusFieldBuilder().addBuilder(com.google.rpc.Status.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1343,12 +1451,12 @@ public com.google.rpc.Status.Builder addStatusBuilder() {
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public com.google.rpc.Status.Builder addStatusBuilder(
-        int index) {
-      return getStatusFieldBuilder().addBuilder(
-          index, com.google.rpc.Status.getDefaultInstance());
+    public com.google.rpc.Status.Builder addStatusBuilder(int index) {
+      return getStatusFieldBuilder().addBuilder(index, com.google.rpc.Status.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The status of applying the writes.
      *
@@ -1358,27 +1466,27 @@ public com.google.rpc.Status.Builder addStatusBuilder(
      *
      * repeated .google.rpc.Status status = 2;
      */
-    public java.util.List 
-         getStatusBuilderList() {
+    public java.util.List getStatusBuilderList() {
       return getStatusFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> 
+            com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder>
         getStatusFieldBuilder() {
       if (statusBuilder_ == null) {
-        statusBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder>(
-                status_,
-                ((bitField0_ & 0x00000002) != 0),
-                getParentForChildren(),
-                isClean());
+        statusBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.rpc.Status,
+                com.google.rpc.Status.Builder,
+                com.google.rpc.StatusOrBuilder>(
+                status_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
         status_ = null;
       }
       return statusBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1388,12 +1496,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.BatchWriteResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.BatchWriteResponse)
   private static final com.google.firestore.v1.BatchWriteResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.BatchWriteResponse();
   }
@@ -1402,27 +1510,27 @@ public static com.google.firestore.v1.BatchWriteResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public BatchWriteResponse parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public BatchWriteResponse parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1437,6 +1545,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.BatchWriteResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponseOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponseOrBuilder.java
similarity index 73%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponseOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponseOrBuilder.java
index 7930fb9ce..ecd1cbfcf 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponseOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BatchWriteResponseOrBuilder.java
@@ -1,14 +1,32 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface BatchWriteResponseOrBuilder extends
+public interface BatchWriteResponseOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.BatchWriteResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -18,9 +36,10 @@ public interface BatchWriteResponseOrBuilder extends
    *
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
-  java.util.List 
-      getWriteResultsList();
+  java.util.List getWriteResultsList();
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -32,6 +51,8 @@ public interface BatchWriteResponseOrBuilder extends
    */
   com.google.firestore.v1.WriteResult getWriteResults(int index);
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -43,6 +64,8 @@ public interface BatchWriteResponseOrBuilder extends
    */
   int getWriteResultsCount();
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -52,9 +75,11 @@ public interface BatchWriteResponseOrBuilder extends
    *
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
-  java.util.List 
+  java.util.List
       getWriteResultsOrBuilderList();
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -64,10 +89,11 @@ public interface BatchWriteResponseOrBuilder extends
    *
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
-  com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
-      int index);
+  com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index);
 
   /**
+   *
+   *
    * 
    * The status of applying the writes.
    *
@@ -77,9 +103,10 @@ com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
    *
    * repeated .google.rpc.Status status = 2;
    */
-  java.util.List 
-      getStatusList();
+  java.util.List getStatusList();
   /**
+   *
+   *
    * 
    * The status of applying the writes.
    *
@@ -91,6 +118,8 @@ com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
    */
   com.google.rpc.Status getStatus(int index);
   /**
+   *
+   *
    * 
    * The status of applying the writes.
    *
@@ -102,6 +131,8 @@ com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
    */
   int getStatusCount();
   /**
+   *
+   *
    * 
    * The status of applying the writes.
    *
@@ -111,9 +142,10 @@ com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
    *
    * repeated .google.rpc.Status status = 2;
    */
-  java.util.List 
-      getStatusOrBuilderList();
+  java.util.List getStatusOrBuilderList();
   /**
+   *
+   *
    * 
    * The status of applying the writes.
    *
@@ -123,6 +155,5 @@ com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
    *
    * repeated .google.rpc.Status status = 2;
    */
-  com.google.rpc.StatusOrBuilder getStatusOrBuilder(
-      int index);
+  com.google.rpc.StatusOrBuilder getStatusOrBuilder(int index);
 }
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequest.java
similarity index 68%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequest.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequest.java
index b116528b7..bff0ac024 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequest.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequest.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * The request for
  * [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
@@ -12,50 +29,56 @@
  *
  * Protobuf type {@code google.firestore.v1.BeginTransactionRequest}
  */
-public final class BeginTransactionRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class BeginTransactionRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BeginTransactionRequest)
     BeginTransactionRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use BeginTransactionRequest.newBuilder() to construct.
   private BeginTransactionRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private BeginTransactionRequest() {
     database_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new BeginTransactionRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_BeginTransactionRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_BeginTransactionRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BeginTransactionRequest.class, com.google.firestore.v1.BeginTransactionRequest.Builder.class);
+            com.google.firestore.v1.BeginTransactionRequest.class,
+            com.google.firestore.v1.BeginTransactionRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int DATABASE_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object database_ = "";
   /**
+   *
+   *
    * 
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ @java.lang.Override @@ -64,30 +87,30 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -98,12 +121,15 @@ public java.lang.String getDatabase() { public static final int OPTIONS_FIELD_NUMBER = 2; private com.google.firestore.v1.TransactionOptions options_; /** + * + * *
    * The options for the transaction.
    * Defaults to a read-write transaction.
    * 
* * .google.firestore.v1.TransactionOptions options = 2; + * * @return Whether the options field is set. */ @java.lang.Override @@ -111,19 +137,26 @@ public boolean hasOptions() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The options for the transaction.
    * Defaults to a read-write transaction.
    * 
* * .google.firestore.v1.TransactionOptions options = 2; + * * @return The options. */ @java.lang.Override public com.google.firestore.v1.TransactionOptions getOptions() { - return options_ == null ? com.google.firestore.v1.TransactionOptions.getDefaultInstance() : options_; + return options_ == null + ? com.google.firestore.v1.TransactionOptions.getDefaultInstance() + : options_; } /** + * + * *
    * The options for the transaction.
    * Defaults to a read-write transaction.
@@ -133,10 +166,13 @@ public com.google.firestore.v1.TransactionOptions getOptions() {
    */
   @java.lang.Override
   public com.google.firestore.v1.TransactionOptionsOrBuilder getOptionsOrBuilder() {
-    return options_ == null ? com.google.firestore.v1.TransactionOptions.getDefaultInstance() : options_;
+    return options_ == null
+        ? com.google.firestore.v1.TransactionOptions.getDefaultInstance()
+        : options_;
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -148,8 +184,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, database_);
     }
@@ -169,8 +204,7 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, database_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, getOptions());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getOptions());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -180,19 +214,18 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.BeginTransactionRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.BeginTransactionRequest other = (com.google.firestore.v1.BeginTransactionRequest) obj;
+    com.google.firestore.v1.BeginTransactionRequest other =
+        (com.google.firestore.v1.BeginTransactionRequest) obj;
 
-    if (!getDatabase()
-        .equals(other.getDatabase())) return false;
+    if (!getDatabase().equals(other.getDatabase())) return false;
     if (hasOptions() != other.hasOptions()) return false;
     if (hasOptions()) {
-      if (!getOptions()
-          .equals(other.getOptions())) return false;
+      if (!getOptions().equals(other.getOptions())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -216,99 +249,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.BeginTransactionRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.BeginTransactionRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.BeginTransactionRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.BeginTransactionRequest parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.BeginTransactionRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.BeginTransactionRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The request for
    * [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
@@ -316,21 +354,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.BeginTransactionRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BeginTransactionRequest)
       com.google.firestore.v1.BeginTransactionRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BeginTransactionRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BeginTransactionRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BeginTransactionRequest.class, com.google.firestore.v1.BeginTransactionRequest.Builder.class);
+              com.google.firestore.v1.BeginTransactionRequest.class,
+              com.google.firestore.v1.BeginTransactionRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BeginTransactionRequest.newBuilder()
@@ -338,17 +378,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getOptionsFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -363,9 +403,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BeginTransactionRequest_descriptor;
     }
 
     @java.lang.Override
@@ -384,8 +424,11 @@ public com.google.firestore.v1.BeginTransactionRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.BeginTransactionRequest buildPartial() {
-      com.google.firestore.v1.BeginTransactionRequest result = new com.google.firestore.v1.BeginTransactionRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.BeginTransactionRequest result =
+          new com.google.firestore.v1.BeginTransactionRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -397,9 +440,7 @@ private void buildPartial0(com.google.firestore.v1.BeginTransactionRequest resul
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.options_ = optionsBuilder_ == null
-            ? options_
-            : optionsBuilder_.build();
+        result.options_ = optionsBuilder_ == null ? options_ : optionsBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -409,38 +450,39 @@ private void buildPartial0(com.google.firestore.v1.BeginTransactionRequest resul
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BeginTransactionRequest) {
-        return mergeFrom((com.google.firestore.v1.BeginTransactionRequest)other);
+        return mergeFrom((com.google.firestore.v1.BeginTransactionRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -448,7 +490,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.BeginTransactionRequest other) {
-      if (other == com.google.firestore.v1.BeginTransactionRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.v1.BeginTransactionRequest.getDefaultInstance())
+        return this;
       if (!other.getDatabase().isEmpty()) {
         database_ = other.database_;
         bitField0_ |= 0x00000001;
@@ -483,24 +526,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              database_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getOptionsFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                database_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getOptionsFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -510,23 +554,26 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object database_ = "";
     /**
+     *
+     *
      * 
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -535,21 +582,22 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -557,30 +605,37 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabase(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } database_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -590,18 +645,22 @@ public Builder clearDatabase() { return this; } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000001; @@ -611,36 +670,49 @@ public Builder setDatabaseBytes( private com.google.firestore.v1.TransactionOptions options_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> optionsBuilder_; + com.google.firestore.v1.TransactionOptions, + com.google.firestore.v1.TransactionOptions.Builder, + com.google.firestore.v1.TransactionOptionsOrBuilder> + optionsBuilder_; /** + * + * *
      * The options for the transaction.
      * Defaults to a read-write transaction.
      * 
* * .google.firestore.v1.TransactionOptions options = 2; + * * @return Whether the options field is set. */ public boolean hasOptions() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The options for the transaction.
      * Defaults to a read-write transaction.
      * 
* * .google.firestore.v1.TransactionOptions options = 2; + * * @return The options. */ public com.google.firestore.v1.TransactionOptions getOptions() { if (optionsBuilder_ == null) { - return options_ == null ? com.google.firestore.v1.TransactionOptions.getDefaultInstance() : options_; + return options_ == null + ? com.google.firestore.v1.TransactionOptions.getDefaultInstance() + : options_; } else { return optionsBuilder_.getMessage(); } } /** + * + * *
      * The options for the transaction.
      * Defaults to a read-write transaction.
@@ -662,6 +734,8 @@ public Builder setOptions(com.google.firestore.v1.TransactionOptions value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The options for the transaction.
      * Defaults to a read-write transaction.
@@ -669,8 +743,7 @@ public Builder setOptions(com.google.firestore.v1.TransactionOptions value) {
      *
      * .google.firestore.v1.TransactionOptions options = 2;
      */
-    public Builder setOptions(
-        com.google.firestore.v1.TransactionOptions.Builder builderForValue) {
+    public Builder setOptions(com.google.firestore.v1.TransactionOptions.Builder builderForValue) {
       if (optionsBuilder_ == null) {
         options_ = builderForValue.build();
       } else {
@@ -681,6 +754,8 @@ public Builder setOptions(
       return this;
     }
     /**
+     *
+     *
      * 
      * The options for the transaction.
      * Defaults to a read-write transaction.
@@ -690,9 +765,9 @@ public Builder setOptions(
      */
     public Builder mergeOptions(com.google.firestore.v1.TransactionOptions value) {
       if (optionsBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0) &&
-          options_ != null &&
-          options_ != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0)
+            && options_ != null
+            && options_ != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
           getOptionsBuilder().mergeFrom(value);
         } else {
           options_ = value;
@@ -707,6 +782,8 @@ public Builder mergeOptions(com.google.firestore.v1.TransactionOptions value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The options for the transaction.
      * Defaults to a read-write transaction.
@@ -725,6 +802,8 @@ public Builder clearOptions() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The options for the transaction.
      * Defaults to a read-write transaction.
@@ -738,6 +817,8 @@ public com.google.firestore.v1.TransactionOptions.Builder getOptionsBuilder() {
       return getOptionsFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The options for the transaction.
      * Defaults to a read-write transaction.
@@ -749,11 +830,14 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getOptionsOrBuilder()
       if (optionsBuilder_ != null) {
         return optionsBuilder_.getMessageOrBuilder();
       } else {
-        return options_ == null ?
-            com.google.firestore.v1.TransactionOptions.getDefaultInstance() : options_;
+        return options_ == null
+            ? com.google.firestore.v1.TransactionOptions.getDefaultInstance()
+            : options_;
       }
     }
     /**
+     *
+     *
      * 
      * The options for the transaction.
      * Defaults to a read-write transaction.
@@ -762,21 +846,24 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getOptionsOrBuilder()
      * .google.firestore.v1.TransactionOptions options = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> 
+            com.google.firestore.v1.TransactionOptions,
+            com.google.firestore.v1.TransactionOptions.Builder,
+            com.google.firestore.v1.TransactionOptionsOrBuilder>
         getOptionsFieldBuilder() {
       if (optionsBuilder_ == null) {
-        optionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder>(
-                getOptions(),
-                getParentForChildren(),
-                isClean());
+        optionsBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.TransactionOptions,
+                com.google.firestore.v1.TransactionOptions.Builder,
+                com.google.firestore.v1.TransactionOptionsOrBuilder>(
+                getOptions(), getParentForChildren(), isClean());
         options_ = null;
       }
       return optionsBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -786,12 +873,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.BeginTransactionRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.BeginTransactionRequest)
   private static final com.google.firestore.v1.BeginTransactionRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.BeginTransactionRequest();
   }
@@ -800,27 +887,27 @@ public static com.google.firestore.v1.BeginTransactionRequest getDefaultInstance
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public BeginTransactionRequest parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public BeginTransactionRequest parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -835,6 +922,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.BeginTransactionRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequestOrBuilder.java
similarity index 68%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequestOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequestOrBuilder.java
index 5dd831bf6..9954b71fa 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequestOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionRequestOrBuilder.java
@@ -1,56 +1,85 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface BeginTransactionRequestOrBuilder extends
+public interface BeginTransactionRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.BeginTransactionRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ java.lang.String getDatabase(); /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ - com.google.protobuf.ByteString - getDatabaseBytes(); + com.google.protobuf.ByteString getDatabaseBytes(); /** + * + * *
    * The options for the transaction.
    * Defaults to a read-write transaction.
    * 
* * .google.firestore.v1.TransactionOptions options = 2; + * * @return Whether the options field is set. */ boolean hasOptions(); /** + * + * *
    * The options for the transaction.
    * Defaults to a read-write transaction.
    * 
* * .google.firestore.v1.TransactionOptions options = 2; + * * @return The options. */ com.google.firestore.v1.TransactionOptions getOptions(); /** + * + * *
    * The options for the transaction.
    * Defaults to a read-write transaction.
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponse.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponse.java
similarity index 65%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponse.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponse.java
index 166cf64d3..4a557d32b 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponse.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponse.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * The response for
  * [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
@@ -12,47 +29,52 @@
  *
  * Protobuf type {@code google.firestore.v1.BeginTransactionResponse}
  */
-public final class BeginTransactionResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class BeginTransactionResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BeginTransactionResponse)
     BeginTransactionResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use BeginTransactionResponse.newBuilder() to construct.
   private BeginTransactionResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private BeginTransactionResponse() {
     transaction_ = com.google.protobuf.ByteString.EMPTY;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new BeginTransactionResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_BeginTransactionResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_BeginTransactionResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BeginTransactionResponse.class, com.google.firestore.v1.BeginTransactionResponse.Builder.class);
+            com.google.firestore.v1.BeginTransactionResponse.class,
+            com.google.firestore.v1.BeginTransactionResponse.Builder.class);
   }
 
   public static final int TRANSACTION_FIELD_NUMBER = 1;
   private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
   /**
+   *
+   *
    * 
    * The transaction that was started.
    * 
* * bytes transaction = 1; + * * @return The transaction. */ @java.lang.Override @@ -61,6 +83,7 @@ public com.google.protobuf.ByteString getTransaction() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -72,8 +95,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!transaction_.isEmpty()) { output.writeBytes(1, transaction_); } @@ -87,8 +109,7 @@ public int getSerializedSize() { size = 0; if (!transaction_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize(1, transaction_); + size += com.google.protobuf.CodedOutputStream.computeBytesSize(1, transaction_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -98,15 +119,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.BeginTransactionResponse)) { return super.equals(obj); } - com.google.firestore.v1.BeginTransactionResponse other = (com.google.firestore.v1.BeginTransactionResponse) obj; + com.google.firestore.v1.BeginTransactionResponse other = + (com.google.firestore.v1.BeginTransactionResponse) obj; - if (!getTransaction() - .equals(other.getTransaction())) return false; + if (!getTransaction().equals(other.getTransaction())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -125,99 +146,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.BeginTransactionResponse parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.BeginTransactionResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.BeginTransactionResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.BeginTransactionResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.BeginTransactionResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.BeginTransactionResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.BeginTransactionResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.BeginTransactionResponse parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.BeginTransactionResponse parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.BeginTransactionResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.BeginTransactionResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.BeginTransactionResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.BeginTransactionResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.BeginTransactionResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.BeginTransactionResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.BeginTransactionResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The response for
    * [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
@@ -225,33 +251,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.BeginTransactionResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BeginTransactionResponse)
       com.google.firestore.v1.BeginTransactionResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BeginTransactionResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BeginTransactionResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BeginTransactionResponse.class, com.google.firestore.v1.BeginTransactionResponse.Builder.class);
+              com.google.firestore.v1.BeginTransactionResponse.class,
+              com.google.firestore.v1.BeginTransactionResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BeginTransactionResponse.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -261,9 +286,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_BeginTransactionResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_BeginTransactionResponse_descriptor;
     }
 
     @java.lang.Override
@@ -282,8 +307,11 @@ public com.google.firestore.v1.BeginTransactionResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.BeginTransactionResponse buildPartial() {
-      com.google.firestore.v1.BeginTransactionResponse result = new com.google.firestore.v1.BeginTransactionResponse(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.BeginTransactionResponse result =
+          new com.google.firestore.v1.BeginTransactionResponse(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -299,38 +327,39 @@ private void buildPartial0(com.google.firestore.v1.BeginTransactionResponse resu
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BeginTransactionResponse) {
-        return mergeFrom((com.google.firestore.v1.BeginTransactionResponse)other);
+        return mergeFrom((com.google.firestore.v1.BeginTransactionResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -338,7 +367,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.BeginTransactionResponse other) {
-      if (other == com.google.firestore.v1.BeginTransactionResponse.getDefaultInstance()) return this;
+      if (other == com.google.firestore.v1.BeginTransactionResponse.getDefaultInstance())
+        return this;
       if (other.getTransaction() != com.google.protobuf.ByteString.EMPTY) {
         setTransaction(other.getTransaction());
       }
@@ -368,17 +398,19 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              transaction_ = input.readBytes();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                transaction_ = input.readBytes();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -388,15 +420,19 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
     /**
+     *
+     *
      * 
      * The transaction that was started.
      * 
* * bytes transaction = 1; + * * @return The transaction. */ @java.lang.Override @@ -404,27 +440,35 @@ public com.google.protobuf.ByteString getTransaction() { return transaction_; } /** + * + * *
      * The transaction that was started.
      * 
* * bytes transaction = 1; + * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } transaction_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * The transaction that was started.
      * 
* * bytes transaction = 1; + * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -433,9 +477,9 @@ public Builder clearTransaction() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -445,12 +489,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.BeginTransactionResponse) } // @@protoc_insertion_point(class_scope:google.firestore.v1.BeginTransactionResponse) private static final com.google.firestore.v1.BeginTransactionResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.BeginTransactionResponse(); } @@ -459,27 +503,27 @@ public static com.google.firestore.v1.BeginTransactionResponse getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BeginTransactionResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BeginTransactionResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -494,6 +538,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.BeginTransactionResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java new file mode 100644 index 000000000..34fa014c0 --- /dev/null +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BeginTransactionResponseOrBuilder.java @@ -0,0 +1,39 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/v1/firestore.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.v1; + +public interface BeginTransactionResponseOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.firestore.v1.BeginTransactionResponse) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * The transaction that was started.
+   * 
+ * + * bytes transaction = 1; + * + * @return The transaction. + */ + com.google.protobuf.ByteString getTransaction(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequence.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequence.java similarity index 70% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequence.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequence.java index 3ad543a2b..68e649c79 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequence.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequence.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/bloom_filter.proto @@ -5,6 +20,8 @@ package com.google.firestore.v1; /** + * + * *
  * A sequence of bits, encoded in a byte array.
  *
@@ -25,48 +42,53 @@
  *
  * Protobuf type {@code google.firestore.v1.BitSequence}
  */
-public final class BitSequence extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class BitSequence extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BitSequence)
     BitSequenceOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use BitSequence.newBuilder() to construct.
   private BitSequence(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private BitSequence() {
     bitmap_ = com.google.protobuf.ByteString.EMPTY;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new BitSequence();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BitSequence_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.BloomFilterProto
+        .internal_static_google_firestore_v1_BitSequence_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BitSequence_fieldAccessorTable
+    return com.google.firestore.v1.BloomFilterProto
+        .internal_static_google_firestore_v1_BitSequence_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BitSequence.class, com.google.firestore.v1.BitSequence.Builder.class);
+            com.google.firestore.v1.BitSequence.class,
+            com.google.firestore.v1.BitSequence.Builder.class);
   }
 
   public static final int BITMAP_FIELD_NUMBER = 1;
   private com.google.protobuf.ByteString bitmap_ = com.google.protobuf.ByteString.EMPTY;
   /**
+   *
+   *
    * 
    * The bytes that encode the bit sequence.
    * May have a length of zero.
    * 
* * bytes bitmap = 1; + * * @return The bitmap. */ @java.lang.Override @@ -77,6 +99,8 @@ public com.google.protobuf.ByteString getBitmap() { public static final int PADDING_FIELD_NUMBER = 2; private int padding_ = 0; /** + * + * *
    * The number of bits of the last byte in `bitmap` to ignore as "padding".
    * If the length of `bitmap` is zero, then this value must be `0`.
@@ -84,6 +108,7 @@ public com.google.protobuf.ByteString getBitmap() {
    * 
* * int32 padding = 2; + * * @return The padding. */ @java.lang.Override @@ -92,6 +117,7 @@ public int getPadding() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -103,8 +129,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!bitmap_.isEmpty()) { output.writeBytes(1, bitmap_); } @@ -121,12 +146,10 @@ public int getSerializedSize() { size = 0; if (!bitmap_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize(1, bitmap_); + size += com.google.protobuf.CodedOutputStream.computeBytesSize(1, bitmap_); } if (padding_ != 0) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(2, padding_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, padding_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -136,17 +159,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.BitSequence)) { return super.equals(obj); } com.google.firestore.v1.BitSequence other = (com.google.firestore.v1.BitSequence) obj; - if (!getBitmap() - .equals(other.getBitmap())) return false; - if (getPadding() - != other.getPadding()) return false; + if (!getBitmap().equals(other.getBitmap())) return false; + if (getPadding() != other.getPadding()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -167,99 +188,103 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.BitSequence parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.BitSequence parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.BitSequence parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.BitSequence parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.firestore.v1.BitSequence parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.BitSequence parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.BitSequence parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.BitSequence parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.BitSequence parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.BitSequence parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.v1.BitSequence parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.BitSequence parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.BitSequence parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.BitSequence parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.BitSequence prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A sequence of bits, encoded in a byte array.
    *
@@ -280,33 +305,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.BitSequence}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BitSequence)
       com.google.firestore.v1.BitSequenceOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BitSequence_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.BloomFilterProto
+          .internal_static_google_firestore_v1_BitSequence_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BitSequence_fieldAccessorTable
+      return com.google.firestore.v1.BloomFilterProto
+          .internal_static_google_firestore_v1_BitSequence_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BitSequence.class, com.google.firestore.v1.BitSequence.Builder.class);
+              com.google.firestore.v1.BitSequence.class,
+              com.google.firestore.v1.BitSequence.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BitSequence.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -317,9 +341,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BitSequence_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.BloomFilterProto
+          .internal_static_google_firestore_v1_BitSequence_descriptor;
     }
 
     @java.lang.Override
@@ -339,7 +363,9 @@ public com.google.firestore.v1.BitSequence build() {
     @java.lang.Override
     public com.google.firestore.v1.BitSequence buildPartial() {
       com.google.firestore.v1.BitSequence result = new com.google.firestore.v1.BitSequence(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -358,38 +384,39 @@ private void buildPartial0(com.google.firestore.v1.BitSequence result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BitSequence) {
-        return mergeFrom((com.google.firestore.v1.BitSequence)other);
+        return mergeFrom((com.google.firestore.v1.BitSequence) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -430,22 +457,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              bitmap_ = input.readBytes();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 16: {
-              padding_ = input.readInt32();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 16
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                bitmap_ = input.readBytes();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 16:
+              {
+                padding_ = input.readInt32();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 16
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -455,16 +485,20 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.protobuf.ByteString bitmap_ = com.google.protobuf.ByteString.EMPTY;
     /**
+     *
+     *
      * 
      * The bytes that encode the bit sequence.
      * May have a length of zero.
      * 
* * bytes bitmap = 1; + * * @return The bitmap. */ @java.lang.Override @@ -472,29 +506,37 @@ public com.google.protobuf.ByteString getBitmap() { return bitmap_; } /** + * + * *
      * The bytes that encode the bit sequence.
      * May have a length of zero.
      * 
* * bytes bitmap = 1; + * * @param value The bitmap to set. * @return This builder for chaining. */ public Builder setBitmap(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } bitmap_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * The bytes that encode the bit sequence.
      * May have a length of zero.
      * 
* * bytes bitmap = 1; + * * @return This builder for chaining. */ public Builder clearBitmap() { @@ -504,8 +546,10 @@ public Builder clearBitmap() { return this; } - private int padding_ ; + private int padding_; /** + * + * *
      * The number of bits of the last byte in `bitmap` to ignore as "padding".
      * If the length of `bitmap` is zero, then this value must be `0`.
@@ -513,6 +557,7 @@ public Builder clearBitmap() {
      * 
* * int32 padding = 2; + * * @return The padding. */ @java.lang.Override @@ -520,6 +565,8 @@ public int getPadding() { return padding_; } /** + * + * *
      * The number of bits of the last byte in `bitmap` to ignore as "padding".
      * If the length of `bitmap` is zero, then this value must be `0`.
@@ -527,6 +574,7 @@ public int getPadding() {
      * 
* * int32 padding = 2; + * * @param value The padding to set. * @return This builder for chaining. */ @@ -538,6 +586,8 @@ public Builder setPadding(int value) { return this; } /** + * + * *
      * The number of bits of the last byte in `bitmap` to ignore as "padding".
      * If the length of `bitmap` is zero, then this value must be `0`.
@@ -545,6 +595,7 @@ public Builder setPadding(int value) {
      * 
* * int32 padding = 2; + * * @return This builder for chaining. */ public Builder clearPadding() { @@ -553,9 +604,9 @@ public Builder clearPadding() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -565,12 +616,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.BitSequence) } // @@protoc_insertion_point(class_scope:google.firestore.v1.BitSequence) private static final com.google.firestore.v1.BitSequence DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.BitSequence(); } @@ -579,27 +630,27 @@ public static com.google.firestore.v1.BitSequence getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BitSequence parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BitSequence parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -614,6 +665,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.BitSequence getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequenceOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequenceOrBuilder.java similarity index 56% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequenceOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequenceOrBuilder.java index 6e2fc73fb..1d64efcf2 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequenceOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BitSequenceOrBuilder.java @@ -1,25 +1,46 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/bloom_filter.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface BitSequenceOrBuilder extends +public interface BitSequenceOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.BitSequence) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The bytes that encode the bit sequence.
    * May have a length of zero.
    * 
* * bytes bitmap = 1; + * * @return The bitmap. */ com.google.protobuf.ByteString getBitmap(); /** + * + * *
    * The number of bits of the last byte in `bitmap` to ignore as "padding".
    * If the length of `bitmap` is zero, then this value must be `0`.
@@ -27,6 +48,7 @@ public interface BitSequenceOrBuilder extends
    * 
* * int32 padding = 2; + * * @return The padding. */ int getPadding(); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilter.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilter.java similarity index 69% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilter.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilter.java index 938ba8a4b..986658fdb 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilter.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilter.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/bloom_filter.proto @@ -5,6 +20,8 @@ package com.google.firestore.v1; /** + * + * *
  * A bloom filter (https://en.wikipedia.org/wiki/Bloom_filter).
  *
@@ -23,47 +40,51 @@
  *
  * Protobuf type {@code google.firestore.v1.BloomFilter}
  */
-public final class BloomFilter extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class BloomFilter extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.BloomFilter)
     BloomFilterOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use BloomFilter.newBuilder() to construct.
   private BloomFilter(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private BloomFilter() {
-  }
+
+  private BloomFilter() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new BloomFilter();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BloomFilter_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.BloomFilterProto
+        .internal_static_google_firestore_v1_BloomFilter_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable
+    return com.google.firestore.v1.BloomFilterProto
+        .internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.BloomFilter.class, com.google.firestore.v1.BloomFilter.Builder.class);
+            com.google.firestore.v1.BloomFilter.class,
+            com.google.firestore.v1.BloomFilter.Builder.class);
   }
 
   private int bitField0_;
   public static final int BITS_FIELD_NUMBER = 1;
   private com.google.firestore.v1.BitSequence bits_;
   /**
+   *
+   *
    * 
    * The bloom filter data.
    * 
* * .google.firestore.v1.BitSequence bits = 1; + * * @return Whether the bits field is set. */ @java.lang.Override @@ -71,11 +92,14 @@ public boolean hasBits() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The bloom filter data.
    * 
* * .google.firestore.v1.BitSequence bits = 1; + * * @return The bits. */ @java.lang.Override @@ -83,6 +107,8 @@ public com.google.firestore.v1.BitSequence getBits() { return bits_ == null ? com.google.firestore.v1.BitSequence.getDefaultInstance() : bits_; } /** + * + * *
    * The bloom filter data.
    * 
@@ -97,11 +123,14 @@ public com.google.firestore.v1.BitSequenceOrBuilder getBitsOrBuilder() { public static final int HASH_COUNT_FIELD_NUMBER = 2; private int hashCount_ = 0; /** + * + * *
    * The number of hashes used by the algorithm.
    * 
* * int32 hash_count = 2; + * * @return The hashCount. */ @java.lang.Override @@ -110,6 +139,7 @@ public int getHashCount() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -121,8 +151,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getBits()); } @@ -139,12 +168,10 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getBits()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getBits()); } if (hashCount_ != 0) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(2, hashCount_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, hashCount_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -154,7 +181,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.BloomFilter)) { return super.equals(obj); @@ -163,11 +190,9 @@ public boolean equals(final java.lang.Object obj) { if (hasBits() != other.hasBits()) return false; if (hasBits()) { - if (!getBits() - .equals(other.getBits())) return false; + if (!getBits().equals(other.getBits())) return false; } - if (getHashCount() - != other.getHashCount()) return false; + if (getHashCount() != other.getHashCount()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -190,99 +215,103 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.BloomFilter parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.BloomFilter parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.BloomFilter parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.BloomFilter parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.firestore.v1.BloomFilter parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.BloomFilter parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.BloomFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.BloomFilter parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.BloomFilter parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.BloomFilter parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.v1.BloomFilter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.BloomFilter parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.BloomFilter parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.BloomFilter parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.BloomFilter prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A bloom filter (https://en.wikipedia.org/wiki/Bloom_filter).
    *
@@ -301,21 +330,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.BloomFilter}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.BloomFilter)
       com.google.firestore.v1.BloomFilterOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BloomFilter_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.BloomFilterProto
+          .internal_static_google_firestore_v1_BloomFilter_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable
+      return com.google.firestore.v1.BloomFilterProto
+          .internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.BloomFilter.class, com.google.firestore.v1.BloomFilter.Builder.class);
+              com.google.firestore.v1.BloomFilter.class,
+              com.google.firestore.v1.BloomFilter.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.BloomFilter.newBuilder()
@@ -323,17 +354,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getBitsFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -348,9 +379,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.BloomFilterProto.internal_static_google_firestore_v1_BloomFilter_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.BloomFilterProto
+          .internal_static_google_firestore_v1_BloomFilter_descriptor;
     }
 
     @java.lang.Override
@@ -370,7 +401,9 @@ public com.google.firestore.v1.BloomFilter build() {
     @java.lang.Override
     public com.google.firestore.v1.BloomFilter buildPartial() {
       com.google.firestore.v1.BloomFilter result = new com.google.firestore.v1.BloomFilter(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -379,9 +412,7 @@ private void buildPartial0(com.google.firestore.v1.BloomFilter result) {
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.bits_ = bitsBuilder_ == null
-            ? bits_
-            : bitsBuilder_.build();
+        result.bits_ = bitsBuilder_ == null ? bits_ : bitsBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
@@ -394,38 +425,39 @@ private void buildPartial0(com.google.firestore.v1.BloomFilter result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.BloomFilter) {
-        return mergeFrom((com.google.firestore.v1.BloomFilter)other);
+        return mergeFrom((com.google.firestore.v1.BloomFilter) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -466,24 +498,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getBitsFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 16: {
-              hashCount_ = input.readInt32();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 16
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getBitsFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 16:
+              {
+                hashCount_ = input.readInt32();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 16
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -493,28 +526,38 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.firestore.v1.BitSequence bits_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.BitSequence, com.google.firestore.v1.BitSequence.Builder, com.google.firestore.v1.BitSequenceOrBuilder> bitsBuilder_;
+            com.google.firestore.v1.BitSequence,
+            com.google.firestore.v1.BitSequence.Builder,
+            com.google.firestore.v1.BitSequenceOrBuilder>
+        bitsBuilder_;
     /**
+     *
+     *
      * 
      * The bloom filter data.
      * 
* * .google.firestore.v1.BitSequence bits = 1; + * * @return Whether the bits field is set. */ public boolean hasBits() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * The bloom filter data.
      * 
* * .google.firestore.v1.BitSequence bits = 1; + * * @return The bits. */ public com.google.firestore.v1.BitSequence getBits() { @@ -525,6 +568,8 @@ public com.google.firestore.v1.BitSequence getBits() { } } /** + * + * *
      * The bloom filter data.
      * 
@@ -545,14 +590,15 @@ public Builder setBits(com.google.firestore.v1.BitSequence value) { return this; } /** + * + * *
      * The bloom filter data.
      * 
* * .google.firestore.v1.BitSequence bits = 1; */ - public Builder setBits( - com.google.firestore.v1.BitSequence.Builder builderForValue) { + public Builder setBits(com.google.firestore.v1.BitSequence.Builder builderForValue) { if (bitsBuilder_ == null) { bits_ = builderForValue.build(); } else { @@ -563,6 +609,8 @@ public Builder setBits( return this; } /** + * + * *
      * The bloom filter data.
      * 
@@ -571,9 +619,9 @@ public Builder setBits( */ public Builder mergeBits(com.google.firestore.v1.BitSequence value) { if (bitsBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - bits_ != null && - bits_ != com.google.firestore.v1.BitSequence.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && bits_ != null + && bits_ != com.google.firestore.v1.BitSequence.getDefaultInstance()) { getBitsBuilder().mergeFrom(value); } else { bits_ = value; @@ -588,6 +636,8 @@ public Builder mergeBits(com.google.firestore.v1.BitSequence value) { return this; } /** + * + * *
      * The bloom filter data.
      * 
@@ -605,6 +655,8 @@ public Builder clearBits() { return this; } /** + * + * *
      * The bloom filter data.
      * 
@@ -617,6 +669,8 @@ public com.google.firestore.v1.BitSequence.Builder getBitsBuilder() { return getBitsFieldBuilder().getBuilder(); } /** + * + * *
      * The bloom filter data.
      * 
@@ -627,11 +681,12 @@ public com.google.firestore.v1.BitSequenceOrBuilder getBitsOrBuilder() { if (bitsBuilder_ != null) { return bitsBuilder_.getMessageOrBuilder(); } else { - return bits_ == null ? - com.google.firestore.v1.BitSequence.getDefaultInstance() : bits_; + return bits_ == null ? com.google.firestore.v1.BitSequence.getDefaultInstance() : bits_; } } /** + * + * *
      * The bloom filter data.
      * 
@@ -639,26 +694,32 @@ public com.google.firestore.v1.BitSequenceOrBuilder getBitsOrBuilder() { * .google.firestore.v1.BitSequence bits = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.BitSequence, com.google.firestore.v1.BitSequence.Builder, com.google.firestore.v1.BitSequenceOrBuilder> + com.google.firestore.v1.BitSequence, + com.google.firestore.v1.BitSequence.Builder, + com.google.firestore.v1.BitSequenceOrBuilder> getBitsFieldBuilder() { if (bitsBuilder_ == null) { - bitsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.BitSequence, com.google.firestore.v1.BitSequence.Builder, com.google.firestore.v1.BitSequenceOrBuilder>( - getBits(), - getParentForChildren(), - isClean()); + bitsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.BitSequence, + com.google.firestore.v1.BitSequence.Builder, + com.google.firestore.v1.BitSequenceOrBuilder>( + getBits(), getParentForChildren(), isClean()); bits_ = null; } return bitsBuilder_; } - private int hashCount_ ; + private int hashCount_; /** + * + * *
      * The number of hashes used by the algorithm.
      * 
* * int32 hash_count = 2; + * * @return The hashCount. */ @java.lang.Override @@ -666,11 +727,14 @@ public int getHashCount() { return hashCount_; } /** + * + * *
      * The number of hashes used by the algorithm.
      * 
* * int32 hash_count = 2; + * * @param value The hashCount to set. * @return This builder for chaining. */ @@ -682,11 +746,14 @@ public Builder setHashCount(int value) { return this; } /** + * + * *
      * The number of hashes used by the algorithm.
      * 
* * int32 hash_count = 2; + * * @return This builder for chaining. */ public Builder clearHashCount() { @@ -695,9 +762,9 @@ public Builder clearHashCount() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -707,12 +774,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.BloomFilter) } // @@protoc_insertion_point(class_scope:google.firestore.v1.BloomFilter) private static final com.google.firestore.v1.BloomFilter DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.BloomFilter(); } @@ -721,27 +788,27 @@ public static com.google.firestore.v1.BloomFilter getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BloomFilter parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BloomFilter parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -756,6 +823,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.BloomFilter getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterOrBuilder.java similarity index 60% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterOrBuilder.java index c2b86e3a4..4fc43f688 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterOrBuilder.java @@ -1,32 +1,56 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/bloom_filter.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface BloomFilterOrBuilder extends +public interface BloomFilterOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.BloomFilter) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The bloom filter data.
    * 
* * .google.firestore.v1.BitSequence bits = 1; + * * @return Whether the bits field is set. */ boolean hasBits(); /** + * + * *
    * The bloom filter data.
    * 
* * .google.firestore.v1.BitSequence bits = 1; + * * @return The bits. */ com.google.firestore.v1.BitSequence getBits(); /** + * + * *
    * The bloom filter data.
    * 
@@ -36,11 +60,14 @@ public interface BloomFilterOrBuilder extends com.google.firestore.v1.BitSequenceOrBuilder getBitsOrBuilder(); /** + * + * *
    * The number of hashes used by the algorithm.
    * 
* * int32 hash_count = 2; + * * @return The hashCount. */ int getHashCount(); diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java new file mode 100644 index 000000000..30acc15af --- /dev/null +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/BloomFilterProto.java @@ -0,0 +1,82 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/v1/bloom_filter.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.v1; + +public final class BloomFilterProto { + private BloomFilterProto() {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); + } + + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BitSequence_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BitSequence_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BloomFilter_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + return descriptor; + } + + private static com.google.protobuf.Descriptors.FileDescriptor descriptor; + + static { + java.lang.String[] descriptorData = { + "\n&google/firestore/v1/bloom_filter.proto" + + "\022\023google.firestore.v1\".\n\013BitSequence\022\016\n\006" + + "bitmap\030\001 \001(\014\022\017\n\007padding\030\002 \001(\005\"Q\n\013BloomFi" + + "lter\022.\n\004bits\030\001 \001(\0132 .google.firestore.v1" + + ".BitSequence\022\022\n\nhash_count\030\002 \001(\005B\310\001\n\027com" + + ".google.firestore.v1B\020BloomFilterProtoP\001" + + "Z;cloud.google.com/go/firestore/apiv1/fi" + + "restorepb;firestorepb\242\002\004GCFS\252\002\031Google.Cl" + + "oud.Firestore.V1\312\002\031Google\\Cloud\\Firestor" + + "e\\V1\352\002\034Google::Cloud::Firestore::V1b\006pro" + + "to3" + }; + descriptor = + com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( + descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); + internal_static_google_firestore_v1_BitSequence_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_firestore_v1_BitSequence_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_v1_BitSequence_descriptor, + new java.lang.String[] { + "Bitmap", "Padding", + }); + internal_static_google_firestore_v1_BloomFilter_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_firestore_v1_BloomFilter_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_firestore_v1_BloomFilter_descriptor, + new java.lang.String[] { + "Bits", "HashCount", + }); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequest.java similarity index 73% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequest.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequest.java index 1c3ce44d6..96bd58d53 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequest.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,21 +20,24 @@ package com.google.firestore.v1; /** + * + * *
  * The request for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
  * 
* * Protobuf type {@code google.firestore.v1.CommitRequest} */ -public final class CommitRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class CommitRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.CommitRequest) CommitRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use CommitRequest.newBuilder() to construct. private CommitRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private CommitRequest() { database_ = ""; writes_ = java.util.Collections.emptyList(); @@ -28,34 +46,39 @@ private CommitRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new CommitRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_CommitRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_CommitRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.CommitRequest.class, com.google.firestore.v1.CommitRequest.Builder.class); + com.google.firestore.v1.CommitRequest.class, + com.google.firestore.v1.CommitRequest.Builder.class); } public static final int DATABASE_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ @java.lang.Override @@ -64,30 +87,30 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -96,9 +119,12 @@ public java.lang.String getDatabase() { } public static final int WRITES_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private java.util.List writes_; /** + * + * *
    * The writes to apply.
    *
@@ -112,6 +138,8 @@ public java.util.List getWritesList() {
     return writes_;
   }
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -121,11 +149,12 @@ public java.util.List getWritesList() {
    * repeated .google.firestore.v1.Write writes = 2;
    */
   @java.lang.Override
-  public java.util.List 
-      getWritesOrBuilderList() {
+  public java.util.List getWritesOrBuilderList() {
     return writes_;
   }
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -139,6 +168,8 @@ public int getWritesCount() {
     return writes_.size();
   }
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -152,6 +183,8 @@ public com.google.firestore.v1.Write getWrites(int index) {
     return writes_.get(index);
   }
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -161,19 +194,21 @@ public com.google.firestore.v1.Write getWrites(int index) {
    * repeated .google.firestore.v1.Write writes = 2;
    */
   @java.lang.Override
-  public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
-      int index) {
+  public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
     return writes_.get(index);
   }
 
   public static final int TRANSACTION_FIELD_NUMBER = 3;
   private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
   /**
+   *
+   *
    * 
    * If set, applies all writes in this transaction, and commits it.
    * 
* * bytes transaction = 3; + * * @return The transaction. */ @java.lang.Override @@ -182,6 +217,7 @@ public com.google.protobuf.ByteString getTransaction() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -193,8 +229,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, database_); } @@ -217,12 +252,10 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, database_); } for (int i = 0; i < writes_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, writes_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, writes_.get(i)); } if (!transaction_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize(3, transaction_); + size += com.google.protobuf.CodedOutputStream.computeBytesSize(3, transaction_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -232,19 +265,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.CommitRequest)) { return super.equals(obj); } com.google.firestore.v1.CommitRequest other = (com.google.firestore.v1.CommitRequest) obj; - if (!getDatabase() - .equals(other.getDatabase())) return false; - if (!getWritesList() - .equals(other.getWritesList())) return false; - if (!getTransaction() - .equals(other.getTransaction())) return false; + if (!getDatabase().equals(other.getDatabase())) return false; + if (!getWritesList().equals(other.getWritesList())) return false; + if (!getTransaction().equals(other.getTransaction())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -269,132 +299,135 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.CommitRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.CommitRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.CommitRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.CommitRequest parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.firestore.v1.CommitRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.CommitRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.CommitRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.CommitRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.CommitRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.CommitRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.v1.CommitRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.CommitRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.CommitRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.CommitRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.CommitRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
    * 
* * Protobuf type {@code google.firestore.v1.CommitRequest} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.CommitRequest) com.google.firestore.v1.CommitRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_CommitRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_CommitRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.CommitRequest.class, com.google.firestore.v1.CommitRequest.Builder.class); + com.google.firestore.v1.CommitRequest.class, + com.google.firestore.v1.CommitRequest.Builder.class); } // Construct using com.google.firestore.v1.CommitRequest.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -412,9 +445,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_CommitRequest_descriptor; } @java.lang.Override @@ -433,9 +466,12 @@ public com.google.firestore.v1.CommitRequest build() { @java.lang.Override public com.google.firestore.v1.CommitRequest buildPartial() { - com.google.firestore.v1.CommitRequest result = new com.google.firestore.v1.CommitRequest(this); + com.google.firestore.v1.CommitRequest result = + new com.google.firestore.v1.CommitRequest(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -466,38 +502,39 @@ private void buildPartial0(com.google.firestore.v1.CommitRequest result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.CommitRequest) { - return mergeFrom((com.google.firestore.v1.CommitRequest)other); + return mergeFrom((com.google.firestore.v1.CommitRequest) other); } else { super.mergeFrom(other); return this; @@ -529,9 +566,10 @@ public Builder mergeFrom(com.google.firestore.v1.CommitRequest other) { writesBuilder_ = null; writes_ = other.writes_; bitField0_ = (bitField0_ & ~0x00000002); - writesBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getWritesFieldBuilder() : null; + writesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getWritesFieldBuilder() + : null; } else { writesBuilder_.addAllMessages(other.writes_); } @@ -566,35 +604,37 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - database_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: { - com.google.firestore.v1.Write m = - input.readMessage( - com.google.firestore.v1.Write.parser(), - extensionRegistry); - if (writesBuilder_ == null) { - ensureWritesIsMutable(); - writes_.add(m); - } else { - writesBuilder_.addMessage(m); - } - break; - } // case 18 - case 26: { - transaction_ = input.readBytes(); - bitField0_ |= 0x00000004; - break; - } // case 26 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + database_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: + { + com.google.firestore.v1.Write m = + input.readMessage(com.google.firestore.v1.Write.parser(), extensionRegistry); + if (writesBuilder_ == null) { + ensureWritesIsMutable(); + writes_.add(m); + } else { + writesBuilder_.addMessage(m); + } + break; + } // case 18 + case 26: + { + transaction_ = input.readBytes(); + bitField0_ |= 0x00000004; + break; + } // case 26 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -604,23 +644,26 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object database_ = ""; /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -629,21 +672,22 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -651,30 +695,37 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabase(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } database_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -684,18 +735,22 @@ public Builder clearDatabase() { return this; } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000001; @@ -704,18 +759,24 @@ public Builder setDatabaseBytes( } private java.util.List writes_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureWritesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { writes_ = new java.util.ArrayList(writes_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder> writesBuilder_; + com.google.firestore.v1.Write, + com.google.firestore.v1.Write.Builder, + com.google.firestore.v1.WriteOrBuilder> + writesBuilder_; /** + * + * *
      * The writes to apply.
      *
@@ -732,6 +793,8 @@ public java.util.List getWritesList() {
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -748,6 +811,8 @@ public int getWritesCount() {
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -764,6 +829,8 @@ public com.google.firestore.v1.Write getWrites(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -772,8 +839,7 @@ public com.google.firestore.v1.Write getWrites(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder setWrites(
-        int index, com.google.firestore.v1.Write value) {
+    public Builder setWrites(int index, com.google.firestore.v1.Write value) {
       if (writesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -787,6 +853,8 @@ public Builder setWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -795,8 +863,7 @@ public Builder setWrites(
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder setWrites(
-        int index, com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder setWrites(int index, com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.set(index, builderForValue.build());
@@ -807,6 +874,8 @@ public Builder setWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -829,6 +898,8 @@ public Builder addWrites(com.google.firestore.v1.Write value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -837,8 +908,7 @@ public Builder addWrites(com.google.firestore.v1.Write value) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder addWrites(
-        int index, com.google.firestore.v1.Write value) {
+    public Builder addWrites(int index, com.google.firestore.v1.Write value) {
       if (writesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -852,6 +922,8 @@ public Builder addWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -860,8 +932,7 @@ public Builder addWrites(
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder addWrites(
-        com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder addWrites(com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.add(builderForValue.build());
@@ -872,6 +943,8 @@ public Builder addWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -880,8 +953,7 @@ public Builder addWrites(
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public Builder addWrites(
-        int index, com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder addWrites(int index, com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.add(index, builderForValue.build());
@@ -892,6 +964,8 @@ public Builder addWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -904,8 +978,7 @@ public Builder addAllWrites(
         java.lang.Iterable values) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, writes_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, writes_);
         onChanged();
       } else {
         writesBuilder_.addAllMessages(values);
@@ -913,6 +986,8 @@ public Builder addAllWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -932,6 +1007,8 @@ public Builder clearWrites() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -951,6 +1028,8 @@ public Builder removeWrites(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -959,11 +1038,12 @@ public Builder removeWrites(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public com.google.firestore.v1.Write.Builder getWritesBuilder(
-        int index) {
+    public com.google.firestore.v1.Write.Builder getWritesBuilder(int index) {
       return getWritesFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -972,14 +1052,16 @@ public com.google.firestore.v1.Write.Builder getWritesBuilder(
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
-        int index) {
+    public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
       if (writesBuilder_ == null) {
-        return writes_.get(index);  } else {
+        return writes_.get(index);
+      } else {
         return writesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -988,8 +1070,8 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public java.util.List 
-         getWritesOrBuilderList() {
+    public java.util.List
+        getWritesOrBuilderList() {
       if (writesBuilder_ != null) {
         return writesBuilder_.getMessageOrBuilderList();
       } else {
@@ -997,6 +1079,8 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1006,10 +1090,11 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
      * repeated .google.firestore.v1.Write writes = 2;
      */
     public com.google.firestore.v1.Write.Builder addWritesBuilder() {
-      return getWritesFieldBuilder().addBuilder(
-          com.google.firestore.v1.Write.getDefaultInstance());
+      return getWritesFieldBuilder().addBuilder(com.google.firestore.v1.Write.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1018,12 +1103,13 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder() {
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public com.google.firestore.v1.Write.Builder addWritesBuilder(
-        int index) {
-      return getWritesFieldBuilder().addBuilder(
-          index, com.google.firestore.v1.Write.getDefaultInstance());
+    public com.google.firestore.v1.Write.Builder addWritesBuilder(int index) {
+      return getWritesFieldBuilder()
+          .addBuilder(index, com.google.firestore.v1.Write.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1032,20 +1118,22 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder(
      *
      * repeated .google.firestore.v1.Write writes = 2;
      */
-    public java.util.List 
-         getWritesBuilderList() {
+    public java.util.List getWritesBuilderList() {
       return getWritesFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder> 
+            com.google.firestore.v1.Write,
+            com.google.firestore.v1.Write.Builder,
+            com.google.firestore.v1.WriteOrBuilder>
         getWritesFieldBuilder() {
       if (writesBuilder_ == null) {
-        writesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder>(
-                writes_,
-                ((bitField0_ & 0x00000002) != 0),
-                getParentForChildren(),
-                isClean());
+        writesBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.firestore.v1.Write,
+                com.google.firestore.v1.Write.Builder,
+                com.google.firestore.v1.WriteOrBuilder>(
+                writes_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
         writes_ = null;
       }
       return writesBuilder_;
@@ -1053,11 +1141,14 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder(
 
     private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
     /**
+     *
+     *
      * 
      * If set, applies all writes in this transaction, and commits it.
      * 
* * bytes transaction = 3; + * * @return The transaction. */ @java.lang.Override @@ -1065,27 +1156,35 @@ public com.google.protobuf.ByteString getTransaction() { return transaction_; } /** + * + * *
      * If set, applies all writes in this transaction, and commits it.
      * 
* * bytes transaction = 3; + * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } transaction_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** + * + * *
      * If set, applies all writes in this transaction, and commits it.
      * 
* * bytes transaction = 3; + * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -1094,9 +1193,9 @@ public Builder clearTransaction() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1106,12 +1205,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.CommitRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.CommitRequest) private static final com.google.firestore.v1.CommitRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.CommitRequest(); } @@ -1120,27 +1219,27 @@ public static com.google.firestore.v1.CommitRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CommitRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CommitRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1155,6 +1254,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.CommitRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequestOrBuilder.java similarity index 69% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequestOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequestOrBuilder.java index 7163f5e08..3cf5b5d72 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequestOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitRequestOrBuilder.java @@ -1,36 +1,59 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface CommitRequestOrBuilder extends +public interface CommitRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.CommitRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ java.lang.String getDatabase(); /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ - com.google.protobuf.ByteString - getDatabaseBytes(); + com.google.protobuf.ByteString getDatabaseBytes(); /** + * + * *
    * The writes to apply.
    *
@@ -39,9 +62,10 @@ public interface CommitRequestOrBuilder extends
    *
    * repeated .google.firestore.v1.Write writes = 2;
    */
-  java.util.List 
-      getWritesList();
+  java.util.List getWritesList();
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -52,6 +76,8 @@ public interface CommitRequestOrBuilder extends
    */
   com.google.firestore.v1.Write getWrites(int index);
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -62,6 +88,8 @@ public interface CommitRequestOrBuilder extends
    */
   int getWritesCount();
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -70,9 +98,10 @@ public interface CommitRequestOrBuilder extends
    *
    * repeated .google.firestore.v1.Write writes = 2;
    */
-  java.util.List 
-      getWritesOrBuilderList();
+  java.util.List getWritesOrBuilderList();
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -81,15 +110,17 @@ public interface CommitRequestOrBuilder extends
    *
    * repeated .google.firestore.v1.Write writes = 2;
    */
-  com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
-      int index);
+  com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index);
 
   /**
+   *
+   *
    * 
    * If set, applies all writes in this transaction, and commits it.
    * 
* * bytes transaction = 3; + * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponse.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponse.java similarity index 74% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponse.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponse.java index 71148796e..0de7295b5 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponse.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,50 +20,57 @@ package com.google.firestore.v1; /** + * + * *
  * The response for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
  * 
* * Protobuf type {@code google.firestore.v1.CommitResponse} */ -public final class CommitResponse extends - com.google.protobuf.GeneratedMessageV3 implements +public final class CommitResponse extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.CommitResponse) CommitResponseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use CommitResponse.newBuilder() to construct. private CommitResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private CommitResponse() { writeResults_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new CommitResponse(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_CommitResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitResponse_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_CommitResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.CommitResponse.class, com.google.firestore.v1.CommitResponse.Builder.class); + com.google.firestore.v1.CommitResponse.class, + com.google.firestore.v1.CommitResponse.Builder.class); } private int bitField0_; public static final int WRITE_RESULTS_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private java.util.List writeResults_; /** + * + * *
    * The result of applying the writes.
    *
@@ -63,6 +85,8 @@ public java.util.List getWriteResultsList()
     return writeResults_;
   }
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -73,11 +97,13 @@ public java.util.List getWriteResultsList()
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
   @java.lang.Override
-  public java.util.List 
+  public java.util.List
       getWriteResultsOrBuilderList() {
     return writeResults_;
   }
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -92,6 +118,8 @@ public int getWriteResultsCount() {
     return writeResults_.size();
   }
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -106,6 +134,8 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
     return writeResults_.get(index);
   }
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -116,20 +146,22 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
   @java.lang.Override
-  public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
-      int index) {
+  public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index) {
     return writeResults_.get(index);
   }
 
   public static final int COMMIT_TIME_FIELD_NUMBER = 2;
   private com.google.protobuf.Timestamp commitTime_;
   /**
+   *
+   *
    * 
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the commit.
    * 
* * .google.protobuf.Timestamp commit_time = 2; + * * @return Whether the commitTime field is set. */ @java.lang.Override @@ -137,12 +169,15 @@ public boolean hasCommitTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the commit.
    * 
* * .google.protobuf.Timestamp commit_time = 2; + * * @return The commitTime. */ @java.lang.Override @@ -150,6 +185,8 @@ public com.google.protobuf.Timestamp getCommitTime() { return commitTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : commitTime_; } /** + * + * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the commit.
@@ -163,6 +200,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -174,8 +212,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     for (int i = 0; i < writeResults_.size(); i++) {
       output.writeMessage(1, writeResults_.get(i));
     }
@@ -192,12 +229,10 @@ public int getSerializedSize() {
 
     size = 0;
     for (int i = 0; i < writeResults_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, writeResults_.get(i));
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, writeResults_.get(i));
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, getCommitTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getCommitTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -207,19 +242,17 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.CommitResponse)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.CommitResponse other = (com.google.firestore.v1.CommitResponse) obj;
 
-    if (!getWriteResultsList()
-        .equals(other.getWriteResultsList())) return false;
+    if (!getWriteResultsList().equals(other.getWriteResultsList())) return false;
     if (hasCommitTime() != other.hasCommitTime()) return false;
     if (hasCommitTime()) {
-      if (!getCommitTime()
-          .equals(other.getCommitTime())) return false;
+      if (!getCommitTime().equals(other.getCommitTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -245,120 +278,127 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.CommitResponse parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.CommitResponse parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.CommitResponse parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.CommitResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.CommitResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.CommitResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.CommitResponse parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.CommitResponse parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.CommitResponse parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.CommitResponse parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.CommitResponse parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.CommitResponse parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.CommitResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.CommitResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The response for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
    * 
* * Protobuf type {@code google.firestore.v1.CommitResponse} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.CommitResponse) com.google.firestore.v1.CommitResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_CommitResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitResponse_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_CommitResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.CommitResponse.class, com.google.firestore.v1.CommitResponse.Builder.class); + com.google.firestore.v1.CommitResponse.class, + com.google.firestore.v1.CommitResponse.Builder.class); } // Construct using com.google.firestore.v1.CommitResponse.newBuilder() @@ -366,18 +406,18 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getWriteResultsFieldBuilder(); getCommitTimeFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -398,9 +438,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CommitResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_CommitResponse_descriptor; } @java.lang.Override @@ -419,9 +459,12 @@ public com.google.firestore.v1.CommitResponse build() { @java.lang.Override public com.google.firestore.v1.CommitResponse buildPartial() { - com.google.firestore.v1.CommitResponse result = new com.google.firestore.v1.CommitResponse(this); + com.google.firestore.v1.CommitResponse result = + new com.google.firestore.v1.CommitResponse(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -442,9 +485,7 @@ private void buildPartial0(com.google.firestore.v1.CommitResponse result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { - result.commitTime_ = commitTimeBuilder_ == null - ? commitTime_ - : commitTimeBuilder_.build(); + result.commitTime_ = commitTimeBuilder_ == null ? commitTime_ : commitTimeBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; @@ -454,38 +495,39 @@ private void buildPartial0(com.google.firestore.v1.CommitResponse result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.CommitResponse) { - return mergeFrom((com.google.firestore.v1.CommitResponse)other); + return mergeFrom((com.google.firestore.v1.CommitResponse) other); } else { super.mergeFrom(other); return this; @@ -512,9 +554,10 @@ public Builder mergeFrom(com.google.firestore.v1.CommitResponse other) { writeResultsBuilder_ = null; writeResults_ = other.writeResults_; bitField0_ = (bitField0_ & ~0x00000001); - writeResultsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getWriteResultsFieldBuilder() : null; + writeResultsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getWriteResultsFieldBuilder() + : null; } else { writeResultsBuilder_.addAllMessages(other.writeResults_); } @@ -549,32 +592,32 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - com.google.firestore.v1.WriteResult m = - input.readMessage( - com.google.firestore.v1.WriteResult.parser(), - extensionRegistry); - if (writeResultsBuilder_ == null) { - ensureWriteResultsIsMutable(); - writeResults_.add(m); - } else { - writeResultsBuilder_.addMessage(m); - } - break; - } // case 10 - case 18: { - input.readMessage( - getCommitTimeFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + com.google.firestore.v1.WriteResult m = + input.readMessage( + com.google.firestore.v1.WriteResult.parser(), extensionRegistry); + if (writeResultsBuilder_ == null) { + ensureWriteResultsIsMutable(); + writeResults_.add(m); + } else { + writeResultsBuilder_.addMessage(m); + } + break; + } // case 10 + case 18: + { + input.readMessage(getCommitTimeFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -584,21 +627,28 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.util.List writeResults_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureWriteResultsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { writeResults_ = new java.util.ArrayList(writeResults_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder> writeResultsBuilder_; + com.google.firestore.v1.WriteResult, + com.google.firestore.v1.WriteResult.Builder, + com.google.firestore.v1.WriteResultOrBuilder> + writeResultsBuilder_; /** + * + * *
      * The result of applying the writes.
      *
@@ -616,6 +666,8 @@ public java.util.List getWriteResultsList()
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -633,6 +685,8 @@ public int getWriteResultsCount() {
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -650,6 +704,8 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -659,8 +715,7 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public Builder setWriteResults(
-        int index, com.google.firestore.v1.WriteResult value) {
+    public Builder setWriteResults(int index, com.google.firestore.v1.WriteResult value) {
       if (writeResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -674,6 +729,8 @@ public Builder setWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -695,6 +752,8 @@ public Builder setWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -718,6 +777,8 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -727,8 +788,7 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult value) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public Builder addWriteResults(
-        int index, com.google.firestore.v1.WriteResult value) {
+    public Builder addWriteResults(int index, com.google.firestore.v1.WriteResult value) {
       if (writeResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -742,6 +802,8 @@ public Builder addWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -751,8 +813,7 @@ public Builder addWriteResults(
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public Builder addWriteResults(
-        com.google.firestore.v1.WriteResult.Builder builderForValue) {
+    public Builder addWriteResults(com.google.firestore.v1.WriteResult.Builder builderForValue) {
       if (writeResultsBuilder_ == null) {
         ensureWriteResultsIsMutable();
         writeResults_.add(builderForValue.build());
@@ -763,6 +824,8 @@ public Builder addWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -784,6 +847,8 @@ public Builder addWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -797,8 +862,7 @@ public Builder addAllWriteResults(
         java.lang.Iterable values) {
       if (writeResultsBuilder_ == null) {
         ensureWriteResultsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, writeResults_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, writeResults_);
         onChanged();
       } else {
         writeResultsBuilder_.addAllMessages(values);
@@ -806,6 +870,8 @@ public Builder addAllWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -826,6 +892,8 @@ public Builder clearWriteResults() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -846,6 +914,8 @@ public Builder removeWriteResults(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -855,11 +925,12 @@ public Builder removeWriteResults(int index) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(
-        int index) {
+    public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(int index) {
       return getWriteResultsFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -869,14 +940,16 @@ public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
-        int index) {
+    public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index) {
       if (writeResultsBuilder_ == null) {
-        return writeResults_.get(index);  } else {
+        return writeResults_.get(index);
+      } else {
         return writeResultsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -886,8 +959,8 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public java.util.List 
-         getWriteResultsOrBuilderList() {
+    public java.util.List
+        getWriteResultsOrBuilderList() {
       if (writeResultsBuilder_ != null) {
         return writeResultsBuilder_.getMessageOrBuilderList();
       } else {
@@ -895,6 +968,8 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -905,10 +980,12 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
     public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder() {
-      return getWriteResultsFieldBuilder().addBuilder(
-          com.google.firestore.v1.WriteResult.getDefaultInstance());
+      return getWriteResultsFieldBuilder()
+          .addBuilder(com.google.firestore.v1.WriteResult.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -918,12 +995,13 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder() {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(
-        int index) {
-      return getWriteResultsFieldBuilder().addBuilder(
-          index, com.google.firestore.v1.WriteResult.getDefaultInstance());
+    public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(int index) {
+      return getWriteResultsFieldBuilder()
+          .addBuilder(index, com.google.firestore.v1.WriteResult.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -933,20 +1011,23 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(
      *
      * repeated .google.firestore.v1.WriteResult write_results = 1;
      */
-    public java.util.List 
-         getWriteResultsBuilderList() {
+    public java.util.List
+        getWriteResultsBuilderList() {
       return getWriteResultsFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder> 
+            com.google.firestore.v1.WriteResult,
+            com.google.firestore.v1.WriteResult.Builder,
+            com.google.firestore.v1.WriteResultOrBuilder>
         getWriteResultsFieldBuilder() {
       if (writeResultsBuilder_ == null) {
-        writeResultsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder>(
-                writeResults_,
-                ((bitField0_ & 0x00000001) != 0),
-                getParentForChildren(),
-                isClean());
+        writeResultsBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.firestore.v1.WriteResult,
+                com.google.firestore.v1.WriteResult.Builder,
+                com.google.firestore.v1.WriteResultOrBuilder>(
+                writeResults_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
         writeResults_ = null;
       }
       return writeResultsBuilder_;
@@ -954,36 +1035,49 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(
 
     private com.google.protobuf.Timestamp commitTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> commitTimeBuilder_;
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
+        commitTimeBuilder_;
     /**
+     *
+     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
      * 
* * .google.protobuf.Timestamp commit_time = 2; + * * @return Whether the commitTime field is set. */ public boolean hasCommitTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
      * 
* * .google.protobuf.Timestamp commit_time = 2; + * * @return The commitTime. */ public com.google.protobuf.Timestamp getCommitTime() { if (commitTimeBuilder_ == null) { - return commitTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : commitTime_; + return commitTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : commitTime_; } else { return commitTimeBuilder_.getMessage(); } } /** + * + * *
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
@@ -1005,6 +1099,8 @@ public Builder setCommitTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
@@ -1012,8 +1108,7 @@ public Builder setCommitTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp commit_time = 2;
      */
-    public Builder setCommitTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setCommitTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (commitTimeBuilder_ == null) {
         commitTime_ = builderForValue.build();
       } else {
@@ -1024,6 +1119,8 @@ public Builder setCommitTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
@@ -1033,9 +1130,9 @@ public Builder setCommitTime(
      */
     public Builder mergeCommitTime(com.google.protobuf.Timestamp value) {
       if (commitTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0) &&
-          commitTime_ != null &&
-          commitTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0)
+            && commitTime_ != null
+            && commitTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getCommitTimeBuilder().mergeFrom(value);
         } else {
           commitTime_ = value;
@@ -1050,6 +1147,8 @@ public Builder mergeCommitTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
@@ -1068,6 +1167,8 @@ public Builder clearCommitTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
@@ -1081,6 +1182,8 @@ public com.google.protobuf.Timestamp.Builder getCommitTimeBuilder() {
       return getCommitTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
@@ -1092,11 +1195,14 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() {
       if (commitTimeBuilder_ != null) {
         return commitTimeBuilder_.getMessageOrBuilder();
       } else {
-        return commitTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : commitTime_;
+        return commitTime_ == null
+            ? com.google.protobuf.Timestamp.getDefaultInstance()
+            : commitTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the commit.
@@ -1105,21 +1211,24 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() {
      * .google.protobuf.Timestamp commit_time = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getCommitTimeFieldBuilder() {
       if (commitTimeBuilder_ == null) {
-        commitTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getCommitTime(),
-                getParentForChildren(),
-                isClean());
+        commitTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getCommitTime(), getParentForChildren(), isClean());
         commitTime_ = null;
       }
       return commitTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1129,12 +1238,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.CommitResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.CommitResponse)
   private static final com.google.firestore.v1.CommitResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.CommitResponse();
   }
@@ -1143,27 +1252,27 @@ public static com.google.firestore.v1.CommitResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public CommitResponse parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public CommitResponse parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1178,6 +1287,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.CommitResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponseOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponseOrBuilder.java
similarity index 76%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponseOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponseOrBuilder.java
index 60f41a6e3..ce65453e2 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponseOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommitResponseOrBuilder.java
@@ -1,14 +1,32 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface CommitResponseOrBuilder extends
+public interface CommitResponseOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.CommitResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -18,9 +36,10 @@ public interface CommitResponseOrBuilder extends
    *
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
-  java.util.List 
-      getWriteResultsList();
+  java.util.List getWriteResultsList();
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -32,6 +51,8 @@ public interface CommitResponseOrBuilder extends
    */
   com.google.firestore.v1.WriteResult getWriteResults(int index);
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -43,6 +64,8 @@ public interface CommitResponseOrBuilder extends
    */
   int getWriteResultsCount();
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -52,9 +75,11 @@ public interface CommitResponseOrBuilder extends
    *
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
-  java.util.List 
+  java.util.List
       getWriteResultsOrBuilderList();
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -64,30 +89,37 @@ public interface CommitResponseOrBuilder extends
    *
    * repeated .google.firestore.v1.WriteResult write_results = 1;
    */
-  com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
-      int index);
+  com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index);
 
   /**
+   *
+   *
    * 
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the commit.
    * 
* * .google.protobuf.Timestamp commit_time = 2; + * * @return Whether the commitTime field is set. */ boolean hasCommitTime(); /** + * + * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the commit.
    * 
* * .google.protobuf.Timestamp commit_time = 2; + * * @return The commitTime. */ com.google.protobuf.Timestamp getCommitTime(); /** + * + * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the commit.
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java
new file mode 100644
index 000000000..1dfc0fc7d
--- /dev/null
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CommonProto.java
@@ -0,0 +1,130 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/v1/common.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.v1;
+
+public final class CommonProto {
+  private CommonProto() {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_DocumentMask_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_Precondition_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_Precondition_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_TransactionOptions_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+    return descriptor;
+  }
+
+  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
+
+  static {
+    java.lang.String[] descriptorData = {
+      "\n google/firestore/v1/common.proto\022\023goog"
+          + "le.firestore.v1\032\037google/protobuf/timesta"
+          + "mp.proto\"#\n\014DocumentMask\022\023\n\013field_paths\030"
+          + "\001 \003(\t\"e\n\014Precondition\022\020\n\006exists\030\001 \001(\010H\000\022"
+          + "1\n\013update_time\030\002 \001(\0132\032.google.protobuf.T"
+          + "imestampH\000B\020\n\016condition_type\"\251\002\n\022Transac"
+          + "tionOptions\022E\n\tread_only\030\002 \001(\01320.google."
+          + "firestore.v1.TransactionOptions.ReadOnly"
+          + "H\000\022G\n\nread_write\030\003 \001(\01321.google.firestor"
+          + "e.v1.TransactionOptions.ReadWriteH\000\032&\n\tR"
+          + "eadWrite\022\031\n\021retry_transaction\030\001 \001(\014\032S\n\010R"
+          + "eadOnly\022/\n\tread_time\030\002 \001(\0132\032.google.prot"
+          + "obuf.TimestampH\000B\026\n\024consistency_selector"
+          + "B\006\n\004modeB\303\001\n\027com.google.firestore.v1B\013Co"
+          + "mmonProtoP\001Z;cloud.google.com/go/firesto"
+          + "re/apiv1/firestorepb;firestorepb\242\002\004GCFS\252"
+          + "\002\031Google.Cloud.Firestore.V1\312\002\031Google\\Clo"
+          + "ud\\Firestore\\V1\352\002\034Google::Cloud::Firesto"
+          + "re::V1b\006proto3"
+    };
+    descriptor =
+        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
+            descriptorData,
+            new com.google.protobuf.Descriptors.FileDescriptor[] {
+              com.google.protobuf.TimestampProto.getDescriptor(),
+            });
+    internal_static_google_firestore_v1_DocumentMask_descriptor =
+        getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_DocumentMask_descriptor,
+            new java.lang.String[] {
+              "FieldPaths",
+            });
+    internal_static_google_firestore_v1_Precondition_descriptor =
+        getDescriptor().getMessageTypes().get(1);
+    internal_static_google_firestore_v1_Precondition_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_Precondition_descriptor,
+            new java.lang.String[] {
+              "Exists", "UpdateTime", "ConditionType",
+            });
+    internal_static_google_firestore_v1_TransactionOptions_descriptor =
+        getDescriptor().getMessageTypes().get(2);
+    internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_TransactionOptions_descriptor,
+            new java.lang.String[] {
+              "ReadOnly", "ReadWrite", "Mode",
+            });
+    internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor =
+        internal_static_google_firestore_v1_TransactionOptions_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor,
+            new java.lang.String[] {
+              "RetryTransaction",
+            });
+    internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor =
+        internal_static_google_firestore_v1_TransactionOptions_descriptor.getNestedTypes().get(1);
+    internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor,
+            new java.lang.String[] {
+              "ReadTime", "ConsistencySelector",
+            });
+    com.google.protobuf.TimestampProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequest.java
similarity index 73%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequest.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequest.java
index 2c56dbc6d..c5a64a68d 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequest.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequest.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * The request for
  * [Firestore.CreateDocument][google.firestore.v1.Firestore.CreateDocument].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.v1.CreateDocumentRequest}
  */
-public final class CreateDocumentRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class CreateDocumentRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.CreateDocumentRequest)
     CreateDocumentRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use CreateDocumentRequest.newBuilder() to construct.
   private CreateDocumentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private CreateDocumentRequest() {
     parent_ = "";
     collectionId_ = "";
@@ -29,29 +47,33 @@ private CreateDocumentRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new CreateDocumentRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CreateDocumentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_CreateDocumentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CreateDocumentRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_CreateDocumentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.CreateDocumentRequest.class, com.google.firestore.v1.CreateDocumentRequest.Builder.class);
+            com.google.firestore.v1.CreateDocumentRequest.class,
+            com.google.firestore.v1.CreateDocumentRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int PARENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
+   *
+   *
    * 
    * Required. The parent resource. For example:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -59,6 +81,7 @@ protected java.lang.Object newInstance(
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ @java.lang.Override @@ -67,14 +90,15 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. The parent resource. For example:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -82,16 +106,15 @@ public java.lang.String getParent() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -100,15 +123,19 @@ public java.lang.String getParent() { } public static final int COLLECTION_ID_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private volatile java.lang.Object collectionId_ = ""; /** + * + * *
    * Required. The collection ID, relative to `parent`, to list. For example:
    * `chatrooms`.
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The collectionId. */ @java.lang.Override @@ -117,30 +144,30 @@ public java.lang.String getCollectionId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); collectionId_ = s; return s; } } /** + * + * *
    * Required. The collection ID, relative to `parent`, to list. For example:
    * `chatrooms`.
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for collectionId. */ @java.lang.Override - public com.google.protobuf.ByteString - getCollectionIdBytes() { + public com.google.protobuf.ByteString getCollectionIdBytes() { java.lang.Object ref = collectionId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); collectionId_ = b; return b; } else { @@ -149,9 +176,12 @@ public java.lang.String getCollectionId() { } public static final int DOCUMENT_ID_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private volatile java.lang.Object documentId_ = ""; /** + * + * *
    * The client-assigned document ID to use for this document.
    *
@@ -159,6 +189,7 @@ public java.lang.String getCollectionId() {
    * 
* * string document_id = 3; + * * @return The documentId. */ @java.lang.Override @@ -167,14 +198,15 @@ public java.lang.String getDocumentId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); documentId_ = s; return s; } } /** + * + * *
    * The client-assigned document ID to use for this document.
    *
@@ -182,16 +214,15 @@ public java.lang.String getDocumentId() {
    * 
* * string document_id = 3; + * * @return The bytes for documentId. */ @java.lang.Override - public com.google.protobuf.ByteString - getDocumentIdBytes() { + public com.google.protobuf.ByteString getDocumentIdBytes() { java.lang.Object ref = documentId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); documentId_ = b; return b; } else { @@ -202,11 +233,15 @@ public java.lang.String getDocumentId() { public static final int DOCUMENT_FIELD_NUMBER = 4; private com.google.firestore.v1.Document document_; /** + * + * *
    * Required. The document to create. `name` must not be set.
    * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the document field is set. */ @java.lang.Override @@ -214,11 +249,15 @@ public boolean hasDocument() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Required. The document to create. `name` must not be set.
    * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The document. */ @java.lang.Override @@ -226,11 +265,14 @@ public com.google.firestore.v1.Document getDocument() { return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; } /** + * + * *
    * Required. The document to create. `name` must not be set.
    * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { @@ -240,6 +282,8 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { public static final int MASK_FIELD_NUMBER = 5; private com.google.firestore.v1.DocumentMask mask_; /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -248,6 +292,7 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
    * 
* * .google.firestore.v1.DocumentMask mask = 5; + * * @return Whether the mask field is set. */ @java.lang.Override @@ -255,6 +300,8 @@ public boolean hasMask() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -263,6 +310,7 @@ public boolean hasMask() {
    * 
* * .google.firestore.v1.DocumentMask mask = 5; + * * @return The mask. */ @java.lang.Override @@ -270,6 +318,8 @@ public com.google.firestore.v1.DocumentMask getMask() { return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_; } /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -285,6 +335,7 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -296,8 +347,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
     }
@@ -332,12 +382,10 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, documentId_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(4, getDocument());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getDocument());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(5, getMask());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getMask());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -347,28 +395,24 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.CreateDocumentRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.CreateDocumentRequest other = (com.google.firestore.v1.CreateDocumentRequest) obj;
+    com.google.firestore.v1.CreateDocumentRequest other =
+        (com.google.firestore.v1.CreateDocumentRequest) obj;
 
-    if (!getParent()
-        .equals(other.getParent())) return false;
-    if (!getCollectionId()
-        .equals(other.getCollectionId())) return false;
-    if (!getDocumentId()
-        .equals(other.getDocumentId())) return false;
+    if (!getParent().equals(other.getParent())) return false;
+    if (!getCollectionId().equals(other.getCollectionId())) return false;
+    if (!getDocumentId().equals(other.getDocumentId())) return false;
     if (hasDocument() != other.hasDocument()) return false;
     if (hasDocument()) {
-      if (!getDocument()
-          .equals(other.getDocument())) return false;
+      if (!getDocument().equals(other.getDocument())) return false;
     }
     if (hasMask() != other.hasMask()) return false;
     if (hasMask()) {
-      if (!getMask()
-          .equals(other.getMask())) return false;
+      if (!getMask().equals(other.getMask())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -400,99 +444,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.CreateDocumentRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.CreateDocumentRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.CreateDocumentRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.CreateDocumentRequest parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.CreateDocumentRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.CreateDocumentRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The request for
    * [Firestore.CreateDocument][google.firestore.v1.Firestore.CreateDocument].
@@ -500,21 +549,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.CreateDocumentRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.CreateDocumentRequest)
       com.google.firestore.v1.CreateDocumentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CreateDocumentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_CreateDocumentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CreateDocumentRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_CreateDocumentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.CreateDocumentRequest.class, com.google.firestore.v1.CreateDocumentRequest.Builder.class);
+              com.google.firestore.v1.CreateDocumentRequest.class,
+              com.google.firestore.v1.CreateDocumentRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.CreateDocumentRequest.newBuilder()
@@ -522,18 +573,18 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getDocumentFieldBuilder();
         getMaskFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -555,9 +606,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_CreateDocumentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_CreateDocumentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -576,8 +627,11 @@ public com.google.firestore.v1.CreateDocumentRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.CreateDocumentRequest buildPartial() {
-      com.google.firestore.v1.CreateDocumentRequest result = new com.google.firestore.v1.CreateDocumentRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.CreateDocumentRequest result =
+          new com.google.firestore.v1.CreateDocumentRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -595,15 +649,11 @@ private void buildPartial0(com.google.firestore.v1.CreateDocumentRequest result)
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.document_ = documentBuilder_ == null
-            ? document_
-            : documentBuilder_.build();
+        result.document_ = documentBuilder_ == null ? document_ : documentBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.mask_ = maskBuilder_ == null
-            ? mask_
-            : maskBuilder_.build();
+        result.mask_ = maskBuilder_ == null ? mask_ : maskBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       result.bitField0_ |= to_bitField0_;
@@ -613,38 +663,39 @@ private void buildPartial0(com.google.firestore.v1.CreateDocumentRequest result)
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.CreateDocumentRequest) {
-        return mergeFrom((com.google.firestore.v1.CreateDocumentRequest)other);
+        return mergeFrom((com.google.firestore.v1.CreateDocumentRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -700,41 +751,43 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              parent_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              collectionId_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 26: {
-              documentId_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            case 34: {
-              input.readMessage(
-                  getDocumentFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 34
-            case 42: {
-              input.readMessage(
-                  getMaskFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 42
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                parent_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                collectionId_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 26:
+              {
+                documentId_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            case 34:
+              {
+                input.readMessage(getDocumentFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 34
+            case 42:
+              {
+                input.readMessage(getMaskFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 42
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -744,10 +797,13 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object parent_ = "";
     /**
+     *
+     *
      * 
      * Required. The parent resource. For example:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -755,13 +811,13 @@ public Builder mergeFrom(
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -770,6 +826,8 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent resource. For example:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -777,15 +835,14 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -793,6 +850,8 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent resource. For example:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -800,18 +859,22 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The parent resource. For example:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -819,6 +882,7 @@ public Builder setParent(
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearParent() { @@ -828,6 +892,8 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. The parent resource. For example:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -835,12 +901,14 @@ public Builder clearParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -850,19 +918,21 @@ public Builder setParentBytes( private java.lang.Object collectionId_ = ""; /** + * + * *
      * Required. The collection ID, relative to `parent`, to list. For example:
      * `chatrooms`.
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The collectionId. */ public java.lang.String getCollectionId() { java.lang.Object ref = collectionId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); collectionId_ = s; return s; @@ -871,21 +941,22 @@ public java.lang.String getCollectionId() { } } /** + * + * *
      * Required. The collection ID, relative to `parent`, to list. For example:
      * `chatrooms`.
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for collectionId. */ - public com.google.protobuf.ByteString - getCollectionIdBytes() { + public com.google.protobuf.ByteString getCollectionIdBytes() { java.lang.Object ref = collectionId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); collectionId_ = b; return b; } else { @@ -893,30 +964,37 @@ public java.lang.String getCollectionId() { } } /** + * + * *
      * Required. The collection ID, relative to `parent`, to list. For example:
      * `chatrooms`.
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The collectionId to set. * @return This builder for chaining. */ - public Builder setCollectionId( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setCollectionId(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } collectionId_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * Required. The collection ID, relative to `parent`, to list. For example:
      * `chatrooms`.
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearCollectionId() { @@ -926,18 +1004,22 @@ public Builder clearCollectionId() { return this; } /** + * + * *
      * Required. The collection ID, relative to `parent`, to list. For example:
      * `chatrooms`.
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for collectionId to set. * @return This builder for chaining. */ - public Builder setCollectionIdBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setCollectionIdBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); collectionId_ = value; bitField0_ |= 0x00000002; @@ -947,6 +1029,8 @@ public Builder setCollectionIdBytes( private java.lang.Object documentId_ = ""; /** + * + * *
      * The client-assigned document ID to use for this document.
      *
@@ -954,13 +1038,13 @@ public Builder setCollectionIdBytes(
      * 
* * string document_id = 3; + * * @return The documentId. */ public java.lang.String getDocumentId() { java.lang.Object ref = documentId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); documentId_ = s; return s; @@ -969,6 +1053,8 @@ public java.lang.String getDocumentId() { } } /** + * + * *
      * The client-assigned document ID to use for this document.
      *
@@ -976,15 +1062,14 @@ public java.lang.String getDocumentId() {
      * 
* * string document_id = 3; + * * @return The bytes for documentId. */ - public com.google.protobuf.ByteString - getDocumentIdBytes() { + public com.google.protobuf.ByteString getDocumentIdBytes() { java.lang.Object ref = documentId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); documentId_ = b; return b; } else { @@ -992,6 +1077,8 @@ public java.lang.String getDocumentId() { } } /** + * + * *
      * The client-assigned document ID to use for this document.
      *
@@ -999,18 +1086,22 @@ public java.lang.String getDocumentId() {
      * 
* * string document_id = 3; + * * @param value The documentId to set. * @return This builder for chaining. */ - public Builder setDocumentId( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDocumentId(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } documentId_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** + * + * *
      * The client-assigned document ID to use for this document.
      *
@@ -1018,6 +1109,7 @@ public Builder setDocumentId(
      * 
* * string document_id = 3; + * * @return This builder for chaining. */ public Builder clearDocumentId() { @@ -1027,6 +1119,8 @@ public Builder clearDocumentId() { return this; } /** + * + * *
      * The client-assigned document ID to use for this document.
      *
@@ -1034,12 +1128,14 @@ public Builder clearDocumentId() {
      * 
* * string document_id = 3; + * * @param value The bytes for documentId to set. * @return This builder for chaining. */ - public Builder setDocumentIdBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDocumentIdBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); documentId_ = value; bitField0_ |= 0x00000004; @@ -1049,39 +1145,55 @@ public Builder setDocumentIdBytes( private com.google.firestore.v1.Document document_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> documentBuilder_; + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder> + documentBuilder_; /** + * + * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the document field is set. */ public boolean hasDocument() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The document. */ public com.google.firestore.v1.Document getDocument() { if (documentBuilder_ == null) { - return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; + return document_ == null + ? com.google.firestore.v1.Document.getDefaultInstance() + : document_; } else { return documentBuilder_.getMessage(); } } /** + * + * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setDocument(com.google.firestore.v1.Document value) { if (documentBuilder_ == null) { @@ -1097,14 +1209,16 @@ public Builder setDocument(com.google.firestore.v1.Document value) { return this; } /** + * + * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder setDocument( - com.google.firestore.v1.Document.Builder builderForValue) { + public Builder setDocument(com.google.firestore.v1.Document.Builder builderForValue) { if (documentBuilder_ == null) { document_ = builderForValue.build(); } else { @@ -1115,17 +1229,20 @@ public Builder setDocument( return this; } /** + * + * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeDocument(com.google.firestore.v1.Document value) { if (documentBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) && - document_ != null && - document_ != com.google.firestore.v1.Document.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) + && document_ != null + && document_ != com.google.firestore.v1.Document.getDefaultInstance()) { getDocumentBuilder().mergeFrom(value); } else { document_ = value; @@ -1140,11 +1257,14 @@ public Builder mergeDocument(com.google.firestore.v1.Document value) { return this; } /** + * + * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearDocument() { bitField0_ = (bitField0_ & ~0x00000008); @@ -1157,11 +1277,14 @@ public Builder clearDocument() { return this; } /** + * + * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.v1.Document.Builder getDocumentBuilder() { bitField0_ |= 0x00000008; @@ -1169,36 +1292,46 @@ public com.google.firestore.v1.Document.Builder getDocumentBuilder() { return getDocumentFieldBuilder().getBuilder(); } /** + * + * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { if (documentBuilder_ != null) { return documentBuilder_.getMessageOrBuilder(); } else { - return document_ == null ? - com.google.firestore.v1.Document.getDefaultInstance() : document_; + return document_ == null + ? com.google.firestore.v1.Document.getDefaultInstance() + : document_; } } /** + * + * *
      * Required. The document to create. `name` must not be set.
      * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder> getDocumentFieldBuilder() { if (documentBuilder_ == null) { - documentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>( - getDocument(), - getParentForChildren(), - isClean()); + documentBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder>( + getDocument(), getParentForChildren(), isClean()); document_ = null; } return documentBuilder_; @@ -1206,8 +1339,13 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { private com.google.firestore.v1.DocumentMask mask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> maskBuilder_; + com.google.firestore.v1.DocumentMask, + com.google.firestore.v1.DocumentMask.Builder, + com.google.firestore.v1.DocumentMaskOrBuilder> + maskBuilder_; /** + * + * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1216,12 +1354,15 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
      * 
* * .google.firestore.v1.DocumentMask mask = 5; + * * @return Whether the mask field is set. */ public boolean hasMask() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1230,6 +1371,7 @@ public boolean hasMask() {
      * 
* * .google.firestore.v1.DocumentMask mask = 5; + * * @return The mask. */ public com.google.firestore.v1.DocumentMask getMask() { @@ -1240,6 +1382,8 @@ public com.google.firestore.v1.DocumentMask getMask() { } } /** + * + * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1263,6 +1407,8 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1272,8 +1418,7 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
      *
      * .google.firestore.v1.DocumentMask mask = 5;
      */
-    public Builder setMask(
-        com.google.firestore.v1.DocumentMask.Builder builderForValue) {
+    public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForValue) {
       if (maskBuilder_ == null) {
         mask_ = builderForValue.build();
       } else {
@@ -1284,6 +1429,8 @@ public Builder setMask(
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1295,9 +1442,9 @@ public Builder setMask(
      */
     public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       if (maskBuilder_ == null) {
-        if (((bitField0_ & 0x00000010) != 0) &&
-          mask_ != null &&
-          mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000010) != 0)
+            && mask_ != null
+            && mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
           getMaskBuilder().mergeFrom(value);
         } else {
           mask_ = value;
@@ -1312,6 +1459,8 @@ public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1332,6 +1481,8 @@ public Builder clearMask() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1347,6 +1498,8 @@ public com.google.firestore.v1.DocumentMask.Builder getMaskBuilder() {
       return getMaskFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1360,11 +1513,12 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
       if (maskBuilder_ != null) {
         return maskBuilder_.getMessageOrBuilder();
       } else {
-        return mask_ == null ?
-            com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
+        return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
       }
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1375,21 +1529,24 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
      * .google.firestore.v1.DocumentMask mask = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> 
+            com.google.firestore.v1.DocumentMask,
+            com.google.firestore.v1.DocumentMask.Builder,
+            com.google.firestore.v1.DocumentMaskOrBuilder>
         getMaskFieldBuilder() {
       if (maskBuilder_ == null) {
-        maskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder>(
-                getMask(),
-                getParentForChildren(),
-                isClean());
+        maskBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.DocumentMask,
+                com.google.firestore.v1.DocumentMask.Builder,
+                com.google.firestore.v1.DocumentMaskOrBuilder>(
+                getMask(), getParentForChildren(), isClean());
         mask_ = null;
       }
       return maskBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1399,12 +1556,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.CreateDocumentRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.CreateDocumentRequest)
   private static final com.google.firestore.v1.CreateDocumentRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.CreateDocumentRequest();
   }
@@ -1413,27 +1570,27 @@ public static com.google.firestore.v1.CreateDocumentRequest getDefaultInstance()
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public CreateDocumentRequest parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public CreateDocumentRequest parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1448,6 +1605,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.CreateDocumentRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequestOrBuilder.java
similarity index 77%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequestOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequestOrBuilder.java
index 3a709b5a0..858d71b9f 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequestOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CreateDocumentRequestOrBuilder.java
@@ -1,14 +1,32 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface CreateDocumentRequestOrBuilder extends
+public interface CreateDocumentRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.CreateDocumentRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. The parent resource. For example:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -16,10 +34,13 @@ public interface CreateDocumentRequestOrBuilder extends
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ java.lang.String getParent(); /** + * + * *
    * Required. The parent resource. For example:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -27,34 +48,41 @@ public interface CreateDocumentRequestOrBuilder extends
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ - com.google.protobuf.ByteString - getParentBytes(); + com.google.protobuf.ByteString getParentBytes(); /** + * + * *
    * Required. The collection ID, relative to `parent`, to list. For example:
    * `chatrooms`.
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The collectionId. */ java.lang.String getCollectionId(); /** + * + * *
    * Required. The collection ID, relative to `parent`, to list. For example:
    * `chatrooms`.
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for collectionId. */ - com.google.protobuf.ByteString - getCollectionIdBytes(); + com.google.protobuf.ByteString getCollectionIdBytes(); /** + * + * *
    * The client-assigned document ID to use for this document.
    *
@@ -62,10 +90,13 @@ public interface CreateDocumentRequestOrBuilder extends
    * 
* * string document_id = 3; + * * @return The documentId. */ java.lang.String getDocumentId(); /** + * + * *
    * The client-assigned document ID to use for this document.
    *
@@ -73,39 +104,52 @@ public interface CreateDocumentRequestOrBuilder extends
    * 
* * string document_id = 3; + * * @return The bytes for documentId. */ - com.google.protobuf.ByteString - getDocumentIdBytes(); + com.google.protobuf.ByteString getDocumentIdBytes(); /** + * + * *
    * Required. The document to create. `name` must not be set.
    * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the document field is set. */ boolean hasDocument(); /** + * + * *
    * Required. The document to create. `name` must not be set.
    * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The document. */ com.google.firestore.v1.Document getDocument(); /** + * + * *
    * Required. The document to create. `name` must not be set.
    * 
* - * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder(); /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -114,10 +158,13 @@ public interface CreateDocumentRequestOrBuilder extends
    * 
* * .google.firestore.v1.DocumentMask mask = 5; + * * @return Whether the mask field is set. */ boolean hasMask(); /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -126,10 +173,13 @@ public interface CreateDocumentRequestOrBuilder extends
    * 
* * .google.firestore.v1.DocumentMask mask = 5; + * * @return The mask. */ com.google.firestore.v1.DocumentMask getMask(); /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Cursor.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Cursor.java
similarity index 74%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Cursor.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Cursor.java
index 695131966..9a5b69485 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Cursor.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Cursor.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/query.proto
 
@@ -5,49 +20,54 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * A position in a query result set.
  * 
* * Protobuf type {@code google.firestore.v1.Cursor} */ -public final class Cursor extends - com.google.protobuf.GeneratedMessageV3 implements +public final class Cursor extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.Cursor) CursorOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Cursor.newBuilder() to construct. private Cursor(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Cursor() { values_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Cursor(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_Cursor_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_Cursor_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_Cursor_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Cursor.class, com.google.firestore.v1.Cursor.Builder.class); } public static final int VALUES_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private java.util.List values_; /** + * + * *
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -62,6 +82,8 @@ public java.util.List getValuesList() {
     return values_;
   }
   /**
+   *
+   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -72,11 +94,12 @@ public java.util.List getValuesList() {
    * repeated .google.firestore.v1.Value values = 1;
    */
   @java.lang.Override
-  public java.util.List 
-      getValuesOrBuilderList() {
+  public java.util.List getValuesOrBuilderList() {
     return values_;
   }
   /**
+   *
+   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -91,6 +114,8 @@ public int getValuesCount() {
     return values_.size();
   }
   /**
+   *
+   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -105,6 +130,8 @@ public com.google.firestore.v1.Value getValues(int index) {
     return values_.get(index);
   }
   /**
+   *
+   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -115,20 +142,22 @@ public com.google.firestore.v1.Value getValues(int index) {
    * repeated .google.firestore.v1.Value values = 1;
    */
   @java.lang.Override
-  public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(
-      int index) {
+  public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index) {
     return values_.get(index);
   }
 
   public static final int BEFORE_FIELD_NUMBER = 2;
   private boolean before_ = false;
   /**
+   *
+   *
    * 
    * If the position is just before or just after the given values, relative
    * to the sort order defined by the query.
    * 
* * bool before = 2; + * * @return The before. */ @java.lang.Override @@ -137,6 +166,7 @@ public boolean getBefore() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -148,8 +178,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < values_.size(); i++) { output.writeMessage(1, values_.get(i)); } @@ -166,12 +195,10 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < values_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, values_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, values_.get(i)); } if (before_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(2, before_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(2, before_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -181,17 +208,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.Cursor)) { return super.equals(obj); } com.google.firestore.v1.Cursor other = (com.google.firestore.v1.Cursor) obj; - if (!getValuesList() - .equals(other.getValuesList())) return false; - if (getBefore() - != other.getBefore()) return false; + if (!getValuesList().equals(other.getValuesList())) return false; + if (getBefore() != other.getBefore()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -208,139 +233,140 @@ public int hashCode() { hash = (53 * hash) + getValuesList().hashCode(); } hash = (37 * hash) + BEFORE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getBefore()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getBefore()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.firestore.v1.Cursor parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.Cursor parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.Cursor parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.Cursor parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.firestore.v1.Cursor parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.Cursor parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.Cursor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.Cursor parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.Cursor parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.Cursor parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.v1.Cursor parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.Cursor parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.Cursor parseFrom( - com.google.protobuf.CodedInputStream input) + + public static com.google.firestore.v1.Cursor parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.Cursor parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.Cursor prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A position in a query result set.
    * 
* * Protobuf type {@code google.firestore.v1.Cursor} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.Cursor) com.google.firestore.v1.CursorOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_Cursor_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_Cursor_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_Cursor_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_Cursor_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Cursor.class, com.google.firestore.v1.Cursor.Builder.class); } // Construct using com.google.firestore.v1.Cursor.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -357,9 +383,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_Cursor_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_Cursor_descriptor; } @java.lang.Override @@ -380,7 +406,9 @@ public com.google.firestore.v1.Cursor build() { public com.google.firestore.v1.Cursor buildPartial() { com.google.firestore.v1.Cursor result = new com.google.firestore.v1.Cursor(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -408,38 +436,39 @@ private void buildPartial0(com.google.firestore.v1.Cursor result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.Cursor) { - return mergeFrom((com.google.firestore.v1.Cursor)other); + return mergeFrom((com.google.firestore.v1.Cursor) other); } else { super.mergeFrom(other); return this; @@ -466,9 +495,10 @@ public Builder mergeFrom(com.google.firestore.v1.Cursor other) { valuesBuilder_ = null; values_ = other.values_; bitField0_ = (bitField0_ & ~0x00000001); - valuesBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getValuesFieldBuilder() : null; + valuesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getValuesFieldBuilder() + : null; } else { valuesBuilder_.addAllMessages(other.values_); } @@ -503,30 +533,31 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - com.google.firestore.v1.Value m = - input.readMessage( - com.google.firestore.v1.Value.parser(), - extensionRegistry); - if (valuesBuilder_ == null) { - ensureValuesIsMutable(); - values_.add(m); - } else { - valuesBuilder_.addMessage(m); - } - break; - } // case 10 - case 16: { - before_ = input.readBool(); - bitField0_ |= 0x00000002; - break; - } // case 16 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + com.google.firestore.v1.Value m = + input.readMessage(com.google.firestore.v1.Value.parser(), extensionRegistry); + if (valuesBuilder_ == null) { + ensureValuesIsMutable(); + values_.add(m); + } else { + valuesBuilder_.addMessage(m); + } + break; + } // case 10 + case 16: + { + before_ = input.readBool(); + bitField0_ |= 0x00000002; + break; + } // case 16 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -536,21 +567,28 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.util.List values_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureValuesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { values_ = new java.util.ArrayList(values_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> valuesBuilder_; + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder, + com.google.firestore.v1.ValueOrBuilder> + valuesBuilder_; /** + * + * *
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -568,6 +606,8 @@ public java.util.List getValuesList() {
       }
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -585,6 +625,8 @@ public int getValuesCount() {
       }
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -602,6 +644,8 @@ public com.google.firestore.v1.Value getValues(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -611,8 +655,7 @@ public com.google.firestore.v1.Value getValues(int index) {
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public Builder setValues(
-        int index, com.google.firestore.v1.Value value) {
+    public Builder setValues(int index, com.google.firestore.v1.Value value) {
       if (valuesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -626,6 +669,8 @@ public Builder setValues(
       return this;
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -635,8 +680,7 @@ public Builder setValues(
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public Builder setValues(
-        int index, com.google.firestore.v1.Value.Builder builderForValue) {
+    public Builder setValues(int index, com.google.firestore.v1.Value.Builder builderForValue) {
       if (valuesBuilder_ == null) {
         ensureValuesIsMutable();
         values_.set(index, builderForValue.build());
@@ -647,6 +691,8 @@ public Builder setValues(
       return this;
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -670,6 +716,8 @@ public Builder addValues(com.google.firestore.v1.Value value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -679,8 +727,7 @@ public Builder addValues(com.google.firestore.v1.Value value) {
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public Builder addValues(
-        int index, com.google.firestore.v1.Value value) {
+    public Builder addValues(int index, com.google.firestore.v1.Value value) {
       if (valuesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -694,6 +741,8 @@ public Builder addValues(
       return this;
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -703,8 +752,7 @@ public Builder addValues(
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public Builder addValues(
-        com.google.firestore.v1.Value.Builder builderForValue) {
+    public Builder addValues(com.google.firestore.v1.Value.Builder builderForValue) {
       if (valuesBuilder_ == null) {
         ensureValuesIsMutable();
         values_.add(builderForValue.build());
@@ -715,6 +763,8 @@ public Builder addValues(
       return this;
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -724,8 +774,7 @@ public Builder addValues(
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public Builder addValues(
-        int index, com.google.firestore.v1.Value.Builder builderForValue) {
+    public Builder addValues(int index, com.google.firestore.v1.Value.Builder builderForValue) {
       if (valuesBuilder_ == null) {
         ensureValuesIsMutable();
         values_.add(index, builderForValue.build());
@@ -736,6 +785,8 @@ public Builder addValues(
       return this;
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -749,8 +800,7 @@ public Builder addAllValues(
         java.lang.Iterable values) {
       if (valuesBuilder_ == null) {
         ensureValuesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, values_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, values_);
         onChanged();
       } else {
         valuesBuilder_.addAllMessages(values);
@@ -758,6 +808,8 @@ public Builder addAllValues(
       return this;
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -778,6 +830,8 @@ public Builder clearValues() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -798,6 +852,8 @@ public Builder removeValues(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -807,11 +863,12 @@ public Builder removeValues(int index) {
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public com.google.firestore.v1.Value.Builder getValuesBuilder(
-        int index) {
+    public com.google.firestore.v1.Value.Builder getValuesBuilder(int index) {
       return getValuesFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -821,14 +878,16 @@ public com.google.firestore.v1.Value.Builder getValuesBuilder(
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(
-        int index) {
+    public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index) {
       if (valuesBuilder_ == null) {
-        return values_.get(index);  } else {
+        return values_.get(index);
+      } else {
         return valuesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -838,8 +897,8 @@ public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public java.util.List 
-         getValuesOrBuilderList() {
+    public java.util.List
+        getValuesOrBuilderList() {
       if (valuesBuilder_ != null) {
         return valuesBuilder_.getMessageOrBuilderList();
       } else {
@@ -847,6 +906,8 @@ public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(
       }
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -857,10 +918,11 @@ public com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(
      * repeated .google.firestore.v1.Value values = 1;
      */
     public com.google.firestore.v1.Value.Builder addValuesBuilder() {
-      return getValuesFieldBuilder().addBuilder(
-          com.google.firestore.v1.Value.getDefaultInstance());
+      return getValuesFieldBuilder().addBuilder(com.google.firestore.v1.Value.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -870,12 +932,13 @@ public com.google.firestore.v1.Value.Builder addValuesBuilder() {
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public com.google.firestore.v1.Value.Builder addValuesBuilder(
-        int index) {
-      return getValuesFieldBuilder().addBuilder(
-          index, com.google.firestore.v1.Value.getDefaultInstance());
+    public com.google.firestore.v1.Value.Builder addValuesBuilder(int index) {
+      return getValuesFieldBuilder()
+          .addBuilder(index, com.google.firestore.v1.Value.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The values that represent a position, in the order they appear in
      * the order by clause of a query.
@@ -885,33 +948,38 @@ public com.google.firestore.v1.Value.Builder addValuesBuilder(
      *
      * repeated .google.firestore.v1.Value values = 1;
      */
-    public java.util.List 
-         getValuesBuilderList() {
+    public java.util.List getValuesBuilderList() {
       return getValuesFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> 
+            com.google.firestore.v1.Value,
+            com.google.firestore.v1.Value.Builder,
+            com.google.firestore.v1.ValueOrBuilder>
         getValuesFieldBuilder() {
       if (valuesBuilder_ == null) {
-        valuesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>(
-                values_,
-                ((bitField0_ & 0x00000001) != 0),
-                getParentForChildren(),
-                isClean());
+        valuesBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.firestore.v1.Value,
+                com.google.firestore.v1.Value.Builder,
+                com.google.firestore.v1.ValueOrBuilder>(
+                values_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
         values_ = null;
       }
       return valuesBuilder_;
     }
 
-    private boolean before_ ;
+    private boolean before_;
     /**
+     *
+     *
      * 
      * If the position is just before or just after the given values, relative
      * to the sort order defined by the query.
      * 
* * bool before = 2; + * * @return The before. */ @java.lang.Override @@ -919,12 +987,15 @@ public boolean getBefore() { return before_; } /** + * + * *
      * If the position is just before or just after the given values, relative
      * to the sort order defined by the query.
      * 
* * bool before = 2; + * * @param value The before to set. * @return This builder for chaining. */ @@ -936,12 +1007,15 @@ public Builder setBefore(boolean value) { return this; } /** + * + * *
      * If the position is just before or just after the given values, relative
      * to the sort order defined by the query.
      * 
* * bool before = 2; + * * @return This builder for chaining. */ public Builder clearBefore() { @@ -950,9 +1024,9 @@ public Builder clearBefore() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -962,12 +1036,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.Cursor) } // @@protoc_insertion_point(class_scope:google.firestore.v1.Cursor) private static final com.google.firestore.v1.Cursor DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.Cursor(); } @@ -976,27 +1050,27 @@ public static com.google.firestore.v1.Cursor getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Cursor parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Cursor parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1011,6 +1085,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.Cursor getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CursorOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CursorOrBuilder.java similarity index 70% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CursorOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CursorOrBuilder.java index 191d917da..14aaf3952 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CursorOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/CursorOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/query.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface CursorOrBuilder extends +public interface CursorOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.Cursor) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -18,9 +36,10 @@ public interface CursorOrBuilder extends
    *
    * repeated .google.firestore.v1.Value values = 1;
    */
-  java.util.List 
-      getValuesList();
+  java.util.List getValuesList();
   /**
+   *
+   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -32,6 +51,8 @@ public interface CursorOrBuilder extends
    */
   com.google.firestore.v1.Value getValues(int index);
   /**
+   *
+   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -43,6 +64,8 @@ public interface CursorOrBuilder extends
    */
   int getValuesCount();
   /**
+   *
+   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -52,9 +75,10 @@ public interface CursorOrBuilder extends
    *
    * repeated .google.firestore.v1.Value values = 1;
    */
-  java.util.List 
-      getValuesOrBuilderList();
+  java.util.List getValuesOrBuilderList();
   /**
+   *
+   *
    * 
    * The values that represent a position, in the order they appear in
    * the order by clause of a query.
@@ -64,16 +88,18 @@ public interface CursorOrBuilder extends
    *
    * repeated .google.firestore.v1.Value values = 1;
    */
-  com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(
-      int index);
+  com.google.firestore.v1.ValueOrBuilder getValuesOrBuilder(int index);
 
   /**
+   *
+   *
    * 
    * If the position is just before or just after the given values, relative
    * to the sort order defined by the query.
    * 
* * bool before = 2; + * * @return The before. */ boolean getBefore(); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequest.java similarity index 70% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequest.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequest.java index 38b9d5d46..9d204027a 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequest.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,6 +20,8 @@ package com.google.firestore.v1; /** + * + * *
  * The request for
  * [Firestore.DeleteDocument][google.firestore.v1.Firestore.DeleteDocument].
@@ -12,50 +29,56 @@
  *
  * Protobuf type {@code google.firestore.v1.DeleteDocumentRequest}
  */
-public final class DeleteDocumentRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class DeleteDocumentRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.DeleteDocumentRequest)
     DeleteDocumentRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use DeleteDocumentRequest.newBuilder() to construct.
   private DeleteDocumentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private DeleteDocumentRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new DeleteDocumentRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_DeleteDocumentRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_DeleteDocumentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.DeleteDocumentRequest.class, com.google.firestore.v1.DeleteDocumentRequest.Builder.class);
+            com.google.firestore.v1.DeleteDocumentRequest.class,
+            com.google.firestore.v1.DeleteDocumentRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * Required. The resource name of the Document to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The name. */ @java.lang.Override @@ -64,30 +87,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. The resource name of the Document to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -98,12 +121,15 @@ public java.lang.String getName() { public static final int CURRENT_DOCUMENT_FIELD_NUMBER = 2; private com.google.firestore.v1.Precondition currentDocument_; /** + * + * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 2; + * * @return Whether the currentDocument field is set. */ @java.lang.Override @@ -111,19 +137,26 @@ public boolean hasCurrentDocument() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 2; + * * @return The currentDocument. */ @java.lang.Override public com.google.firestore.v1.Precondition getCurrentDocument() { - return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_; + return currentDocument_ == null + ? com.google.firestore.v1.Precondition.getDefaultInstance() + : currentDocument_; } /** + * + * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
@@ -133,10 +166,13 @@ public com.google.firestore.v1.Precondition getCurrentDocument() {
    */
   @java.lang.Override
   public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder() {
-    return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_;
+    return currentDocument_ == null
+        ? com.google.firestore.v1.Precondition.getDefaultInstance()
+        : currentDocument_;
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -148,8 +184,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -169,8 +204,7 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, getCurrentDocument());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getCurrentDocument());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -180,19 +214,18 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.DeleteDocumentRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.DeleteDocumentRequest other = (com.google.firestore.v1.DeleteDocumentRequest) obj;
+    com.google.firestore.v1.DeleteDocumentRequest other =
+        (com.google.firestore.v1.DeleteDocumentRequest) obj;
 
-    if (!getName()
-        .equals(other.getName())) return false;
+    if (!getName().equals(other.getName())) return false;
     if (hasCurrentDocument() != other.hasCurrentDocument()) return false;
     if (hasCurrentDocument()) {
-      if (!getCurrentDocument()
-          .equals(other.getCurrentDocument())) return false;
+      if (!getCurrentDocument().equals(other.getCurrentDocument())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -216,99 +249,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.DeleteDocumentRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.DeleteDocumentRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.DeleteDocumentRequest parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.DeleteDocumentRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.DeleteDocumentRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The request for
    * [Firestore.DeleteDocument][google.firestore.v1.Firestore.DeleteDocument].
@@ -316,21 +354,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.DeleteDocumentRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.DeleteDocumentRequest)
       com.google.firestore.v1.DeleteDocumentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_DeleteDocumentRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_DeleteDocumentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.DeleteDocumentRequest.class, com.google.firestore.v1.DeleteDocumentRequest.Builder.class);
+              com.google.firestore.v1.DeleteDocumentRequest.class,
+              com.google.firestore.v1.DeleteDocumentRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.DeleteDocumentRequest.newBuilder()
@@ -338,17 +378,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getCurrentDocumentFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -363,9 +403,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -384,8 +424,11 @@ public com.google.firestore.v1.DeleteDocumentRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.DeleteDocumentRequest buildPartial() {
-      com.google.firestore.v1.DeleteDocumentRequest result = new com.google.firestore.v1.DeleteDocumentRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.DeleteDocumentRequest result =
+          new com.google.firestore.v1.DeleteDocumentRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -397,9 +440,8 @@ private void buildPartial0(com.google.firestore.v1.DeleteDocumentRequest result)
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.currentDocument_ = currentDocumentBuilder_ == null
-            ? currentDocument_
-            : currentDocumentBuilder_.build();
+        result.currentDocument_ =
+            currentDocumentBuilder_ == null ? currentDocument_ : currentDocumentBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -409,38 +451,39 @@ private void buildPartial0(com.google.firestore.v1.DeleteDocumentRequest result)
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.DeleteDocumentRequest) {
-        return mergeFrom((com.google.firestore.v1.DeleteDocumentRequest)other);
+        return mergeFrom((com.google.firestore.v1.DeleteDocumentRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -483,24 +526,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getCurrentDocumentFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getCurrentDocumentFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -510,23 +554,26 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. The resource name of the Document to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -535,21 +582,22 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. The resource name of the Document to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -557,30 +605,37 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. The resource name of the Document to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The resource name of the Document to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearName() { @@ -590,18 +645,22 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. The resource name of the Document to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -611,36 +670,49 @@ public Builder setNameBytes( private com.google.firestore.v1.Precondition currentDocument_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder> currentDocumentBuilder_; + com.google.firestore.v1.Precondition, + com.google.firestore.v1.Precondition.Builder, + com.google.firestore.v1.PreconditionOrBuilder> + currentDocumentBuilder_; /** + * + * *
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
      * 
* * .google.firestore.v1.Precondition current_document = 2; + * * @return Whether the currentDocument field is set. */ public boolean hasCurrentDocument() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
      * 
* * .google.firestore.v1.Precondition current_document = 2; + * * @return The currentDocument. */ public com.google.firestore.v1.Precondition getCurrentDocument() { if (currentDocumentBuilder_ == null) { - return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_; + return currentDocument_ == null + ? com.google.firestore.v1.Precondition.getDefaultInstance() + : currentDocument_; } else { return currentDocumentBuilder_.getMessage(); } } /** + * + * *
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -662,6 +734,8 @@ public Builder setCurrentDocument(com.google.firestore.v1.Precondition value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -681,6 +755,8 @@ public Builder setCurrentDocument(
       return this;
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -690,9 +766,9 @@ public Builder setCurrentDocument(
      */
     public Builder mergeCurrentDocument(com.google.firestore.v1.Precondition value) {
       if (currentDocumentBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0) &&
-          currentDocument_ != null &&
-          currentDocument_ != com.google.firestore.v1.Precondition.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0)
+            && currentDocument_ != null
+            && currentDocument_ != com.google.firestore.v1.Precondition.getDefaultInstance()) {
           getCurrentDocumentBuilder().mergeFrom(value);
         } else {
           currentDocument_ = value;
@@ -707,6 +783,8 @@ public Builder mergeCurrentDocument(com.google.firestore.v1.Precondition value)
       return this;
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -725,6 +803,8 @@ public Builder clearCurrentDocument() {
       return this;
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -738,6 +818,8 @@ public com.google.firestore.v1.Precondition.Builder getCurrentDocumentBuilder()
       return getCurrentDocumentFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -749,11 +831,14 @@ public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder
       if (currentDocumentBuilder_ != null) {
         return currentDocumentBuilder_.getMessageOrBuilder();
       } else {
-        return currentDocument_ == null ?
-            com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_;
+        return currentDocument_ == null
+            ? com.google.firestore.v1.Precondition.getDefaultInstance()
+            : currentDocument_;
       }
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -762,21 +847,24 @@ public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder
      * .google.firestore.v1.Precondition current_document = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder> 
+            com.google.firestore.v1.Precondition,
+            com.google.firestore.v1.Precondition.Builder,
+            com.google.firestore.v1.PreconditionOrBuilder>
         getCurrentDocumentFieldBuilder() {
       if (currentDocumentBuilder_ == null) {
-        currentDocumentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder>(
-                getCurrentDocument(),
-                getParentForChildren(),
-                isClean());
+        currentDocumentBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.Precondition,
+                com.google.firestore.v1.Precondition.Builder,
+                com.google.firestore.v1.PreconditionOrBuilder>(
+                getCurrentDocument(), getParentForChildren(), isClean());
         currentDocument_ = null;
       }
       return currentDocumentBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -786,12 +874,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.DeleteDocumentRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.DeleteDocumentRequest)
   private static final com.google.firestore.v1.DeleteDocumentRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.DeleteDocumentRequest();
   }
@@ -800,27 +888,27 @@ public static com.google.firestore.v1.DeleteDocumentRequest getDefaultInstance()
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public DeleteDocumentRequest parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public DeleteDocumentRequest parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -835,6 +923,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.DeleteDocumentRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequestOrBuilder.java
similarity index 71%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequestOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequestOrBuilder.java
index 8f8ff38f3..fb6494588 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequestOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DeleteDocumentRequestOrBuilder.java
@@ -1,56 +1,85 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface DeleteDocumentRequestOrBuilder extends
+public interface DeleteDocumentRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.DeleteDocumentRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. The resource name of the Document to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Required. The resource name of the Document to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 2; + * * @return Whether the currentDocument field is set. */ boolean hasCurrentDocument(); /** + * + * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 2; + * * @return The currentDocument. */ com.google.firestore.v1.Precondition getCurrentDocument(); /** + * + * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Document.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Document.java
similarity index 76%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Document.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Document.java
index 7eb267316..8ff0edd39 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Document.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Document.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/document.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * A Firestore document.
  *
@@ -13,29 +30,29 @@
  *
  * Protobuf type {@code google.firestore.v1.Document}
  */
-public final class Document extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class Document extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.Document)
     DocumentOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use Document.newBuilder() to construct.
   private Document(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private Document() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new Document();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Document_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.DocumentProto
+        .internal_static_google_firestore_v1_Document_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
@@ -46,29 +63,34 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
       case 2:
         return internalGetFields();
       default:
-        throw new RuntimeException(
-            "Invalid map field number: " + number);
+        throw new RuntimeException("Invalid map field number: " + number);
     }
   }
+
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Document_fieldAccessorTable
+    return com.google.firestore.v1.DocumentProto
+        .internal_static_google_firestore_v1_Document_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
             com.google.firestore.v1.Document.class, com.google.firestore.v1.Document.Builder.class);
   }
 
   private int bitField0_;
   public static final int NAME_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object name_ = "";
   /**
+   *
+   *
    * 
    * The resource name of the document, for example
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1; + * * @return The name. */ @java.lang.Override @@ -77,30 +99,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * The resource name of the document, for example
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -109,32 +131,37 @@ public java.lang.String getName() { } public static final int FIELDS_FIELD_NUMBER = 2; + private static final class FieldsDefaultEntryHolder { - static final com.google.protobuf.MapEntry< - java.lang.String, com.google.firestore.v1.Value> defaultEntry = + static final com.google.protobuf.MapEntry + defaultEntry = com.google.protobuf.MapEntry - .newDefaultInstance( - com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Document_FieldsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.MESSAGE, - com.google.firestore.v1.Value.getDefaultInstance()); + .newDefaultInstance( + com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_Document_FieldsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.MESSAGE, + com.google.firestore.v1.Value.getDefaultInstance()); } + @SuppressWarnings("serial") - private com.google.protobuf.MapField< - java.lang.String, com.google.firestore.v1.Value> fields_; + private com.google.protobuf.MapField fields_; + private com.google.protobuf.MapField - internalGetFields() { + internalGetFields() { if (fields_ == null) { - return com.google.protobuf.MapField.emptyMapField( - FieldsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField(FieldsDefaultEntryHolder.defaultEntry); } return fields_; } + public int getFieldsCount() { return internalGetFields().getMap().size(); } /** + * + * *
    * The document's fields.
    *
@@ -165,20 +192,21 @@ public int getFieldsCount() {
    * map<string, .google.firestore.v1.Value> fields = 2;
    */
   @java.lang.Override
-  public boolean containsFields(
-      java.lang.String key) {
-    if (key == null) { throw new NullPointerException("map key"); }
+  public boolean containsFields(java.lang.String key) {
+    if (key == null) {
+      throw new NullPointerException("map key");
+    }
     return internalGetFields().getMap().containsKey(key);
   }
-  /**
-   * Use {@link #getFieldsMap()} instead.
-   */
+  /** Use {@link #getFieldsMap()} instead. */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getFields() {
     return getFieldsMap();
   }
   /**
+   *
+   *
    * 
    * The document's fields.
    *
@@ -213,6 +241,8 @@ public java.util.Map getFieldsM
     return internalGetFields().getMap();
   }
   /**
+   *
+   *
    * 
    * The document's fields.
    *
@@ -243,17 +273,20 @@ public java.util.Map getFieldsM
    * map<string, .google.firestore.v1.Value> fields = 2;
    */
   @java.lang.Override
-  public /* nullable */
-com.google.firestore.v1.Value getFieldsOrDefault(
+  public /* nullable */ com.google.firestore.v1.Value getFieldsOrDefault(
       java.lang.String key,
       /* nullable */
-com.google.firestore.v1.Value defaultValue) {
-    if (key == null) { throw new NullPointerException("map key"); }
+      com.google.firestore.v1.Value defaultValue) {
+    if (key == null) {
+      throw new NullPointerException("map key");
+    }
     java.util.Map map =
         internalGetFields().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
+   *
+   *
    * 
    * The document's fields.
    *
@@ -284,9 +317,10 @@ com.google.firestore.v1.Value getFieldsOrDefault(
    * map<string, .google.firestore.v1.Value> fields = 2;
    */
   @java.lang.Override
-  public com.google.firestore.v1.Value getFieldsOrThrow(
-      java.lang.String key) {
-    if (key == null) { throw new NullPointerException("map key"); }
+  public com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key) {
+    if (key == null) {
+      throw new NullPointerException("map key");
+    }
     java.util.Map map =
         internalGetFields().getMap();
     if (!map.containsKey(key)) {
@@ -298,6 +332,8 @@ public com.google.firestore.v1.Value getFieldsOrThrow(
   public static final int CREATE_TIME_FIELD_NUMBER = 3;
   private com.google.protobuf.Timestamp createTime_;
   /**
+   *
+   *
    * 
    * Output only. The time at which the document was created.
    *
@@ -307,6 +343,7 @@ public com.google.firestore.v1.Value getFieldsOrThrow(
    * 
* * .google.protobuf.Timestamp create_time = 3; + * * @return Whether the createTime field is set. */ @java.lang.Override @@ -314,6 +351,8 @@ public boolean hasCreateTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Output only. The time at which the document was created.
    *
@@ -323,6 +362,7 @@ public boolean hasCreateTime() {
    * 
* * .google.protobuf.Timestamp create_time = 3; + * * @return The createTime. */ @java.lang.Override @@ -330,6 +370,8 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** + * + * *
    * Output only. The time at which the document was created.
    *
@@ -348,6 +390,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
   public static final int UPDATE_TIME_FIELD_NUMBER = 4;
   private com.google.protobuf.Timestamp updateTime_;
   /**
+   *
+   *
    * 
    * Output only. The time at which the document was last changed.
    *
@@ -357,6 +401,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
    * 
* * .google.protobuf.Timestamp update_time = 4; + * * @return Whether the updateTime field is set. */ @java.lang.Override @@ -364,6 +409,8 @@ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * Output only. The time at which the document was last changed.
    *
@@ -373,6 +420,7 @@ public boolean hasUpdateTime() {
    * 
* * .google.protobuf.Timestamp update_time = 4; + * * @return The updateTime. */ @java.lang.Override @@ -380,6 +428,8 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** + * + * *
    * Output only. The time at which the document was last changed.
    *
@@ -396,6 +446,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -407,17 +458,12 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
-    com.google.protobuf.GeneratedMessageV3
-      .serializeStringMapTo(
-        output,
-        internalGetFields(),
-        FieldsDefaultEntryHolder.defaultEntry,
-        2);
+    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
+        output, internalGetFields(), FieldsDefaultEntryHolder.defaultEntry, 2);
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(3, getCreateTime());
     }
@@ -436,23 +482,21 @@ public int getSerializedSize() {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
     }
-    for (java.util.Map.Entry entry
-         : internalGetFields().getMap().entrySet()) {
-      com.google.protobuf.MapEntry
-      fields__ = FieldsDefaultEntryHolder.defaultEntry.newBuilderForType()
-          .setKey(entry.getKey())
-          .setValue(entry.getValue())
-          .build();
-      size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(2, fields__);
+    for (java.util.Map.Entry entry :
+        internalGetFields().getMap().entrySet()) {
+      com.google.protobuf.MapEntry fields__ =
+          FieldsDefaultEntryHolder.defaultEntry
+              .newBuilderForType()
+              .setKey(entry.getKey())
+              .setValue(entry.getValue())
+              .build();
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, fields__);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getCreateTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getCreateTime());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(4, getUpdateTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getUpdateTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -462,26 +506,22 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.Document)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.Document other = (com.google.firestore.v1.Document) obj;
 
-    if (!getName()
-        .equals(other.getName())) return false;
-    if (!internalGetFields().equals(
-        other.internalGetFields())) return false;
+    if (!getName().equals(other.getName())) return false;
+    if (!internalGetFields().equals(other.internalGetFields())) return false;
     if (hasCreateTime() != other.hasCreateTime()) return false;
     if (hasCreateTime()) {
-      if (!getCreateTime()
-          .equals(other.getCreateTime())) return false;
+      if (!getCreateTime().equals(other.getCreateTime())) return false;
     }
     if (hasUpdateTime() != other.hasUpdateTime()) return false;
     if (hasUpdateTime()) {
-      if (!getUpdateTime()
-          .equals(other.getUpdateTime())) return false;
+      if (!getUpdateTime().equals(other.getUpdateTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -513,99 +553,103 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.Document parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.Document parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.Document parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.v1.Document parseFrom(
-      com.google.protobuf.ByteString data)
+
+  public static com.google.firestore.v1.Document parseFrom(com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.Document parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.Document parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.Document parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.Document parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.Document parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.Document parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.Document parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.Document parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.Document parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.Document prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * A Firestore document.
    *
@@ -614,13 +658,13 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.Document}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.Document)
       com.google.firestore.v1.DocumentOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Document_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.DocumentProto
+          .internal_static_google_firestore_v1_Document_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
@@ -630,10 +674,10 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
         case 2:
           return internalGetFields();
         default:
-          throw new RuntimeException(
-              "Invalid map field number: " + number);
+          throw new RuntimeException("Invalid map field number: " + number);
       }
     }
+
     @SuppressWarnings({"rawtypes"})
     protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(
         int number) {
@@ -641,16 +685,18 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi
         case 2:
           return internalGetMutableFields();
         default:
-          throw new RuntimeException(
-              "Invalid map field number: " + number);
+          throw new RuntimeException("Invalid map field number: " + number);
       }
     }
+
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Document_fieldAccessorTable
+      return com.google.firestore.v1.DocumentProto
+          .internal_static_google_firestore_v1_Document_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.Document.class, com.google.firestore.v1.Document.Builder.class);
+              com.google.firestore.v1.Document.class,
+              com.google.firestore.v1.Document.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.Document.newBuilder()
@@ -658,18 +704,18 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getCreateTimeFieldBuilder();
         getUpdateTimeFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -690,9 +736,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Document_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.DocumentProto
+          .internal_static_google_firestore_v1_Document_descriptor;
     }
 
     @java.lang.Override
@@ -712,7 +758,9 @@ public com.google.firestore.v1.Document build() {
     @java.lang.Override
     public com.google.firestore.v1.Document buildPartial() {
       com.google.firestore.v1.Document result = new com.google.firestore.v1.Document(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -727,15 +775,11 @@ private void buildPartial0(com.google.firestore.v1.Document result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.createTime_ = createTimeBuilder_ == null
-            ? createTime_
-            : createTimeBuilder_.build();
+        result.createTime_ = createTimeBuilder_ == null ? createTime_ : createTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.updateTime_ = updateTimeBuilder_ == null
-            ? updateTime_
-            : updateTimeBuilder_.build();
+        result.updateTime_ = updateTimeBuilder_ == null ? updateTime_ : updateTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       result.bitField0_ |= to_bitField0_;
@@ -745,38 +789,39 @@ private void buildPartial0(com.google.firestore.v1.Document result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.Document) {
-        return mergeFrom((com.google.firestore.v1.Document)other);
+        return mergeFrom((com.google.firestore.v1.Document) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -790,8 +835,7 @@ public Builder mergeFrom(com.google.firestore.v1.Document other) {
         bitField0_ |= 0x00000001;
         onChanged();
       }
-      internalGetMutableFields().mergeFrom(
-          other.internalGetFields());
+      internalGetMutableFields().mergeFrom(other.internalGetFields());
       bitField0_ |= 0x00000002;
       if (other.hasCreateTime()) {
         mergeCreateTime(other.getCreateTime());
@@ -825,40 +869,44 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              com.google.protobuf.MapEntry
-              fields__ = input.readMessage(
-                  FieldsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
-              internalGetMutableFields().ensureBuilderMap().put(
-                  fields__.getKey(), fields__.getValue());
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 26: {
-              input.readMessage(
-                  getCreateTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            case 34: {
-              input.readMessage(
-                  getUpdateTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 34
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                com.google.protobuf.MapEntry
+                    fields__ =
+                        input.readMessage(
+                            FieldsDefaultEntryHolder.defaultEntry.getParserForType(),
+                            extensionRegistry);
+                internalGetMutableFields()
+                    .ensureBuilderMap()
+                    .put(fields__.getKey(), fields__.getValue());
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 26:
+              {
+                input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            case 34:
+              {
+                input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 34
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -868,23 +916,26 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * The resource name of the document, for example
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -893,21 +944,22 @@ public java.lang.String getName() { } } /** + * + * *
      * The resource name of the document, for example
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -915,30 +967,37 @@ public java.lang.String getName() { } } /** + * + * *
      * The resource name of the document, for example
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * The resource name of the document, for example
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1; + * * @return This builder for chaining. */ public Builder clearName() { @@ -948,18 +1007,22 @@ public Builder clearName() { return this; } /** + * + * *
      * The resource name of the document, for example
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -967,30 +1030,52 @@ public Builder setNameBytes( return this; } - private static final class FieldsConverter implements com.google.protobuf.MapFieldBuilder.Converter { + private static final class FieldsConverter + implements com.google.protobuf.MapFieldBuilder.Converter< + java.lang.String, + com.google.firestore.v1.ValueOrBuilder, + com.google.firestore.v1.Value> { @java.lang.Override public com.google.firestore.v1.Value build(com.google.firestore.v1.ValueOrBuilder val) { - if (val instanceof com.google.firestore.v1.Value) { return (com.google.firestore.v1.Value) val; } + if (val instanceof com.google.firestore.v1.Value) { + return (com.google.firestore.v1.Value) val; + } return ((com.google.firestore.v1.Value.Builder) val).build(); } @java.lang.Override - public com.google.protobuf.MapEntry defaultEntry() { + public com.google.protobuf.MapEntry + defaultEntry() { return FieldsDefaultEntryHolder.defaultEntry; } }; + private static final FieldsConverter fieldsConverter = new FieldsConverter(); private com.google.protobuf.MapFieldBuilder< - java.lang.String, com.google.firestore.v1.ValueOrBuilder, com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder> fields_; - private com.google.protobuf.MapFieldBuilder + java.lang.String, + com.google.firestore.v1.ValueOrBuilder, + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder> + fields_; + + private com.google.protobuf.MapFieldBuilder< + java.lang.String, + com.google.firestore.v1.ValueOrBuilder, + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder> internalGetFields() { if (fields_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldsConverter); } return fields_; } - private com.google.protobuf.MapFieldBuilder + + private com.google.protobuf.MapFieldBuilder< + java.lang.String, + com.google.firestore.v1.ValueOrBuilder, + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder> internalGetMutableFields() { if (fields_ == null) { fields_ = new com.google.protobuf.MapFieldBuilder<>(fieldsConverter); @@ -999,10 +1084,13 @@ public com.google.protobuf.MapEntry * The document's fields. * @@ -1033,20 +1121,21 @@ public int getFieldsCount() { * map<string, .google.firestore.v1.Value> fields = 2; */ @java.lang.Override - public boolean containsFields( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } + public boolean containsFields(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } return internalGetFields().ensureBuilderMap().containsKey(key); } - /** - * Use {@link #getFieldsMap()} instead. - */ + /** Use {@link #getFieldsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFields() { return getFieldsMap(); } /** + * + * *
      * The document's fields.
      *
@@ -1081,6 +1170,8 @@ public java.util.Map getFieldsM
       return internalGetFields().getImmutableMap();
     }
     /**
+     *
+     *
      * 
      * The document's fields.
      *
@@ -1111,16 +1202,20 @@ public java.util.Map getFieldsM
      * map<string, .google.firestore.v1.Value> fields = 2;
      */
     @java.lang.Override
-    public /* nullable */
-com.google.firestore.v1.Value getFieldsOrDefault(
+    public /* nullable */ com.google.firestore.v1.Value getFieldsOrDefault(
         java.lang.String key,
         /* nullable */
-com.google.firestore.v1.Value defaultValue) {
-      if (key == null) { throw new NullPointerException("map key"); }
-      java.util.Map map = internalGetMutableFields().ensureBuilderMap();
+        com.google.firestore.v1.Value defaultValue) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
+      java.util.Map map =
+          internalGetMutableFields().ensureBuilderMap();
       return map.containsKey(key) ? fieldsConverter.build(map.get(key)) : defaultValue;
     }
     /**
+     *
+     *
      * 
      * The document's fields.
      *
@@ -1151,21 +1246,26 @@ com.google.firestore.v1.Value getFieldsOrDefault(
      * map<string, .google.firestore.v1.Value> fields = 2;
      */
     @java.lang.Override
-    public com.google.firestore.v1.Value getFieldsOrThrow(
-        java.lang.String key) {
-      if (key == null) { throw new NullPointerException("map key"); }
-      java.util.Map map = internalGetMutableFields().ensureBuilderMap();
+    public com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
+      java.util.Map map =
+          internalGetMutableFields().ensureBuilderMap();
       if (!map.containsKey(key)) {
         throw new java.lang.IllegalArgumentException();
       }
       return fieldsConverter.build(map.get(key));
     }
+
     public Builder clearFields() {
       bitField0_ = (bitField0_ & ~0x00000002);
       internalGetMutableFields().clear();
       return this;
     }
     /**
+     *
+     *
      * 
      * The document's fields.
      *
@@ -1195,23 +1295,22 @@ public Builder clearFields() {
      *
      * map<string, .google.firestore.v1.Value> fields = 2;
      */
-    public Builder removeFields(
-        java.lang.String key) {
-      if (key == null) { throw new NullPointerException("map key"); }
-      internalGetMutableFields().ensureBuilderMap()
-          .remove(key);
+    public Builder removeFields(java.lang.String key) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
+      internalGetMutableFields().ensureBuilderMap().remove(key);
       return this;
     }
-    /**
-     * Use alternate mutation accessors instead.
-     */
+    /** Use alternate mutation accessors instead. */
     @java.lang.Deprecated
-    public java.util.Map
-        getMutableFields() {
+    public java.util.Map getMutableFields() {
       bitField0_ |= 0x00000002;
       return internalGetMutableFields().ensureMessageMap();
     }
     /**
+     *
+     *
      * 
      * The document's fields.
      *
@@ -1241,17 +1340,20 @@ public Builder removeFields(
      *
      * map<string, .google.firestore.v1.Value> fields = 2;
      */
-    public Builder putFields(
-        java.lang.String key,
-        com.google.firestore.v1.Value value) {
-      if (key == null) { throw new NullPointerException("map key"); }
-      if (value == null) { throw new NullPointerException("map value"); }
-      internalGetMutableFields().ensureBuilderMap()
-          .put(key, value);
+    public Builder putFields(java.lang.String key, com.google.firestore.v1.Value value) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
+      if (value == null) {
+        throw new NullPointerException("map value");
+      }
+      internalGetMutableFields().ensureBuilderMap().put(key, value);
       bitField0_ |= 0x00000002;
       return this;
     }
     /**
+     *
+     *
      * 
      * The document's fields.
      *
@@ -1283,17 +1385,19 @@ public Builder putFields(
      */
     public Builder putAllFields(
         java.util.Map values) {
-      for (java.util.Map.Entry e : values.entrySet()) {
+      for (java.util.Map.Entry e :
+          values.entrySet()) {
         if (e.getKey() == null || e.getValue() == null) {
           throw new NullPointerException();
         }
       }
-      internalGetMutableFields().ensureBuilderMap()
-          .putAll(values);
+      internalGetMutableFields().ensureBuilderMap().putAll(values);
       bitField0_ |= 0x00000002;
       return this;
     }
     /**
+     *
+     *
      * 
      * The document's fields.
      *
@@ -1323,9 +1427,9 @@ public Builder putAllFields(
      *
      * map<string, .google.firestore.v1.Value> fields = 2;
      */
-    public com.google.firestore.v1.Value.Builder putFieldsBuilderIfAbsent(
-        java.lang.String key) {
-      java.util.Map builderMap = internalGetMutableFields().ensureBuilderMap();
+    public com.google.firestore.v1.Value.Builder putFieldsBuilderIfAbsent(java.lang.String key) {
+      java.util.Map builderMap =
+          internalGetMutableFields().ensureBuilderMap();
       com.google.firestore.v1.ValueOrBuilder entry = builderMap.get(key);
       if (entry == null) {
         entry = com.google.firestore.v1.Value.newBuilder();
@@ -1340,8 +1444,13 @@ public com.google.firestore.v1.Value.Builder putFieldsBuilderIfAbsent(
 
     private com.google.protobuf.Timestamp createTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_;
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
+        createTimeBuilder_;
     /**
+     *
+     *
      * 
      * Output only. The time at which the document was created.
      *
@@ -1351,12 +1460,15 @@ public com.google.firestore.v1.Value.Builder putFieldsBuilderIfAbsent(
      * 
* * .google.protobuf.Timestamp create_time = 3; + * * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * Output only. The time at which the document was created.
      *
@@ -1366,16 +1478,21 @@ public boolean hasCreateTime() {
      * 
* * .google.protobuf.Timestamp create_time = 3; + * * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { - return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; + return createTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** + * + * *
      * Output only. The time at which the document was created.
      *
@@ -1400,6 +1517,8 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Output only. The time at which the document was created.
      *
@@ -1410,8 +1529,7 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp create_time = 3;
      */
-    public Builder setCreateTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (createTimeBuilder_ == null) {
         createTime_ = builderForValue.build();
       } else {
@@ -1422,6 +1540,8 @@ public Builder setCreateTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * Output only. The time at which the document was created.
      *
@@ -1434,9 +1554,9 @@ public Builder setCreateTime(
      */
     public Builder mergeCreateTime(com.google.protobuf.Timestamp value) {
       if (createTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0) &&
-          createTime_ != null &&
-          createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0)
+            && createTime_ != null
+            && createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getCreateTimeBuilder().mergeFrom(value);
         } else {
           createTime_ = value;
@@ -1451,6 +1571,8 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Output only. The time at which the document was created.
      *
@@ -1472,6 +1594,8 @@ public Builder clearCreateTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Output only. The time at which the document was created.
      *
@@ -1488,6 +1612,8 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() {
       return getCreateTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Output only. The time at which the document was created.
      *
@@ -1502,11 +1628,14 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
       if (createTimeBuilder_ != null) {
         return createTimeBuilder_.getMessageOrBuilder();
       } else {
-        return createTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : createTime_;
+        return createTime_ == null
+            ? com.google.protobuf.Timestamp.getDefaultInstance()
+            : createTime_;
       }
     }
     /**
+     *
+     *
      * 
      * Output only. The time at which the document was created.
      *
@@ -1518,14 +1647,17 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
      * .google.protobuf.Timestamp create_time = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getCreateTimeFieldBuilder() {
       if (createTimeBuilder_ == null) {
-        createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getCreateTime(),
-                getParentForChildren(),
-                isClean());
+        createTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getCreateTime(), getParentForChildren(), isClean());
         createTime_ = null;
       }
       return createTimeBuilder_;
@@ -1533,8 +1665,13 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
 
     private com.google.protobuf.Timestamp updateTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_;
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
+        updateTimeBuilder_;
     /**
+     *
+     *
      * 
      * Output only. The time at which the document was last changed.
      *
@@ -1544,12 +1681,15 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
      * 
* * .google.protobuf.Timestamp update_time = 4; + * * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * Output only. The time at which the document was last changed.
      *
@@ -1559,16 +1699,21 @@ public boolean hasUpdateTime() {
      * 
* * .google.protobuf.Timestamp update_time = 4; + * * @return The updateTime. */ public com.google.protobuf.Timestamp getUpdateTime() { if (updateTimeBuilder_ == null) { - return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; + return updateTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : updateTime_; } else { return updateTimeBuilder_.getMessage(); } } /** + * + * *
      * Output only. The time at which the document was last changed.
      *
@@ -1593,6 +1738,8 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Output only. The time at which the document was last changed.
      *
@@ -1603,8 +1750,7 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp update_time = 4;
      */
-    public Builder setUpdateTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (updateTimeBuilder_ == null) {
         updateTime_ = builderForValue.build();
       } else {
@@ -1615,6 +1761,8 @@ public Builder setUpdateTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * Output only. The time at which the document was last changed.
      *
@@ -1627,9 +1775,9 @@ public Builder setUpdateTime(
      */
     public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
       if (updateTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0) &&
-          updateTime_ != null &&
-          updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0)
+            && updateTime_ != null
+            && updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getUpdateTimeBuilder().mergeFrom(value);
         } else {
           updateTime_ = value;
@@ -1644,6 +1792,8 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Output only. The time at which the document was last changed.
      *
@@ -1665,6 +1815,8 @@ public Builder clearUpdateTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Output only. The time at which the document was last changed.
      *
@@ -1681,6 +1833,8 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() {
       return getUpdateTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Output only. The time at which the document was last changed.
      *
@@ -1695,11 +1849,14 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
       if (updateTimeBuilder_ != null) {
         return updateTimeBuilder_.getMessageOrBuilder();
       } else {
-        return updateTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_;
+        return updateTime_ == null
+            ? com.google.protobuf.Timestamp.getDefaultInstance()
+            : updateTime_;
       }
     }
     /**
+     *
+     *
      * 
      * Output only. The time at which the document was last changed.
      *
@@ -1711,21 +1868,24 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
      * .google.protobuf.Timestamp update_time = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getUpdateTimeFieldBuilder() {
       if (updateTimeBuilder_ == null) {
-        updateTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getUpdateTime(),
-                getParentForChildren(),
-                isClean());
+        updateTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getUpdateTime(), getParentForChildren(), isClean());
         updateTime_ = null;
       }
       return updateTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1735,12 +1895,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.Document)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.Document)
   private static final com.google.firestore.v1.Document DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.Document();
   }
@@ -1749,27 +1909,27 @@ public static com.google.firestore.v1.Document getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public Document parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public Document parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1784,6 +1944,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.Document getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChange.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChange.java
similarity index 72%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChange.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChange.java
index ae8472df2..482cc0723 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChange.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChange.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * A [Document][google.firestore.v1.Document] has changed.
  *
@@ -18,15 +35,16 @@
  *
  * Protobuf type {@code google.firestore.v1.DocumentChange}
  */
-public final class DocumentChange extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class DocumentChange extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.DocumentChange)
     DocumentChangeOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use DocumentChange.newBuilder() to construct.
   private DocumentChange(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private DocumentChange() {
     targetIds_ = emptyIntList();
     removedTargetIds_ = emptyIntList();
@@ -34,28 +52,31 @@ private DocumentChange() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new DocumentChange();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentChange_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.WriteProto
+        .internal_static_google_firestore_v1_DocumentChange_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentChange_fieldAccessorTable
+    return com.google.firestore.v1.WriteProto
+        .internal_static_google_firestore_v1_DocumentChange_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.DocumentChange.class, com.google.firestore.v1.DocumentChange.Builder.class);
+            com.google.firestore.v1.DocumentChange.class,
+            com.google.firestore.v1.DocumentChange.Builder.class);
   }
 
   private int bitField0_;
   public static final int DOCUMENT_FIELD_NUMBER = 1;
   private com.google.firestore.v1.Document document_;
   /**
+   *
+   *
    * 
    * The new state of the [Document][google.firestore.v1.Document].
    *
@@ -63,6 +84,7 @@ protected java.lang.Object newInstance(
    * 
* * .google.firestore.v1.Document document = 1; + * * @return Whether the document field is set. */ @java.lang.Override @@ -70,6 +92,8 @@ public boolean hasDocument() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The new state of the [Document][google.firestore.v1.Document].
    *
@@ -77,6 +101,7 @@ public boolean hasDocument() {
    * 
* * .google.firestore.v1.Document document = 1; + * * @return The document. */ @java.lang.Override @@ -84,6 +109,8 @@ public com.google.firestore.v1.Document getDocument() { return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; } /** + * + * *
    * The new state of the [Document][google.firestore.v1.Document].
    *
@@ -98,90 +125,109 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
   }
 
   public static final int TARGET_IDS_FIELD_NUMBER = 5;
+
   @SuppressWarnings("serial")
-  private com.google.protobuf.Internal.IntList targetIds_ =
-      emptyIntList();
+  private com.google.protobuf.Internal.IntList targetIds_ = emptyIntList();
   /**
+   *
+   *
    * 
    * A set of target IDs of targets that match this document.
    * 
* * repeated int32 target_ids = 5; + * * @return A list containing the targetIds. */ @java.lang.Override - public java.util.List - getTargetIdsList() { + public java.util.List getTargetIdsList() { return targetIds_; } /** + * + * *
    * A set of target IDs of targets that match this document.
    * 
* * repeated int32 target_ids = 5; + * * @return The count of targetIds. */ public int getTargetIdsCount() { return targetIds_.size(); } /** + * + * *
    * A set of target IDs of targets that match this document.
    * 
* * repeated int32 target_ids = 5; + * * @param index The index of the element to return. * @return The targetIds at the given index. */ public int getTargetIds(int index) { return targetIds_.getInt(index); } + private int targetIdsMemoizedSerializedSize = -1; public static final int REMOVED_TARGET_IDS_FIELD_NUMBER = 6; + @SuppressWarnings("serial") - private com.google.protobuf.Internal.IntList removedTargetIds_ = - emptyIntList(); + private com.google.protobuf.Internal.IntList removedTargetIds_ = emptyIntList(); /** + * + * *
    * A set of target IDs for targets that no longer match this document.
    * 
* * repeated int32 removed_target_ids = 6; + * * @return A list containing the removedTargetIds. */ @java.lang.Override - public java.util.List - getRemovedTargetIdsList() { + public java.util.List getRemovedTargetIdsList() { return removedTargetIds_; } /** + * + * *
    * A set of target IDs for targets that no longer match this document.
    * 
* * repeated int32 removed_target_ids = 6; + * * @return The count of removedTargetIds. */ public int getRemovedTargetIdsCount() { return removedTargetIds_.size(); } /** + * + * *
    * A set of target IDs for targets that no longer match this document.
    * 
* * repeated int32 removed_target_ids = 6; + * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ public int getRemovedTargetIds(int index) { return removedTargetIds_.getInt(index); } + private int removedTargetIdsMemoizedSerializedSize = -1; private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -193,8 +239,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getDocument()); @@ -223,34 +268,32 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getDocument()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getDocument()); } { int dataSize = 0; for (int i = 0; i < targetIds_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream - .computeInt32SizeNoTag(targetIds_.getInt(i)); + dataSize += + com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(targetIds_.getInt(i)); } size += dataSize; if (!getTargetIdsList().isEmpty()) { size += 1; - size += com.google.protobuf.CodedOutputStream - .computeInt32SizeNoTag(dataSize); + size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize); } targetIdsMemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < removedTargetIds_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream - .computeInt32SizeNoTag(removedTargetIds_.getInt(i)); + dataSize += + com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag( + removedTargetIds_.getInt(i)); } size += dataSize; if (!getRemovedTargetIdsList().isEmpty()) { size += 1; - size += com.google.protobuf.CodedOutputStream - .computeInt32SizeNoTag(dataSize); + size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize); } removedTargetIdsMemoizedSerializedSize = dataSize; } @@ -262,7 +305,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.DocumentChange)) { return super.equals(obj); @@ -271,13 +314,10 @@ public boolean equals(final java.lang.Object obj) { if (hasDocument() != other.hasDocument()) return false; if (hasDocument()) { - if (!getDocument() - .equals(other.getDocument())) return false; + if (!getDocument().equals(other.getDocument())) return false; } - if (!getTargetIdsList() - .equals(other.getTargetIdsList())) return false; - if (!getRemovedTargetIdsList() - .equals(other.getRemovedTargetIdsList())) return false; + if (!getTargetIdsList().equals(other.getTargetIdsList())) return false; + if (!getRemovedTargetIdsList().equals(other.getRemovedTargetIdsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -306,99 +346,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.DocumentChange parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.DocumentChange parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.DocumentChange parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.DocumentChange parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.DocumentChange parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.DocumentChange parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.DocumentChange parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.DocumentChange parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.DocumentChange parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.v1.DocumentChange parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.DocumentChange parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.DocumentChange parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.DocumentChange parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.DocumentChange prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A [Document][google.firestore.v1.Document] has changed.
    *
@@ -412,21 +457,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.DocumentChange}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.DocumentChange)
       com.google.firestore.v1.DocumentChangeOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentChange_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.WriteProto
+          .internal_static_google_firestore_v1_DocumentChange_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentChange_fieldAccessorTable
+      return com.google.firestore.v1.WriteProto
+          .internal_static_google_firestore_v1_DocumentChange_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.DocumentChange.class, com.google.firestore.v1.DocumentChange.Builder.class);
+              com.google.firestore.v1.DocumentChange.class,
+              com.google.firestore.v1.DocumentChange.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.DocumentChange.newBuilder()
@@ -434,17 +481,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getDocumentFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -460,9 +507,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentChange_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.WriteProto
+          .internal_static_google_firestore_v1_DocumentChange_descriptor;
     }
 
     @java.lang.Override
@@ -481,8 +528,11 @@ public com.google.firestore.v1.DocumentChange build() {
 
     @java.lang.Override
     public com.google.firestore.v1.DocumentChange buildPartial() {
-      com.google.firestore.v1.DocumentChange result = new com.google.firestore.v1.DocumentChange(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.DocumentChange result =
+          new com.google.firestore.v1.DocumentChange(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -491,9 +541,7 @@ private void buildPartial0(com.google.firestore.v1.DocumentChange result) {
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.document_ = documentBuilder_ == null
-            ? document_
-            : documentBuilder_.build();
+        result.document_ = documentBuilder_ == null ? document_ : documentBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
@@ -511,38 +559,39 @@ private void buildPartial0(com.google.firestore.v1.DocumentChange result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.DocumentChange) {
-        return mergeFrom((com.google.firestore.v1.DocumentChange)other);
+        return mergeFrom((com.google.firestore.v1.DocumentChange) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -602,51 +651,55 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getDocumentFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 40: {
-              int v = input.readInt32();
-              ensureTargetIdsIsMutable();
-              targetIds_.addInt(v);
-              break;
-            } // case 40
-            case 42: {
-              int length = input.readRawVarint32();
-              int limit = input.pushLimit(length);
-              ensureTargetIdsIsMutable();
-              while (input.getBytesUntilLimit() > 0) {
-                targetIds_.addInt(input.readInt32());
-              }
-              input.popLimit(limit);
-              break;
-            } // case 42
-            case 48: {
-              int v = input.readInt32();
-              ensureRemovedTargetIdsIsMutable();
-              removedTargetIds_.addInt(v);
-              break;
-            } // case 48
-            case 50: {
-              int length = input.readRawVarint32();
-              int limit = input.pushLimit(length);
-              ensureRemovedTargetIdsIsMutable();
-              while (input.getBytesUntilLimit() > 0) {
-                removedTargetIds_.addInt(input.readInt32());
-              }
-              input.popLimit(limit);
-              break;
-            } // case 50
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getDocumentFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 40:
+              {
+                int v = input.readInt32();
+                ensureTargetIdsIsMutable();
+                targetIds_.addInt(v);
+                break;
+              } // case 40
+            case 42:
+              {
+                int length = input.readRawVarint32();
+                int limit = input.pushLimit(length);
+                ensureTargetIdsIsMutable();
+                while (input.getBytesUntilLimit() > 0) {
+                  targetIds_.addInt(input.readInt32());
+                }
+                input.popLimit(limit);
+                break;
+              } // case 42
+            case 48:
+              {
+                int v = input.readInt32();
+                ensureRemovedTargetIdsIsMutable();
+                removedTargetIds_.addInt(v);
+                break;
+              } // case 48
+            case 50:
+              {
+                int length = input.readRawVarint32();
+                int limit = input.pushLimit(length);
+                ensureRemovedTargetIdsIsMutable();
+                while (input.getBytesUntilLimit() > 0) {
+                  removedTargetIds_.addInt(input.readInt32());
+                }
+                input.popLimit(limit);
+                break;
+              } // case 50
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -656,12 +709,18 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.firestore.v1.Document document_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> documentBuilder_;
+            com.google.firestore.v1.Document,
+            com.google.firestore.v1.Document.Builder,
+            com.google.firestore.v1.DocumentOrBuilder>
+        documentBuilder_;
     /**
+     *
+     *
      * 
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -669,12 +728,15 @@ public Builder mergeFrom(
      * 
* * .google.firestore.v1.Document document = 1; + * * @return Whether the document field is set. */ public boolean hasDocument() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -682,16 +744,21 @@ public boolean hasDocument() {
      * 
* * .google.firestore.v1.Document document = 1; + * * @return The document. */ public com.google.firestore.v1.Document getDocument() { if (documentBuilder_ == null) { - return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; + return document_ == null + ? com.google.firestore.v1.Document.getDefaultInstance() + : document_; } else { return documentBuilder_.getMessage(); } } /** + * + * *
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -714,6 +781,8 @@ public Builder setDocument(com.google.firestore.v1.Document value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -722,8 +791,7 @@ public Builder setDocument(com.google.firestore.v1.Document value) {
      *
      * .google.firestore.v1.Document document = 1;
      */
-    public Builder setDocument(
-        com.google.firestore.v1.Document.Builder builderForValue) {
+    public Builder setDocument(com.google.firestore.v1.Document.Builder builderForValue) {
       if (documentBuilder_ == null) {
         document_ = builderForValue.build();
       } else {
@@ -734,6 +802,8 @@ public Builder setDocument(
       return this;
     }
     /**
+     *
+     *
      * 
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -744,9 +814,9 @@ public Builder setDocument(
      */
     public Builder mergeDocument(com.google.firestore.v1.Document value) {
       if (documentBuilder_ == null) {
-        if (((bitField0_ & 0x00000001) != 0) &&
-          document_ != null &&
-          document_ != com.google.firestore.v1.Document.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000001) != 0)
+            && document_ != null
+            && document_ != com.google.firestore.v1.Document.getDefaultInstance()) {
           getDocumentBuilder().mergeFrom(value);
         } else {
           document_ = value;
@@ -761,6 +831,8 @@ public Builder mergeDocument(com.google.firestore.v1.Document value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -780,6 +852,8 @@ public Builder clearDocument() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -794,6 +868,8 @@ public com.google.firestore.v1.Document.Builder getDocumentBuilder() {
       return getDocumentFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -806,11 +882,14 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
       if (documentBuilder_ != null) {
         return documentBuilder_.getMessageOrBuilder();
       } else {
-        return document_ == null ?
-            com.google.firestore.v1.Document.getDefaultInstance() : document_;
+        return document_ == null
+            ? com.google.firestore.v1.Document.getDefaultInstance()
+            : document_;
       }
     }
     /**
+     *
+     *
      * 
      * The new state of the [Document][google.firestore.v1.Document].
      *
@@ -820,20 +899,24 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
      * .google.firestore.v1.Document document = 1;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> 
+            com.google.firestore.v1.Document,
+            com.google.firestore.v1.Document.Builder,
+            com.google.firestore.v1.DocumentOrBuilder>
         getDocumentFieldBuilder() {
       if (documentBuilder_ == null) {
-        documentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>(
-                getDocument(),
-                getParentForChildren(),
-                isClean());
+        documentBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.Document,
+                com.google.firestore.v1.Document.Builder,
+                com.google.firestore.v1.DocumentOrBuilder>(
+                getDocument(), getParentForChildren(), isClean());
         document_ = null;
       }
       return documentBuilder_;
     }
 
     private com.google.protobuf.Internal.IntList targetIds_ = emptyIntList();
+
     private void ensureTargetIdsIsMutable() {
       if (!targetIds_.isModifiable()) {
         targetIds_ = makeMutableCopy(targetIds_);
@@ -841,35 +924,43 @@ private void ensureTargetIdsIsMutable() {
       bitField0_ |= 0x00000002;
     }
     /**
+     *
+     *
      * 
      * A set of target IDs of targets that match this document.
      * 
* * repeated int32 target_ids = 5; + * * @return A list containing the targetIds. */ - public java.util.List - getTargetIdsList() { + public java.util.List getTargetIdsList() { targetIds_.makeImmutable(); return targetIds_; } /** + * + * *
      * A set of target IDs of targets that match this document.
      * 
* * repeated int32 target_ids = 5; + * * @return The count of targetIds. */ public int getTargetIdsCount() { return targetIds_.size(); } /** + * + * *
      * A set of target IDs of targets that match this document.
      * 
* * repeated int32 target_ids = 5; + * * @param index The index of the element to return. * @return The targetIds at the given index. */ @@ -877,17 +968,19 @@ public int getTargetIds(int index) { return targetIds_.getInt(index); } /** + * + * *
      * A set of target IDs of targets that match this document.
      * 
* * repeated int32 target_ids = 5; + * * @param index The index to set the value at. * @param value The targetIds to set. * @return This builder for chaining. */ - public Builder setTargetIds( - int index, int value) { + public Builder setTargetIds(int index, int value) { ensureTargetIdsIsMutable(); targetIds_.setInt(index, value); @@ -896,11 +989,14 @@ public Builder setTargetIds( return this; } /** + * + * *
      * A set of target IDs of targets that match this document.
      * 
* * repeated int32 target_ids = 5; + * * @param value The targetIds to add. * @return This builder for chaining. */ @@ -913,29 +1009,33 @@ public Builder addTargetIds(int value) { return this; } /** + * + * *
      * A set of target IDs of targets that match this document.
      * 
* * repeated int32 target_ids = 5; + * * @param values The targetIds to add. * @return This builder for chaining. */ - public Builder addAllTargetIds( - java.lang.Iterable values) { + public Builder addAllTargetIds(java.lang.Iterable values) { ensureTargetIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, targetIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, targetIds_); bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * A set of target IDs of targets that match this document.
      * 
* * repeated int32 target_ids = 5; + * * @return This builder for chaining. */ public Builder clearTargetIds() { @@ -946,6 +1046,7 @@ public Builder clearTargetIds() { } private com.google.protobuf.Internal.IntList removedTargetIds_ = emptyIntList(); + private void ensureRemovedTargetIdsIsMutable() { if (!removedTargetIds_.isModifiable()) { removedTargetIds_ = makeMutableCopy(removedTargetIds_); @@ -953,35 +1054,43 @@ private void ensureRemovedTargetIdsIsMutable() { bitField0_ |= 0x00000004; } /** + * + * *
      * A set of target IDs for targets that no longer match this document.
      * 
* * repeated int32 removed_target_ids = 6; + * * @return A list containing the removedTargetIds. */ - public java.util.List - getRemovedTargetIdsList() { + public java.util.List getRemovedTargetIdsList() { removedTargetIds_.makeImmutable(); return removedTargetIds_; } /** + * + * *
      * A set of target IDs for targets that no longer match this document.
      * 
* * repeated int32 removed_target_ids = 6; + * * @return The count of removedTargetIds. */ public int getRemovedTargetIdsCount() { return removedTargetIds_.size(); } /** + * + * *
      * A set of target IDs for targets that no longer match this document.
      * 
* * repeated int32 removed_target_ids = 6; + * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ @@ -989,17 +1098,19 @@ public int getRemovedTargetIds(int index) { return removedTargetIds_.getInt(index); } /** + * + * *
      * A set of target IDs for targets that no longer match this document.
      * 
* * repeated int32 removed_target_ids = 6; + * * @param index The index to set the value at. * @param value The removedTargetIds to set. * @return This builder for chaining. */ - public Builder setRemovedTargetIds( - int index, int value) { + public Builder setRemovedTargetIds(int index, int value) { ensureRemovedTargetIdsIsMutable(); removedTargetIds_.setInt(index, value); @@ -1008,11 +1119,14 @@ public Builder setRemovedTargetIds( return this; } /** + * + * *
      * A set of target IDs for targets that no longer match this document.
      * 
* * repeated int32 removed_target_ids = 6; + * * @param value The removedTargetIds to add. * @return This builder for chaining. */ @@ -1025,29 +1139,33 @@ public Builder addRemovedTargetIds(int value) { return this; } /** + * + * *
      * A set of target IDs for targets that no longer match this document.
      * 
* * repeated int32 removed_target_ids = 6; + * * @param values The removedTargetIds to add. * @return This builder for chaining. */ - public Builder addAllRemovedTargetIds( - java.lang.Iterable values) { + public Builder addAllRemovedTargetIds(java.lang.Iterable values) { ensureRemovedTargetIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, removedTargetIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, removedTargetIds_); bitField0_ |= 0x00000004; onChanged(); return this; } /** + * + * *
      * A set of target IDs for targets that no longer match this document.
      * 
* * repeated int32 removed_target_ids = 6; + * * @return This builder for chaining. */ public Builder clearRemovedTargetIds() { @@ -1056,9 +1174,9 @@ public Builder clearRemovedTargetIds() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1068,12 +1186,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.DocumentChange) } // @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentChange) private static final com.google.firestore.v1.DocumentChange DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.DocumentChange(); } @@ -1082,27 +1200,27 @@ public static com.google.firestore.v1.DocumentChange getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DocumentChange parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DocumentChange parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1117,6 +1235,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.DocumentChange getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChangeOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChangeOrBuilder.java similarity index 78% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChangeOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChangeOrBuilder.java index 3826ded35..8c0e0e4f7 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChangeOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentChangeOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/write.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface DocumentChangeOrBuilder extends +public interface DocumentChangeOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.DocumentChange) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The new state of the [Document][google.firestore.v1.Document].
    *
@@ -16,10 +34,13 @@ public interface DocumentChangeOrBuilder extends
    * 
* * .google.firestore.v1.Document document = 1; + * * @return Whether the document field is set. */ boolean hasDocument(); /** + * + * *
    * The new state of the [Document][google.firestore.v1.Document].
    *
@@ -27,10 +48,13 @@ public interface DocumentChangeOrBuilder extends
    * 
* * .google.firestore.v1.Document document = 1; + * * @return The document. */ com.google.firestore.v1.Document getDocument(); /** + * + * *
    * The new state of the [Document][google.firestore.v1.Document].
    *
@@ -42,58 +66,76 @@ public interface DocumentChangeOrBuilder extends
   com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder();
 
   /**
+   *
+   *
    * 
    * A set of target IDs of targets that match this document.
    * 
* * repeated int32 target_ids = 5; + * * @return A list containing the targetIds. */ java.util.List getTargetIdsList(); /** + * + * *
    * A set of target IDs of targets that match this document.
    * 
* * repeated int32 target_ids = 5; + * * @return The count of targetIds. */ int getTargetIdsCount(); /** + * + * *
    * A set of target IDs of targets that match this document.
    * 
* * repeated int32 target_ids = 5; + * * @param index The index of the element to return. * @return The targetIds at the given index. */ int getTargetIds(int index); /** + * + * *
    * A set of target IDs for targets that no longer match this document.
    * 
* * repeated int32 removed_target_ids = 6; + * * @return A list containing the removedTargetIds. */ java.util.List getRemovedTargetIdsList(); /** + * + * *
    * A set of target IDs for targets that no longer match this document.
    * 
* * repeated int32 removed_target_ids = 6; + * * @return The count of removedTargetIds. */ int getRemovedTargetIdsCount(); /** + * + * *
    * A set of target IDs for targets that no longer match this document.
    * 
* * repeated int32 removed_target_ids = 6; + * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDelete.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDelete.java similarity index 72% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDelete.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDelete.java index 89cc16ab5..1e307774e 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDelete.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDelete.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/write.proto @@ -5,6 +20,8 @@ package com.google.firestore.v1; /** + * + * *
  * A [Document][google.firestore.v1.Document] has been deleted.
  *
@@ -18,15 +35,16 @@
  *
  * Protobuf type {@code google.firestore.v1.DocumentDelete}
  */
-public final class DocumentDelete extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class DocumentDelete extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.DocumentDelete)
     DocumentDeleteOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use DocumentDelete.newBuilder() to construct.
   private DocumentDelete(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private DocumentDelete() {
     document_ = "";
     removedTargetIds_ = emptyIntList();
@@ -34,35 +52,40 @@ private DocumentDelete() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new DocumentDelete();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentDelete_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.WriteProto
+        .internal_static_google_firestore_v1_DocumentDelete_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentDelete_fieldAccessorTable
+    return com.google.firestore.v1.WriteProto
+        .internal_static_google_firestore_v1_DocumentDelete_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.DocumentDelete.class, com.google.firestore.v1.DocumentDelete.Builder.class);
+            com.google.firestore.v1.DocumentDelete.class,
+            com.google.firestore.v1.DocumentDelete.Builder.class);
   }
 
   private int bitField0_;
   public static final int DOCUMENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object document_ = "";
   /**
+   *
+   *
    * 
    * The resource name of the [Document][google.firestore.v1.Document] that was
    * deleted.
    * 
* * string document = 1; + * * @return The document. */ @java.lang.Override @@ -71,30 +94,30 @@ public java.lang.String getDocument() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); document_ = s; return s; } } /** + * + * *
    * The resource name of the [Document][google.firestore.v1.Document] that was
    * deleted.
    * 
* * string document = 1; + * * @return The bytes for document. */ @java.lang.Override - public com.google.protobuf.ByteString - getDocumentBytes() { + public com.google.protobuf.ByteString getDocumentBytes() { java.lang.Object ref = document_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); document_ = b; return b; } else { @@ -103,50 +126,61 @@ public java.lang.String getDocument() { } public static final int REMOVED_TARGET_IDS_FIELD_NUMBER = 6; + @SuppressWarnings("serial") - private com.google.protobuf.Internal.IntList removedTargetIds_ = - emptyIntList(); + private com.google.protobuf.Internal.IntList removedTargetIds_ = emptyIntList(); /** + * + * *
    * A set of target IDs for targets that previously matched this entity.
    * 
* * repeated int32 removed_target_ids = 6; + * * @return A list containing the removedTargetIds. */ @java.lang.Override - public java.util.List - getRemovedTargetIdsList() { + public java.util.List getRemovedTargetIdsList() { return removedTargetIds_; } /** + * + * *
    * A set of target IDs for targets that previously matched this entity.
    * 
* * repeated int32 removed_target_ids = 6; + * * @return The count of removedTargetIds. */ public int getRemovedTargetIdsCount() { return removedTargetIds_.size(); } /** + * + * *
    * A set of target IDs for targets that previously matched this entity.
    * 
* * repeated int32 removed_target_ids = 6; + * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ public int getRemovedTargetIds(int index) { return removedTargetIds_.getInt(index); } + private int removedTargetIdsMemoizedSerializedSize = -1; public static final int READ_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp readTime_; /** + * + * *
    * The read timestamp at which the delete was observed.
    *
@@ -154,6 +188,7 @@ public int getRemovedTargetIds(int index) {
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -161,6 +196,8 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The read timestamp at which the delete was observed.
    *
@@ -168,6 +205,7 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return The readTime. */ @java.lang.Override @@ -175,6 +213,8 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** + * + * *
    * The read timestamp at which the delete was observed.
    *
@@ -189,6 +229,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -200,8 +241,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     getSerializedSize();
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(document_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, document_);
@@ -229,20 +269,19 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, document_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(4, getReadTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getReadTime());
     }
     {
       int dataSize = 0;
       for (int i = 0; i < removedTargetIds_.size(); i++) {
-        dataSize += com.google.protobuf.CodedOutputStream
-          .computeInt32SizeNoTag(removedTargetIds_.getInt(i));
+        dataSize +=
+            com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(
+                removedTargetIds_.getInt(i));
       }
       size += dataSize;
       if (!getRemovedTargetIdsList().isEmpty()) {
         size += 1;
-        size += com.google.protobuf.CodedOutputStream
-            .computeInt32SizeNoTag(dataSize);
+        size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
       }
       removedTargetIdsMemoizedSerializedSize = dataSize;
     }
@@ -254,21 +293,18 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.DocumentDelete)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.DocumentDelete other = (com.google.firestore.v1.DocumentDelete) obj;
 
-    if (!getDocument()
-        .equals(other.getDocument())) return false;
-    if (!getRemovedTargetIdsList()
-        .equals(other.getRemovedTargetIdsList())) return false;
+    if (!getDocument().equals(other.getDocument())) return false;
+    if (!getRemovedTargetIdsList().equals(other.getRemovedTargetIdsList())) return false;
     if (hasReadTime() != other.hasReadTime()) return false;
     if (hasReadTime()) {
-      if (!getReadTime()
-          .equals(other.getReadTime())) return false;
+      if (!getReadTime().equals(other.getReadTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -296,99 +332,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.DocumentDelete parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.DocumentDelete parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.DocumentDelete parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.DocumentDelete parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.DocumentDelete parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.DocumentDelete parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.DocumentDelete parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.DocumentDelete parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.DocumentDelete parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.DocumentDelete parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.DocumentDelete parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.DocumentDelete parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.DocumentDelete parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.DocumentDelete prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * A [Document][google.firestore.v1.Document] has been deleted.
    *
@@ -402,21 +443,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.DocumentDelete}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.DocumentDelete)
       com.google.firestore.v1.DocumentDeleteOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentDelete_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.WriteProto
+          .internal_static_google_firestore_v1_DocumentDelete_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentDelete_fieldAccessorTable
+      return com.google.firestore.v1.WriteProto
+          .internal_static_google_firestore_v1_DocumentDelete_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.DocumentDelete.class, com.google.firestore.v1.DocumentDelete.Builder.class);
+              com.google.firestore.v1.DocumentDelete.class,
+              com.google.firestore.v1.DocumentDelete.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.DocumentDelete.newBuilder()
@@ -424,17 +467,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getReadTimeFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -450,9 +493,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentDelete_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.WriteProto
+          .internal_static_google_firestore_v1_DocumentDelete_descriptor;
     }
 
     @java.lang.Override
@@ -471,8 +514,11 @@ public com.google.firestore.v1.DocumentDelete build() {
 
     @java.lang.Override
     public com.google.firestore.v1.DocumentDelete buildPartial() {
-      com.google.firestore.v1.DocumentDelete result = new com.google.firestore.v1.DocumentDelete(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.DocumentDelete result =
+          new com.google.firestore.v1.DocumentDelete(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -488,9 +534,7 @@ private void buildPartial0(com.google.firestore.v1.DocumentDelete result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.readTime_ = readTimeBuilder_ == null
-            ? readTime_
-            : readTimeBuilder_.build();
+        result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -500,38 +544,39 @@ private void buildPartial0(com.google.firestore.v1.DocumentDelete result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.DocumentDelete) {
-        return mergeFrom((com.google.firestore.v1.DocumentDelete)other);
+        return mergeFrom((com.google.firestore.v1.DocumentDelete) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -585,40 +630,43 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              document_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 34: {
-              input.readMessage(
-                  getReadTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 34
-            case 48: {
-              int v = input.readInt32();
-              ensureRemovedTargetIdsIsMutable();
-              removedTargetIds_.addInt(v);
-              break;
-            } // case 48
-            case 50: {
-              int length = input.readRawVarint32();
-              int limit = input.pushLimit(length);
-              ensureRemovedTargetIdsIsMutable();
-              while (input.getBytesUntilLimit() > 0) {
-                removedTargetIds_.addInt(input.readInt32());
-              }
-              input.popLimit(limit);
-              break;
-            } // case 50
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                document_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 34:
+              {
+                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 34
+            case 48:
+              {
+                int v = input.readInt32();
+                ensureRemovedTargetIdsIsMutable();
+                removedTargetIds_.addInt(v);
+                break;
+              } // case 48
+            case 50:
+              {
+                int length = input.readRawVarint32();
+                int limit = input.pushLimit(length);
+                ensureRemovedTargetIdsIsMutable();
+                while (input.getBytesUntilLimit() > 0) {
+                  removedTargetIds_.addInt(input.readInt32());
+                }
+                input.popLimit(limit);
+                break;
+              } // case 50
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -628,23 +676,26 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object document_ = "";
     /**
+     *
+     *
      * 
      * The resource name of the [Document][google.firestore.v1.Document] that was
      * deleted.
      * 
* * string document = 1; + * * @return The document. */ public java.lang.String getDocument() { java.lang.Object ref = document_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); document_ = s; return s; @@ -653,21 +704,22 @@ public java.lang.String getDocument() { } } /** + * + * *
      * The resource name of the [Document][google.firestore.v1.Document] that was
      * deleted.
      * 
* * string document = 1; + * * @return The bytes for document. */ - public com.google.protobuf.ByteString - getDocumentBytes() { + public com.google.protobuf.ByteString getDocumentBytes() { java.lang.Object ref = document_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); document_ = b; return b; } else { @@ -675,30 +727,37 @@ public java.lang.String getDocument() { } } /** + * + * *
      * The resource name of the [Document][google.firestore.v1.Document] that was
      * deleted.
      * 
* * string document = 1; + * * @param value The document to set. * @return This builder for chaining. */ - public Builder setDocument( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDocument(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } document_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * The resource name of the [Document][google.firestore.v1.Document] that was
      * deleted.
      * 
* * string document = 1; + * * @return This builder for chaining. */ public Builder clearDocument() { @@ -708,18 +767,22 @@ public Builder clearDocument() { return this; } /** + * + * *
      * The resource name of the [Document][google.firestore.v1.Document] that was
      * deleted.
      * 
* * string document = 1; + * * @param value The bytes for document to set. * @return This builder for chaining. */ - public Builder setDocumentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDocumentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); document_ = value; bitField0_ |= 0x00000001; @@ -728,6 +791,7 @@ public Builder setDocumentBytes( } private com.google.protobuf.Internal.IntList removedTargetIds_ = emptyIntList(); + private void ensureRemovedTargetIdsIsMutable() { if (!removedTargetIds_.isModifiable()) { removedTargetIds_ = makeMutableCopy(removedTargetIds_); @@ -735,35 +799,43 @@ private void ensureRemovedTargetIdsIsMutable() { bitField0_ |= 0x00000002; } /** + * + * *
      * A set of target IDs for targets that previously matched this entity.
      * 
* * repeated int32 removed_target_ids = 6; + * * @return A list containing the removedTargetIds. */ - public java.util.List - getRemovedTargetIdsList() { + public java.util.List getRemovedTargetIdsList() { removedTargetIds_.makeImmutable(); return removedTargetIds_; } /** + * + * *
      * A set of target IDs for targets that previously matched this entity.
      * 
* * repeated int32 removed_target_ids = 6; + * * @return The count of removedTargetIds. */ public int getRemovedTargetIdsCount() { return removedTargetIds_.size(); } /** + * + * *
      * A set of target IDs for targets that previously matched this entity.
      * 
* * repeated int32 removed_target_ids = 6; + * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ @@ -771,17 +843,19 @@ public int getRemovedTargetIds(int index) { return removedTargetIds_.getInt(index); } /** + * + * *
      * A set of target IDs for targets that previously matched this entity.
      * 
* * repeated int32 removed_target_ids = 6; + * * @param index The index to set the value at. * @param value The removedTargetIds to set. * @return This builder for chaining. */ - public Builder setRemovedTargetIds( - int index, int value) { + public Builder setRemovedTargetIds(int index, int value) { ensureRemovedTargetIdsIsMutable(); removedTargetIds_.setInt(index, value); @@ -790,11 +864,14 @@ public Builder setRemovedTargetIds( return this; } /** + * + * *
      * A set of target IDs for targets that previously matched this entity.
      * 
* * repeated int32 removed_target_ids = 6; + * * @param value The removedTargetIds to add. * @return This builder for chaining. */ @@ -807,29 +884,33 @@ public Builder addRemovedTargetIds(int value) { return this; } /** + * + * *
      * A set of target IDs for targets that previously matched this entity.
      * 
* * repeated int32 removed_target_ids = 6; + * * @param values The removedTargetIds to add. * @return This builder for chaining. */ - public Builder addAllRemovedTargetIds( - java.lang.Iterable values) { + public Builder addAllRemovedTargetIds(java.lang.Iterable values) { ensureRemovedTargetIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, removedTargetIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, removedTargetIds_); bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * A set of target IDs for targets that previously matched this entity.
      * 
* * repeated int32 removed_target_ids = 6; + * * @return This builder for chaining. */ public Builder clearRemovedTargetIds() { @@ -841,8 +922,13 @@ public Builder clearRemovedTargetIds() { private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + readTimeBuilder_; /** + * + * *
      * The read timestamp at which the delete was observed.
      *
@@ -850,12 +936,15 @@ public Builder clearRemovedTargetIds() {
      * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * The read timestamp at which the delete was observed.
      *
@@ -863,6 +952,7 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -873,6 +963,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * The read timestamp at which the delete was observed.
      *
@@ -895,6 +987,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The read timestamp at which the delete was observed.
      *
@@ -903,8 +997,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 4;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         readTime_ = builderForValue.build();
       } else {
@@ -915,6 +1008,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The read timestamp at which the delete was observed.
      *
@@ -925,9 +1020,9 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0) &&
-          readTime_ != null &&
-          readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0)
+            && readTime_ != null
+            && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getReadTimeBuilder().mergeFrom(value);
         } else {
           readTime_ = value;
@@ -942,6 +1037,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The read timestamp at which the delete was observed.
      *
@@ -961,6 +1058,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The read timestamp at which the delete was observed.
      *
@@ -975,6 +1074,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The read timestamp at which the delete was observed.
      *
@@ -987,11 +1088,12 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (readTimeBuilder_ != null) {
         return readTimeBuilder_.getMessageOrBuilder();
       } else {
-        return readTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
+        return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The read timestamp at which the delete was observed.
      *
@@ -1001,21 +1103,24 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getReadTime(),
-                getParentForChildren(),
-                isClean());
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getReadTime(), getParentForChildren(), isClean());
         readTime_ = null;
       }
       return readTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1025,12 +1130,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.DocumentDelete)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentDelete)
   private static final com.google.firestore.v1.DocumentDelete DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.DocumentDelete();
   }
@@ -1039,27 +1144,27 @@ public static com.google.firestore.v1.DocumentDelete getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public DocumentDelete parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public DocumentDelete parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1074,6 +1179,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.DocumentDelete getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDeleteOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDeleteOrBuilder.java
similarity index 75%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDeleteOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDeleteOrBuilder.java
index 5d070b63d..58d03a61f 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDeleteOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentDeleteOrBuilder.java
@@ -1,65 +1,97 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface DocumentDeleteOrBuilder extends
+public interface DocumentDeleteOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.DocumentDelete)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The resource name of the [Document][google.firestore.v1.Document] that was
    * deleted.
    * 
* * string document = 1; + * * @return The document. */ java.lang.String getDocument(); /** + * + * *
    * The resource name of the [Document][google.firestore.v1.Document] that was
    * deleted.
    * 
* * string document = 1; + * * @return The bytes for document. */ - com.google.protobuf.ByteString - getDocumentBytes(); + com.google.protobuf.ByteString getDocumentBytes(); /** + * + * *
    * A set of target IDs for targets that previously matched this entity.
    * 
* * repeated int32 removed_target_ids = 6; + * * @return A list containing the removedTargetIds. */ java.util.List getRemovedTargetIdsList(); /** + * + * *
    * A set of target IDs for targets that previously matched this entity.
    * 
* * repeated int32 removed_target_ids = 6; + * * @return The count of removedTargetIds. */ int getRemovedTargetIdsCount(); /** + * + * *
    * A set of target IDs for targets that previously matched this entity.
    * 
* * repeated int32 removed_target_ids = 6; + * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ int getRemovedTargetIds(int index); /** + * + * *
    * The read timestamp at which the delete was observed.
    *
@@ -67,10 +99,13 @@ public interface DocumentDeleteOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * The read timestamp at which the delete was observed.
    *
@@ -78,10 +113,13 @@ public interface DocumentDeleteOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * The read timestamp at which the delete was observed.
    *
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMask.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMask.java
similarity index 69%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMask.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMask.java
index 98a43e3c6..c627aa6c1 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMask.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMask.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/common.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * A set of field paths on a document.
  * Used to restrict a get or update operation on a document to a subset of its
@@ -16,45 +33,49 @@
  *
  * Protobuf type {@code google.firestore.v1.DocumentMask}
  */
-public final class DocumentMask extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class DocumentMask extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.DocumentMask)
     DocumentMaskOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use DocumentMask.newBuilder() to construct.
   private DocumentMask(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private DocumentMask() {
-    fieldPaths_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
+    fieldPaths_ = com.google.protobuf.LazyStringArrayList.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new DocumentMask();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_DocumentMask_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.CommonProto
+        .internal_static_google_firestore_v1_DocumentMask_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable
+    return com.google.firestore.v1.CommonProto
+        .internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.DocumentMask.class, com.google.firestore.v1.DocumentMask.Builder.class);
+            com.google.firestore.v1.DocumentMask.class,
+            com.google.firestore.v1.DocumentMask.Builder.class);
   }
 
   public static final int FIELD_PATHS_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private com.google.protobuf.LazyStringArrayList fieldPaths_ =
       com.google.protobuf.LazyStringArrayList.emptyList();
   /**
+   *
+   *
    * 
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -62,13 +83,15 @@ protected java.lang.Object newInstance(
    * 
* * repeated string field_paths = 1; + * * @return A list containing the fieldPaths. */ - public com.google.protobuf.ProtocolStringList - getFieldPathsList() { + public com.google.protobuf.ProtocolStringList getFieldPathsList() { return fieldPaths_; } /** + * + * *
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -76,12 +99,15 @@ protected java.lang.Object newInstance(
    * 
* * repeated string field_paths = 1; + * * @return The count of fieldPaths. */ public int getFieldPathsCount() { return fieldPaths_.size(); } /** + * + * *
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -89,6 +115,7 @@ public int getFieldPathsCount() {
    * 
* * repeated string field_paths = 1; + * * @param index The index of the element to return. * @return The fieldPaths at the given index. */ @@ -96,6 +123,8 @@ public java.lang.String getFieldPaths(int index) { return fieldPaths_.get(index); } /** + * + * *
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -103,15 +132,16 @@ public java.lang.String getFieldPaths(int index) {
    * 
* * repeated string field_paths = 1; + * * @param index The index of the value to return. * @return The bytes of the fieldPaths at the given index. */ - public com.google.protobuf.ByteString - getFieldPathsBytes(int index) { + public com.google.protobuf.ByteString getFieldPathsBytes(int index) { return fieldPaths_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -123,8 +153,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < fieldPaths_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, fieldPaths_.getRaw(i)); } @@ -153,15 +182,14 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.DocumentMask)) { return super.equals(obj); } com.google.firestore.v1.DocumentMask other = (com.google.firestore.v1.DocumentMask) obj; - if (!getFieldPathsList() - .equals(other.getFieldPathsList())) return false; + if (!getFieldPathsList().equals(other.getFieldPathsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -182,99 +210,103 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.DocumentMask parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.DocumentMask parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.DocumentMask parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.DocumentMask parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.firestore.v1.DocumentMask parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.DocumentMask parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.DocumentMask parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.DocumentMask parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.DocumentMask parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.DocumentMask parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.v1.DocumentMask parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.DocumentMask parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.DocumentMask parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.DocumentMask parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.DocumentMask prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A set of field paths on a document.
    * Used to restrict a get or update operation on a document to a subset of its
@@ -286,46 +318,44 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.DocumentMask}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.DocumentMask)
       com.google.firestore.v1.DocumentMaskOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_DocumentMask_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.CommonProto
+          .internal_static_google_firestore_v1_DocumentMask_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable
+      return com.google.firestore.v1.CommonProto
+          .internal_static_google_firestore_v1_DocumentMask_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.DocumentMask.class, com.google.firestore.v1.DocumentMask.Builder.class);
+              com.google.firestore.v1.DocumentMask.class,
+              com.google.firestore.v1.DocumentMask.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.DocumentMask.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
       bitField0_ = 0;
-      fieldPaths_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
+      fieldPaths_ = com.google.protobuf.LazyStringArrayList.emptyList();
       return this;
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_DocumentMask_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.CommonProto
+          .internal_static_google_firestore_v1_DocumentMask_descriptor;
     }
 
     @java.lang.Override
@@ -345,7 +375,9 @@ public com.google.firestore.v1.DocumentMask build() {
     @java.lang.Override
     public com.google.firestore.v1.DocumentMask buildPartial() {
       com.google.firestore.v1.DocumentMask result = new com.google.firestore.v1.DocumentMask(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -362,38 +394,39 @@ private void buildPartial0(com.google.firestore.v1.DocumentMask result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.DocumentMask) {
-        return mergeFrom((com.google.firestore.v1.DocumentMask)other);
+        return mergeFrom((com.google.firestore.v1.DocumentMask) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -438,18 +471,20 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureFieldPathsIsMutable();
-              fieldPaths_.add(s);
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureFieldPathsIsMutable();
+                fieldPaths_.add(s);
+                break;
+              } // case 10
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -459,10 +494,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.protobuf.LazyStringArrayList fieldPaths_ =
         com.google.protobuf.LazyStringArrayList.emptyList();
+
     private void ensureFieldPathsIsMutable() {
       if (!fieldPaths_.isModifiable()) {
         fieldPaths_ = new com.google.protobuf.LazyStringArrayList(fieldPaths_);
@@ -470,6 +507,8 @@ private void ensureFieldPathsIsMutable() {
       bitField0_ |= 0x00000001;
     }
     /**
+     *
+     *
      * 
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -477,14 +516,16 @@ private void ensureFieldPathsIsMutable() {
      * 
* * repeated string field_paths = 1; + * * @return A list containing the fieldPaths. */ - public com.google.protobuf.ProtocolStringList - getFieldPathsList() { + public com.google.protobuf.ProtocolStringList getFieldPathsList() { fieldPaths_.makeImmutable(); return fieldPaths_; } /** + * + * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -492,12 +533,15 @@ private void ensureFieldPathsIsMutable() {
      * 
* * repeated string field_paths = 1; + * * @return The count of fieldPaths. */ public int getFieldPathsCount() { return fieldPaths_.size(); } /** + * + * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -505,6 +549,7 @@ public int getFieldPathsCount() {
      * 
* * repeated string field_paths = 1; + * * @param index The index of the element to return. * @return The fieldPaths at the given index. */ @@ -512,6 +557,8 @@ public java.lang.String getFieldPaths(int index) { return fieldPaths_.get(index); } /** + * + * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -519,14 +566,16 @@ public java.lang.String getFieldPaths(int index) {
      * 
* * repeated string field_paths = 1; + * * @param index The index of the value to return. * @return The bytes of the fieldPaths at the given index. */ - public com.google.protobuf.ByteString - getFieldPathsBytes(int index) { + public com.google.protobuf.ByteString getFieldPathsBytes(int index) { return fieldPaths_.getByteString(index); } /** + * + * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -534,13 +583,15 @@ public java.lang.String getFieldPaths(int index) {
      * 
* * repeated string field_paths = 1; + * * @param index The index to set the value at. * @param value The fieldPaths to set. * @return This builder for chaining. */ - public Builder setFieldPaths( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setFieldPaths(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureFieldPathsIsMutable(); fieldPaths_.set(index, value); bitField0_ |= 0x00000001; @@ -548,6 +599,8 @@ public Builder setFieldPaths( return this; } /** + * + * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -555,12 +608,14 @@ public Builder setFieldPaths(
      * 
* * repeated string field_paths = 1; + * * @param value The fieldPaths to add. * @return This builder for chaining. */ - public Builder addFieldPaths( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addFieldPaths(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureFieldPathsIsMutable(); fieldPaths_.add(value); bitField0_ |= 0x00000001; @@ -568,6 +623,8 @@ public Builder addFieldPaths( return this; } /** + * + * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -575,19 +632,20 @@ public Builder addFieldPaths(
      * 
* * repeated string field_paths = 1; + * * @param values The fieldPaths to add. * @return This builder for chaining. */ - public Builder addAllFieldPaths( - java.lang.Iterable values) { + public Builder addAllFieldPaths(java.lang.Iterable values) { ensureFieldPathsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, fieldPaths_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, fieldPaths_); bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -595,16 +653,19 @@ public Builder addAllFieldPaths(
      * 
* * repeated string field_paths = 1; + * * @return This builder for chaining. */ public Builder clearFieldPaths() { - fieldPaths_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001);; + fieldPaths_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + ; onChanged(); return this; } /** + * + * *
      * The list of field paths in the mask. See
      * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -612,12 +673,14 @@ public Builder clearFieldPaths() {
      * 
* * repeated string field_paths = 1; + * * @param value The bytes of the fieldPaths to add. * @return This builder for chaining. */ - public Builder addFieldPathsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addFieldPathsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureFieldPathsIsMutable(); fieldPaths_.add(value); @@ -625,9 +688,9 @@ public Builder addFieldPathsBytes( onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -637,12 +700,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.DocumentMask) } // @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentMask) private static final com.google.firestore.v1.DocumentMask DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.DocumentMask(); } @@ -651,27 +714,27 @@ public static com.google.firestore.v1.DocumentMask getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DocumentMask parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DocumentMask parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -686,6 +749,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.DocumentMask getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMaskOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMaskOrBuilder.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMaskOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMaskOrBuilder.java index 8b43732d4..b36e4924e 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMaskOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentMaskOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/common.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface DocumentMaskOrBuilder extends +public interface DocumentMaskOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.DocumentMask) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -16,11 +34,13 @@ public interface DocumentMaskOrBuilder extends
    * 
* * repeated string field_paths = 1; + * * @return A list containing the fieldPaths. */ - java.util.List - getFieldPathsList(); + java.util.List getFieldPathsList(); /** + * + * *
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -28,10 +48,13 @@ public interface DocumentMaskOrBuilder extends
    * 
* * repeated string field_paths = 1; + * * @return The count of fieldPaths. */ int getFieldPathsCount(); /** + * + * *
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -39,11 +62,14 @@ public interface DocumentMaskOrBuilder extends
    * 
* * repeated string field_paths = 1; + * * @param index The index of the element to return. * @return The fieldPaths at the given index. */ java.lang.String getFieldPaths(int index); /** + * + * *
    * The list of field paths in the mask. See
    * [Document.fields][google.firestore.v1.Document.fields] for a field path
@@ -51,9 +77,9 @@ public interface DocumentMaskOrBuilder extends
    * 
* * repeated string field_paths = 1; + * * @param index The index of the value to return. * @return The bytes of the fieldPaths at the given index. */ - com.google.protobuf.ByteString - getFieldPathsBytes(int index); + com.google.protobuf.ByteString getFieldPathsBytes(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentOrBuilder.java similarity index 90% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentOrBuilder.java index 1efc0d40d..57d52cd65 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentOrBuilder.java @@ -1,36 +1,59 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/document.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface DocumentOrBuilder extends +public interface DocumentOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.Document) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The resource name of the document, for example
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * The resource name of the document, for example
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * The document's fields.
    *
@@ -62,6 +85,8 @@ public interface DocumentOrBuilder extends
    */
   int getFieldsCount();
   /**
+   *
+   *
    * 
    * The document's fields.
    *
@@ -91,15 +116,13 @@ public interface DocumentOrBuilder extends
    *
    * map<string, .google.firestore.v1.Value> fields = 2;
    */
-  boolean containsFields(
-      java.lang.String key);
-  /**
-   * Use {@link #getFieldsMap()} instead.
-   */
+  boolean containsFields(java.lang.String key);
+  /** Use {@link #getFieldsMap()} instead. */
   @java.lang.Deprecated
-  java.util.Map
-  getFields();
+  java.util.Map getFields();
   /**
+   *
+   *
    * 
    * The document's fields.
    *
@@ -129,9 +152,10 @@ boolean containsFields(
    *
    * map<string, .google.firestore.v1.Value> fields = 2;
    */
-  java.util.Map
-  getFieldsMap();
+  java.util.Map getFieldsMap();
   /**
+   *
+   *
    * 
    * The document's fields.
    *
@@ -162,11 +186,13 @@ boolean containsFields(
    * map<string, .google.firestore.v1.Value> fields = 2;
    */
   /* nullable */
-com.google.firestore.v1.Value getFieldsOrDefault(
+  com.google.firestore.v1.Value getFieldsOrDefault(
       java.lang.String key,
       /* nullable */
-com.google.firestore.v1.Value defaultValue);
+      com.google.firestore.v1.Value defaultValue);
   /**
+   *
+   *
    * 
    * The document's fields.
    *
@@ -196,10 +222,11 @@ com.google.firestore.v1.Value getFieldsOrDefault(
    *
    * map<string, .google.firestore.v1.Value> fields = 2;
    */
-  com.google.firestore.v1.Value getFieldsOrThrow(
-      java.lang.String key);
+  com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key);
 
   /**
+   *
+   *
    * 
    * Output only. The time at which the document was created.
    *
@@ -209,10 +236,13 @@ com.google.firestore.v1.Value getFieldsOrThrow(
    * 
* * .google.protobuf.Timestamp create_time = 3; + * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** + * + * *
    * Output only. The time at which the document was created.
    *
@@ -222,10 +252,13 @@ com.google.firestore.v1.Value getFieldsOrThrow(
    * 
* * .google.protobuf.Timestamp create_time = 3; + * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** + * + * *
    * Output only. The time at which the document was created.
    *
@@ -239,6 +272,8 @@ com.google.firestore.v1.Value getFieldsOrThrow(
   com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
 
   /**
+   *
+   *
    * 
    * Output only. The time at which the document was last changed.
    *
@@ -248,10 +283,13 @@ com.google.firestore.v1.Value getFieldsOrThrow(
    * 
* * .google.protobuf.Timestamp update_time = 4; + * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** + * + * *
    * Output only. The time at which the document was last changed.
    *
@@ -261,10 +299,13 @@ com.google.firestore.v1.Value getFieldsOrThrow(
    * 
* * .google.protobuf.Timestamp update_time = 4; + * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** + * + * *
    * Output only. The time at which the document was last changed.
    *
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java
new file mode 100644
index 000000000..350f1f50b
--- /dev/null
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java
@@ -0,0 +1,169 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/v1/document.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.v1;
+
+public final class DocumentProto {
+  private DocumentProto() {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_Document_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_Document_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_Document_FieldsEntry_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_Document_FieldsEntry_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_Value_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_Value_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_ArrayValue_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_MapValue_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_MapValue_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_MapValue_FieldsEntry_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+    return descriptor;
+  }
+
+  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
+
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\"google/firestore/v1/document.proto\022\023go"
+          + "ogle.firestore.v1\032\034google/protobuf/struc"
+          + "t.proto\032\037google/protobuf/timestamp.proto"
+          + "\032\030google/type/latlng.proto\"\200\002\n\010Document\022"
+          + "\014\n\004name\030\001 \001(\t\0229\n\006fields\030\002 \003(\0132).google.f"
+          + "irestore.v1.Document.FieldsEntry\022/\n\013crea"
+          + "te_time\030\003 \001(\0132\032.google.protobuf.Timestam"
+          + "p\022/\n\013update_time\030\004 \001(\0132\032.google.protobuf"
+          + ".Timestamp\032I\n\013FieldsEntry\022\013\n\003key\030\001 \001(\t\022)"
+          + "\n\005value\030\002 \001(\0132\032.google.firestore.v1.Valu"
+          + "e:\0028\001\"\256\003\n\005Value\0220\n\nnull_value\030\013 \001(\0162\032.go"
+          + "ogle.protobuf.NullValueH\000\022\027\n\rboolean_val"
+          + "ue\030\001 \001(\010H\000\022\027\n\rinteger_value\030\002 \001(\003H\000\022\026\n\014d"
+          + "ouble_value\030\003 \001(\001H\000\0225\n\017timestamp_value\030\n"
+          + " \001(\0132\032.google.protobuf.TimestampH\000\022\026\n\014st"
+          + "ring_value\030\021 \001(\tH\000\022\025\n\013bytes_value\030\022 \001(\014H"
+          + "\000\022\031\n\017reference_value\030\005 \001(\tH\000\022.\n\017geo_poin"
+          + "t_value\030\010 \001(\0132\023.google.type.LatLngH\000\0226\n\013"
+          + "array_value\030\t \001(\0132\037.google.firestore.v1."
+          + "ArrayValueH\000\0222\n\tmap_value\030\006 \001(\0132\035.google"
+          + ".firestore.v1.MapValueH\000B\014\n\nvalue_type\"8"
+          + "\n\nArrayValue\022*\n\006values\030\001 \003(\0132\032.google.fi"
+          + "restore.v1.Value\"\220\001\n\010MapValue\0229\n\006fields\030"
+          + "\001 \003(\0132).google.firestore.v1.MapValue.Fie"
+          + "ldsEntry\032I\n\013FieldsEntry\022\013\n\003key\030\001 \001(\t\022)\n\005"
+          + "value\030\002 \001(\0132\032.google.firestore.v1.Value:"
+          + "\0028\001B\305\001\n\027com.google.firestore.v1B\rDocumen"
+          + "tProtoP\001Z;cloud.google.com/go/firestore/"
+          + "apiv1/firestorepb;firestorepb\242\002\004GCFS\252\002\031G"
+          + "oogle.Cloud.Firestore.V1\312\002\031Google\\Cloud\\"
+          + "Firestore\\V1\352\002\034Google::Cloud::Firestore:"
+          + ":V1b\006proto3"
+    };
+    descriptor =
+        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
+            descriptorData,
+            new com.google.protobuf.Descriptors.FileDescriptor[] {
+              com.google.protobuf.StructProto.getDescriptor(),
+              com.google.protobuf.TimestampProto.getDescriptor(),
+              com.google.type.LatLngProto.getDescriptor(),
+            });
+    internal_static_google_firestore_v1_Document_descriptor =
+        getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_v1_Document_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_Document_descriptor,
+            new java.lang.String[] {
+              "Name", "Fields", "CreateTime", "UpdateTime",
+            });
+    internal_static_google_firestore_v1_Document_FieldsEntry_descriptor =
+        internal_static_google_firestore_v1_Document_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_v1_Document_FieldsEntry_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_Document_FieldsEntry_descriptor,
+            new java.lang.String[] {
+              "Key", "Value",
+            });
+    internal_static_google_firestore_v1_Value_descriptor = getDescriptor().getMessageTypes().get(1);
+    internal_static_google_firestore_v1_Value_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_Value_descriptor,
+            new java.lang.String[] {
+              "NullValue",
+              "BooleanValue",
+              "IntegerValue",
+              "DoubleValue",
+              "TimestampValue",
+              "StringValue",
+              "BytesValue",
+              "ReferenceValue",
+              "GeoPointValue",
+              "ArrayValue",
+              "MapValue",
+              "ValueType",
+            });
+    internal_static_google_firestore_v1_ArrayValue_descriptor =
+        getDescriptor().getMessageTypes().get(2);
+    internal_static_google_firestore_v1_ArrayValue_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_ArrayValue_descriptor,
+            new java.lang.String[] {
+              "Values",
+            });
+    internal_static_google_firestore_v1_MapValue_descriptor =
+        getDescriptor().getMessageTypes().get(3);
+    internal_static_google_firestore_v1_MapValue_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_MapValue_descriptor,
+            new java.lang.String[] {
+              "Fields",
+            });
+    internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor =
+        internal_static_google_firestore_v1_MapValue_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_v1_MapValue_FieldsEntry_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor,
+            new java.lang.String[] {
+              "Key", "Value",
+            });
+    com.google.protobuf.StructProto.getDescriptor();
+    com.google.protobuf.TimestampProto.getDescriptor();
+    com.google.type.LatLngProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemove.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemove.java
similarity index 73%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemove.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemove.java
index cb68b0534..22a11396c 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemove.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemove.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * A [Document][google.firestore.v1.Document] has been removed from the view of
  * the targets.
@@ -20,15 +37,16 @@
  *
  * Protobuf type {@code google.firestore.v1.DocumentRemove}
  */
-public final class DocumentRemove extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class DocumentRemove extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.DocumentRemove)
     DocumentRemoveOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use DocumentRemove.newBuilder() to construct.
   private DocumentRemove(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private DocumentRemove() {
     document_ = "";
     removedTargetIds_ = emptyIntList();
@@ -36,35 +54,40 @@ private DocumentRemove() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new DocumentRemove();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentRemove_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.WriteProto
+        .internal_static_google_firestore_v1_DocumentRemove_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentRemove_fieldAccessorTable
+    return com.google.firestore.v1.WriteProto
+        .internal_static_google_firestore_v1_DocumentRemove_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.DocumentRemove.class, com.google.firestore.v1.DocumentRemove.Builder.class);
+            com.google.firestore.v1.DocumentRemove.class,
+            com.google.firestore.v1.DocumentRemove.Builder.class);
   }
 
   private int bitField0_;
   public static final int DOCUMENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object document_ = "";
   /**
+   *
+   *
    * 
    * The resource name of the [Document][google.firestore.v1.Document] that has
    * gone out of view.
    * 
* * string document = 1; + * * @return The document. */ @java.lang.Override @@ -73,30 +96,30 @@ public java.lang.String getDocument() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); document_ = s; return s; } } /** + * + * *
    * The resource name of the [Document][google.firestore.v1.Document] that has
    * gone out of view.
    * 
* * string document = 1; + * * @return The bytes for document. */ @java.lang.Override - public com.google.protobuf.ByteString - getDocumentBytes() { + public com.google.protobuf.ByteString getDocumentBytes() { java.lang.Object ref = document_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); document_ = b; return b; } else { @@ -105,50 +128,61 @@ public java.lang.String getDocument() { } public static final int REMOVED_TARGET_IDS_FIELD_NUMBER = 2; + @SuppressWarnings("serial") - private com.google.protobuf.Internal.IntList removedTargetIds_ = - emptyIntList(); + private com.google.protobuf.Internal.IntList removedTargetIds_ = emptyIntList(); /** + * + * *
    * A set of target IDs for targets that previously matched this document.
    * 
* * repeated int32 removed_target_ids = 2; + * * @return A list containing the removedTargetIds. */ @java.lang.Override - public java.util.List - getRemovedTargetIdsList() { + public java.util.List getRemovedTargetIdsList() { return removedTargetIds_; } /** + * + * *
    * A set of target IDs for targets that previously matched this document.
    * 
* * repeated int32 removed_target_ids = 2; + * * @return The count of removedTargetIds. */ public int getRemovedTargetIdsCount() { return removedTargetIds_.size(); } /** + * + * *
    * A set of target IDs for targets that previously matched this document.
    * 
* * repeated int32 removed_target_ids = 2; + * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ public int getRemovedTargetIds(int index) { return removedTargetIds_.getInt(index); } + private int removedTargetIdsMemoizedSerializedSize = -1; public static final int READ_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp readTime_; /** + * + * *
    * The read timestamp at which the remove was observed.
    *
@@ -156,6 +190,7 @@ public int getRemovedTargetIds(int index) {
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -163,6 +198,8 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The read timestamp at which the remove was observed.
    *
@@ -170,6 +207,7 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return The readTime. */ @java.lang.Override @@ -177,6 +215,8 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** + * + * *
    * The read timestamp at which the remove was observed.
    *
@@ -191,6 +231,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -202,8 +243,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     getSerializedSize();
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(document_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, document_);
@@ -233,20 +273,19 @@ public int getSerializedSize() {
     {
       int dataSize = 0;
       for (int i = 0; i < removedTargetIds_.size(); i++) {
-        dataSize += com.google.protobuf.CodedOutputStream
-          .computeInt32SizeNoTag(removedTargetIds_.getInt(i));
+        dataSize +=
+            com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(
+                removedTargetIds_.getInt(i));
       }
       size += dataSize;
       if (!getRemovedTargetIdsList().isEmpty()) {
         size += 1;
-        size += com.google.protobuf.CodedOutputStream
-            .computeInt32SizeNoTag(dataSize);
+        size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
       }
       removedTargetIdsMemoizedSerializedSize = dataSize;
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(4, getReadTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getReadTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -256,21 +295,18 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.DocumentRemove)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.DocumentRemove other = (com.google.firestore.v1.DocumentRemove) obj;
 
-    if (!getDocument()
-        .equals(other.getDocument())) return false;
-    if (!getRemovedTargetIdsList()
-        .equals(other.getRemovedTargetIdsList())) return false;
+    if (!getDocument().equals(other.getDocument())) return false;
+    if (!getRemovedTargetIdsList().equals(other.getRemovedTargetIdsList())) return false;
     if (hasReadTime() != other.hasReadTime()) return false;
     if (hasReadTime()) {
-      if (!getReadTime()
-          .equals(other.getReadTime())) return false;
+      if (!getReadTime().equals(other.getReadTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -298,99 +334,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.DocumentRemove parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.DocumentRemove parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.DocumentRemove parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.DocumentRemove parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.DocumentRemove parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.DocumentRemove parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.DocumentRemove parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.DocumentRemove parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.DocumentRemove parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.DocumentRemove parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.DocumentRemove parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.DocumentRemove parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.DocumentRemove parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.DocumentRemove prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * A [Document][google.firestore.v1.Document] has been removed from the view of
    * the targets.
@@ -406,21 +447,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.DocumentRemove}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.DocumentRemove)
       com.google.firestore.v1.DocumentRemoveOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentRemove_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.WriteProto
+          .internal_static_google_firestore_v1_DocumentRemove_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentRemove_fieldAccessorTable
+      return com.google.firestore.v1.WriteProto
+          .internal_static_google_firestore_v1_DocumentRemove_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.DocumentRemove.class, com.google.firestore.v1.DocumentRemove.Builder.class);
+              com.google.firestore.v1.DocumentRemove.class,
+              com.google.firestore.v1.DocumentRemove.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.DocumentRemove.newBuilder()
@@ -428,17 +471,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getReadTimeFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -454,9 +497,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentRemove_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.WriteProto
+          .internal_static_google_firestore_v1_DocumentRemove_descriptor;
     }
 
     @java.lang.Override
@@ -475,8 +518,11 @@ public com.google.firestore.v1.DocumentRemove build() {
 
     @java.lang.Override
     public com.google.firestore.v1.DocumentRemove buildPartial() {
-      com.google.firestore.v1.DocumentRemove result = new com.google.firestore.v1.DocumentRemove(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.DocumentRemove result =
+          new com.google.firestore.v1.DocumentRemove(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -492,9 +538,7 @@ private void buildPartial0(com.google.firestore.v1.DocumentRemove result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.readTime_ = readTimeBuilder_ == null
-            ? readTime_
-            : readTimeBuilder_.build();
+        result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -504,38 +548,39 @@ private void buildPartial0(com.google.firestore.v1.DocumentRemove result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.DocumentRemove) {
-        return mergeFrom((com.google.firestore.v1.DocumentRemove)other);
+        return mergeFrom((com.google.firestore.v1.DocumentRemove) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -589,40 +634,43 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              document_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 16: {
-              int v = input.readInt32();
-              ensureRemovedTargetIdsIsMutable();
-              removedTargetIds_.addInt(v);
-              break;
-            } // case 16
-            case 18: {
-              int length = input.readRawVarint32();
-              int limit = input.pushLimit(length);
-              ensureRemovedTargetIdsIsMutable();
-              while (input.getBytesUntilLimit() > 0) {
-                removedTargetIds_.addInt(input.readInt32());
-              }
-              input.popLimit(limit);
-              break;
-            } // case 18
-            case 34: {
-              input.readMessage(
-                  getReadTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 34
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                document_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 16:
+              {
+                int v = input.readInt32();
+                ensureRemovedTargetIdsIsMutable();
+                removedTargetIds_.addInt(v);
+                break;
+              } // case 16
+            case 18:
+              {
+                int length = input.readRawVarint32();
+                int limit = input.pushLimit(length);
+                ensureRemovedTargetIdsIsMutable();
+                while (input.getBytesUntilLimit() > 0) {
+                  removedTargetIds_.addInt(input.readInt32());
+                }
+                input.popLimit(limit);
+                break;
+              } // case 18
+            case 34:
+              {
+                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 34
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -632,23 +680,26 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object document_ = "";
     /**
+     *
+     *
      * 
      * The resource name of the [Document][google.firestore.v1.Document] that has
      * gone out of view.
      * 
* * string document = 1; + * * @return The document. */ public java.lang.String getDocument() { java.lang.Object ref = document_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); document_ = s; return s; @@ -657,21 +708,22 @@ public java.lang.String getDocument() { } } /** + * + * *
      * The resource name of the [Document][google.firestore.v1.Document] that has
      * gone out of view.
      * 
* * string document = 1; + * * @return The bytes for document. */ - public com.google.protobuf.ByteString - getDocumentBytes() { + public com.google.protobuf.ByteString getDocumentBytes() { java.lang.Object ref = document_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); document_ = b; return b; } else { @@ -679,30 +731,37 @@ public java.lang.String getDocument() { } } /** + * + * *
      * The resource name of the [Document][google.firestore.v1.Document] that has
      * gone out of view.
      * 
* * string document = 1; + * * @param value The document to set. * @return This builder for chaining. */ - public Builder setDocument( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDocument(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } document_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * The resource name of the [Document][google.firestore.v1.Document] that has
      * gone out of view.
      * 
* * string document = 1; + * * @return This builder for chaining. */ public Builder clearDocument() { @@ -712,18 +771,22 @@ public Builder clearDocument() { return this; } /** + * + * *
      * The resource name of the [Document][google.firestore.v1.Document] that has
      * gone out of view.
      * 
* * string document = 1; + * * @param value The bytes for document to set. * @return This builder for chaining. */ - public Builder setDocumentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDocumentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); document_ = value; bitField0_ |= 0x00000001; @@ -732,6 +795,7 @@ public Builder setDocumentBytes( } private com.google.protobuf.Internal.IntList removedTargetIds_ = emptyIntList(); + private void ensureRemovedTargetIdsIsMutable() { if (!removedTargetIds_.isModifiable()) { removedTargetIds_ = makeMutableCopy(removedTargetIds_); @@ -739,35 +803,43 @@ private void ensureRemovedTargetIdsIsMutable() { bitField0_ |= 0x00000002; } /** + * + * *
      * A set of target IDs for targets that previously matched this document.
      * 
* * repeated int32 removed_target_ids = 2; + * * @return A list containing the removedTargetIds. */ - public java.util.List - getRemovedTargetIdsList() { + public java.util.List getRemovedTargetIdsList() { removedTargetIds_.makeImmutable(); return removedTargetIds_; } /** + * + * *
      * A set of target IDs for targets that previously matched this document.
      * 
* * repeated int32 removed_target_ids = 2; + * * @return The count of removedTargetIds. */ public int getRemovedTargetIdsCount() { return removedTargetIds_.size(); } /** + * + * *
      * A set of target IDs for targets that previously matched this document.
      * 
* * repeated int32 removed_target_ids = 2; + * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ @@ -775,17 +847,19 @@ public int getRemovedTargetIds(int index) { return removedTargetIds_.getInt(index); } /** + * + * *
      * A set of target IDs for targets that previously matched this document.
      * 
* * repeated int32 removed_target_ids = 2; + * * @param index The index to set the value at. * @param value The removedTargetIds to set. * @return This builder for chaining. */ - public Builder setRemovedTargetIds( - int index, int value) { + public Builder setRemovedTargetIds(int index, int value) { ensureRemovedTargetIdsIsMutable(); removedTargetIds_.setInt(index, value); @@ -794,11 +868,14 @@ public Builder setRemovedTargetIds( return this; } /** + * + * *
      * A set of target IDs for targets that previously matched this document.
      * 
* * repeated int32 removed_target_ids = 2; + * * @param value The removedTargetIds to add. * @return This builder for chaining. */ @@ -811,29 +888,33 @@ public Builder addRemovedTargetIds(int value) { return this; } /** + * + * *
      * A set of target IDs for targets that previously matched this document.
      * 
* * repeated int32 removed_target_ids = 2; + * * @param values The removedTargetIds to add. * @return This builder for chaining. */ - public Builder addAllRemovedTargetIds( - java.lang.Iterable values) { + public Builder addAllRemovedTargetIds(java.lang.Iterable values) { ensureRemovedTargetIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, removedTargetIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, removedTargetIds_); bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * A set of target IDs for targets that previously matched this document.
      * 
* * repeated int32 removed_target_ids = 2; + * * @return This builder for chaining. */ public Builder clearRemovedTargetIds() { @@ -845,8 +926,13 @@ public Builder clearRemovedTargetIds() { private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + readTimeBuilder_; /** + * + * *
      * The read timestamp at which the remove was observed.
      *
@@ -854,12 +940,15 @@ public Builder clearRemovedTargetIds() {
      * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * The read timestamp at which the remove was observed.
      *
@@ -867,6 +956,7 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -877,6 +967,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * The read timestamp at which the remove was observed.
      *
@@ -899,6 +991,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The read timestamp at which the remove was observed.
      *
@@ -907,8 +1001,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 4;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         readTime_ = builderForValue.build();
       } else {
@@ -919,6 +1012,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The read timestamp at which the remove was observed.
      *
@@ -929,9 +1024,9 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0) &&
-          readTime_ != null &&
-          readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0)
+            && readTime_ != null
+            && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getReadTimeBuilder().mergeFrom(value);
         } else {
           readTime_ = value;
@@ -946,6 +1041,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The read timestamp at which the remove was observed.
      *
@@ -965,6 +1062,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The read timestamp at which the remove was observed.
      *
@@ -979,6 +1078,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The read timestamp at which the remove was observed.
      *
@@ -991,11 +1092,12 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (readTimeBuilder_ != null) {
         return readTimeBuilder_.getMessageOrBuilder();
       } else {
-        return readTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
+        return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The read timestamp at which the remove was observed.
      *
@@ -1005,21 +1107,24 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getReadTime(),
-                getParentForChildren(),
-                isClean());
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getReadTime(), getParentForChildren(), isClean());
         readTime_ = null;
       }
       return readTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1029,12 +1134,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.DocumentRemove)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentRemove)
   private static final com.google.firestore.v1.DocumentRemove DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.DocumentRemove();
   }
@@ -1043,27 +1148,27 @@ public static com.google.firestore.v1.DocumentRemove getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public DocumentRemove parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public DocumentRemove parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1078,6 +1183,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.DocumentRemove getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemoveOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemoveOrBuilder.java
similarity index 75%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemoveOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemoveOrBuilder.java
index f7025a23c..e541eb5a0 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemoveOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentRemoveOrBuilder.java
@@ -1,65 +1,97 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface DocumentRemoveOrBuilder extends
+public interface DocumentRemoveOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.DocumentRemove)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The resource name of the [Document][google.firestore.v1.Document] that has
    * gone out of view.
    * 
* * string document = 1; + * * @return The document. */ java.lang.String getDocument(); /** + * + * *
    * The resource name of the [Document][google.firestore.v1.Document] that has
    * gone out of view.
    * 
* * string document = 1; + * * @return The bytes for document. */ - com.google.protobuf.ByteString - getDocumentBytes(); + com.google.protobuf.ByteString getDocumentBytes(); /** + * + * *
    * A set of target IDs for targets that previously matched this document.
    * 
* * repeated int32 removed_target_ids = 2; + * * @return A list containing the removedTargetIds. */ java.util.List getRemovedTargetIdsList(); /** + * + * *
    * A set of target IDs for targets that previously matched this document.
    * 
* * repeated int32 removed_target_ids = 2; + * * @return The count of removedTargetIds. */ int getRemovedTargetIdsCount(); /** + * + * *
    * A set of target IDs for targets that previously matched this document.
    * 
* * repeated int32 removed_target_ids = 2; + * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ int getRemovedTargetIds(int index); /** + * + * *
    * The read timestamp at which the remove was observed.
    *
@@ -67,10 +99,13 @@ public interface DocumentRemoveOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * The read timestamp at which the remove was observed.
    *
@@ -78,10 +113,13 @@ public interface DocumentRemoveOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * The read timestamp at which the remove was observed.
    *
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransform.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransform.java
similarity index 80%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransform.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransform.java
index aae3f9803..35b0fc9b0 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransform.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransform.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
@@ -5,21 +20,24 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * A transformation of a document.
  * 
* * Protobuf type {@code google.firestore.v1.DocumentTransform} */ -public final class DocumentTransform extends - com.google.protobuf.GeneratedMessageV3 implements +public final class DocumentTransform extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.DocumentTransform) DocumentTransformOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use DocumentTransform.newBuilder() to construct. private DocumentTransform(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private DocumentTransform() { document_ = ""; fieldTransforms_ = java.util.Collections.emptyList(); @@ -27,29 +45,33 @@ private DocumentTransform() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new DocumentTransform(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_DocumentTransform_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_fieldAccessorTable + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_DocumentTransform_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.DocumentTransform.class, com.google.firestore.v1.DocumentTransform.Builder.class); + com.google.firestore.v1.DocumentTransform.class, + com.google.firestore.v1.DocumentTransform.Builder.class); } - public interface FieldTransformOrBuilder extends + public interface FieldTransformOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.DocumentTransform.FieldTransform) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * The path of the field. See
      * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -57,10 +79,13 @@ public interface FieldTransformOrBuilder extends
      * 
* * string field_path = 1; + * * @return The fieldPath. */ java.lang.String getFieldPath(); /** + * + * *
      * The path of the field. See
      * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -68,40 +93,57 @@ public interface FieldTransformOrBuilder extends
      * 
* * string field_path = 1; + * * @return The bytes for fieldPath. */ - com.google.protobuf.ByteString - getFieldPathBytes(); + com.google.protobuf.ByteString getFieldPathBytes(); /** + * + * *
      * Sets the field to the given server value.
      * 
* - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * * @return Whether the setToServerValue field is set. */ boolean hasSetToServerValue(); /** + * + * *
      * Sets the field to the given server value.
      * 
* - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * * @return The enum numeric value on the wire for setToServerValue. */ int getSetToServerValueValue(); /** + * + * *
      * Sets the field to the given server value.
      * 
* - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * * @return The setToServerValue. */ com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue getSetToServerValue(); /** + * + * *
      * Adds the given value to the field's current value.
      *
@@ -116,10 +158,13 @@ public interface FieldTransformOrBuilder extends
      * 
* * .google.firestore.v1.Value increment = 3; + * * @return Whether the increment field is set. */ boolean hasIncrement(); /** + * + * *
      * Adds the given value to the field's current value.
      *
@@ -134,10 +179,13 @@ public interface FieldTransformOrBuilder extends
      * 
* * .google.firestore.v1.Value increment = 3; + * * @return The increment. */ com.google.firestore.v1.Value getIncrement(); /** + * + * *
      * Adds the given value to the field's current value.
      *
@@ -156,6 +204,8 @@ public interface FieldTransformOrBuilder extends
     com.google.firestore.v1.ValueOrBuilder getIncrementOrBuilder();
 
     /**
+     *
+     *
      * 
      * Sets the field to the maximum of its current value and the given value.
      *
@@ -172,10 +222,13 @@ public interface FieldTransformOrBuilder extends
      * 
* * .google.firestore.v1.Value maximum = 4; + * * @return Whether the maximum field is set. */ boolean hasMaximum(); /** + * + * *
      * Sets the field to the maximum of its current value and the given value.
      *
@@ -192,10 +245,13 @@ public interface FieldTransformOrBuilder extends
      * 
* * .google.firestore.v1.Value maximum = 4; + * * @return The maximum. */ com.google.firestore.v1.Value getMaximum(); /** + * + * *
      * Sets the field to the maximum of its current value and the given value.
      *
@@ -216,6 +272,8 @@ public interface FieldTransformOrBuilder extends
     com.google.firestore.v1.ValueOrBuilder getMaximumOrBuilder();
 
     /**
+     *
+     *
      * 
      * Sets the field to the minimum of its current value and the given value.
      *
@@ -232,10 +290,13 @@ public interface FieldTransformOrBuilder extends
      * 
* * .google.firestore.v1.Value minimum = 5; + * * @return Whether the minimum field is set. */ boolean hasMinimum(); /** + * + * *
      * Sets the field to the minimum of its current value and the given value.
      *
@@ -252,10 +313,13 @@ public interface FieldTransformOrBuilder extends
      * 
* * .google.firestore.v1.Value minimum = 5; + * * @return The minimum. */ com.google.firestore.v1.Value getMinimum(); /** + * + * *
      * Sets the field to the minimum of its current value and the given value.
      *
@@ -276,6 +340,8 @@ public interface FieldTransformOrBuilder extends
     com.google.firestore.v1.ValueOrBuilder getMinimumOrBuilder();
 
     /**
+     *
+     *
      * 
      * Append the given elements in order if they are not already present in
      * the current field value.
@@ -292,10 +358,13 @@ public interface FieldTransformOrBuilder extends
      * 
* * .google.firestore.v1.ArrayValue append_missing_elements = 6; + * * @return Whether the appendMissingElements field is set. */ boolean hasAppendMissingElements(); /** + * + * *
      * Append the given elements in order if they are not already present in
      * the current field value.
@@ -312,10 +381,13 @@ public interface FieldTransformOrBuilder extends
      * 
* * .google.firestore.v1.ArrayValue append_missing_elements = 6; + * * @return The appendMissingElements. */ com.google.firestore.v1.ArrayValue getAppendMissingElements(); /** + * + * *
      * Append the given elements in order if they are not already present in
      * the current field value.
@@ -336,6 +408,8 @@ public interface FieldTransformOrBuilder extends
     com.google.firestore.v1.ArrayValueOrBuilder getAppendMissingElementsOrBuilder();
 
     /**
+     *
+     *
      * 
      * Remove all of the given elements from the array in the field.
      * If the field is not an array, or if the field does not yet exist, it is
@@ -350,10 +424,13 @@ public interface FieldTransformOrBuilder extends
      * 
* * .google.firestore.v1.ArrayValue remove_all_from_array = 7; + * * @return Whether the removeAllFromArray field is set. */ boolean hasRemoveAllFromArray(); /** + * + * *
      * Remove all of the given elements from the array in the field.
      * If the field is not an array, or if the field does not yet exist, it is
@@ -368,10 +445,13 @@ public interface FieldTransformOrBuilder extends
      * 
* * .google.firestore.v1.ArrayValue remove_all_from_array = 7; + * * @return The removeAllFromArray. */ com.google.firestore.v1.ArrayValue getRemoveAllFromArray(); /** + * + * *
      * Remove all of the given elements from the array in the field.
      * If the field is not an array, or if the field does not yet exist, it is
@@ -389,58 +469,66 @@ public interface FieldTransformOrBuilder extends
      */
     com.google.firestore.v1.ArrayValueOrBuilder getRemoveAllFromArrayOrBuilder();
 
-    com.google.firestore.v1.DocumentTransform.FieldTransform.TransformTypeCase getTransformTypeCase();
+    com.google.firestore.v1.DocumentTransform.FieldTransform.TransformTypeCase
+        getTransformTypeCase();
   }
   /**
+   *
+   *
    * 
    * A transformation of a field of the document.
    * 
* * Protobuf type {@code google.firestore.v1.DocumentTransform.FieldTransform} */ - public static final class FieldTransform extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class FieldTransform extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.DocumentTransform.FieldTransform) FieldTransformOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use FieldTransform.newBuilder() to construct. private FieldTransform(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private FieldTransform() { fieldPath_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new FieldTransform(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_FieldTransform_fieldAccessorTable + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_DocumentTransform_FieldTransform_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.DocumentTransform.FieldTransform.class, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder.class); + com.google.firestore.v1.DocumentTransform.FieldTransform.class, + com.google.firestore.v1.DocumentTransform.FieldTransform.Builder.class); } /** + * + * *
      * A value that is calculated by the server.
      * 
* * Protobuf enum {@code google.firestore.v1.DocumentTransform.FieldTransform.ServerValue} */ - public enum ServerValue - implements com.google.protobuf.ProtocolMessageEnum { + public enum ServerValue implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
        * Unspecified. This value must not be used.
        * 
@@ -449,6 +537,8 @@ public enum ServerValue */ SERVER_VALUE_UNSPECIFIED(0), /** + * + * *
        * The time at which the server processed the request, with millisecond
        * precision. If used on multiple fields (same or different documents) in
@@ -462,6 +552,8 @@ public enum ServerValue
       ;
 
       /**
+       *
+       *
        * 
        * Unspecified. This value must not be used.
        * 
@@ -470,6 +562,8 @@ public enum ServerValue */ public static final int SERVER_VALUE_UNSPECIFIED_VALUE = 0; /** + * + * *
        * The time at which the server processed the request, with millisecond
        * precision. If used on multiple fields (same or different documents) in
@@ -480,7 +574,6 @@ public enum ServerValue
        */
       public static final int REQUEST_TIME_VALUE = 1;
 
-
       public final int getNumber() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalArgumentException(
@@ -505,48 +598,49 @@ public static ServerValue valueOf(int value) {
        */
       public static ServerValue forNumber(int value) {
         switch (value) {
-          case 0: return SERVER_VALUE_UNSPECIFIED;
-          case 1: return REQUEST_TIME;
-          default: return null;
+          case 0:
+            return SERVER_VALUE_UNSPECIFIED;
+          case 1:
+            return REQUEST_TIME;
+          default:
+            return null;
         }
       }
 
-      public static com.google.protobuf.Internal.EnumLiteMap
-          internalGetValueMap() {
+      public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
         return internalValueMap;
       }
-      private static final com.google.protobuf.Internal.EnumLiteMap<
-          ServerValue> internalValueMap =
-            new com.google.protobuf.Internal.EnumLiteMap() {
-              public ServerValue findValueByNumber(int number) {
-                return ServerValue.forNumber(number);
-              }
-            };
 
-      public final com.google.protobuf.Descriptors.EnumValueDescriptor
-          getValueDescriptor() {
+      private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public ServerValue findValueByNumber(int number) {
+              return ServerValue.forNumber(number);
+            }
+          };
+
+      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalStateException(
               "Can't get the descriptor of an unrecognized enum value.");
         }
         return getDescriptor().getValues().get(ordinal());
       }
-      public final com.google.protobuf.Descriptors.EnumDescriptor
-          getDescriptorForType() {
+
+      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
         return getDescriptor();
       }
-      public static final com.google.protobuf.Descriptors.EnumDescriptor
-          getDescriptor() {
-        return com.google.firestore.v1.DocumentTransform.FieldTransform.getDescriptor().getEnumTypes().get(0);
+
+      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+        return com.google.firestore.v1.DocumentTransform.FieldTransform.getDescriptor()
+            .getEnumTypes()
+            .get(0);
       }
 
       private static final ServerValue[] VALUES = values();
 
-      public static ServerValue valueOf(
-          com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+      public static ServerValue valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
         if (desc.getType() != getDescriptor()) {
-          throw new java.lang.IllegalArgumentException(
-            "EnumValueDescriptor is not for this type.");
+          throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
         }
         if (desc.getIndex() == -1) {
           return UNRECOGNIZED;
@@ -564,10 +658,13 @@ private ServerValue(int value) {
     }
 
     private int transformTypeCase_ = 0;
+
     @SuppressWarnings("serial")
     private java.lang.Object transformType_;
+
     public enum TransformTypeCase
-        implements com.google.protobuf.Internal.EnumLite,
+        implements
+            com.google.protobuf.Internal.EnumLite,
             com.google.protobuf.AbstractMessage.InternalOneOfEnum {
       SET_TO_SERVER_VALUE(2),
       INCREMENT(3),
@@ -577,6 +674,7 @@ public enum TransformTypeCase
       REMOVE_ALL_FROM_ARRAY(7),
       TRANSFORMTYPE_NOT_SET(0);
       private final int value;
+
       private TransformTypeCase(int value) {
         this.value = value;
       }
@@ -592,31 +690,41 @@ public static TransformTypeCase valueOf(int value) {
 
       public static TransformTypeCase forNumber(int value) {
         switch (value) {
-          case 2: return SET_TO_SERVER_VALUE;
-          case 3: return INCREMENT;
-          case 4: return MAXIMUM;
-          case 5: return MINIMUM;
-          case 6: return APPEND_MISSING_ELEMENTS;
-          case 7: return REMOVE_ALL_FROM_ARRAY;
-          case 0: return TRANSFORMTYPE_NOT_SET;
-          default: return null;
+          case 2:
+            return SET_TO_SERVER_VALUE;
+          case 3:
+            return INCREMENT;
+          case 4:
+            return MAXIMUM;
+          case 5:
+            return MINIMUM;
+          case 6:
+            return APPEND_MISSING_ELEMENTS;
+          case 7:
+            return REMOVE_ALL_FROM_ARRAY;
+          case 0:
+            return TRANSFORMTYPE_NOT_SET;
+          default:
+            return null;
         }
       }
+
       public int getNumber() {
         return this.value;
       }
     };
 
-    public TransformTypeCase
-    getTransformTypeCase() {
-      return TransformTypeCase.forNumber(
-          transformTypeCase_);
+    public TransformTypeCase getTransformTypeCase() {
+      return TransformTypeCase.forNumber(transformTypeCase_);
     }
 
     public static final int FIELD_PATH_FIELD_NUMBER = 1;
+
     @SuppressWarnings("serial")
     private volatile java.lang.Object fieldPath_ = "";
     /**
+     *
+     *
      * 
      * The path of the field. See
      * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -624,6 +732,7 @@ public int getNumber() {
      * 
* * string field_path = 1; + * * @return The fieldPath. */ @java.lang.Override @@ -632,14 +741,15 @@ public java.lang.String getFieldPath() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldPath_ = s; return s; } } /** + * + * *
      * The path of the field. See
      * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -647,16 +757,15 @@ public java.lang.String getFieldPath() {
      * 
* * string field_path = 1; + * * @return The bytes for fieldPath. */ @java.lang.Override - public com.google.protobuf.ByteString - getFieldPathBytes() { + public com.google.protobuf.ByteString getFieldPathBytes() { java.lang.Object ref = fieldPath_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); fieldPath_ = b; return b; } else { @@ -666,22 +775,32 @@ public java.lang.String getFieldPath() { public static final int SET_TO_SERVER_VALUE_FIELD_NUMBER = 2; /** + * + * *
      * Sets the field to the given server value.
      * 
* - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * * @return Whether the setToServerValue field is set. */ public boolean hasSetToServerValue() { return transformTypeCase_ == 2; } /** + * + * *
      * Sets the field to the given server value.
      * 
* - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * * @return The enum numeric value on the wire for setToServerValue. */ public int getSetToServerValueValue() { @@ -691,24 +810,36 @@ public int getSetToServerValueValue() { return 0; } /** + * + * *
      * Sets the field to the given server value.
      * 
* - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * * @return The setToServerValue. */ - public com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue getSetToServerValue() { + public com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue + getSetToServerValue() { if (transformTypeCase_ == 2) { - com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue result = com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.forNumber( - (java.lang.Integer) transformType_); - return result == null ? com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.UNRECOGNIZED : result; - } - return com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.SERVER_VALUE_UNSPECIFIED; + com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue result = + com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.forNumber( + (java.lang.Integer) transformType_); + return result == null + ? com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.UNRECOGNIZED + : result; + } + return com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue + .SERVER_VALUE_UNSPECIFIED; } public static final int INCREMENT_FIELD_NUMBER = 3; /** + * + * *
      * Adds the given value to the field's current value.
      *
@@ -723,6 +854,7 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue getS
      * 
* * .google.firestore.v1.Value increment = 3; + * * @return Whether the increment field is set. */ @java.lang.Override @@ -730,6 +862,8 @@ public boolean hasIncrement() { return transformTypeCase_ == 3; } /** + * + * *
      * Adds the given value to the field's current value.
      *
@@ -744,16 +878,19 @@ public boolean hasIncrement() {
      * 
* * .google.firestore.v1.Value increment = 3; + * * @return The increment. */ @java.lang.Override public com.google.firestore.v1.Value getIncrement() { if (transformTypeCase_ == 3) { - return (com.google.firestore.v1.Value) transformType_; + return (com.google.firestore.v1.Value) transformType_; } return com.google.firestore.v1.Value.getDefaultInstance(); } /** + * + * *
      * Adds the given value to the field's current value.
      *
@@ -772,13 +909,15 @@ public com.google.firestore.v1.Value getIncrement() {
     @java.lang.Override
     public com.google.firestore.v1.ValueOrBuilder getIncrementOrBuilder() {
       if (transformTypeCase_ == 3) {
-         return (com.google.firestore.v1.Value) transformType_;
+        return (com.google.firestore.v1.Value) transformType_;
       }
       return com.google.firestore.v1.Value.getDefaultInstance();
     }
 
     public static final int MAXIMUM_FIELD_NUMBER = 4;
     /**
+     *
+     *
      * 
      * Sets the field to the maximum of its current value and the given value.
      *
@@ -795,6 +934,7 @@ public com.google.firestore.v1.ValueOrBuilder getIncrementOrBuilder() {
      * 
* * .google.firestore.v1.Value maximum = 4; + * * @return Whether the maximum field is set. */ @java.lang.Override @@ -802,6 +942,8 @@ public boolean hasMaximum() { return transformTypeCase_ == 4; } /** + * + * *
      * Sets the field to the maximum of its current value and the given value.
      *
@@ -818,16 +960,19 @@ public boolean hasMaximum() {
      * 
* * .google.firestore.v1.Value maximum = 4; + * * @return The maximum. */ @java.lang.Override public com.google.firestore.v1.Value getMaximum() { if (transformTypeCase_ == 4) { - return (com.google.firestore.v1.Value) transformType_; + return (com.google.firestore.v1.Value) transformType_; } return com.google.firestore.v1.Value.getDefaultInstance(); } /** + * + * *
      * Sets the field to the maximum of its current value and the given value.
      *
@@ -848,13 +993,15 @@ public com.google.firestore.v1.Value getMaximum() {
     @java.lang.Override
     public com.google.firestore.v1.ValueOrBuilder getMaximumOrBuilder() {
       if (transformTypeCase_ == 4) {
-         return (com.google.firestore.v1.Value) transformType_;
+        return (com.google.firestore.v1.Value) transformType_;
       }
       return com.google.firestore.v1.Value.getDefaultInstance();
     }
 
     public static final int MINIMUM_FIELD_NUMBER = 5;
     /**
+     *
+     *
      * 
      * Sets the field to the minimum of its current value and the given value.
      *
@@ -871,6 +1018,7 @@ public com.google.firestore.v1.ValueOrBuilder getMaximumOrBuilder() {
      * 
* * .google.firestore.v1.Value minimum = 5; + * * @return Whether the minimum field is set. */ @java.lang.Override @@ -878,6 +1026,8 @@ public boolean hasMinimum() { return transformTypeCase_ == 5; } /** + * + * *
      * Sets the field to the minimum of its current value and the given value.
      *
@@ -894,16 +1044,19 @@ public boolean hasMinimum() {
      * 
* * .google.firestore.v1.Value minimum = 5; + * * @return The minimum. */ @java.lang.Override public com.google.firestore.v1.Value getMinimum() { if (transformTypeCase_ == 5) { - return (com.google.firestore.v1.Value) transformType_; + return (com.google.firestore.v1.Value) transformType_; } return com.google.firestore.v1.Value.getDefaultInstance(); } /** + * + * *
      * Sets the field to the minimum of its current value and the given value.
      *
@@ -924,13 +1077,15 @@ public com.google.firestore.v1.Value getMinimum() {
     @java.lang.Override
     public com.google.firestore.v1.ValueOrBuilder getMinimumOrBuilder() {
       if (transformTypeCase_ == 5) {
-         return (com.google.firestore.v1.Value) transformType_;
+        return (com.google.firestore.v1.Value) transformType_;
       }
       return com.google.firestore.v1.Value.getDefaultInstance();
     }
 
     public static final int APPEND_MISSING_ELEMENTS_FIELD_NUMBER = 6;
     /**
+     *
+     *
      * 
      * Append the given elements in order if they are not already present in
      * the current field value.
@@ -947,6 +1102,7 @@ public com.google.firestore.v1.ValueOrBuilder getMinimumOrBuilder() {
      * 
* * .google.firestore.v1.ArrayValue append_missing_elements = 6; + * * @return Whether the appendMissingElements field is set. */ @java.lang.Override @@ -954,6 +1110,8 @@ public boolean hasAppendMissingElements() { return transformTypeCase_ == 6; } /** + * + * *
      * Append the given elements in order if they are not already present in
      * the current field value.
@@ -970,16 +1128,19 @@ public boolean hasAppendMissingElements() {
      * 
* * .google.firestore.v1.ArrayValue append_missing_elements = 6; + * * @return The appendMissingElements. */ @java.lang.Override public com.google.firestore.v1.ArrayValue getAppendMissingElements() { if (transformTypeCase_ == 6) { - return (com.google.firestore.v1.ArrayValue) transformType_; + return (com.google.firestore.v1.ArrayValue) transformType_; } return com.google.firestore.v1.ArrayValue.getDefaultInstance(); } /** + * + * *
      * Append the given elements in order if they are not already present in
      * the current field value.
@@ -1000,13 +1161,15 @@ public com.google.firestore.v1.ArrayValue getAppendMissingElements() {
     @java.lang.Override
     public com.google.firestore.v1.ArrayValueOrBuilder getAppendMissingElementsOrBuilder() {
       if (transformTypeCase_ == 6) {
-         return (com.google.firestore.v1.ArrayValue) transformType_;
+        return (com.google.firestore.v1.ArrayValue) transformType_;
       }
       return com.google.firestore.v1.ArrayValue.getDefaultInstance();
     }
 
     public static final int REMOVE_ALL_FROM_ARRAY_FIELD_NUMBER = 7;
     /**
+     *
+     *
      * 
      * Remove all of the given elements from the array in the field.
      * If the field is not an array, or if the field does not yet exist, it is
@@ -1021,6 +1184,7 @@ public com.google.firestore.v1.ArrayValueOrBuilder getAppendMissingElementsOrBui
      * 
* * .google.firestore.v1.ArrayValue remove_all_from_array = 7; + * * @return Whether the removeAllFromArray field is set. */ @java.lang.Override @@ -1028,6 +1192,8 @@ public boolean hasRemoveAllFromArray() { return transformTypeCase_ == 7; } /** + * + * *
      * Remove all of the given elements from the array in the field.
      * If the field is not an array, or if the field does not yet exist, it is
@@ -1042,16 +1208,19 @@ public boolean hasRemoveAllFromArray() {
      * 
* * .google.firestore.v1.ArrayValue remove_all_from_array = 7; + * * @return The removeAllFromArray. */ @java.lang.Override public com.google.firestore.v1.ArrayValue getRemoveAllFromArray() { if (transformTypeCase_ == 7) { - return (com.google.firestore.v1.ArrayValue) transformType_; + return (com.google.firestore.v1.ArrayValue) transformType_; } return com.google.firestore.v1.ArrayValue.getDefaultInstance(); } /** + * + * *
      * Remove all of the given elements from the array in the field.
      * If the field is not an array, or if the field does not yet exist, it is
@@ -1070,12 +1239,13 @@ public com.google.firestore.v1.ArrayValue getRemoveAllFromArray() {
     @java.lang.Override
     public com.google.firestore.v1.ArrayValueOrBuilder getRemoveAllFromArrayOrBuilder() {
       if (transformTypeCase_ == 7) {
-         return (com.google.firestore.v1.ArrayValue) transformType_;
+        return (com.google.firestore.v1.ArrayValue) transformType_;
       }
       return com.google.firestore.v1.ArrayValue.getDefaultInstance();
     }
 
     private byte memoizedIsInitialized = -1;
+
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -1087,8 +1257,7 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output)
-                        throws java.io.IOException {
+    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
       if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fieldPath_)) {
         com.google.protobuf.GeneratedMessageV3.writeString(output, 1, fieldPath_);
       }
@@ -1123,28 +1292,34 @@ public int getSerializedSize() {
         size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, fieldPath_);
       }
       if (transformTypeCase_ == 2) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeEnumSize(2, ((java.lang.Integer) transformType_));
+        size +=
+            com.google.protobuf.CodedOutputStream.computeEnumSize(
+                2, ((java.lang.Integer) transformType_));
       }
       if (transformTypeCase_ == 3) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(3, (com.google.firestore.v1.Value) transformType_);
+        size +=
+            com.google.protobuf.CodedOutputStream.computeMessageSize(
+                3, (com.google.firestore.v1.Value) transformType_);
       }
       if (transformTypeCase_ == 4) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(4, (com.google.firestore.v1.Value) transformType_);
+        size +=
+            com.google.protobuf.CodedOutputStream.computeMessageSize(
+                4, (com.google.firestore.v1.Value) transformType_);
       }
       if (transformTypeCase_ == 5) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(5, (com.google.firestore.v1.Value) transformType_);
+        size +=
+            com.google.protobuf.CodedOutputStream.computeMessageSize(
+                5, (com.google.firestore.v1.Value) transformType_);
       }
       if (transformTypeCase_ == 6) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(6, (com.google.firestore.v1.ArrayValue) transformType_);
+        size +=
+            com.google.protobuf.CodedOutputStream.computeMessageSize(
+                6, (com.google.firestore.v1.ArrayValue) transformType_);
       }
       if (transformTypeCase_ == 7) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(7, (com.google.firestore.v1.ArrayValue) transformType_);
+        size +=
+            com.google.protobuf.CodedOutputStream.computeMessageSize(
+                7, (com.google.firestore.v1.ArrayValue) transformType_);
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -1154,40 +1329,34 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-       return true;
+        return true;
       }
       if (!(obj instanceof com.google.firestore.v1.DocumentTransform.FieldTransform)) {
         return super.equals(obj);
       }
-      com.google.firestore.v1.DocumentTransform.FieldTransform other = (com.google.firestore.v1.DocumentTransform.FieldTransform) obj;
+      com.google.firestore.v1.DocumentTransform.FieldTransform other =
+          (com.google.firestore.v1.DocumentTransform.FieldTransform) obj;
 
-      if (!getFieldPath()
-          .equals(other.getFieldPath())) return false;
+      if (!getFieldPath().equals(other.getFieldPath())) return false;
       if (!getTransformTypeCase().equals(other.getTransformTypeCase())) return false;
       switch (transformTypeCase_) {
         case 2:
-          if (getSetToServerValueValue()
-              != other.getSetToServerValueValue()) return false;
+          if (getSetToServerValueValue() != other.getSetToServerValueValue()) return false;
           break;
         case 3:
-          if (!getIncrement()
-              .equals(other.getIncrement())) return false;
+          if (!getIncrement().equals(other.getIncrement())) return false;
           break;
         case 4:
-          if (!getMaximum()
-              .equals(other.getMaximum())) return false;
+          if (!getMaximum().equals(other.getMaximum())) return false;
           break;
         case 5:
-          if (!getMinimum()
-              .equals(other.getMinimum())) return false;
+          if (!getMinimum().equals(other.getMinimum())) return false;
           break;
         case 6:
-          if (!getAppendMissingElements()
-              .equals(other.getAppendMissingElements())) return false;
+          if (!getAppendMissingElements().equals(other.getAppendMissingElements())) return false;
           break;
         case 7:
-          if (!getRemoveAllFromArray()
-              .equals(other.getRemoveAllFromArray())) return false;
+          if (!getRemoveAllFromArray().equals(other.getRemoveAllFromArray())) return false;
           break;
         case 0:
         default:
@@ -1239,89 +1408,94 @@ public int hashCode() {
     }
 
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
-        java.nio.ByteBuffer data)
-        throws com.google.protobuf.InvalidProtocolBufferException {
+        java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
-        java.nio.ByteBuffer data,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
+
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
+
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
-        byte[] data,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-    public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(java.io.InputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input);
+
+    public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
+        java.io.InputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
     }
+
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
-        java.io.InputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+          PARSER, input, extensionRegistry);
     }
 
-    public static com.google.firestore.v1.DocumentTransform.FieldTransform parseDelimitedFrom(java.io.InputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseDelimitedWithIOException(PARSER, input);
+    public static com.google.firestore.v1.DocumentTransform.FieldTransform parseDelimitedFrom(
+        java.io.InputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
     }
 
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseDelimitedFrom(
-        java.io.InputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+          PARSER, input, extensionRegistry);
     }
+
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
-        com.google.protobuf.CodedInputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
     }
+
     public static com.google.firestore.v1.DocumentTransform.FieldTransform parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+          PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() { return newBuilder(); }
+    public Builder newBuilderForType() {
+      return newBuilder();
+    }
+
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
-    public static Builder newBuilder(com.google.firestore.v1.DocumentTransform.FieldTransform prototype) {
+
+    public static Builder newBuilder(
+        com.google.firestore.v1.DocumentTransform.FieldTransform prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
+
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE
-          ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -1331,39 +1505,41 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
+     *
+     *
      * 
      * A transformation of a field of the document.
      * 
* * Protobuf type {@code google.firestore.v1.DocumentTransform.FieldTransform} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.DocumentTransform.FieldTransform) com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_FieldTransform_fieldAccessorTable + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_DocumentTransform_FieldTransform_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.DocumentTransform.FieldTransform.class, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder.class); + com.google.firestore.v1.DocumentTransform.FieldTransform.class, + com.google.firestore.v1.DocumentTransform.FieldTransform.Builder.class); } // Construct using com.google.firestore.v1.DocumentTransform.FieldTransform.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -1390,9 +1566,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor; } @java.lang.Override @@ -1411,8 +1587,11 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform build() { @java.lang.Override public com.google.firestore.v1.DocumentTransform.FieldTransform buildPartial() { - com.google.firestore.v1.DocumentTransform.FieldTransform result = new com.google.firestore.v1.DocumentTransform.FieldTransform(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.DocumentTransform.FieldTransform result = + new com.google.firestore.v1.DocumentTransform.FieldTransform(this); + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; @@ -1425,27 +1604,23 @@ private void buildPartial0(com.google.firestore.v1.DocumentTransform.FieldTransf } } - private void buildPartialOneofs(com.google.firestore.v1.DocumentTransform.FieldTransform result) { + private void buildPartialOneofs( + com.google.firestore.v1.DocumentTransform.FieldTransform result) { result.transformTypeCase_ = transformTypeCase_; result.transformType_ = this.transformType_; - if (transformTypeCase_ == 3 && - incrementBuilder_ != null) { + if (transformTypeCase_ == 3 && incrementBuilder_ != null) { result.transformType_ = incrementBuilder_.build(); } - if (transformTypeCase_ == 4 && - maximumBuilder_ != null) { + if (transformTypeCase_ == 4 && maximumBuilder_ != null) { result.transformType_ = maximumBuilder_.build(); } - if (transformTypeCase_ == 5 && - minimumBuilder_ != null) { + if (transformTypeCase_ == 5 && minimumBuilder_ != null) { result.transformType_ = minimumBuilder_.build(); } - if (transformTypeCase_ == 6 && - appendMissingElementsBuilder_ != null) { + if (transformTypeCase_ == 6 && appendMissingElementsBuilder_ != null) { result.transformType_ = appendMissingElementsBuilder_.build(); } - if (transformTypeCase_ == 7 && - removeAllFromArrayBuilder_ != null) { + if (transformTypeCase_ == 7 && removeAllFromArrayBuilder_ != null) { result.transformType_ = removeAllFromArrayBuilder_.build(); } } @@ -1454,38 +1629,41 @@ private void buildPartialOneofs(com.google.firestore.v1.DocumentTransform.FieldT public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.DocumentTransform.FieldTransform) { - return mergeFrom((com.google.firestore.v1.DocumentTransform.FieldTransform)other); + return mergeFrom((com.google.firestore.v1.DocumentTransform.FieldTransform) other); } else { super.mergeFrom(other); return this; @@ -1493,40 +1671,48 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.DocumentTransform.FieldTransform other) { - if (other == com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()) return this; + if (other == com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()) + return this; if (!other.getFieldPath().isEmpty()) { fieldPath_ = other.fieldPath_; bitField0_ |= 0x00000001; onChanged(); } switch (other.getTransformTypeCase()) { - case SET_TO_SERVER_VALUE: { - setSetToServerValueValue(other.getSetToServerValueValue()); - break; - } - case INCREMENT: { - mergeIncrement(other.getIncrement()); - break; - } - case MAXIMUM: { - mergeMaximum(other.getMaximum()); - break; - } - case MINIMUM: { - mergeMinimum(other.getMinimum()); - break; - } - case APPEND_MISSING_ELEMENTS: { - mergeAppendMissingElements(other.getAppendMissingElements()); - break; - } - case REMOVE_ALL_FROM_ARRAY: { - mergeRemoveAllFromArray(other.getRemoveAllFromArray()); - break; - } - case TRANSFORMTYPE_NOT_SET: { - break; - } + case SET_TO_SERVER_VALUE: + { + setSetToServerValueValue(other.getSetToServerValueValue()); + break; + } + case INCREMENT: + { + mergeIncrement(other.getIncrement()); + break; + } + case MAXIMUM: + { + mergeMaximum(other.getMaximum()); + break; + } + case MINIMUM: + { + mergeMinimum(other.getMinimum()); + break; + } + case APPEND_MISSING_ELEMENTS: + { + mergeAppendMissingElements(other.getAppendMissingElements()); + break; + } + case REMOVE_ALL_FROM_ARRAY: + { + mergeRemoveAllFromArray(other.getRemoveAllFromArray()); + break; + } + case TRANSFORMTYPE_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -1554,58 +1740,58 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - fieldPath_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 16: { - int rawValue = input.readEnum(); - transformTypeCase_ = 2; - transformType_ = rawValue; - break; - } // case 16 - case 26: { - input.readMessage( - getIncrementFieldBuilder().getBuilder(), - extensionRegistry); - transformTypeCase_ = 3; - break; - } // case 26 - case 34: { - input.readMessage( - getMaximumFieldBuilder().getBuilder(), - extensionRegistry); - transformTypeCase_ = 4; - break; - } // case 34 - case 42: { - input.readMessage( - getMinimumFieldBuilder().getBuilder(), - extensionRegistry); - transformTypeCase_ = 5; - break; - } // case 42 - case 50: { - input.readMessage( - getAppendMissingElementsFieldBuilder().getBuilder(), - extensionRegistry); - transformTypeCase_ = 6; - break; - } // case 50 - case 58: { - input.readMessage( - getRemoveAllFromArrayFieldBuilder().getBuilder(), - extensionRegistry); - transformTypeCase_ = 7; - break; - } // case 58 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + fieldPath_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 16: + { + int rawValue = input.readEnum(); + transformTypeCase_ = 2; + transformType_ = rawValue; + break; + } // case 16 + case 26: + { + input.readMessage(getIncrementFieldBuilder().getBuilder(), extensionRegistry); + transformTypeCase_ = 3; + break; + } // case 26 + case 34: + { + input.readMessage(getMaximumFieldBuilder().getBuilder(), extensionRegistry); + transformTypeCase_ = 4; + break; + } // case 34 + case 42: + { + input.readMessage(getMinimumFieldBuilder().getBuilder(), extensionRegistry); + transformTypeCase_ = 5; + break; + } // case 42 + case 50: + { + input.readMessage( + getAppendMissingElementsFieldBuilder().getBuilder(), extensionRegistry); + transformTypeCase_ = 6; + break; + } // case 50 + case 58: + { + input.readMessage( + getRemoveAllFromArrayFieldBuilder().getBuilder(), extensionRegistry); + transformTypeCase_ = 7; + break; + } // case 58 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1615,12 +1801,12 @@ public Builder mergeFrom( } // finally return this; } + private int transformTypeCase_ = 0; private java.lang.Object transformType_; - public TransformTypeCase - getTransformTypeCase() { - return TransformTypeCase.forNumber( - transformTypeCase_); + + public TransformTypeCase getTransformTypeCase() { + return TransformTypeCase.forNumber(transformTypeCase_); } public Builder clearTransformType() { @@ -1634,6 +1820,8 @@ public Builder clearTransformType() { private java.lang.Object fieldPath_ = ""; /** + * + * *
        * The path of the field. See
        * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -1641,13 +1829,13 @@ public Builder clearTransformType() {
        * 
* * string field_path = 1; + * * @return The fieldPath. */ public java.lang.String getFieldPath() { java.lang.Object ref = fieldPath_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldPath_ = s; return s; @@ -1656,6 +1844,8 @@ public java.lang.String getFieldPath() { } } /** + * + * *
        * The path of the field. See
        * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -1663,15 +1853,14 @@ public java.lang.String getFieldPath() {
        * 
* * string field_path = 1; + * * @return The bytes for fieldPath. */ - public com.google.protobuf.ByteString - getFieldPathBytes() { + public com.google.protobuf.ByteString getFieldPathBytes() { java.lang.Object ref = fieldPath_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); fieldPath_ = b; return b; } else { @@ -1679,6 +1868,8 @@ public java.lang.String getFieldPath() { } } /** + * + * *
        * The path of the field. See
        * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -1686,18 +1877,22 @@ public java.lang.String getFieldPath() {
        * 
* * string field_path = 1; + * * @param value The fieldPath to set. * @return This builder for chaining. */ - public Builder setFieldPath( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setFieldPath(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } fieldPath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
        * The path of the field. See
        * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -1705,6 +1900,7 @@ public Builder setFieldPath(
        * 
* * string field_path = 1; + * * @return This builder for chaining. */ public Builder clearFieldPath() { @@ -1714,6 +1910,8 @@ public Builder clearFieldPath() { return this; } /** + * + * *
        * The path of the field. See
        * [Document.fields][google.firestore.v1.Document.fields] for the field path
@@ -1721,12 +1919,14 @@ public Builder clearFieldPath() {
        * 
* * string field_path = 1; + * * @param value The bytes for fieldPath to set. * @return This builder for chaining. */ - public Builder setFieldPathBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setFieldPathBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); fieldPath_ = value; bitField0_ |= 0x00000001; @@ -1735,11 +1935,16 @@ public Builder setFieldPathBytes( } /** + * + * *
        * Sets the field to the given server value.
        * 
* - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * * @return Whether the setToServerValue field is set. */ @java.lang.Override @@ -1747,11 +1952,16 @@ public boolean hasSetToServerValue() { return transformTypeCase_ == 2; } /** + * + * *
        * Sets the field to the given server value.
        * 
* - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * * @return The enum numeric value on the wire for setToServerValue. */ @java.lang.Override @@ -1762,11 +1972,16 @@ public int getSetToServerValueValue() { return 0; } /** + * + * *
        * Sets the field to the given server value.
        * 
* - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * * @param value The enum numeric value on the wire for setToServerValue to set. * @return This builder for chaining. */ @@ -1777,32 +1992,48 @@ public Builder setSetToServerValueValue(int value) { return this; } /** + * + * *
        * Sets the field to the given server value.
        * 
* - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * * @return The setToServerValue. */ @java.lang.Override - public com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue getSetToServerValue() { + public com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue + getSetToServerValue() { if (transformTypeCase_ == 2) { - com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue result = com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.forNumber( - (java.lang.Integer) transformType_); - return result == null ? com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.UNRECOGNIZED : result; + com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue result = + com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.forNumber( + (java.lang.Integer) transformType_); + return result == null + ? com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.UNRECOGNIZED + : result; } - return com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue.SERVER_VALUE_UNSPECIFIED; + return com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue + .SERVER_VALUE_UNSPECIFIED; } /** + * + * *
        * Sets the field to the given server value.
        * 
* - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * * @param value The setToServerValue to set. * @return This builder for chaining. */ - public Builder setSetToServerValue(com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue value) { + public Builder setSetToServerValue( + com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue value) { if (value == null) { throw new NullPointerException(); } @@ -1812,11 +2043,16 @@ public Builder setSetToServerValue(com.google.firestore.v1.DocumentTransform.Fie return this; } /** + * + * *
        * Sets the field to the given server value.
        * 
* - * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * .google.firestore.v1.DocumentTransform.FieldTransform.ServerValue set_to_server_value = 2; + * + * * @return This builder for chaining. */ public Builder clearSetToServerValue() { @@ -1829,8 +2065,13 @@ public Builder clearSetToServerValue() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> incrementBuilder_; + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder, + com.google.firestore.v1.ValueOrBuilder> + incrementBuilder_; /** + * + * *
        * Adds the given value to the field's current value.
        *
@@ -1845,6 +2086,7 @@ public Builder clearSetToServerValue() {
        * 
* * .google.firestore.v1.Value increment = 3; + * * @return Whether the increment field is set. */ @java.lang.Override @@ -1852,6 +2094,8 @@ public boolean hasIncrement() { return transformTypeCase_ == 3; } /** + * + * *
        * Adds the given value to the field's current value.
        *
@@ -1866,6 +2110,7 @@ public boolean hasIncrement() {
        * 
* * .google.firestore.v1.Value increment = 3; + * * @return The increment. */ @java.lang.Override @@ -1883,6 +2128,8 @@ public com.google.firestore.v1.Value getIncrement() { } } /** + * + * *
        * Adds the given value to the field's current value.
        *
@@ -1912,6 +2159,8 @@ public Builder setIncrement(com.google.firestore.v1.Value value) {
         return this;
       }
       /**
+       *
+       *
        * 
        * Adds the given value to the field's current value.
        *
@@ -1927,8 +2176,7 @@ public Builder setIncrement(com.google.firestore.v1.Value value) {
        *
        * .google.firestore.v1.Value increment = 3;
        */
-      public Builder setIncrement(
-          com.google.firestore.v1.Value.Builder builderForValue) {
+      public Builder setIncrement(com.google.firestore.v1.Value.Builder builderForValue) {
         if (incrementBuilder_ == null) {
           transformType_ = builderForValue.build();
           onChanged();
@@ -1939,6 +2187,8 @@ public Builder setIncrement(
         return this;
       }
       /**
+       *
+       *
        * 
        * Adds the given value to the field's current value.
        *
@@ -1956,10 +2206,13 @@ public Builder setIncrement(
        */
       public Builder mergeIncrement(com.google.firestore.v1.Value value) {
         if (incrementBuilder_ == null) {
-          if (transformTypeCase_ == 3 &&
-              transformType_ != com.google.firestore.v1.Value.getDefaultInstance()) {
-            transformType_ = com.google.firestore.v1.Value.newBuilder((com.google.firestore.v1.Value) transformType_)
-                .mergeFrom(value).buildPartial();
+          if (transformTypeCase_ == 3
+              && transformType_ != com.google.firestore.v1.Value.getDefaultInstance()) {
+            transformType_ =
+                com.google.firestore.v1.Value.newBuilder(
+                        (com.google.firestore.v1.Value) transformType_)
+                    .mergeFrom(value)
+                    .buildPartial();
           } else {
             transformType_ = value;
           }
@@ -1975,6 +2228,8 @@ public Builder mergeIncrement(com.google.firestore.v1.Value value) {
         return this;
       }
       /**
+       *
+       *
        * 
        * Adds the given value to the field's current value.
        *
@@ -2007,6 +2262,8 @@ public Builder clearIncrement() {
         return this;
       }
       /**
+       *
+       *
        * 
        * Adds the given value to the field's current value.
        *
@@ -2026,6 +2283,8 @@ public com.google.firestore.v1.Value.Builder getIncrementBuilder() {
         return getIncrementFieldBuilder().getBuilder();
       }
       /**
+       *
+       *
        * 
        * Adds the given value to the field's current value.
        *
@@ -2053,6 +2312,8 @@ public com.google.firestore.v1.ValueOrBuilder getIncrementOrBuilder() {
         }
       }
       /**
+       *
+       *
        * 
        * Adds the given value to the field's current value.
        *
@@ -2069,14 +2330,19 @@ public com.google.firestore.v1.ValueOrBuilder getIncrementOrBuilder() {
        * .google.firestore.v1.Value increment = 3;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-          com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> 
+              com.google.firestore.v1.Value,
+              com.google.firestore.v1.Value.Builder,
+              com.google.firestore.v1.ValueOrBuilder>
           getIncrementFieldBuilder() {
         if (incrementBuilder_ == null) {
           if (!(transformTypeCase_ == 3)) {
             transformType_ = com.google.firestore.v1.Value.getDefaultInstance();
           }
-          incrementBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>(
+          incrementBuilder_ =
+              new com.google.protobuf.SingleFieldBuilderV3<
+                  com.google.firestore.v1.Value,
+                  com.google.firestore.v1.Value.Builder,
+                  com.google.firestore.v1.ValueOrBuilder>(
                   (com.google.firestore.v1.Value) transformType_,
                   getParentForChildren(),
                   isClean());
@@ -2088,8 +2354,13 @@ public com.google.firestore.v1.ValueOrBuilder getIncrementOrBuilder() {
       }
 
       private com.google.protobuf.SingleFieldBuilderV3<
-          com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> maximumBuilder_;
+              com.google.firestore.v1.Value,
+              com.google.firestore.v1.Value.Builder,
+              com.google.firestore.v1.ValueOrBuilder>
+          maximumBuilder_;
       /**
+       *
+       *
        * 
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2106,6 +2377,7 @@ public com.google.firestore.v1.ValueOrBuilder getIncrementOrBuilder() {
        * 
* * .google.firestore.v1.Value maximum = 4; + * * @return Whether the maximum field is set. */ @java.lang.Override @@ -2113,6 +2385,8 @@ public boolean hasMaximum() { return transformTypeCase_ == 4; } /** + * + * *
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2129,6 +2403,7 @@ public boolean hasMaximum() {
        * 
* * .google.firestore.v1.Value maximum = 4; + * * @return The maximum. */ @java.lang.Override @@ -2146,6 +2421,8 @@ public com.google.firestore.v1.Value getMaximum() { } } /** + * + * *
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2177,6 +2454,8 @@ public Builder setMaximum(com.google.firestore.v1.Value value) {
         return this;
       }
       /**
+       *
+       *
        * 
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2194,8 +2473,7 @@ public Builder setMaximum(com.google.firestore.v1.Value value) {
        *
        * .google.firestore.v1.Value maximum = 4;
        */
-      public Builder setMaximum(
-          com.google.firestore.v1.Value.Builder builderForValue) {
+      public Builder setMaximum(com.google.firestore.v1.Value.Builder builderForValue) {
         if (maximumBuilder_ == null) {
           transformType_ = builderForValue.build();
           onChanged();
@@ -2206,6 +2484,8 @@ public Builder setMaximum(
         return this;
       }
       /**
+       *
+       *
        * 
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2225,10 +2505,13 @@ public Builder setMaximum(
        */
       public Builder mergeMaximum(com.google.firestore.v1.Value value) {
         if (maximumBuilder_ == null) {
-          if (transformTypeCase_ == 4 &&
-              transformType_ != com.google.firestore.v1.Value.getDefaultInstance()) {
-            transformType_ = com.google.firestore.v1.Value.newBuilder((com.google.firestore.v1.Value) transformType_)
-                .mergeFrom(value).buildPartial();
+          if (transformTypeCase_ == 4
+              && transformType_ != com.google.firestore.v1.Value.getDefaultInstance()) {
+            transformType_ =
+                com.google.firestore.v1.Value.newBuilder(
+                        (com.google.firestore.v1.Value) transformType_)
+                    .mergeFrom(value)
+                    .buildPartial();
           } else {
             transformType_ = value;
           }
@@ -2244,6 +2527,8 @@ public Builder mergeMaximum(com.google.firestore.v1.Value value) {
         return this;
       }
       /**
+       *
+       *
        * 
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2278,6 +2563,8 @@ public Builder clearMaximum() {
         return this;
       }
       /**
+       *
+       *
        * 
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2299,6 +2586,8 @@ public com.google.firestore.v1.Value.Builder getMaximumBuilder() {
         return getMaximumFieldBuilder().getBuilder();
       }
       /**
+       *
+       *
        * 
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2328,6 +2617,8 @@ public com.google.firestore.v1.ValueOrBuilder getMaximumOrBuilder() {
         }
       }
       /**
+       *
+       *
        * 
        * Sets the field to the maximum of its current value and the given value.
        *
@@ -2346,14 +2637,19 @@ public com.google.firestore.v1.ValueOrBuilder getMaximumOrBuilder() {
        * .google.firestore.v1.Value maximum = 4;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-          com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> 
+              com.google.firestore.v1.Value,
+              com.google.firestore.v1.Value.Builder,
+              com.google.firestore.v1.ValueOrBuilder>
           getMaximumFieldBuilder() {
         if (maximumBuilder_ == null) {
           if (!(transformTypeCase_ == 4)) {
             transformType_ = com.google.firestore.v1.Value.getDefaultInstance();
           }
-          maximumBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>(
+          maximumBuilder_ =
+              new com.google.protobuf.SingleFieldBuilderV3<
+                  com.google.firestore.v1.Value,
+                  com.google.firestore.v1.Value.Builder,
+                  com.google.firestore.v1.ValueOrBuilder>(
                   (com.google.firestore.v1.Value) transformType_,
                   getParentForChildren(),
                   isClean());
@@ -2365,8 +2661,13 @@ public com.google.firestore.v1.ValueOrBuilder getMaximumOrBuilder() {
       }
 
       private com.google.protobuf.SingleFieldBuilderV3<
-          com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> minimumBuilder_;
+              com.google.firestore.v1.Value,
+              com.google.firestore.v1.Value.Builder,
+              com.google.firestore.v1.ValueOrBuilder>
+          minimumBuilder_;
       /**
+       *
+       *
        * 
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2383,6 +2684,7 @@ public com.google.firestore.v1.ValueOrBuilder getMaximumOrBuilder() {
        * 
* * .google.firestore.v1.Value minimum = 5; + * * @return Whether the minimum field is set. */ @java.lang.Override @@ -2390,6 +2692,8 @@ public boolean hasMinimum() { return transformTypeCase_ == 5; } /** + * + * *
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2406,6 +2710,7 @@ public boolean hasMinimum() {
        * 
* * .google.firestore.v1.Value minimum = 5; + * * @return The minimum. */ @java.lang.Override @@ -2423,6 +2728,8 @@ public com.google.firestore.v1.Value getMinimum() { } } /** + * + * *
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2454,6 +2761,8 @@ public Builder setMinimum(com.google.firestore.v1.Value value) {
         return this;
       }
       /**
+       *
+       *
        * 
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2471,8 +2780,7 @@ public Builder setMinimum(com.google.firestore.v1.Value value) {
        *
        * .google.firestore.v1.Value minimum = 5;
        */
-      public Builder setMinimum(
-          com.google.firestore.v1.Value.Builder builderForValue) {
+      public Builder setMinimum(com.google.firestore.v1.Value.Builder builderForValue) {
         if (minimumBuilder_ == null) {
           transformType_ = builderForValue.build();
           onChanged();
@@ -2483,6 +2791,8 @@ public Builder setMinimum(
         return this;
       }
       /**
+       *
+       *
        * 
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2502,10 +2812,13 @@ public Builder setMinimum(
        */
       public Builder mergeMinimum(com.google.firestore.v1.Value value) {
         if (minimumBuilder_ == null) {
-          if (transformTypeCase_ == 5 &&
-              transformType_ != com.google.firestore.v1.Value.getDefaultInstance()) {
-            transformType_ = com.google.firestore.v1.Value.newBuilder((com.google.firestore.v1.Value) transformType_)
-                .mergeFrom(value).buildPartial();
+          if (transformTypeCase_ == 5
+              && transformType_ != com.google.firestore.v1.Value.getDefaultInstance()) {
+            transformType_ =
+                com.google.firestore.v1.Value.newBuilder(
+                        (com.google.firestore.v1.Value) transformType_)
+                    .mergeFrom(value)
+                    .buildPartial();
           } else {
             transformType_ = value;
           }
@@ -2521,6 +2834,8 @@ public Builder mergeMinimum(com.google.firestore.v1.Value value) {
         return this;
       }
       /**
+       *
+       *
        * 
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2555,6 +2870,8 @@ public Builder clearMinimum() {
         return this;
       }
       /**
+       *
+       *
        * 
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2576,6 +2893,8 @@ public com.google.firestore.v1.Value.Builder getMinimumBuilder() {
         return getMinimumFieldBuilder().getBuilder();
       }
       /**
+       *
+       *
        * 
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2605,6 +2924,8 @@ public com.google.firestore.v1.ValueOrBuilder getMinimumOrBuilder() {
         }
       }
       /**
+       *
+       *
        * 
        * Sets the field to the minimum of its current value and the given value.
        *
@@ -2623,14 +2944,19 @@ public com.google.firestore.v1.ValueOrBuilder getMinimumOrBuilder() {
        * .google.firestore.v1.Value minimum = 5;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-          com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> 
+              com.google.firestore.v1.Value,
+              com.google.firestore.v1.Value.Builder,
+              com.google.firestore.v1.ValueOrBuilder>
           getMinimumFieldBuilder() {
         if (minimumBuilder_ == null) {
           if (!(transformTypeCase_ == 5)) {
             transformType_ = com.google.firestore.v1.Value.getDefaultInstance();
           }
-          minimumBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>(
+          minimumBuilder_ =
+              new com.google.protobuf.SingleFieldBuilderV3<
+                  com.google.firestore.v1.Value,
+                  com.google.firestore.v1.Value.Builder,
+                  com.google.firestore.v1.ValueOrBuilder>(
                   (com.google.firestore.v1.Value) transformType_,
                   getParentForChildren(),
                   isClean());
@@ -2642,8 +2968,13 @@ public com.google.firestore.v1.ValueOrBuilder getMinimumOrBuilder() {
       }
 
       private com.google.protobuf.SingleFieldBuilderV3<
-          com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder> appendMissingElementsBuilder_;
+              com.google.firestore.v1.ArrayValue,
+              com.google.firestore.v1.ArrayValue.Builder,
+              com.google.firestore.v1.ArrayValueOrBuilder>
+          appendMissingElementsBuilder_;
       /**
+       *
+       *
        * 
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -2660,6 +2991,7 @@ public com.google.firestore.v1.ValueOrBuilder getMinimumOrBuilder() {
        * 
* * .google.firestore.v1.ArrayValue append_missing_elements = 6; + * * @return Whether the appendMissingElements field is set. */ @java.lang.Override @@ -2667,6 +2999,8 @@ public boolean hasAppendMissingElements() { return transformTypeCase_ == 6; } /** + * + * *
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -2683,6 +3017,7 @@ public boolean hasAppendMissingElements() {
        * 
* * .google.firestore.v1.ArrayValue append_missing_elements = 6; + * * @return The appendMissingElements. */ @java.lang.Override @@ -2700,6 +3035,8 @@ public com.google.firestore.v1.ArrayValue getAppendMissingElements() { } } /** + * + * *
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -2731,6 +3068,8 @@ public Builder setAppendMissingElements(com.google.firestore.v1.ArrayValue value
         return this;
       }
       /**
+       *
+       *
        * 
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -2760,6 +3099,8 @@ public Builder setAppendMissingElements(
         return this;
       }
       /**
+       *
+       *
        * 
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -2779,10 +3120,13 @@ public Builder setAppendMissingElements(
        */
       public Builder mergeAppendMissingElements(com.google.firestore.v1.ArrayValue value) {
         if (appendMissingElementsBuilder_ == null) {
-          if (transformTypeCase_ == 6 &&
-              transformType_ != com.google.firestore.v1.ArrayValue.getDefaultInstance()) {
-            transformType_ = com.google.firestore.v1.ArrayValue.newBuilder((com.google.firestore.v1.ArrayValue) transformType_)
-                .mergeFrom(value).buildPartial();
+          if (transformTypeCase_ == 6
+              && transformType_ != com.google.firestore.v1.ArrayValue.getDefaultInstance()) {
+            transformType_ =
+                com.google.firestore.v1.ArrayValue.newBuilder(
+                        (com.google.firestore.v1.ArrayValue) transformType_)
+                    .mergeFrom(value)
+                    .buildPartial();
           } else {
             transformType_ = value;
           }
@@ -2798,6 +3142,8 @@ public Builder mergeAppendMissingElements(com.google.firestore.v1.ArrayValue val
         return this;
       }
       /**
+       *
+       *
        * 
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -2832,6 +3178,8 @@ public Builder clearAppendMissingElements() {
         return this;
       }
       /**
+       *
+       *
        * 
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -2853,6 +3201,8 @@ public com.google.firestore.v1.ArrayValue.Builder getAppendMissingElementsBuilde
         return getAppendMissingElementsFieldBuilder().getBuilder();
       }
       /**
+       *
+       *
        * 
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -2882,6 +3232,8 @@ public com.google.firestore.v1.ArrayValueOrBuilder getAppendMissingElementsOrBui
         }
       }
       /**
+       *
+       *
        * 
        * Append the given elements in order if they are not already present in
        * the current field value.
@@ -2900,14 +3252,19 @@ public com.google.firestore.v1.ArrayValueOrBuilder getAppendMissingElementsOrBui
        * .google.firestore.v1.ArrayValue append_missing_elements = 6;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-          com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder> 
+              com.google.firestore.v1.ArrayValue,
+              com.google.firestore.v1.ArrayValue.Builder,
+              com.google.firestore.v1.ArrayValueOrBuilder>
           getAppendMissingElementsFieldBuilder() {
         if (appendMissingElementsBuilder_ == null) {
           if (!(transformTypeCase_ == 6)) {
             transformType_ = com.google.firestore.v1.ArrayValue.getDefaultInstance();
           }
-          appendMissingElementsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder>(
+          appendMissingElementsBuilder_ =
+              new com.google.protobuf.SingleFieldBuilderV3<
+                  com.google.firestore.v1.ArrayValue,
+                  com.google.firestore.v1.ArrayValue.Builder,
+                  com.google.firestore.v1.ArrayValueOrBuilder>(
                   (com.google.firestore.v1.ArrayValue) transformType_,
                   getParentForChildren(),
                   isClean());
@@ -2919,8 +3276,13 @@ public com.google.firestore.v1.ArrayValueOrBuilder getAppendMissingElementsOrBui
       }
 
       private com.google.protobuf.SingleFieldBuilderV3<
-          com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder> removeAllFromArrayBuilder_;
+              com.google.firestore.v1.ArrayValue,
+              com.google.firestore.v1.ArrayValue.Builder,
+              com.google.firestore.v1.ArrayValueOrBuilder>
+          removeAllFromArrayBuilder_;
       /**
+       *
+       *
        * 
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -2935,6 +3297,7 @@ public com.google.firestore.v1.ArrayValueOrBuilder getAppendMissingElementsOrBui
        * 
* * .google.firestore.v1.ArrayValue remove_all_from_array = 7; + * * @return Whether the removeAllFromArray field is set. */ @java.lang.Override @@ -2942,6 +3305,8 @@ public boolean hasRemoveAllFromArray() { return transformTypeCase_ == 7; } /** + * + * *
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -2956,6 +3321,7 @@ public boolean hasRemoveAllFromArray() {
        * 
* * .google.firestore.v1.ArrayValue remove_all_from_array = 7; + * * @return The removeAllFromArray. */ @java.lang.Override @@ -2973,6 +3339,8 @@ public com.google.firestore.v1.ArrayValue getRemoveAllFromArray() { } } /** + * + * *
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3002,6 +3370,8 @@ public Builder setRemoveAllFromArray(com.google.firestore.v1.ArrayValue value) {
         return this;
       }
       /**
+       *
+       *
        * 
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3029,6 +3399,8 @@ public Builder setRemoveAllFromArray(
         return this;
       }
       /**
+       *
+       *
        * 
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3046,10 +3418,13 @@ public Builder setRemoveAllFromArray(
        */
       public Builder mergeRemoveAllFromArray(com.google.firestore.v1.ArrayValue value) {
         if (removeAllFromArrayBuilder_ == null) {
-          if (transformTypeCase_ == 7 &&
-              transformType_ != com.google.firestore.v1.ArrayValue.getDefaultInstance()) {
-            transformType_ = com.google.firestore.v1.ArrayValue.newBuilder((com.google.firestore.v1.ArrayValue) transformType_)
-                .mergeFrom(value).buildPartial();
+          if (transformTypeCase_ == 7
+              && transformType_ != com.google.firestore.v1.ArrayValue.getDefaultInstance()) {
+            transformType_ =
+                com.google.firestore.v1.ArrayValue.newBuilder(
+                        (com.google.firestore.v1.ArrayValue) transformType_)
+                    .mergeFrom(value)
+                    .buildPartial();
           } else {
             transformType_ = value;
           }
@@ -3065,6 +3440,8 @@ public Builder mergeRemoveAllFromArray(com.google.firestore.v1.ArrayValue value)
         return this;
       }
       /**
+       *
+       *
        * 
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3097,6 +3474,8 @@ public Builder clearRemoveAllFromArray() {
         return this;
       }
       /**
+       *
+       *
        * 
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3116,6 +3495,8 @@ public com.google.firestore.v1.ArrayValue.Builder getRemoveAllFromArrayBuilder()
         return getRemoveAllFromArrayFieldBuilder().getBuilder();
       }
       /**
+       *
+       *
        * 
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3143,6 +3524,8 @@ public com.google.firestore.v1.ArrayValueOrBuilder getRemoveAllFromArrayOrBuilde
         }
       }
       /**
+       *
+       *
        * 
        * Remove all of the given elements from the array in the field.
        * If the field is not an array, or if the field does not yet exist, it is
@@ -3159,14 +3542,19 @@ public com.google.firestore.v1.ArrayValueOrBuilder getRemoveAllFromArrayOrBuilde
        * .google.firestore.v1.ArrayValue remove_all_from_array = 7;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-          com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder> 
+              com.google.firestore.v1.ArrayValue,
+              com.google.firestore.v1.ArrayValue.Builder,
+              com.google.firestore.v1.ArrayValueOrBuilder>
           getRemoveAllFromArrayFieldBuilder() {
         if (removeAllFromArrayBuilder_ == null) {
           if (!(transformTypeCase_ == 7)) {
             transformType_ = com.google.firestore.v1.ArrayValue.getDefaultInstance();
           }
-          removeAllFromArrayBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-              com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder>(
+          removeAllFromArrayBuilder_ =
+              new com.google.protobuf.SingleFieldBuilderV3<
+                  com.google.firestore.v1.ArrayValue,
+                  com.google.firestore.v1.ArrayValue.Builder,
+                  com.google.firestore.v1.ArrayValueOrBuilder>(
                   (com.google.firestore.v1.ArrayValue) transformType_,
                   getParentForChildren(),
                   isClean());
@@ -3176,6 +3564,7 @@ public com.google.firestore.v1.ArrayValueOrBuilder getRemoveAllFromArrayOrBuilde
         onChanged();
         return removeAllFromArrayBuilder_;
       }
+
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -3188,12 +3577,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
-
       // @@protoc_insertion_point(builder_scope:google.firestore.v1.DocumentTransform.FieldTransform)
     }
 
     // @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentTransform.FieldTransform)
     private static final com.google.firestore.v1.DocumentTransform.FieldTransform DEFAULT_INSTANCE;
+
     static {
       DEFAULT_INSTANCE = new com.google.firestore.v1.DocumentTransform.FieldTransform();
     }
@@ -3202,27 +3591,28 @@ public static com.google.firestore.v1.DocumentTransform.FieldTransform getDefaul
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser
-        PARSER = new com.google.protobuf.AbstractParser() {
-      @java.lang.Override
-      public FieldTransform parsePartialFrom(
-          com.google.protobuf.CodedInputStream input,
-          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-          throws com.google.protobuf.InvalidProtocolBufferException {
-        Builder builder = newBuilder();
-        try {
-          builder.mergeFrom(input, extensionRegistry);
-        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-          throw e.setUnfinishedMessage(builder.buildPartial());
-        } catch (com.google.protobuf.UninitializedMessageException e) {
-          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-        } catch (java.io.IOException e) {
-          throw new com.google.protobuf.InvalidProtocolBufferException(e)
-              .setUnfinishedMessage(builder.buildPartial());
-        }
-        return builder.buildPartial();
-      }
-    };
+    private static final com.google.protobuf.Parser PARSER =
+        new com.google.protobuf.AbstractParser() {
+          @java.lang.Override
+          public FieldTransform parsePartialFrom(
+              com.google.protobuf.CodedInputStream input,
+              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+              throws com.google.protobuf.InvalidProtocolBufferException {
+            Builder builder = newBuilder();
+            try {
+              builder.mergeFrom(input, extensionRegistry);
+            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+              throw e.setUnfinishedMessage(builder.buildPartial());
+            } catch (com.google.protobuf.UninitializedMessageException e) {
+              throw e.asInvalidProtocolBufferException()
+                  .setUnfinishedMessage(builder.buildPartial());
+            } catch (java.io.IOException e) {
+              throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                  .setUnfinishedMessage(builder.buildPartial());
+            }
+            return builder.buildPartial();
+          }
+        };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -3237,18 +3627,21 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.firestore.v1.DocumentTransform.FieldTransform getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
-
   }
 
   public static final int DOCUMENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object document_ = "";
   /**
+   *
+   *
    * 
    * The name of the document to transform.
    * 
* * string document = 1; + * * @return The document. */ @java.lang.Override @@ -3257,29 +3650,29 @@ public java.lang.String getDocument() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); document_ = s; return s; } } /** + * + * *
    * The name of the document to transform.
    * 
* * string document = 1; + * * @return The bytes for document. */ @java.lang.Override - public com.google.protobuf.ByteString - getDocumentBytes() { + public com.google.protobuf.ByteString getDocumentBytes() { java.lang.Object ref = document_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); document_ = b; return b; } else { @@ -3288,77 +3681,95 @@ public java.lang.String getDocument() { } public static final int FIELD_TRANSFORMS_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private java.util.List fieldTransforms_; /** + * + * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ @java.lang.Override - public java.util.List getFieldTransformsList() { + public java.util.List + getFieldTransformsList() { return fieldTransforms_; } /** + * + * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ @java.lang.Override - public java.util.List + public java.util.List getFieldTransformsOrBuilderList() { return fieldTransforms_; } /** + * + * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ @java.lang.Override public int getFieldTransformsCount() { return fieldTransforms_.size(); } /** + * + * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ @java.lang.Override public com.google.firestore.v1.DocumentTransform.FieldTransform getFieldTransforms(int index) { return fieldTransforms_.get(index); } /** + * + * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ @java.lang.Override - public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getFieldTransformsOrBuilder( - int index) { + public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder + getFieldTransformsOrBuilder(int index) { return fieldTransforms_.get(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -3370,8 +3781,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(document_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, document_); } @@ -3391,8 +3801,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, document_); } for (int i = 0; i < fieldTransforms_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, fieldTransforms_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, fieldTransforms_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -3402,17 +3811,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.DocumentTransform)) { return super.equals(obj); } - com.google.firestore.v1.DocumentTransform other = (com.google.firestore.v1.DocumentTransform) obj; + com.google.firestore.v1.DocumentTransform other = + (com.google.firestore.v1.DocumentTransform) obj; - if (!getDocument() - .equals(other.getDocument())) return false; - if (!getFieldTransformsList() - .equals(other.getFieldTransformsList())) return false; + if (!getDocument().equals(other.getDocument())) return false; + if (!getFieldTransformsList().equals(other.getFieldTransformsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -3435,132 +3843,136 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.DocumentTransform parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.DocumentTransform parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.DocumentTransform parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.DocumentTransform parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.DocumentTransform parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.DocumentTransform parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.DocumentTransform parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.DocumentTransform parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.DocumentTransform parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.DocumentTransform parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.DocumentTransform parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.DocumentTransform parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.DocumentTransform parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.DocumentTransform parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.DocumentTransform prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A transformation of a document.
    * 
* * Protobuf type {@code google.firestore.v1.DocumentTransform} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.DocumentTransform) com.google.firestore.v1.DocumentTransformOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_DocumentTransform_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_fieldAccessorTable + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_DocumentTransform_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.DocumentTransform.class, com.google.firestore.v1.DocumentTransform.Builder.class); + com.google.firestore.v1.DocumentTransform.class, + com.google.firestore.v1.DocumentTransform.Builder.class); } // Construct using com.google.firestore.v1.DocumentTransform.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -3577,9 +3989,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_DocumentTransform_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_DocumentTransform_descriptor; } @java.lang.Override @@ -3598,9 +4010,12 @@ public com.google.firestore.v1.DocumentTransform build() { @java.lang.Override public com.google.firestore.v1.DocumentTransform buildPartial() { - com.google.firestore.v1.DocumentTransform result = new com.google.firestore.v1.DocumentTransform(this); + com.google.firestore.v1.DocumentTransform result = + new com.google.firestore.v1.DocumentTransform(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -3628,38 +4043,39 @@ private void buildPartial0(com.google.firestore.v1.DocumentTransform result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.DocumentTransform) { - return mergeFrom((com.google.firestore.v1.DocumentTransform)other); + return mergeFrom((com.google.firestore.v1.DocumentTransform) other); } else { super.mergeFrom(other); return this; @@ -3691,9 +4107,10 @@ public Builder mergeFrom(com.google.firestore.v1.DocumentTransform other) { fieldTransformsBuilder_ = null; fieldTransforms_ = other.fieldTransforms_; bitField0_ = (bitField0_ & ~0x00000002); - fieldTransformsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getFieldTransformsFieldBuilder() : null; + fieldTransformsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getFieldTransformsFieldBuilder() + : null; } else { fieldTransformsBuilder_.addAllMessages(other.fieldTransforms_); } @@ -3725,30 +4142,33 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - document_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: { - com.google.firestore.v1.DocumentTransform.FieldTransform m = - input.readMessage( - com.google.firestore.v1.DocumentTransform.FieldTransform.parser(), - extensionRegistry); - if (fieldTransformsBuilder_ == null) { - ensureFieldTransformsIsMutable(); - fieldTransforms_.add(m); - } else { - fieldTransformsBuilder_.addMessage(m); - } - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + document_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: + { + com.google.firestore.v1.DocumentTransform.FieldTransform m = + input.readMessage( + com.google.firestore.v1.DocumentTransform.FieldTransform.parser(), + extensionRegistry); + if (fieldTransformsBuilder_ == null) { + ensureFieldTransformsIsMutable(); + fieldTransforms_.add(m); + } else { + fieldTransformsBuilder_.addMessage(m); + } + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -3758,22 +4178,25 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object document_ = ""; /** + * + * *
      * The name of the document to transform.
      * 
* * string document = 1; + * * @return The document. */ public java.lang.String getDocument() { java.lang.Object ref = document_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); document_ = s; return s; @@ -3782,20 +4205,21 @@ public java.lang.String getDocument() { } } /** + * + * *
      * The name of the document to transform.
      * 
* * string document = 1; + * * @return The bytes for document. */ - public com.google.protobuf.ByteString - getDocumentBytes() { + public com.google.protobuf.ByteString getDocumentBytes() { java.lang.Object ref = document_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); document_ = b; return b; } else { @@ -3803,28 +4227,35 @@ public java.lang.String getDocument() { } } /** + * + * *
      * The name of the document to transform.
      * 
* * string document = 1; + * * @param value The document to set. * @return This builder for chaining. */ - public Builder setDocument( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDocument(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } document_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * The name of the document to transform.
      * 
* * string document = 1; + * * @return This builder for chaining. */ public Builder clearDocument() { @@ -3834,17 +4265,21 @@ public Builder clearDocument() { return this; } /** + * + * *
      * The name of the document to transform.
      * 
* * string document = 1; + * * @param value The bytes for document to set. * @return This builder for chaining. */ - public Builder setDocumentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDocumentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); document_ = value; bitField0_ |= 0x00000001; @@ -3852,28 +4287,38 @@ public Builder setDocumentBytes( return this; } - private java.util.List fieldTransforms_ = - java.util.Collections.emptyList(); + private java.util.List + fieldTransforms_ = java.util.Collections.emptyList(); + private void ensureFieldTransformsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { - fieldTransforms_ = new java.util.ArrayList(fieldTransforms_); + fieldTransforms_ = + new java.util.ArrayList( + fieldTransforms_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.DocumentTransform.FieldTransform, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> fieldTransformsBuilder_; + com.google.firestore.v1.DocumentTransform.FieldTransform, + com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, + com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> + fieldTransformsBuilder_; /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ - public java.util.List getFieldTransformsList() { + public java.util.List + getFieldTransformsList() { if (fieldTransformsBuilder_ == null) { return java.util.Collections.unmodifiableList(fieldTransforms_); } else { @@ -3881,13 +4326,16 @@ public java.util.List } } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ public int getFieldTransformsCount() { if (fieldTransformsBuilder_ == null) { @@ -3897,13 +4345,16 @@ public int getFieldTransformsCount() { } } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ public com.google.firestore.v1.DocumentTransform.FieldTransform getFieldTransforms(int index) { if (fieldTransformsBuilder_ == null) { @@ -3913,13 +4364,16 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform getFieldTransfor } } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ public Builder setFieldTransforms( int index, com.google.firestore.v1.DocumentTransform.FieldTransform value) { @@ -3936,16 +4390,20 @@ public Builder setFieldTransforms( return this; } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ public Builder setFieldTransforms( - int index, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { + int index, + com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { if (fieldTransformsBuilder_ == null) { ensureFieldTransformsIsMutable(); fieldTransforms_.set(index, builderForValue.build()); @@ -3956,15 +4414,19 @@ public Builder setFieldTransforms( return this; } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ - public Builder addFieldTransforms(com.google.firestore.v1.DocumentTransform.FieldTransform value) { + public Builder addFieldTransforms( + com.google.firestore.v1.DocumentTransform.FieldTransform value) { if (fieldTransformsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3978,13 +4440,16 @@ public Builder addFieldTransforms(com.google.firestore.v1.DocumentTransform.Fiel return this; } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ public Builder addFieldTransforms( int index, com.google.firestore.v1.DocumentTransform.FieldTransform value) { @@ -4001,13 +4466,16 @@ public Builder addFieldTransforms( return this; } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ public Builder addFieldTransforms( com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { @@ -4021,16 +4489,20 @@ public Builder addFieldTransforms( return this; } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ public Builder addFieldTransforms( - int index, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { + int index, + com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { if (fieldTransformsBuilder_ == null) { ensureFieldTransformsIsMutable(); fieldTransforms_.add(index, builderForValue.build()); @@ -4041,20 +4513,23 @@ public Builder addFieldTransforms( return this; } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ public Builder addAllFieldTransforms( - java.lang.Iterable values) { + java.lang.Iterable + values) { if (fieldTransformsBuilder_ == null) { ensureFieldTransformsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, fieldTransforms_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, fieldTransforms_); onChanged(); } else { fieldTransformsBuilder_.addAllMessages(values); @@ -4062,13 +4537,16 @@ public Builder addAllFieldTransforms( return this; } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ public Builder clearFieldTransforms() { if (fieldTransformsBuilder_ == null) { @@ -4081,13 +4559,16 @@ public Builder clearFieldTransforms() { return this; } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ public Builder removeFieldTransforms(int index) { if (fieldTransformsBuilder_ == null) { @@ -4100,45 +4581,56 @@ public Builder removeFieldTransforms(int index) { return this; } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ - public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder getFieldTransformsBuilder( - int index) { + public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder + getFieldTransformsBuilder(int index) { return getFieldTransformsFieldBuilder().getBuilder(index); } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ - public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getFieldTransformsOrBuilder( - int index) { + public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder + getFieldTransformsOrBuilder(int index) { if (fieldTransformsBuilder_ == null) { - return fieldTransforms_.get(index); } else { + return fieldTransforms_.get(index); + } else { return fieldTransformsBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ - public java.util.List - getFieldTransformsOrBuilderList() { + public java.util.List< + ? extends com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> + getFieldTransformsOrBuilderList() { if (fieldTransformsBuilder_ != null) { return fieldTransformsBuilder_.getMessageOrBuilderList(); } else { @@ -4146,51 +4638,69 @@ public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getFiel } } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ - public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder addFieldTransformsBuilder() { - return getFieldTransformsFieldBuilder().addBuilder( - com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); + public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder + addFieldTransformsBuilder() { + return getFieldTransformsFieldBuilder() + .addBuilder( + com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ - public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder addFieldTransformsBuilder( - int index) { - return getFieldTransformsFieldBuilder().addBuilder( - index, com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); + public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder + addFieldTransformsBuilder(int index) { + return getFieldTransformsFieldBuilder() + .addBuilder( + index, com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); } /** + * + * *
      * The list of transformations to apply to the fields of the document, in
      * order.
      * This must not be empty.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ - public java.util.List - getFieldTransformsBuilderList() { + public java.util.List + getFieldTransformsBuilderList() { return getFieldTransformsFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.DocumentTransform.FieldTransform, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> + com.google.firestore.v1.DocumentTransform.FieldTransform, + com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, + com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> getFieldTransformsFieldBuilder() { if (fieldTransformsBuilder_ == null) { - fieldTransformsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.DocumentTransform.FieldTransform, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder>( + fieldTransformsBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.v1.DocumentTransform.FieldTransform, + com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, + com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder>( fieldTransforms_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), @@ -4199,9 +4709,9 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder addField } return fieldTransformsBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -4211,12 +4721,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.DocumentTransform) } // @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentTransform) private static final com.google.firestore.v1.DocumentTransform DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.DocumentTransform(); } @@ -4225,27 +4735,27 @@ public static com.google.firestore.v1.DocumentTransform getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DocumentTransform parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DocumentTransform parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -4260,6 +4770,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.DocumentTransform getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransformOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransformOrBuilder.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransformOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransformOrBuilder.java index 3aedb6ef1..d5d1ae17a 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransformOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentTransformOrBuilder.java @@ -1,83 +1,118 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/write.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface DocumentTransformOrBuilder extends +public interface DocumentTransformOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.DocumentTransform) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The name of the document to transform.
    * 
* * string document = 1; + * * @return The document. */ java.lang.String getDocument(); /** + * + * *
    * The name of the document to transform.
    * 
* * string document = 1; + * * @return The bytes for document. */ - com.google.protobuf.ByteString - getDocumentBytes(); + com.google.protobuf.ByteString getDocumentBytes(); /** + * + * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ - java.util.List - getFieldTransformsList(); + java.util.List getFieldTransformsList(); /** + * + * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ com.google.firestore.v1.DocumentTransform.FieldTransform getFieldTransforms(int index); /** + * + * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ int getFieldTransformsCount(); /** + * + * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ - java.util.List + java.util.List getFieldTransformsOrBuilderList(); /** + * + * *
    * The list of transformations to apply to the fields of the document, in
    * order.
    * This must not be empty.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform field_transforms = 2; + * */ com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getFieldTransformsOrBuilder( int index); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStats.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStats.java similarity index 73% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStats.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStats.java index 48e1aca42..0453944ab 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStats.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStats.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/query_profile.proto @@ -5,54 +20,60 @@ package com.google.firestore.v1; /** + * + * *
  * Execution statistics for the query.
  * 
* * Protobuf type {@code google.firestore.v1.ExecutionStats} */ -public final class ExecutionStats extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ExecutionStats extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.ExecutionStats) ExecutionStatsOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ExecutionStats.newBuilder() to construct. private ExecutionStats(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ExecutionStats() { - } + + private ExecutionStats() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ExecutionStats(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExecutionStats_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExecutionStats_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExecutionStats_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExecutionStats_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExecutionStats.class, com.google.firestore.v1.ExecutionStats.Builder.class); + com.google.firestore.v1.ExecutionStats.class, + com.google.firestore.v1.ExecutionStats.Builder.class); } private int bitField0_; public static final int RESULTS_RETURNED_FIELD_NUMBER = 1; private long resultsReturned_ = 0L; /** + * + * *
    * Total number of results returned, including documents, projections,
    * aggregation results, keys.
    * 
* * int64 results_returned = 1; + * * @return The resultsReturned. */ @java.lang.Override @@ -63,11 +84,14 @@ public long getResultsReturned() { public static final int EXECUTION_DURATION_FIELD_NUMBER = 3; private com.google.protobuf.Duration executionDuration_; /** + * + * *
    * Total time to execute the query in the backend.
    * 
* * .google.protobuf.Duration execution_duration = 3; + * * @return Whether the executionDuration field is set. */ @java.lang.Override @@ -75,18 +99,25 @@ public boolean hasExecutionDuration() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Total time to execute the query in the backend.
    * 
* * .google.protobuf.Duration execution_duration = 3; + * * @return The executionDuration. */ @java.lang.Override public com.google.protobuf.Duration getExecutionDuration() { - return executionDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : executionDuration_; + return executionDuration_ == null + ? com.google.protobuf.Duration.getDefaultInstance() + : executionDuration_; } /** + * + * *
    * Total time to execute the query in the backend.
    * 
@@ -95,17 +126,22 @@ public com.google.protobuf.Duration getExecutionDuration() { */ @java.lang.Override public com.google.protobuf.DurationOrBuilder getExecutionDurationOrBuilder() { - return executionDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : executionDuration_; + return executionDuration_ == null + ? com.google.protobuf.Duration.getDefaultInstance() + : executionDuration_; } public static final int READ_OPERATIONS_FIELD_NUMBER = 4; private long readOperations_ = 0L; /** + * + * *
    * Total billable read operations.
    * 
* * int64 read_operations = 4; + * * @return The readOperations. */ @java.lang.Override @@ -116,6 +152,8 @@ public long getReadOperations() { public static final int DEBUG_STATS_FIELD_NUMBER = 5; private com.google.protobuf.Struct debugStats_; /** + * + * *
    * Debugging statistics from the execution of the query. Note that the
    * debugging stats are subject to change as Firestore evolves. It could
@@ -132,6 +170,7 @@ public long getReadOperations() {
    * 
* * .google.protobuf.Struct debug_stats = 5; + * * @return Whether the debugStats field is set. */ @java.lang.Override @@ -139,6 +178,8 @@ public boolean hasDebugStats() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * Debugging statistics from the execution of the query. Note that the
    * debugging stats are subject to change as Firestore evolves. It could
@@ -155,6 +196,7 @@ public boolean hasDebugStats() {
    * 
* * .google.protobuf.Struct debug_stats = 5; + * * @return The debugStats. */ @java.lang.Override @@ -162,6 +204,8 @@ public com.google.protobuf.Struct getDebugStats() { return debugStats_ == null ? com.google.protobuf.Struct.getDefaultInstance() : debugStats_; } /** + * + * *
    * Debugging statistics from the execution of the query. Note that the
    * debugging stats are subject to change as Firestore evolves. It could
@@ -185,6 +229,7 @@ public com.google.protobuf.StructOrBuilder getDebugStatsOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -196,8 +241,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (resultsReturned_ != 0L) {
       output.writeInt64(1, resultsReturned_);
     }
@@ -220,20 +264,16 @@ public int getSerializedSize() {
 
     size = 0;
     if (resultsReturned_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(1, resultsReturned_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, resultsReturned_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getExecutionDuration());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getExecutionDuration());
     }
     if (readOperations_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(4, readOperations_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, readOperations_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(5, getDebugStats());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getDebugStats());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -243,26 +283,22 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.ExecutionStats)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.ExecutionStats other = (com.google.firestore.v1.ExecutionStats) obj;
 
-    if (getResultsReturned()
-        != other.getResultsReturned()) return false;
+    if (getResultsReturned() != other.getResultsReturned()) return false;
     if (hasExecutionDuration() != other.hasExecutionDuration()) return false;
     if (hasExecutionDuration()) {
-      if (!getExecutionDuration()
-          .equals(other.getExecutionDuration())) return false;
+      if (!getExecutionDuration().equals(other.getExecutionDuration())) return false;
     }
-    if (getReadOperations()
-        != other.getReadOperations()) return false;
+    if (getReadOperations() != other.getReadOperations()) return false;
     if (hasDebugStats() != other.hasDebugStats()) return false;
     if (hasDebugStats()) {
-      if (!getDebugStats()
-          .equals(other.getDebugStats())) return false;
+      if (!getDebugStats().equals(other.getDebugStats())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -276,15 +312,13 @@ public int hashCode() {
     int hash = 41;
     hash = (19 * hash) + getDescriptor().hashCode();
     hash = (37 * hash) + RESULTS_RETURNED_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-        getResultsReturned());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getResultsReturned());
     if (hasExecutionDuration()) {
       hash = (37 * hash) + EXECUTION_DURATION_FIELD_NUMBER;
       hash = (53 * hash) + getExecutionDuration().hashCode();
     }
     hash = (37 * hash) + READ_OPERATIONS_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-        getReadOperations());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getReadOperations());
     if (hasDebugStats()) {
       hash = (37 * hash) + DEBUG_STATS_FIELD_NUMBER;
       hash = (53 * hash) + getDebugStats().hashCode();
@@ -294,120 +328,127 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.ExecutionStats parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.ExecutionStats parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ExecutionStats parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ExecutionStats parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ExecutionStats parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ExecutionStats parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ExecutionStats parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ExecutionStats parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.ExecutionStats parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.ExecutionStats parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.ExecutionStats parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ExecutionStats parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.ExecutionStats parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.ExecutionStats prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Execution statistics for the query.
    * 
* * Protobuf type {@code google.firestore.v1.ExecutionStats} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.ExecutionStats) com.google.firestore.v1.ExecutionStatsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExecutionStats_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExecutionStats_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExecutionStats_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExecutionStats_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExecutionStats.class, com.google.firestore.v1.ExecutionStats.Builder.class); + com.google.firestore.v1.ExecutionStats.class, + com.google.firestore.v1.ExecutionStats.Builder.class); } // Construct using com.google.firestore.v1.ExecutionStats.newBuilder() @@ -415,18 +456,18 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getExecutionDurationFieldBuilder(); getDebugStatsFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -447,9 +488,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExecutionStats_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExecutionStats_descriptor; } @java.lang.Override @@ -468,8 +509,11 @@ public com.google.firestore.v1.ExecutionStats build() { @java.lang.Override public com.google.firestore.v1.ExecutionStats buildPartial() { - com.google.firestore.v1.ExecutionStats result = new com.google.firestore.v1.ExecutionStats(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.ExecutionStats result = + new com.google.firestore.v1.ExecutionStats(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -481,18 +525,17 @@ private void buildPartial0(com.google.firestore.v1.ExecutionStats result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { - result.executionDuration_ = executionDurationBuilder_ == null - ? executionDuration_ - : executionDurationBuilder_.build(); + result.executionDuration_ = + executionDurationBuilder_ == null + ? executionDuration_ + : executionDurationBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000004) != 0)) { result.readOperations_ = readOperations_; } if (((from_bitField0_ & 0x00000008) != 0)) { - result.debugStats_ = debugStatsBuilder_ == null - ? debugStats_ - : debugStatsBuilder_.build(); + result.debugStats_ = debugStatsBuilder_ == null ? debugStats_ : debugStatsBuilder_.build(); to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; @@ -502,38 +545,39 @@ private void buildPartial0(com.google.firestore.v1.ExecutionStats result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.ExecutionStats) { - return mergeFrom((com.google.firestore.v1.ExecutionStats)other); + return mergeFrom((com.google.firestore.v1.ExecutionStats) other); } else { super.mergeFrom(other); return this; @@ -580,36 +624,38 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - resultsReturned_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 26: { - input.readMessage( - getExecutionDurationFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 26 - case 32: { - readOperations_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 32 - case 42: { - input.readMessage( - getDebugStatsFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000008; - break; - } // case 42 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + resultsReturned_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 26: + { + input.readMessage( + getExecutionDurationFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 26 + case 32: + { + readOperations_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 32 + case 42: + { + input.readMessage(getDebugStatsFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000008; + break; + } // case 42 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -619,16 +665,20 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; - private long resultsReturned_ ; + private long resultsReturned_; /** + * + * *
      * Total number of results returned, including documents, projections,
      * aggregation results, keys.
      * 
* * int64 results_returned = 1; + * * @return The resultsReturned. */ @java.lang.Override @@ -636,12 +686,15 @@ public long getResultsReturned() { return resultsReturned_; } /** + * + * *
      * Total number of results returned, including documents, projections,
      * aggregation results, keys.
      * 
* * int64 results_returned = 1; + * * @param value The resultsReturned to set. * @return This builder for chaining. */ @@ -653,12 +706,15 @@ public Builder setResultsReturned(long value) { return this; } /** + * + * *
      * Total number of results returned, including documents, projections,
      * aggregation results, keys.
      * 
* * int64 results_returned = 1; + * * @return This builder for chaining. */ public Builder clearResultsReturned() { @@ -670,34 +726,47 @@ public Builder clearResultsReturned() { private com.google.protobuf.Duration executionDuration_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> executionDurationBuilder_; + com.google.protobuf.Duration, + com.google.protobuf.Duration.Builder, + com.google.protobuf.DurationOrBuilder> + executionDurationBuilder_; /** + * + * *
      * Total time to execute the query in the backend.
      * 
* * .google.protobuf.Duration execution_duration = 3; + * * @return Whether the executionDuration field is set. */ public boolean hasExecutionDuration() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Total time to execute the query in the backend.
      * 
* * .google.protobuf.Duration execution_duration = 3; + * * @return The executionDuration. */ public com.google.protobuf.Duration getExecutionDuration() { if (executionDurationBuilder_ == null) { - return executionDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : executionDuration_; + return executionDuration_ == null + ? com.google.protobuf.Duration.getDefaultInstance() + : executionDuration_; } else { return executionDurationBuilder_.getMessage(); } } /** + * + * *
      * Total time to execute the query in the backend.
      * 
@@ -718,14 +787,15 @@ public Builder setExecutionDuration(com.google.protobuf.Duration value) { return this; } /** + * + * *
      * Total time to execute the query in the backend.
      * 
* * .google.protobuf.Duration execution_duration = 3; */ - public Builder setExecutionDuration( - com.google.protobuf.Duration.Builder builderForValue) { + public Builder setExecutionDuration(com.google.protobuf.Duration.Builder builderForValue) { if (executionDurationBuilder_ == null) { executionDuration_ = builderForValue.build(); } else { @@ -736,6 +806,8 @@ public Builder setExecutionDuration( return this; } /** + * + * *
      * Total time to execute the query in the backend.
      * 
@@ -744,9 +816,9 @@ public Builder setExecutionDuration( */ public Builder mergeExecutionDuration(com.google.protobuf.Duration value) { if (executionDurationBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) && - executionDuration_ != null && - executionDuration_ != com.google.protobuf.Duration.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) + && executionDuration_ != null + && executionDuration_ != com.google.protobuf.Duration.getDefaultInstance()) { getExecutionDurationBuilder().mergeFrom(value); } else { executionDuration_ = value; @@ -761,6 +833,8 @@ public Builder mergeExecutionDuration(com.google.protobuf.Duration value) { return this; } /** + * + * *
      * Total time to execute the query in the backend.
      * 
@@ -778,6 +852,8 @@ public Builder clearExecutionDuration() { return this; } /** + * + * *
      * Total time to execute the query in the backend.
      * 
@@ -790,6 +866,8 @@ public com.google.protobuf.Duration.Builder getExecutionDurationBuilder() { return getExecutionDurationFieldBuilder().getBuilder(); } /** + * + * *
      * Total time to execute the query in the backend.
      * 
@@ -800,11 +878,14 @@ public com.google.protobuf.DurationOrBuilder getExecutionDurationOrBuilder() { if (executionDurationBuilder_ != null) { return executionDurationBuilder_.getMessageOrBuilder(); } else { - return executionDuration_ == null ? - com.google.protobuf.Duration.getDefaultInstance() : executionDuration_; + return executionDuration_ == null + ? com.google.protobuf.Duration.getDefaultInstance() + : executionDuration_; } } /** + * + * *
      * Total time to execute the query in the backend.
      * 
@@ -812,26 +893,32 @@ public com.google.protobuf.DurationOrBuilder getExecutionDurationOrBuilder() { * .google.protobuf.Duration execution_duration = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> + com.google.protobuf.Duration, + com.google.protobuf.Duration.Builder, + com.google.protobuf.DurationOrBuilder> getExecutionDurationFieldBuilder() { if (executionDurationBuilder_ == null) { - executionDurationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>( - getExecutionDuration(), - getParentForChildren(), - isClean()); + executionDurationBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Duration, + com.google.protobuf.Duration.Builder, + com.google.protobuf.DurationOrBuilder>( + getExecutionDuration(), getParentForChildren(), isClean()); executionDuration_ = null; } return executionDurationBuilder_; } - private long readOperations_ ; + private long readOperations_; /** + * + * *
      * Total billable read operations.
      * 
* * int64 read_operations = 4; + * * @return The readOperations. */ @java.lang.Override @@ -839,11 +926,14 @@ public long getReadOperations() { return readOperations_; } /** + * + * *
      * Total billable read operations.
      * 
* * int64 read_operations = 4; + * * @param value The readOperations to set. * @return This builder for chaining. */ @@ -855,11 +945,14 @@ public Builder setReadOperations(long value) { return this; } /** + * + * *
      * Total billable read operations.
      * 
* * int64 read_operations = 4; + * * @return This builder for chaining. */ public Builder clearReadOperations() { @@ -871,8 +964,13 @@ public Builder clearReadOperations() { private com.google.protobuf.Struct debugStats_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> debugStatsBuilder_; + com.google.protobuf.Struct, + com.google.protobuf.Struct.Builder, + com.google.protobuf.StructOrBuilder> + debugStatsBuilder_; /** + * + * *
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -889,12 +987,15 @@ public Builder clearReadOperations() {
      * 
* * .google.protobuf.Struct debug_stats = 5; + * * @return Whether the debugStats field is set. */ public boolean hasDebugStats() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -911,6 +1012,7 @@ public boolean hasDebugStats() {
      * 
* * .google.protobuf.Struct debug_stats = 5; + * * @return The debugStats. */ public com.google.protobuf.Struct getDebugStats() { @@ -921,6 +1023,8 @@ public com.google.protobuf.Struct getDebugStats() { } } /** + * + * *
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -952,6 +1056,8 @@ public Builder setDebugStats(com.google.protobuf.Struct value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -969,8 +1075,7 @@ public Builder setDebugStats(com.google.protobuf.Struct value) {
      *
      * .google.protobuf.Struct debug_stats = 5;
      */
-    public Builder setDebugStats(
-        com.google.protobuf.Struct.Builder builderForValue) {
+    public Builder setDebugStats(com.google.protobuf.Struct.Builder builderForValue) {
       if (debugStatsBuilder_ == null) {
         debugStats_ = builderForValue.build();
       } else {
@@ -981,6 +1086,8 @@ public Builder setDebugStats(
       return this;
     }
     /**
+     *
+     *
      * 
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -1000,9 +1107,9 @@ public Builder setDebugStats(
      */
     public Builder mergeDebugStats(com.google.protobuf.Struct value) {
       if (debugStatsBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0) &&
-          debugStats_ != null &&
-          debugStats_ != com.google.protobuf.Struct.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0)
+            && debugStats_ != null
+            && debugStats_ != com.google.protobuf.Struct.getDefaultInstance()) {
           getDebugStatsBuilder().mergeFrom(value);
         } else {
           debugStats_ = value;
@@ -1017,6 +1124,8 @@ public Builder mergeDebugStats(com.google.protobuf.Struct value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -1045,6 +1154,8 @@ public Builder clearDebugStats() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -1068,6 +1179,8 @@ public com.google.protobuf.Struct.Builder getDebugStatsBuilder() {
       return getDebugStatsFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -1089,11 +1202,12 @@ public com.google.protobuf.StructOrBuilder getDebugStatsOrBuilder() {
       if (debugStatsBuilder_ != null) {
         return debugStatsBuilder_.getMessageOrBuilder();
       } else {
-        return debugStats_ == null ?
-            com.google.protobuf.Struct.getDefaultInstance() : debugStats_;
+        return debugStats_ == null ? com.google.protobuf.Struct.getDefaultInstance() : debugStats_;
       }
     }
     /**
+     *
+     *
      * 
      * Debugging statistics from the execution of the query. Note that the
      * debugging stats are subject to change as Firestore evolves. It could
@@ -1112,21 +1226,24 @@ public com.google.protobuf.StructOrBuilder getDebugStatsOrBuilder() {
      * .google.protobuf.Struct debug_stats = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> 
+            com.google.protobuf.Struct,
+            com.google.protobuf.Struct.Builder,
+            com.google.protobuf.StructOrBuilder>
         getDebugStatsFieldBuilder() {
       if (debugStatsBuilder_ == null) {
-        debugStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder>(
-                getDebugStats(),
-                getParentForChildren(),
-                isClean());
+        debugStatsBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Struct,
+                com.google.protobuf.Struct.Builder,
+                com.google.protobuf.StructOrBuilder>(
+                getDebugStats(), getParentForChildren(), isClean());
         debugStats_ = null;
       }
       return debugStatsBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1136,12 +1253,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.ExecutionStats)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.ExecutionStats)
   private static final com.google.firestore.v1.ExecutionStats DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.ExecutionStats();
   }
@@ -1150,27 +1267,27 @@ public static com.google.firestore.v1.ExecutionStats getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public ExecutionStats parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public ExecutionStats parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1185,6 +1302,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.ExecutionStats getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStatsOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStatsOrBuilder.java
similarity index 81%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStatsOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStatsOrBuilder.java
index 95fd74c27..ec86aab5e 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStatsOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExecutionStatsOrBuilder.java
@@ -1,43 +1,70 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/query_profile.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface ExecutionStatsOrBuilder extends
+public interface ExecutionStatsOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.ExecutionStats)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Total number of results returned, including documents, projections,
    * aggregation results, keys.
    * 
* * int64 results_returned = 1; + * * @return The resultsReturned. */ long getResultsReturned(); /** + * + * *
    * Total time to execute the query in the backend.
    * 
* * .google.protobuf.Duration execution_duration = 3; + * * @return Whether the executionDuration field is set. */ boolean hasExecutionDuration(); /** + * + * *
    * Total time to execute the query in the backend.
    * 
* * .google.protobuf.Duration execution_duration = 3; + * * @return The executionDuration. */ com.google.protobuf.Duration getExecutionDuration(); /** + * + * *
    * Total time to execute the query in the backend.
    * 
@@ -47,16 +74,21 @@ public interface ExecutionStatsOrBuilder extends com.google.protobuf.DurationOrBuilder getExecutionDurationOrBuilder(); /** + * + * *
    * Total billable read operations.
    * 
* * int64 read_operations = 4; + * * @return The readOperations. */ long getReadOperations(); /** + * + * *
    * Debugging statistics from the execution of the query. Note that the
    * debugging stats are subject to change as Firestore evolves. It could
@@ -73,10 +105,13 @@ public interface ExecutionStatsOrBuilder extends
    * 
* * .google.protobuf.Struct debug_stats = 5; + * * @return Whether the debugStats field is set. */ boolean hasDebugStats(); /** + * + * *
    * Debugging statistics from the execution of the query. Note that the
    * debugging stats are subject to change as Firestore evolves. It could
@@ -93,10 +128,13 @@ public interface ExecutionStatsOrBuilder extends
    * 
* * .google.protobuf.Struct debug_stats = 5; + * * @return The debugStats. */ com.google.protobuf.Struct getDebugStats(); /** + * + * *
    * Debugging statistics from the execution of the query. Note that the
    * debugging stats are subject to change as Firestore evolves. It could
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilter.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilter.java
similarity index 77%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilter.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilter.java
index faac0b6c0..e6b018774 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilter.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilter.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
@@ -5,53 +20,59 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * A digest of all the documents that match a given target.
  * 
* * Protobuf type {@code google.firestore.v1.ExistenceFilter} */ -public final class ExistenceFilter extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ExistenceFilter extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.ExistenceFilter) ExistenceFilterOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ExistenceFilter.newBuilder() to construct. private ExistenceFilter(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ExistenceFilter() { - } + + private ExistenceFilter() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ExistenceFilter(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_ExistenceFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_ExistenceFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_ExistenceFilter_fieldAccessorTable + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_ExistenceFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExistenceFilter.class, com.google.firestore.v1.ExistenceFilter.Builder.class); + com.google.firestore.v1.ExistenceFilter.class, + com.google.firestore.v1.ExistenceFilter.Builder.class); } private int bitField0_; public static final int TARGET_ID_FIELD_NUMBER = 1; private int targetId_ = 0; /** + * + * *
    * The target ID to which this filter applies.
    * 
* * int32 target_id = 1; + * * @return The targetId. */ @java.lang.Override @@ -62,6 +83,8 @@ public int getTargetId() { public static final int COUNT_FIELD_NUMBER = 2; private int count_ = 0; /** + * + * *
    * The total count of documents that match
    * [target_id][google.firestore.v1.ExistenceFilter.target_id].
@@ -76,6 +99,7 @@ public int getTargetId() {
    * 
* * int32 count = 2; + * * @return The count. */ @java.lang.Override @@ -86,6 +110,8 @@ public int getCount() { public static final int UNCHANGED_NAMES_FIELD_NUMBER = 3; private com.google.firestore.v1.BloomFilter unchangedNames_; /** + * + * *
    * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
    * the resource names of ALL the documents that match
@@ -101,6 +127,7 @@ public int getCount() {
    * 
* * .google.firestore.v1.BloomFilter unchanged_names = 3; + * * @return Whether the unchangedNames field is set. */ @java.lang.Override @@ -108,6 +135,8 @@ public boolean hasUnchangedNames() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
    * the resource names of ALL the documents that match
@@ -123,13 +152,18 @@ public boolean hasUnchangedNames() {
    * 
* * .google.firestore.v1.BloomFilter unchanged_names = 3; + * * @return The unchangedNames. */ @java.lang.Override public com.google.firestore.v1.BloomFilter getUnchangedNames() { - return unchangedNames_ == null ? com.google.firestore.v1.BloomFilter.getDefaultInstance() : unchangedNames_; + return unchangedNames_ == null + ? com.google.firestore.v1.BloomFilter.getDefaultInstance() + : unchangedNames_; } /** + * + * *
    * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
    * the resource names of ALL the documents that match
@@ -148,10 +182,13 @@ public com.google.firestore.v1.BloomFilter getUnchangedNames() {
    */
   @java.lang.Override
   public com.google.firestore.v1.BloomFilterOrBuilder getUnchangedNamesOrBuilder() {
-    return unchangedNames_ == null ? com.google.firestore.v1.BloomFilter.getDefaultInstance() : unchangedNames_;
+    return unchangedNames_ == null
+        ? com.google.firestore.v1.BloomFilter.getDefaultInstance()
+        : unchangedNames_;
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -163,8 +200,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (targetId_ != 0) {
       output.writeInt32(1, targetId_);
     }
@@ -184,16 +220,13 @@ public int getSerializedSize() {
 
     size = 0;
     if (targetId_ != 0) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt32Size(1, targetId_);
+      size += com.google.protobuf.CodedOutputStream.computeInt32Size(1, targetId_);
     }
     if (count_ != 0) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt32Size(2, count_);
+      size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, count_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getUnchangedNames());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getUnchangedNames());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -203,21 +236,18 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.ExistenceFilter)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.ExistenceFilter other = (com.google.firestore.v1.ExistenceFilter) obj;
 
-    if (getTargetId()
-        != other.getTargetId()) return false;
-    if (getCount()
-        != other.getCount()) return false;
+    if (getTargetId() != other.getTargetId()) return false;
+    if (getCount() != other.getCount()) return false;
     if (hasUnchangedNames() != other.hasUnchangedNames()) return false;
     if (hasUnchangedNames()) {
-      if (!getUnchangedNames()
-          .equals(other.getUnchangedNames())) return false;
+      if (!getUnchangedNames().equals(other.getUnchangedNames())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -243,120 +273,127 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.ExistenceFilter parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.ExistenceFilter parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ExistenceFilter parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ExistenceFilter parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ExistenceFilter parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ExistenceFilter parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ExistenceFilter parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ExistenceFilter parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.ExistenceFilter parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.ExistenceFilter parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.ExistenceFilter parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.ExistenceFilter parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ExistenceFilter parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.ExistenceFilter parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.ExistenceFilter prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * A digest of all the documents that match a given target.
    * 
* * Protobuf type {@code google.firestore.v1.ExistenceFilter} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.ExistenceFilter) com.google.firestore.v1.ExistenceFilterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_ExistenceFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_ExistenceFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_ExistenceFilter_fieldAccessorTable + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_ExistenceFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExistenceFilter.class, com.google.firestore.v1.ExistenceFilter.Builder.class); + com.google.firestore.v1.ExistenceFilter.class, + com.google.firestore.v1.ExistenceFilter.Builder.class); } // Construct using com.google.firestore.v1.ExistenceFilter.newBuilder() @@ -364,17 +401,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getUnchangedNamesFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -390,9 +427,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_ExistenceFilter_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_ExistenceFilter_descriptor; } @java.lang.Override @@ -411,8 +448,11 @@ public com.google.firestore.v1.ExistenceFilter build() { @java.lang.Override public com.google.firestore.v1.ExistenceFilter buildPartial() { - com.google.firestore.v1.ExistenceFilter result = new com.google.firestore.v1.ExistenceFilter(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.ExistenceFilter result = + new com.google.firestore.v1.ExistenceFilter(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -427,9 +467,8 @@ private void buildPartial0(com.google.firestore.v1.ExistenceFilter result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000004) != 0)) { - result.unchangedNames_ = unchangedNamesBuilder_ == null - ? unchangedNames_ - : unchangedNamesBuilder_.build(); + result.unchangedNames_ = + unchangedNamesBuilder_ == null ? unchangedNames_ : unchangedNamesBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; @@ -439,38 +478,39 @@ private void buildPartial0(com.google.firestore.v1.ExistenceFilter result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.ExistenceFilter) { - return mergeFrom((com.google.firestore.v1.ExistenceFilter)other); + return mergeFrom((com.google.firestore.v1.ExistenceFilter) other); } else { super.mergeFrom(other); return this; @@ -514,29 +554,31 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - targetId_ = input.readInt32(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 16: { - count_ = input.readInt32(); - bitField0_ |= 0x00000002; - break; - } // case 16 - case 26: { - input.readMessage( - getUnchangedNamesFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000004; - break; - } // case 26 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + targetId_ = input.readInt32(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 16: + { + count_ = input.readInt32(); + bitField0_ |= 0x00000002; + break; + } // case 16 + case 26: + { + input.readMessage(getUnchangedNamesFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000004; + break; + } // case 26 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -546,15 +588,19 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; - private int targetId_ ; + private int targetId_; /** + * + * *
      * The target ID to which this filter applies.
      * 
* * int32 target_id = 1; + * * @return The targetId. */ @java.lang.Override @@ -562,11 +608,14 @@ public int getTargetId() { return targetId_; } /** + * + * *
      * The target ID to which this filter applies.
      * 
* * int32 target_id = 1; + * * @param value The targetId to set. * @return This builder for chaining. */ @@ -578,11 +627,14 @@ public Builder setTargetId(int value) { return this; } /** + * + * *
      * The target ID to which this filter applies.
      * 
* * int32 target_id = 1; + * * @return This builder for chaining. */ public Builder clearTargetId() { @@ -592,8 +644,10 @@ public Builder clearTargetId() { return this; } - private int count_ ; + private int count_; /** + * + * *
      * The total count of documents that match
      * [target_id][google.firestore.v1.ExistenceFilter.target_id].
@@ -608,6 +662,7 @@ public Builder clearTargetId() {
      * 
* * int32 count = 2; + * * @return The count. */ @java.lang.Override @@ -615,6 +670,8 @@ public int getCount() { return count_; } /** + * + * *
      * The total count of documents that match
      * [target_id][google.firestore.v1.ExistenceFilter.target_id].
@@ -629,6 +686,7 @@ public int getCount() {
      * 
* * int32 count = 2; + * * @param value The count to set. * @return This builder for chaining. */ @@ -640,6 +698,8 @@ public Builder setCount(int value) { return this; } /** + * + * *
      * The total count of documents that match
      * [target_id][google.firestore.v1.ExistenceFilter.target_id].
@@ -654,6 +714,7 @@ public Builder setCount(int value) {
      * 
* * int32 count = 2; + * * @return This builder for chaining. */ public Builder clearCount() { @@ -665,8 +726,13 @@ public Builder clearCount() { private com.google.firestore.v1.BloomFilter unchangedNames_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.BloomFilter, com.google.firestore.v1.BloomFilter.Builder, com.google.firestore.v1.BloomFilterOrBuilder> unchangedNamesBuilder_; + com.google.firestore.v1.BloomFilter, + com.google.firestore.v1.BloomFilter.Builder, + com.google.firestore.v1.BloomFilterOrBuilder> + unchangedNamesBuilder_; /** + * + * *
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -682,12 +748,15 @@ public Builder clearCount() {
      * 
* * .google.firestore.v1.BloomFilter unchanged_names = 3; + * * @return Whether the unchangedNames field is set. */ public boolean hasUnchangedNames() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -703,16 +772,21 @@ public boolean hasUnchangedNames() {
      * 
* * .google.firestore.v1.BloomFilter unchanged_names = 3; + * * @return The unchangedNames. */ public com.google.firestore.v1.BloomFilter getUnchangedNames() { if (unchangedNamesBuilder_ == null) { - return unchangedNames_ == null ? com.google.firestore.v1.BloomFilter.getDefaultInstance() : unchangedNames_; + return unchangedNames_ == null + ? com.google.firestore.v1.BloomFilter.getDefaultInstance() + : unchangedNames_; } else { return unchangedNamesBuilder_.getMessage(); } } /** + * + * *
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -743,6 +817,8 @@ public Builder setUnchangedNames(com.google.firestore.v1.BloomFilter value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -759,8 +835,7 @@ public Builder setUnchangedNames(com.google.firestore.v1.BloomFilter value) {
      *
      * .google.firestore.v1.BloomFilter unchanged_names = 3;
      */
-    public Builder setUnchangedNames(
-        com.google.firestore.v1.BloomFilter.Builder builderForValue) {
+    public Builder setUnchangedNames(com.google.firestore.v1.BloomFilter.Builder builderForValue) {
       if (unchangedNamesBuilder_ == null) {
         unchangedNames_ = builderForValue.build();
       } else {
@@ -771,6 +846,8 @@ public Builder setUnchangedNames(
       return this;
     }
     /**
+     *
+     *
      * 
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -789,9 +866,9 @@ public Builder setUnchangedNames(
      */
     public Builder mergeUnchangedNames(com.google.firestore.v1.BloomFilter value) {
       if (unchangedNamesBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0) &&
-          unchangedNames_ != null &&
-          unchangedNames_ != com.google.firestore.v1.BloomFilter.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0)
+            && unchangedNames_ != null
+            && unchangedNames_ != com.google.firestore.v1.BloomFilter.getDefaultInstance()) {
           getUnchangedNamesBuilder().mergeFrom(value);
         } else {
           unchangedNames_ = value;
@@ -806,6 +883,8 @@ public Builder mergeUnchangedNames(com.google.firestore.v1.BloomFilter value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -833,6 +912,8 @@ public Builder clearUnchangedNames() {
       return this;
     }
     /**
+     *
+     *
      * 
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -855,6 +936,8 @@ public com.google.firestore.v1.BloomFilter.Builder getUnchangedNamesBuilder() {
       return getUnchangedNamesFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -875,11 +958,14 @@ public com.google.firestore.v1.BloomFilterOrBuilder getUnchangedNamesOrBuilder()
       if (unchangedNamesBuilder_ != null) {
         return unchangedNamesBuilder_.getMessageOrBuilder();
       } else {
-        return unchangedNames_ == null ?
-            com.google.firestore.v1.BloomFilter.getDefaultInstance() : unchangedNames_;
+        return unchangedNames_ == null
+            ? com.google.firestore.v1.BloomFilter.getDefaultInstance()
+            : unchangedNames_;
       }
     }
     /**
+     *
+     *
      * 
      * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
      * the resource names of ALL the documents that match
@@ -897,21 +983,24 @@ public com.google.firestore.v1.BloomFilterOrBuilder getUnchangedNamesOrBuilder()
      * .google.firestore.v1.BloomFilter unchanged_names = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.BloomFilter, com.google.firestore.v1.BloomFilter.Builder, com.google.firestore.v1.BloomFilterOrBuilder> 
+            com.google.firestore.v1.BloomFilter,
+            com.google.firestore.v1.BloomFilter.Builder,
+            com.google.firestore.v1.BloomFilterOrBuilder>
         getUnchangedNamesFieldBuilder() {
       if (unchangedNamesBuilder_ == null) {
-        unchangedNamesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.BloomFilter, com.google.firestore.v1.BloomFilter.Builder, com.google.firestore.v1.BloomFilterOrBuilder>(
-                getUnchangedNames(),
-                getParentForChildren(),
-                isClean());
+        unchangedNamesBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.BloomFilter,
+                com.google.firestore.v1.BloomFilter.Builder,
+                com.google.firestore.v1.BloomFilterOrBuilder>(
+                getUnchangedNames(), getParentForChildren(), isClean());
         unchangedNames_ = null;
       }
       return unchangedNamesBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -921,12 +1010,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.ExistenceFilter)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.ExistenceFilter)
   private static final com.google.firestore.v1.ExistenceFilter DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.ExistenceFilter();
   }
@@ -935,27 +1024,27 @@ public static com.google.firestore.v1.ExistenceFilter getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public ExistenceFilter parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public ExistenceFilter parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -970,6 +1059,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.ExistenceFilter getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilterOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilterOrBuilder.java
similarity index 84%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilterOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilterOrBuilder.java
index 9bd55243f..0236635ef 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilterOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExistenceFilterOrBuilder.java
@@ -1,24 +1,45 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface ExistenceFilterOrBuilder extends
+public interface ExistenceFilterOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.ExistenceFilter)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The target ID to which this filter applies.
    * 
* * int32 target_id = 1; + * * @return The targetId. */ int getTargetId(); /** + * + * *
    * The total count of documents that match
    * [target_id][google.firestore.v1.ExistenceFilter.target_id].
@@ -33,11 +54,14 @@ public interface ExistenceFilterOrBuilder extends
    * 
* * int32 count = 2; + * * @return The count. */ int getCount(); /** + * + * *
    * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
    * the resource names of ALL the documents that match
@@ -53,10 +77,13 @@ public interface ExistenceFilterOrBuilder extends
    * 
* * .google.firestore.v1.BloomFilter unchanged_names = 3; + * * @return Whether the unchangedNames field is set. */ boolean hasUnchangedNames(); /** + * + * *
    * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
    * the resource names of ALL the documents that match
@@ -72,10 +99,13 @@ public interface ExistenceFilterOrBuilder extends
    * 
* * .google.firestore.v1.BloomFilter unchanged_names = 3; + * * @return The unchangedNames. */ com.google.firestore.v1.BloomFilter getUnchangedNames(); /** + * + * *
    * A bloom filter that, despite its name, contains the UTF-8 byte encodings of
    * the resource names of ALL the documents that match
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetrics.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetrics.java
similarity index 70%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetrics.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetrics.java
index 0263dce22..4507ad57f 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetrics.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetrics.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/query_profile.proto
 
@@ -5,53 +20,59 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * Explain metrics for the query.
  * 
* * Protobuf type {@code google.firestore.v1.ExplainMetrics} */ -public final class ExplainMetrics extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ExplainMetrics extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.ExplainMetrics) ExplainMetricsOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ExplainMetrics.newBuilder() to construct. private ExplainMetrics(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ExplainMetrics() { - } + + private ExplainMetrics() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ExplainMetrics(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainMetrics_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExplainMetrics_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainMetrics_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExplainMetrics_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExplainMetrics.class, com.google.firestore.v1.ExplainMetrics.Builder.class); + com.google.firestore.v1.ExplainMetrics.class, + com.google.firestore.v1.ExplainMetrics.Builder.class); } private int bitField0_; public static final int PLAN_SUMMARY_FIELD_NUMBER = 1; private com.google.firestore.v1.PlanSummary planSummary_; /** + * + * *
    * Planning phase information for the query.
    * 
* * .google.firestore.v1.PlanSummary plan_summary = 1; + * * @return Whether the planSummary field is set. */ @java.lang.Override @@ -59,18 +80,25 @@ public boolean hasPlanSummary() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Planning phase information for the query.
    * 
* * .google.firestore.v1.PlanSummary plan_summary = 1; + * * @return The planSummary. */ @java.lang.Override public com.google.firestore.v1.PlanSummary getPlanSummary() { - return planSummary_ == null ? com.google.firestore.v1.PlanSummary.getDefaultInstance() : planSummary_; + return planSummary_ == null + ? com.google.firestore.v1.PlanSummary.getDefaultInstance() + : planSummary_; } /** + * + * *
    * Planning phase information for the query.
    * 
@@ -79,12 +107,16 @@ public com.google.firestore.v1.PlanSummary getPlanSummary() { */ @java.lang.Override public com.google.firestore.v1.PlanSummaryOrBuilder getPlanSummaryOrBuilder() { - return planSummary_ == null ? com.google.firestore.v1.PlanSummary.getDefaultInstance() : planSummary_; + return planSummary_ == null + ? com.google.firestore.v1.PlanSummary.getDefaultInstance() + : planSummary_; } public static final int EXECUTION_STATS_FIELD_NUMBER = 2; private com.google.firestore.v1.ExecutionStats executionStats_; /** + * + * *
    * Aggregated stats from the execution of the query. Only present when
    * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -92,6 +124,7 @@ public com.google.firestore.v1.PlanSummaryOrBuilder getPlanSummaryOrBuilder() {
    * 
* * .google.firestore.v1.ExecutionStats execution_stats = 2; + * * @return Whether the executionStats field is set. */ @java.lang.Override @@ -99,6 +132,8 @@ public boolean hasExecutionStats() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * Aggregated stats from the execution of the query. Only present when
    * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -106,13 +141,18 @@ public boolean hasExecutionStats() {
    * 
* * .google.firestore.v1.ExecutionStats execution_stats = 2; + * * @return The executionStats. */ @java.lang.Override public com.google.firestore.v1.ExecutionStats getExecutionStats() { - return executionStats_ == null ? com.google.firestore.v1.ExecutionStats.getDefaultInstance() : executionStats_; + return executionStats_ == null + ? com.google.firestore.v1.ExecutionStats.getDefaultInstance() + : executionStats_; } /** + * + * *
    * Aggregated stats from the execution of the query. Only present when
    * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -123,10 +163,13 @@ public com.google.firestore.v1.ExecutionStats getExecutionStats() {
    */
   @java.lang.Override
   public com.google.firestore.v1.ExecutionStatsOrBuilder getExecutionStatsOrBuilder() {
-    return executionStats_ == null ? com.google.firestore.v1.ExecutionStats.getDefaultInstance() : executionStats_;
+    return executionStats_ == null
+        ? com.google.firestore.v1.ExecutionStats.getDefaultInstance()
+        : executionStats_;
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -138,8 +181,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getPlanSummary());
     }
@@ -156,12 +198,10 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, getPlanSummary());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getPlanSummary());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, getExecutionStats());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getExecutionStats());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -171,7 +211,7 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.ExplainMetrics)) {
       return super.equals(obj);
@@ -180,13 +220,11 @@ public boolean equals(final java.lang.Object obj) {
 
     if (hasPlanSummary() != other.hasPlanSummary()) return false;
     if (hasPlanSummary()) {
-      if (!getPlanSummary()
-          .equals(other.getPlanSummary())) return false;
+      if (!getPlanSummary().equals(other.getPlanSummary())) return false;
     }
     if (hasExecutionStats() != other.hasExecutionStats()) return false;
     if (hasExecutionStats()) {
-      if (!getExecutionStats()
-          .equals(other.getExecutionStats())) return false;
+      if (!getExecutionStats().equals(other.getExecutionStats())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -212,120 +250,127 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.ExplainMetrics parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.ExplainMetrics parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ExplainMetrics parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ExplainMetrics parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ExplainMetrics parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ExplainMetrics parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ExplainMetrics parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ExplainMetrics parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.ExplainMetrics parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.ExplainMetrics parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.ExplainMetrics parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ExplainMetrics parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.ExplainMetrics parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.ExplainMetrics prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Explain metrics for the query.
    * 
* * Protobuf type {@code google.firestore.v1.ExplainMetrics} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.ExplainMetrics) com.google.firestore.v1.ExplainMetricsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainMetrics_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExplainMetrics_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainMetrics_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExplainMetrics_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExplainMetrics.class, com.google.firestore.v1.ExplainMetrics.Builder.class); + com.google.firestore.v1.ExplainMetrics.class, + com.google.firestore.v1.ExplainMetrics.Builder.class); } // Construct using com.google.firestore.v1.ExplainMetrics.newBuilder() @@ -333,18 +378,18 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getPlanSummaryFieldBuilder(); getExecutionStatsFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -363,9 +408,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainMetrics_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExplainMetrics_descriptor; } @java.lang.Override @@ -384,8 +429,11 @@ public com.google.firestore.v1.ExplainMetrics build() { @java.lang.Override public com.google.firestore.v1.ExplainMetrics buildPartial() { - com.google.firestore.v1.ExplainMetrics result = new com.google.firestore.v1.ExplainMetrics(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.ExplainMetrics result = + new com.google.firestore.v1.ExplainMetrics(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -394,15 +442,13 @@ private void buildPartial0(com.google.firestore.v1.ExplainMetrics result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { - result.planSummary_ = planSummaryBuilder_ == null - ? planSummary_ - : planSummaryBuilder_.build(); + result.planSummary_ = + planSummaryBuilder_ == null ? planSummary_ : planSummaryBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { - result.executionStats_ = executionStatsBuilder_ == null - ? executionStats_ - : executionStatsBuilder_.build(); + result.executionStats_ = + executionStatsBuilder_ == null ? executionStats_ : executionStatsBuilder_.build(); to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; @@ -412,38 +458,39 @@ private void buildPartial0(com.google.firestore.v1.ExplainMetrics result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.ExplainMetrics) { - return mergeFrom((com.google.firestore.v1.ExplainMetrics)other); + return mergeFrom((com.google.firestore.v1.ExplainMetrics) other); } else { super.mergeFrom(other); return this; @@ -484,26 +531,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getPlanSummaryFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: { - input.readMessage( - getExecutionStatsFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + input.readMessage(getPlanSummaryFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: + { + input.readMessage(getExecutionStatsFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -513,38 +559,52 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private com.google.firestore.v1.PlanSummary planSummary_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.PlanSummary, com.google.firestore.v1.PlanSummary.Builder, com.google.firestore.v1.PlanSummaryOrBuilder> planSummaryBuilder_; + com.google.firestore.v1.PlanSummary, + com.google.firestore.v1.PlanSummary.Builder, + com.google.firestore.v1.PlanSummaryOrBuilder> + planSummaryBuilder_; /** + * + * *
      * Planning phase information for the query.
      * 
* * .google.firestore.v1.PlanSummary plan_summary = 1; + * * @return Whether the planSummary field is set. */ public boolean hasPlanSummary() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Planning phase information for the query.
      * 
* * .google.firestore.v1.PlanSummary plan_summary = 1; + * * @return The planSummary. */ public com.google.firestore.v1.PlanSummary getPlanSummary() { if (planSummaryBuilder_ == null) { - return planSummary_ == null ? com.google.firestore.v1.PlanSummary.getDefaultInstance() : planSummary_; + return planSummary_ == null + ? com.google.firestore.v1.PlanSummary.getDefaultInstance() + : planSummary_; } else { return planSummaryBuilder_.getMessage(); } } /** + * + * *
      * Planning phase information for the query.
      * 
@@ -565,14 +625,15 @@ public Builder setPlanSummary(com.google.firestore.v1.PlanSummary value) { return this; } /** + * + * *
      * Planning phase information for the query.
      * 
* * .google.firestore.v1.PlanSummary plan_summary = 1; */ - public Builder setPlanSummary( - com.google.firestore.v1.PlanSummary.Builder builderForValue) { + public Builder setPlanSummary(com.google.firestore.v1.PlanSummary.Builder builderForValue) { if (planSummaryBuilder_ == null) { planSummary_ = builderForValue.build(); } else { @@ -583,6 +644,8 @@ public Builder setPlanSummary( return this; } /** + * + * *
      * Planning phase information for the query.
      * 
@@ -591,9 +654,9 @@ public Builder setPlanSummary( */ public Builder mergePlanSummary(com.google.firestore.v1.PlanSummary value) { if (planSummaryBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - planSummary_ != null && - planSummary_ != com.google.firestore.v1.PlanSummary.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && planSummary_ != null + && planSummary_ != com.google.firestore.v1.PlanSummary.getDefaultInstance()) { getPlanSummaryBuilder().mergeFrom(value); } else { planSummary_ = value; @@ -608,6 +671,8 @@ public Builder mergePlanSummary(com.google.firestore.v1.PlanSummary value) { return this; } /** + * + * *
      * Planning phase information for the query.
      * 
@@ -625,6 +690,8 @@ public Builder clearPlanSummary() { return this; } /** + * + * *
      * Planning phase information for the query.
      * 
@@ -637,6 +704,8 @@ public com.google.firestore.v1.PlanSummary.Builder getPlanSummaryBuilder() { return getPlanSummaryFieldBuilder().getBuilder(); } /** + * + * *
      * Planning phase information for the query.
      * 
@@ -647,11 +716,14 @@ public com.google.firestore.v1.PlanSummaryOrBuilder getPlanSummaryOrBuilder() { if (planSummaryBuilder_ != null) { return planSummaryBuilder_.getMessageOrBuilder(); } else { - return planSummary_ == null ? - com.google.firestore.v1.PlanSummary.getDefaultInstance() : planSummary_; + return planSummary_ == null + ? com.google.firestore.v1.PlanSummary.getDefaultInstance() + : planSummary_; } } /** + * + * *
      * Planning phase information for the query.
      * 
@@ -659,14 +731,17 @@ public com.google.firestore.v1.PlanSummaryOrBuilder getPlanSummaryOrBuilder() { * .google.firestore.v1.PlanSummary plan_summary = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.PlanSummary, com.google.firestore.v1.PlanSummary.Builder, com.google.firestore.v1.PlanSummaryOrBuilder> + com.google.firestore.v1.PlanSummary, + com.google.firestore.v1.PlanSummary.Builder, + com.google.firestore.v1.PlanSummaryOrBuilder> getPlanSummaryFieldBuilder() { if (planSummaryBuilder_ == null) { - planSummaryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.PlanSummary, com.google.firestore.v1.PlanSummary.Builder, com.google.firestore.v1.PlanSummaryOrBuilder>( - getPlanSummary(), - getParentForChildren(), - isClean()); + planSummaryBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.PlanSummary, + com.google.firestore.v1.PlanSummary.Builder, + com.google.firestore.v1.PlanSummaryOrBuilder>( + getPlanSummary(), getParentForChildren(), isClean()); planSummary_ = null; } return planSummaryBuilder_; @@ -674,8 +749,13 @@ public com.google.firestore.v1.PlanSummaryOrBuilder getPlanSummaryOrBuilder() { private com.google.firestore.v1.ExecutionStats executionStats_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.ExecutionStats, com.google.firestore.v1.ExecutionStats.Builder, com.google.firestore.v1.ExecutionStatsOrBuilder> executionStatsBuilder_; + com.google.firestore.v1.ExecutionStats, + com.google.firestore.v1.ExecutionStats.Builder, + com.google.firestore.v1.ExecutionStatsOrBuilder> + executionStatsBuilder_; /** + * + * *
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -683,12 +763,15 @@ public com.google.firestore.v1.PlanSummaryOrBuilder getPlanSummaryOrBuilder() {
      * 
* * .google.firestore.v1.ExecutionStats execution_stats = 2; + * * @return Whether the executionStats field is set. */ public boolean hasExecutionStats() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -696,16 +779,21 @@ public boolean hasExecutionStats() {
      * 
* * .google.firestore.v1.ExecutionStats execution_stats = 2; + * * @return The executionStats. */ public com.google.firestore.v1.ExecutionStats getExecutionStats() { if (executionStatsBuilder_ == null) { - return executionStats_ == null ? com.google.firestore.v1.ExecutionStats.getDefaultInstance() : executionStats_; + return executionStats_ == null + ? com.google.firestore.v1.ExecutionStats.getDefaultInstance() + : executionStats_; } else { return executionStatsBuilder_.getMessage(); } } /** + * + * *
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -728,6 +816,8 @@ public Builder setExecutionStats(com.google.firestore.v1.ExecutionStats value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -748,6 +838,8 @@ public Builder setExecutionStats(
       return this;
     }
     /**
+     *
+     *
      * 
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -758,9 +850,9 @@ public Builder setExecutionStats(
      */
     public Builder mergeExecutionStats(com.google.firestore.v1.ExecutionStats value) {
       if (executionStatsBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0) &&
-          executionStats_ != null &&
-          executionStats_ != com.google.firestore.v1.ExecutionStats.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0)
+            && executionStats_ != null
+            && executionStats_ != com.google.firestore.v1.ExecutionStats.getDefaultInstance()) {
           getExecutionStatsBuilder().mergeFrom(value);
         } else {
           executionStats_ = value;
@@ -775,6 +867,8 @@ public Builder mergeExecutionStats(com.google.firestore.v1.ExecutionStats value)
       return this;
     }
     /**
+     *
+     *
      * 
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -794,6 +888,8 @@ public Builder clearExecutionStats() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -808,6 +904,8 @@ public com.google.firestore.v1.ExecutionStats.Builder getExecutionStatsBuilder()
       return getExecutionStatsFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -820,11 +918,14 @@ public com.google.firestore.v1.ExecutionStatsOrBuilder getExecutionStatsOrBuilde
       if (executionStatsBuilder_ != null) {
         return executionStatsBuilder_.getMessageOrBuilder();
       } else {
-        return executionStats_ == null ?
-            com.google.firestore.v1.ExecutionStats.getDefaultInstance() : executionStats_;
+        return executionStats_ == null
+            ? com.google.firestore.v1.ExecutionStats.getDefaultInstance()
+            : executionStats_;
       }
     }
     /**
+     *
+     *
      * 
      * Aggregated stats from the execution of the query. Only present when
      * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -834,21 +935,24 @@ public com.google.firestore.v1.ExecutionStatsOrBuilder getExecutionStatsOrBuilde
      * .google.firestore.v1.ExecutionStats execution_stats = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.ExecutionStats, com.google.firestore.v1.ExecutionStats.Builder, com.google.firestore.v1.ExecutionStatsOrBuilder> 
+            com.google.firestore.v1.ExecutionStats,
+            com.google.firestore.v1.ExecutionStats.Builder,
+            com.google.firestore.v1.ExecutionStatsOrBuilder>
         getExecutionStatsFieldBuilder() {
       if (executionStatsBuilder_ == null) {
-        executionStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.ExecutionStats, com.google.firestore.v1.ExecutionStats.Builder, com.google.firestore.v1.ExecutionStatsOrBuilder>(
-                getExecutionStats(),
-                getParentForChildren(),
-                isClean());
+        executionStatsBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.ExecutionStats,
+                com.google.firestore.v1.ExecutionStats.Builder,
+                com.google.firestore.v1.ExecutionStatsOrBuilder>(
+                getExecutionStats(), getParentForChildren(), isClean());
         executionStats_ = null;
       }
       return executionStatsBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -858,12 +962,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.ExplainMetrics)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.ExplainMetrics)
   private static final com.google.firestore.v1.ExplainMetrics DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.ExplainMetrics();
   }
@@ -872,27 +976,27 @@ public static com.google.firestore.v1.ExplainMetrics getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public ExplainMetrics parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public ExplainMetrics parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -907,6 +1011,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.ExplainMetrics getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetricsOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetricsOrBuilder.java
similarity index 74%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetricsOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetricsOrBuilder.java
index 2596c9360..b66033555 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetricsOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainMetricsOrBuilder.java
@@ -1,32 +1,56 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/query_profile.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface ExplainMetricsOrBuilder extends
+public interface ExplainMetricsOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.ExplainMetrics)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Planning phase information for the query.
    * 
* * .google.firestore.v1.PlanSummary plan_summary = 1; + * * @return Whether the planSummary field is set. */ boolean hasPlanSummary(); /** + * + * *
    * Planning phase information for the query.
    * 
* * .google.firestore.v1.PlanSummary plan_summary = 1; + * * @return The planSummary. */ com.google.firestore.v1.PlanSummary getPlanSummary(); /** + * + * *
    * Planning phase information for the query.
    * 
@@ -36,6 +60,8 @@ public interface ExplainMetricsOrBuilder extends com.google.firestore.v1.PlanSummaryOrBuilder getPlanSummaryOrBuilder(); /** + * + * *
    * Aggregated stats from the execution of the query. Only present when
    * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -43,10 +69,13 @@ public interface ExplainMetricsOrBuilder extends
    * 
* * .google.firestore.v1.ExecutionStats execution_stats = 2; + * * @return Whether the executionStats field is set. */ boolean hasExecutionStats(); /** + * + * *
    * Aggregated stats from the execution of the query. Only present when
    * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
@@ -54,10 +83,13 @@ public interface ExplainMetricsOrBuilder extends
    * 
* * .google.firestore.v1.ExecutionStats execution_stats = 2; + * * @return The executionStats. */ com.google.firestore.v1.ExecutionStats getExecutionStats(); /** + * + * *
    * Aggregated stats from the execution of the query. Only present when
    * [ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptions.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptions.java
similarity index 67%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptions.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptions.java
index b194b3533..6e18d6a65 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptions.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptions.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/query_profile.proto
 
@@ -5,47 +20,52 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * Explain options for the query.
  * 
* * Protobuf type {@code google.firestore.v1.ExplainOptions} */ -public final class ExplainOptions extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ExplainOptions extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.ExplainOptions) ExplainOptionsOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ExplainOptions.newBuilder() to construct. private ExplainOptions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ExplainOptions() { - } + + private ExplainOptions() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ExplainOptions(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainOptions_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExplainOptions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainOptions_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExplainOptions_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExplainOptions.class, com.google.firestore.v1.ExplainOptions.Builder.class); + com.google.firestore.v1.ExplainOptions.class, + com.google.firestore.v1.ExplainOptions.Builder.class); } public static final int ANALYZE_FIELD_NUMBER = 1; private boolean analyze_ = false; /** + * + * *
    * Optional. Whether to execute this query.
    *
@@ -57,6 +77,7 @@ protected java.lang.Object newInstance(
    * 
* * bool analyze = 1 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The analyze. */ @java.lang.Override @@ -65,6 +86,7 @@ public boolean getAnalyze() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -76,8 +98,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (analyze_ != false) { output.writeBool(1, analyze_); } @@ -91,8 +112,7 @@ public int getSerializedSize() { size = 0; if (analyze_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(1, analyze_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, analyze_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -102,15 +122,14 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.ExplainOptions)) { return super.equals(obj); } com.google.firestore.v1.ExplainOptions other = (com.google.firestore.v1.ExplainOptions) obj; - if (getAnalyze() - != other.getAnalyze()) return false; + if (getAnalyze() != other.getAnalyze()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -123,139 +142,142 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + ANALYZE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getAnalyze()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getAnalyze()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.firestore.v1.ExplainOptions parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.ExplainOptions parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ExplainOptions parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ExplainOptions parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ExplainOptions parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ExplainOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ExplainOptions parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ExplainOptions parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.ExplainOptions parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.v1.ExplainOptions parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.ExplainOptions parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.ExplainOptions parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.ExplainOptions parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.ExplainOptions prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Explain options for the query.
    * 
* * Protobuf type {@code google.firestore.v1.ExplainOptions} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.ExplainOptions) com.google.firestore.v1.ExplainOptionsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainOptions_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExplainOptions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainOptions_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExplainOptions_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ExplainOptions.class, com.google.firestore.v1.ExplainOptions.Builder.class); + com.google.firestore.v1.ExplainOptions.class, + com.google.firestore.v1.ExplainOptions.Builder.class); } // Construct using com.google.firestore.v1.ExplainOptions.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -265,9 +287,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_ExplainOptions_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_ExplainOptions_descriptor; } @java.lang.Override @@ -286,8 +308,11 @@ public com.google.firestore.v1.ExplainOptions build() { @java.lang.Override public com.google.firestore.v1.ExplainOptions buildPartial() { - com.google.firestore.v1.ExplainOptions result = new com.google.firestore.v1.ExplainOptions(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.ExplainOptions result = + new com.google.firestore.v1.ExplainOptions(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -303,38 +328,39 @@ private void buildPartial0(com.google.firestore.v1.ExplainOptions result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.ExplainOptions) { - return mergeFrom((com.google.firestore.v1.ExplainOptions)other); + return mergeFrom((com.google.firestore.v1.ExplainOptions) other); } else { super.mergeFrom(other); return this; @@ -372,17 +398,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - analyze_ = input.readBool(); - bitField0_ |= 0x00000001; - break; - } // case 8 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + analyze_ = input.readBool(); + bitField0_ |= 0x00000001; + break; + } // case 8 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -392,10 +420,13 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; - private boolean analyze_ ; + private boolean analyze_; /** + * + * *
      * Optional. Whether to execute this query.
      *
@@ -407,6 +438,7 @@ public Builder mergeFrom(
      * 
* * bool analyze = 1 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The analyze. */ @java.lang.Override @@ -414,6 +446,8 @@ public boolean getAnalyze() { return analyze_; } /** + * + * *
      * Optional. Whether to execute this query.
      *
@@ -425,6 +459,7 @@ public boolean getAnalyze() {
      * 
* * bool analyze = 1 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The analyze to set. * @return This builder for chaining. */ @@ -436,6 +471,8 @@ public Builder setAnalyze(boolean value) { return this; } /** + * + * *
      * Optional. Whether to execute this query.
      *
@@ -447,6 +484,7 @@ public Builder setAnalyze(boolean value) {
      * 
* * bool analyze = 1 [(.google.api.field_behavior) = OPTIONAL]; + * * @return This builder for chaining. */ public Builder clearAnalyze() { @@ -455,9 +493,9 @@ public Builder clearAnalyze() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -467,12 +505,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.ExplainOptions) } // @@protoc_insertion_point(class_scope:google.firestore.v1.ExplainOptions) private static final com.google.firestore.v1.ExplainOptions DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.ExplainOptions(); } @@ -481,27 +519,27 @@ public static com.google.firestore.v1.ExplainOptions getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ExplainOptions parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ExplainOptions parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -516,6 +554,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.ExplainOptions getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptionsOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptionsOrBuilder.java similarity index 54% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptionsOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptionsOrBuilder.java index a34adcc07..80a82dee4 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptionsOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ExplainOptionsOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/query_profile.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface ExplainOptionsOrBuilder extends +public interface ExplainOptionsOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.ExplainOptions) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Optional. Whether to execute this query.
    *
@@ -20,6 +38,7 @@ public interface ExplainOptionsOrBuilder extends
    * 
* * bool analyze = 1 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The analyze. */ boolean getAnalyze(); diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java new file mode 100644 index 000000000..dcc7ca8de --- /dev/null +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/FirestoreProto.java @@ -0,0 +1,796 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/firestore/v1/firestore.proto + +// Protobuf Java Version: 3.25.3 +package com.google.firestore.v1; + +public final class FirestoreProto { + private FirestoreProto() {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); + } + + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_GetDocumentRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_GetDocumentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_ListDocumentsRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_ListDocumentsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_ListDocumentsResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_ListDocumentsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_CreateDocumentRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_CreateDocumentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_UpdateDocumentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_DeleteDocumentRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_DeleteDocumentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BatchGetDocumentsRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BatchGetDocumentsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BatchGetDocumentsResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BatchGetDocumentsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BeginTransactionRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BeginTransactionRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BeginTransactionResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BeginTransactionResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_CommitRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_CommitRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_CommitResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_CommitResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_RollbackRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_RollbackRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_RunQueryRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_RunQueryRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_RunQueryResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_RunQueryResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_RunAggregationQueryRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_RunAggregationQueryResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_PartitionQueryRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_PartitionQueryRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_PartitionQueryResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_PartitionQueryResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_WriteRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_WriteRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_WriteRequest_LabelsEntry_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_WriteRequest_LabelsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_WriteResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_WriteResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_ListenRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_ListenRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_ListenRequest_LabelsEntry_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_ListenRequest_LabelsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_ListenResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_ListenResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_Target_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_Target_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_Target_DocumentsTarget_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_Target_QueryTarget_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_Target_QueryTarget_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_TargetChange_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_TargetChange_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_ListCollectionIdsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_ListCollectionIdsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BatchWriteRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BatchWriteRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BatchWriteRequest_LabelsEntry_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BatchWriteRequest_LabelsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_firestore_v1_BatchWriteResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_firestore_v1_BatchWriteResponse_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + return descriptor; + } + + private static com.google.protobuf.Descriptors.FileDescriptor descriptor; + + static { + java.lang.String[] descriptorData = { + "\n#google/firestore/v1/firestore.proto\022\023g" + + "oogle.firestore.v1\032\034google/api/annotatio" + + "ns.proto\032\027google/api/client.proto\032\037googl" + + "e/api/field_behavior.proto\032,google/fires" + + "tore/v1/aggregation_result.proto\032 google" + + "/firestore/v1/common.proto\032\"google/fires" + + "tore/v1/document.proto\032\037google/firestore" + + "/v1/query.proto\032\'google/firestore/v1/que" + + "ry_profile.proto\032\037google/firestore/v1/wr" + + "ite.proto\032\033google/protobuf/empty.proto\032\037" + + "google/protobuf/timestamp.proto\032\036google/" + + "protobuf/wrappers.proto\032\027google/rpc/stat" + + "us.proto\"\270\001\n\022GetDocumentRequest\022\021\n\004name\030" + + "\001 \001(\tB\003\340A\002\022/\n\004mask\030\002 \001(\0132!.google.firest" + + "ore.v1.DocumentMask\022\025\n\013transaction\030\003 \001(\014" + + "H\000\022/\n\tread_time\030\005 \001(\0132\032.google.protobuf." + + "TimestampH\000B\026\n\024consistency_selector\"\273\002\n\024" + + "ListDocumentsRequest\022\023\n\006parent\030\001 \001(\tB\003\340A" + + "\002\022\032\n\rcollection_id\030\002 \001(\tB\003\340A\001\022\026\n\tpage_si" + + "ze\030\003 \001(\005B\003\340A\001\022\027\n\npage_token\030\004 \001(\tB\003\340A\001\022\025" + + "\n\010order_by\030\006 \001(\tB\003\340A\001\0224\n\004mask\030\007 \001(\0132!.go" + + "ogle.firestore.v1.DocumentMaskB\003\340A\001\022\025\n\013t" + + "ransaction\030\010 \001(\014H\000\022/\n\tread_time\030\n \001(\0132\032." + + "google.protobuf.TimestampH\000\022\024\n\014show_miss" + + "ing\030\014 \001(\010B\026\n\024consistency_selector\"b\n\025Lis" + + "tDocumentsResponse\0220\n\tdocuments\030\001 \003(\0132\035." + + "google.firestore.v1.Document\022\027\n\017next_pag" + + "e_token\030\002 \001(\t\"\304\001\n\025CreateDocumentRequest\022" + + "\023\n\006parent\030\001 \001(\tB\003\340A\002\022\032\n\rcollection_id\030\002 " + + "\001(\tB\003\340A\002\022\023\n\013document_id\030\003 \001(\t\0224\n\010documen" + + "t\030\004 \001(\0132\035.google.firestore.v1.DocumentB\003" + + "\340A\002\022/\n\004mask\030\005 \001(\0132!.google.firestore.v1." + + "DocumentMask\"\363\001\n\025UpdateDocumentRequest\0224" + + "\n\010document\030\001 \001(\0132\035.google.firestore.v1.D" + + "ocumentB\003\340A\002\0226\n\013update_mask\030\002 \001(\0132!.goog" + + "le.firestore.v1.DocumentMask\022/\n\004mask\030\003 \001" + + "(\0132!.google.firestore.v1.DocumentMask\022;\n" + + "\020current_document\030\004 \001(\0132!.google.firesto" + + "re.v1.Precondition\"g\n\025DeleteDocumentRequ" + + "est\022\021\n\004name\030\001 \001(\tB\003\340A\002\022;\n\020current_docume" + + "nt\030\002 \001(\0132!.google.firestore.v1.Precondit" + + "ion\"\231\002\n\030BatchGetDocumentsRequest\022\025\n\010data" + + "base\030\001 \001(\tB\003\340A\002\022\021\n\tdocuments\030\002 \003(\t\022/\n\004ma" + + "sk\030\003 \001(\0132!.google.firestore.v1.DocumentM" + + "ask\022\025\n\013transaction\030\004 \001(\014H\000\022B\n\017new_transa" + + "ction\030\005 \001(\0132\'.google.firestore.v1.Transa" + + "ctionOptionsH\000\022/\n\tread_time\030\007 \001(\0132\032.goog" + + "le.protobuf.TimestampH\000B\026\n\024consistency_s" + + "elector\"\254\001\n\031BatchGetDocumentsResponse\022.\n" + + "\005found\030\001 \001(\0132\035.google.firestore.v1.Docum" + + "entH\000\022\021\n\007missing\030\002 \001(\tH\000\022\023\n\013transaction\030" + + "\003 \001(\014\022-\n\tread_time\030\004 \001(\0132\032.google.protob" + + "uf.TimestampB\010\n\006result\"j\n\027BeginTransacti" + + "onRequest\022\025\n\010database\030\001 \001(\tB\003\340A\002\0228\n\007opti" + + "ons\030\002 \001(\0132\'.google.firestore.v1.Transact" + + "ionOptions\"/\n\030BeginTransactionResponse\022\023" + + "\n\013transaction\030\001 \001(\014\"g\n\rCommitRequest\022\025\n\010" + + "database\030\001 \001(\tB\003\340A\002\022*\n\006writes\030\002 \003(\0132\032.go" + + "ogle.firestore.v1.Write\022\023\n\013transaction\030\003" + + " \001(\014\"z\n\016CommitResponse\0227\n\rwrite_results\030" + + "\001 \003(\0132 .google.firestore.v1.WriteResult\022" + + "/\n\013commit_time\030\002 \001(\0132\032.google.protobuf.T" + + "imestamp\"B\n\017RollbackRequest\022\025\n\010database\030" + + "\001 \001(\tB\003\340A\002\022\030\n\013transaction\030\002 \001(\014B\003\340A\002\"\335\002\n" + + "\017RunQueryRequest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022@\n" + + "\020structured_query\030\002 \001(\0132$.google.firesto" + + "re.v1.StructuredQueryH\000\022\025\n\013transaction\030\005" + + " \001(\014H\001\022B\n\017new_transaction\030\006 \001(\0132\'.google" + + ".firestore.v1.TransactionOptionsH\001\022/\n\tre" + + "ad_time\030\007 \001(\0132\032.google.protobuf.Timestam" + + "pH\001\022A\n\017explain_options\030\n \001(\0132#.google.fi" + + "restore.v1.ExplainOptionsB\003\340A\001B\014\n\nquery_" + + "typeB\026\n\024consistency_selector\"\207\002\n\020RunQuer" + + "yResponse\022\023\n\013transaction\030\002 \001(\014\022/\n\010docume" + + "nt\030\001 \001(\0132\035.google.firestore.v1.Document\022" + + "-\n\tread_time\030\003 \001(\0132\032.google.protobuf.Tim" + + "estamp\022\027\n\017skipped_results\030\004 \001(\005\022\016\n\004done\030" + + "\006 \001(\010H\000\022<\n\017explain_metrics\030\013 \001(\0132#.googl" + + "e.firestore.v1.ExplainMetricsB\027\n\025continu" + + "ation_selector\"\377\002\n\032RunAggregationQueryRe" + + "quest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022W\n\034structured" + + "_aggregation_query\030\002 \001(\0132/.google.firest" + + "ore.v1.StructuredAggregationQueryH\000\022\025\n\013t" + + "ransaction\030\004 \001(\014H\001\022B\n\017new_transaction\030\005 " + + "\001(\0132\'.google.firestore.v1.TransactionOpt" + + "ionsH\001\022/\n\tread_time\030\006 \001(\0132\032.google.proto" + + "buf.TimestampH\001\022A\n\017explain_options\030\010 \001(\013" + + "2#.google.firestore.v1.ExplainOptionsB\003\340" + + "A\001B\014\n\nquery_typeB\026\n\024consistency_selector" + + "\"\327\001\n\033RunAggregationQueryResponse\0226\n\006resu" + + "lt\030\001 \001(\0132&.google.firestore.v1.Aggregati" + + "onResult\022\023\n\013transaction\030\002 \001(\014\022-\n\tread_ti" + + "me\030\003 \001(\0132\032.google.protobuf.Timestamp\022<\n\017" + + "explain_metrics\030\n \001(\0132#.google.firestore" + + ".v1.ExplainMetrics\"\205\002\n\025PartitionQueryReq" + + "uest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022@\n\020structured_" + + "query\030\002 \001(\0132$.google.firestore.v1.Struct" + + "uredQueryH\000\022\027\n\017partition_count\030\003 \001(\003\022\022\n\n" + + "page_token\030\004 \001(\t\022\021\n\tpage_size\030\005 \001(\005\022/\n\tr" + + "ead_time\030\006 \001(\0132\032.google.protobuf.Timesta" + + "mpH\001B\014\n\nquery_typeB\026\n\024consistency_select" + + "or\"b\n\026PartitionQueryResponse\022/\n\npartitio" + + "ns\030\001 \003(\0132\033.google.firestore.v1.Cursor\022\027\n" + + "\017next_page_token\030\002 \001(\t\"\350\001\n\014WriteRequest\022" + + "\025\n\010database\030\001 \001(\tB\003\340A\002\022\021\n\tstream_id\030\002 \001(" + + "\t\022*\n\006writes\030\003 \003(\0132\032.google.firestore.v1." + + "Write\022\024\n\014stream_token\030\004 \001(\014\022=\n\006labels\030\005 " + + "\003(\0132-.google.firestore.v1.WriteRequest.L" + + "abelsEntry\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r" + + "\n\005value\030\002 \001(\t:\0028\001\"\242\001\n\rWriteResponse\022\021\n\ts" + + "tream_id\030\001 \001(\t\022\024\n\014stream_token\030\002 \001(\014\0227\n\r" + + "write_results\030\003 \003(\0132 .google.firestore.v" + + "1.WriteResult\022/\n\013commit_time\030\004 \001(\0132\032.goo" + + "gle.protobuf.Timestamp\"\362\001\n\rListenRequest" + + "\022\025\n\010database\030\001 \001(\tB\003\340A\002\0221\n\nadd_target\030\002 " + + "\001(\0132\033.google.firestore.v1.TargetH\000\022\027\n\rre" + + "move_target\030\003 \001(\005H\000\022>\n\006labels\030\004 \003(\0132..go" + + "ogle.firestore.v1.ListenRequest.LabelsEn" + + "try\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value" + + "\030\002 \001(\t:\0028\001B\017\n\rtarget_change\"\325\002\n\016ListenRe" + + "sponse\022:\n\rtarget_change\030\002 \001(\0132!.google.f" + + "irestore.v1.TargetChangeH\000\022>\n\017document_c" + + "hange\030\003 \001(\0132#.google.firestore.v1.Docume" + + "ntChangeH\000\022>\n\017document_delete\030\004 \001(\0132#.go" + + "ogle.firestore.v1.DocumentDeleteH\000\022>\n\017do" + + "cument_remove\030\006 \001(\0132#.google.firestore.v" + + "1.DocumentRemoveH\000\0226\n\006filter\030\005 \001(\0132$.goo" + + "gle.firestore.v1.ExistenceFilterH\000B\017\n\rre" + + "sponse_type\"\326\003\n\006Target\0228\n\005query\030\002 \001(\0132\'." + + "google.firestore.v1.Target.QueryTargetH\000" + + "\022@\n\tdocuments\030\003 \001(\0132+.google.firestore.v" + + "1.Target.DocumentsTargetH\000\022\026\n\014resume_tok" + + "en\030\004 \001(\014H\001\022/\n\tread_time\030\013 \001(\0132\032.google.p" + + "rotobuf.TimestampH\001\022\021\n\ttarget_id\030\005 \001(\005\022\014" + + "\n\004once\030\006 \001(\010\0223\n\016expected_count\030\014 \001(\0132\033.g" + + "oogle.protobuf.Int32Value\032$\n\017DocumentsTa" + + "rget\022\021\n\tdocuments\030\002 \003(\t\032m\n\013QueryTarget\022\016" + + "\n\006parent\030\001 \001(\t\022@\n\020structured_query\030\002 \001(\013" + + "2$.google.firestore.v1.StructuredQueryH\000" + + "B\014\n\nquery_typeB\r\n\013target_typeB\r\n\013resume_" + + "type\"\252\002\n\014TargetChange\022N\n\022target_change_t" + + "ype\030\001 \001(\01622.google.firestore.v1.TargetCh" + + "ange.TargetChangeType\022\022\n\ntarget_ids\030\002 \003(" + + "\005\022!\n\005cause\030\003 \001(\0132\022.google.rpc.Status\022\024\n\014" + + "resume_token\030\004 \001(\014\022-\n\tread_time\030\006 \001(\0132\032." + + "google.protobuf.Timestamp\"N\n\020TargetChang" + + "eType\022\r\n\tNO_CHANGE\020\000\022\007\n\003ADD\020\001\022\n\n\006REMOVE\020" + + "\002\022\013\n\007CURRENT\020\003\022\t\n\005RESET\020\004\"\237\001\n\030ListCollec" + + "tionIdsRequest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022\021\n\tp" + + "age_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022/\n\tre" + + "ad_time\030\004 \001(\0132\032.google.protobuf.Timestam" + + "pH\000B\026\n\024consistency_selector\"L\n\031ListColle" + + "ctionIdsResponse\022\026\n\016collection_ids\030\001 \003(\t" + + "\022\027\n\017next_page_token\030\002 \001(\t\"\311\001\n\021BatchWrite" + + "Request\022\025\n\010database\030\001 \001(\tB\003\340A\002\022*\n\006writes" + + "\030\002 \003(\0132\032.google.firestore.v1.Write\022B\n\006la" + + "bels\030\003 \003(\01322.google.firestore.v1.BatchWr" + + "iteRequest.LabelsEntry\032-\n\013LabelsEntry\022\013\n" + + "\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"q\n\022BatchWr" + + "iteResponse\0227\n\rwrite_results\030\001 \003(\0132 .goo" + + "gle.firestore.v1.WriteResult\022\"\n\006status\030\002" + + " \003(\0132\022.google.rpc.Status2\332\031\n\tFirestore\022\217" + + "\001\n\013GetDocument\022\'.google.firestore.v1.Get" + + "DocumentRequest\032\035.google.firestore.v1.Do" + + "cument\"8\202\323\344\223\0022\0220/v1/{name=projects/*/dat" + + "abases/*/documents/*/**}\022\365\001\n\rListDocumen" + + "ts\022).google.firestore.v1.ListDocumentsRe" + + "quest\032*.google.firestore.v1.ListDocument" + + "sResponse\"\214\001\202\323\344\223\002\205\001\022B/v1/{parent=project" + + "s/*/databases/*/documents/*/**}/{collect" + + "ion_id}Z?\022=/v1/{parent=projects/*/databa" + + "ses/*/documents}/{collection_id}\022\277\001\n\016Upd" + + "ateDocument\022*.google.firestore.v1.Update" + + "DocumentRequest\032\035.google.firestore.v1.Do" + + "cument\"b\332A\024document,update_mask\202\323\344\223\002E29/" + + "v1/{document.name=projects/*/databases/*" + + "/documents/*/**}:\010document\022\225\001\n\016DeleteDoc" + + "ument\022*.google.firestore.v1.DeleteDocume" + + "ntRequest\032\026.google.protobuf.Empty\"?\332A\004na" + + "me\202\323\344\223\0022*0/v1/{name=projects/*/databases" + + "/*/documents/*/**}\022\271\001\n\021BatchGetDocuments" + + "\022-.google.firestore.v1.BatchGetDocuments" + + "Request\032..google.firestore.v1.BatchGetDo" + + "cumentsResponse\"C\202\323\344\223\002=\"8/v1/{database=p" + + "rojects/*/databases/*}/documents:batchGe" + + "t:\001*0\001\022\307\001\n\020BeginTransaction\022,.google.fir" + + "estore.v1.BeginTransactionRequest\032-.goog" + + "le.firestore.v1.BeginTransactionResponse" + + "\"V\332A\010database\202\323\344\223\002E\"@/v1/{database=proje" + + "cts/*/databases/*}/documents:beginTransa" + + "ction:\001*\022\246\001\n\006Commit\022\".google.firestore.v" + + "1.CommitRequest\032#.google.firestore.v1.Co" + + "mmitResponse\"S\332A\017database,writes\202\323\344\223\002;\"6" + + "/v1/{database=projects/*/databases/*}/do" + + "cuments:commit:\001*\022\244\001\n\010Rollback\022$.google." + + "firestore.v1.RollbackRequest\032\026.google.pr" + + "otobuf.Empty\"Z\332A\024database,transaction\202\323\344" + + "\223\002=\"8/v1/{database=projects/*/databases/" + + "*}/documents:rollback:\001*\022\337\001\n\010RunQuery\022$." + + "google.firestore.v1.RunQueryRequest\032%.go" + + "ogle.firestore.v1.RunQueryResponse\"\203\001\202\323\344" + + "\223\002}\"6/v1/{parent=projects/*/databases/*/" + + "documents}:runQuery:\001*Z@\";/v1/{parent=pr" + + "ojects/*/databases/*/documents/*/**}:run" + + "Query:\001*0\001\022\227\002\n\023RunAggregationQuery\022/.goo" + + "gle.firestore.v1.RunAggregationQueryRequ" + + "est\0320.google.firestore.v1.RunAggregation" + + "QueryResponse\"\232\001\202\323\344\223\002\223\001\"A/v1/{parent=pro" + + "jects/*/databases/*/documents}:runAggreg" + + "ationQuery:\001*ZK\"F/v1/{parent=projects/*/" + + "databases/*/documents/*/**}:runAggregati" + + "onQuery:\001*0\001\022\374\001\n\016PartitionQuery\022*.google" + + ".firestore.v1.PartitionQueryRequest\032+.go" + + "ogle.firestore.v1.PartitionQueryResponse" + + "\"\220\001\202\323\344\223\002\211\001\" * The request for * [Firestore.GetDocument][google.firestore.v1.Firestore.GetDocument]. @@ -12,50 +29,56 @@ * * Protobuf type {@code google.firestore.v1.GetDocumentRequest} */ -public final class GetDocumentRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class GetDocumentRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.GetDocumentRequest) GetDocumentRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use GetDocumentRequest.newBuilder() to construct. private GetDocumentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private GetDocumentRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new GetDocumentRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_GetDocumentRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_GetDocumentRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_GetDocumentRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_GetDocumentRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.GetDocumentRequest.class, com.google.firestore.v1.GetDocumentRequest.Builder.class); + com.google.firestore.v1.GetDocumentRequest.class, + com.google.firestore.v1.GetDocumentRequest.Builder.class); } private int bitField0_; private int consistencySelectorCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object consistencySelector_; + public enum ConsistencySelectorCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { TRANSACTION(3), READ_TIME(5), CONSISTENCYSELECTOR_NOT_SET(0); private final int value; + private ConsistencySelectorCase(int value) { this.value = value; } @@ -71,33 +94,40 @@ public static ConsistencySelectorCase valueOf(int value) { public static ConsistencySelectorCase forNumber(int value) { switch (value) { - case 3: return TRANSACTION; - case 5: return READ_TIME; - case 0: return CONSISTENCYSELECTOR_NOT_SET; - default: return null; + case 3: + return TRANSACTION; + case 5: + return READ_TIME; + case 0: + return CONSISTENCYSELECTOR_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public ConsistencySelectorCase - getConsistencySelectorCase() { - return ConsistencySelectorCase.forNumber( - consistencySelectorCase_); + public ConsistencySelectorCase getConsistencySelectorCase() { + return ConsistencySelectorCase.forNumber(consistencySelectorCase_); } public static final int NAME_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** + * + * *
    * Required. The resource name of the Document to get. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The name. */ @java.lang.Override @@ -106,30 +136,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. The resource name of the Document to get. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -140,6 +170,8 @@ public java.lang.String getName() { public static final int MASK_FIELD_NUMBER = 2; private com.google.firestore.v1.DocumentMask mask_; /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -148,6 +180,7 @@ public java.lang.String getName() {
    * 
* * .google.firestore.v1.DocumentMask mask = 2; + * * @return Whether the mask field is set. */ @java.lang.Override @@ -155,6 +188,8 @@ public boolean hasMask() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -163,6 +198,7 @@ public boolean hasMask() {
    * 
* * .google.firestore.v1.DocumentMask mask = 2; + * * @return The mask. */ @java.lang.Override @@ -170,6 +206,8 @@ public com.google.firestore.v1.DocumentMask getMask() { return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_; } /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -186,11 +224,14 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
 
   public static final int TRANSACTION_FIELD_NUMBER = 3;
   /**
+   *
+   *
    * 
    * Reads the document in a transaction.
    * 
* * bytes transaction = 3; + * * @return Whether the transaction field is set. */ @java.lang.Override @@ -198,11 +239,14 @@ public boolean hasTransaction() { return consistencySelectorCase_ == 3; } /** + * + * *
    * Reads the document in a transaction.
    * 
* * bytes transaction = 3; + * * @return The transaction. */ @java.lang.Override @@ -215,6 +259,8 @@ public com.google.protobuf.ByteString getTransaction() { public static final int READ_TIME_FIELD_NUMBER = 5; /** + * + * *
    * Reads the version of the document at the given time.
    *
@@ -224,6 +270,7 @@ public com.google.protobuf.ByteString getTransaction() {
    * 
* * .google.protobuf.Timestamp read_time = 5; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -231,6 +278,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 5; } /** + * + * *
    * Reads the version of the document at the given time.
    *
@@ -240,16 +289,19 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 5; + * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 5) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** + * + * *
    * Reads the version of the document at the given time.
    *
@@ -263,12 +315,13 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (consistencySelectorCase_ == 5) {
-       return (com.google.protobuf.Timestamp) consistencySelector_;
+      return (com.google.protobuf.Timestamp) consistencySelector_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -280,8 +333,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -289,8 +341,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
       output.writeMessage(2, getMask());
     }
     if (consistencySelectorCase_ == 3) {
-      output.writeBytes(
-          3, (com.google.protobuf.ByteString) consistencySelector_);
+      output.writeBytes(3, (com.google.protobuf.ByteString) consistencySelector_);
     }
     if (consistencySelectorCase_ == 5) {
       output.writeMessage(5, (com.google.protobuf.Timestamp) consistencySelector_);
@@ -308,17 +359,17 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, getMask());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getMask());
     }
     if (consistencySelectorCase_ == 3) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBytesSize(
-            3, (com.google.protobuf.ByteString) consistencySelector_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeBytesSize(
+              3, (com.google.protobuf.ByteString) consistencySelector_);
     }
     if (consistencySelectorCase_ == 5) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(5, (com.google.protobuf.Timestamp) consistencySelector_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              5, (com.google.protobuf.Timestamp) consistencySelector_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -328,29 +379,26 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.GetDocumentRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.GetDocumentRequest other = (com.google.firestore.v1.GetDocumentRequest) obj;
+    com.google.firestore.v1.GetDocumentRequest other =
+        (com.google.firestore.v1.GetDocumentRequest) obj;
 
-    if (!getName()
-        .equals(other.getName())) return false;
+    if (!getName().equals(other.getName())) return false;
     if (hasMask() != other.hasMask()) return false;
     if (hasMask()) {
-      if (!getMask()
-          .equals(other.getMask())) return false;
+      if (!getMask().equals(other.getMask())) return false;
     }
     if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false;
     switch (consistencySelectorCase_) {
       case 3:
-        if (!getTransaction()
-            .equals(other.getTransaction())) return false;
+        if (!getTransaction().equals(other.getTransaction())) return false;
         break;
       case 5:
-        if (!getReadTime()
-            .equals(other.getReadTime())) return false;
+        if (!getReadTime().equals(other.getReadTime())) return false;
         break;
       case 0:
       default:
@@ -389,99 +437,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.GetDocumentRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.GetDocumentRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.GetDocumentRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.GetDocumentRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.GetDocumentRequest parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.GetDocumentRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.GetDocumentRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The request for
    * [Firestore.GetDocument][google.firestore.v1.Firestore.GetDocument].
@@ -489,21 +542,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.GetDocumentRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.GetDocumentRequest)
       com.google.firestore.v1.GetDocumentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_GetDocumentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_GetDocumentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_GetDocumentRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_GetDocumentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.GetDocumentRequest.class, com.google.firestore.v1.GetDocumentRequest.Builder.class);
+              com.google.firestore.v1.GetDocumentRequest.class,
+              com.google.firestore.v1.GetDocumentRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.GetDocumentRequest.newBuilder()
@@ -511,17 +566,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getMaskFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -541,9 +596,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_GetDocumentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_GetDocumentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -562,8 +617,11 @@ public com.google.firestore.v1.GetDocumentRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.GetDocumentRequest buildPartial() {
-      com.google.firestore.v1.GetDocumentRequest result = new com.google.firestore.v1.GetDocumentRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.GetDocumentRequest result =
+          new com.google.firestore.v1.GetDocumentRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -576,9 +634,7 @@ private void buildPartial0(com.google.firestore.v1.GetDocumentRequest result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.mask_ = maskBuilder_ == null
-            ? mask_
-            : maskBuilder_.build();
+        result.mask_ = maskBuilder_ == null ? mask_ : maskBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -587,8 +643,7 @@ private void buildPartial0(com.google.firestore.v1.GetDocumentRequest result) {
     private void buildPartialOneofs(com.google.firestore.v1.GetDocumentRequest result) {
       result.consistencySelectorCase_ = consistencySelectorCase_;
       result.consistencySelector_ = this.consistencySelector_;
-      if (consistencySelectorCase_ == 5 &&
-          readTimeBuilder_ != null) {
+      if (consistencySelectorCase_ == 5 && readTimeBuilder_ != null) {
         result.consistencySelector_ = readTimeBuilder_.build();
       }
     }
@@ -597,38 +652,39 @@ private void buildPartialOneofs(com.google.firestore.v1.GetDocumentRequest resul
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.GetDocumentRequest) {
-        return mergeFrom((com.google.firestore.v1.GetDocumentRequest)other);
+        return mergeFrom((com.google.firestore.v1.GetDocumentRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -646,17 +702,20 @@ public Builder mergeFrom(com.google.firestore.v1.GetDocumentRequest other) {
         mergeMask(other.getMask());
       }
       switch (other.getConsistencySelectorCase()) {
-        case TRANSACTION: {
-          setTransaction(other.getTransaction());
-          break;
-        }
-        case READ_TIME: {
-          mergeReadTime(other.getReadTime());
-          break;
-        }
-        case CONSISTENCYSELECTOR_NOT_SET: {
-          break;
-        }
+        case TRANSACTION:
+          {
+            setTransaction(other.getTransaction());
+            break;
+          }
+        case READ_TIME:
+          {
+            mergeReadTime(other.getReadTime());
+            break;
+          }
+        case CONSISTENCYSELECTOR_NOT_SET:
+          {
+            break;
+          }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -684,36 +743,37 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              name_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getMaskFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 26: {
-              consistencySelector_ = input.readBytes();
-              consistencySelectorCase_ = 3;
-              break;
-            } // case 26
-            case 42: {
-              input.readMessage(
-                  getReadTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              consistencySelectorCase_ = 5;
-              break;
-            } // case 42
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                name_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getMaskFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 26:
+              {
+                consistencySelector_ = input.readBytes();
+                consistencySelectorCase_ = 3;
+                break;
+              } // case 26
+            case 42:
+              {
+                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
+                consistencySelectorCase_ = 5;
+                break;
+              } // case 42
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -723,12 +783,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int consistencySelectorCase_ = 0;
     private java.lang.Object consistencySelector_;
-    public ConsistencySelectorCase
-        getConsistencySelectorCase() {
-      return ConsistencySelectorCase.forNumber(
-          consistencySelectorCase_);
+
+    public ConsistencySelectorCase getConsistencySelectorCase() {
+      return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
     }
 
     public Builder clearConsistencySelector() {
@@ -742,19 +802,21 @@ public Builder clearConsistencySelector() {
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. The resource name of the Document to get. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -763,21 +825,22 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. The resource name of the Document to get. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -785,30 +848,37 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. The resource name of the Document to get. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setName(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The resource name of the Document to get. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearName() { @@ -818,18 +888,22 @@ public Builder clearName() { return this; } /** + * + * *
      * Required. The resource name of the Document to get. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNameBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -839,8 +913,13 @@ public Builder setNameBytes( private com.google.firestore.v1.DocumentMask mask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> maskBuilder_; + com.google.firestore.v1.DocumentMask, + com.google.firestore.v1.DocumentMask.Builder, + com.google.firestore.v1.DocumentMaskOrBuilder> + maskBuilder_; /** + * + * *
      * The fields to return. If not set, returns all fields.
      *
@@ -849,12 +928,15 @@ public Builder setNameBytes(
      * 
* * .google.firestore.v1.DocumentMask mask = 2; + * * @return Whether the mask field is set. */ public boolean hasMask() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The fields to return. If not set, returns all fields.
      *
@@ -863,6 +945,7 @@ public boolean hasMask() {
      * 
* * .google.firestore.v1.DocumentMask mask = 2; + * * @return The mask. */ public com.google.firestore.v1.DocumentMask getMask() { @@ -873,6 +956,8 @@ public com.google.firestore.v1.DocumentMask getMask() { } } /** + * + * *
      * The fields to return. If not set, returns all fields.
      *
@@ -896,6 +981,8 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -905,8 +992,7 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
      *
      * .google.firestore.v1.DocumentMask mask = 2;
      */
-    public Builder setMask(
-        com.google.firestore.v1.DocumentMask.Builder builderForValue) {
+    public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForValue) {
       if (maskBuilder_ == null) {
         mask_ = builderForValue.build();
       } else {
@@ -917,6 +1003,8 @@ public Builder setMask(
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -928,9 +1016,9 @@ public Builder setMask(
      */
     public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       if (maskBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0) &&
-          mask_ != null &&
-          mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0)
+            && mask_ != null
+            && mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
           getMaskBuilder().mergeFrom(value);
         } else {
           mask_ = value;
@@ -945,6 +1033,8 @@ public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -965,6 +1055,8 @@ public Builder clearMask() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -980,6 +1072,8 @@ public com.google.firestore.v1.DocumentMask.Builder getMaskBuilder() {
       return getMaskFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -993,11 +1087,12 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
       if (maskBuilder_ != null) {
         return maskBuilder_.getMessageOrBuilder();
       } else {
-        return mask_ == null ?
-            com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
+        return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
       }
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1008,36 +1103,45 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
      * .google.firestore.v1.DocumentMask mask = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> 
+            com.google.firestore.v1.DocumentMask,
+            com.google.firestore.v1.DocumentMask.Builder,
+            com.google.firestore.v1.DocumentMaskOrBuilder>
         getMaskFieldBuilder() {
       if (maskBuilder_ == null) {
-        maskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder>(
-                getMask(),
-                getParentForChildren(),
-                isClean());
+        maskBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.DocumentMask,
+                com.google.firestore.v1.DocumentMask.Builder,
+                com.google.firestore.v1.DocumentMaskOrBuilder>(
+                getMask(), getParentForChildren(), isClean());
         mask_ = null;
       }
       return maskBuilder_;
     }
 
     /**
+     *
+     *
      * 
      * Reads the document in a transaction.
      * 
* * bytes transaction = 3; + * * @return Whether the transaction field is set. */ public boolean hasTransaction() { return consistencySelectorCase_ == 3; } /** + * + * *
      * Reads the document in a transaction.
      * 
* * bytes transaction = 3; + * * @return The transaction. */ public com.google.protobuf.ByteString getTransaction() { @@ -1047,27 +1151,35 @@ public com.google.protobuf.ByteString getTransaction() { return com.google.protobuf.ByteString.EMPTY; } /** + * + * *
      * Reads the document in a transaction.
      * 
* * bytes transaction = 3; + * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } consistencySelectorCase_ = 3; consistencySelector_ = value; onChanged(); return this; } /** + * + * *
      * Reads the document in a transaction.
      * 
* * bytes transaction = 3; + * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -1080,8 +1192,13 @@ public Builder clearTransaction() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + readTimeBuilder_; /** + * + * *
      * Reads the version of the document at the given time.
      *
@@ -1091,6 +1208,7 @@ public Builder clearTransaction() {
      * 
* * .google.protobuf.Timestamp read_time = 5; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -1098,6 +1216,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 5; } /** + * + * *
      * Reads the version of the document at the given time.
      *
@@ -1107,6 +1227,7 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 5; + * * @return The readTime. */ @java.lang.Override @@ -1124,6 +1245,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * Reads the version of the document at the given time.
      *
@@ -1148,6 +1271,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads the version of the document at the given time.
      *
@@ -1158,8 +1283,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 5;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         consistencySelector_ = builderForValue.build();
         onChanged();
@@ -1170,6 +1294,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads the version of the document at the given time.
      *
@@ -1182,10 +1308,13 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (consistencySelectorCase_ == 5 &&
-            consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
-              .mergeFrom(value).buildPartial();
+        if (consistencySelectorCase_ == 5
+            && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          consistencySelector_ =
+              com.google.protobuf.Timestamp.newBuilder(
+                      (com.google.protobuf.Timestamp) consistencySelector_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1201,6 +1330,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads the version of the document at the given time.
      *
@@ -1228,6 +1359,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads the version of the document at the given time.
      *
@@ -1242,6 +1375,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Reads the version of the document at the given time.
      *
@@ -1264,6 +1399,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
+     *
+     *
      * 
      * Reads the version of the document at the given time.
      *
@@ -1275,14 +1412,19 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(consistencySelectorCase_ == 5)) {
           consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
                 (com.google.protobuf.Timestamp) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1292,9 +1434,9 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       onChanged();
       return readTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1304,12 +1446,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.GetDocumentRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.GetDocumentRequest)
   private static final com.google.firestore.v1.GetDocumentRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.GetDocumentRequest();
   }
@@ -1318,27 +1460,27 @@ public static com.google.firestore.v1.GetDocumentRequest getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public GetDocumentRequest parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public GetDocumentRequest parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1353,6 +1495,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.GetDocumentRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/GetDocumentRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/GetDocumentRequestOrBuilder.java
similarity index 81%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/GetDocumentRequestOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/GetDocumentRequestOrBuilder.java
index 073fdf399..58ee5aee8 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/GetDocumentRequestOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/GetDocumentRequestOrBuilder.java
@@ -1,36 +1,59 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface GetDocumentRequestOrBuilder extends
+public interface GetDocumentRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.GetDocumentRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. The resource name of the Document to get. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Required. The resource name of the Document to get. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -39,10 +62,13 @@ public interface GetDocumentRequestOrBuilder extends
    * 
* * .google.firestore.v1.DocumentMask mask = 2; + * * @return Whether the mask field is set. */ boolean hasMask(); /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -51,10 +77,13 @@ public interface GetDocumentRequestOrBuilder extends
    * 
* * .google.firestore.v1.DocumentMask mask = 2; + * * @return The mask. */ com.google.firestore.v1.DocumentMask getMask(); /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -67,25 +96,33 @@ public interface GetDocumentRequestOrBuilder extends
   com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder();
 
   /**
+   *
+   *
    * 
    * Reads the document in a transaction.
    * 
* * bytes transaction = 3; + * * @return Whether the transaction field is set. */ boolean hasTransaction(); /** + * + * *
    * Reads the document in a transaction.
    * 
* * bytes transaction = 3; + * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** + * + * *
    * Reads the version of the document at the given time.
    *
@@ -95,10 +132,13 @@ public interface GetDocumentRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 5; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * Reads the version of the document at the given time.
    *
@@ -108,10 +148,13 @@ public interface GetDocumentRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 5; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * Reads the version of the document at the given time.
    *
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequest.java
similarity index 73%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequest.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequest.java
index fc356aeb1..2d0772a2c 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequest.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequest.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * The request for
  * [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.v1.ListCollectionIdsRequest}
  */
-public final class ListCollectionIdsRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ListCollectionIdsRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.ListCollectionIdsRequest)
     ListCollectionIdsRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ListCollectionIdsRequest.newBuilder() to construct.
   private ListCollectionIdsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ListCollectionIdsRequest() {
     parent_ = "";
     pageToken_ = "";
@@ -28,33 +46,38 @@ private ListCollectionIdsRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ListCollectionIdsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_ListCollectionIdsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.ListCollectionIdsRequest.class, com.google.firestore.v1.ListCollectionIdsRequest.Builder.class);
+            com.google.firestore.v1.ListCollectionIdsRequest.class,
+            com.google.firestore.v1.ListCollectionIdsRequest.Builder.class);
   }
 
   private int consistencySelectorCase_ = 0;
+
   @SuppressWarnings("serial")
   private java.lang.Object consistencySelector_;
+
   public enum ConsistencySelectorCase
-      implements com.google.protobuf.Internal.EnumLite,
+      implements
+          com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     READ_TIME(4),
     CONSISTENCYSELECTOR_NOT_SET(0);
     private final int value;
+
     private ConsistencySelectorCase(int value) {
       this.value = value;
     }
@@ -70,26 +93,31 @@ public static ConsistencySelectorCase valueOf(int value) {
 
     public static ConsistencySelectorCase forNumber(int value) {
       switch (value) {
-        case 4: return READ_TIME;
-        case 0: return CONSISTENCYSELECTOR_NOT_SET;
-        default: return null;
+        case 4:
+          return READ_TIME;
+        case 0:
+          return CONSISTENCYSELECTOR_NOT_SET;
+        default:
+          return null;
       }
     }
+
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ConsistencySelectorCase
-  getConsistencySelectorCase() {
-    return ConsistencySelectorCase.forNumber(
-        consistencySelectorCase_);
+  public ConsistencySelectorCase getConsistencySelectorCase() {
+    return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
+   *
+   *
    * 
    * Required. The parent document. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -98,6 +126,7 @@ public int getNumber() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ @java.lang.Override @@ -106,14 +135,15 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. The parent document. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -122,16 +152,15 @@ public java.lang.String getParent() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -142,11 +171,14 @@ public java.lang.String getParent() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_ = 0; /** + * + * *
    * The maximum number of results to return.
    * 
* * int32 page_size = 2; + * * @return The pageSize. */ @java.lang.Override @@ -155,15 +187,19 @@ public int getPageSize() { } public static final int PAGE_TOKEN_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; /** + * + * *
    * A page token. Must be a value from
    * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
    * 
* * string page_token = 3; + * * @return The pageToken. */ @java.lang.Override @@ -172,30 +208,30 @@ public java.lang.String getPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; } } /** + * + * *
    * A page token. Must be a value from
    * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
    * 
* * string page_token = 3; + * * @return The bytes for pageToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getPageTokenBytes() { + public com.google.protobuf.ByteString getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); pageToken_ = b; return b; } else { @@ -205,6 +241,8 @@ public java.lang.String getPageToken() { public static final int READ_TIME_FIELD_NUMBER = 4; /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -214,6 +252,7 @@ public java.lang.String getPageToken() {
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -221,6 +260,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 4; } /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -230,16 +271,19 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 4) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -253,12 +297,13 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (consistencySelectorCase_ == 4) {
-       return (com.google.protobuf.Timestamp) consistencySelector_;
+      return (com.google.protobuf.Timestamp) consistencySelector_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -270,8 +315,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
     }
@@ -297,15 +341,15 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
     }
     if (pageSize_ != 0) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt32Size(2, pageSize_);
+      size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, pageSize_);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_);
     }
     if (consistencySelectorCase_ == 4) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(4, (com.google.protobuf.Timestamp) consistencySelector_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              4, (com.google.protobuf.Timestamp) consistencySelector_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -315,24 +359,21 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.ListCollectionIdsRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.ListCollectionIdsRequest other = (com.google.firestore.v1.ListCollectionIdsRequest) obj;
+    com.google.firestore.v1.ListCollectionIdsRequest other =
+        (com.google.firestore.v1.ListCollectionIdsRequest) obj;
 
-    if (!getParent()
-        .equals(other.getParent())) return false;
-    if (getPageSize()
-        != other.getPageSize()) return false;
-    if (!getPageToken()
-        .equals(other.getPageToken())) return false;
+    if (!getParent().equals(other.getParent())) return false;
+    if (getPageSize() != other.getPageSize()) return false;
+    if (!getPageToken().equals(other.getPageToken())) return false;
     if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false;
     switch (consistencySelectorCase_) {
       case 4:
-        if (!getReadTime()
-            .equals(other.getReadTime())) return false;
+        if (!getReadTime().equals(other.getReadTime())) return false;
         break;
       case 0:
       default:
@@ -367,99 +408,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.ListCollectionIdsRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.ListCollectionIdsRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.ListCollectionIdsRequest parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.ListCollectionIdsRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.ListCollectionIdsRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The request for
    * [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
@@ -467,33 +513,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.ListCollectionIdsRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.ListCollectionIdsRequest)
       com.google.firestore.v1.ListCollectionIdsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_ListCollectionIdsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.ListCollectionIdsRequest.class, com.google.firestore.v1.ListCollectionIdsRequest.Builder.class);
+              com.google.firestore.v1.ListCollectionIdsRequest.class,
+              com.google.firestore.v1.ListCollectionIdsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.ListCollectionIdsRequest.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -510,9 +555,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_ListCollectionIdsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -531,8 +576,11 @@ public com.google.firestore.v1.ListCollectionIdsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.ListCollectionIdsRequest buildPartial() {
-      com.google.firestore.v1.ListCollectionIdsRequest result = new com.google.firestore.v1.ListCollectionIdsRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.ListCollectionIdsRequest result =
+          new com.google.firestore.v1.ListCollectionIdsRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -554,8 +602,7 @@ private void buildPartial0(com.google.firestore.v1.ListCollectionIdsRequest resu
     private void buildPartialOneofs(com.google.firestore.v1.ListCollectionIdsRequest result) {
       result.consistencySelectorCase_ = consistencySelectorCase_;
       result.consistencySelector_ = this.consistencySelector_;
-      if (consistencySelectorCase_ == 4 &&
-          readTimeBuilder_ != null) {
+      if (consistencySelectorCase_ == 4 && readTimeBuilder_ != null) {
         result.consistencySelector_ = readTimeBuilder_.build();
       }
     }
@@ -564,38 +611,39 @@ private void buildPartialOneofs(com.google.firestore.v1.ListCollectionIdsRequest
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.ListCollectionIdsRequest) {
-        return mergeFrom((com.google.firestore.v1.ListCollectionIdsRequest)other);
+        return mergeFrom((com.google.firestore.v1.ListCollectionIdsRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -603,7 +651,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.ListCollectionIdsRequest other) {
-      if (other == com.google.firestore.v1.ListCollectionIdsRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.v1.ListCollectionIdsRequest.getDefaultInstance())
+        return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -618,13 +667,15 @@ public Builder mergeFrom(com.google.firestore.v1.ListCollectionIdsRequest other)
         onChanged();
       }
       switch (other.getConsistencySelectorCase()) {
-        case READ_TIME: {
-          mergeReadTime(other.getReadTime());
-          break;
-        }
-        case CONSISTENCYSELECTOR_NOT_SET: {
-          break;
-        }
+        case READ_TIME:
+          {
+            mergeReadTime(other.getReadTime());
+            break;
+          }
+        case CONSISTENCYSELECTOR_NOT_SET:
+          {
+            break;
+          }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -652,34 +703,37 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              parent_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 16: {
-              pageSize_ = input.readInt32();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 16
-            case 26: {
-              pageToken_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            case 34: {
-              input.readMessage(
-                  getReadTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              consistencySelectorCase_ = 4;
-              break;
-            } // case 34
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                parent_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 16:
+              {
+                pageSize_ = input.readInt32();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 16
+            case 26:
+              {
+                pageToken_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            case 34:
+              {
+                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
+                consistencySelectorCase_ = 4;
+                break;
+              } // case 34
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -689,12 +743,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int consistencySelectorCase_ = 0;
     private java.lang.Object consistencySelector_;
-    public ConsistencySelectorCase
-        getConsistencySelectorCase() {
-      return ConsistencySelectorCase.forNumber(
-          consistencySelectorCase_);
+
+    public ConsistencySelectorCase getConsistencySelectorCase() {
+      return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
     }
 
     public Builder clearConsistencySelector() {
@@ -708,6 +762,8 @@ public Builder clearConsistencySelector() {
 
     private java.lang.Object parent_ = "";
     /**
+     *
+     *
      * 
      * Required. The parent document. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -716,13 +772,13 @@ public Builder clearConsistencySelector() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -731,6 +787,8 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent document. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -739,15 +797,14 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -755,6 +812,8 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent document. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -763,18 +822,22 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The parent document. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -783,6 +846,7 @@ public Builder setParent(
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearParent() { @@ -792,6 +856,8 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. The parent document. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -800,12 +866,14 @@ public Builder clearParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -813,13 +881,16 @@ public Builder setParentBytes( return this; } - private int pageSize_ ; + private int pageSize_; /** + * + * *
      * The maximum number of results to return.
      * 
* * int32 page_size = 2; + * * @return The pageSize. */ @java.lang.Override @@ -827,11 +898,14 @@ public int getPageSize() { return pageSize_; } /** + * + * *
      * The maximum number of results to return.
      * 
* * int32 page_size = 2; + * * @param value The pageSize to set. * @return This builder for chaining. */ @@ -843,11 +917,14 @@ public Builder setPageSize(int value) { return this; } /** + * + * *
      * The maximum number of results to return.
      * 
* * int32 page_size = 2; + * * @return This builder for chaining. */ public Builder clearPageSize() { @@ -859,19 +936,21 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** + * + * *
      * A page token. Must be a value from
      * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
      * 
* * string page_token = 3; + * * @return The pageToken. */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; @@ -880,21 +959,22 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * A page token. Must be a value from
      * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
      * 
* * string page_token = 3; + * * @return The bytes for pageToken. */ - public com.google.protobuf.ByteString - getPageTokenBytes() { + public com.google.protobuf.ByteString getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); pageToken_ = b; return b; } else { @@ -902,30 +982,37 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * A page token. Must be a value from
      * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
      * 
* * string page_token = 3; + * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setPageToken(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } pageToken_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** + * + * *
      * A page token. Must be a value from
      * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
      * 
* * string page_token = 3; + * * @return This builder for chaining. */ public Builder clearPageToken() { @@ -935,18 +1022,22 @@ public Builder clearPageToken() { return this; } /** + * + * *
      * A page token. Must be a value from
      * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
      * 
* * string page_token = 3; + * * @param value The bytes for pageToken to set. * @return This builder for chaining. */ - public Builder setPageTokenBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); pageToken_ = value; bitField0_ |= 0x00000004; @@ -955,8 +1046,13 @@ public Builder setPageTokenBytes( } private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + readTimeBuilder_; /** + * + * *
      * Reads documents as they were at the given time.
      *
@@ -966,6 +1062,7 @@ public Builder setPageTokenBytes(
      * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -973,6 +1070,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 4; } /** + * + * *
      * Reads documents as they were at the given time.
      *
@@ -982,6 +1081,7 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return The readTime. */ @java.lang.Override @@ -999,6 +1099,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * Reads documents as they were at the given time.
      *
@@ -1023,6 +1125,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1033,8 +1137,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 4;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         consistencySelector_ = builderForValue.build();
         onChanged();
@@ -1045,6 +1148,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1057,10 +1162,13 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (consistencySelectorCase_ == 4 &&
-            consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
-              .mergeFrom(value).buildPartial();
+        if (consistencySelectorCase_ == 4
+            && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          consistencySelector_ =
+              com.google.protobuf.Timestamp.newBuilder(
+                      (com.google.protobuf.Timestamp) consistencySelector_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1076,6 +1184,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1103,6 +1213,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1117,6 +1229,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1139,6 +1253,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1150,14 +1266,19 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(consistencySelectorCase_ == 4)) {
           consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
                 (com.google.protobuf.Timestamp) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1167,9 +1288,9 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       onChanged();
       return readTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1179,12 +1300,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.ListCollectionIdsRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.ListCollectionIdsRequest)
   private static final com.google.firestore.v1.ListCollectionIdsRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.ListCollectionIdsRequest();
   }
@@ -1193,27 +1314,27 @@ public static com.google.firestore.v1.ListCollectionIdsRequest getDefaultInstanc
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public ListCollectionIdsRequest parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public ListCollectionIdsRequest parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1228,6 +1349,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.ListCollectionIdsRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequestOrBuilder.java
similarity index 77%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequestOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequestOrBuilder.java
index 40a9c9941..2599ee7b2 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequestOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsRequestOrBuilder.java
@@ -1,14 +1,32 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface ListCollectionIdsRequestOrBuilder extends
+public interface ListCollectionIdsRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.ListCollectionIdsRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. The parent document. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -17,10 +35,13 @@ public interface ListCollectionIdsRequestOrBuilder extends
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ java.lang.String getParent(); /** + * + * *
    * Required. The parent document. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -29,44 +50,54 @@ public interface ListCollectionIdsRequestOrBuilder extends
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ - com.google.protobuf.ByteString - getParentBytes(); + com.google.protobuf.ByteString getParentBytes(); /** + * + * *
    * The maximum number of results to return.
    * 
* * int32 page_size = 2; + * * @return The pageSize. */ int getPageSize(); /** + * + * *
    * A page token. Must be a value from
    * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
    * 
* * string page_token = 3; + * * @return The pageToken. */ java.lang.String getPageToken(); /** + * + * *
    * A page token. Must be a value from
    * [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
    * 
* * string page_token = 3; + * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString - getPageTokenBytes(); + com.google.protobuf.ByteString getPageTokenBytes(); /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -76,10 +107,13 @@ public interface ListCollectionIdsRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -89,10 +123,13 @@ public interface ListCollectionIdsRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 4; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -105,5 +142,6 @@ public interface ListCollectionIdsRequestOrBuilder extends
    */
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
-  com.google.firestore.v1.ListCollectionIdsRequest.ConsistencySelectorCase getConsistencySelectorCase();
+  com.google.firestore.v1.ListCollectionIdsRequest.ConsistencySelectorCase
+      getConsistencySelectorCase();
 }
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponse.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponse.java
similarity index 68%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponse.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponse.java
index 080c301b6..b12e71b38 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponse.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponse.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * The response from
  * [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
@@ -12,74 +29,84 @@
  *
  * Protobuf type {@code google.firestore.v1.ListCollectionIdsResponse}
  */
-public final class ListCollectionIdsResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ListCollectionIdsResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.ListCollectionIdsResponse)
     ListCollectionIdsResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ListCollectionIdsResponse.newBuilder() to construct.
   private ListCollectionIdsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ListCollectionIdsResponse() {
-    collectionIds_ =
-        com.google.protobuf.LazyStringArrayList.emptyList();
+    collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
     nextPageToken_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ListCollectionIdsResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_ListCollectionIdsResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.ListCollectionIdsResponse.class, com.google.firestore.v1.ListCollectionIdsResponse.Builder.class);
+            com.google.firestore.v1.ListCollectionIdsResponse.class,
+            com.google.firestore.v1.ListCollectionIdsResponse.Builder.class);
   }
 
   public static final int COLLECTION_IDS_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private com.google.protobuf.LazyStringArrayList collectionIds_ =
       com.google.protobuf.LazyStringArrayList.emptyList();
   /**
+   *
+   *
    * 
    * The collection ids.
    * 
* * repeated string collection_ids = 1; + * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList - getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList getCollectionIdsList() { return collectionIds_; } /** + * + * *
    * The collection ids.
    * 
* * repeated string collection_ids = 1; + * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** + * + * *
    * The collection ids.
    * 
* * repeated string collection_ids = 1; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -87,28 +114,34 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** + * + * *
    * The collection ids.
    * 
* * repeated string collection_ids = 1; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString - getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; /** + * + * *
    * A page token that may be used to continue the list.
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ @java.lang.Override @@ -117,29 +150,29 @@ public java.lang.String getNextPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; } } /** + * + * *
    * A page token that may be used to continue the list.
    * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getNextPageTokenBytes() { + public com.google.protobuf.ByteString getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -148,6 +181,7 @@ public java.lang.String getNextPageToken() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -159,8 +193,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < collectionIds_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, collectionIds_.getRaw(i)); } @@ -195,17 +228,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.ListCollectionIdsResponse)) { return super.equals(obj); } - com.google.firestore.v1.ListCollectionIdsResponse other = (com.google.firestore.v1.ListCollectionIdsResponse) obj; + com.google.firestore.v1.ListCollectionIdsResponse other = + (com.google.firestore.v1.ListCollectionIdsResponse) obj; - if (!getCollectionIdsList() - .equals(other.getCollectionIdsList())) return false; - if (!getNextPageToken() - .equals(other.getNextPageToken())) return false; + if (!getCollectionIdsList().equals(other.getCollectionIdsList())) return false; + if (!getNextPageToken().equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -229,98 +261,103 @@ public int hashCode() { } public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.ListCollectionIdsResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.ListCollectionIdsResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.ListCollectionIdsResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.ListCollectionIdsResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.ListCollectionIdsResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The response from
    * [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
@@ -328,47 +365,45 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.ListCollectionIdsResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.ListCollectionIdsResponse)
       com.google.firestore.v1.ListCollectionIdsResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_ListCollectionIdsResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.ListCollectionIdsResponse.class, com.google.firestore.v1.ListCollectionIdsResponse.Builder.class);
+              com.google.firestore.v1.ListCollectionIdsResponse.class,
+              com.google.firestore.v1.ListCollectionIdsResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.ListCollectionIdsResponse.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
       bitField0_ = 0;
-      collectionIds_ =
-          com.google.protobuf.LazyStringArrayList.emptyList();
+      collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList();
       nextPageToken_ = "";
       return this;
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_ListCollectionIdsResponse_descriptor;
     }
 
     @java.lang.Override
@@ -387,8 +422,11 @@ public com.google.firestore.v1.ListCollectionIdsResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.ListCollectionIdsResponse buildPartial() {
-      com.google.firestore.v1.ListCollectionIdsResponse result = new com.google.firestore.v1.ListCollectionIdsResponse(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.ListCollectionIdsResponse result =
+          new com.google.firestore.v1.ListCollectionIdsResponse(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -408,38 +446,39 @@ private void buildPartial0(com.google.firestore.v1.ListCollectionIdsResponse res
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.ListCollectionIdsResponse) {
-        return mergeFrom((com.google.firestore.v1.ListCollectionIdsResponse)other);
+        return mergeFrom((com.google.firestore.v1.ListCollectionIdsResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -447,7 +486,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.ListCollectionIdsResponse other) {
-      if (other == com.google.firestore.v1.ListCollectionIdsResponse.getDefaultInstance()) return this;
+      if (other == com.google.firestore.v1.ListCollectionIdsResponse.getDefaultInstance())
+        return this;
       if (!other.collectionIds_.isEmpty()) {
         if (collectionIds_.isEmpty()) {
           collectionIds_ = other.collectionIds_;
@@ -489,23 +529,26 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              java.lang.String s = input.readStringRequireUtf8();
-              ensureCollectionIdsIsMutable();
-              collectionIds_.add(s);
-              break;
-            } // case 10
-            case 18: {
-              nextPageToken_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureCollectionIdsIsMutable();
+                collectionIds_.add(s);
+                break;
+              } // case 10
+            case 18:
+              {
+                nextPageToken_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -515,10 +558,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.protobuf.LazyStringArrayList collectionIds_ =
         com.google.protobuf.LazyStringArrayList.emptyList();
+
     private void ensureCollectionIdsIsMutable() {
       if (!collectionIds_.isModifiable()) {
         collectionIds_ = new com.google.protobuf.LazyStringArrayList(collectionIds_);
@@ -526,35 +571,43 @@ private void ensureCollectionIdsIsMutable() {
       bitField0_ |= 0x00000001;
     }
     /**
+     *
+     *
      * 
      * The collection ids.
      * 
* * repeated string collection_ids = 1; + * * @return A list containing the collectionIds. */ - public com.google.protobuf.ProtocolStringList - getCollectionIdsList() { + public com.google.protobuf.ProtocolStringList getCollectionIdsList() { collectionIds_.makeImmutable(); return collectionIds_; } /** + * + * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; + * * @return The count of collectionIds. */ public int getCollectionIdsCount() { return collectionIds_.size(); } /** + * + * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ @@ -562,31 +615,37 @@ public java.lang.String getCollectionIds(int index) { return collectionIds_.get(index); } /** + * + * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - public com.google.protobuf.ByteString - getCollectionIdsBytes(int index) { + public com.google.protobuf.ByteString getCollectionIdsBytes(int index) { return collectionIds_.getByteString(index); } /** + * + * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; + * * @param index The index to set the value at. * @param value The collectionIds to set. * @return This builder for chaining. */ - public Builder setCollectionIds( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setCollectionIds(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureCollectionIdsIsMutable(); collectionIds_.set(index, value); bitField0_ |= 0x00000001; @@ -594,17 +653,21 @@ public Builder setCollectionIds( return this; } /** + * + * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; + * * @param value The collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIds( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addCollectionIds(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureCollectionIdsIsMutable(); collectionIds_.add(value); bitField0_ |= 0x00000001; @@ -612,50 +675,58 @@ public Builder addCollectionIds( return this; } /** + * + * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; + * * @param values The collectionIds to add. * @return This builder for chaining. */ - public Builder addAllCollectionIds( - java.lang.Iterable values) { + public Builder addAllCollectionIds(java.lang.Iterable values) { ensureCollectionIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, collectionIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, collectionIds_); bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; + * * @return This builder for chaining. */ public Builder clearCollectionIds() { - collectionIds_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001);; + collectionIds_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + ; onChanged(); return this; } /** + * + * *
      * The collection ids.
      * 
* * repeated string collection_ids = 1; + * * @param value The bytes of the collectionIds to add. * @return This builder for chaining. */ - public Builder addCollectionIdsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addCollectionIdsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureCollectionIdsIsMutable(); collectionIds_.add(value); @@ -666,18 +737,20 @@ public Builder addCollectionIdsBytes( private java.lang.Object nextPageToken_ = ""; /** + * + * *
      * A page token that may be used to continue the list.
      * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; @@ -686,20 +759,21 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * A page token that may be used to continue the list.
      * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ - public com.google.protobuf.ByteString - getNextPageTokenBytes() { + public com.google.protobuf.ByteString getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -707,28 +781,35 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * A page token that may be used to continue the list.
      * 
* * string next_page_token = 2; + * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNextPageToken(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * A page token that may be used to continue the list.
      * 
* * string next_page_token = 2; + * * @return This builder for chaining. */ public Builder clearNextPageToken() { @@ -738,26 +819,30 @@ public Builder clearNextPageToken() { return this; } /** + * + * *
      * A page token that may be used to continue the list.
      * 
* * string next_page_token = 2; + * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -767,12 +852,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.ListCollectionIdsResponse) } // @@protoc_insertion_point(class_scope:google.firestore.v1.ListCollectionIdsResponse) private static final com.google.firestore.v1.ListCollectionIdsResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.ListCollectionIdsResponse(); } @@ -781,27 +866,27 @@ public static com.google.firestore.v1.ListCollectionIdsResponse getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListCollectionIdsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListCollectionIdsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -816,6 +901,4 @@ public com.google.protobuf.Parser getParserForType() public com.google.firestore.v1.ListCollectionIdsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponseOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponseOrBuilder.java similarity index 62% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponseOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponseOrBuilder.java index 5e9d910d7..9ad3ff5a9 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponseOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListCollectionIdsResponseOrBuilder.java @@ -1,71 +1,102 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface ListCollectionIdsResponseOrBuilder extends +public interface ListCollectionIdsResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.ListCollectionIdsResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The collection ids.
    * 
* * repeated string collection_ids = 1; + * * @return A list containing the collectionIds. */ - java.util.List - getCollectionIdsList(); + java.util.List getCollectionIdsList(); /** + * + * *
    * The collection ids.
    * 
* * repeated string collection_ids = 1; + * * @return The count of collectionIds. */ int getCollectionIdsCount(); /** + * + * *
    * The collection ids.
    * 
* * repeated string collection_ids = 1; + * * @param index The index of the element to return. * @return The collectionIds at the given index. */ java.lang.String getCollectionIds(int index); /** + * + * *
    * The collection ids.
    * 
* * repeated string collection_ids = 1; + * * @param index The index of the value to return. * @return The bytes of the collectionIds at the given index. */ - com.google.protobuf.ByteString - getCollectionIdsBytes(int index); + com.google.protobuf.ByteString getCollectionIdsBytes(int index); /** + * + * *
    * A page token that may be used to continue the list.
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** + * + * *
    * A page token that may be used to continue the list.
    * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString - getNextPageTokenBytes(); + com.google.protobuf.ByteString getNextPageTokenBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequest.java similarity index 77% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequest.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequest.java index b6ea81583..ae4e9dcf2 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequest.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,6 +20,8 @@ package com.google.firestore.v1; /** + * + * *
  * The request for
  * [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.v1.ListDocumentsRequest}
  */
-public final class ListDocumentsRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ListDocumentsRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.ListDocumentsRequest)
     ListDocumentsRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ListDocumentsRequest.newBuilder() to construct.
   private ListDocumentsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ListDocumentsRequest() {
     parent_ = "";
     collectionId_ = "";
@@ -30,35 +48,40 @@ private ListDocumentsRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ListDocumentsRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_ListDocumentsRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_ListDocumentsRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.ListDocumentsRequest.class, com.google.firestore.v1.ListDocumentsRequest.Builder.class);
+            com.google.firestore.v1.ListDocumentsRequest.class,
+            com.google.firestore.v1.ListDocumentsRequest.Builder.class);
   }
 
   private int bitField0_;
   private int consistencySelectorCase_ = 0;
+
   @SuppressWarnings("serial")
   private java.lang.Object consistencySelector_;
+
   public enum ConsistencySelectorCase
-      implements com.google.protobuf.Internal.EnumLite,
+      implements
+          com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     TRANSACTION(8),
     READ_TIME(10),
     CONSISTENCYSELECTOR_NOT_SET(0);
     private final int value;
+
     private ConsistencySelectorCase(int value) {
       this.value = value;
     }
@@ -74,27 +97,33 @@ public static ConsistencySelectorCase valueOf(int value) {
 
     public static ConsistencySelectorCase forNumber(int value) {
       switch (value) {
-        case 8: return TRANSACTION;
-        case 10: return READ_TIME;
-        case 0: return CONSISTENCYSELECTOR_NOT_SET;
-        default: return null;
+        case 8:
+          return TRANSACTION;
+        case 10:
+          return READ_TIME;
+        case 0:
+          return CONSISTENCYSELECTOR_NOT_SET;
+        default:
+          return null;
       }
     }
+
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ConsistencySelectorCase
-  getConsistencySelectorCase() {
-    return ConsistencySelectorCase.forNumber(
-        consistencySelectorCase_);
+  public ConsistencySelectorCase getConsistencySelectorCase() {
+    return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
+   *
+   *
    * 
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -106,6 +135,7 @@ public int getNumber() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ @java.lang.Override @@ -114,14 +144,15 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -133,16 +164,15 @@ public java.lang.String getParent() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -151,9 +181,12 @@ public java.lang.String getParent() { } public static final int COLLECTION_ID_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private volatile java.lang.Object collectionId_ = ""; /** + * + * *
    * Optional. The collection ID, relative to `parent`, to list.
    *
@@ -164,6 +197,7 @@ public java.lang.String getParent() {
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The collectionId. */ @java.lang.Override @@ -172,14 +206,15 @@ public java.lang.String getCollectionId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); collectionId_ = s; return s; } } /** + * + * *
    * Optional. The collection ID, relative to `parent`, to list.
    *
@@ -190,16 +225,15 @@ public java.lang.String getCollectionId() {
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for collectionId. */ @java.lang.Override - public com.google.protobuf.ByteString - getCollectionIdBytes() { + public com.google.protobuf.ByteString getCollectionIdBytes() { java.lang.Object ref = collectionId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); collectionId_ = b; return b; } else { @@ -210,6 +244,8 @@ public java.lang.String getCollectionId() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; /** + * + * *
    * Optional. The maximum number of documents to return in a single response.
    *
@@ -217,6 +253,7 @@ public java.lang.String getCollectionId() {
    * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The pageSize. */ @java.lang.Override @@ -225,9 +262,12 @@ public int getPageSize() { } public static final int PAGE_TOKEN_FIELD_NUMBER = 4; + @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; /** + * + * *
    * Optional. A page token, received from a previous `ListDocuments` response.
    *
@@ -237,6 +277,7 @@ public int getPageSize() {
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The pageToken. */ @java.lang.Override @@ -245,14 +286,15 @@ public java.lang.String getPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; } } /** + * + * *
    * Optional. A page token, received from a previous `ListDocuments` response.
    *
@@ -262,16 +304,15 @@ public java.lang.String getPageToken() {
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for pageToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getPageTokenBytes() { + public com.google.protobuf.ByteString getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); pageToken_ = b; return b; } else { @@ -280,9 +321,12 @@ public java.lang.String getPageToken() { } public static final int ORDER_BY_FIELD_NUMBER = 6; + @SuppressWarnings("serial") private volatile java.lang.Object orderBy_ = ""; /** + * + * *
    * Optional. The optional ordering of the documents to return.
    *
@@ -294,6 +338,7 @@ public java.lang.String getPageToken() {
    * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The orderBy. */ @java.lang.Override @@ -302,14 +347,15 @@ public java.lang.String getOrderBy() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); orderBy_ = s; return s; } } /** + * + * *
    * Optional. The optional ordering of the documents to return.
    *
@@ -321,16 +367,15 @@ public java.lang.String getOrderBy() {
    * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for orderBy. */ @java.lang.Override - public com.google.protobuf.ByteString - getOrderByBytes() { + public com.google.protobuf.ByteString getOrderByBytes() { java.lang.Object ref = orderBy_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); orderBy_ = b; return b; } else { @@ -341,6 +386,8 @@ public java.lang.String getOrderBy() { public static final int MASK_FIELD_NUMBER = 7; private com.google.firestore.v1.DocumentMask mask_; /** + * + * *
    * Optional. The fields to return. If not set, returns all fields.
    *
@@ -348,7 +395,9 @@ public java.lang.String getOrderBy() {
    * will not be returned in the response.
    * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the mask field is set. */ @java.lang.Override @@ -356,6 +405,8 @@ public boolean hasMask() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Optional. The fields to return. If not set, returns all fields.
    *
@@ -363,7 +414,9 @@ public boolean hasMask() {
    * will not be returned in the response.
    * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The mask. */ @java.lang.Override @@ -371,6 +424,8 @@ public com.google.firestore.v1.DocumentMask getMask() { return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_; } /** + * + * *
    * Optional. The fields to return. If not set, returns all fields.
    *
@@ -378,7 +433,8 @@ public com.google.firestore.v1.DocumentMask getMask() {
    * will not be returned in the response.
    * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ @java.lang.Override public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() { @@ -387,11 +443,14 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() { public static final int TRANSACTION_FIELD_NUMBER = 8; /** + * + * *
    * Perform the read as part of an already active transaction.
    * 
* * bytes transaction = 8; + * * @return Whether the transaction field is set. */ @java.lang.Override @@ -399,11 +458,14 @@ public boolean hasTransaction() { return consistencySelectorCase_ == 8; } /** + * + * *
    * Perform the read as part of an already active transaction.
    * 
* * bytes transaction = 8; + * * @return The transaction. */ @java.lang.Override @@ -416,6 +478,8 @@ public com.google.protobuf.ByteString getTransaction() { public static final int READ_TIME_FIELD_NUMBER = 10; /** + * + * *
    * Perform the read at the provided time.
    *
@@ -425,6 +489,7 @@ public com.google.protobuf.ByteString getTransaction() {
    * 
* * .google.protobuf.Timestamp read_time = 10; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -432,6 +497,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 10; } /** + * + * *
    * Perform the read at the provided time.
    *
@@ -441,16 +508,19 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 10; + * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 10) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** + * + * *
    * Perform the read at the provided time.
    *
@@ -464,7 +534,7 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (consistencySelectorCase_ == 10) {
-       return (com.google.protobuf.Timestamp) consistencySelector_;
+      return (com.google.protobuf.Timestamp) consistencySelector_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
@@ -472,6 +542,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   public static final int SHOW_MISSING_FIELD_NUMBER = 12;
   private boolean showMissing_ = false;
   /**
+   *
+   *
    * 
    * If the list should show missing documents.
    *
@@ -485,6 +557,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
    * 
* * bool show_missing = 12; + * * @return The showMissing. */ @java.lang.Override @@ -493,6 +566,7 @@ public boolean getShowMissing() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -504,8 +578,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -525,8 +598,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) output.writeMessage(7, getMask()); } if (consistencySelectorCase_ == 8) { - output.writeBytes( - 8, (com.google.protobuf.ByteString) consistencySelector_); + output.writeBytes(8, (com.google.protobuf.ByteString) consistencySelector_); } if (consistencySelectorCase_ == 10) { output.writeMessage(10, (com.google.protobuf.Timestamp) consistencySelector_); @@ -550,8 +622,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, collectionId_); } if (pageSize_ != 0) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(3, pageSize_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(3, pageSize_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, pageToken_); @@ -560,21 +631,20 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, orderBy_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(7, getMask()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getMask()); } if (consistencySelectorCase_ == 8) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize( - 8, (com.google.protobuf.ByteString) consistencySelector_); + size += + com.google.protobuf.CodedOutputStream.computeBytesSize( + 8, (com.google.protobuf.ByteString) consistencySelector_); } if (consistencySelectorCase_ == 10) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(10, (com.google.protobuf.Timestamp) consistencySelector_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 10, (com.google.protobuf.Timestamp) consistencySelector_); } if (showMissing_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(12, showMissing_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(12, showMissing_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -584,39 +654,31 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.ListDocumentsRequest)) { return super.equals(obj); } - com.google.firestore.v1.ListDocumentsRequest other = (com.google.firestore.v1.ListDocumentsRequest) obj; - - if (!getParent() - .equals(other.getParent())) return false; - if (!getCollectionId() - .equals(other.getCollectionId())) return false; - if (getPageSize() - != other.getPageSize()) return false; - if (!getPageToken() - .equals(other.getPageToken())) return false; - if (!getOrderBy() - .equals(other.getOrderBy())) return false; + com.google.firestore.v1.ListDocumentsRequest other = + (com.google.firestore.v1.ListDocumentsRequest) obj; + + if (!getParent().equals(other.getParent())) return false; + if (!getCollectionId().equals(other.getCollectionId())) return false; + if (getPageSize() != other.getPageSize()) return false; + if (!getPageToken().equals(other.getPageToken())) return false; + if (!getOrderBy().equals(other.getOrderBy())) return false; if (hasMask() != other.hasMask()) return false; if (hasMask()) { - if (!getMask() - .equals(other.getMask())) return false; + if (!getMask().equals(other.getMask())) return false; } - if (getShowMissing() - != other.getShowMissing()) return false; + if (getShowMissing() != other.getShowMissing()) return false; if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false; switch (consistencySelectorCase_) { case 8: - if (!getTransaction() - .equals(other.getTransaction())) return false; + if (!getTransaction().equals(other.getTransaction())) return false; break; case 10: - if (!getReadTime() - .equals(other.getReadTime())) return false; + if (!getReadTime().equals(other.getReadTime())) return false; break; case 0: default: @@ -647,8 +709,7 @@ public int hashCode() { hash = (53 * hash) + getMask().hashCode(); } hash = (37 * hash) + SHOW_MISSING_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getShowMissing()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getShowMissing()); switch (consistencySelectorCase_) { case 8: hash = (37 * hash) + TRANSACTION_FIELD_NUMBER; @@ -666,99 +727,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.ListDocumentsRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.ListDocumentsRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ListDocumentsRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ListDocumentsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ListDocumentsRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ListDocumentsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ListDocumentsRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ListDocumentsRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.ListDocumentsRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.ListDocumentsRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.ListDocumentsRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.ListDocumentsRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.ListDocumentsRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.ListDocumentsRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.ListDocumentsRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
@@ -766,21 +832,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.ListDocumentsRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.ListDocumentsRequest)
       com.google.firestore.v1.ListDocumentsRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_ListDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_ListDocumentsRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.ListDocumentsRequest.class, com.google.firestore.v1.ListDocumentsRequest.Builder.class);
+              com.google.firestore.v1.ListDocumentsRequest.class,
+              com.google.firestore.v1.ListDocumentsRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.ListDocumentsRequest.newBuilder()
@@ -788,17 +856,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getMaskFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -823,9 +891,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_ListDocumentsRequest_descriptor;
     }
 
     @java.lang.Override
@@ -844,8 +912,11 @@ public com.google.firestore.v1.ListDocumentsRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.ListDocumentsRequest buildPartial() {
-      com.google.firestore.v1.ListDocumentsRequest result = new com.google.firestore.v1.ListDocumentsRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.ListDocumentsRequest result =
+          new com.google.firestore.v1.ListDocumentsRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -870,9 +941,7 @@ private void buildPartial0(com.google.firestore.v1.ListDocumentsRequest result)
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.mask_ = maskBuilder_ == null
-            ? mask_
-            : maskBuilder_.build();
+        result.mask_ = maskBuilder_ == null ? mask_ : maskBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000100) != 0)) {
@@ -884,8 +953,7 @@ private void buildPartial0(com.google.firestore.v1.ListDocumentsRequest result)
     private void buildPartialOneofs(com.google.firestore.v1.ListDocumentsRequest result) {
       result.consistencySelectorCase_ = consistencySelectorCase_;
       result.consistencySelector_ = this.consistencySelector_;
-      if (consistencySelectorCase_ == 10 &&
-          readTimeBuilder_ != null) {
+      if (consistencySelectorCase_ == 10 && readTimeBuilder_ != null) {
         result.consistencySelector_ = readTimeBuilder_.build();
       }
     }
@@ -894,38 +962,39 @@ private void buildPartialOneofs(com.google.firestore.v1.ListDocumentsRequest res
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.ListDocumentsRequest) {
-        return mergeFrom((com.google.firestore.v1.ListDocumentsRequest)other);
+        return mergeFrom((com.google.firestore.v1.ListDocumentsRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -964,17 +1033,20 @@ public Builder mergeFrom(com.google.firestore.v1.ListDocumentsRequest other) {
         setShowMissing(other.getShowMissing());
       }
       switch (other.getConsistencySelectorCase()) {
-        case TRANSACTION: {
-          setTransaction(other.getTransaction());
-          break;
-        }
-        case READ_TIME: {
-          mergeReadTime(other.getReadTime());
-          break;
-        }
-        case CONSISTENCYSELECTOR_NOT_SET: {
-          break;
-        }
+        case TRANSACTION:
+          {
+            setTransaction(other.getTransaction());
+            break;
+          }
+        case READ_TIME:
+          {
+            mergeReadTime(other.getReadTime());
+            break;
+          }
+        case CONSISTENCYSELECTOR_NOT_SET:
+          {
+            break;
+          }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -1002,61 +1074,67 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              parent_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              collectionId_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 24: {
-              pageSize_ = input.readInt32();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 24
-            case 34: {
-              pageToken_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 34
-            case 50: {
-              orderBy_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 50
-            case 58: {
-              input.readMessage(
-                  getMaskFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000020;
-              break;
-            } // case 58
-            case 66: {
-              consistencySelector_ = input.readBytes();
-              consistencySelectorCase_ = 8;
-              break;
-            } // case 66
-            case 82: {
-              input.readMessage(
-                  getReadTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              consistencySelectorCase_ = 10;
-              break;
-            } // case 82
-            case 96: {
-              showMissing_ = input.readBool();
-              bitField0_ |= 0x00000100;
-              break;
-            } // case 96
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                parent_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                collectionId_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 24:
+              {
+                pageSize_ = input.readInt32();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 24
+            case 34:
+              {
+                pageToken_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 34
+            case 50:
+              {
+                orderBy_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 50
+            case 58:
+              {
+                input.readMessage(getMaskFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000020;
+                break;
+              } // case 58
+            case 66:
+              {
+                consistencySelector_ = input.readBytes();
+                consistencySelectorCase_ = 8;
+                break;
+              } // case 66
+            case 82:
+              {
+                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
+                consistencySelectorCase_ = 10;
+                break;
+              } // case 82
+            case 96:
+              {
+                showMissing_ = input.readBool();
+                bitField0_ |= 0x00000100;
+                break;
+              } // case 96
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1066,12 +1144,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int consistencySelectorCase_ = 0;
     private java.lang.Object consistencySelector_;
-    public ConsistencySelectorCase
-        getConsistencySelectorCase() {
-      return ConsistencySelectorCase.forNumber(
-          consistencySelectorCase_);
+
+    public ConsistencySelectorCase getConsistencySelectorCase() {
+      return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
     }
 
     public Builder clearConsistencySelector() {
@@ -1085,6 +1163,8 @@ public Builder clearConsistencySelector() {
 
     private java.lang.Object parent_ = "";
     /**
+     *
+     *
      * 
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1096,13 +1176,13 @@ public Builder clearConsistencySelector() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -1111,6 +1191,8 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1122,15 +1204,14 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -1138,6 +1219,8 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1149,18 +1232,22 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1172,6 +1259,7 @@ public Builder setParent(
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearParent() { @@ -1181,6 +1269,8 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1192,12 +1282,14 @@ public Builder clearParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -1207,6 +1299,8 @@ public Builder setParentBytes( private java.lang.Object collectionId_ = ""; /** + * + * *
      * Optional. The collection ID, relative to `parent`, to list.
      *
@@ -1217,13 +1311,13 @@ public Builder setParentBytes(
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The collectionId. */ public java.lang.String getCollectionId() { java.lang.Object ref = collectionId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); collectionId_ = s; return s; @@ -1232,6 +1326,8 @@ public java.lang.String getCollectionId() { } } /** + * + * *
      * Optional. The collection ID, relative to `parent`, to list.
      *
@@ -1242,15 +1338,14 @@ public java.lang.String getCollectionId() {
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for collectionId. */ - public com.google.protobuf.ByteString - getCollectionIdBytes() { + public com.google.protobuf.ByteString getCollectionIdBytes() { java.lang.Object ref = collectionId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); collectionId_ = b; return b; } else { @@ -1258,6 +1353,8 @@ public java.lang.String getCollectionId() { } } /** + * + * *
      * Optional. The collection ID, relative to `parent`, to list.
      *
@@ -1268,18 +1365,22 @@ public java.lang.String getCollectionId() {
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The collectionId to set. * @return This builder for chaining. */ - public Builder setCollectionId( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setCollectionId(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } collectionId_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * Optional. The collection ID, relative to `parent`, to list.
      *
@@ -1290,6 +1391,7 @@ public Builder setCollectionId(
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @return This builder for chaining. */ public Builder clearCollectionId() { @@ -1299,6 +1401,8 @@ public Builder clearCollectionId() { return this; } /** + * + * *
      * Optional. The collection ID, relative to `parent`, to list.
      *
@@ -1309,12 +1413,14 @@ public Builder clearCollectionId() {
      * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The bytes for collectionId to set. * @return This builder for chaining. */ - public Builder setCollectionIdBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setCollectionIdBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); collectionId_ = value; bitField0_ |= 0x00000002; @@ -1322,8 +1428,10 @@ public Builder setCollectionIdBytes( return this; } - private int pageSize_ ; + private int pageSize_; /** + * + * *
      * Optional. The maximum number of documents to return in a single response.
      *
@@ -1331,6 +1439,7 @@ public Builder setCollectionIdBytes(
      * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The pageSize. */ @java.lang.Override @@ -1338,6 +1447,8 @@ public int getPageSize() { return pageSize_; } /** + * + * *
      * Optional. The maximum number of documents to return in a single response.
      *
@@ -1345,6 +1456,7 @@ public int getPageSize() {
      * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The pageSize to set. * @return This builder for chaining. */ @@ -1356,6 +1468,8 @@ public Builder setPageSize(int value) { return this; } /** + * + * *
      * Optional. The maximum number of documents to return in a single response.
      *
@@ -1363,6 +1477,7 @@ public Builder setPageSize(int value) {
      * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @return This builder for chaining. */ public Builder clearPageSize() { @@ -1374,6 +1489,8 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** + * + * *
      * Optional. A page token, received from a previous `ListDocuments` response.
      *
@@ -1383,13 +1500,13 @@ public Builder clearPageSize() {
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The pageToken. */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; @@ -1398,6 +1515,8 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * Optional. A page token, received from a previous `ListDocuments` response.
      *
@@ -1407,15 +1526,14 @@ public java.lang.String getPageToken() {
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for pageToken. */ - public com.google.protobuf.ByteString - getPageTokenBytes() { + public com.google.protobuf.ByteString getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); pageToken_ = b; return b; } else { @@ -1423,6 +1541,8 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * Optional. A page token, received from a previous `ListDocuments` response.
      *
@@ -1432,18 +1552,22 @@ public java.lang.String getPageToken() {
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setPageToken(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } pageToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** + * + * *
      * Optional. A page token, received from a previous `ListDocuments` response.
      *
@@ -1453,6 +1577,7 @@ public Builder setPageToken(
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; + * * @return This builder for chaining. */ public Builder clearPageToken() { @@ -1462,6 +1587,8 @@ public Builder clearPageToken() { return this; } /** + * + * *
      * Optional. A page token, received from a previous `ListDocuments` response.
      *
@@ -1471,12 +1598,14 @@ public Builder clearPageToken() {
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The bytes for pageToken to set. * @return This builder for chaining. */ - public Builder setPageTokenBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); pageToken_ = value; bitField0_ |= 0x00000008; @@ -1486,6 +1615,8 @@ public Builder setPageTokenBytes( private java.lang.Object orderBy_ = ""; /** + * + * *
      * Optional. The optional ordering of the documents to return.
      *
@@ -1497,13 +1628,13 @@ public Builder setPageTokenBytes(
      * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The orderBy. */ public java.lang.String getOrderBy() { java.lang.Object ref = orderBy_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); orderBy_ = s; return s; @@ -1512,6 +1643,8 @@ public java.lang.String getOrderBy() { } } /** + * + * *
      * Optional. The optional ordering of the documents to return.
      *
@@ -1523,15 +1656,14 @@ public java.lang.String getOrderBy() {
      * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for orderBy. */ - public com.google.protobuf.ByteString - getOrderByBytes() { + public com.google.protobuf.ByteString getOrderByBytes() { java.lang.Object ref = orderBy_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); orderBy_ = b; return b; } else { @@ -1539,6 +1671,8 @@ public java.lang.String getOrderBy() { } } /** + * + * *
      * Optional. The optional ordering of the documents to return.
      *
@@ -1550,18 +1684,22 @@ public java.lang.String getOrderBy() {
      * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The orderBy to set. * @return This builder for chaining. */ - public Builder setOrderBy( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setOrderBy(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } orderBy_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** + * + * *
      * Optional. The optional ordering of the documents to return.
      *
@@ -1573,6 +1711,7 @@ public Builder setOrderBy(
      * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; + * * @return This builder for chaining. */ public Builder clearOrderBy() { @@ -1582,6 +1721,8 @@ public Builder clearOrderBy() { return this; } /** + * + * *
      * Optional. The optional ordering of the documents to return.
      *
@@ -1593,12 +1734,14 @@ public Builder clearOrderBy() {
      * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The bytes for orderBy to set. * @return This builder for chaining. */ - public Builder setOrderByBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setOrderByBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); orderBy_ = value; bitField0_ |= 0x00000010; @@ -1608,8 +1751,13 @@ public Builder setOrderByBytes( private com.google.firestore.v1.DocumentMask mask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> maskBuilder_; + com.google.firestore.v1.DocumentMask, + com.google.firestore.v1.DocumentMask.Builder, + com.google.firestore.v1.DocumentMaskOrBuilder> + maskBuilder_; /** + * + * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1617,13 +1765,17 @@ public Builder setOrderByBytes(
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the mask field is set. */ public boolean hasMask() { return ((bitField0_ & 0x00000020) != 0); } /** + * + * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1631,7 +1783,9 @@ public boolean hasMask() {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The mask. */ public com.google.firestore.v1.DocumentMask getMask() { @@ -1642,6 +1796,8 @@ public com.google.firestore.v1.DocumentMask getMask() { } } /** + * + * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1649,7 +1805,8 @@ public com.google.firestore.v1.DocumentMask getMask() {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder setMask(com.google.firestore.v1.DocumentMask value) { if (maskBuilder_ == null) { @@ -1665,6 +1822,8 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) { return this; } /** + * + * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1672,10 +1831,10 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ - public Builder setMask( - com.google.firestore.v1.DocumentMask.Builder builderForValue) { + public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForValue) { if (maskBuilder_ == null) { mask_ = builderForValue.build(); } else { @@ -1686,6 +1845,8 @@ public Builder setMask( return this; } /** + * + * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1693,13 +1854,14 @@ public Builder setMask(
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder mergeMask(com.google.firestore.v1.DocumentMask value) { if (maskBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) && - mask_ != null && - mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) + && mask_ != null + && mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) { getMaskBuilder().mergeFrom(value); } else { mask_ = value; @@ -1714,6 +1876,8 @@ public Builder mergeMask(com.google.firestore.v1.DocumentMask value) { return this; } /** + * + * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1721,7 +1885,8 @@ public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder clearMask() { bitField0_ = (bitField0_ & ~0x00000020); @@ -1734,6 +1899,8 @@ public Builder clearMask() { return this; } /** + * + * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1741,7 +1908,8 @@ public Builder clearMask() {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.firestore.v1.DocumentMask.Builder getMaskBuilder() { bitField0_ |= 0x00000020; @@ -1749,6 +1917,8 @@ public com.google.firestore.v1.DocumentMask.Builder getMaskBuilder() { return getMaskFieldBuilder().getBuilder(); } /** + * + * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1756,17 +1926,19 @@ public com.google.firestore.v1.DocumentMask.Builder getMaskBuilder() {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() { if (maskBuilder_ != null) { return maskBuilder_.getMessageOrBuilder(); } else { - return mask_ == null ? - com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_; + return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_; } } /** + * + * *
      * Optional. The fields to return. If not set, returns all fields.
      *
@@ -1774,39 +1946,49 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
      * will not be returned in the response.
      * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> + com.google.firestore.v1.DocumentMask, + com.google.firestore.v1.DocumentMask.Builder, + com.google.firestore.v1.DocumentMaskOrBuilder> getMaskFieldBuilder() { if (maskBuilder_ == null) { - maskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder>( - getMask(), - getParentForChildren(), - isClean()); + maskBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.DocumentMask, + com.google.firestore.v1.DocumentMask.Builder, + com.google.firestore.v1.DocumentMaskOrBuilder>( + getMask(), getParentForChildren(), isClean()); mask_ = null; } return maskBuilder_; } /** + * + * *
      * Perform the read as part of an already active transaction.
      * 
* * bytes transaction = 8; + * * @return Whether the transaction field is set. */ public boolean hasTransaction() { return consistencySelectorCase_ == 8; } /** + * + * *
      * Perform the read as part of an already active transaction.
      * 
* * bytes transaction = 8; + * * @return The transaction. */ public com.google.protobuf.ByteString getTransaction() { @@ -1816,27 +1998,35 @@ public com.google.protobuf.ByteString getTransaction() { return com.google.protobuf.ByteString.EMPTY; } /** + * + * *
      * Perform the read as part of an already active transaction.
      * 
* * bytes transaction = 8; + * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } consistencySelectorCase_ = 8; consistencySelector_ = value; onChanged(); return this; } /** + * + * *
      * Perform the read as part of an already active transaction.
      * 
* * bytes transaction = 8; + * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -1849,8 +2039,13 @@ public Builder clearTransaction() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + readTimeBuilder_; /** + * + * *
      * Perform the read at the provided time.
      *
@@ -1860,6 +2055,7 @@ public Builder clearTransaction() {
      * 
* * .google.protobuf.Timestamp read_time = 10; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -1867,6 +2063,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 10; } /** + * + * *
      * Perform the read at the provided time.
      *
@@ -1876,6 +2074,7 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 10; + * * @return The readTime. */ @java.lang.Override @@ -1893,6 +2092,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * Perform the read at the provided time.
      *
@@ -1917,6 +2118,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Perform the read at the provided time.
      *
@@ -1927,8 +2130,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 10;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         consistencySelector_ = builderForValue.build();
         onChanged();
@@ -1939,6 +2141,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * Perform the read at the provided time.
      *
@@ -1951,10 +2155,13 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (consistencySelectorCase_ == 10 &&
-            consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
-              .mergeFrom(value).buildPartial();
+        if (consistencySelectorCase_ == 10
+            && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          consistencySelector_ =
+              com.google.protobuf.Timestamp.newBuilder(
+                      (com.google.protobuf.Timestamp) consistencySelector_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1970,6 +2177,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Perform the read at the provided time.
      *
@@ -1997,6 +2206,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Perform the read at the provided time.
      *
@@ -2011,6 +2222,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Perform the read at the provided time.
      *
@@ -2033,6 +2246,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
+     *
+     *
      * 
      * Perform the read at the provided time.
      *
@@ -2044,14 +2259,19 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 10;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(consistencySelectorCase_ == 10)) {
           consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
                 (com.google.protobuf.Timestamp) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -2062,8 +2282,10 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       return readTimeBuilder_;
     }
 
-    private boolean showMissing_ ;
+    private boolean showMissing_;
     /**
+     *
+     *
      * 
      * If the list should show missing documents.
      *
@@ -2077,6 +2299,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * 
* * bool show_missing = 12; + * * @return The showMissing. */ @java.lang.Override @@ -2084,6 +2307,8 @@ public boolean getShowMissing() { return showMissing_; } /** + * + * *
      * If the list should show missing documents.
      *
@@ -2097,6 +2322,7 @@ public boolean getShowMissing() {
      * 
* * bool show_missing = 12; + * * @param value The showMissing to set. * @return This builder for chaining. */ @@ -2108,6 +2334,8 @@ public Builder setShowMissing(boolean value) { return this; } /** + * + * *
      * If the list should show missing documents.
      *
@@ -2121,6 +2349,7 @@ public Builder setShowMissing(boolean value) {
      * 
* * bool show_missing = 12; + * * @return This builder for chaining. */ public Builder clearShowMissing() { @@ -2129,9 +2358,9 @@ public Builder clearShowMissing() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2141,12 +2370,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.ListDocumentsRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.ListDocumentsRequest) private static final com.google.firestore.v1.ListDocumentsRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.ListDocumentsRequest(); } @@ -2155,27 +2384,27 @@ public static com.google.firestore.v1.ListDocumentsRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListDocumentsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListDocumentsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2190,6 +2419,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.ListDocumentsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequestOrBuilder.java similarity index 86% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequestOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequestOrBuilder.java index a376e07e2..9d7f5055e 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequestOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsRequestOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface ListDocumentsRequestOrBuilder extends +public interface ListDocumentsRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.ListDocumentsRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -20,10 +38,13 @@ public interface ListDocumentsRequestOrBuilder extends
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ java.lang.String getParent(); /** + * + * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -35,12 +56,14 @@ public interface ListDocumentsRequestOrBuilder extends
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ - com.google.protobuf.ByteString - getParentBytes(); + com.google.protobuf.ByteString getParentBytes(); /** + * + * *
    * Optional. The collection ID, relative to `parent`, to list.
    *
@@ -51,10 +74,13 @@ public interface ListDocumentsRequestOrBuilder extends
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The collectionId. */ java.lang.String getCollectionId(); /** + * + * *
    * Optional. The collection ID, relative to `parent`, to list.
    *
@@ -65,12 +91,14 @@ public interface ListDocumentsRequestOrBuilder extends
    * 
* * string collection_id = 2 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for collectionId. */ - com.google.protobuf.ByteString - getCollectionIdBytes(); + com.google.protobuf.ByteString getCollectionIdBytes(); /** + * + * *
    * Optional. The maximum number of documents to return in a single response.
    *
@@ -78,11 +106,14 @@ public interface ListDocumentsRequestOrBuilder extends
    * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The pageSize. */ int getPageSize(); /** + * + * *
    * Optional. A page token, received from a previous `ListDocuments` response.
    *
@@ -92,10 +123,13 @@ public interface ListDocumentsRequestOrBuilder extends
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The pageToken. */ java.lang.String getPageToken(); /** + * + * *
    * Optional. A page token, received from a previous `ListDocuments` response.
    *
@@ -105,12 +139,14 @@ public interface ListDocumentsRequestOrBuilder extends
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString - getPageTokenBytes(); + com.google.protobuf.ByteString getPageTokenBytes(); /** + * + * *
    * Optional. The optional ordering of the documents to return.
    *
@@ -122,10 +158,13 @@ public interface ListDocumentsRequestOrBuilder extends
    * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The orderBy. */ java.lang.String getOrderBy(); /** + * + * *
    * Optional. The optional ordering of the documents to return.
    *
@@ -137,12 +176,14 @@ public interface ListDocumentsRequestOrBuilder extends
    * 
* * string order_by = 6 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for orderBy. */ - com.google.protobuf.ByteString - getOrderByBytes(); + com.google.protobuf.ByteString getOrderByBytes(); /** + * + * *
    * Optional. The fields to return. If not set, returns all fields.
    *
@@ -150,11 +191,15 @@ public interface ListDocumentsRequestOrBuilder extends
    * will not be returned in the response.
    * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the mask field is set. */ boolean hasMask(); /** + * + * *
    * Optional. The fields to return. If not set, returns all fields.
    *
@@ -162,11 +207,15 @@ public interface ListDocumentsRequestOrBuilder extends
    * will not be returned in the response.
    * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The mask. */ com.google.firestore.v1.DocumentMask getMask(); /** + * + * *
    * Optional. The fields to return. If not set, returns all fields.
    *
@@ -174,30 +223,39 @@ public interface ListDocumentsRequestOrBuilder extends
    * will not be returned in the response.
    * 
* - * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * .google.firestore.v1.DocumentMask mask = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder(); /** + * + * *
    * Perform the read as part of an already active transaction.
    * 
* * bytes transaction = 8; + * * @return Whether the transaction field is set. */ boolean hasTransaction(); /** + * + * *
    * Perform the read as part of an already active transaction.
    * 
* * bytes transaction = 8; + * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** + * + * *
    * Perform the read at the provided time.
    *
@@ -207,10 +265,13 @@ public interface ListDocumentsRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 10; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * Perform the read at the provided time.
    *
@@ -220,10 +281,13 @@ public interface ListDocumentsRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 10; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * Perform the read at the provided time.
    *
@@ -237,6 +301,8 @@ public interface ListDocumentsRequestOrBuilder extends
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
   /**
+   *
+   *
    * 
    * If the list should show missing documents.
    *
@@ -250,6 +316,7 @@ public interface ListDocumentsRequestOrBuilder extends
    * 
* * bool show_missing = 12; + * * @return The showMissing. */ boolean getShowMissing(); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponse.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponse.java similarity index 72% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponse.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponse.java index 22a9667a8..85be21fb9 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponse.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,6 +20,8 @@ package com.google.firestore.v1; /** + * + * *
  * The response for
  * [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.v1.ListDocumentsResponse}
  */
-public final class ListDocumentsResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ListDocumentsResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.ListDocumentsResponse)
     ListDocumentsResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ListDocumentsResponse.newBuilder() to construct.
   private ListDocumentsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ListDocumentsResponse() {
     documents_ = java.util.Collections.emptyList();
     nextPageToken_ = "";
@@ -28,28 +46,32 @@ private ListDocumentsResponse() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ListDocumentsResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_ListDocumentsResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_ListDocumentsResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.ListDocumentsResponse.class, com.google.firestore.v1.ListDocumentsResponse.Builder.class);
+            com.google.firestore.v1.ListDocumentsResponse.class,
+            com.google.firestore.v1.ListDocumentsResponse.Builder.class);
   }
 
   public static final int DOCUMENTS_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private java.util.List documents_;
   /**
+   *
+   *
    * 
    * The Documents found.
    * 
@@ -61,6 +83,8 @@ public java.util.List getDocumentsList() { return documents_; } /** + * + * *
    * The Documents found.
    * 
@@ -68,11 +92,13 @@ public java.util.List getDocumentsList() { * repeated .google.firestore.v1.Document documents = 1; */ @java.lang.Override - public java.util.List + public java.util.List getDocumentsOrBuilderList() { return documents_; } /** + * + * *
    * The Documents found.
    * 
@@ -84,6 +110,8 @@ public int getDocumentsCount() { return documents_.size(); } /** + * + * *
    * The Documents found.
    * 
@@ -95,6 +123,8 @@ public com.google.firestore.v1.Document getDocuments(int index) { return documents_.get(index); } /** + * + * *
    * The Documents found.
    * 
@@ -102,15 +132,17 @@ public com.google.firestore.v1.Document getDocuments(int index) { * repeated .google.firestore.v1.Document documents = 1; */ @java.lang.Override - public com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder( - int index) { + public com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder(int index) { return documents_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; /** + * + * *
    * A token to retrieve the next page of documents.
    *
@@ -118,6 +150,7 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder(
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ @java.lang.Override @@ -126,14 +159,15 @@ public java.lang.String getNextPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; } } /** + * + * *
    * A token to retrieve the next page of documents.
    *
@@ -141,16 +175,15 @@ public java.lang.String getNextPageToken() {
    * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getNextPageTokenBytes() { + public com.google.protobuf.ByteString getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -159,6 +192,7 @@ public java.lang.String getNextPageToken() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -170,8 +204,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < documents_.size(); i++) { output.writeMessage(1, documents_.get(i)); } @@ -188,8 +221,7 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < documents_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, documents_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, documents_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -202,17 +234,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.ListDocumentsResponse)) { return super.equals(obj); } - com.google.firestore.v1.ListDocumentsResponse other = (com.google.firestore.v1.ListDocumentsResponse) obj; + com.google.firestore.v1.ListDocumentsResponse other = + (com.google.firestore.v1.ListDocumentsResponse) obj; - if (!getDocumentsList() - .equals(other.getDocumentsList())) return false; - if (!getNextPageToken() - .equals(other.getNextPageToken())) return false; + if (!getDocumentsList().equals(other.getDocumentsList())) return false; + if (!getNextPageToken().equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -235,99 +266,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.ListDocumentsResponse parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.ListDocumentsResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ListDocumentsResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ListDocumentsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ListDocumentsResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ListDocumentsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ListDocumentsResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ListDocumentsResponse parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.ListDocumentsResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.ListDocumentsResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.ListDocumentsResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.ListDocumentsResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.ListDocumentsResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.ListDocumentsResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.ListDocumentsResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The response for
    * [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
@@ -335,33 +371,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.ListDocumentsResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.ListDocumentsResponse)
       com.google.firestore.v1.ListDocumentsResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_ListDocumentsResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_ListDocumentsResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.ListDocumentsResponse.class, com.google.firestore.v1.ListDocumentsResponse.Builder.class);
+              com.google.firestore.v1.ListDocumentsResponse.class,
+              com.google.firestore.v1.ListDocumentsResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.ListDocumentsResponse.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -378,9 +413,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListDocumentsResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_ListDocumentsResponse_descriptor;
     }
 
     @java.lang.Override
@@ -399,9 +434,12 @@ public com.google.firestore.v1.ListDocumentsResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.ListDocumentsResponse buildPartial() {
-      com.google.firestore.v1.ListDocumentsResponse result = new com.google.firestore.v1.ListDocumentsResponse(this);
+      com.google.firestore.v1.ListDocumentsResponse result =
+          new com.google.firestore.v1.ListDocumentsResponse(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -429,38 +467,39 @@ private void buildPartial0(com.google.firestore.v1.ListDocumentsResponse result)
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.ListDocumentsResponse) {
-        return mergeFrom((com.google.firestore.v1.ListDocumentsResponse)other);
+        return mergeFrom((com.google.firestore.v1.ListDocumentsResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -487,9 +526,10 @@ public Builder mergeFrom(com.google.firestore.v1.ListDocumentsResponse other) {
             documentsBuilder_ = null;
             documents_ = other.documents_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            documentsBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getDocumentsFieldBuilder() : null;
+            documentsBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getDocumentsFieldBuilder()
+                    : null;
           } else {
             documentsBuilder_.addAllMessages(other.documents_);
           }
@@ -526,30 +566,31 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              com.google.firestore.v1.Document m =
-                  input.readMessage(
-                      com.google.firestore.v1.Document.parser(),
-                      extensionRegistry);
-              if (documentsBuilder_ == null) {
-                ensureDocumentsIsMutable();
-                documents_.add(m);
-              } else {
-                documentsBuilder_.addMessage(m);
-              }
-              break;
-            } // case 10
-            case 18: {
-              nextPageToken_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                com.google.firestore.v1.Document m =
+                    input.readMessage(com.google.firestore.v1.Document.parser(), extensionRegistry);
+                if (documentsBuilder_ == null) {
+                  ensureDocumentsIsMutable();
+                  documents_.add(m);
+                } else {
+                  documentsBuilder_.addMessage(m);
+                }
+                break;
+              } // case 10
+            case 18:
+              {
+                nextPageToken_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -559,21 +600,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.util.List documents_ =
-      java.util.Collections.emptyList();
+        java.util.Collections.emptyList();
+
     private void ensureDocumentsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         documents_ = new java.util.ArrayList(documents_);
         bitField0_ |= 0x00000001;
-       }
+      }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> documentsBuilder_;
+            com.google.firestore.v1.Document,
+            com.google.firestore.v1.Document.Builder,
+            com.google.firestore.v1.DocumentOrBuilder>
+        documentsBuilder_;
 
     /**
+     *
+     *
      * 
      * The Documents found.
      * 
@@ -588,6 +636,8 @@ public java.util.List getDocumentsList() { } } /** + * + * *
      * The Documents found.
      * 
@@ -602,6 +652,8 @@ public int getDocumentsCount() { } } /** + * + * *
      * The Documents found.
      * 
@@ -616,14 +668,15 @@ public com.google.firestore.v1.Document getDocuments(int index) { } } /** + * + * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public Builder setDocuments( - int index, com.google.firestore.v1.Document value) { + public Builder setDocuments(int index, com.google.firestore.v1.Document value) { if (documentsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -637,6 +690,8 @@ public Builder setDocuments( return this; } /** + * + * *
      * The Documents found.
      * 
@@ -655,6 +710,8 @@ public Builder setDocuments( return this; } /** + * + * *
      * The Documents found.
      * 
@@ -675,14 +732,15 @@ public Builder addDocuments(com.google.firestore.v1.Document value) { return this; } /** + * + * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public Builder addDocuments( - int index, com.google.firestore.v1.Document value) { + public Builder addDocuments(int index, com.google.firestore.v1.Document value) { if (documentsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -696,14 +754,15 @@ public Builder addDocuments( return this; } /** + * + * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public Builder addDocuments( - com.google.firestore.v1.Document.Builder builderForValue) { + public Builder addDocuments(com.google.firestore.v1.Document.Builder builderForValue) { if (documentsBuilder_ == null) { ensureDocumentsIsMutable(); documents_.add(builderForValue.build()); @@ -714,6 +773,8 @@ public Builder addDocuments( return this; } /** + * + * *
      * The Documents found.
      * 
@@ -732,6 +793,8 @@ public Builder addDocuments( return this; } /** + * + * *
      * The Documents found.
      * 
@@ -742,8 +805,7 @@ public Builder addAllDocuments( java.lang.Iterable values) { if (documentsBuilder_ == null) { ensureDocumentsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, documents_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, documents_); onChanged(); } else { documentsBuilder_.addAllMessages(values); @@ -751,6 +813,8 @@ public Builder addAllDocuments( return this; } /** + * + * *
      * The Documents found.
      * 
@@ -768,6 +832,8 @@ public Builder clearDocuments() { return this; } /** + * + * *
      * The Documents found.
      * 
@@ -785,39 +851,44 @@ public Builder removeDocuments(int index) { return this; } /** + * + * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public com.google.firestore.v1.Document.Builder getDocumentsBuilder( - int index) { + public com.google.firestore.v1.Document.Builder getDocumentsBuilder(int index) { return getDocumentsFieldBuilder().getBuilder(index); } /** + * + * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder( - int index) { + public com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder(int index) { if (documentsBuilder_ == null) { - return documents_.get(index); } else { + return documents_.get(index); + } else { return documentsBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public java.util.List - getDocumentsOrBuilderList() { + public java.util.List + getDocumentsOrBuilderList() { if (documentsBuilder_ != null) { return documentsBuilder_.getMessageOrBuilderList(); } else { @@ -825,6 +896,8 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder( } } /** + * + * *
      * The Documents found.
      * 
@@ -832,42 +905,47 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder( * repeated .google.firestore.v1.Document documents = 1; */ public com.google.firestore.v1.Document.Builder addDocumentsBuilder() { - return getDocumentsFieldBuilder().addBuilder( - com.google.firestore.v1.Document.getDefaultInstance()); + return getDocumentsFieldBuilder() + .addBuilder(com.google.firestore.v1.Document.getDefaultInstance()); } /** + * + * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public com.google.firestore.v1.Document.Builder addDocumentsBuilder( - int index) { - return getDocumentsFieldBuilder().addBuilder( - index, com.google.firestore.v1.Document.getDefaultInstance()); + public com.google.firestore.v1.Document.Builder addDocumentsBuilder(int index) { + return getDocumentsFieldBuilder() + .addBuilder(index, com.google.firestore.v1.Document.getDefaultInstance()); } /** + * + * *
      * The Documents found.
      * 
* * repeated .google.firestore.v1.Document documents = 1; */ - public java.util.List - getDocumentsBuilderList() { + public java.util.List getDocumentsBuilderList() { return getDocumentsFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder> getDocumentsFieldBuilder() { if (documentsBuilder_ == null) { - documentsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>( - documents_, - ((bitField0_ & 0x00000001) != 0), - getParentForChildren(), - isClean()); + documentsBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder>( + documents_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); documents_ = null; } return documentsBuilder_; @@ -875,6 +953,8 @@ public com.google.firestore.v1.Document.Builder addDocumentsBuilder( private java.lang.Object nextPageToken_ = ""; /** + * + * *
      * A token to retrieve the next page of documents.
      *
@@ -882,13 +962,13 @@ public com.google.firestore.v1.Document.Builder addDocumentsBuilder(
      * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; @@ -897,6 +977,8 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * A token to retrieve the next page of documents.
      *
@@ -904,15 +986,14 @@ public java.lang.String getNextPageToken() {
      * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ - public com.google.protobuf.ByteString - getNextPageTokenBytes() { + public com.google.protobuf.ByteString getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -920,6 +1001,8 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * A token to retrieve the next page of documents.
      *
@@ -927,18 +1010,22 @@ public java.lang.String getNextPageToken() {
      * 
* * string next_page_token = 2; + * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNextPageToken(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * A token to retrieve the next page of documents.
      *
@@ -946,6 +1033,7 @@ public Builder setNextPageToken(
      * 
* * string next_page_token = 2; + * * @return This builder for chaining. */ public Builder clearNextPageToken() { @@ -955,6 +1043,8 @@ public Builder clearNextPageToken() { return this; } /** + * + * *
      * A token to retrieve the next page of documents.
      *
@@ -962,21 +1052,23 @@ public Builder clearNextPageToken() {
      * 
* * string next_page_token = 2; + * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -986,12 +1078,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.ListDocumentsResponse) } // @@protoc_insertion_point(class_scope:google.firestore.v1.ListDocumentsResponse) private static final com.google.firestore.v1.ListDocumentsResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.ListDocumentsResponse(); } @@ -1000,27 +1092,27 @@ public static com.google.firestore.v1.ListDocumentsResponse getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListDocumentsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListDocumentsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1035,6 +1127,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.ListDocumentsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponseOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponseOrBuilder.java similarity index 65% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponseOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponseOrBuilder.java index 72995cba8..3ac93b9d6 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponseOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListDocumentsResponseOrBuilder.java @@ -1,23 +1,42 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface ListDocumentsResponseOrBuilder extends +public interface ListDocumentsResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.ListDocumentsResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The Documents found.
    * 
* * repeated .google.firestore.v1.Document documents = 1; */ - java.util.List - getDocumentsList(); + java.util.List getDocumentsList(); /** + * + * *
    * The Documents found.
    * 
@@ -26,6 +45,8 @@ public interface ListDocumentsResponseOrBuilder extends */ com.google.firestore.v1.Document getDocuments(int index); /** + * + * *
    * The Documents found.
    * 
@@ -34,25 +55,29 @@ public interface ListDocumentsResponseOrBuilder extends */ int getDocumentsCount(); /** + * + * *
    * The Documents found.
    * 
* * repeated .google.firestore.v1.Document documents = 1; */ - java.util.List - getDocumentsOrBuilderList(); + java.util.List getDocumentsOrBuilderList(); /** + * + * *
    * The Documents found.
    * 
* * repeated .google.firestore.v1.Document documents = 1; */ - com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder( - int index); + com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder(int index); /** + * + * *
    * A token to retrieve the next page of documents.
    *
@@ -60,10 +85,13 @@ com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder(
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** + * + * *
    * A token to retrieve the next page of documents.
    *
@@ -71,8 +99,8 @@ com.google.firestore.v1.DocumentOrBuilder getDocumentsOrBuilder(
    * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString - getNextPageTokenBytes(); + com.google.protobuf.ByteString getNextPageTokenBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequest.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequest.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequest.java index 981b0a568..35ab46c39 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequest.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,35 +20,37 @@ package com.google.firestore.v1; /** + * + * *
  * A request for [Firestore.Listen][google.firestore.v1.Firestore.Listen]
  * 
* * Protobuf type {@code google.firestore.v1.ListenRequest} */ -public final class ListenRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ListenRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.ListenRequest) ListenRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ListenRequest.newBuilder() to construct. private ListenRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ListenRequest() { database_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ListenRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_ListenRequest_descriptor; } @SuppressWarnings({"rawtypes"}) @@ -44,28 +61,34 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl case 4: return internalGetLabels(); default: - throw new RuntimeException( - "Invalid map field number: " + number); + throw new RuntimeException("Invalid map field number: " + number); } } + @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_ListenRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ListenRequest.class, com.google.firestore.v1.ListenRequest.Builder.class); + com.google.firestore.v1.ListenRequest.class, + com.google.firestore.v1.ListenRequest.Builder.class); } private int targetChangeCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object targetChange_; + public enum TargetChangeCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { ADD_TARGET(2), REMOVE_TARGET(3), TARGETCHANGE_NOT_SET(0); private final int value; + private TargetChangeCase(int value) { this.value = value; } @@ -81,33 +104,40 @@ public static TargetChangeCase valueOf(int value) { public static TargetChangeCase forNumber(int value) { switch (value) { - case 2: return ADD_TARGET; - case 3: return REMOVE_TARGET; - case 0: return TARGETCHANGE_NOT_SET; - default: return null; + case 2: + return ADD_TARGET; + case 3: + return REMOVE_TARGET; + case 0: + return TARGETCHANGE_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public TargetChangeCase - getTargetChangeCase() { - return TargetChangeCase.forNumber( - targetChangeCase_); + public TargetChangeCase getTargetChangeCase() { + return TargetChangeCase.forNumber(targetChangeCase_); } public static final int DATABASE_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ @java.lang.Override @@ -116,30 +146,30 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -149,11 +179,14 @@ public java.lang.String getDatabase() { public static final int ADD_TARGET_FIELD_NUMBER = 2; /** + * + * *
    * A target to add to this stream.
    * 
* * .google.firestore.v1.Target add_target = 2; + * * @return Whether the addTarget field is set. */ @java.lang.Override @@ -161,21 +194,26 @@ public boolean hasAddTarget() { return targetChangeCase_ == 2; } /** + * + * *
    * A target to add to this stream.
    * 
* * .google.firestore.v1.Target add_target = 2; + * * @return The addTarget. */ @java.lang.Override public com.google.firestore.v1.Target getAddTarget() { if (targetChangeCase_ == 2) { - return (com.google.firestore.v1.Target) targetChange_; + return (com.google.firestore.v1.Target) targetChange_; } return com.google.firestore.v1.Target.getDefaultInstance(); } /** + * + * *
    * A target to add to this stream.
    * 
@@ -185,18 +223,21 @@ public com.google.firestore.v1.Target getAddTarget() { @java.lang.Override public com.google.firestore.v1.TargetOrBuilder getAddTargetOrBuilder() { if (targetChangeCase_ == 2) { - return (com.google.firestore.v1.Target) targetChange_; + return (com.google.firestore.v1.Target) targetChange_; } return com.google.firestore.v1.Target.getDefaultInstance(); } public static final int REMOVE_TARGET_FIELD_NUMBER = 3; /** + * + * *
    * The ID of a target to remove from this stream.
    * 
* * int32 remove_target = 3; + * * @return Whether the removeTarget field is set. */ @java.lang.Override @@ -204,11 +245,14 @@ public boolean hasRemoveTarget() { return targetChangeCase_ == 3; } /** + * + * *
    * The ID of a target to remove from this stream.
    * 
* * int32 remove_target = 3; + * * @return The removeTarget. */ @java.lang.Override @@ -220,32 +264,34 @@ public int getRemoveTarget() { } public static final int LABELS_FIELD_NUMBER = 4; + private static final class LabelsDefaultEntryHolder { - static final com.google.protobuf.MapEntry< - java.lang.String, java.lang.String> defaultEntry = - com.google.protobuf.MapEntry - .newDefaultInstance( - com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenRequest_LabelsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.STRING, - ""); + static final com.google.protobuf.MapEntry defaultEntry = + com.google.protobuf.MapEntry.newDefaultInstance( + com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_ListenRequest_LabelsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); } + @SuppressWarnings("serial") - private com.google.protobuf.MapField< - java.lang.String, java.lang.String> labels_; - private com.google.protobuf.MapField - internalGetLabels() { + private com.google.protobuf.MapField labels_; + + private com.google.protobuf.MapField internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField( - LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); } return labels_; } + public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** + * + * *
    * Labels associated with this target change.
    * 
@@ -253,20 +299,21 @@ public int getLabelsCount() { * map<string, string> labels = 4; */ @java.lang.Override - public boolean containsLabels( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } + public boolean containsLabels(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } return internalGetLabels().getMap().containsKey(key); } - /** - * Use {@link #getLabelsMap()} instead. - */ + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } /** + * + * *
    * Labels associated with this target change.
    * 
@@ -278,6 +325,8 @@ public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** + * + * *
    * Labels associated with this target change.
    * 
@@ -285,17 +334,19 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 4; */ @java.lang.Override - public /* nullable */ -java.lang.String getLabelsOrDefault( + public /* nullable */ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ -java.lang.String defaultValue) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetLabels().getMap(); + java.lang.String defaultValue) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** + * + * *
    * Labels associated with this target change.
    * 
@@ -303,11 +354,11 @@ java.lang.String getLabelsOrDefault( * map<string, string> labels = 4; */ @java.lang.Override - public java.lang.String getLabelsOrThrow( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetLabels().getMap(); + public java.lang.String getLabelsOrThrow(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -315,6 +366,7 @@ public java.lang.String getLabelsOrThrow( } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -326,8 +378,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, database_); } @@ -335,15 +386,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) output.writeMessage(2, (com.google.firestore.v1.Target) targetChange_); } if (targetChangeCase_ == 3) { - output.writeInt32( - 3, (int)((java.lang.Integer) targetChange_)); - } - com.google.protobuf.GeneratedMessageV3 - .serializeStringMapTo( - output, - internalGetLabels(), - LabelsDefaultEntryHolder.defaultEntry, - 4); + output.writeInt32(3, (int) ((java.lang.Integer) targetChange_)); + } + com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( + output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 4); getUnknownFields().writeTo(output); } @@ -357,23 +403,24 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, database_); } if (targetChangeCase_ == 2) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, (com.google.firestore.v1.Target) targetChange_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 2, (com.google.firestore.v1.Target) targetChange_); } if (targetChangeCase_ == 3) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size( - 3, (int)((java.lang.Integer) targetChange_)); - } - for (java.util.Map.Entry entry - : internalGetLabels().getMap().entrySet()) { - com.google.protobuf.MapEntry - labels__ = LabelsDefaultEntryHolder.defaultEntry.newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(4, labels__); + size += + com.google.protobuf.CodedOutputStream.computeInt32Size( + 3, (int) ((java.lang.Integer) targetChange_)); + } + for (java.util.Map.Entry entry : + internalGetLabels().getMap().entrySet()) { + com.google.protobuf.MapEntry labels__ = + LabelsDefaultEntryHolder.defaultEntry + .newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, labels__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -383,26 +430,22 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.ListenRequest)) { return super.equals(obj); } com.google.firestore.v1.ListenRequest other = (com.google.firestore.v1.ListenRequest) obj; - if (!getDatabase() - .equals(other.getDatabase())) return false; - if (!internalGetLabels().equals( - other.internalGetLabels())) return false; + if (!getDatabase().equals(other.getDatabase())) return false; + if (!internalGetLabels().equals(other.internalGetLabels())) return false; if (!getTargetChangeCase().equals(other.getTargetChangeCase())) return false; switch (targetChangeCase_) { case 2: - if (!getAddTarget() - .equals(other.getAddTarget())) return false; + if (!getAddTarget().equals(other.getAddTarget())) return false; break; case 3: - if (getRemoveTarget() - != other.getRemoveTarget()) return false; + if (getRemoveTarget() != other.getRemoveTarget()) return false; break; case 0: default: @@ -441,112 +484,116 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.ListenRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.ListenRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ListenRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.ListenRequest parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.firestore.v1.ListenRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ListenRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ListenRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.ListenRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.ListenRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.ListenRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.v1.ListenRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.ListenRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.ListenRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.ListenRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.ListenRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A request for [Firestore.Listen][google.firestore.v1.Firestore.Listen]
    * 
* * Protobuf type {@code google.firestore.v1.ListenRequest} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.ListenRequest) com.google.firestore.v1.ListenRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_ListenRequest_descriptor; } @SuppressWarnings({"rawtypes"}) @@ -556,10 +603,10 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl case 4: return internalGetLabels(); default: - throw new RuntimeException( - "Invalid map field number: " + number); + throw new RuntimeException("Invalid map field number: " + number); } } + @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { @@ -567,28 +614,27 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi case 4: return internalGetMutableLabels(); default: - throw new RuntimeException( - "Invalid map field number: " + number); + throw new RuntimeException("Invalid map field number: " + number); } } + @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_ListenRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ListenRequest.class, com.google.firestore.v1.ListenRequest.Builder.class); + com.google.firestore.v1.ListenRequest.class, + com.google.firestore.v1.ListenRequest.Builder.class); } // Construct using com.google.firestore.v1.ListenRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -604,9 +650,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_ListenRequest_descriptor; } @java.lang.Override @@ -625,8 +671,11 @@ public com.google.firestore.v1.ListenRequest build() { @java.lang.Override public com.google.firestore.v1.ListenRequest buildPartial() { - com.google.firestore.v1.ListenRequest result = new com.google.firestore.v1.ListenRequest(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.ListenRequest result = + new com.google.firestore.v1.ListenRequest(this); + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; @@ -646,8 +695,7 @@ private void buildPartial0(com.google.firestore.v1.ListenRequest result) { private void buildPartialOneofs(com.google.firestore.v1.ListenRequest result) { result.targetChangeCase_ = targetChangeCase_; result.targetChange_ = this.targetChange_; - if (targetChangeCase_ == 2 && - addTargetBuilder_ != null) { + if (targetChangeCase_ == 2 && addTargetBuilder_ != null) { result.targetChange_ = addTargetBuilder_.build(); } } @@ -656,38 +704,39 @@ private void buildPartialOneofs(com.google.firestore.v1.ListenRequest result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.ListenRequest) { - return mergeFrom((com.google.firestore.v1.ListenRequest)other); + return mergeFrom((com.google.firestore.v1.ListenRequest) other); } else { super.mergeFrom(other); return this; @@ -701,21 +750,23 @@ public Builder mergeFrom(com.google.firestore.v1.ListenRequest other) { bitField0_ |= 0x00000001; onChanged(); } - internalGetMutableLabels().mergeFrom( - other.internalGetLabels()); + internalGetMutableLabels().mergeFrom(other.internalGetLabels()); bitField0_ |= 0x00000008; switch (other.getTargetChangeCase()) { - case ADD_TARGET: { - mergeAddTarget(other.getAddTarget()); - break; - } - case REMOVE_TARGET: { - setRemoveTarget(other.getRemoveTarget()); - break; - } - case TARGETCHANGE_NOT_SET: { - break; - } + case ADD_TARGET: + { + mergeAddTarget(other.getAddTarget()); + break; + } + case REMOVE_TARGET: + { + setRemoveTarget(other.getRemoveTarget()); + break; + } + case TARGETCHANGE_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -743,38 +794,43 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - database_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: { - input.readMessage( - getAddTargetFieldBuilder().getBuilder(), - extensionRegistry); - targetChangeCase_ = 2; - break; - } // case 18 - case 24: { - targetChange_ = input.readInt32(); - targetChangeCase_ = 3; - break; - } // case 24 - case 34: { - com.google.protobuf.MapEntry - labels__ = input.readMessage( - LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); - internalGetMutableLabels().getMutableMap().put( - labels__.getKey(), labels__.getValue()); - bitField0_ |= 0x00000008; - break; - } // case 34 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + database_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: + { + input.readMessage(getAddTargetFieldBuilder().getBuilder(), extensionRegistry); + targetChangeCase_ = 2; + break; + } // case 18 + case 24: + { + targetChange_ = input.readInt32(); + targetChangeCase_ = 3; + break; + } // case 24 + case 34: + { + com.google.protobuf.MapEntry labels__ = + input.readMessage( + LabelsDefaultEntryHolder.defaultEntry.getParserForType(), + extensionRegistry); + internalGetMutableLabels() + .getMutableMap() + .put(labels__.getKey(), labels__.getValue()); + bitField0_ |= 0x00000008; + break; + } // case 34 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -784,12 +840,12 @@ public Builder mergeFrom( } // finally return this; } + private int targetChangeCase_ = 0; private java.lang.Object targetChange_; - public TargetChangeCase - getTargetChangeCase() { - return TargetChangeCase.forNumber( - targetChangeCase_); + + public TargetChangeCase getTargetChangeCase() { + return TargetChangeCase.forNumber(targetChangeCase_); } public Builder clearTargetChange() { @@ -803,19 +859,21 @@ public Builder clearTargetChange() { private java.lang.Object database_ = ""; /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -824,21 +882,22 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -846,30 +905,37 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabase(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } database_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -879,18 +945,22 @@ public Builder clearDatabase() { return this; } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000001; @@ -899,13 +969,19 @@ public Builder setDatabaseBytes( } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target, com.google.firestore.v1.Target.Builder, com.google.firestore.v1.TargetOrBuilder> addTargetBuilder_; + com.google.firestore.v1.Target, + com.google.firestore.v1.Target.Builder, + com.google.firestore.v1.TargetOrBuilder> + addTargetBuilder_; /** + * + * *
      * A target to add to this stream.
      * 
* * .google.firestore.v1.Target add_target = 2; + * * @return Whether the addTarget field is set. */ @java.lang.Override @@ -913,11 +989,14 @@ public boolean hasAddTarget() { return targetChangeCase_ == 2; } /** + * + * *
      * A target to add to this stream.
      * 
* * .google.firestore.v1.Target add_target = 2; + * * @return The addTarget. */ @java.lang.Override @@ -935,6 +1014,8 @@ public com.google.firestore.v1.Target getAddTarget() { } } /** + * + * *
      * A target to add to this stream.
      * 
@@ -955,14 +1036,15 @@ public Builder setAddTarget(com.google.firestore.v1.Target value) { return this; } /** + * + * *
      * A target to add to this stream.
      * 
* * .google.firestore.v1.Target add_target = 2; */ - public Builder setAddTarget( - com.google.firestore.v1.Target.Builder builderForValue) { + public Builder setAddTarget(com.google.firestore.v1.Target.Builder builderForValue) { if (addTargetBuilder_ == null) { targetChange_ = builderForValue.build(); onChanged(); @@ -973,6 +1055,8 @@ public Builder setAddTarget( return this; } /** + * + * *
      * A target to add to this stream.
      * 
@@ -981,10 +1065,13 @@ public Builder setAddTarget( */ public Builder mergeAddTarget(com.google.firestore.v1.Target value) { if (addTargetBuilder_ == null) { - if (targetChangeCase_ == 2 && - targetChange_ != com.google.firestore.v1.Target.getDefaultInstance()) { - targetChange_ = com.google.firestore.v1.Target.newBuilder((com.google.firestore.v1.Target) targetChange_) - .mergeFrom(value).buildPartial(); + if (targetChangeCase_ == 2 + && targetChange_ != com.google.firestore.v1.Target.getDefaultInstance()) { + targetChange_ = + com.google.firestore.v1.Target.newBuilder( + (com.google.firestore.v1.Target) targetChange_) + .mergeFrom(value) + .buildPartial(); } else { targetChange_ = value; } @@ -1000,6 +1087,8 @@ public Builder mergeAddTarget(com.google.firestore.v1.Target value) { return this; } /** + * + * *
      * A target to add to this stream.
      * 
@@ -1023,6 +1112,8 @@ public Builder clearAddTarget() { return this; } /** + * + * *
      * A target to add to this stream.
      * 
@@ -1033,6 +1124,8 @@ public com.google.firestore.v1.Target.Builder getAddTargetBuilder() { return getAddTargetFieldBuilder().getBuilder(); } /** + * + * *
      * A target to add to this stream.
      * 
@@ -1051,6 +1144,8 @@ public com.google.firestore.v1.TargetOrBuilder getAddTargetOrBuilder() { } } /** + * + * *
      * A target to add to this stream.
      * 
@@ -1058,17 +1153,20 @@ public com.google.firestore.v1.TargetOrBuilder getAddTargetOrBuilder() { * .google.firestore.v1.Target add_target = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target, com.google.firestore.v1.Target.Builder, com.google.firestore.v1.TargetOrBuilder> + com.google.firestore.v1.Target, + com.google.firestore.v1.Target.Builder, + com.google.firestore.v1.TargetOrBuilder> getAddTargetFieldBuilder() { if (addTargetBuilder_ == null) { if (!(targetChangeCase_ == 2)) { targetChange_ = com.google.firestore.v1.Target.getDefaultInstance(); } - addTargetBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target, com.google.firestore.v1.Target.Builder, com.google.firestore.v1.TargetOrBuilder>( - (com.google.firestore.v1.Target) targetChange_, - getParentForChildren(), - isClean()); + addTargetBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Target, + com.google.firestore.v1.Target.Builder, + com.google.firestore.v1.TargetOrBuilder>( + (com.google.firestore.v1.Target) targetChange_, getParentForChildren(), isClean()); targetChange_ = null; } targetChangeCase_ = 2; @@ -1077,22 +1175,28 @@ public com.google.firestore.v1.TargetOrBuilder getAddTargetOrBuilder() { } /** + * + * *
      * The ID of a target to remove from this stream.
      * 
* * int32 remove_target = 3; + * * @return Whether the removeTarget field is set. */ public boolean hasRemoveTarget() { return targetChangeCase_ == 3; } /** + * + * *
      * The ID of a target to remove from this stream.
      * 
* * int32 remove_target = 3; + * * @return The removeTarget. */ public int getRemoveTarget() { @@ -1102,11 +1206,14 @@ public int getRemoveTarget() { return 0; } /** + * + * *
      * The ID of a target to remove from this stream.
      * 
* * int32 remove_target = 3; + * * @param value The removeTarget to set. * @return This builder for chaining. */ @@ -1118,11 +1225,14 @@ public Builder setRemoveTarget(int value) { return this; } /** + * + * *
      * The ID of a target to remove from this stream.
      * 
* * int32 remove_target = 3; + * * @return This builder for chaining. */ public Builder clearRemoveTarget() { @@ -1134,21 +1244,19 @@ public Builder clearRemoveTarget() { return this; } - private com.google.protobuf.MapField< - java.lang.String, java.lang.String> labels_; - private com.google.protobuf.MapField - internalGetLabels() { + private com.google.protobuf.MapField labels_; + + private com.google.protobuf.MapField internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField( - LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); } return labels_; } + private com.google.protobuf.MapField internalGetMutableLabels() { if (labels_ == null) { - labels_ = com.google.protobuf.MapField.newMapField( - LabelsDefaultEntryHolder.defaultEntry); + labels_ = com.google.protobuf.MapField.newMapField(LabelsDefaultEntryHolder.defaultEntry); } if (!labels_.isMutable()) { labels_ = labels_.copy(); @@ -1157,10 +1265,13 @@ public Builder clearRemoveTarget() { onChanged(); return labels_; } + public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** + * + * *
      * Labels associated with this target change.
      * 
@@ -1168,20 +1279,21 @@ public int getLabelsCount() { * map<string, string> labels = 4; */ @java.lang.Override - public boolean containsLabels( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } + public boolean containsLabels(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } return internalGetLabels().getMap().containsKey(key); } - /** - * Use {@link #getLabelsMap()} instead. - */ + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } /** + * + * *
      * Labels associated with this target change.
      * 
@@ -1193,6 +1305,8 @@ public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** + * + * *
      * Labels associated with this target change.
      * 
@@ -1200,17 +1314,19 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 4; */ @java.lang.Override - public /* nullable */ -java.lang.String getLabelsOrDefault( + public /* nullable */ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ -java.lang.String defaultValue) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetLabels().getMap(); + java.lang.String defaultValue) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** + * + * *
      * Labels associated with this target change.
      * 
@@ -1218,79 +1334,81 @@ java.lang.String getLabelsOrDefault( * map<string, string> labels = 4; */ @java.lang.Override - public java.lang.String getLabelsOrThrow( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetLabels().getMap(); + public java.lang.String getLabelsOrThrow(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } + public Builder clearLabels() { bitField0_ = (bitField0_ & ~0x00000008); - internalGetMutableLabels().getMutableMap() - .clear(); + internalGetMutableLabels().getMutableMap().clear(); return this; } /** + * + * *
      * Labels associated with this target change.
      * 
* * map<string, string> labels = 4; */ - public Builder removeLabels( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } - internalGetMutableLabels().getMutableMap() - .remove(key); + public Builder removeLabels(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } + internalGetMutableLabels().getMutableMap().remove(key); return this; } - /** - * Use alternate mutation accessors instead. - */ + /** Use alternate mutation accessors instead. */ @java.lang.Deprecated - public java.util.Map - getMutableLabels() { + public java.util.Map getMutableLabels() { bitField0_ |= 0x00000008; return internalGetMutableLabels().getMutableMap(); } /** + * + * *
      * Labels associated with this target change.
      * 
* * map<string, string> labels = 4; */ - public Builder putLabels( - java.lang.String key, - java.lang.String value) { - if (key == null) { throw new NullPointerException("map key"); } - if (value == null) { throw new NullPointerException("map value"); } - internalGetMutableLabels().getMutableMap() - .put(key, value); + public Builder putLabels(java.lang.String key, java.lang.String value) { + if (key == null) { + throw new NullPointerException("map key"); + } + if (value == null) { + throw new NullPointerException("map value"); + } + internalGetMutableLabels().getMutableMap().put(key, value); bitField0_ |= 0x00000008; return this; } /** + * + * *
      * Labels associated with this target change.
      * 
* * map<string, string> labels = 4; */ - public Builder putAllLabels( - java.util.Map values) { - internalGetMutableLabels().getMutableMap() - .putAll(values); + public Builder putAllLabels(java.util.Map values) { + internalGetMutableLabels().getMutableMap().putAll(values); bitField0_ |= 0x00000008; return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1300,12 +1418,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.ListenRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.ListenRequest) private static final com.google.firestore.v1.ListenRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.ListenRequest(); } @@ -1314,27 +1432,27 @@ public static com.google.firestore.v1.ListenRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListenRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListenRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1349,6 +1467,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.ListenRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequestOrBuilder.java similarity index 69% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequestOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequestOrBuilder.java index 7fca88b5f..1b1315e1b 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequestOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenRequestOrBuilder.java @@ -1,54 +1,83 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface ListenRequestOrBuilder extends +public interface ListenRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.ListenRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ java.lang.String getDatabase(); /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ - com.google.protobuf.ByteString - getDatabaseBytes(); + com.google.protobuf.ByteString getDatabaseBytes(); /** + * + * *
    * A target to add to this stream.
    * 
* * .google.firestore.v1.Target add_target = 2; + * * @return Whether the addTarget field is set. */ boolean hasAddTarget(); /** + * + * *
    * A target to add to this stream.
    * 
* * .google.firestore.v1.Target add_target = 2; + * * @return The addTarget. */ com.google.firestore.v1.Target getAddTarget(); /** + * + * *
    * A target to add to this stream.
    * 
@@ -58,25 +87,33 @@ public interface ListenRequestOrBuilder extends com.google.firestore.v1.TargetOrBuilder getAddTargetOrBuilder(); /** + * + * *
    * The ID of a target to remove from this stream.
    * 
* * int32 remove_target = 3; + * * @return Whether the removeTarget field is set. */ boolean hasRemoveTarget(); /** + * + * *
    * The ID of a target to remove from this stream.
    * 
* * int32 remove_target = 3; + * * @return The removeTarget. */ int getRemoveTarget(); /** + * + * *
    * Labels associated with this target change.
    * 
@@ -85,30 +122,31 @@ public interface ListenRequestOrBuilder extends */ int getLabelsCount(); /** + * + * *
    * Labels associated with this target change.
    * 
* * map<string, string> labels = 4; */ - boolean containsLabels( - java.lang.String key); - /** - * Use {@link #getLabelsMap()} instead. - */ + boolean containsLabels(java.lang.String key); + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated - java.util.Map - getLabels(); + java.util.Map getLabels(); /** + * + * *
    * Labels associated with this target change.
    * 
* * map<string, string> labels = 4; */ - java.util.Map - getLabelsMap(); + java.util.Map getLabelsMap(); /** + * + * *
    * Labels associated with this target change.
    * 
@@ -116,19 +154,20 @@ boolean containsLabels( * map<string, string> labels = 4; */ /* nullable */ -java.lang.String getLabelsOrDefault( + java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ -java.lang.String defaultValue); + java.lang.String defaultValue); /** + * + * *
    * Labels associated with this target change.
    * 
* * map<string, string> labels = 4; */ - java.lang.String getLabelsOrThrow( - java.lang.String key); + java.lang.String getLabelsOrThrow(java.lang.String key); com.google.firestore.v1.ListenRequest.TargetChangeCase getTargetChangeCase(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponse.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponse.java similarity index 74% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponse.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponse.java index 818356a8f..a96cf176a 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponse.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,49 +20,55 @@ package com.google.firestore.v1; /** + * + * *
  * The response for [Firestore.Listen][google.firestore.v1.Firestore.Listen].
  * 
* * Protobuf type {@code google.firestore.v1.ListenResponse} */ -public final class ListenResponse extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ListenResponse extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.ListenResponse) ListenResponseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ListenResponse.newBuilder() to construct. private ListenResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListenResponse() { - } + + private ListenResponse() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ListenResponse(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_ListenResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenResponse_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_ListenResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ListenResponse.class, com.google.firestore.v1.ListenResponse.Builder.class); + com.google.firestore.v1.ListenResponse.class, + com.google.firestore.v1.ListenResponse.Builder.class); } private int responseTypeCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object responseType_; + public enum ResponseTypeCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { TARGET_CHANGE(2), DOCUMENT_CHANGE(3), @@ -56,6 +77,7 @@ public enum ResponseTypeCase FILTER(5), RESPONSETYPE_NOT_SET(0); private final int value; + private ResponseTypeCase(int value) { this.value = value; } @@ -71,33 +93,42 @@ public static ResponseTypeCase valueOf(int value) { public static ResponseTypeCase forNumber(int value) { switch (value) { - case 2: return TARGET_CHANGE; - case 3: return DOCUMENT_CHANGE; - case 4: return DOCUMENT_DELETE; - case 6: return DOCUMENT_REMOVE; - case 5: return FILTER; - case 0: return RESPONSETYPE_NOT_SET; - default: return null; + case 2: + return TARGET_CHANGE; + case 3: + return DOCUMENT_CHANGE; + case 4: + return DOCUMENT_DELETE; + case 6: + return DOCUMENT_REMOVE; + case 5: + return FILTER; + case 0: + return RESPONSETYPE_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public ResponseTypeCase - getResponseTypeCase() { - return ResponseTypeCase.forNumber( - responseTypeCase_); + public ResponseTypeCase getResponseTypeCase() { + return ResponseTypeCase.forNumber(responseTypeCase_); } public static final int TARGET_CHANGE_FIELD_NUMBER = 2; /** + * + * *
    * Targets have changed.
    * 
* * .google.firestore.v1.TargetChange target_change = 2; + * * @return Whether the targetChange field is set. */ @java.lang.Override @@ -105,21 +136,26 @@ public boolean hasTargetChange() { return responseTypeCase_ == 2; } /** + * + * *
    * Targets have changed.
    * 
* * .google.firestore.v1.TargetChange target_change = 2; + * * @return The targetChange. */ @java.lang.Override public com.google.firestore.v1.TargetChange getTargetChange() { if (responseTypeCase_ == 2) { - return (com.google.firestore.v1.TargetChange) responseType_; + return (com.google.firestore.v1.TargetChange) responseType_; } return com.google.firestore.v1.TargetChange.getDefaultInstance(); } /** + * + * *
    * Targets have changed.
    * 
@@ -129,18 +165,21 @@ public com.google.firestore.v1.TargetChange getTargetChange() { @java.lang.Override public com.google.firestore.v1.TargetChangeOrBuilder getTargetChangeOrBuilder() { if (responseTypeCase_ == 2) { - return (com.google.firestore.v1.TargetChange) responseType_; + return (com.google.firestore.v1.TargetChange) responseType_; } return com.google.firestore.v1.TargetChange.getDefaultInstance(); } public static final int DOCUMENT_CHANGE_FIELD_NUMBER = 3; /** + * + * *
    * A [Document][google.firestore.v1.Document] has changed.
    * 
* * .google.firestore.v1.DocumentChange document_change = 3; + * * @return Whether the documentChange field is set. */ @java.lang.Override @@ -148,21 +187,26 @@ public boolean hasDocumentChange() { return responseTypeCase_ == 3; } /** + * + * *
    * A [Document][google.firestore.v1.Document] has changed.
    * 
* * .google.firestore.v1.DocumentChange document_change = 3; + * * @return The documentChange. */ @java.lang.Override public com.google.firestore.v1.DocumentChange getDocumentChange() { if (responseTypeCase_ == 3) { - return (com.google.firestore.v1.DocumentChange) responseType_; + return (com.google.firestore.v1.DocumentChange) responseType_; } return com.google.firestore.v1.DocumentChange.getDefaultInstance(); } /** + * + * *
    * A [Document][google.firestore.v1.Document] has changed.
    * 
@@ -172,18 +216,21 @@ public com.google.firestore.v1.DocumentChange getDocumentChange() { @java.lang.Override public com.google.firestore.v1.DocumentChangeOrBuilder getDocumentChangeOrBuilder() { if (responseTypeCase_ == 3) { - return (com.google.firestore.v1.DocumentChange) responseType_; + return (com.google.firestore.v1.DocumentChange) responseType_; } return com.google.firestore.v1.DocumentChange.getDefaultInstance(); } public static final int DOCUMENT_DELETE_FIELD_NUMBER = 4; /** + * + * *
    * A [Document][google.firestore.v1.Document] has been deleted.
    * 
* * .google.firestore.v1.DocumentDelete document_delete = 4; + * * @return Whether the documentDelete field is set. */ @java.lang.Override @@ -191,21 +238,26 @@ public boolean hasDocumentDelete() { return responseTypeCase_ == 4; } /** + * + * *
    * A [Document][google.firestore.v1.Document] has been deleted.
    * 
* * .google.firestore.v1.DocumentDelete document_delete = 4; + * * @return The documentDelete. */ @java.lang.Override public com.google.firestore.v1.DocumentDelete getDocumentDelete() { if (responseTypeCase_ == 4) { - return (com.google.firestore.v1.DocumentDelete) responseType_; + return (com.google.firestore.v1.DocumentDelete) responseType_; } return com.google.firestore.v1.DocumentDelete.getDefaultInstance(); } /** + * + * *
    * A [Document][google.firestore.v1.Document] has been deleted.
    * 
@@ -215,19 +267,22 @@ public com.google.firestore.v1.DocumentDelete getDocumentDelete() { @java.lang.Override public com.google.firestore.v1.DocumentDeleteOrBuilder getDocumentDeleteOrBuilder() { if (responseTypeCase_ == 4) { - return (com.google.firestore.v1.DocumentDelete) responseType_; + return (com.google.firestore.v1.DocumentDelete) responseType_; } return com.google.firestore.v1.DocumentDelete.getDefaultInstance(); } public static final int DOCUMENT_REMOVE_FIELD_NUMBER = 6; /** + * + * *
    * A [Document][google.firestore.v1.Document] has been removed from a target
    * (because it is no longer relevant to that target).
    * 
* * .google.firestore.v1.DocumentRemove document_remove = 6; + * * @return Whether the documentRemove field is set. */ @java.lang.Override @@ -235,22 +290,27 @@ public boolean hasDocumentRemove() { return responseTypeCase_ == 6; } /** + * + * *
    * A [Document][google.firestore.v1.Document] has been removed from a target
    * (because it is no longer relevant to that target).
    * 
* * .google.firestore.v1.DocumentRemove document_remove = 6; + * * @return The documentRemove. */ @java.lang.Override public com.google.firestore.v1.DocumentRemove getDocumentRemove() { if (responseTypeCase_ == 6) { - return (com.google.firestore.v1.DocumentRemove) responseType_; + return (com.google.firestore.v1.DocumentRemove) responseType_; } return com.google.firestore.v1.DocumentRemove.getDefaultInstance(); } /** + * + * *
    * A [Document][google.firestore.v1.Document] has been removed from a target
    * (because it is no longer relevant to that target).
@@ -261,13 +321,15 @@ public com.google.firestore.v1.DocumentRemove getDocumentRemove() {
   @java.lang.Override
   public com.google.firestore.v1.DocumentRemoveOrBuilder getDocumentRemoveOrBuilder() {
     if (responseTypeCase_ == 6) {
-       return (com.google.firestore.v1.DocumentRemove) responseType_;
+      return (com.google.firestore.v1.DocumentRemove) responseType_;
     }
     return com.google.firestore.v1.DocumentRemove.getDefaultInstance();
   }
 
   public static final int FILTER_FIELD_NUMBER = 5;
   /**
+   *
+   *
    * 
    * A filter to apply to the set of documents previously returned for the
    * given target.
@@ -277,6 +339,7 @@ public com.google.firestore.v1.DocumentRemoveOrBuilder getDocumentRemoveOrBuilde
    * 
* * .google.firestore.v1.ExistenceFilter filter = 5; + * * @return Whether the filter field is set. */ @java.lang.Override @@ -284,6 +347,8 @@ public boolean hasFilter() { return responseTypeCase_ == 5; } /** + * + * *
    * A filter to apply to the set of documents previously returned for the
    * given target.
@@ -293,16 +358,19 @@ public boolean hasFilter() {
    * 
* * .google.firestore.v1.ExistenceFilter filter = 5; + * * @return The filter. */ @java.lang.Override public com.google.firestore.v1.ExistenceFilter getFilter() { if (responseTypeCase_ == 5) { - return (com.google.firestore.v1.ExistenceFilter) responseType_; + return (com.google.firestore.v1.ExistenceFilter) responseType_; } return com.google.firestore.v1.ExistenceFilter.getDefaultInstance(); } /** + * + * *
    * A filter to apply to the set of documents previously returned for the
    * given target.
@@ -316,12 +384,13 @@ public com.google.firestore.v1.ExistenceFilter getFilter() {
   @java.lang.Override
   public com.google.firestore.v1.ExistenceFilterOrBuilder getFilterOrBuilder() {
     if (responseTypeCase_ == 5) {
-       return (com.google.firestore.v1.ExistenceFilter) responseType_;
+      return (com.google.firestore.v1.ExistenceFilter) responseType_;
     }
     return com.google.firestore.v1.ExistenceFilter.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -333,8 +402,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (responseTypeCase_ == 2) {
       output.writeMessage(2, (com.google.firestore.v1.TargetChange) responseType_);
     }
@@ -360,24 +428,29 @@ public int getSerializedSize() {
 
     size = 0;
     if (responseTypeCase_ == 2) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, (com.google.firestore.v1.TargetChange) responseType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              2, (com.google.firestore.v1.TargetChange) responseType_);
     }
     if (responseTypeCase_ == 3) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, (com.google.firestore.v1.DocumentChange) responseType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              3, (com.google.firestore.v1.DocumentChange) responseType_);
     }
     if (responseTypeCase_ == 4) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(4, (com.google.firestore.v1.DocumentDelete) responseType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              4, (com.google.firestore.v1.DocumentDelete) responseType_);
     }
     if (responseTypeCase_ == 5) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(5, (com.google.firestore.v1.ExistenceFilter) responseType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              5, (com.google.firestore.v1.ExistenceFilter) responseType_);
     }
     if (responseTypeCase_ == 6) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(6, (com.google.firestore.v1.DocumentRemove) responseType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              6, (com.google.firestore.v1.DocumentRemove) responseType_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -387,7 +460,7 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.ListenResponse)) {
       return super.equals(obj);
@@ -397,24 +470,19 @@ public boolean equals(final java.lang.Object obj) {
     if (!getResponseTypeCase().equals(other.getResponseTypeCase())) return false;
     switch (responseTypeCase_) {
       case 2:
-        if (!getTargetChange()
-            .equals(other.getTargetChange())) return false;
+        if (!getTargetChange().equals(other.getTargetChange())) return false;
         break;
       case 3:
-        if (!getDocumentChange()
-            .equals(other.getDocumentChange())) return false;
+        if (!getDocumentChange().equals(other.getDocumentChange())) return false;
         break;
       case 4:
-        if (!getDocumentDelete()
-            .equals(other.getDocumentDelete())) return false;
+        if (!getDocumentDelete().equals(other.getDocumentDelete())) return false;
         break;
       case 6:
-        if (!getDocumentRemove()
-            .equals(other.getDocumentRemove())) return false;
+        if (!getDocumentRemove().equals(other.getDocumentRemove())) return false;
         break;
       case 5:
-        if (!getFilter()
-            .equals(other.getFilter())) return false;
+        if (!getFilter().equals(other.getFilter())) return false;
         break;
       case 0:
       default:
@@ -459,132 +527,136 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.ListenResponse parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.ListenResponse parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ListenResponse parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ListenResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ListenResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ListenResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.ListenResponse parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ListenResponse parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.ListenResponse parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.ListenResponse parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.ListenResponse parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.ListenResponse parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.ListenResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.ListenResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The response for [Firestore.Listen][google.firestore.v1.Firestore.Listen].
    * 
* * Protobuf type {@code google.firestore.v1.ListenResponse} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.ListenResponse) com.google.firestore.v1.ListenResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_ListenResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenResponse_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_ListenResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.ListenResponse.class, com.google.firestore.v1.ListenResponse.Builder.class); + com.google.firestore.v1.ListenResponse.class, + com.google.firestore.v1.ListenResponse.Builder.class); } // Construct using com.google.firestore.v1.ListenResponse.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -610,9 +682,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_ListenResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_ListenResponse_descriptor; } @java.lang.Override @@ -631,8 +703,11 @@ public com.google.firestore.v1.ListenResponse build() { @java.lang.Override public com.google.firestore.v1.ListenResponse buildPartial() { - com.google.firestore.v1.ListenResponse result = new com.google.firestore.v1.ListenResponse(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.ListenResponse result = + new com.google.firestore.v1.ListenResponse(this); + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; @@ -645,24 +720,19 @@ private void buildPartial0(com.google.firestore.v1.ListenResponse result) { private void buildPartialOneofs(com.google.firestore.v1.ListenResponse result) { result.responseTypeCase_ = responseTypeCase_; result.responseType_ = this.responseType_; - if (responseTypeCase_ == 2 && - targetChangeBuilder_ != null) { + if (responseTypeCase_ == 2 && targetChangeBuilder_ != null) { result.responseType_ = targetChangeBuilder_.build(); } - if (responseTypeCase_ == 3 && - documentChangeBuilder_ != null) { + if (responseTypeCase_ == 3 && documentChangeBuilder_ != null) { result.responseType_ = documentChangeBuilder_.build(); } - if (responseTypeCase_ == 4 && - documentDeleteBuilder_ != null) { + if (responseTypeCase_ == 4 && documentDeleteBuilder_ != null) { result.responseType_ = documentDeleteBuilder_.build(); } - if (responseTypeCase_ == 6 && - documentRemoveBuilder_ != null) { + if (responseTypeCase_ == 6 && documentRemoveBuilder_ != null) { result.responseType_ = documentRemoveBuilder_.build(); } - if (responseTypeCase_ == 5 && - filterBuilder_ != null) { + if (responseTypeCase_ == 5 && filterBuilder_ != null) { result.responseType_ = filterBuilder_.build(); } } @@ -671,38 +741,39 @@ private void buildPartialOneofs(com.google.firestore.v1.ListenResponse result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.ListenResponse) { - return mergeFrom((com.google.firestore.v1.ListenResponse)other); + return mergeFrom((com.google.firestore.v1.ListenResponse) other); } else { super.mergeFrom(other); return this; @@ -712,29 +783,35 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.firestore.v1.ListenResponse other) { if (other == com.google.firestore.v1.ListenResponse.getDefaultInstance()) return this; switch (other.getResponseTypeCase()) { - case TARGET_CHANGE: { - mergeTargetChange(other.getTargetChange()); - break; - } - case DOCUMENT_CHANGE: { - mergeDocumentChange(other.getDocumentChange()); - break; - } - case DOCUMENT_DELETE: { - mergeDocumentDelete(other.getDocumentDelete()); - break; - } - case DOCUMENT_REMOVE: { - mergeDocumentRemove(other.getDocumentRemove()); - break; - } - case FILTER: { - mergeFilter(other.getFilter()); - break; - } - case RESPONSETYPE_NOT_SET: { - break; - } + case TARGET_CHANGE: + { + mergeTargetChange(other.getTargetChange()); + break; + } + case DOCUMENT_CHANGE: + { + mergeDocumentChange(other.getDocumentChange()); + break; + } + case DOCUMENT_DELETE: + { + mergeDocumentDelete(other.getDocumentDelete()); + break; + } + case DOCUMENT_REMOVE: + { + mergeDocumentRemove(other.getDocumentRemove()); + break; + } + case FILTER: + { + mergeFilter(other.getFilter()); + break; + } + case RESPONSETYPE_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -762,47 +839,43 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: { - input.readMessage( - getTargetChangeFieldBuilder().getBuilder(), - extensionRegistry); - responseTypeCase_ = 2; - break; - } // case 18 - case 26: { - input.readMessage( - getDocumentChangeFieldBuilder().getBuilder(), - extensionRegistry); - responseTypeCase_ = 3; - break; - } // case 26 - case 34: { - input.readMessage( - getDocumentDeleteFieldBuilder().getBuilder(), - extensionRegistry); - responseTypeCase_ = 4; - break; - } // case 34 - case 42: { - input.readMessage( - getFilterFieldBuilder().getBuilder(), - extensionRegistry); - responseTypeCase_ = 5; - break; - } // case 42 - case 50: { - input.readMessage( - getDocumentRemoveFieldBuilder().getBuilder(), - extensionRegistry); - responseTypeCase_ = 6; - break; - } // case 50 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: + { + input.readMessage(getTargetChangeFieldBuilder().getBuilder(), extensionRegistry); + responseTypeCase_ = 2; + break; + } // case 18 + case 26: + { + input.readMessage(getDocumentChangeFieldBuilder().getBuilder(), extensionRegistry); + responseTypeCase_ = 3; + break; + } // case 26 + case 34: + { + input.readMessage(getDocumentDeleteFieldBuilder().getBuilder(), extensionRegistry); + responseTypeCase_ = 4; + break; + } // case 34 + case 42: + { + input.readMessage(getFilterFieldBuilder().getBuilder(), extensionRegistry); + responseTypeCase_ = 5; + break; + } // case 42 + case 50: + { + input.readMessage(getDocumentRemoveFieldBuilder().getBuilder(), extensionRegistry); + responseTypeCase_ = 6; + break; + } // case 50 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -812,12 +885,12 @@ public Builder mergeFrom( } // finally return this; } + private int responseTypeCase_ = 0; private java.lang.Object responseType_; - public ResponseTypeCase - getResponseTypeCase() { - return ResponseTypeCase.forNumber( - responseTypeCase_); + + public ResponseTypeCase getResponseTypeCase() { + return ResponseTypeCase.forNumber(responseTypeCase_); } public Builder clearResponseType() { @@ -830,13 +903,19 @@ public Builder clearResponseType() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TargetChange, com.google.firestore.v1.TargetChange.Builder, com.google.firestore.v1.TargetChangeOrBuilder> targetChangeBuilder_; + com.google.firestore.v1.TargetChange, + com.google.firestore.v1.TargetChange.Builder, + com.google.firestore.v1.TargetChangeOrBuilder> + targetChangeBuilder_; /** + * + * *
      * Targets have changed.
      * 
* * .google.firestore.v1.TargetChange target_change = 2; + * * @return Whether the targetChange field is set. */ @java.lang.Override @@ -844,11 +923,14 @@ public boolean hasTargetChange() { return responseTypeCase_ == 2; } /** + * + * *
      * Targets have changed.
      * 
* * .google.firestore.v1.TargetChange target_change = 2; + * * @return The targetChange. */ @java.lang.Override @@ -866,6 +948,8 @@ public com.google.firestore.v1.TargetChange getTargetChange() { } } /** + * + * *
      * Targets have changed.
      * 
@@ -886,14 +970,15 @@ public Builder setTargetChange(com.google.firestore.v1.TargetChange value) { return this; } /** + * + * *
      * Targets have changed.
      * 
* * .google.firestore.v1.TargetChange target_change = 2; */ - public Builder setTargetChange( - com.google.firestore.v1.TargetChange.Builder builderForValue) { + public Builder setTargetChange(com.google.firestore.v1.TargetChange.Builder builderForValue) { if (targetChangeBuilder_ == null) { responseType_ = builderForValue.build(); onChanged(); @@ -904,6 +989,8 @@ public Builder setTargetChange( return this; } /** + * + * *
      * Targets have changed.
      * 
@@ -912,10 +999,13 @@ public Builder setTargetChange( */ public Builder mergeTargetChange(com.google.firestore.v1.TargetChange value) { if (targetChangeBuilder_ == null) { - if (responseTypeCase_ == 2 && - responseType_ != com.google.firestore.v1.TargetChange.getDefaultInstance()) { - responseType_ = com.google.firestore.v1.TargetChange.newBuilder((com.google.firestore.v1.TargetChange) responseType_) - .mergeFrom(value).buildPartial(); + if (responseTypeCase_ == 2 + && responseType_ != com.google.firestore.v1.TargetChange.getDefaultInstance()) { + responseType_ = + com.google.firestore.v1.TargetChange.newBuilder( + (com.google.firestore.v1.TargetChange) responseType_) + .mergeFrom(value) + .buildPartial(); } else { responseType_ = value; } @@ -931,6 +1021,8 @@ public Builder mergeTargetChange(com.google.firestore.v1.TargetChange value) { return this; } /** + * + * *
      * Targets have changed.
      * 
@@ -954,6 +1046,8 @@ public Builder clearTargetChange() { return this; } /** + * + * *
      * Targets have changed.
      * 
@@ -964,6 +1058,8 @@ public com.google.firestore.v1.TargetChange.Builder getTargetChangeBuilder() { return getTargetChangeFieldBuilder().getBuilder(); } /** + * + * *
      * Targets have changed.
      * 
@@ -982,6 +1078,8 @@ public com.google.firestore.v1.TargetChangeOrBuilder getTargetChangeOrBuilder() } } /** + * + * *
      * Targets have changed.
      * 
@@ -989,14 +1087,19 @@ public com.google.firestore.v1.TargetChangeOrBuilder getTargetChangeOrBuilder() * .google.firestore.v1.TargetChange target_change = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TargetChange, com.google.firestore.v1.TargetChange.Builder, com.google.firestore.v1.TargetChangeOrBuilder> + com.google.firestore.v1.TargetChange, + com.google.firestore.v1.TargetChange.Builder, + com.google.firestore.v1.TargetChangeOrBuilder> getTargetChangeFieldBuilder() { if (targetChangeBuilder_ == null) { if (!(responseTypeCase_ == 2)) { responseType_ = com.google.firestore.v1.TargetChange.getDefaultInstance(); } - targetChangeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TargetChange, com.google.firestore.v1.TargetChange.Builder, com.google.firestore.v1.TargetChangeOrBuilder>( + targetChangeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.TargetChange, + com.google.firestore.v1.TargetChange.Builder, + com.google.firestore.v1.TargetChangeOrBuilder>( (com.google.firestore.v1.TargetChange) responseType_, getParentForChildren(), isClean()); @@ -1008,13 +1111,19 @@ public com.google.firestore.v1.TargetChangeOrBuilder getTargetChangeOrBuilder() } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentChange, com.google.firestore.v1.DocumentChange.Builder, com.google.firestore.v1.DocumentChangeOrBuilder> documentChangeBuilder_; + com.google.firestore.v1.DocumentChange, + com.google.firestore.v1.DocumentChange.Builder, + com.google.firestore.v1.DocumentChangeOrBuilder> + documentChangeBuilder_; /** + * + * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
* * .google.firestore.v1.DocumentChange document_change = 3; + * * @return Whether the documentChange field is set. */ @java.lang.Override @@ -1022,11 +1131,14 @@ public boolean hasDocumentChange() { return responseTypeCase_ == 3; } /** + * + * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
* * .google.firestore.v1.DocumentChange document_change = 3; + * * @return The documentChange. */ @java.lang.Override @@ -1044,6 +1156,8 @@ public com.google.firestore.v1.DocumentChange getDocumentChange() { } } /** + * + * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
@@ -1064,6 +1178,8 @@ public Builder setDocumentChange(com.google.firestore.v1.DocumentChange value) { return this; } /** + * + * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
@@ -1082,6 +1198,8 @@ public Builder setDocumentChange( return this; } /** + * + * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
@@ -1090,10 +1208,13 @@ public Builder setDocumentChange( */ public Builder mergeDocumentChange(com.google.firestore.v1.DocumentChange value) { if (documentChangeBuilder_ == null) { - if (responseTypeCase_ == 3 && - responseType_ != com.google.firestore.v1.DocumentChange.getDefaultInstance()) { - responseType_ = com.google.firestore.v1.DocumentChange.newBuilder((com.google.firestore.v1.DocumentChange) responseType_) - .mergeFrom(value).buildPartial(); + if (responseTypeCase_ == 3 + && responseType_ != com.google.firestore.v1.DocumentChange.getDefaultInstance()) { + responseType_ = + com.google.firestore.v1.DocumentChange.newBuilder( + (com.google.firestore.v1.DocumentChange) responseType_) + .mergeFrom(value) + .buildPartial(); } else { responseType_ = value; } @@ -1109,6 +1230,8 @@ public Builder mergeDocumentChange(com.google.firestore.v1.DocumentChange value) return this; } /** + * + * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
@@ -1132,6 +1255,8 @@ public Builder clearDocumentChange() { return this; } /** + * + * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
@@ -1142,6 +1267,8 @@ public com.google.firestore.v1.DocumentChange.Builder getDocumentChangeBuilder() return getDocumentChangeFieldBuilder().getBuilder(); } /** + * + * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
@@ -1160,6 +1287,8 @@ public com.google.firestore.v1.DocumentChangeOrBuilder getDocumentChangeOrBuilde } } /** + * + * *
      * A [Document][google.firestore.v1.Document] has changed.
      * 
@@ -1167,14 +1296,19 @@ public com.google.firestore.v1.DocumentChangeOrBuilder getDocumentChangeOrBuilde * .google.firestore.v1.DocumentChange document_change = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentChange, com.google.firestore.v1.DocumentChange.Builder, com.google.firestore.v1.DocumentChangeOrBuilder> + com.google.firestore.v1.DocumentChange, + com.google.firestore.v1.DocumentChange.Builder, + com.google.firestore.v1.DocumentChangeOrBuilder> getDocumentChangeFieldBuilder() { if (documentChangeBuilder_ == null) { if (!(responseTypeCase_ == 3)) { responseType_ = com.google.firestore.v1.DocumentChange.getDefaultInstance(); } - documentChangeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentChange, com.google.firestore.v1.DocumentChange.Builder, com.google.firestore.v1.DocumentChangeOrBuilder>( + documentChangeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.DocumentChange, + com.google.firestore.v1.DocumentChange.Builder, + com.google.firestore.v1.DocumentChangeOrBuilder>( (com.google.firestore.v1.DocumentChange) responseType_, getParentForChildren(), isClean()); @@ -1186,13 +1320,19 @@ public com.google.firestore.v1.DocumentChangeOrBuilder getDocumentChangeOrBuilde } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentDelete, com.google.firestore.v1.DocumentDelete.Builder, com.google.firestore.v1.DocumentDeleteOrBuilder> documentDeleteBuilder_; + com.google.firestore.v1.DocumentDelete, + com.google.firestore.v1.DocumentDelete.Builder, + com.google.firestore.v1.DocumentDeleteOrBuilder> + documentDeleteBuilder_; /** + * + * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
* * .google.firestore.v1.DocumentDelete document_delete = 4; + * * @return Whether the documentDelete field is set. */ @java.lang.Override @@ -1200,11 +1340,14 @@ public boolean hasDocumentDelete() { return responseTypeCase_ == 4; } /** + * + * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
* * .google.firestore.v1.DocumentDelete document_delete = 4; + * * @return The documentDelete. */ @java.lang.Override @@ -1222,6 +1365,8 @@ public com.google.firestore.v1.DocumentDelete getDocumentDelete() { } } /** + * + * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
@@ -1242,6 +1387,8 @@ public Builder setDocumentDelete(com.google.firestore.v1.DocumentDelete value) { return this; } /** + * + * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
@@ -1260,6 +1407,8 @@ public Builder setDocumentDelete( return this; } /** + * + * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
@@ -1268,10 +1417,13 @@ public Builder setDocumentDelete( */ public Builder mergeDocumentDelete(com.google.firestore.v1.DocumentDelete value) { if (documentDeleteBuilder_ == null) { - if (responseTypeCase_ == 4 && - responseType_ != com.google.firestore.v1.DocumentDelete.getDefaultInstance()) { - responseType_ = com.google.firestore.v1.DocumentDelete.newBuilder((com.google.firestore.v1.DocumentDelete) responseType_) - .mergeFrom(value).buildPartial(); + if (responseTypeCase_ == 4 + && responseType_ != com.google.firestore.v1.DocumentDelete.getDefaultInstance()) { + responseType_ = + com.google.firestore.v1.DocumentDelete.newBuilder( + (com.google.firestore.v1.DocumentDelete) responseType_) + .mergeFrom(value) + .buildPartial(); } else { responseType_ = value; } @@ -1287,6 +1439,8 @@ public Builder mergeDocumentDelete(com.google.firestore.v1.DocumentDelete value) return this; } /** + * + * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
@@ -1310,6 +1464,8 @@ public Builder clearDocumentDelete() { return this; } /** + * + * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
@@ -1320,6 +1476,8 @@ public com.google.firestore.v1.DocumentDelete.Builder getDocumentDeleteBuilder() return getDocumentDeleteFieldBuilder().getBuilder(); } /** + * + * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
@@ -1338,6 +1496,8 @@ public com.google.firestore.v1.DocumentDeleteOrBuilder getDocumentDeleteOrBuilde } } /** + * + * *
      * A [Document][google.firestore.v1.Document] has been deleted.
      * 
@@ -1345,14 +1505,19 @@ public com.google.firestore.v1.DocumentDeleteOrBuilder getDocumentDeleteOrBuilde * .google.firestore.v1.DocumentDelete document_delete = 4; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentDelete, com.google.firestore.v1.DocumentDelete.Builder, com.google.firestore.v1.DocumentDeleteOrBuilder> + com.google.firestore.v1.DocumentDelete, + com.google.firestore.v1.DocumentDelete.Builder, + com.google.firestore.v1.DocumentDeleteOrBuilder> getDocumentDeleteFieldBuilder() { if (documentDeleteBuilder_ == null) { if (!(responseTypeCase_ == 4)) { responseType_ = com.google.firestore.v1.DocumentDelete.getDefaultInstance(); } - documentDeleteBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentDelete, com.google.firestore.v1.DocumentDelete.Builder, com.google.firestore.v1.DocumentDeleteOrBuilder>( + documentDeleteBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.DocumentDelete, + com.google.firestore.v1.DocumentDelete.Builder, + com.google.firestore.v1.DocumentDeleteOrBuilder>( (com.google.firestore.v1.DocumentDelete) responseType_, getParentForChildren(), isClean()); @@ -1364,14 +1529,20 @@ public com.google.firestore.v1.DocumentDeleteOrBuilder getDocumentDeleteOrBuilde } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentRemove, com.google.firestore.v1.DocumentRemove.Builder, com.google.firestore.v1.DocumentRemoveOrBuilder> documentRemoveBuilder_; + com.google.firestore.v1.DocumentRemove, + com.google.firestore.v1.DocumentRemove.Builder, + com.google.firestore.v1.DocumentRemoveOrBuilder> + documentRemoveBuilder_; /** + * + * *
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
      * 
* * .google.firestore.v1.DocumentRemove document_remove = 6; + * * @return Whether the documentRemove field is set. */ @java.lang.Override @@ -1379,12 +1550,15 @@ public boolean hasDocumentRemove() { return responseTypeCase_ == 6; } /** + * + * *
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
      * 
* * .google.firestore.v1.DocumentRemove document_remove = 6; + * * @return The documentRemove. */ @java.lang.Override @@ -1402,6 +1576,8 @@ public com.google.firestore.v1.DocumentRemove getDocumentRemove() { } } /** + * + * *
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
@@ -1423,6 +1599,8 @@ public Builder setDocumentRemove(com.google.firestore.v1.DocumentRemove value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
@@ -1442,6 +1620,8 @@ public Builder setDocumentRemove(
       return this;
     }
     /**
+     *
+     *
      * 
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
@@ -1451,10 +1631,13 @@ public Builder setDocumentRemove(
      */
     public Builder mergeDocumentRemove(com.google.firestore.v1.DocumentRemove value) {
       if (documentRemoveBuilder_ == null) {
-        if (responseTypeCase_ == 6 &&
-            responseType_ != com.google.firestore.v1.DocumentRemove.getDefaultInstance()) {
-          responseType_ = com.google.firestore.v1.DocumentRemove.newBuilder((com.google.firestore.v1.DocumentRemove) responseType_)
-              .mergeFrom(value).buildPartial();
+        if (responseTypeCase_ == 6
+            && responseType_ != com.google.firestore.v1.DocumentRemove.getDefaultInstance()) {
+          responseType_ =
+              com.google.firestore.v1.DocumentRemove.newBuilder(
+                      (com.google.firestore.v1.DocumentRemove) responseType_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           responseType_ = value;
         }
@@ -1470,6 +1653,8 @@ public Builder mergeDocumentRemove(com.google.firestore.v1.DocumentRemove value)
       return this;
     }
     /**
+     *
+     *
      * 
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
@@ -1494,6 +1679,8 @@ public Builder clearDocumentRemove() {
       return this;
     }
     /**
+     *
+     *
      * 
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
@@ -1505,6 +1692,8 @@ public com.google.firestore.v1.DocumentRemove.Builder getDocumentRemoveBuilder()
       return getDocumentRemoveFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
@@ -1524,6 +1713,8 @@ public com.google.firestore.v1.DocumentRemoveOrBuilder getDocumentRemoveOrBuilde
       }
     }
     /**
+     *
+     *
      * 
      * A [Document][google.firestore.v1.Document] has been removed from a target
      * (because it is no longer relevant to that target).
@@ -1532,14 +1723,19 @@ public com.google.firestore.v1.DocumentRemoveOrBuilder getDocumentRemoveOrBuilde
      * .google.firestore.v1.DocumentRemove document_remove = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.DocumentRemove, com.google.firestore.v1.DocumentRemove.Builder, com.google.firestore.v1.DocumentRemoveOrBuilder> 
+            com.google.firestore.v1.DocumentRemove,
+            com.google.firestore.v1.DocumentRemove.Builder,
+            com.google.firestore.v1.DocumentRemoveOrBuilder>
         getDocumentRemoveFieldBuilder() {
       if (documentRemoveBuilder_ == null) {
         if (!(responseTypeCase_ == 6)) {
           responseType_ = com.google.firestore.v1.DocumentRemove.getDefaultInstance();
         }
-        documentRemoveBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentRemove, com.google.firestore.v1.DocumentRemove.Builder, com.google.firestore.v1.DocumentRemoveOrBuilder>(
+        documentRemoveBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.DocumentRemove,
+                com.google.firestore.v1.DocumentRemove.Builder,
+                com.google.firestore.v1.DocumentRemoveOrBuilder>(
                 (com.google.firestore.v1.DocumentRemove) responseType_,
                 getParentForChildren(),
                 isClean());
@@ -1551,8 +1747,13 @@ public com.google.firestore.v1.DocumentRemoveOrBuilder getDocumentRemoveOrBuilde
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.ExistenceFilter, com.google.firestore.v1.ExistenceFilter.Builder, com.google.firestore.v1.ExistenceFilterOrBuilder> filterBuilder_;
+            com.google.firestore.v1.ExistenceFilter,
+            com.google.firestore.v1.ExistenceFilter.Builder,
+            com.google.firestore.v1.ExistenceFilterOrBuilder>
+        filterBuilder_;
     /**
+     *
+     *
      * 
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1562,6 +1763,7 @@ public com.google.firestore.v1.DocumentRemoveOrBuilder getDocumentRemoveOrBuilde
      * 
* * .google.firestore.v1.ExistenceFilter filter = 5; + * * @return Whether the filter field is set. */ @java.lang.Override @@ -1569,6 +1771,8 @@ public boolean hasFilter() { return responseTypeCase_ == 5; } /** + * + * *
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1578,6 +1782,7 @@ public boolean hasFilter() {
      * 
* * .google.firestore.v1.ExistenceFilter filter = 5; + * * @return The filter. */ @java.lang.Override @@ -1595,6 +1800,8 @@ public com.google.firestore.v1.ExistenceFilter getFilter() { } } /** + * + * *
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1619,6 +1826,8 @@ public Builder setFilter(com.google.firestore.v1.ExistenceFilter value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1629,8 +1838,7 @@ public Builder setFilter(com.google.firestore.v1.ExistenceFilter value) {
      *
      * .google.firestore.v1.ExistenceFilter filter = 5;
      */
-    public Builder setFilter(
-        com.google.firestore.v1.ExistenceFilter.Builder builderForValue) {
+    public Builder setFilter(com.google.firestore.v1.ExistenceFilter.Builder builderForValue) {
       if (filterBuilder_ == null) {
         responseType_ = builderForValue.build();
         onChanged();
@@ -1641,6 +1849,8 @@ public Builder setFilter(
       return this;
     }
     /**
+     *
+     *
      * 
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1653,10 +1863,13 @@ public Builder setFilter(
      */
     public Builder mergeFilter(com.google.firestore.v1.ExistenceFilter value) {
       if (filterBuilder_ == null) {
-        if (responseTypeCase_ == 5 &&
-            responseType_ != com.google.firestore.v1.ExistenceFilter.getDefaultInstance()) {
-          responseType_ = com.google.firestore.v1.ExistenceFilter.newBuilder((com.google.firestore.v1.ExistenceFilter) responseType_)
-              .mergeFrom(value).buildPartial();
+        if (responseTypeCase_ == 5
+            && responseType_ != com.google.firestore.v1.ExistenceFilter.getDefaultInstance()) {
+          responseType_ =
+              com.google.firestore.v1.ExistenceFilter.newBuilder(
+                      (com.google.firestore.v1.ExistenceFilter) responseType_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           responseType_ = value;
         }
@@ -1672,6 +1885,8 @@ public Builder mergeFilter(com.google.firestore.v1.ExistenceFilter value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1699,6 +1914,8 @@ public Builder clearFilter() {
       return this;
     }
     /**
+     *
+     *
      * 
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1713,6 +1930,8 @@ public com.google.firestore.v1.ExistenceFilter.Builder getFilterBuilder() {
       return getFilterFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1735,6 +1954,8 @@ public com.google.firestore.v1.ExistenceFilterOrBuilder getFilterOrBuilder() {
       }
     }
     /**
+     *
+     *
      * 
      * A filter to apply to the set of documents previously returned for the
      * given target.
@@ -1746,14 +1967,19 @@ public com.google.firestore.v1.ExistenceFilterOrBuilder getFilterOrBuilder() {
      * .google.firestore.v1.ExistenceFilter filter = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.ExistenceFilter, com.google.firestore.v1.ExistenceFilter.Builder, com.google.firestore.v1.ExistenceFilterOrBuilder> 
+            com.google.firestore.v1.ExistenceFilter,
+            com.google.firestore.v1.ExistenceFilter.Builder,
+            com.google.firestore.v1.ExistenceFilterOrBuilder>
         getFilterFieldBuilder() {
       if (filterBuilder_ == null) {
         if (!(responseTypeCase_ == 5)) {
           responseType_ = com.google.firestore.v1.ExistenceFilter.getDefaultInstance();
         }
-        filterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.ExistenceFilter, com.google.firestore.v1.ExistenceFilter.Builder, com.google.firestore.v1.ExistenceFilterOrBuilder>(
+        filterBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.ExistenceFilter,
+                com.google.firestore.v1.ExistenceFilter.Builder,
+                com.google.firestore.v1.ExistenceFilterOrBuilder>(
                 (com.google.firestore.v1.ExistenceFilter) responseType_,
                 getParentForChildren(),
                 isClean());
@@ -1763,9 +1989,9 @@ public com.google.firestore.v1.ExistenceFilterOrBuilder getFilterOrBuilder() {
       onChanged();
       return filterBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1775,12 +2001,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.ListenResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.ListenResponse)
   private static final com.google.firestore.v1.ListenResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.ListenResponse();
   }
@@ -1789,27 +2015,27 @@ public static com.google.firestore.v1.ListenResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public ListenResponse parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public ListenResponse parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1824,6 +2050,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.ListenResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponseOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponseOrBuilder.java
similarity index 85%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponseOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponseOrBuilder.java
index e640a866f..bc8cfa0f0 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponseOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ListenResponseOrBuilder.java
@@ -1,32 +1,56 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface ListenResponseOrBuilder extends
+public interface ListenResponseOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.ListenResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Targets have changed.
    * 
* * .google.firestore.v1.TargetChange target_change = 2; + * * @return Whether the targetChange field is set. */ boolean hasTargetChange(); /** + * + * *
    * Targets have changed.
    * 
* * .google.firestore.v1.TargetChange target_change = 2; + * * @return The targetChange. */ com.google.firestore.v1.TargetChange getTargetChange(); /** + * + * *
    * Targets have changed.
    * 
@@ -36,24 +60,32 @@ public interface ListenResponseOrBuilder extends com.google.firestore.v1.TargetChangeOrBuilder getTargetChangeOrBuilder(); /** + * + * *
    * A [Document][google.firestore.v1.Document] has changed.
    * 
* * .google.firestore.v1.DocumentChange document_change = 3; + * * @return Whether the documentChange field is set. */ boolean hasDocumentChange(); /** + * + * *
    * A [Document][google.firestore.v1.Document] has changed.
    * 
* * .google.firestore.v1.DocumentChange document_change = 3; + * * @return The documentChange. */ com.google.firestore.v1.DocumentChange getDocumentChange(); /** + * + * *
    * A [Document][google.firestore.v1.Document] has changed.
    * 
@@ -63,24 +95,32 @@ public interface ListenResponseOrBuilder extends com.google.firestore.v1.DocumentChangeOrBuilder getDocumentChangeOrBuilder(); /** + * + * *
    * A [Document][google.firestore.v1.Document] has been deleted.
    * 
* * .google.firestore.v1.DocumentDelete document_delete = 4; + * * @return Whether the documentDelete field is set. */ boolean hasDocumentDelete(); /** + * + * *
    * A [Document][google.firestore.v1.Document] has been deleted.
    * 
* * .google.firestore.v1.DocumentDelete document_delete = 4; + * * @return The documentDelete. */ com.google.firestore.v1.DocumentDelete getDocumentDelete(); /** + * + * *
    * A [Document][google.firestore.v1.Document] has been deleted.
    * 
@@ -90,26 +130,34 @@ public interface ListenResponseOrBuilder extends com.google.firestore.v1.DocumentDeleteOrBuilder getDocumentDeleteOrBuilder(); /** + * + * *
    * A [Document][google.firestore.v1.Document] has been removed from a target
    * (because it is no longer relevant to that target).
    * 
* * .google.firestore.v1.DocumentRemove document_remove = 6; + * * @return Whether the documentRemove field is set. */ boolean hasDocumentRemove(); /** + * + * *
    * A [Document][google.firestore.v1.Document] has been removed from a target
    * (because it is no longer relevant to that target).
    * 
* * .google.firestore.v1.DocumentRemove document_remove = 6; + * * @return The documentRemove. */ com.google.firestore.v1.DocumentRemove getDocumentRemove(); /** + * + * *
    * A [Document][google.firestore.v1.Document] has been removed from a target
    * (because it is no longer relevant to that target).
@@ -120,6 +168,8 @@ public interface ListenResponseOrBuilder extends
   com.google.firestore.v1.DocumentRemoveOrBuilder getDocumentRemoveOrBuilder();
 
   /**
+   *
+   *
    * 
    * A filter to apply to the set of documents previously returned for the
    * given target.
@@ -129,10 +179,13 @@ public interface ListenResponseOrBuilder extends
    * 
* * .google.firestore.v1.ExistenceFilter filter = 5; + * * @return Whether the filter field is set. */ boolean hasFilter(); /** + * + * *
    * A filter to apply to the set of documents previously returned for the
    * given target.
@@ -142,10 +195,13 @@ public interface ListenResponseOrBuilder extends
    * 
* * .google.firestore.v1.ExistenceFilter filter = 5; + * * @return The filter. */ com.google.firestore.v1.ExistenceFilter getFilter(); /** + * + * *
    * A filter to apply to the set of documents previously returned for the
    * given target.
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValue.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValue.java
similarity index 64%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValue.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValue.java
index 789cec976..4a5433238 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValue.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValue.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/document.proto
 
@@ -5,34 +20,35 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * A map value.
  * 
* * Protobuf type {@code google.firestore.v1.MapValue} */ -public final class MapValue extends - com.google.protobuf.GeneratedMessageV3 implements +public final class MapValue extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.MapValue) MapValueOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use MapValue.newBuilder() to construct. private MapValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private MapValue() { - } + + private MapValue() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new MapValue(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_MapValue_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_MapValue_descriptor; } @SuppressWarnings({"rawtypes"}) @@ -43,45 +59,51 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl case 1: return internalGetFields(); default: - throw new RuntimeException( - "Invalid map field number: " + number); + throw new RuntimeException("Invalid map field number: " + number); } } + @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_MapValue_fieldAccessorTable + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_MapValue_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.MapValue.class, com.google.firestore.v1.MapValue.Builder.class); } public static final int FIELDS_FIELD_NUMBER = 1; + private static final class FieldsDefaultEntryHolder { - static final com.google.protobuf.MapEntry< - java.lang.String, com.google.firestore.v1.Value> defaultEntry = + static final com.google.protobuf.MapEntry + defaultEntry = com.google.protobuf.MapEntry - .newDefaultInstance( - com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.MESSAGE, - com.google.firestore.v1.Value.getDefaultInstance()); + .newDefaultInstance( + com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_MapValue_FieldsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.MESSAGE, + com.google.firestore.v1.Value.getDefaultInstance()); } + @SuppressWarnings("serial") - private com.google.protobuf.MapField< - java.lang.String, com.google.firestore.v1.Value> fields_; + private com.google.protobuf.MapField fields_; + private com.google.protobuf.MapField - internalGetFields() { + internalGetFields() { if (fields_ == null) { - return com.google.protobuf.MapField.emptyMapField( - FieldsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField(FieldsDefaultEntryHolder.defaultEntry); } return fields_; } + public int getFieldsCount() { return internalGetFields().getMap().size(); } /** + * + * *
    * The map's fields.
    *
@@ -94,20 +116,21 @@ public int getFieldsCount() {
    * map<string, .google.firestore.v1.Value> fields = 1;
    */
   @java.lang.Override
-  public boolean containsFields(
-      java.lang.String key) {
-    if (key == null) { throw new NullPointerException("map key"); }
+  public boolean containsFields(java.lang.String key) {
+    if (key == null) {
+      throw new NullPointerException("map key");
+    }
     return internalGetFields().getMap().containsKey(key);
   }
-  /**
-   * Use {@link #getFieldsMap()} instead.
-   */
+  /** Use {@link #getFieldsMap()} instead. */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getFields() {
     return getFieldsMap();
   }
   /**
+   *
+   *
    * 
    * The map's fields.
    *
@@ -124,6 +147,8 @@ public java.util.Map getFieldsM
     return internalGetFields().getMap();
   }
   /**
+   *
+   *
    * 
    * The map's fields.
    *
@@ -136,17 +161,20 @@ public java.util.Map getFieldsM
    * map<string, .google.firestore.v1.Value> fields = 1;
    */
   @java.lang.Override
-  public /* nullable */
-com.google.firestore.v1.Value getFieldsOrDefault(
+  public /* nullable */ com.google.firestore.v1.Value getFieldsOrDefault(
       java.lang.String key,
       /* nullable */
-com.google.firestore.v1.Value defaultValue) {
-    if (key == null) { throw new NullPointerException("map key"); }
+      com.google.firestore.v1.Value defaultValue) {
+    if (key == null) {
+      throw new NullPointerException("map key");
+    }
     java.util.Map map =
         internalGetFields().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
+   *
+   *
    * 
    * The map's fields.
    *
@@ -159,9 +187,10 @@ com.google.firestore.v1.Value getFieldsOrDefault(
    * map<string, .google.firestore.v1.Value> fields = 1;
    */
   @java.lang.Override
-  public com.google.firestore.v1.Value getFieldsOrThrow(
-      java.lang.String key) {
-    if (key == null) { throw new NullPointerException("map key"); }
+  public com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key) {
+    if (key == null) {
+      throw new NullPointerException("map key");
+    }
     java.util.Map map =
         internalGetFields().getMap();
     if (!map.containsKey(key)) {
@@ -171,6 +200,7 @@ public com.google.firestore.v1.Value getFieldsOrThrow(
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -182,14 +212,9 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
-    com.google.protobuf.GeneratedMessageV3
-      .serializeStringMapTo(
-        output,
-        internalGetFields(),
-        FieldsDefaultEntryHolder.defaultEntry,
-        1);
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
+        output, internalGetFields(), FieldsDefaultEntryHolder.defaultEntry, 1);
     getUnknownFields().writeTo(output);
   }
 
@@ -199,15 +224,15 @@ public int getSerializedSize() {
     if (size != -1) return size;
 
     size = 0;
-    for (java.util.Map.Entry entry
-         : internalGetFields().getMap().entrySet()) {
-      com.google.protobuf.MapEntry
-      fields__ = FieldsDefaultEntryHolder.defaultEntry.newBuilderForType()
-          .setKey(entry.getKey())
-          .setValue(entry.getValue())
-          .build();
-      size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(1, fields__);
+    for (java.util.Map.Entry entry :
+        internalGetFields().getMap().entrySet()) {
+      com.google.protobuf.MapEntry fields__ =
+          FieldsDefaultEntryHolder.defaultEntry
+              .newBuilderForType()
+              .setKey(entry.getKey())
+              .setValue(entry.getValue())
+              .build();
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, fields__);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -217,15 +242,14 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.MapValue)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.MapValue other = (com.google.firestore.v1.MapValue) obj;
 
-    if (!internalGetFields().equals(
-        other.internalGetFields())) return false;
+    if (!internalGetFields().equals(other.internalGetFields())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -246,112 +270,116 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.MapValue parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.MapValue parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.MapValue parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.v1.MapValue parseFrom(
-      com.google.protobuf.ByteString data)
+
+  public static com.google.firestore.v1.MapValue parseFrom(com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.MapValue parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.MapValue parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.MapValue parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.MapValue parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.MapValue parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.MapValue parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.MapValue parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.MapValue parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.MapValue parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.MapValue prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * A map value.
    * 
* * Protobuf type {@code google.firestore.v1.MapValue} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.MapValue) com.google.firestore.v1.MapValueOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_MapValue_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_MapValue_descriptor; } @SuppressWarnings({"rawtypes"}) @@ -361,10 +389,10 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl case 1: return internalGetFields(); default: - throw new RuntimeException( - "Invalid map field number: " + number); + throw new RuntimeException("Invalid map field number: " + number); } } + @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { @@ -372,28 +400,27 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi case 1: return internalGetMutableFields(); default: - throw new RuntimeException( - "Invalid map field number: " + number); + throw new RuntimeException("Invalid map field number: " + number); } } + @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_MapValue_fieldAccessorTable + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_MapValue_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.MapValue.class, com.google.firestore.v1.MapValue.Builder.class); + com.google.firestore.v1.MapValue.class, + com.google.firestore.v1.MapValue.Builder.class); } // Construct using com.google.firestore.v1.MapValue.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -403,9 +430,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_MapValue_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_MapValue_descriptor; } @java.lang.Override @@ -425,7 +452,9 @@ public com.google.firestore.v1.MapValue build() { @java.lang.Override public com.google.firestore.v1.MapValue buildPartial() { com.google.firestore.v1.MapValue result = new com.google.firestore.v1.MapValue(this); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -441,38 +470,39 @@ private void buildPartial0(com.google.firestore.v1.MapValue result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.MapValue) { - return mergeFrom((com.google.firestore.v1.MapValue)other); + return mergeFrom((com.google.firestore.v1.MapValue) other); } else { super.mergeFrom(other); return this; @@ -481,8 +511,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.firestore.v1.MapValue other) { if (other == com.google.firestore.v1.MapValue.getDefaultInstance()) return this; - internalGetMutableFields().mergeFrom( - other.internalGetFields()); + internalGetMutableFields().mergeFrom(other.internalGetFields()); bitField0_ |= 0x00000001; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -510,21 +539,26 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - com.google.protobuf.MapEntry - fields__ = input.readMessage( - FieldsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); - internalGetMutableFields().ensureBuilderMap().put( - fields__.getKey(), fields__.getValue()); - bitField0_ |= 0x00000001; - break; - } // case 10 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + com.google.protobuf.MapEntry + fields__ = + input.readMessage( + FieldsDefaultEntryHolder.defaultEntry.getParserForType(), + extensionRegistry); + internalGetMutableFields() + .ensureBuilderMap() + .put(fields__.getKey(), fields__.getValue()); + bitField0_ |= 0x00000001; + break; + } // case 10 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -534,32 +568,55 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; - private static final class FieldsConverter implements com.google.protobuf.MapFieldBuilder.Converter { + private static final class FieldsConverter + implements com.google.protobuf.MapFieldBuilder.Converter< + java.lang.String, + com.google.firestore.v1.ValueOrBuilder, + com.google.firestore.v1.Value> { @java.lang.Override public com.google.firestore.v1.Value build(com.google.firestore.v1.ValueOrBuilder val) { - if (val instanceof com.google.firestore.v1.Value) { return (com.google.firestore.v1.Value) val; } + if (val instanceof com.google.firestore.v1.Value) { + return (com.google.firestore.v1.Value) val; + } return ((com.google.firestore.v1.Value.Builder) val).build(); } @java.lang.Override - public com.google.protobuf.MapEntry defaultEntry() { + public com.google.protobuf.MapEntry + defaultEntry() { return FieldsDefaultEntryHolder.defaultEntry; } }; + private static final FieldsConverter fieldsConverter = new FieldsConverter(); private com.google.protobuf.MapFieldBuilder< - java.lang.String, com.google.firestore.v1.ValueOrBuilder, com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder> fields_; - private com.google.protobuf.MapFieldBuilder + java.lang.String, + com.google.firestore.v1.ValueOrBuilder, + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder> + fields_; + + private com.google.protobuf.MapFieldBuilder< + java.lang.String, + com.google.firestore.v1.ValueOrBuilder, + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder> internalGetFields() { if (fields_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldsConverter); } return fields_; } - private com.google.protobuf.MapFieldBuilder + + private com.google.protobuf.MapFieldBuilder< + java.lang.String, + com.google.firestore.v1.ValueOrBuilder, + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder> internalGetMutableFields() { if (fields_ == null) { fields_ = new com.google.protobuf.MapFieldBuilder<>(fieldsConverter); @@ -568,10 +625,13 @@ public com.google.protobuf.MapEntry * The map's fields. * @@ -584,20 +644,21 @@ public int getFieldsCount() { * map<string, .google.firestore.v1.Value> fields = 1; */ @java.lang.Override - public boolean containsFields( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } + public boolean containsFields(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } return internalGetFields().ensureBuilderMap().containsKey(key); } - /** - * Use {@link #getFieldsMap()} instead. - */ + /** Use {@link #getFieldsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFields() { return getFieldsMap(); } /** + * + * *
      * The map's fields.
      *
@@ -614,6 +675,8 @@ public java.util.Map getFieldsM
       return internalGetFields().getImmutableMap();
     }
     /**
+     *
+     *
      * 
      * The map's fields.
      *
@@ -626,16 +689,20 @@ public java.util.Map getFieldsM
      * map<string, .google.firestore.v1.Value> fields = 1;
      */
     @java.lang.Override
-    public /* nullable */
-com.google.firestore.v1.Value getFieldsOrDefault(
+    public /* nullable */ com.google.firestore.v1.Value getFieldsOrDefault(
         java.lang.String key,
         /* nullable */
-com.google.firestore.v1.Value defaultValue) {
-      if (key == null) { throw new NullPointerException("map key"); }
-      java.util.Map map = internalGetMutableFields().ensureBuilderMap();
+        com.google.firestore.v1.Value defaultValue) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
+      java.util.Map map =
+          internalGetMutableFields().ensureBuilderMap();
       return map.containsKey(key) ? fieldsConverter.build(map.get(key)) : defaultValue;
     }
     /**
+     *
+     *
      * 
      * The map's fields.
      *
@@ -648,21 +715,26 @@ com.google.firestore.v1.Value getFieldsOrDefault(
      * map<string, .google.firestore.v1.Value> fields = 1;
      */
     @java.lang.Override
-    public com.google.firestore.v1.Value getFieldsOrThrow(
-        java.lang.String key) {
-      if (key == null) { throw new NullPointerException("map key"); }
-      java.util.Map map = internalGetMutableFields().ensureBuilderMap();
+    public com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
+      java.util.Map map =
+          internalGetMutableFields().ensureBuilderMap();
       if (!map.containsKey(key)) {
         throw new java.lang.IllegalArgumentException();
       }
       return fieldsConverter.build(map.get(key));
     }
+
     public Builder clearFields() {
       bitField0_ = (bitField0_ & ~0x00000001);
       internalGetMutableFields().clear();
       return this;
     }
     /**
+     *
+     *
      * 
      * The map's fields.
      *
@@ -674,23 +746,22 @@ public Builder clearFields() {
      *
      * map<string, .google.firestore.v1.Value> fields = 1;
      */
-    public Builder removeFields(
-        java.lang.String key) {
-      if (key == null) { throw new NullPointerException("map key"); }
-      internalGetMutableFields().ensureBuilderMap()
-          .remove(key);
+    public Builder removeFields(java.lang.String key) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
+      internalGetMutableFields().ensureBuilderMap().remove(key);
       return this;
     }
-    /**
-     * Use alternate mutation accessors instead.
-     */
+    /** Use alternate mutation accessors instead. */
     @java.lang.Deprecated
-    public java.util.Map
-        getMutableFields() {
+    public java.util.Map getMutableFields() {
       bitField0_ |= 0x00000001;
       return internalGetMutableFields().ensureMessageMap();
     }
     /**
+     *
+     *
      * 
      * The map's fields.
      *
@@ -702,17 +773,20 @@ public Builder removeFields(
      *
      * map<string, .google.firestore.v1.Value> fields = 1;
      */
-    public Builder putFields(
-        java.lang.String key,
-        com.google.firestore.v1.Value value) {
-      if (key == null) { throw new NullPointerException("map key"); }
-      if (value == null) { throw new NullPointerException("map value"); }
-      internalGetMutableFields().ensureBuilderMap()
-          .put(key, value);
+    public Builder putFields(java.lang.String key, com.google.firestore.v1.Value value) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
+      if (value == null) {
+        throw new NullPointerException("map value");
+      }
+      internalGetMutableFields().ensureBuilderMap().put(key, value);
       bitField0_ |= 0x00000001;
       return this;
     }
     /**
+     *
+     *
      * 
      * The map's fields.
      *
@@ -726,17 +800,19 @@ public Builder putFields(
      */
     public Builder putAllFields(
         java.util.Map values) {
-      for (java.util.Map.Entry e : values.entrySet()) {
+      for (java.util.Map.Entry e :
+          values.entrySet()) {
         if (e.getKey() == null || e.getValue() == null) {
           throw new NullPointerException();
         }
       }
-      internalGetMutableFields().ensureBuilderMap()
-          .putAll(values);
+      internalGetMutableFields().ensureBuilderMap().putAll(values);
       bitField0_ |= 0x00000001;
       return this;
     }
     /**
+     *
+     *
      * 
      * The map's fields.
      *
@@ -748,9 +824,9 @@ public Builder putAllFields(
      *
      * map<string, .google.firestore.v1.Value> fields = 1;
      */
-    public com.google.firestore.v1.Value.Builder putFieldsBuilderIfAbsent(
-        java.lang.String key) {
-      java.util.Map builderMap = internalGetMutableFields().ensureBuilderMap();
+    public com.google.firestore.v1.Value.Builder putFieldsBuilderIfAbsent(java.lang.String key) {
+      java.util.Map builderMap =
+          internalGetMutableFields().ensureBuilderMap();
       com.google.firestore.v1.ValueOrBuilder entry = builderMap.get(key);
       if (entry == null) {
         entry = com.google.firestore.v1.Value.newBuilder();
@@ -762,9 +838,9 @@ public com.google.firestore.v1.Value.Builder putFieldsBuilderIfAbsent(
       }
       return (com.google.firestore.v1.Value.Builder) entry;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -774,12 +850,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.MapValue)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.MapValue)
   private static final com.google.firestore.v1.MapValue DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.MapValue();
   }
@@ -788,27 +864,27 @@ public static com.google.firestore.v1.MapValue getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public MapValue parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public MapValue parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -823,6 +899,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.MapValue getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValueOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValueOrBuilder.java
similarity index 72%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValueOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValueOrBuilder.java
index 84794807d..1a98de9e0 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValueOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/MapValueOrBuilder.java
@@ -1,14 +1,32 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/document.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface MapValueOrBuilder extends
+public interface MapValueOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.MapValue)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The map's fields.
    *
@@ -22,6 +40,8 @@ public interface MapValueOrBuilder extends
    */
   int getFieldsCount();
   /**
+   *
+   *
    * 
    * The map's fields.
    *
@@ -33,15 +53,13 @@ public interface MapValueOrBuilder extends
    *
    * map<string, .google.firestore.v1.Value> fields = 1;
    */
-  boolean containsFields(
-      java.lang.String key);
-  /**
-   * Use {@link #getFieldsMap()} instead.
-   */
+  boolean containsFields(java.lang.String key);
+  /** Use {@link #getFieldsMap()} instead. */
   @java.lang.Deprecated
-  java.util.Map
-  getFields();
+  java.util.Map getFields();
   /**
+   *
+   *
    * 
    * The map's fields.
    *
@@ -53,9 +71,10 @@ boolean containsFields(
    *
    * map<string, .google.firestore.v1.Value> fields = 1;
    */
-  java.util.Map
-  getFieldsMap();
+  java.util.Map getFieldsMap();
   /**
+   *
+   *
    * 
    * The map's fields.
    *
@@ -68,11 +87,13 @@ boolean containsFields(
    * map<string, .google.firestore.v1.Value> fields = 1;
    */
   /* nullable */
-com.google.firestore.v1.Value getFieldsOrDefault(
+  com.google.firestore.v1.Value getFieldsOrDefault(
       java.lang.String key,
       /* nullable */
-com.google.firestore.v1.Value defaultValue);
+      com.google.firestore.v1.Value defaultValue);
   /**
+   *
+   *
    * 
    * The map's fields.
    *
@@ -84,6 +105,5 @@ com.google.firestore.v1.Value getFieldsOrDefault(
    *
    * map<string, .google.firestore.v1.Value> fields = 1;
    */
-  com.google.firestore.v1.Value getFieldsOrThrow(
-      java.lang.String key);
+  com.google.firestore.v1.Value getFieldsOrThrow(java.lang.String key);
 }
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequest.java
similarity index 78%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequest.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequest.java
index 325c73700..37f05fb6d 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequest.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequest.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * The request for
  * [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.v1.PartitionQueryRequest}
  */
-public final class PartitionQueryRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class PartitionQueryRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.PartitionQueryRequest)
     PartitionQueryRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use PartitionQueryRequest.newBuilder() to construct.
   private PartitionQueryRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private PartitionQueryRequest() {
     parent_ = "";
     pageToken_ = "";
@@ -28,33 +46,38 @@ private PartitionQueryRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new PartitionQueryRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_PartitionQueryRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_PartitionQueryRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.PartitionQueryRequest.class, com.google.firestore.v1.PartitionQueryRequest.Builder.class);
+            com.google.firestore.v1.PartitionQueryRequest.class,
+            com.google.firestore.v1.PartitionQueryRequest.Builder.class);
   }
 
   private int queryTypeCase_ = 0;
+
   @SuppressWarnings("serial")
   private java.lang.Object queryType_;
+
   public enum QueryTypeCase
-      implements com.google.protobuf.Internal.EnumLite,
+      implements
+          com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     STRUCTURED_QUERY(2),
     QUERYTYPE_NOT_SET(0);
     private final int value;
+
     private QueryTypeCase(int value) {
       this.value = value;
     }
@@ -70,31 +93,37 @@ public static QueryTypeCase valueOf(int value) {
 
     public static QueryTypeCase forNumber(int value) {
       switch (value) {
-        case 2: return STRUCTURED_QUERY;
-        case 0: return QUERYTYPE_NOT_SET;
-        default: return null;
+        case 2:
+          return STRUCTURED_QUERY;
+        case 0:
+          return QUERYTYPE_NOT_SET;
+        default:
+          return null;
       }
     }
+
     public int getNumber() {
       return this.value;
     }
   };
 
-  public QueryTypeCase
-  getQueryTypeCase() {
-    return QueryTypeCase.forNumber(
-        queryTypeCase_);
+  public QueryTypeCase getQueryTypeCase() {
+    return QueryTypeCase.forNumber(queryTypeCase_);
   }
 
   private int consistencySelectorCase_ = 0;
+
   @SuppressWarnings("serial")
   private java.lang.Object consistencySelector_;
+
   public enum ConsistencySelectorCase
-      implements com.google.protobuf.Internal.EnumLite,
+      implements
+          com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     READ_TIME(6),
     CONSISTENCYSELECTOR_NOT_SET(0);
     private final int value;
+
     private ConsistencySelectorCase(int value) {
       this.value = value;
     }
@@ -110,26 +139,31 @@ public static ConsistencySelectorCase valueOf(int value) {
 
     public static ConsistencySelectorCase forNumber(int value) {
       switch (value) {
-        case 6: return READ_TIME;
-        case 0: return CONSISTENCYSELECTOR_NOT_SET;
-        default: return null;
+        case 6:
+          return READ_TIME;
+        case 0:
+          return CONSISTENCYSELECTOR_NOT_SET;
+        default:
+          return null;
       }
     }
+
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ConsistencySelectorCase
-  getConsistencySelectorCase() {
-    return ConsistencySelectorCase.forNumber(
-        consistencySelectorCase_);
+  public ConsistencySelectorCase getConsistencySelectorCase() {
+    return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
+   *
+   *
    * 
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents`.
@@ -138,6 +172,7 @@ public int getNumber() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ @java.lang.Override @@ -146,14 +181,15 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents`.
@@ -162,16 +198,15 @@ public java.lang.String getParent() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -181,6 +216,8 @@ public java.lang.String getParent() { public static final int STRUCTURED_QUERY_FIELD_NUMBER = 2; /** + * + * *
    * A structured query.
    * Query must specify collection with all descendants and be ordered by name
@@ -189,6 +226,7 @@ public java.lang.String getParent() {
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -196,6 +234,8 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** + * + * *
    * A structured query.
    * Query must specify collection with all descendants and be ordered by name
@@ -204,16 +244,19 @@ public boolean hasStructuredQuery() {
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return The structuredQuery. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery getStructuredQuery() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } /** + * + * *
    * A structured query.
    * Query must specify collection with all descendants and be ordered by name
@@ -226,7 +269,7 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() {
   @java.lang.Override
   public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder() {
     if (queryTypeCase_ == 2) {
-       return (com.google.firestore.v1.StructuredQuery) queryType_;
+      return (com.google.firestore.v1.StructuredQuery) queryType_;
     }
     return com.google.firestore.v1.StructuredQuery.getDefaultInstance();
   }
@@ -234,6 +277,8 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
   public static final int PARTITION_COUNT_FIELD_NUMBER = 3;
   private long partitionCount_ = 0L;
   /**
+   *
+   *
    * 
    * The desired maximum number of partition points.
    * The partitions may be returned across multiple pages of results.
@@ -246,6 +291,7 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
    * 
* * int64 partition_count = 3; + * * @return The partitionCount. */ @java.lang.Override @@ -254,9 +300,12 @@ public long getPartitionCount() { } public static final int PAGE_TOKEN_FIELD_NUMBER = 4; + @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; /** + * + * *
    * The `next_page_token` value returned from a previous call to
    * PartitionQuery that may be used to get an additional set of results.
@@ -274,6 +323,7 @@ public long getPartitionCount() {
    * 
* * string page_token = 4; + * * @return The pageToken. */ @java.lang.Override @@ -282,14 +332,15 @@ public java.lang.String getPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; } } /** + * + * *
    * The `next_page_token` value returned from a previous call to
    * PartitionQuery that may be used to get an additional set of results.
@@ -307,16 +358,15 @@ public java.lang.String getPageToken() {
    * 
* * string page_token = 4; + * * @return The bytes for pageToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getPageTokenBytes() { + public com.google.protobuf.ByteString getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); pageToken_ = b; return b; } else { @@ -327,6 +377,8 @@ public java.lang.String getPageToken() { public static final int PAGE_SIZE_FIELD_NUMBER = 5; private int pageSize_ = 0; /** + * + * *
    * The maximum number of partitions to return in this call, subject to
    * `partition_count`.
@@ -338,6 +390,7 @@ public java.lang.String getPageToken() {
    * 
* * int32 page_size = 5; + * * @return The pageSize. */ @java.lang.Override @@ -347,6 +400,8 @@ public int getPageSize() { public static final int READ_TIME_FIELD_NUMBER = 6; /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -356,6 +411,7 @@ public int getPageSize() {
    * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -363,6 +419,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 6; } /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -372,16 +430,19 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 6) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -395,12 +456,13 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (consistencySelectorCase_ == 6) {
-       return (com.google.protobuf.Timestamp) consistencySelector_;
+      return (com.google.protobuf.Timestamp) consistencySelector_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -412,8 +474,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
     }
@@ -445,23 +506,23 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
     }
     if (queryTypeCase_ == 2) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, (com.google.firestore.v1.StructuredQuery) queryType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              2, (com.google.firestore.v1.StructuredQuery) queryType_);
     }
     if (partitionCount_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(3, partitionCount_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, partitionCount_);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, pageToken_);
     }
     if (pageSize_ != 0) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt32Size(5, pageSize_);
+      size += com.google.protobuf.CodedOutputStream.computeInt32Size(5, pageSize_);
     }
     if (consistencySelectorCase_ == 6) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(6, (com.google.protobuf.Timestamp) consistencySelector_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              6, (com.google.protobuf.Timestamp) consistencySelector_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -471,26 +532,22 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.PartitionQueryRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.PartitionQueryRequest other = (com.google.firestore.v1.PartitionQueryRequest) obj;
+    com.google.firestore.v1.PartitionQueryRequest other =
+        (com.google.firestore.v1.PartitionQueryRequest) obj;
 
-    if (!getParent()
-        .equals(other.getParent())) return false;
-    if (getPartitionCount()
-        != other.getPartitionCount()) return false;
-    if (!getPageToken()
-        .equals(other.getPageToken())) return false;
-    if (getPageSize()
-        != other.getPageSize()) return false;
+    if (!getParent().equals(other.getParent())) return false;
+    if (getPartitionCount() != other.getPartitionCount()) return false;
+    if (!getPageToken().equals(other.getPageToken())) return false;
+    if (getPageSize() != other.getPageSize()) return false;
     if (!getQueryTypeCase().equals(other.getQueryTypeCase())) return false;
     switch (queryTypeCase_) {
       case 2:
-        if (!getStructuredQuery()
-            .equals(other.getStructuredQuery())) return false;
+        if (!getStructuredQuery().equals(other.getStructuredQuery())) return false;
         break;
       case 0:
       default:
@@ -498,8 +555,7 @@ public boolean equals(final java.lang.Object obj) {
     if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false;
     switch (consistencySelectorCase_) {
       case 6:
-        if (!getReadTime()
-            .equals(other.getReadTime())) return false;
+        if (!getReadTime().equals(other.getReadTime())) return false;
         break;
       case 0:
       default:
@@ -518,8 +574,7 @@ public int hashCode() {
     hash = (37 * hash) + PARENT_FIELD_NUMBER;
     hash = (53 * hash) + getParent().hashCode();
     hash = (37 * hash) + PARTITION_COUNT_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-        getPartitionCount());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getPartitionCount());
     hash = (37 * hash) + PAGE_TOKEN_FIELD_NUMBER;
     hash = (53 * hash) + getPageToken().hashCode();
     hash = (37 * hash) + PAGE_SIZE_FIELD_NUMBER;
@@ -545,99 +600,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.PartitionQueryRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.PartitionQueryRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.PartitionQueryRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.PartitionQueryRequest parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.PartitionQueryRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.PartitionQueryRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The request for
    * [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
@@ -645,33 +705,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.PartitionQueryRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.PartitionQueryRequest)
       com.google.firestore.v1.PartitionQueryRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_PartitionQueryRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_PartitionQueryRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.PartitionQueryRequest.class, com.google.firestore.v1.PartitionQueryRequest.Builder.class);
+              com.google.firestore.v1.PartitionQueryRequest.class,
+              com.google.firestore.v1.PartitionQueryRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.PartitionQueryRequest.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -694,9 +753,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_PartitionQueryRequest_descriptor;
     }
 
     @java.lang.Override
@@ -715,8 +774,11 @@ public com.google.firestore.v1.PartitionQueryRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.PartitionQueryRequest buildPartial() {
-      com.google.firestore.v1.PartitionQueryRequest result = new com.google.firestore.v1.PartitionQueryRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.PartitionQueryRequest result =
+          new com.google.firestore.v1.PartitionQueryRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -741,14 +803,12 @@ private void buildPartial0(com.google.firestore.v1.PartitionQueryRequest result)
     private void buildPartialOneofs(com.google.firestore.v1.PartitionQueryRequest result) {
       result.queryTypeCase_ = queryTypeCase_;
       result.queryType_ = this.queryType_;
-      if (queryTypeCase_ == 2 &&
-          structuredQueryBuilder_ != null) {
+      if (queryTypeCase_ == 2 && structuredQueryBuilder_ != null) {
         result.queryType_ = structuredQueryBuilder_.build();
       }
       result.consistencySelectorCase_ = consistencySelectorCase_;
       result.consistencySelector_ = this.consistencySelector_;
-      if (consistencySelectorCase_ == 6 &&
-          readTimeBuilder_ != null) {
+      if (consistencySelectorCase_ == 6 && readTimeBuilder_ != null) {
         result.consistencySelector_ = readTimeBuilder_.build();
       }
     }
@@ -757,38 +817,39 @@ private void buildPartialOneofs(com.google.firestore.v1.PartitionQueryRequest re
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.PartitionQueryRequest) {
-        return mergeFrom((com.google.firestore.v1.PartitionQueryRequest)other);
+        return mergeFrom((com.google.firestore.v1.PartitionQueryRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -814,22 +875,26 @@ public Builder mergeFrom(com.google.firestore.v1.PartitionQueryRequest other) {
         setPageSize(other.getPageSize());
       }
       switch (other.getQueryTypeCase()) {
-        case STRUCTURED_QUERY: {
-          mergeStructuredQuery(other.getStructuredQuery());
-          break;
-        }
-        case QUERYTYPE_NOT_SET: {
-          break;
-        }
+        case STRUCTURED_QUERY:
+          {
+            mergeStructuredQuery(other.getStructuredQuery());
+            break;
+          }
+        case QUERYTYPE_NOT_SET:
+          {
+            break;
+          }
       }
       switch (other.getConsistencySelectorCase()) {
-        case READ_TIME: {
-          mergeReadTime(other.getReadTime());
-          break;
-        }
-        case CONSISTENCYSELECTOR_NOT_SET: {
-          break;
-        }
+        case READ_TIME:
+          {
+            mergeReadTime(other.getReadTime());
+            break;
+          }
+        case CONSISTENCYSELECTOR_NOT_SET:
+          {
+            break;
+          }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -857,46 +922,49 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              parent_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getStructuredQueryFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              queryTypeCase_ = 2;
-              break;
-            } // case 18
-            case 24: {
-              partitionCount_ = input.readInt64();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 24
-            case 34: {
-              pageToken_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 34
-            case 40: {
-              pageSize_ = input.readInt32();
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 40
-            case 50: {
-              input.readMessage(
-                  getReadTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              consistencySelectorCase_ = 6;
-              break;
-            } // case 50
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                parent_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getStructuredQueryFieldBuilder().getBuilder(), extensionRegistry);
+                queryTypeCase_ = 2;
+                break;
+              } // case 18
+            case 24:
+              {
+                partitionCount_ = input.readInt64();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 24
+            case 34:
+              {
+                pageToken_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 34
+            case 40:
+              {
+                pageSize_ = input.readInt32();
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 40
+            case 50:
+              {
+                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
+                consistencySelectorCase_ = 6;
+                break;
+              } // case 50
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -906,12 +974,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int queryTypeCase_ = 0;
     private java.lang.Object queryType_;
-    public QueryTypeCase
-        getQueryTypeCase() {
-      return QueryTypeCase.forNumber(
-          queryTypeCase_);
+
+    public QueryTypeCase getQueryTypeCase() {
+      return QueryTypeCase.forNumber(queryTypeCase_);
     }
 
     public Builder clearQueryType() {
@@ -923,10 +991,9 @@ public Builder clearQueryType() {
 
     private int consistencySelectorCase_ = 0;
     private java.lang.Object consistencySelector_;
-    public ConsistencySelectorCase
-        getConsistencySelectorCase() {
-      return ConsistencySelectorCase.forNumber(
-          consistencySelectorCase_);
+
+    public ConsistencySelectorCase getConsistencySelectorCase() {
+      return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
     }
 
     public Builder clearConsistencySelector() {
@@ -940,6 +1007,8 @@ public Builder clearConsistencySelector() {
 
     private java.lang.Object parent_ = "";
     /**
+     *
+     *
      * 
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents`.
@@ -948,13 +1017,13 @@ public Builder clearConsistencySelector() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -963,6 +1032,8 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents`.
@@ -971,15 +1042,14 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -987,6 +1057,8 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents`.
@@ -995,18 +1067,22 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents`.
@@ -1015,6 +1091,7 @@ public Builder setParent(
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearParent() { @@ -1024,6 +1101,8 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents`.
@@ -1032,12 +1111,14 @@ public Builder clearParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -1046,8 +1127,13 @@ public Builder setParentBytes( } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> structuredQueryBuilder_; + com.google.firestore.v1.StructuredQuery, + com.google.firestore.v1.StructuredQuery.Builder, + com.google.firestore.v1.StructuredQueryOrBuilder> + structuredQueryBuilder_; /** + * + * *
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1056,6 +1142,7 @@ public Builder setParentBytes(
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -1063,6 +1150,8 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** + * + * *
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1071,6 +1160,7 @@ public boolean hasStructuredQuery() {
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return The structuredQuery. */ @java.lang.Override @@ -1088,6 +1178,8 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { } } /** + * + * *
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1111,6 +1203,8 @@ public Builder setStructuredQuery(com.google.firestore.v1.StructuredQuery value)
       return this;
     }
     /**
+     *
+     *
      * 
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1132,6 +1226,8 @@ public Builder setStructuredQuery(
       return this;
     }
     /**
+     *
+     *
      * 
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1143,10 +1239,13 @@ public Builder setStructuredQuery(
      */
     public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery value) {
       if (structuredQueryBuilder_ == null) {
-        if (queryTypeCase_ == 2 &&
-            queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) {
-          queryType_ = com.google.firestore.v1.StructuredQuery.newBuilder((com.google.firestore.v1.StructuredQuery) queryType_)
-              .mergeFrom(value).buildPartial();
+        if (queryTypeCase_ == 2
+            && queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) {
+          queryType_ =
+              com.google.firestore.v1.StructuredQuery.newBuilder(
+                      (com.google.firestore.v1.StructuredQuery) queryType_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           queryType_ = value;
         }
@@ -1162,6 +1261,8 @@ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery valu
       return this;
     }
     /**
+     *
+     *
      * 
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1188,6 +1289,8 @@ public Builder clearStructuredQuery() {
       return this;
     }
     /**
+     *
+     *
      * 
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1201,6 +1304,8 @@ public com.google.firestore.v1.StructuredQuery.Builder getStructuredQueryBuilder
       return getStructuredQueryFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1222,6 +1327,8 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
       }
     }
     /**
+     *
+     *
      * 
      * A structured query.
      * Query must specify collection with all descendants and be ordered by name
@@ -1232,14 +1339,19 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
      * .google.firestore.v1.StructuredQuery structured_query = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> 
+            com.google.firestore.v1.StructuredQuery,
+            com.google.firestore.v1.StructuredQuery.Builder,
+            com.google.firestore.v1.StructuredQueryOrBuilder>
         getStructuredQueryFieldBuilder() {
       if (structuredQueryBuilder_ == null) {
         if (!(queryTypeCase_ == 2)) {
           queryType_ = com.google.firestore.v1.StructuredQuery.getDefaultInstance();
         }
-        structuredQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder>(
+        structuredQueryBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.StructuredQuery,
+                com.google.firestore.v1.StructuredQuery.Builder,
+                com.google.firestore.v1.StructuredQueryOrBuilder>(
                 (com.google.firestore.v1.StructuredQuery) queryType_,
                 getParentForChildren(),
                 isClean());
@@ -1250,8 +1362,10 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
       return structuredQueryBuilder_;
     }
 
-    private long partitionCount_ ;
+    private long partitionCount_;
     /**
+     *
+     *
      * 
      * The desired maximum number of partition points.
      * The partitions may be returned across multiple pages of results.
@@ -1264,6 +1378,7 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
      * 
* * int64 partition_count = 3; + * * @return The partitionCount. */ @java.lang.Override @@ -1271,6 +1386,8 @@ public long getPartitionCount() { return partitionCount_; } /** + * + * *
      * The desired maximum number of partition points.
      * The partitions may be returned across multiple pages of results.
@@ -1283,6 +1400,7 @@ public long getPartitionCount() {
      * 
* * int64 partition_count = 3; + * * @param value The partitionCount to set. * @return This builder for chaining. */ @@ -1294,6 +1412,8 @@ public Builder setPartitionCount(long value) { return this; } /** + * + * *
      * The desired maximum number of partition points.
      * The partitions may be returned across multiple pages of results.
@@ -1306,6 +1426,7 @@ public Builder setPartitionCount(long value) {
      * 
* * int64 partition_count = 3; + * * @return This builder for chaining. */ public Builder clearPartitionCount() { @@ -1317,6 +1438,8 @@ public Builder clearPartitionCount() { private java.lang.Object pageToken_ = ""; /** + * + * *
      * The `next_page_token` value returned from a previous call to
      * PartitionQuery that may be used to get an additional set of results.
@@ -1334,13 +1457,13 @@ public Builder clearPartitionCount() {
      * 
* * string page_token = 4; + * * @return The pageToken. */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; @@ -1349,6 +1472,8 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * The `next_page_token` value returned from a previous call to
      * PartitionQuery that may be used to get an additional set of results.
@@ -1366,15 +1491,14 @@ public java.lang.String getPageToken() {
      * 
* * string page_token = 4; + * * @return The bytes for pageToken. */ - public com.google.protobuf.ByteString - getPageTokenBytes() { + public com.google.protobuf.ByteString getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); pageToken_ = b; return b; } else { @@ -1382,6 +1506,8 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * The `next_page_token` value returned from a previous call to
      * PartitionQuery that may be used to get an additional set of results.
@@ -1399,18 +1525,22 @@ public java.lang.String getPageToken() {
      * 
* * string page_token = 4; + * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setPageToken(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } pageToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** + * + * *
      * The `next_page_token` value returned from a previous call to
      * PartitionQuery that may be used to get an additional set of results.
@@ -1428,6 +1558,7 @@ public Builder setPageToken(
      * 
* * string page_token = 4; + * * @return This builder for chaining. */ public Builder clearPageToken() { @@ -1437,6 +1568,8 @@ public Builder clearPageToken() { return this; } /** + * + * *
      * The `next_page_token` value returned from a previous call to
      * PartitionQuery that may be used to get an additional set of results.
@@ -1454,12 +1587,14 @@ public Builder clearPageToken() {
      * 
* * string page_token = 4; + * * @param value The bytes for pageToken to set. * @return This builder for chaining. */ - public Builder setPageTokenBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); pageToken_ = value; bitField0_ |= 0x00000008; @@ -1467,8 +1602,10 @@ public Builder setPageTokenBytes( return this; } - private int pageSize_ ; + private int pageSize_; /** + * + * *
      * The maximum number of partitions to return in this call, subject to
      * `partition_count`.
@@ -1480,6 +1617,7 @@ public Builder setPageTokenBytes(
      * 
* * int32 page_size = 5; + * * @return The pageSize. */ @java.lang.Override @@ -1487,6 +1625,8 @@ public int getPageSize() { return pageSize_; } /** + * + * *
      * The maximum number of partitions to return in this call, subject to
      * `partition_count`.
@@ -1498,6 +1638,7 @@ public int getPageSize() {
      * 
* * int32 page_size = 5; + * * @param value The pageSize to set. * @return This builder for chaining. */ @@ -1509,6 +1650,8 @@ public Builder setPageSize(int value) { return this; } /** + * + * *
      * The maximum number of partitions to return in this call, subject to
      * `partition_count`.
@@ -1520,6 +1663,7 @@ public Builder setPageSize(int value) {
      * 
* * int32 page_size = 5; + * * @return This builder for chaining. */ public Builder clearPageSize() { @@ -1530,8 +1674,13 @@ public Builder clearPageSize() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + readTimeBuilder_; /** + * + * *
      * Reads documents as they were at the given time.
      *
@@ -1541,6 +1690,7 @@ public Builder clearPageSize() {
      * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -1548,6 +1698,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 6; } /** + * + * *
      * Reads documents as they were at the given time.
      *
@@ -1557,6 +1709,7 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return The readTime. */ @java.lang.Override @@ -1574,6 +1727,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * Reads documents as they were at the given time.
      *
@@ -1598,6 +1753,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1608,8 +1765,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 6;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         consistencySelector_ = builderForValue.build();
         onChanged();
@@ -1620,6 +1776,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1632,10 +1790,13 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (consistencySelectorCase_ == 6 &&
-            consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
-              .mergeFrom(value).buildPartial();
+        if (consistencySelectorCase_ == 6
+            && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          consistencySelector_ =
+              com.google.protobuf.Timestamp.newBuilder(
+                      (com.google.protobuf.Timestamp) consistencySelector_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1651,6 +1812,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1678,6 +1841,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1692,6 +1857,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1714,6 +1881,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1725,14 +1894,19 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(consistencySelectorCase_ == 6)) {
           consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
                 (com.google.protobuf.Timestamp) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1742,9 +1916,9 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       onChanged();
       return readTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1754,12 +1928,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.PartitionQueryRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.PartitionQueryRequest)
   private static final com.google.firestore.v1.PartitionQueryRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.PartitionQueryRequest();
   }
@@ -1768,27 +1942,27 @@ public static com.google.firestore.v1.PartitionQueryRequest getDefaultInstance()
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public PartitionQueryRequest parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public PartitionQueryRequest parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1803,6 +1977,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.PartitionQueryRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequestOrBuilder.java
similarity index 86%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequestOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequestOrBuilder.java
index ad0b01305..3290dfd4a 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequestOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryRequestOrBuilder.java
@@ -1,14 +1,32 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface PartitionQueryRequestOrBuilder extends
+public interface PartitionQueryRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.PartitionQueryRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents`.
@@ -17,10 +35,13 @@ public interface PartitionQueryRequestOrBuilder extends
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ java.lang.String getParent(); /** + * + * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents`.
@@ -29,12 +50,14 @@ public interface PartitionQueryRequestOrBuilder extends
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ - com.google.protobuf.ByteString - getParentBytes(); + com.google.protobuf.ByteString getParentBytes(); /** + * + * *
    * A structured query.
    * Query must specify collection with all descendants and be ordered by name
@@ -43,10 +66,13 @@ public interface PartitionQueryRequestOrBuilder extends
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return Whether the structuredQuery field is set. */ boolean hasStructuredQuery(); /** + * + * *
    * A structured query.
    * Query must specify collection with all descendants and be ordered by name
@@ -55,10 +81,13 @@ public interface PartitionQueryRequestOrBuilder extends
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return The structuredQuery. */ com.google.firestore.v1.StructuredQuery getStructuredQuery(); /** + * + * *
    * A structured query.
    * Query must specify collection with all descendants and be ordered by name
@@ -71,6 +100,8 @@ public interface PartitionQueryRequestOrBuilder extends
   com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder();
 
   /**
+   *
+   *
    * 
    * The desired maximum number of partition points.
    * The partitions may be returned across multiple pages of results.
@@ -83,11 +114,14 @@ public interface PartitionQueryRequestOrBuilder extends
    * 
* * int64 partition_count = 3; + * * @return The partitionCount. */ long getPartitionCount(); /** + * + * *
    * The `next_page_token` value returned from a previous call to
    * PartitionQuery that may be used to get an additional set of results.
@@ -105,10 +139,13 @@ public interface PartitionQueryRequestOrBuilder extends
    * 
* * string page_token = 4; + * * @return The pageToken. */ java.lang.String getPageToken(); /** + * + * *
    * The `next_page_token` value returned from a previous call to
    * PartitionQuery that may be used to get an additional set of results.
@@ -126,12 +163,14 @@ public interface PartitionQueryRequestOrBuilder extends
    * 
* * string page_token = 4; + * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString - getPageTokenBytes(); + com.google.protobuf.ByteString getPageTokenBytes(); /** + * + * *
    * The maximum number of partitions to return in this call, subject to
    * `partition_count`.
@@ -143,11 +182,14 @@ public interface PartitionQueryRequestOrBuilder extends
    * 
* * int32 page_size = 5; + * * @return The pageSize. */ int getPageSize(); /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -157,10 +199,13 @@ public interface PartitionQueryRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -170,10 +215,13 @@ public interface PartitionQueryRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -188,5 +236,6 @@ public interface PartitionQueryRequestOrBuilder extends
 
   com.google.firestore.v1.PartitionQueryRequest.QueryTypeCase getQueryTypeCase();
 
-  com.google.firestore.v1.PartitionQueryRequest.ConsistencySelectorCase getConsistencySelectorCase();
+  com.google.firestore.v1.PartitionQueryRequest.ConsistencySelectorCase
+      getConsistencySelectorCase();
 }
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponse.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponse.java
similarity index 82%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponse.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponse.java
index ee2b32ca4..2541adef6 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponse.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponse.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * The response for
  * [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
@@ -12,15 +29,16 @@
  *
  * Protobuf type {@code google.firestore.v1.PartitionQueryResponse}
  */
-public final class PartitionQueryResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class PartitionQueryResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.PartitionQueryResponse)
     PartitionQueryResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use PartitionQueryResponse.newBuilder() to construct.
   private PartitionQueryResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private PartitionQueryResponse() {
     partitions_ = java.util.Collections.emptyList();
     nextPageToken_ = "";
@@ -28,28 +46,32 @@ private PartitionQueryResponse() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new PartitionQueryResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_PartitionQueryResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_PartitionQueryResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.PartitionQueryResponse.class, com.google.firestore.v1.PartitionQueryResponse.Builder.class);
+            com.google.firestore.v1.PartitionQueryResponse.class,
+            com.google.firestore.v1.PartitionQueryResponse.Builder.class);
   }
 
   public static final int PARTITIONS_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private java.util.List partitions_;
   /**
+   *
+   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -77,6 +99,8 @@ public java.util.List getPartitionsList() {
     return partitions_;
   }
   /**
+   *
+   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -100,11 +124,13 @@ public java.util.List getPartitionsList() {
    * repeated .google.firestore.v1.Cursor partitions = 1;
    */
   @java.lang.Override
-  public java.util.List 
+  public java.util.List
       getPartitionsOrBuilderList() {
     return partitions_;
   }
   /**
+   *
+   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -132,6 +158,8 @@ public int getPartitionsCount() {
     return partitions_.size();
   }
   /**
+   *
+   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -159,6 +187,8 @@ public com.google.firestore.v1.Cursor getPartitions(int index) {
     return partitions_.get(index);
   }
   /**
+   *
+   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -182,15 +212,17 @@ public com.google.firestore.v1.Cursor getPartitions(int index) {
    * repeated .google.firestore.v1.Cursor partitions = 1;
    */
   @java.lang.Override
-  public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(
-      int index) {
+  public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(int index) {
     return partitions_.get(index);
   }
 
   public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object nextPageToken_ = "";
   /**
+   *
+   *
    * 
    * A page token that may be used to request an additional set of results, up
    * to the number specified by `partition_count` in the PartitionQuery request.
@@ -198,6 +230,7 @@ public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ @java.lang.Override @@ -206,14 +239,15 @@ public java.lang.String getNextPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; } } /** + * + * *
    * A page token that may be used to request an additional set of results, up
    * to the number specified by `partition_count` in the PartitionQuery request.
@@ -221,16 +255,15 @@ public java.lang.String getNextPageToken() {
    * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getNextPageTokenBytes() { + public com.google.protobuf.ByteString getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -239,6 +272,7 @@ public java.lang.String getNextPageToken() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -250,8 +284,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < partitions_.size(); i++) { output.writeMessage(1, partitions_.get(i)); } @@ -268,8 +301,7 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < partitions_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, partitions_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, partitions_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -282,17 +314,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.PartitionQueryResponse)) { return super.equals(obj); } - com.google.firestore.v1.PartitionQueryResponse other = (com.google.firestore.v1.PartitionQueryResponse) obj; + com.google.firestore.v1.PartitionQueryResponse other = + (com.google.firestore.v1.PartitionQueryResponse) obj; - if (!getPartitionsList() - .equals(other.getPartitionsList())) return false; - if (!getNextPageToken() - .equals(other.getNextPageToken())) return false; + if (!getPartitionsList().equals(other.getPartitionsList())) return false; + if (!getNextPageToken().equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -315,99 +346,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.PartitionQueryResponse parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.PartitionQueryResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.PartitionQueryResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.PartitionQueryResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.PartitionQueryResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.PartitionQueryResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.PartitionQueryResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.PartitionQueryResponse parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.PartitionQueryResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.PartitionQueryResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.PartitionQueryResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.PartitionQueryResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.PartitionQueryResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.PartitionQueryResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.PartitionQueryResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The response for
    * [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
@@ -415,33 +451,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.PartitionQueryResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.PartitionQueryResponse)
       com.google.firestore.v1.PartitionQueryResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_PartitionQueryResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_PartitionQueryResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.PartitionQueryResponse.class, com.google.firestore.v1.PartitionQueryResponse.Builder.class);
+              com.google.firestore.v1.PartitionQueryResponse.class,
+              com.google.firestore.v1.PartitionQueryResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.PartitionQueryResponse.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -458,9 +493,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_PartitionQueryResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_PartitionQueryResponse_descriptor;
     }
 
     @java.lang.Override
@@ -479,9 +514,12 @@ public com.google.firestore.v1.PartitionQueryResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.PartitionQueryResponse buildPartial() {
-      com.google.firestore.v1.PartitionQueryResponse result = new com.google.firestore.v1.PartitionQueryResponse(this);
+      com.google.firestore.v1.PartitionQueryResponse result =
+          new com.google.firestore.v1.PartitionQueryResponse(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -509,38 +547,39 @@ private void buildPartial0(com.google.firestore.v1.PartitionQueryResponse result
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.PartitionQueryResponse) {
-        return mergeFrom((com.google.firestore.v1.PartitionQueryResponse)other);
+        return mergeFrom((com.google.firestore.v1.PartitionQueryResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -567,9 +606,10 @@ public Builder mergeFrom(com.google.firestore.v1.PartitionQueryResponse other) {
             partitionsBuilder_ = null;
             partitions_ = other.partitions_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            partitionsBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getPartitionsFieldBuilder() : null;
+            partitionsBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getPartitionsFieldBuilder()
+                    : null;
           } else {
             partitionsBuilder_.addAllMessages(other.partitions_);
           }
@@ -606,30 +646,31 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              com.google.firestore.v1.Cursor m =
-                  input.readMessage(
-                      com.google.firestore.v1.Cursor.parser(),
-                      extensionRegistry);
-              if (partitionsBuilder_ == null) {
-                ensurePartitionsIsMutable();
-                partitions_.add(m);
-              } else {
-                partitionsBuilder_.addMessage(m);
-              }
-              break;
-            } // case 10
-            case 18: {
-              nextPageToken_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                com.google.firestore.v1.Cursor m =
+                    input.readMessage(com.google.firestore.v1.Cursor.parser(), extensionRegistry);
+                if (partitionsBuilder_ == null) {
+                  ensurePartitionsIsMutable();
+                  partitions_.add(m);
+                } else {
+                  partitionsBuilder_.addMessage(m);
+                }
+                break;
+              } // case 10
+            case 18:
+              {
+                nextPageToken_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -639,21 +680,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.util.List partitions_ =
-      java.util.Collections.emptyList();
+        java.util.Collections.emptyList();
+
     private void ensurePartitionsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         partitions_ = new java.util.ArrayList(partitions_);
         bitField0_ |= 0x00000001;
-       }
+      }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder> partitionsBuilder_;
+            com.google.firestore.v1.Cursor,
+            com.google.firestore.v1.Cursor.Builder,
+            com.google.firestore.v1.CursorOrBuilder>
+        partitionsBuilder_;
 
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -684,6 +732,8 @@ public java.util.List getPartitionsList() {
       }
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -714,6 +764,8 @@ public int getPartitionsCount() {
       }
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -744,6 +796,8 @@ public com.google.firestore.v1.Cursor getPartitions(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -766,8 +820,7 @@ public com.google.firestore.v1.Cursor getPartitions(int index) {
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public Builder setPartitions(
-        int index, com.google.firestore.v1.Cursor value) {
+    public Builder setPartitions(int index, com.google.firestore.v1.Cursor value) {
       if (partitionsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -781,6 +834,8 @@ public Builder setPartitions(
       return this;
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -815,6 +870,8 @@ public Builder setPartitions(
       return this;
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -851,6 +908,8 @@ public Builder addPartitions(com.google.firestore.v1.Cursor value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -873,8 +932,7 @@ public Builder addPartitions(com.google.firestore.v1.Cursor value) {
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public Builder addPartitions(
-        int index, com.google.firestore.v1.Cursor value) {
+    public Builder addPartitions(int index, com.google.firestore.v1.Cursor value) {
       if (partitionsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -888,6 +946,8 @@ public Builder addPartitions(
       return this;
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -910,8 +970,7 @@ public Builder addPartitions(
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public Builder addPartitions(
-        com.google.firestore.v1.Cursor.Builder builderForValue) {
+    public Builder addPartitions(com.google.firestore.v1.Cursor.Builder builderForValue) {
       if (partitionsBuilder_ == null) {
         ensurePartitionsIsMutable();
         partitions_.add(builderForValue.build());
@@ -922,6 +981,8 @@ public Builder addPartitions(
       return this;
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -956,6 +1017,8 @@ public Builder addPartitions(
       return this;
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -982,8 +1045,7 @@ public Builder addAllPartitions(
         java.lang.Iterable values) {
       if (partitionsBuilder_ == null) {
         ensurePartitionsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, partitions_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, partitions_);
         onChanged();
       } else {
         partitionsBuilder_.addAllMessages(values);
@@ -991,6 +1053,8 @@ public Builder addAllPartitions(
       return this;
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1024,6 +1088,8 @@ public Builder clearPartitions() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1057,6 +1123,8 @@ public Builder removePartitions(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1079,11 +1147,12 @@ public Builder removePartitions(int index) {
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public com.google.firestore.v1.Cursor.Builder getPartitionsBuilder(
-        int index) {
+    public com.google.firestore.v1.Cursor.Builder getPartitionsBuilder(int index) {
       return getPartitionsFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1106,14 +1175,16 @@ public com.google.firestore.v1.Cursor.Builder getPartitionsBuilder(
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(
-        int index) {
+    public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(int index) {
       if (partitionsBuilder_ == null) {
-        return partitions_.get(index);  } else {
+        return partitions_.get(index);
+      } else {
         return partitionsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1136,8 +1207,8 @@ public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public java.util.List 
-         getPartitionsOrBuilderList() {
+    public java.util.List
+        getPartitionsOrBuilderList() {
       if (partitionsBuilder_ != null) {
         return partitionsBuilder_.getMessageOrBuilderList();
       } else {
@@ -1145,6 +1216,8 @@ public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(
       }
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1168,10 +1241,12 @@ public com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
     public com.google.firestore.v1.Cursor.Builder addPartitionsBuilder() {
-      return getPartitionsFieldBuilder().addBuilder(
-          com.google.firestore.v1.Cursor.getDefaultInstance());
+      return getPartitionsFieldBuilder()
+          .addBuilder(com.google.firestore.v1.Cursor.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1194,12 +1269,13 @@ public com.google.firestore.v1.Cursor.Builder addPartitionsBuilder() {
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public com.google.firestore.v1.Cursor.Builder addPartitionsBuilder(
-        int index) {
-      return getPartitionsFieldBuilder().addBuilder(
-          index, com.google.firestore.v1.Cursor.getDefaultInstance());
+    public com.google.firestore.v1.Cursor.Builder addPartitionsBuilder(int index) {
+      return getPartitionsFieldBuilder()
+          .addBuilder(index, com.google.firestore.v1.Cursor.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * Partition results.
      * Each partition is a split point that can be used by RunQuery as a starting
@@ -1222,20 +1298,22 @@ public com.google.firestore.v1.Cursor.Builder addPartitionsBuilder(
      *
      * repeated .google.firestore.v1.Cursor partitions = 1;
      */
-    public java.util.List 
-         getPartitionsBuilderList() {
+    public java.util.List getPartitionsBuilderList() {
       return getPartitionsFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder> 
+            com.google.firestore.v1.Cursor,
+            com.google.firestore.v1.Cursor.Builder,
+            com.google.firestore.v1.CursorOrBuilder>
         getPartitionsFieldBuilder() {
       if (partitionsBuilder_ == null) {
-        partitionsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder>(
-                partitions_,
-                ((bitField0_ & 0x00000001) != 0),
-                getParentForChildren(),
-                isClean());
+        partitionsBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.firestore.v1.Cursor,
+                com.google.firestore.v1.Cursor.Builder,
+                com.google.firestore.v1.CursorOrBuilder>(
+                partitions_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
         partitions_ = null;
       }
       return partitionsBuilder_;
@@ -1243,6 +1321,8 @@ public com.google.firestore.v1.Cursor.Builder addPartitionsBuilder(
 
     private java.lang.Object nextPageToken_ = "";
     /**
+     *
+     *
      * 
      * A page token that may be used to request an additional set of results, up
      * to the number specified by `partition_count` in the PartitionQuery request.
@@ -1250,13 +1330,13 @@ public com.google.firestore.v1.Cursor.Builder addPartitionsBuilder(
      * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; @@ -1265,6 +1345,8 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * A page token that may be used to request an additional set of results, up
      * to the number specified by `partition_count` in the PartitionQuery request.
@@ -1272,15 +1354,14 @@ public java.lang.String getNextPageToken() {
      * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ - public com.google.protobuf.ByteString - getNextPageTokenBytes() { + public com.google.protobuf.ByteString getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -1288,6 +1369,8 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * A page token that may be used to request an additional set of results, up
      * to the number specified by `partition_count` in the PartitionQuery request.
@@ -1295,18 +1378,22 @@ public java.lang.String getNextPageToken() {
      * 
* * string next_page_token = 2; + * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNextPageToken(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * A page token that may be used to request an additional set of results, up
      * to the number specified by `partition_count` in the PartitionQuery request.
@@ -1314,6 +1401,7 @@ public Builder setNextPageToken(
      * 
* * string next_page_token = 2; + * * @return This builder for chaining. */ public Builder clearNextPageToken() { @@ -1323,6 +1411,8 @@ public Builder clearNextPageToken() { return this; } /** + * + * *
      * A page token that may be used to request an additional set of results, up
      * to the number specified by `partition_count` in the PartitionQuery request.
@@ -1330,21 +1420,23 @@ public Builder clearNextPageToken() {
      * 
* * string next_page_token = 2; + * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1354,12 +1446,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.PartitionQueryResponse) } // @@protoc_insertion_point(class_scope:google.firestore.v1.PartitionQueryResponse) private static final com.google.firestore.v1.PartitionQueryResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.PartitionQueryResponse(); } @@ -1368,27 +1460,27 @@ public static com.google.firestore.v1.PartitionQueryResponse getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public PartitionQueryResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public PartitionQueryResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1403,6 +1495,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.PartitionQueryResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponseOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponseOrBuilder.java similarity index 86% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponseOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponseOrBuilder.java index 05f7e654c..7c18b646c 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponseOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PartitionQueryResponseOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface PartitionQueryResponseOrBuilder extends +public interface PartitionQueryResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.PartitionQueryResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -31,9 +49,10 @@ public interface PartitionQueryResponseOrBuilder extends
    *
    * repeated .google.firestore.v1.Cursor partitions = 1;
    */
-  java.util.List 
-      getPartitionsList();
+  java.util.List getPartitionsList();
   /**
+   *
+   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -58,6 +77,8 @@ public interface PartitionQueryResponseOrBuilder extends
    */
   com.google.firestore.v1.Cursor getPartitions(int index);
   /**
+   *
+   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -82,6 +103,8 @@ public interface PartitionQueryResponseOrBuilder extends
    */
   int getPartitionsCount();
   /**
+   *
+   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -104,9 +127,10 @@ public interface PartitionQueryResponseOrBuilder extends
    *
    * repeated .google.firestore.v1.Cursor partitions = 1;
    */
-  java.util.List 
-      getPartitionsOrBuilderList();
+  java.util.List getPartitionsOrBuilderList();
   /**
+   *
+   *
    * 
    * Partition results.
    * Each partition is a split point that can be used by RunQuery as a starting
@@ -129,10 +153,11 @@ public interface PartitionQueryResponseOrBuilder extends
    *
    * repeated .google.firestore.v1.Cursor partitions = 1;
    */
-  com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(
-      int index);
+  com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(int index);
 
   /**
+   *
+   *
    * 
    * A page token that may be used to request an additional set of results, up
    * to the number specified by `partition_count` in the PartitionQuery request.
@@ -140,10 +165,13 @@ com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** + * + * *
    * A page token that may be used to request an additional set of results, up
    * to the number specified by `partition_count` in the PartitionQuery request.
@@ -151,8 +179,8 @@ com.google.firestore.v1.CursorOrBuilder getPartitionsOrBuilder(
    * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString - getNextPageTokenBytes(); + com.google.protobuf.ByteString getNextPageTokenBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummary.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummary.java similarity index 74% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummary.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummary.java index 421b4b95e..0c7bf4202 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummary.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummary.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/query_profile.proto @@ -5,49 +20,56 @@ package com.google.firestore.v1; /** + * + * *
  * Planning phase information for the query.
  * 
* * Protobuf type {@code google.firestore.v1.PlanSummary} */ -public final class PlanSummary extends - com.google.protobuf.GeneratedMessageV3 implements +public final class PlanSummary extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.PlanSummary) PlanSummaryOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use PlanSummary.newBuilder() to construct. private PlanSummary(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private PlanSummary() { indexesUsed_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new PlanSummary(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_PlanSummary_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_PlanSummary_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_PlanSummary_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_PlanSummary_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.PlanSummary.class, com.google.firestore.v1.PlanSummary.Builder.class); + com.google.firestore.v1.PlanSummary.class, + com.google.firestore.v1.PlanSummary.Builder.class); } public static final int INDEXES_USED_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private java.util.List indexesUsed_; /** + * + * *
    * The indexes selected for the query. For example:
    *  [
@@ -63,6 +85,8 @@ public java.util.List getIndexesUsedList() {
     return indexesUsed_;
   }
   /**
+   *
+   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -74,11 +98,13 @@ public java.util.List getIndexesUsedList() {
    * repeated .google.protobuf.Struct indexes_used = 1;
    */
   @java.lang.Override
-  public java.util.List 
+  public java.util.List
       getIndexesUsedOrBuilderList() {
     return indexesUsed_;
   }
   /**
+   *
+   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -94,6 +120,8 @@ public int getIndexesUsedCount() {
     return indexesUsed_.size();
   }
   /**
+   *
+   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -109,6 +137,8 @@ public com.google.protobuf.Struct getIndexesUsed(int index) {
     return indexesUsed_.get(index);
   }
   /**
+   *
+   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -120,12 +150,12 @@ public com.google.protobuf.Struct getIndexesUsed(int index) {
    * repeated .google.protobuf.Struct indexes_used = 1;
    */
   @java.lang.Override
-  public com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(
-      int index) {
+  public com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(int index) {
     return indexesUsed_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -137,8 +167,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     for (int i = 0; i < indexesUsed_.size(); i++) {
       output.writeMessage(1, indexesUsed_.get(i));
     }
@@ -152,8 +181,7 @@ public int getSerializedSize() {
 
     size = 0;
     for (int i = 0; i < indexesUsed_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, indexesUsed_.get(i));
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, indexesUsed_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -163,15 +191,14 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.PlanSummary)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.PlanSummary other = (com.google.firestore.v1.PlanSummary) obj;
 
-    if (!getIndexesUsedList()
-        .equals(other.getIndexesUsedList())) return false;
+    if (!getIndexesUsedList().equals(other.getIndexesUsedList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -192,132 +219,135 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.PlanSummary parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.PlanSummary parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.PlanSummary parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.v1.PlanSummary parseFrom(
-      com.google.protobuf.ByteString data)
+
+  public static com.google.firestore.v1.PlanSummary parseFrom(com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.PlanSummary parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.PlanSummary parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.PlanSummary parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.PlanSummary parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.PlanSummary parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.PlanSummary parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.PlanSummary parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.PlanSummary parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.PlanSummary parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.PlanSummary prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Planning phase information for the query.
    * 
* * Protobuf type {@code google.firestore.v1.PlanSummary} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.PlanSummary) com.google.firestore.v1.PlanSummaryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_PlanSummary_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_PlanSummary_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_PlanSummary_fieldAccessorTable + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_PlanSummary_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.PlanSummary.class, com.google.firestore.v1.PlanSummary.Builder.class); + com.google.firestore.v1.PlanSummary.class, + com.google.firestore.v1.PlanSummary.Builder.class); } // Construct using com.google.firestore.v1.PlanSummary.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -333,9 +363,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProfileProto.internal_static_google_firestore_v1_PlanSummary_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProfileProto + .internal_static_google_firestore_v1_PlanSummary_descriptor; } @java.lang.Override @@ -356,7 +386,9 @@ public com.google.firestore.v1.PlanSummary build() { public com.google.firestore.v1.PlanSummary buildPartial() { com.google.firestore.v1.PlanSummary result = new com.google.firestore.v1.PlanSummary(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -381,38 +413,39 @@ private void buildPartial0(com.google.firestore.v1.PlanSummary result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.PlanSummary) { - return mergeFrom((com.google.firestore.v1.PlanSummary)other); + return mergeFrom((com.google.firestore.v1.PlanSummary) other); } else { super.mergeFrom(other); return this; @@ -439,9 +472,10 @@ public Builder mergeFrom(com.google.firestore.v1.PlanSummary other) { indexesUsedBuilder_ = null; indexesUsed_ = other.indexesUsed_; bitField0_ = (bitField0_ & ~0x00000001); - indexesUsedBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getIndexesUsedFieldBuilder() : null; + indexesUsedBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getIndexesUsedFieldBuilder() + : null; } else { indexesUsedBuilder_.addAllMessages(other.indexesUsed_); } @@ -473,25 +507,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - com.google.protobuf.Struct m = - input.readMessage( - com.google.protobuf.Struct.parser(), - extensionRegistry); - if (indexesUsedBuilder_ == null) { - ensureIndexesUsedIsMutable(); - indexesUsed_.add(m); - } else { - indexesUsedBuilder_.addMessage(m); - } - break; - } // case 10 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + com.google.protobuf.Struct m = + input.readMessage(com.google.protobuf.Struct.parser(), extensionRegistry); + if (indexesUsedBuilder_ == null) { + ensureIndexesUsedIsMutable(); + indexesUsed_.add(m); + } else { + indexesUsedBuilder_.addMessage(m); + } + break; + } // case 10 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -501,21 +535,28 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.util.List indexesUsed_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureIndexesUsedIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { indexesUsed_ = new java.util.ArrayList(indexesUsed_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> indexesUsedBuilder_; + com.google.protobuf.Struct, + com.google.protobuf.Struct.Builder, + com.google.protobuf.StructOrBuilder> + indexesUsedBuilder_; /** + * + * *
      * The indexes selected for the query. For example:
      *  [
@@ -534,6 +575,8 @@ public java.util.List getIndexesUsedList() {
       }
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -552,6 +595,8 @@ public int getIndexesUsedCount() {
       }
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -570,6 +615,8 @@ public com.google.protobuf.Struct getIndexesUsed(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -580,8 +627,7 @@ public com.google.protobuf.Struct getIndexesUsed(int index) {
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public Builder setIndexesUsed(
-        int index, com.google.protobuf.Struct value) {
+    public Builder setIndexesUsed(int index, com.google.protobuf.Struct value) {
       if (indexesUsedBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -595,6 +641,8 @@ public Builder setIndexesUsed(
       return this;
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -605,8 +653,7 @@ public Builder setIndexesUsed(
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public Builder setIndexesUsed(
-        int index, com.google.protobuf.Struct.Builder builderForValue) {
+    public Builder setIndexesUsed(int index, com.google.protobuf.Struct.Builder builderForValue) {
       if (indexesUsedBuilder_ == null) {
         ensureIndexesUsedIsMutable();
         indexesUsed_.set(index, builderForValue.build());
@@ -617,6 +664,8 @@ public Builder setIndexesUsed(
       return this;
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -641,6 +690,8 @@ public Builder addIndexesUsed(com.google.protobuf.Struct value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -651,8 +702,7 @@ public Builder addIndexesUsed(com.google.protobuf.Struct value) {
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public Builder addIndexesUsed(
-        int index, com.google.protobuf.Struct value) {
+    public Builder addIndexesUsed(int index, com.google.protobuf.Struct value) {
       if (indexesUsedBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -666,6 +716,8 @@ public Builder addIndexesUsed(
       return this;
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -676,8 +728,7 @@ public Builder addIndexesUsed(
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public Builder addIndexesUsed(
-        com.google.protobuf.Struct.Builder builderForValue) {
+    public Builder addIndexesUsed(com.google.protobuf.Struct.Builder builderForValue) {
       if (indexesUsedBuilder_ == null) {
         ensureIndexesUsedIsMutable();
         indexesUsed_.add(builderForValue.build());
@@ -688,6 +739,8 @@ public Builder addIndexesUsed(
       return this;
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -698,8 +751,7 @@ public Builder addIndexesUsed(
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public Builder addIndexesUsed(
-        int index, com.google.protobuf.Struct.Builder builderForValue) {
+    public Builder addIndexesUsed(int index, com.google.protobuf.Struct.Builder builderForValue) {
       if (indexesUsedBuilder_ == null) {
         ensureIndexesUsedIsMutable();
         indexesUsed_.add(index, builderForValue.build());
@@ -710,6 +762,8 @@ public Builder addIndexesUsed(
       return this;
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -724,8 +778,7 @@ public Builder addAllIndexesUsed(
         java.lang.Iterable values) {
       if (indexesUsedBuilder_ == null) {
         ensureIndexesUsedIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, indexesUsed_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, indexesUsed_);
         onChanged();
       } else {
         indexesUsedBuilder_.addAllMessages(values);
@@ -733,6 +786,8 @@ public Builder addAllIndexesUsed(
       return this;
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -754,6 +809,8 @@ public Builder clearIndexesUsed() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -775,6 +832,8 @@ public Builder removeIndexesUsed(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -785,11 +844,12 @@ public Builder removeIndexesUsed(int index) {
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public com.google.protobuf.Struct.Builder getIndexesUsedBuilder(
-        int index) {
+    public com.google.protobuf.Struct.Builder getIndexesUsedBuilder(int index) {
       return getIndexesUsedFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -800,14 +860,16 @@ public com.google.protobuf.Struct.Builder getIndexesUsedBuilder(
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(
-        int index) {
+    public com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(int index) {
       if (indexesUsedBuilder_ == null) {
-        return indexesUsed_.get(index);  } else {
+        return indexesUsed_.get(index);
+      } else {
         return indexesUsedBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -818,8 +880,8 @@ public com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public java.util.List 
-         getIndexesUsedOrBuilderList() {
+    public java.util.List
+        getIndexesUsedOrBuilderList() {
       if (indexesUsedBuilder_ != null) {
         return indexesUsedBuilder_.getMessageOrBuilderList();
       } else {
@@ -827,6 +889,8 @@ public com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(
       }
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -838,10 +902,12 @@ public com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
     public com.google.protobuf.Struct.Builder addIndexesUsedBuilder() {
-      return getIndexesUsedFieldBuilder().addBuilder(
-          com.google.protobuf.Struct.getDefaultInstance());
+      return getIndexesUsedFieldBuilder()
+          .addBuilder(com.google.protobuf.Struct.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -852,12 +918,13 @@ public com.google.protobuf.Struct.Builder addIndexesUsedBuilder() {
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public com.google.protobuf.Struct.Builder addIndexesUsedBuilder(
-        int index) {
-      return getIndexesUsedFieldBuilder().addBuilder(
-          index, com.google.protobuf.Struct.getDefaultInstance());
+    public com.google.protobuf.Struct.Builder addIndexesUsedBuilder(int index) {
+      return getIndexesUsedFieldBuilder()
+          .addBuilder(index, com.google.protobuf.Struct.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The indexes selected for the query. For example:
      *  [
@@ -868,27 +935,29 @@ public com.google.protobuf.Struct.Builder addIndexesUsedBuilder(
      *
      * repeated .google.protobuf.Struct indexes_used = 1;
      */
-    public java.util.List 
-         getIndexesUsedBuilderList() {
+    public java.util.List getIndexesUsedBuilderList() {
       return getIndexesUsedFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> 
+            com.google.protobuf.Struct,
+            com.google.protobuf.Struct.Builder,
+            com.google.protobuf.StructOrBuilder>
         getIndexesUsedFieldBuilder() {
       if (indexesUsedBuilder_ == null) {
-        indexesUsedBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder>(
-                indexesUsed_,
-                ((bitField0_ & 0x00000001) != 0),
-                getParentForChildren(),
-                isClean());
+        indexesUsedBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.protobuf.Struct,
+                com.google.protobuf.Struct.Builder,
+                com.google.protobuf.StructOrBuilder>(
+                indexesUsed_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
         indexesUsed_ = null;
       }
       return indexesUsedBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -898,12 +967,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.PlanSummary)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.PlanSummary)
   private static final com.google.firestore.v1.PlanSummary DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.PlanSummary();
   }
@@ -912,27 +981,27 @@ public static com.google.firestore.v1.PlanSummary getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public PlanSummary parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public PlanSummary parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -947,6 +1016,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.PlanSummary getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummaryOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummaryOrBuilder.java
similarity index 71%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummaryOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummaryOrBuilder.java
index a377ec8ef..9bdf339a9 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummaryOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PlanSummaryOrBuilder.java
@@ -1,14 +1,32 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/query_profile.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface PlanSummaryOrBuilder extends
+public interface PlanSummaryOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.PlanSummary)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -19,9 +37,10 @@ public interface PlanSummaryOrBuilder extends
    *
    * repeated .google.protobuf.Struct indexes_used = 1;
    */
-  java.util.List 
-      getIndexesUsedList();
+  java.util.List getIndexesUsedList();
   /**
+   *
+   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -34,6 +53,8 @@ public interface PlanSummaryOrBuilder extends
    */
   com.google.protobuf.Struct getIndexesUsed(int index);
   /**
+   *
+   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -46,6 +67,8 @@ public interface PlanSummaryOrBuilder extends
    */
   int getIndexesUsedCount();
   /**
+   *
+   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -56,9 +79,10 @@ public interface PlanSummaryOrBuilder extends
    *
    * repeated .google.protobuf.Struct indexes_used = 1;
    */
-  java.util.List 
-      getIndexesUsedOrBuilderList();
+  java.util.List getIndexesUsedOrBuilderList();
   /**
+   *
+   *
    * 
    * The indexes selected for the query. For example:
    *  [
@@ -69,6 +93,5 @@ public interface PlanSummaryOrBuilder extends
    *
    * repeated .google.protobuf.Struct indexes_used = 1;
    */
-  com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(
-      int index);
+  com.google.protobuf.StructOrBuilder getIndexesUsedOrBuilder(int index);
 }
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Precondition.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Precondition.java
similarity index 69%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Precondition.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Precondition.java
index b0f8e80e4..bb966f20f 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Precondition.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Precondition.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/common.proto
 
@@ -5,54 +20,61 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * A precondition on a document, used for conditional operations.
  * 
* * Protobuf type {@code google.firestore.v1.Precondition} */ -public final class Precondition extends - com.google.protobuf.GeneratedMessageV3 implements +public final class Precondition extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.Precondition) PreconditionOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Precondition.newBuilder() to construct. private Precondition(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Precondition() { - } + + private Precondition() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Precondition(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_Precondition_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_Precondition_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_Precondition_fieldAccessorTable + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_Precondition_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.Precondition.class, com.google.firestore.v1.Precondition.Builder.class); + com.google.firestore.v1.Precondition.class, + com.google.firestore.v1.Precondition.Builder.class); } private int conditionTypeCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object conditionType_; + public enum ConditionTypeCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { EXISTS(1), UPDATE_TIME(2), CONDITIONTYPE_NOT_SET(0); private final int value; + private ConditionTypeCase(int value) { this.value = value; } @@ -68,31 +90,37 @@ public static ConditionTypeCase valueOf(int value) { public static ConditionTypeCase forNumber(int value) { switch (value) { - case 1: return EXISTS; - case 2: return UPDATE_TIME; - case 0: return CONDITIONTYPE_NOT_SET; - default: return null; + case 1: + return EXISTS; + case 2: + return UPDATE_TIME; + case 0: + return CONDITIONTYPE_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public ConditionTypeCase - getConditionTypeCase() { - return ConditionTypeCase.forNumber( - conditionTypeCase_); + public ConditionTypeCase getConditionTypeCase() { + return ConditionTypeCase.forNumber(conditionTypeCase_); } public static final int EXISTS_FIELD_NUMBER = 1; /** + * + * *
    * When set to `true`, the target document must exist.
    * When set to `false`, the target document must not exist.
    * 
* * bool exists = 1; + * * @return Whether the exists field is set. */ @java.lang.Override @@ -100,12 +128,15 @@ public boolean hasExists() { return conditionTypeCase_ == 1; } /** + * + * *
    * When set to `true`, the target document must exist.
    * When set to `false`, the target document must not exist.
    * 
* * bool exists = 1; + * * @return The exists. */ @java.lang.Override @@ -118,12 +149,15 @@ public boolean getExists() { public static final int UPDATE_TIME_FIELD_NUMBER = 2; /** + * + * *
    * When set, the target document must exist and have been last updated at
    * that time. Timestamp must be microsecond aligned.
    * 
* * .google.protobuf.Timestamp update_time = 2; + * * @return Whether the updateTime field is set. */ @java.lang.Override @@ -131,22 +165,27 @@ public boolean hasUpdateTime() { return conditionTypeCase_ == 2; } /** + * + * *
    * When set, the target document must exist and have been last updated at
    * that time. Timestamp must be microsecond aligned.
    * 
* * .google.protobuf.Timestamp update_time = 2; + * * @return The updateTime. */ @java.lang.Override public com.google.protobuf.Timestamp getUpdateTime() { if (conditionTypeCase_ == 2) { - return (com.google.protobuf.Timestamp) conditionType_; + return (com.google.protobuf.Timestamp) conditionType_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** + * + * *
    * When set, the target document must exist and have been last updated at
    * that time. Timestamp must be microsecond aligned.
@@ -157,12 +196,13 @@ public com.google.protobuf.Timestamp getUpdateTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
     if (conditionTypeCase_ == 2) {
-       return (com.google.protobuf.Timestamp) conditionType_;
+      return (com.google.protobuf.Timestamp) conditionType_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -174,11 +214,9 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (conditionTypeCase_ == 1) {
-      output.writeBool(
-          1, (boolean)((java.lang.Boolean) conditionType_));
+      output.writeBool(1, (boolean) ((java.lang.Boolean) conditionType_));
     }
     if (conditionTypeCase_ == 2) {
       output.writeMessage(2, (com.google.protobuf.Timestamp) conditionType_);
@@ -193,13 +231,14 @@ public int getSerializedSize() {
 
     size = 0;
     if (conditionTypeCase_ == 1) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBoolSize(
-            1, (boolean)((java.lang.Boolean) conditionType_));
+      size +=
+          com.google.protobuf.CodedOutputStream.computeBoolSize(
+              1, (boolean) ((java.lang.Boolean) conditionType_));
     }
     if (conditionTypeCase_ == 2) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, (com.google.protobuf.Timestamp) conditionType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              2, (com.google.protobuf.Timestamp) conditionType_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -209,7 +248,7 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.Precondition)) {
       return super.equals(obj);
@@ -219,12 +258,10 @@ public boolean equals(final java.lang.Object obj) {
     if (!getConditionTypeCase().equals(other.getConditionTypeCase())) return false;
     switch (conditionTypeCase_) {
       case 1:
-        if (getExists()
-            != other.getExists()) return false;
+        if (getExists() != other.getExists()) return false;
         break;
       case 2:
-        if (!getUpdateTime()
-            .equals(other.getUpdateTime())) return false;
+        if (!getUpdateTime().equals(other.getUpdateTime())) return false;
         break;
       case 0:
       default:
@@ -243,8 +280,7 @@ public int hashCode() {
     switch (conditionTypeCase_) {
       case 1:
         hash = (37 * hash) + EXISTS_FIELD_NUMBER;
-        hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
-            getExists());
+        hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getExists());
         break;
       case 2:
         hash = (37 * hash) + UPDATE_TIME_FIELD_NUMBER;
@@ -258,132 +294,135 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.Precondition parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.Precondition parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.Precondition parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.v1.Precondition parseFrom(
-      com.google.protobuf.ByteString data)
+
+  public static com.google.firestore.v1.Precondition parseFrom(com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.Precondition parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.Precondition parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.Precondition parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.Precondition parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.Precondition parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.Precondition parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.Precondition parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.Precondition parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.Precondition parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.Precondition prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * A precondition on a document, used for conditional operations.
    * 
* * Protobuf type {@code google.firestore.v1.Precondition} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.Precondition) com.google.firestore.v1.PreconditionOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_Precondition_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_Precondition_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_Precondition_fieldAccessorTable + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_Precondition_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.Precondition.class, com.google.firestore.v1.Precondition.Builder.class); + com.google.firestore.v1.Precondition.class, + com.google.firestore.v1.Precondition.Builder.class); } // Construct using com.google.firestore.v1.Precondition.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -397,9 +436,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_Precondition_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_Precondition_descriptor; } @java.lang.Override @@ -419,7 +458,9 @@ public com.google.firestore.v1.Precondition build() { @java.lang.Override public com.google.firestore.v1.Precondition buildPartial() { com.google.firestore.v1.Precondition result = new com.google.firestore.v1.Precondition(this); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; @@ -432,8 +473,7 @@ private void buildPartial0(com.google.firestore.v1.Precondition result) { private void buildPartialOneofs(com.google.firestore.v1.Precondition result) { result.conditionTypeCase_ = conditionTypeCase_; result.conditionType_ = this.conditionType_; - if (conditionTypeCase_ == 2 && - updateTimeBuilder_ != null) { + if (conditionTypeCase_ == 2 && updateTimeBuilder_ != null) { result.conditionType_ = updateTimeBuilder_.build(); } } @@ -442,38 +482,39 @@ private void buildPartialOneofs(com.google.firestore.v1.Precondition result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.Precondition) { - return mergeFrom((com.google.firestore.v1.Precondition)other); + return mergeFrom((com.google.firestore.v1.Precondition) other); } else { super.mergeFrom(other); return this; @@ -483,17 +524,20 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.firestore.v1.Precondition other) { if (other == com.google.firestore.v1.Precondition.getDefaultInstance()) return this; switch (other.getConditionTypeCase()) { - case EXISTS: { - setExists(other.getExists()); - break; - } - case UPDATE_TIME: { - mergeUpdateTime(other.getUpdateTime()); - break; - } - case CONDITIONTYPE_NOT_SET: { - break; - } + case EXISTS: + { + setExists(other.getExists()); + break; + } + case UPDATE_TIME: + { + mergeUpdateTime(other.getUpdateTime()); + break; + } + case CONDITIONTYPE_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -521,24 +565,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - conditionType_ = input.readBool(); - conditionTypeCase_ = 1; - break; - } // case 8 - case 18: { - input.readMessage( - getUpdateTimeFieldBuilder().getBuilder(), - extensionRegistry); - conditionTypeCase_ = 2; - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + conditionType_ = input.readBool(); + conditionTypeCase_ = 1; + break; + } // case 8 + case 18: + { + input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry); + conditionTypeCase_ = 2; + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -548,12 +593,12 @@ public Builder mergeFrom( } // finally return this; } + private int conditionTypeCase_ = 0; private java.lang.Object conditionType_; - public ConditionTypeCase - getConditionTypeCase() { - return ConditionTypeCase.forNumber( - conditionTypeCase_); + + public ConditionTypeCase getConditionTypeCase() { + return ConditionTypeCase.forNumber(conditionTypeCase_); } public Builder clearConditionType() { @@ -566,24 +611,30 @@ public Builder clearConditionType() { private int bitField0_; /** + * + * *
      * When set to `true`, the target document must exist.
      * When set to `false`, the target document must not exist.
      * 
* * bool exists = 1; + * * @return Whether the exists field is set. */ public boolean hasExists() { return conditionTypeCase_ == 1; } /** + * + * *
      * When set to `true`, the target document must exist.
      * When set to `false`, the target document must not exist.
      * 
* * bool exists = 1; + * * @return The exists. */ public boolean getExists() { @@ -593,12 +644,15 @@ public boolean getExists() { return false; } /** + * + * *
      * When set to `true`, the target document must exist.
      * When set to `false`, the target document must not exist.
      * 
* * bool exists = 1; + * * @param value The exists to set. * @return This builder for chaining. */ @@ -610,12 +664,15 @@ public Builder setExists(boolean value) { return this; } /** + * + * *
      * When set to `true`, the target document must exist.
      * When set to `false`, the target document must not exist.
      * 
* * bool exists = 1; + * * @return This builder for chaining. */ public Builder clearExists() { @@ -628,14 +685,20 @@ public Builder clearExists() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + updateTimeBuilder_; /** + * + * *
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
      * 
* * .google.protobuf.Timestamp update_time = 2; + * * @return Whether the updateTime field is set. */ @java.lang.Override @@ -643,12 +706,15 @@ public boolean hasUpdateTime() { return conditionTypeCase_ == 2; } /** + * + * *
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
      * 
* * .google.protobuf.Timestamp update_time = 2; + * * @return The updateTime. */ @java.lang.Override @@ -666,6 +732,8 @@ public com.google.protobuf.Timestamp getUpdateTime() { } } /** + * + * *
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
@@ -687,6 +755,8 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
@@ -694,8 +764,7 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp update_time = 2;
      */
-    public Builder setUpdateTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (updateTimeBuilder_ == null) {
         conditionType_ = builderForValue.build();
         onChanged();
@@ -706,6 +775,8 @@ public Builder setUpdateTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
@@ -715,10 +786,13 @@ public Builder setUpdateTime(
      */
     public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
       if (updateTimeBuilder_ == null) {
-        if (conditionTypeCase_ == 2 &&
-            conditionType_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          conditionType_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) conditionType_)
-              .mergeFrom(value).buildPartial();
+        if (conditionTypeCase_ == 2
+            && conditionType_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          conditionType_ =
+              com.google.protobuf.Timestamp.newBuilder(
+                      (com.google.protobuf.Timestamp) conditionType_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           conditionType_ = value;
         }
@@ -734,6 +808,8 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
@@ -758,6 +834,8 @@ public Builder clearUpdateTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
@@ -769,6 +847,8 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() {
       return getUpdateTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
@@ -788,6 +868,8 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
       }
     }
     /**
+     *
+     *
      * 
      * When set, the target document must exist and have been last updated at
      * that time. Timestamp must be microsecond aligned.
@@ -796,26 +878,29 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
      * .google.protobuf.Timestamp update_time = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getUpdateTimeFieldBuilder() {
       if (updateTimeBuilder_ == null) {
         if (!(conditionTypeCase_ == 2)) {
           conditionType_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        updateTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                (com.google.protobuf.Timestamp) conditionType_,
-                getParentForChildren(),
-                isClean());
+        updateTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                (com.google.protobuf.Timestamp) conditionType_, getParentForChildren(), isClean());
         conditionType_ = null;
       }
       conditionTypeCase_ = 2;
       onChanged();
       return updateTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -825,12 +910,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.Precondition)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.Precondition)
   private static final com.google.firestore.v1.Precondition DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.Precondition();
   }
@@ -839,27 +924,27 @@ public static com.google.firestore.v1.Precondition getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public Precondition parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public Precondition parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -874,6 +959,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.Precondition getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PreconditionOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PreconditionOrBuilder.java
similarity index 71%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PreconditionOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PreconditionOrBuilder.java
index 28a0327a4..cd2016c33 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PreconditionOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/PreconditionOrBuilder.java
@@ -1,55 +1,85 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/common.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface PreconditionOrBuilder extends
+public interface PreconditionOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.Precondition)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * When set to `true`, the target document must exist.
    * When set to `false`, the target document must not exist.
    * 
* * bool exists = 1; + * * @return Whether the exists field is set. */ boolean hasExists(); /** + * + * *
    * When set to `true`, the target document must exist.
    * When set to `false`, the target document must not exist.
    * 
* * bool exists = 1; + * * @return The exists. */ boolean getExists(); /** + * + * *
    * When set, the target document must exist and have been last updated at
    * that time. Timestamp must be microsecond aligned.
    * 
* * .google.protobuf.Timestamp update_time = 2; + * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** + * + * *
    * When set, the target document must exist and have been last updated at
    * that time. Timestamp must be microsecond aligned.
    * 
* * .google.protobuf.Timestamp update_time = 2; + * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** + * + * *
    * When set, the target document must exist and have been last updated at
    * that time. Timestamp must be microsecond aligned.
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProfileProto.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProfileProto.java
new file mode 100644
index 000000000..a58b1aa00
--- /dev/null
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProfileProto.java
@@ -0,0 +1,128 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/v1/query_profile.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.v1;
+
+public final class QueryProfileProto {
+  private QueryProfileProto() {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_ExplainOptions_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_ExplainOptions_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_ExplainMetrics_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_ExplainMetrics_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_PlanSummary_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_PlanSummary_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_ExecutionStats_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_ExecutionStats_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+    return descriptor;
+  }
+
+  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
+
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\'google/firestore/v1/query_profile.prot"
+          + "o\022\023google.firestore.v1\032\037google/api/field"
+          + "_behavior.proto\032\036google/protobuf/duratio"
+          + "n.proto\032\034google/protobuf/struct.proto\"&\n"
+          + "\016ExplainOptions\022\024\n\007analyze\030\001 \001(\010B\003\340A\001\"\206\001"
+          + "\n\016ExplainMetrics\0226\n\014plan_summary\030\001 \001(\0132 "
+          + ".google.firestore.v1.PlanSummary\022<\n\017exec"
+          + "ution_stats\030\002 \001(\0132#.google.firestore.v1."
+          + "ExecutionStats\"<\n\013PlanSummary\022-\n\014indexes"
+          + "_used\030\001 \003(\0132\027.google.protobuf.Struct\"\250\001\n"
+          + "\016ExecutionStats\022\030\n\020results_returned\030\001 \001("
+          + "\003\0225\n\022execution_duration\030\003 \001(\0132\031.google.p"
+          + "rotobuf.Duration\022\027\n\017read_operations\030\004 \001("
+          + "\003\022,\n\013debug_stats\030\005 \001(\0132\027.google.protobuf"
+          + ".StructB\311\001\n\027com.google.firestore.v1B\021Que"
+          + "ryProfileProtoP\001Z;cloud.google.com/go/fi"
+          + "restore/apiv1/firestorepb;firestorepb\242\002\004"
+          + "GCFS\252\002\031Google.Cloud.Firestore.V1\312\002\031Googl"
+          + "e\\Cloud\\Firestore\\V1\352\002\034Google::Cloud::Fi"
+          + "restore::V1b\006proto3"
+    };
+    descriptor =
+        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
+            descriptorData,
+            new com.google.protobuf.Descriptors.FileDescriptor[] {
+              com.google.api.FieldBehaviorProto.getDescriptor(),
+              com.google.protobuf.DurationProto.getDescriptor(),
+              com.google.protobuf.StructProto.getDescriptor(),
+            });
+    internal_static_google_firestore_v1_ExplainOptions_descriptor =
+        getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_v1_ExplainOptions_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_ExplainOptions_descriptor,
+            new java.lang.String[] {
+              "Analyze",
+            });
+    internal_static_google_firestore_v1_ExplainMetrics_descriptor =
+        getDescriptor().getMessageTypes().get(1);
+    internal_static_google_firestore_v1_ExplainMetrics_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_ExplainMetrics_descriptor,
+            new java.lang.String[] {
+              "PlanSummary", "ExecutionStats",
+            });
+    internal_static_google_firestore_v1_PlanSummary_descriptor =
+        getDescriptor().getMessageTypes().get(2);
+    internal_static_google_firestore_v1_PlanSummary_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_PlanSummary_descriptor,
+            new java.lang.String[] {
+              "IndexesUsed",
+            });
+    internal_static_google_firestore_v1_ExecutionStats_descriptor =
+        getDescriptor().getMessageTypes().get(3);
+    internal_static_google_firestore_v1_ExecutionStats_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_ExecutionStats_descriptor,
+            new java.lang.String[] {
+              "ResultsReturned", "ExecutionDuration", "ReadOperations", "DebugStats",
+            });
+    com.google.protobuf.ExtensionRegistry registry =
+        com.google.protobuf.ExtensionRegistry.newInstance();
+    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
+    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
+        descriptor, registry);
+    com.google.api.FieldBehaviorProto.getDescriptor();
+    com.google.protobuf.DurationProto.getDescriptor();
+    com.google.protobuf.StructProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProto.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProto.java
new file mode 100644
index 000000000..0f56848cd
--- /dev/null
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/QueryProto.java
@@ -0,0 +1,358 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/v1/query.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.v1;
+
+public final class QueryProto {
+  private QueryProto() {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredQuery_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_Filter_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_FieldFilter_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredQuery_Order_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_Order_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_FieldReference_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_Projection_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredQuery_FindNearest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredAggregationQuery_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_Cursor_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_Cursor_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+    return descriptor;
+  }
+
+  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
+
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\037google/firestore/v1/query.proto\022\023googl"
+          + "e.firestore.v1\032\037google/api/field_behavio"
+          + "r.proto\032\"google/firestore/v1/document.pr"
+          + "oto\032\036google/protobuf/wrappers.proto\"\225\023\n\017"
+          + "StructuredQuery\022?\n\006select\030\001 \001(\0132/.google"
+          + ".firestore.v1.StructuredQuery.Projection"
+          + "\022E\n\004from\030\002 \003(\01327.google.firestore.v1.Str"
+          + "ucturedQuery.CollectionSelector\022:\n\005where"
+          + "\030\003 \001(\0132+.google.firestore.v1.StructuredQ"
+          + "uery.Filter\022<\n\010order_by\030\004 \003(\0132*.google.f"
+          + "irestore.v1.StructuredQuery.Order\022-\n\010sta"
+          + "rt_at\030\007 \001(\0132\033.google.firestore.v1.Cursor"
+          + "\022+\n\006end_at\030\010 \001(\0132\033.google.firestore.v1.C"
+          + "ursor\022\016\n\006offset\030\006 \001(\005\022*\n\005limit\030\005 \001(\0132\033.g"
+          + "oogle.protobuf.Int32Value\022K\n\014find_neares"
+          + "t\030\t \001(\01320.google.firestore.v1.Structured"
+          + "Query.FindNearestB\003\340A\001\032D\n\022CollectionSele"
+          + "ctor\022\025\n\rcollection_id\030\002 \001(\t\022\027\n\017all_desce"
+          + "ndants\030\003 \001(\010\032\375\001\n\006Filter\022P\n\020composite_fil"
+          + "ter\030\001 \001(\01324.google.firestore.v1.Structur"
+          + "edQuery.CompositeFilterH\000\022H\n\014field_filte"
+          + "r\030\002 \001(\01320.google.firestore.v1.Structured"
+          + "Query.FieldFilterH\000\022H\n\014unary_filter\030\003 \001("
+          + "\01320.google.firestore.v1.StructuredQuery."
+          + "UnaryFilterH\000B\r\n\013filter_type\032\321\001\n\017Composi"
+          + "teFilter\022I\n\002op\030\001 \001(\0162=.google.firestore."
+          + "v1.StructuredQuery.CompositeFilter.Opera"
+          + "tor\022<\n\007filters\030\002 \003(\0132+.google.firestore."
+          + "v1.StructuredQuery.Filter\"5\n\010Operator\022\030\n"
+          + "\024OPERATOR_UNSPECIFIED\020\000\022\007\n\003AND\020\001\022\006\n\002OR\020\002"
+          + "\032\230\003\n\013FieldFilter\022B\n\005field\030\001 \001(\01323.google"
+          + ".firestore.v1.StructuredQuery.FieldRefer"
+          + "ence\022E\n\002op\030\002 \001(\01629.google.firestore.v1.S"
+          + "tructuredQuery.FieldFilter.Operator\022)\n\005v"
+          + "alue\030\003 \001(\0132\032.google.firestore.v1.Value\"\322"
+          + "\001\n\010Operator\022\030\n\024OPERATOR_UNSPECIFIED\020\000\022\r\n"
+          + "\tLESS_THAN\020\001\022\026\n\022LESS_THAN_OR_EQUAL\020\002\022\020\n\014"
+          + "GREATER_THAN\020\003\022\031\n\025GREATER_THAN_OR_EQUAL\020"
+          + "\004\022\t\n\005EQUAL\020\005\022\r\n\tNOT_EQUAL\020\006\022\022\n\016ARRAY_CON"
+          + "TAINS\020\007\022\006\n\002IN\020\010\022\026\n\022ARRAY_CONTAINS_ANY\020\t\022"
+          + "\n\n\006NOT_IN\020\n\032\212\002\n\013UnaryFilter\022E\n\002op\030\001 \001(\0162"
+          + "9.google.firestore.v1.StructuredQuery.Un"
+          + "aryFilter.Operator\022D\n\005field\030\002 \001(\01323.goog"
+          + "le.firestore.v1.StructuredQuery.FieldRef"
+          + "erenceH\000\"^\n\010Operator\022\030\n\024OPERATOR_UNSPECI"
+          + "FIED\020\000\022\n\n\006IS_NAN\020\002\022\013\n\007IS_NULL\020\003\022\016\n\nIS_NO"
+          + "T_NAN\020\004\022\017\n\013IS_NOT_NULL\020\005B\016\n\014operand_type"
+          + "\032\216\001\n\005Order\022B\n\005field\030\001 \001(\01323.google.fires"
+          + "tore.v1.StructuredQuery.FieldReference\022A"
+          + "\n\tdirection\030\002 \001(\0162..google.firestore.v1."
+          + "StructuredQuery.Direction\032$\n\016FieldRefere"
+          + "nce\022\022\n\nfield_path\030\002 \001(\t\032Q\n\nProjection\022C\n"
+          + "\006fields\030\002 \003(\01323.google.firestore.v1.Stru"
+          + "cturedQuery.FieldReference\032\207\003\n\013FindNeare"
+          + "st\022N\n\014vector_field\030\001 \001(\01323.google.firest"
+          + "ore.v1.StructuredQuery.FieldReferenceB\003\340"
+          + "A\002\0225\n\014query_vector\030\002 \001(\0132\032.google.firest"
+          + "ore.v1.ValueB\003\340A\002\022_\n\020distance_measure\030\003 "
+          + "\001(\0162@.google.firestore.v1.StructuredQuer"
+          + "y.FindNearest.DistanceMeasureB\003\340A\002\022/\n\005li"
+          + "mit\030\004 \001(\0132\033.google.protobuf.Int32ValueB\003"
+          + "\340A\002\"_\n\017DistanceMeasure\022 \n\034DISTANCE_MEASU"
+          + "RE_UNSPECIFIED\020\000\022\r\n\tEUCLIDEAN\020\001\022\n\n\006COSIN"
+          + "E\020\002\022\017\n\013DOT_PRODUCT\020\003\"E\n\tDirection\022\031\n\025DIR"
+          + "ECTION_UNSPECIFIED\020\000\022\r\n\tASCENDING\020\001\022\016\n\nD"
+          + "ESCENDING\020\002\"\270\005\n\032StructuredAggregationQue"
+          + "ry\022@\n\020structured_query\030\001 \001(\0132$.google.fi"
+          + "restore.v1.StructuredQueryH\000\022V\n\014aggregat"
+          + "ions\030\003 \003(\0132;.google.firestore.v1.Structu"
+          + "redAggregationQuery.AggregationB\003\340A\001\032\361\003\n"
+          + "\013Aggregation\022R\n\005count\030\001 \001(\0132A.google.fir"
+          + "estore.v1.StructuredAggregationQuery.Agg"
+          + "regation.CountH\000\022N\n\003sum\030\002 \001(\0132?.google.f"
+          + "irestore.v1.StructuredAggregationQuery.A"
+          + "ggregation.SumH\000\022N\n\003avg\030\003 \001(\0132?.google.f"
+          + "irestore.v1.StructuredAggregationQuery.A"
+          + "ggregation.AvgH\000\022\022\n\005alias\030\007 \001(\tB\003\340A\001\0328\n\005"
+          + "Count\022/\n\005up_to\030\001 \001(\0132\033.google.protobuf.I"
+          + "nt64ValueB\003\340A\001\032I\n\003Sum\022B\n\005field\030\001 \001(\01323.g"
+          + "oogle.firestore.v1.StructuredQuery.Field"
+          + "Reference\032I\n\003Avg\022B\n\005field\030\001 \001(\01323.google"
+          + ".firestore.v1.StructuredQuery.FieldRefer"
+          + "enceB\n\n\010operatorB\014\n\nquery_type\"D\n\006Cursor"
+          + "\022*\n\006values\030\001 \003(\0132\032.google.firestore.v1.V"
+          + "alue\022\016\n\006before\030\002 \001(\010B\302\001\n\027com.google.fire"
+          + "store.v1B\nQueryProtoP\001Z;cloud.google.com"
+          + "/go/firestore/apiv1/firestorepb;firestor"
+          + "epb\242\002\004GCFS\252\002\031Google.Cloud.Firestore.V1\312\002"
+          + "\031Google\\Cloud\\Firestore\\V1\352\002\034Google::Clo"
+          + "ud::Firestore::V1b\006proto3"
+    };
+    descriptor =
+        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
+            descriptorData,
+            new com.google.protobuf.Descriptors.FileDescriptor[] {
+              com.google.api.FieldBehaviorProto.getDescriptor(),
+              com.google.firestore.v1.DocumentProto.getDescriptor(),
+              com.google.protobuf.WrappersProto.getDescriptor(),
+            });
+    internal_static_google_firestore_v1_StructuredQuery_descriptor =
+        getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_v1_StructuredQuery_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredQuery_descriptor,
+            new java.lang.String[] {
+              "Select",
+              "From",
+              "Where",
+              "OrderBy",
+              "StartAt",
+              "EndAt",
+              "Offset",
+              "Limit",
+              "FindNearest",
+            });
+    internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor =
+        internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor,
+            new java.lang.String[] {
+              "CollectionId", "AllDescendants",
+            });
+    internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor =
+        internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(1);
+    internal_static_google_firestore_v1_StructuredQuery_Filter_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor,
+            new java.lang.String[] {
+              "CompositeFilter", "FieldFilter", "UnaryFilter", "FilterType",
+            });
+    internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor =
+        internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(2);
+    internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor,
+            new java.lang.String[] {
+              "Op", "Filters",
+            });
+    internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor =
+        internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(3);
+    internal_static_google_firestore_v1_StructuredQuery_FieldFilter_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor,
+            new java.lang.String[] {
+              "Field", "Op", "Value",
+            });
+    internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor =
+        internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(4);
+    internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor,
+            new java.lang.String[] {
+              "Op", "Field", "OperandType",
+            });
+    internal_static_google_firestore_v1_StructuredQuery_Order_descriptor =
+        internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(5);
+    internal_static_google_firestore_v1_StructuredQuery_Order_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredQuery_Order_descriptor,
+            new java.lang.String[] {
+              "Field", "Direction",
+            });
+    internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor =
+        internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(6);
+    internal_static_google_firestore_v1_StructuredQuery_FieldReference_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor,
+            new java.lang.String[] {
+              "FieldPath",
+            });
+    internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor =
+        internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(7);
+    internal_static_google_firestore_v1_StructuredQuery_Projection_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor,
+            new java.lang.String[] {
+              "Fields",
+            });
+    internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor =
+        internal_static_google_firestore_v1_StructuredQuery_descriptor.getNestedTypes().get(8);
+    internal_static_google_firestore_v1_StructuredQuery_FindNearest_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor,
+            new java.lang.String[] {
+              "VectorField", "QueryVector", "DistanceMeasure", "Limit",
+            });
+    internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor =
+        getDescriptor().getMessageTypes().get(1);
+    internal_static_google_firestore_v1_StructuredAggregationQuery_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor,
+            new java.lang.String[] {
+              "StructuredQuery", "Aggregations", "QueryType",
+            });
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor =
+        internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor
+            .getNestedTypes()
+            .get(0);
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor,
+            new java.lang.String[] {
+              "Count", "Sum", "Avg", "Alias", "Operator",
+            });
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor =
+        internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor
+            .getNestedTypes()
+            .get(0);
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor,
+            new java.lang.String[] {
+              "UpTo",
+            });
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor =
+        internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor
+            .getNestedTypes()
+            .get(1);
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor,
+            new java.lang.String[] {
+              "Field",
+            });
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor =
+        internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor
+            .getNestedTypes()
+            .get(2);
+    internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor,
+            new java.lang.String[] {
+              "Field",
+            });
+    internal_static_google_firestore_v1_Cursor_descriptor =
+        getDescriptor().getMessageTypes().get(2);
+    internal_static_google_firestore_v1_Cursor_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_Cursor_descriptor,
+            new java.lang.String[] {
+              "Values", "Before",
+            });
+    com.google.protobuf.ExtensionRegistry registry =
+        com.google.protobuf.ExtensionRegistry.newInstance();
+    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
+    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
+        descriptor, registry);
+    com.google.api.FieldBehaviorProto.getDescriptor();
+    com.google.firestore.v1.DocumentProto.getDescriptor();
+    com.google.protobuf.WrappersProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequest.java
similarity index 69%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequest.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequest.java
index 415dcd939..5e3a57f86 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequest.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequest.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -5,21 +20,24 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * The request for [Firestore.Rollback][google.firestore.v1.Firestore.Rollback].
  * 
* * Protobuf type {@code google.firestore.v1.RollbackRequest} */ -public final class RollbackRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class RollbackRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.RollbackRequest) RollbackRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use RollbackRequest.newBuilder() to construct. private RollbackRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private RollbackRequest() { database_ = ""; transaction_ = com.google.protobuf.ByteString.EMPTY; @@ -27,34 +45,39 @@ private RollbackRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new RollbackRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RollbackRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_RollbackRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RollbackRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_RollbackRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.RollbackRequest.class, com.google.firestore.v1.RollbackRequest.Builder.class); + com.google.firestore.v1.RollbackRequest.class, + com.google.firestore.v1.RollbackRequest.Builder.class); } public static final int DATABASE_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ @java.lang.Override @@ -63,30 +86,30 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -97,11 +120,14 @@ public java.lang.String getDatabase() { public static final int TRANSACTION_FIELD_NUMBER = 2; private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY; /** + * + * *
    * Required. The transaction to roll back.
    * 
* * bytes transaction = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The transaction. */ @java.lang.Override @@ -110,6 +136,7 @@ public com.google.protobuf.ByteString getTransaction() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -121,8 +148,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, database_); } @@ -142,8 +168,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, database_); } if (!transaction_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize(2, transaction_); + size += com.google.protobuf.CodedOutputStream.computeBytesSize(2, transaction_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -153,17 +178,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.RollbackRequest)) { return super.equals(obj); } com.google.firestore.v1.RollbackRequest other = (com.google.firestore.v1.RollbackRequest) obj; - if (!getDatabase() - .equals(other.getDatabase())) return false; - if (!getTransaction() - .equals(other.getTransaction())) return false; + if (!getDatabase().equals(other.getDatabase())) return false; + if (!getTransaction().equals(other.getTransaction())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -184,132 +207,136 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.RollbackRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.RollbackRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.RollbackRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.RollbackRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.RollbackRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.RollbackRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.RollbackRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.RollbackRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.RollbackRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.RollbackRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.RollbackRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.RollbackRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.RollbackRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.RollbackRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.RollbackRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for [Firestore.Rollback][google.firestore.v1.Firestore.Rollback].
    * 
* * Protobuf type {@code google.firestore.v1.RollbackRequest} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.RollbackRequest) com.google.firestore.v1.RollbackRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RollbackRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_RollbackRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RollbackRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_RollbackRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.RollbackRequest.class, com.google.firestore.v1.RollbackRequest.Builder.class); + com.google.firestore.v1.RollbackRequest.class, + com.google.firestore.v1.RollbackRequest.Builder.class); } // Construct using com.google.firestore.v1.RollbackRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -320,9 +347,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RollbackRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_RollbackRequest_descriptor; } @java.lang.Override @@ -341,8 +368,11 @@ public com.google.firestore.v1.RollbackRequest build() { @java.lang.Override public com.google.firestore.v1.RollbackRequest buildPartial() { - com.google.firestore.v1.RollbackRequest result = new com.google.firestore.v1.RollbackRequest(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.RollbackRequest result = + new com.google.firestore.v1.RollbackRequest(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -361,38 +391,39 @@ private void buildPartial0(com.google.firestore.v1.RollbackRequest result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.RollbackRequest) { - return mergeFrom((com.google.firestore.v1.RollbackRequest)other); + return mergeFrom((com.google.firestore.v1.RollbackRequest) other); } else { super.mergeFrom(other); return this; @@ -435,22 +466,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - database_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: { - transaction_ = input.readBytes(); - bitField0_ |= 0x00000002; - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + database_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: + { + transaction_ = input.readBytes(); + bitField0_ |= 0x00000002; + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -460,23 +494,26 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object database_ = ""; /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -485,21 +522,22 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -507,30 +545,37 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabase(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } database_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -540,18 +585,22 @@ public Builder clearDatabase() { return this; } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000001; @@ -561,11 +610,14 @@ public Builder setDatabaseBytes( private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY; /** + * + * *
      * Required. The transaction to roll back.
      * 
* * bytes transaction = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The transaction. */ @java.lang.Override @@ -573,27 +625,35 @@ public com.google.protobuf.ByteString getTransaction() { return transaction_; } /** + * + * *
      * Required. The transaction to roll back.
      * 
* * bytes transaction = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } transaction_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * Required. The transaction to roll back.
      * 
* * bytes transaction = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -602,9 +662,9 @@ public Builder clearTransaction() { onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -614,12 +674,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.RollbackRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.RollbackRequest) private static final com.google.firestore.v1.RollbackRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.RollbackRequest(); } @@ -628,27 +688,27 @@ public static com.google.firestore.v1.RollbackRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RollbackRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RollbackRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -663,6 +723,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.RollbackRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequestOrBuilder.java similarity index 59% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequestOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequestOrBuilder.java index fe315c5e6..421909e35 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequestOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RollbackRequestOrBuilder.java @@ -1,41 +1,65 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface RollbackRequestOrBuilder extends +public interface RollbackRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.RollbackRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ java.lang.String getDatabase(); /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ - com.google.protobuf.ByteString - getDatabaseBytes(); + com.google.protobuf.ByteString getDatabaseBytes(); /** + * + * *
    * Required. The transaction to roll back.
    * 
* * bytes transaction = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequest.java similarity index 72% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequest.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequest.java index 461b113bd..d9972a8c6 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequest.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,6 +20,8 @@ package com.google.firestore.v1; /** + * + * *
  * The request for
  * [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
@@ -12,49 +29,55 @@
  *
  * Protobuf type {@code google.firestore.v1.RunAggregationQueryRequest}
  */
-public final class RunAggregationQueryRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RunAggregationQueryRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.RunAggregationQueryRequest)
     RunAggregationQueryRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RunAggregationQueryRequest.newBuilder() to construct.
   private RunAggregationQueryRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private RunAggregationQueryRequest() {
     parent_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RunAggregationQueryRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_RunAggregationQueryRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.RunAggregationQueryRequest.class, com.google.firestore.v1.RunAggregationQueryRequest.Builder.class);
+            com.google.firestore.v1.RunAggregationQueryRequest.class,
+            com.google.firestore.v1.RunAggregationQueryRequest.Builder.class);
   }
 
   private int bitField0_;
   private int queryTypeCase_ = 0;
+
   @SuppressWarnings("serial")
   private java.lang.Object queryType_;
+
   public enum QueryTypeCase
-      implements com.google.protobuf.Internal.EnumLite,
+      implements
+          com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     STRUCTURED_AGGREGATION_QUERY(2),
     QUERYTYPE_NOT_SET(0);
     private final int value;
+
     private QueryTypeCase(int value) {
       this.value = value;
     }
@@ -70,33 +93,39 @@ public static QueryTypeCase valueOf(int value) {
 
     public static QueryTypeCase forNumber(int value) {
       switch (value) {
-        case 2: return STRUCTURED_AGGREGATION_QUERY;
-        case 0: return QUERYTYPE_NOT_SET;
-        default: return null;
+        case 2:
+          return STRUCTURED_AGGREGATION_QUERY;
+        case 0:
+          return QUERYTYPE_NOT_SET;
+        default:
+          return null;
       }
     }
+
     public int getNumber() {
       return this.value;
     }
   };
 
-  public QueryTypeCase
-  getQueryTypeCase() {
-    return QueryTypeCase.forNumber(
-        queryTypeCase_);
+  public QueryTypeCase getQueryTypeCase() {
+    return QueryTypeCase.forNumber(queryTypeCase_);
   }
 
   private int consistencySelectorCase_ = 0;
+
   @SuppressWarnings("serial")
   private java.lang.Object consistencySelector_;
+
   public enum ConsistencySelectorCase
-      implements com.google.protobuf.Internal.EnumLite,
+      implements
+          com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     TRANSACTION(4),
     NEW_TRANSACTION(5),
     READ_TIME(6),
     CONSISTENCYSELECTOR_NOT_SET(0);
     private final int value;
+
     private ConsistencySelectorCase(int value) {
       this.value = value;
     }
@@ -112,28 +141,35 @@ public static ConsistencySelectorCase valueOf(int value) {
 
     public static ConsistencySelectorCase forNumber(int value) {
       switch (value) {
-        case 4: return TRANSACTION;
-        case 5: return NEW_TRANSACTION;
-        case 6: return READ_TIME;
-        case 0: return CONSISTENCYSELECTOR_NOT_SET;
-        default: return null;
+        case 4:
+          return TRANSACTION;
+        case 5:
+          return NEW_TRANSACTION;
+        case 6:
+          return READ_TIME;
+        case 0:
+          return CONSISTENCYSELECTOR_NOT_SET;
+        default:
+          return null;
       }
     }
+
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ConsistencySelectorCase
-  getConsistencySelectorCase() {
-    return ConsistencySelectorCase.forNumber(
-        consistencySelectorCase_);
+  public ConsistencySelectorCase getConsistencySelectorCase() {
+    return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
   }
 
   public static final int PARENT_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object parent_ = "";
   /**
+   *
+   *
    * 
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -144,6 +180,7 @@ public int getNumber() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ @java.lang.Override @@ -152,14 +189,15 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -170,16 +208,15 @@ public java.lang.String getParent() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -189,11 +226,14 @@ public java.lang.String getParent() { public static final int STRUCTURED_AGGREGATION_QUERY_FIELD_NUMBER = 2; /** + * + * *
    * An aggregation query.
    * 
* * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * * @return Whether the structuredAggregationQuery field is set. */ @java.lang.Override @@ -201,21 +241,26 @@ public boolean hasStructuredAggregationQuery() { return queryTypeCase_ == 2; } /** + * + * *
    * An aggregation query.
    * 
* * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * * @return The structuredAggregationQuery. */ @java.lang.Override public com.google.firestore.v1.StructuredAggregationQuery getStructuredAggregationQuery() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredAggregationQuery) queryType_; + return (com.google.firestore.v1.StructuredAggregationQuery) queryType_; } return com.google.firestore.v1.StructuredAggregationQuery.getDefaultInstance(); } /** + * + * *
    * An aggregation query.
    * 
@@ -223,15 +268,18 @@ public com.google.firestore.v1.StructuredAggregationQuery getStructuredAggregati * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQueryOrBuilder getStructuredAggregationQueryOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQueryOrBuilder + getStructuredAggregationQueryOrBuilder() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredAggregationQuery) queryType_; + return (com.google.firestore.v1.StructuredAggregationQuery) queryType_; } return com.google.firestore.v1.StructuredAggregationQuery.getDefaultInstance(); } public static final int TRANSACTION_FIELD_NUMBER = 4; /** + * + * *
    * Run the aggregation within an already active transaction.
    *
@@ -239,6 +287,7 @@ public com.google.firestore.v1.StructuredAggregationQueryOrBuilder getStructured
    * 
* * bytes transaction = 4; + * * @return Whether the transaction field is set. */ @java.lang.Override @@ -246,6 +295,8 @@ public boolean hasTransaction() { return consistencySelectorCase_ == 4; } /** + * + * *
    * Run the aggregation within an already active transaction.
    *
@@ -253,6 +304,7 @@ public boolean hasTransaction() {
    * 
* * bytes transaction = 4; + * * @return The transaction. */ @java.lang.Override @@ -265,6 +317,8 @@ public com.google.protobuf.ByteString getTransaction() { public static final int NEW_TRANSACTION_FIELD_NUMBER = 5; /** + * + * *
    * Starts a new transaction as part of the query, defaulting to read-only.
    *
@@ -273,6 +327,7 @@ public com.google.protobuf.ByteString getTransaction() {
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; + * * @return Whether the newTransaction field is set. */ @java.lang.Override @@ -280,6 +335,8 @@ public boolean hasNewTransaction() { return consistencySelectorCase_ == 5; } /** + * + * *
    * Starts a new transaction as part of the query, defaulting to read-only.
    *
@@ -288,16 +345,19 @@ public boolean hasNewTransaction() {
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; + * * @return The newTransaction. */ @java.lang.Override public com.google.firestore.v1.TransactionOptions getNewTransaction() { if (consistencySelectorCase_ == 5) { - return (com.google.firestore.v1.TransactionOptions) consistencySelector_; + return (com.google.firestore.v1.TransactionOptions) consistencySelector_; } return com.google.firestore.v1.TransactionOptions.getDefaultInstance(); } /** + * + * *
    * Starts a new transaction as part of the query, defaulting to read-only.
    *
@@ -310,13 +370,15 @@ public com.google.firestore.v1.TransactionOptions getNewTransaction() {
   @java.lang.Override
   public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBuilder() {
     if (consistencySelectorCase_ == 5) {
-       return (com.google.firestore.v1.TransactionOptions) consistencySelector_;
+      return (com.google.firestore.v1.TransactionOptions) consistencySelector_;
     }
     return com.google.firestore.v1.TransactionOptions.getDefaultInstance();
   }
 
   public static final int READ_TIME_FIELD_NUMBER = 6;
   /**
+   *
+   *
    * 
    * Executes the query at the given timestamp.
    *
@@ -326,6 +388,7 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
    * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -333,6 +396,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 6; } /** + * + * *
    * Executes the query at the given timestamp.
    *
@@ -342,16 +407,19 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 6) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** + * + * *
    * Executes the query at the given timestamp.
    *
@@ -365,7 +433,7 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (consistencySelectorCase_ == 6) {
-       return (com.google.protobuf.Timestamp) consistencySelector_;
+      return (com.google.protobuf.Timestamp) consistencySelector_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
@@ -373,12 +441,17 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   public static final int EXPLAIN_OPTIONS_FIELD_NUMBER = 8;
   private com.google.firestore.v1.ExplainOptions explainOptions_;
   /**
+   *
+   *
    * 
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the explainOptions field is set. */ @java.lang.Override @@ -386,32 +459,46 @@ public boolean hasExplainOptions() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The explainOptions. */ @java.lang.Override public com.google.firestore.v1.ExplainOptions getExplainOptions() { - return explainOptions_ == null ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; + return explainOptions_ == null + ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() + : explainOptions_; } /** + * + * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * */ @java.lang.Override public com.google.firestore.v1.ExplainOptionsOrBuilder getExplainOptionsOrBuilder() { - return explainOptions_ == null ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; + return explainOptions_ == null + ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() + : explainOptions_; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -423,8 +510,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -432,8 +518,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) output.writeMessage(2, (com.google.firestore.v1.StructuredAggregationQuery) queryType_); } if (consistencySelectorCase_ == 4) { - output.writeBytes( - 4, (com.google.protobuf.ByteString) consistencySelector_); + output.writeBytes(4, (com.google.protobuf.ByteString) consistencySelector_); } if (consistencySelectorCase_ == 5) { output.writeMessage(5, (com.google.firestore.v1.TransactionOptions) consistencySelector_); @@ -457,25 +542,27 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (queryTypeCase_ == 2) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, (com.google.firestore.v1.StructuredAggregationQuery) queryType_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 2, (com.google.firestore.v1.StructuredAggregationQuery) queryType_); } if (consistencySelectorCase_ == 4) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize( - 4, (com.google.protobuf.ByteString) consistencySelector_); + size += + com.google.protobuf.CodedOutputStream.computeBytesSize( + 4, (com.google.protobuf.ByteString) consistencySelector_); } if (consistencySelectorCase_ == 5) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(5, (com.google.firestore.v1.TransactionOptions) consistencySelector_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 5, (com.google.firestore.v1.TransactionOptions) consistencySelector_); } if (consistencySelectorCase_ == 6) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(6, (com.google.protobuf.Timestamp) consistencySelector_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 6, (com.google.protobuf.Timestamp) consistencySelector_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(8, getExplainOptions()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, getExplainOptions()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -485,25 +572,24 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.RunAggregationQueryRequest)) { return super.equals(obj); } - com.google.firestore.v1.RunAggregationQueryRequest other = (com.google.firestore.v1.RunAggregationQueryRequest) obj; + com.google.firestore.v1.RunAggregationQueryRequest other = + (com.google.firestore.v1.RunAggregationQueryRequest) obj; - if (!getParent() - .equals(other.getParent())) return false; + if (!getParent().equals(other.getParent())) return false; if (hasExplainOptions() != other.hasExplainOptions()) return false; if (hasExplainOptions()) { - if (!getExplainOptions() - .equals(other.getExplainOptions())) return false; + if (!getExplainOptions().equals(other.getExplainOptions())) return false; } if (!getQueryTypeCase().equals(other.getQueryTypeCase())) return false; switch (queryTypeCase_) { case 2: - if (!getStructuredAggregationQuery() - .equals(other.getStructuredAggregationQuery())) return false; + if (!getStructuredAggregationQuery().equals(other.getStructuredAggregationQuery())) + return false; break; case 0: default: @@ -511,16 +597,13 @@ public boolean equals(final java.lang.Object obj) { if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false; switch (consistencySelectorCase_) { case 4: - if (!getTransaction() - .equals(other.getTransaction())) return false; + if (!getTransaction().equals(other.getTransaction())) return false; break; case 5: - if (!getNewTransaction() - .equals(other.getNewTransaction())) return false; + if (!getNewTransaction().equals(other.getNewTransaction())) return false; break; case 6: - if (!getReadTime() - .equals(other.getReadTime())) return false; + if (!getReadTime().equals(other.getReadTime())) return false; break; case 0: default: @@ -572,98 +655,103 @@ public int hashCode() { } public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.RunAggregationQueryRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.RunAggregationQueryRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.RunAggregationQueryRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.RunAggregationQueryRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.RunAggregationQueryRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for
    * [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
@@ -671,21 +759,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.RunAggregationQueryRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.RunAggregationQueryRequest)
       com.google.firestore.v1.RunAggregationQueryRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_RunAggregationQueryRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.RunAggregationQueryRequest.class, com.google.firestore.v1.RunAggregationQueryRequest.Builder.class);
+              com.google.firestore.v1.RunAggregationQueryRequest.class,
+              com.google.firestore.v1.RunAggregationQueryRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.RunAggregationQueryRequest.newBuilder()
@@ -693,17 +783,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getExplainOptionsFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -731,9 +821,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_RunAggregationQueryRequest_descriptor;
     }
 
     @java.lang.Override
@@ -752,8 +842,11 @@ public com.google.firestore.v1.RunAggregationQueryRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.RunAggregationQueryRequest buildPartial() {
-      com.google.firestore.v1.RunAggregationQueryRequest result = new com.google.firestore.v1.RunAggregationQueryRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.RunAggregationQueryRequest result =
+          new com.google.firestore.v1.RunAggregationQueryRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -766,9 +859,8 @@ private void buildPartial0(com.google.firestore.v1.RunAggregationQueryRequest re
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.explainOptions_ = explainOptionsBuilder_ == null
-            ? explainOptions_
-            : explainOptionsBuilder_.build();
+        result.explainOptions_ =
+            explainOptionsBuilder_ == null ? explainOptions_ : explainOptionsBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       result.bitField0_ |= to_bitField0_;
@@ -777,18 +869,15 @@ private void buildPartial0(com.google.firestore.v1.RunAggregationQueryRequest re
     private void buildPartialOneofs(com.google.firestore.v1.RunAggregationQueryRequest result) {
       result.queryTypeCase_ = queryTypeCase_;
       result.queryType_ = this.queryType_;
-      if (queryTypeCase_ == 2 &&
-          structuredAggregationQueryBuilder_ != null) {
+      if (queryTypeCase_ == 2 && structuredAggregationQueryBuilder_ != null) {
         result.queryType_ = structuredAggregationQueryBuilder_.build();
       }
       result.consistencySelectorCase_ = consistencySelectorCase_;
       result.consistencySelector_ = this.consistencySelector_;
-      if (consistencySelectorCase_ == 5 &&
-          newTransactionBuilder_ != null) {
+      if (consistencySelectorCase_ == 5 && newTransactionBuilder_ != null) {
         result.consistencySelector_ = newTransactionBuilder_.build();
       }
-      if (consistencySelectorCase_ == 6 &&
-          readTimeBuilder_ != null) {
+      if (consistencySelectorCase_ == 6 && readTimeBuilder_ != null) {
         result.consistencySelector_ = readTimeBuilder_.build();
       }
     }
@@ -797,38 +886,39 @@ private void buildPartialOneofs(com.google.firestore.v1.RunAggregationQueryReque
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.RunAggregationQueryRequest) {
-        return mergeFrom((com.google.firestore.v1.RunAggregationQueryRequest)other);
+        return mergeFrom((com.google.firestore.v1.RunAggregationQueryRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -836,7 +926,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.RunAggregationQueryRequest other) {
-      if (other == com.google.firestore.v1.RunAggregationQueryRequest.getDefaultInstance()) return this;
+      if (other == com.google.firestore.v1.RunAggregationQueryRequest.getDefaultInstance())
+        return this;
       if (!other.getParent().isEmpty()) {
         parent_ = other.parent_;
         bitField0_ |= 0x00000001;
@@ -846,30 +937,36 @@ public Builder mergeFrom(com.google.firestore.v1.RunAggregationQueryRequest othe
         mergeExplainOptions(other.getExplainOptions());
       }
       switch (other.getQueryTypeCase()) {
-        case STRUCTURED_AGGREGATION_QUERY: {
-          mergeStructuredAggregationQuery(other.getStructuredAggregationQuery());
-          break;
-        }
-        case QUERYTYPE_NOT_SET: {
-          break;
-        }
+        case STRUCTURED_AGGREGATION_QUERY:
+          {
+            mergeStructuredAggregationQuery(other.getStructuredAggregationQuery());
+            break;
+          }
+        case QUERYTYPE_NOT_SET:
+          {
+            break;
+          }
       }
       switch (other.getConsistencySelectorCase()) {
-        case TRANSACTION: {
-          setTransaction(other.getTransaction());
-          break;
-        }
-        case NEW_TRANSACTION: {
-          mergeNewTransaction(other.getNewTransaction());
-          break;
-        }
-        case READ_TIME: {
-          mergeReadTime(other.getReadTime());
-          break;
-        }
-        case CONSISTENCYSELECTOR_NOT_SET: {
-          break;
-        }
+        case TRANSACTION:
+          {
+            setTransaction(other.getTransaction());
+            break;
+          }
+        case NEW_TRANSACTION:
+          {
+            mergeNewTransaction(other.getNewTransaction());
+            break;
+          }
+        case READ_TIME:
+          {
+            mergeReadTime(other.getReadTime());
+            break;
+          }
+        case CONSISTENCYSELECTOR_NOT_SET:
+          {
+            break;
+          }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -897,50 +994,50 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              parent_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getStructuredAggregationQueryFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              queryTypeCase_ = 2;
-              break;
-            } // case 18
-            case 34: {
-              consistencySelector_ = input.readBytes();
-              consistencySelectorCase_ = 4;
-              break;
-            } // case 34
-            case 42: {
-              input.readMessage(
-                  getNewTransactionFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              consistencySelectorCase_ = 5;
-              break;
-            } // case 42
-            case 50: {
-              input.readMessage(
-                  getReadTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              consistencySelectorCase_ = 6;
-              break;
-            } // case 50
-            case 66: {
-              input.readMessage(
-                  getExplainOptionsFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000020;
-              break;
-            } // case 66
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                parent_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(
+                    getStructuredAggregationQueryFieldBuilder().getBuilder(), extensionRegistry);
+                queryTypeCase_ = 2;
+                break;
+              } // case 18
+            case 34:
+              {
+                consistencySelector_ = input.readBytes();
+                consistencySelectorCase_ = 4;
+                break;
+              } // case 34
+            case 42:
+              {
+                input.readMessage(getNewTransactionFieldBuilder().getBuilder(), extensionRegistry);
+                consistencySelectorCase_ = 5;
+                break;
+              } // case 42
+            case 50:
+              {
+                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
+                consistencySelectorCase_ = 6;
+                break;
+              } // case 50
+            case 66:
+              {
+                input.readMessage(getExplainOptionsFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000020;
+                break;
+              } // case 66
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -950,12 +1047,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int queryTypeCase_ = 0;
     private java.lang.Object queryType_;
-    public QueryTypeCase
-        getQueryTypeCase() {
-      return QueryTypeCase.forNumber(
-          queryTypeCase_);
+
+    public QueryTypeCase getQueryTypeCase() {
+      return QueryTypeCase.forNumber(queryTypeCase_);
     }
 
     public Builder clearQueryType() {
@@ -967,10 +1064,9 @@ public Builder clearQueryType() {
 
     private int consistencySelectorCase_ = 0;
     private java.lang.Object consistencySelector_;
-    public ConsistencySelectorCase
-        getConsistencySelectorCase() {
-      return ConsistencySelectorCase.forNumber(
-          consistencySelectorCase_);
+
+    public ConsistencySelectorCase getConsistencySelectorCase() {
+      return ConsistencySelectorCase.forNumber(consistencySelectorCase_);
     }
 
     public Builder clearConsistencySelector() {
@@ -984,6 +1080,8 @@ public Builder clearConsistencySelector() {
 
     private java.lang.Object parent_ = "";
     /**
+     *
+     *
      * 
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -994,13 +1092,13 @@ public Builder clearConsistencySelector() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -1009,6 +1107,8 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1019,15 +1119,14 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -1035,6 +1134,8 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1045,18 +1146,22 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1067,6 +1172,7 @@ public Builder setParent(
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearParent() { @@ -1076,6 +1182,8 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1086,12 +1194,14 @@ public Builder clearParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -1100,13 +1210,20 @@ public Builder setParentBytes( } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery, com.google.firestore.v1.StructuredAggregationQuery.Builder, com.google.firestore.v1.StructuredAggregationQueryOrBuilder> structuredAggregationQueryBuilder_; + com.google.firestore.v1.StructuredAggregationQuery, + com.google.firestore.v1.StructuredAggregationQuery.Builder, + com.google.firestore.v1.StructuredAggregationQueryOrBuilder> + structuredAggregationQueryBuilder_; /** + * + * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * + * * @return Whether the structuredAggregationQuery field is set. */ @java.lang.Override @@ -1114,11 +1231,15 @@ public boolean hasStructuredAggregationQuery() { return queryTypeCase_ == 2; } /** + * + * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * + * * @return The structuredAggregationQuery. */ @java.lang.Override @@ -1136,13 +1257,17 @@ public com.google.firestore.v1.StructuredAggregationQuery getStructuredAggregati } } /** + * + * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * */ - public Builder setStructuredAggregationQuery(com.google.firestore.v1.StructuredAggregationQuery value) { + public Builder setStructuredAggregationQuery( + com.google.firestore.v1.StructuredAggregationQuery value) { if (structuredAggregationQueryBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1156,11 +1281,14 @@ public Builder setStructuredAggregationQuery(com.google.firestore.v1.StructuredA return this; } /** + * + * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * */ public Builder setStructuredAggregationQuery( com.google.firestore.v1.StructuredAggregationQuery.Builder builderForValue) { @@ -1174,18 +1302,26 @@ public Builder setStructuredAggregationQuery( return this; } /** + * + * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * */ - public Builder mergeStructuredAggregationQuery(com.google.firestore.v1.StructuredAggregationQuery value) { + public Builder mergeStructuredAggregationQuery( + com.google.firestore.v1.StructuredAggregationQuery value) { if (structuredAggregationQueryBuilder_ == null) { - if (queryTypeCase_ == 2 && - queryType_ != com.google.firestore.v1.StructuredAggregationQuery.getDefaultInstance()) { - queryType_ = com.google.firestore.v1.StructuredAggregationQuery.newBuilder((com.google.firestore.v1.StructuredAggregationQuery) queryType_) - .mergeFrom(value).buildPartial(); + if (queryTypeCase_ == 2 + && queryType_ + != com.google.firestore.v1.StructuredAggregationQuery.getDefaultInstance()) { + queryType_ = + com.google.firestore.v1.StructuredAggregationQuery.newBuilder( + (com.google.firestore.v1.StructuredAggregationQuery) queryType_) + .mergeFrom(value) + .buildPartial(); } else { queryType_ = value; } @@ -1201,11 +1337,14 @@ public Builder mergeStructuredAggregationQuery(com.google.firestore.v1.Structure return this; } /** + * + * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * */ public Builder clearStructuredAggregationQuery() { if (structuredAggregationQueryBuilder_ == null) { @@ -1224,24 +1363,32 @@ public Builder clearStructuredAggregationQuery() { return this; } /** + * + * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * */ - public com.google.firestore.v1.StructuredAggregationQuery.Builder getStructuredAggregationQueryBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Builder + getStructuredAggregationQueryBuilder() { return getStructuredAggregationQueryFieldBuilder().getBuilder(); } /** + * + * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQueryOrBuilder getStructuredAggregationQueryOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQueryOrBuilder + getStructuredAggregationQueryOrBuilder() { if ((queryTypeCase_ == 2) && (structuredAggregationQueryBuilder_ != null)) { return structuredAggregationQueryBuilder_.getMessageOrBuilder(); } else { @@ -1252,21 +1399,29 @@ public com.google.firestore.v1.StructuredAggregationQueryOrBuilder getStructured } } /** + * + * *
      * An aggregation query.
      * 
* - * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery, com.google.firestore.v1.StructuredAggregationQuery.Builder, com.google.firestore.v1.StructuredAggregationQueryOrBuilder> + com.google.firestore.v1.StructuredAggregationQuery, + com.google.firestore.v1.StructuredAggregationQuery.Builder, + com.google.firestore.v1.StructuredAggregationQueryOrBuilder> getStructuredAggregationQueryFieldBuilder() { if (structuredAggregationQueryBuilder_ == null) { if (!(queryTypeCase_ == 2)) { queryType_ = com.google.firestore.v1.StructuredAggregationQuery.getDefaultInstance(); } - structuredAggregationQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery, com.google.firestore.v1.StructuredAggregationQuery.Builder, com.google.firestore.v1.StructuredAggregationQueryOrBuilder>( + structuredAggregationQueryBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredAggregationQuery, + com.google.firestore.v1.StructuredAggregationQuery.Builder, + com.google.firestore.v1.StructuredAggregationQueryOrBuilder>( (com.google.firestore.v1.StructuredAggregationQuery) queryType_, getParentForChildren(), isClean()); @@ -1278,6 +1433,8 @@ public com.google.firestore.v1.StructuredAggregationQueryOrBuilder getStructured } /** + * + * *
      * Run the aggregation within an already active transaction.
      *
@@ -1285,12 +1442,15 @@ public com.google.firestore.v1.StructuredAggregationQueryOrBuilder getStructured
      * 
* * bytes transaction = 4; + * * @return Whether the transaction field is set. */ public boolean hasTransaction() { return consistencySelectorCase_ == 4; } /** + * + * *
      * Run the aggregation within an already active transaction.
      *
@@ -1298,6 +1458,7 @@ public boolean hasTransaction() {
      * 
* * bytes transaction = 4; + * * @return The transaction. */ public com.google.protobuf.ByteString getTransaction() { @@ -1307,6 +1468,8 @@ public com.google.protobuf.ByteString getTransaction() { return com.google.protobuf.ByteString.EMPTY; } /** + * + * *
      * Run the aggregation within an already active transaction.
      *
@@ -1314,17 +1477,22 @@ public com.google.protobuf.ByteString getTransaction() {
      * 
* * bytes transaction = 4; + * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } consistencySelectorCase_ = 4; consistencySelector_ = value; onChanged(); return this; } /** + * + * *
      * Run the aggregation within an already active transaction.
      *
@@ -1332,6 +1500,7 @@ public Builder setTransaction(com.google.protobuf.ByteString value) {
      * 
* * bytes transaction = 4; + * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -1344,8 +1513,13 @@ public Builder clearTransaction() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> newTransactionBuilder_; + com.google.firestore.v1.TransactionOptions, + com.google.firestore.v1.TransactionOptions.Builder, + com.google.firestore.v1.TransactionOptionsOrBuilder> + newTransactionBuilder_; /** + * + * *
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1354,6 +1528,7 @@ public Builder clearTransaction() {
      * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; + * * @return Whether the newTransaction field is set. */ @java.lang.Override @@ -1361,6 +1536,8 @@ public boolean hasNewTransaction() { return consistencySelectorCase_ == 5; } /** + * + * *
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1369,6 +1546,7 @@ public boolean hasNewTransaction() {
      * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; + * * @return The newTransaction. */ @java.lang.Override @@ -1386,6 +1564,8 @@ public com.google.firestore.v1.TransactionOptions getNewTransaction() { } } /** + * + * *
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1409,6 +1589,8 @@ public Builder setNewTransaction(com.google.firestore.v1.TransactionOptions valu
       return this;
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1430,6 +1612,8 @@ public Builder setNewTransaction(
       return this;
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1441,10 +1625,14 @@ public Builder setNewTransaction(
      */
     public Builder mergeNewTransaction(com.google.firestore.v1.TransactionOptions value) {
       if (newTransactionBuilder_ == null) {
-        if (consistencySelectorCase_ == 5 &&
-            consistencySelector_ != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
-          consistencySelector_ = com.google.firestore.v1.TransactionOptions.newBuilder((com.google.firestore.v1.TransactionOptions) consistencySelector_)
-              .mergeFrom(value).buildPartial();
+        if (consistencySelectorCase_ == 5
+            && consistencySelector_
+                != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
+          consistencySelector_ =
+              com.google.firestore.v1.TransactionOptions.newBuilder(
+                      (com.google.firestore.v1.TransactionOptions) consistencySelector_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1460,6 +1648,8 @@ public Builder mergeNewTransaction(com.google.firestore.v1.TransactionOptions va
       return this;
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1486,6 +1676,8 @@ public Builder clearNewTransaction() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1499,6 +1691,8 @@ public com.google.firestore.v1.TransactionOptions.Builder getNewTransactionBuild
       return getNewTransactionFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1520,6 +1714,8 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
       }
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction as part of the query, defaulting to read-only.
      *
@@ -1530,14 +1726,19 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
      * .google.firestore.v1.TransactionOptions new_transaction = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> 
+            com.google.firestore.v1.TransactionOptions,
+            com.google.firestore.v1.TransactionOptions.Builder,
+            com.google.firestore.v1.TransactionOptionsOrBuilder>
         getNewTransactionFieldBuilder() {
       if (newTransactionBuilder_ == null) {
         if (!(consistencySelectorCase_ == 5)) {
           consistencySelector_ = com.google.firestore.v1.TransactionOptions.getDefaultInstance();
         }
-        newTransactionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder>(
+        newTransactionBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.TransactionOptions,
+                com.google.firestore.v1.TransactionOptions.Builder,
+                com.google.firestore.v1.TransactionOptionsOrBuilder>(
                 (com.google.firestore.v1.TransactionOptions) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1549,8 +1750,13 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_;
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
+        readTimeBuilder_;
     /**
+     *
+     *
      * 
      * Executes the query at the given timestamp.
      *
@@ -1560,6 +1766,7 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
      * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -1567,6 +1774,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 6; } /** + * + * *
      * Executes the query at the given timestamp.
      *
@@ -1576,6 +1785,7 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return The readTime. */ @java.lang.Override @@ -1593,6 +1803,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * Executes the query at the given timestamp.
      *
@@ -1617,6 +1829,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Executes the query at the given timestamp.
      *
@@ -1627,8 +1841,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 6;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         consistencySelector_ = builderForValue.build();
         onChanged();
@@ -1639,6 +1852,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * Executes the query at the given timestamp.
      *
@@ -1651,10 +1866,13 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (consistencySelectorCase_ == 6 &&
-            consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
-              .mergeFrom(value).buildPartial();
+        if (consistencySelectorCase_ == 6
+            && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          consistencySelector_ =
+              com.google.protobuf.Timestamp.newBuilder(
+                      (com.google.protobuf.Timestamp) consistencySelector_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1670,6 +1888,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Executes the query at the given timestamp.
      *
@@ -1697,6 +1917,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Executes the query at the given timestamp.
      *
@@ -1711,6 +1933,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Executes the query at the given timestamp.
      *
@@ -1733,6 +1957,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
+     *
+     *
      * 
      * Executes the query at the given timestamp.
      *
@@ -1744,14 +1970,19 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(consistencySelectorCase_ == 6)) {
           consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
                 (com.google.protobuf.Timestamp) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1764,42 +1995,61 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
 
     private com.google.firestore.v1.ExplainOptions explainOptions_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.ExplainOptions, com.google.firestore.v1.ExplainOptions.Builder, com.google.firestore.v1.ExplainOptionsOrBuilder> explainOptionsBuilder_;
+            com.google.firestore.v1.ExplainOptions,
+            com.google.firestore.v1.ExplainOptions.Builder,
+            com.google.firestore.v1.ExplainOptionsOrBuilder>
+        explainOptionsBuilder_;
     /**
+     *
+     *
      * 
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the explainOptions field is set. */ public boolean hasExplainOptions() { return ((bitField0_ & 0x00000020) != 0); } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The explainOptions. */ public com.google.firestore.v1.ExplainOptions getExplainOptions() { if (explainOptionsBuilder_ == null) { - return explainOptions_ == null ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; + return explainOptions_ == null + ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() + : explainOptions_; } else { return explainOptionsBuilder_.getMessage(); } } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder setExplainOptions(com.google.firestore.v1.ExplainOptions value) { if (explainOptionsBuilder_ == null) { @@ -1815,12 +2065,16 @@ public Builder setExplainOptions(com.google.firestore.v1.ExplainOptions value) { return this; } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder setExplainOptions( com.google.firestore.v1.ExplainOptions.Builder builderForValue) { @@ -1834,18 +2088,22 @@ public Builder setExplainOptions( return this; } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder mergeExplainOptions(com.google.firestore.v1.ExplainOptions value) { if (explainOptionsBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) && - explainOptions_ != null && - explainOptions_ != com.google.firestore.v1.ExplainOptions.getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) + && explainOptions_ != null + && explainOptions_ != com.google.firestore.v1.ExplainOptions.getDefaultInstance()) { getExplainOptionsBuilder().mergeFrom(value); } else { explainOptions_ = value; @@ -1860,12 +2118,16 @@ public Builder mergeExplainOptions(com.google.firestore.v1.ExplainOptions value) return this; } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder clearExplainOptions() { bitField0_ = (bitField0_ & ~0x00000020); @@ -1878,12 +2140,16 @@ public Builder clearExplainOptions() { return this; } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.firestore.v1.ExplainOptions.Builder getExplainOptionsBuilder() { bitField0_ |= 0x00000020; @@ -1891,45 +2157,57 @@ public com.google.firestore.v1.ExplainOptions.Builder getExplainOptionsBuilder() return getExplainOptionsFieldBuilder().getBuilder(); } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.firestore.v1.ExplainOptionsOrBuilder getExplainOptionsOrBuilder() { if (explainOptionsBuilder_ != null) { return explainOptionsBuilder_.getMessageOrBuilder(); } else { - return explainOptions_ == null ? - com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; + return explainOptions_ == null + ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() + : explainOptions_; } } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.ExplainOptions, com.google.firestore.v1.ExplainOptions.Builder, com.google.firestore.v1.ExplainOptionsOrBuilder> + com.google.firestore.v1.ExplainOptions, + com.google.firestore.v1.ExplainOptions.Builder, + com.google.firestore.v1.ExplainOptionsOrBuilder> getExplainOptionsFieldBuilder() { if (explainOptionsBuilder_ == null) { - explainOptionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.ExplainOptions, com.google.firestore.v1.ExplainOptions.Builder, com.google.firestore.v1.ExplainOptionsOrBuilder>( - getExplainOptions(), - getParentForChildren(), - isClean()); + explainOptionsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.ExplainOptions, + com.google.firestore.v1.ExplainOptions.Builder, + com.google.firestore.v1.ExplainOptionsOrBuilder>( + getExplainOptions(), getParentForChildren(), isClean()); explainOptions_ = null; } return explainOptionsBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1939,12 +2217,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.RunAggregationQueryRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.RunAggregationQueryRequest) private static final com.google.firestore.v1.RunAggregationQueryRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.RunAggregationQueryRequest(); } @@ -1953,27 +2231,27 @@ public static com.google.firestore.v1.RunAggregationQueryRequest getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RunAggregationQueryRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RunAggregationQueryRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1988,6 +2266,4 @@ public com.google.protobuf.Parser getParserForType() public com.google.firestore.v1.RunAggregationQueryRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequestOrBuilder.java similarity index 80% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequestOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequestOrBuilder.java index 37907bf5b..1d2f59681 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequestOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryRequestOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface RunAggregationQueryRequestOrBuilder extends +public interface RunAggregationQueryRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.RunAggregationQueryRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -19,10 +37,13 @@ public interface RunAggregationQueryRequestOrBuilder extends
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ java.lang.String getParent(); /** + * + * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -33,39 +54,50 @@ public interface RunAggregationQueryRequestOrBuilder extends
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ - com.google.protobuf.ByteString - getParentBytes(); + com.google.protobuf.ByteString getParentBytes(); /** + * + * *
    * An aggregation query.
    * 
* * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * * @return Whether the structuredAggregationQuery field is set. */ boolean hasStructuredAggregationQuery(); /** + * + * *
    * An aggregation query.
    * 
* * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; + * * @return The structuredAggregationQuery. */ com.google.firestore.v1.StructuredAggregationQuery getStructuredAggregationQuery(); /** + * + * *
    * An aggregation query.
    * 
* * .google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2; */ - com.google.firestore.v1.StructuredAggregationQueryOrBuilder getStructuredAggregationQueryOrBuilder(); + com.google.firestore.v1.StructuredAggregationQueryOrBuilder + getStructuredAggregationQueryOrBuilder(); /** + * + * *
    * Run the aggregation within an already active transaction.
    *
@@ -73,10 +105,13 @@ public interface RunAggregationQueryRequestOrBuilder extends
    * 
* * bytes transaction = 4; + * * @return Whether the transaction field is set. */ boolean hasTransaction(); /** + * + * *
    * Run the aggregation within an already active transaction.
    *
@@ -84,11 +119,14 @@ public interface RunAggregationQueryRequestOrBuilder extends
    * 
* * bytes transaction = 4; + * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** + * + * *
    * Starts a new transaction as part of the query, defaulting to read-only.
    *
@@ -97,10 +135,13 @@ public interface RunAggregationQueryRequestOrBuilder extends
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; + * * @return Whether the newTransaction field is set. */ boolean hasNewTransaction(); /** + * + * *
    * Starts a new transaction as part of the query, defaulting to read-only.
    *
@@ -109,10 +150,13 @@ public interface RunAggregationQueryRequestOrBuilder extends
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 5; + * * @return The newTransaction. */ com.google.firestore.v1.TransactionOptions getNewTransaction(); /** + * + * *
    * Starts a new transaction as part of the query, defaulting to read-only.
    *
@@ -125,6 +169,8 @@ public interface RunAggregationQueryRequestOrBuilder extends
   com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBuilder();
 
   /**
+   *
+   *
    * 
    * Executes the query at the given timestamp.
    *
@@ -134,10 +180,13 @@ public interface RunAggregationQueryRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * Executes the query at the given timestamp.
    *
@@ -147,10 +196,13 @@ public interface RunAggregationQueryRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * Executes the query at the given timestamp.
    *
@@ -164,36 +216,51 @@ public interface RunAggregationQueryRequestOrBuilder extends
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
   /**
+   *
+   *
    * 
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the explainOptions field is set. */ boolean hasExplainOptions(); /** + * + * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The explainOptions. */ com.google.firestore.v1.ExplainOptions getExplainOptions(); /** + * + * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 8 [(.google.api.field_behavior) = OPTIONAL]; + * */ com.google.firestore.v1.ExplainOptionsOrBuilder getExplainOptionsOrBuilder(); com.google.firestore.v1.RunAggregationQueryRequest.QueryTypeCase getQueryTypeCase(); - com.google.firestore.v1.RunAggregationQueryRequest.ConsistencySelectorCase getConsistencySelectorCase(); + com.google.firestore.v1.RunAggregationQueryRequest.ConsistencySelectorCase + getConsistencySelectorCase(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponse.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponse.java similarity index 75% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponse.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponse.java index b62bed1be..b4c320bbd 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponse.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,6 +20,8 @@ package com.google.firestore.v1; /** + * + * *
  * The response for
  * [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
@@ -12,43 +29,47 @@
  *
  * Protobuf type {@code google.firestore.v1.RunAggregationQueryResponse}
  */
-public final class RunAggregationQueryResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RunAggregationQueryResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.RunAggregationQueryResponse)
     RunAggregationQueryResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RunAggregationQueryResponse.newBuilder() to construct.
   private RunAggregationQueryResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private RunAggregationQueryResponse() {
     transaction_ = com.google.protobuf.ByteString.EMPTY;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RunAggregationQueryResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_RunAggregationQueryResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.RunAggregationQueryResponse.class, com.google.firestore.v1.RunAggregationQueryResponse.Builder.class);
+            com.google.firestore.v1.RunAggregationQueryResponse.class,
+            com.google.firestore.v1.RunAggregationQueryResponse.Builder.class);
   }
 
   private int bitField0_;
   public static final int RESULT_FIELD_NUMBER = 1;
   private com.google.firestore.v1.AggregationResult result_;
   /**
+   *
+   *
    * 
    * A single aggregation result.
    *
@@ -56,6 +77,7 @@ protected java.lang.Object newInstance(
    * 
* * .google.firestore.v1.AggregationResult result = 1; + * * @return Whether the result field is set. */ @java.lang.Override @@ -63,6 +85,8 @@ public boolean hasResult() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * A single aggregation result.
    *
@@ -70,13 +94,18 @@ public boolean hasResult() {
    * 
* * .google.firestore.v1.AggregationResult result = 1; + * * @return The result. */ @java.lang.Override public com.google.firestore.v1.AggregationResult getResult() { - return result_ == null ? com.google.firestore.v1.AggregationResult.getDefaultInstance() : result_; + return result_ == null + ? com.google.firestore.v1.AggregationResult.getDefaultInstance() + : result_; } /** + * + * *
    * A single aggregation result.
    *
@@ -87,12 +116,16 @@ public com.google.firestore.v1.AggregationResult getResult() {
    */
   @java.lang.Override
   public com.google.firestore.v1.AggregationResultOrBuilder getResultOrBuilder() {
-    return result_ == null ? com.google.firestore.v1.AggregationResult.getDefaultInstance() : result_;
+    return result_ == null
+        ? com.google.firestore.v1.AggregationResult.getDefaultInstance()
+        : result_;
   }
 
   public static final int TRANSACTION_FIELD_NUMBER = 2;
   private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
   /**
+   *
+   *
    * 
    * The transaction that was started as part of this request.
    *
@@ -101,6 +134,7 @@ public com.google.firestore.v1.AggregationResultOrBuilder getResultOrBuilder() {
    * 
* * bytes transaction = 2; + * * @return The transaction. */ @java.lang.Override @@ -111,6 +145,8 @@ public com.google.protobuf.ByteString getTransaction() { public static final int READ_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp readTime_; /** + * + * *
    * The time at which the aggregate result was computed. This is always
    * monotonically increasing; in this case, the previous AggregationResult in
@@ -123,6 +159,7 @@ public com.google.protobuf.ByteString getTransaction() {
    * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -130,6 +167,8 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The time at which the aggregate result was computed. This is always
    * monotonically increasing; in this case, the previous AggregationResult in
@@ -142,6 +181,7 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return The readTime. */ @java.lang.Override @@ -149,6 +189,8 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** + * + * *
    * The time at which the aggregate result was computed. This is always
    * monotonically increasing; in this case, the previous AggregationResult in
@@ -170,6 +212,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   public static final int EXPLAIN_METRICS_FIELD_NUMBER = 10;
   private com.google.firestore.v1.ExplainMetrics explainMetrics_;
   /**
+   *
+   *
    * 
    * Query explain metrics. This is only present when the
    * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -177,6 +221,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 10; + * * @return Whether the explainMetrics field is set. */ @java.lang.Override @@ -184,6 +229,8 @@ public boolean hasExplainMetrics() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * Query explain metrics. This is only present when the
    * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -191,13 +238,18 @@ public boolean hasExplainMetrics() {
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 10; + * * @return The explainMetrics. */ @java.lang.Override public com.google.firestore.v1.ExplainMetrics getExplainMetrics() { - return explainMetrics_ == null ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_; + return explainMetrics_ == null + ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() + : explainMetrics_; } /** + * + * *
    * Query explain metrics. This is only present when the
    * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -208,10 +260,13 @@ public com.google.firestore.v1.ExplainMetrics getExplainMetrics() {
    */
   @java.lang.Override
   public com.google.firestore.v1.ExplainMetricsOrBuilder getExplainMetricsOrBuilder() {
-    return explainMetrics_ == null ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_;
+    return explainMetrics_ == null
+        ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance()
+        : explainMetrics_;
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -223,8 +278,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getResult());
     }
@@ -247,20 +301,16 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, getResult());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getResult());
     }
     if (!transaction_.isEmpty()) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBytesSize(2, transaction_);
+      size += com.google.protobuf.CodedOutputStream.computeBytesSize(2, transaction_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getReadTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getReadTime());
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(10, getExplainMetrics());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getExplainMetrics());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -270,29 +320,26 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.RunAggregationQueryResponse)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.RunAggregationQueryResponse other = (com.google.firestore.v1.RunAggregationQueryResponse) obj;
+    com.google.firestore.v1.RunAggregationQueryResponse other =
+        (com.google.firestore.v1.RunAggregationQueryResponse) obj;
 
     if (hasResult() != other.hasResult()) return false;
     if (hasResult()) {
-      if (!getResult()
-          .equals(other.getResult())) return false;
+      if (!getResult().equals(other.getResult())) return false;
     }
-    if (!getTransaction()
-        .equals(other.getTransaction())) return false;
+    if (!getTransaction().equals(other.getTransaction())) return false;
     if (hasReadTime() != other.hasReadTime()) return false;
     if (hasReadTime()) {
-      if (!getReadTime()
-          .equals(other.getReadTime())) return false;
+      if (!getReadTime().equals(other.getReadTime())) return false;
     }
     if (hasExplainMetrics() != other.hasExplainMetrics()) return false;
     if (hasExplainMetrics()) {
-      if (!getExplainMetrics()
-          .equals(other.getExplainMetrics())) return false;
+      if (!getExplainMetrics().equals(other.getExplainMetrics())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -325,98 +372,103 @@ public int hashCode() {
   }
 
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.RunAggregationQueryResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.RunAggregationQueryResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.RunAggregationQueryResponse parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.RunAggregationQueryResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.RunAggregationQueryResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The response for
    * [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
@@ -424,21 +476,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.RunAggregationQueryResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.RunAggregationQueryResponse)
       com.google.firestore.v1.RunAggregationQueryResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_RunAggregationQueryResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.RunAggregationQueryResponse.class, com.google.firestore.v1.RunAggregationQueryResponse.Builder.class);
+              com.google.firestore.v1.RunAggregationQueryResponse.class,
+              com.google.firestore.v1.RunAggregationQueryResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.RunAggregationQueryResponse.newBuilder()
@@ -446,19 +500,19 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getResultFieldBuilder();
         getReadTimeFieldBuilder();
         getExplainMetricsFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -483,9 +537,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_RunAggregationQueryResponse_descriptor;
     }
 
     @java.lang.Override
@@ -504,8 +558,11 @@ public com.google.firestore.v1.RunAggregationQueryResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.RunAggregationQueryResponse buildPartial() {
-      com.google.firestore.v1.RunAggregationQueryResponse result = new com.google.firestore.v1.RunAggregationQueryResponse(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.RunAggregationQueryResponse result =
+          new com.google.firestore.v1.RunAggregationQueryResponse(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -514,24 +571,19 @@ private void buildPartial0(com.google.firestore.v1.RunAggregationQueryResponse r
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.result_ = resultBuilder_ == null
-            ? result_
-            : resultBuilder_.build();
+        result.result_ = resultBuilder_ == null ? result_ : resultBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
         result.transaction_ = transaction_;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.readTime_ = readTimeBuilder_ == null
-            ? readTime_
-            : readTimeBuilder_.build();
+        result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.explainMetrics_ = explainMetricsBuilder_ == null
-            ? explainMetrics_
-            : explainMetricsBuilder_.build();
+        result.explainMetrics_ =
+            explainMetricsBuilder_ == null ? explainMetrics_ : explainMetricsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       result.bitField0_ |= to_bitField0_;
@@ -541,38 +593,39 @@ private void buildPartial0(com.google.firestore.v1.RunAggregationQueryResponse r
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.RunAggregationQueryResponse) {
-        return mergeFrom((com.google.firestore.v1.RunAggregationQueryResponse)other);
+        return mergeFrom((com.google.firestore.v1.RunAggregationQueryResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -580,7 +633,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.RunAggregationQueryResponse other) {
-      if (other == com.google.firestore.v1.RunAggregationQueryResponse.getDefaultInstance()) return this;
+      if (other == com.google.firestore.v1.RunAggregationQueryResponse.getDefaultInstance())
+        return this;
       if (other.hasResult()) {
         mergeResult(other.getResult());
       }
@@ -619,38 +673,37 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getResultFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              transaction_ = input.readBytes();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 26: {
-              input.readMessage(
-                  getReadTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            case 82: {
-              input.readMessage(
-                  getExplainMetricsFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 82
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getResultFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                transaction_ = input.readBytes();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 26:
+              {
+                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            case 82:
+              {
+                input.readMessage(getExplainMetricsFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 82
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -660,12 +713,18 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.firestore.v1.AggregationResult result_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.AggregationResult, com.google.firestore.v1.AggregationResult.Builder, com.google.firestore.v1.AggregationResultOrBuilder> resultBuilder_;
+            com.google.firestore.v1.AggregationResult,
+            com.google.firestore.v1.AggregationResult.Builder,
+            com.google.firestore.v1.AggregationResultOrBuilder>
+        resultBuilder_;
     /**
+     *
+     *
      * 
      * A single aggregation result.
      *
@@ -673,12 +732,15 @@ public Builder mergeFrom(
      * 
* * .google.firestore.v1.AggregationResult result = 1; + * * @return Whether the result field is set. */ public boolean hasResult() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * A single aggregation result.
      *
@@ -686,16 +748,21 @@ public boolean hasResult() {
      * 
* * .google.firestore.v1.AggregationResult result = 1; + * * @return The result. */ public com.google.firestore.v1.AggregationResult getResult() { if (resultBuilder_ == null) { - return result_ == null ? com.google.firestore.v1.AggregationResult.getDefaultInstance() : result_; + return result_ == null + ? com.google.firestore.v1.AggregationResult.getDefaultInstance() + : result_; } else { return resultBuilder_.getMessage(); } } /** + * + * *
      * A single aggregation result.
      *
@@ -718,6 +785,8 @@ public Builder setResult(com.google.firestore.v1.AggregationResult value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A single aggregation result.
      *
@@ -726,8 +795,7 @@ public Builder setResult(com.google.firestore.v1.AggregationResult value) {
      *
      * .google.firestore.v1.AggregationResult result = 1;
      */
-    public Builder setResult(
-        com.google.firestore.v1.AggregationResult.Builder builderForValue) {
+    public Builder setResult(com.google.firestore.v1.AggregationResult.Builder builderForValue) {
       if (resultBuilder_ == null) {
         result_ = builderForValue.build();
       } else {
@@ -738,6 +806,8 @@ public Builder setResult(
       return this;
     }
     /**
+     *
+     *
      * 
      * A single aggregation result.
      *
@@ -748,9 +818,9 @@ public Builder setResult(
      */
     public Builder mergeResult(com.google.firestore.v1.AggregationResult value) {
       if (resultBuilder_ == null) {
-        if (((bitField0_ & 0x00000001) != 0) &&
-          result_ != null &&
-          result_ != com.google.firestore.v1.AggregationResult.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000001) != 0)
+            && result_ != null
+            && result_ != com.google.firestore.v1.AggregationResult.getDefaultInstance()) {
           getResultBuilder().mergeFrom(value);
         } else {
           result_ = value;
@@ -765,6 +835,8 @@ public Builder mergeResult(com.google.firestore.v1.AggregationResult value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A single aggregation result.
      *
@@ -784,6 +856,8 @@ public Builder clearResult() {
       return this;
     }
     /**
+     *
+     *
      * 
      * A single aggregation result.
      *
@@ -798,6 +872,8 @@ public com.google.firestore.v1.AggregationResult.Builder getResultBuilder() {
       return getResultFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * A single aggregation result.
      *
@@ -810,11 +886,14 @@ public com.google.firestore.v1.AggregationResultOrBuilder getResultOrBuilder() {
       if (resultBuilder_ != null) {
         return resultBuilder_.getMessageOrBuilder();
       } else {
-        return result_ == null ?
-            com.google.firestore.v1.AggregationResult.getDefaultInstance() : result_;
+        return result_ == null
+            ? com.google.firestore.v1.AggregationResult.getDefaultInstance()
+            : result_;
       }
     }
     /**
+     *
+     *
      * 
      * A single aggregation result.
      *
@@ -824,14 +903,17 @@ public com.google.firestore.v1.AggregationResultOrBuilder getResultOrBuilder() {
      * .google.firestore.v1.AggregationResult result = 1;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.AggregationResult, com.google.firestore.v1.AggregationResult.Builder, com.google.firestore.v1.AggregationResultOrBuilder> 
+            com.google.firestore.v1.AggregationResult,
+            com.google.firestore.v1.AggregationResult.Builder,
+            com.google.firestore.v1.AggregationResultOrBuilder>
         getResultFieldBuilder() {
       if (resultBuilder_ == null) {
-        resultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.AggregationResult, com.google.firestore.v1.AggregationResult.Builder, com.google.firestore.v1.AggregationResultOrBuilder>(
-                getResult(),
-                getParentForChildren(),
-                isClean());
+        resultBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.AggregationResult,
+                com.google.firestore.v1.AggregationResult.Builder,
+                com.google.firestore.v1.AggregationResultOrBuilder>(
+                getResult(), getParentForChildren(), isClean());
         result_ = null;
       }
       return resultBuilder_;
@@ -839,6 +921,8 @@ public com.google.firestore.v1.AggregationResultOrBuilder getResultOrBuilder() {
 
     private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
     /**
+     *
+     *
      * 
      * The transaction that was started as part of this request.
      *
@@ -847,6 +931,7 @@ public com.google.firestore.v1.AggregationResultOrBuilder getResultOrBuilder() {
      * 
* * bytes transaction = 2; + * * @return The transaction. */ @java.lang.Override @@ -854,6 +939,8 @@ public com.google.protobuf.ByteString getTransaction() { return transaction_; } /** + * + * *
      * The transaction that was started as part of this request.
      *
@@ -862,17 +949,22 @@ public com.google.protobuf.ByteString getTransaction() {
      * 
* * bytes transaction = 2; + * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } transaction_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * The transaction that was started as part of this request.
      *
@@ -881,6 +973,7 @@ public Builder setTransaction(com.google.protobuf.ByteString value) {
      * 
* * bytes transaction = 2; + * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -892,8 +985,13 @@ public Builder clearTransaction() { private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + readTimeBuilder_; /** + * + * *
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -906,12 +1004,15 @@ public Builder clearTransaction() {
      * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -924,6 +1025,7 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -934,6 +1036,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -961,6 +1065,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -974,8 +1080,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 3;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         readTime_ = builderForValue.build();
       } else {
@@ -986,6 +1091,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -1001,9 +1108,9 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0) &&
-          readTime_ != null &&
-          readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0)
+            && readTime_ != null
+            && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getReadTimeBuilder().mergeFrom(value);
         } else {
           readTime_ = value;
@@ -1018,6 +1125,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -1042,6 +1151,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -1061,6 +1172,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -1078,11 +1191,12 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (readTimeBuilder_ != null) {
         return readTimeBuilder_.getMessageOrBuilder();
       } else {
-        return readTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
+        return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The time at which the aggregate result was computed. This is always
      * monotonically increasing; in this case, the previous AggregationResult in
@@ -1097,14 +1211,17 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getReadTime(),
-                getParentForChildren(),
-                isClean());
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getReadTime(), getParentForChildren(), isClean());
         readTime_ = null;
       }
       return readTimeBuilder_;
@@ -1112,8 +1229,13 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
 
     private com.google.firestore.v1.ExplainMetrics explainMetrics_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.ExplainMetrics, com.google.firestore.v1.ExplainMetrics.Builder, com.google.firestore.v1.ExplainMetricsOrBuilder> explainMetricsBuilder_;
+            com.google.firestore.v1.ExplainMetrics,
+            com.google.firestore.v1.ExplainMetrics.Builder,
+            com.google.firestore.v1.ExplainMetricsOrBuilder>
+        explainMetricsBuilder_;
     /**
+     *
+     *
      * 
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1121,12 +1243,15 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 10; + * * @return Whether the explainMetrics field is set. */ public boolean hasExplainMetrics() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1134,16 +1259,21 @@ public boolean hasExplainMetrics() {
      * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 10; + * * @return The explainMetrics. */ public com.google.firestore.v1.ExplainMetrics getExplainMetrics() { if (explainMetricsBuilder_ == null) { - return explainMetrics_ == null ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_; + return explainMetrics_ == null + ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() + : explainMetrics_; } else { return explainMetricsBuilder_.getMessage(); } } /** + * + * *
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1166,6 +1296,8 @@ public Builder setExplainMetrics(com.google.firestore.v1.ExplainMetrics value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1186,6 +1318,8 @@ public Builder setExplainMetrics(
       return this;
     }
     /**
+     *
+     *
      * 
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1196,9 +1330,9 @@ public Builder setExplainMetrics(
      */
     public Builder mergeExplainMetrics(com.google.firestore.v1.ExplainMetrics value) {
       if (explainMetricsBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0) &&
-          explainMetrics_ != null &&
-          explainMetrics_ != com.google.firestore.v1.ExplainMetrics.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0)
+            && explainMetrics_ != null
+            && explainMetrics_ != com.google.firestore.v1.ExplainMetrics.getDefaultInstance()) {
           getExplainMetricsBuilder().mergeFrom(value);
         } else {
           explainMetrics_ = value;
@@ -1213,6 +1347,8 @@ public Builder mergeExplainMetrics(com.google.firestore.v1.ExplainMetrics value)
       return this;
     }
     /**
+     *
+     *
      * 
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1232,6 +1368,8 @@ public Builder clearExplainMetrics() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1246,6 +1384,8 @@ public com.google.firestore.v1.ExplainMetrics.Builder getExplainMetricsBuilder()
       return getExplainMetricsFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1258,11 +1398,14 @@ public com.google.firestore.v1.ExplainMetricsOrBuilder getExplainMetricsOrBuilde
       if (explainMetricsBuilder_ != null) {
         return explainMetricsBuilder_.getMessageOrBuilder();
       } else {
-        return explainMetrics_ == null ?
-            com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_;
+        return explainMetrics_ == null
+            ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance()
+            : explainMetrics_;
       }
     }
     /**
+     *
+     *
      * 
      * Query explain metrics. This is only present when the
      * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -1272,21 +1415,24 @@ public com.google.firestore.v1.ExplainMetricsOrBuilder getExplainMetricsOrBuilde
      * .google.firestore.v1.ExplainMetrics explain_metrics = 10;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.ExplainMetrics, com.google.firestore.v1.ExplainMetrics.Builder, com.google.firestore.v1.ExplainMetricsOrBuilder> 
+            com.google.firestore.v1.ExplainMetrics,
+            com.google.firestore.v1.ExplainMetrics.Builder,
+            com.google.firestore.v1.ExplainMetricsOrBuilder>
         getExplainMetricsFieldBuilder() {
       if (explainMetricsBuilder_ == null) {
-        explainMetricsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.ExplainMetrics, com.google.firestore.v1.ExplainMetrics.Builder, com.google.firestore.v1.ExplainMetricsOrBuilder>(
-                getExplainMetrics(),
-                getParentForChildren(),
-                isClean());
+        explainMetricsBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.ExplainMetrics,
+                com.google.firestore.v1.ExplainMetrics.Builder,
+                com.google.firestore.v1.ExplainMetricsOrBuilder>(
+                getExplainMetrics(), getParentForChildren(), isClean());
         explainMetrics_ = null;
       }
       return explainMetricsBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1296,12 +1442,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.RunAggregationQueryResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.RunAggregationQueryResponse)
   private static final com.google.firestore.v1.RunAggregationQueryResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.RunAggregationQueryResponse();
   }
@@ -1310,27 +1456,27 @@ public static com.google.firestore.v1.RunAggregationQueryResponse getDefaultInst
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public RunAggregationQueryResponse parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public RunAggregationQueryResponse parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1345,6 +1491,4 @@ public com.google.protobuf.Parser getParserForType(
   public com.google.firestore.v1.RunAggregationQueryResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponseOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponseOrBuilder.java
similarity index 85%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponseOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponseOrBuilder.java
index 1a4f10192..943bb32ba 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponseOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunAggregationQueryResponseOrBuilder.java
@@ -1,14 +1,32 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface RunAggregationQueryResponseOrBuilder extends
+public interface RunAggregationQueryResponseOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.RunAggregationQueryResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * A single aggregation result.
    *
@@ -16,10 +34,13 @@ public interface RunAggregationQueryResponseOrBuilder extends
    * 
* * .google.firestore.v1.AggregationResult result = 1; + * * @return Whether the result field is set. */ boolean hasResult(); /** + * + * *
    * A single aggregation result.
    *
@@ -27,10 +48,13 @@ public interface RunAggregationQueryResponseOrBuilder extends
    * 
* * .google.firestore.v1.AggregationResult result = 1; + * * @return The result. */ com.google.firestore.v1.AggregationResult getResult(); /** + * + * *
    * A single aggregation result.
    *
@@ -42,6 +66,8 @@ public interface RunAggregationQueryResponseOrBuilder extends
   com.google.firestore.v1.AggregationResultOrBuilder getResultOrBuilder();
 
   /**
+   *
+   *
    * 
    * The transaction that was started as part of this request.
    *
@@ -50,11 +76,14 @@ public interface RunAggregationQueryResponseOrBuilder extends
    * 
* * bytes transaction = 2; + * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** + * + * *
    * The time at which the aggregate result was computed. This is always
    * monotonically increasing; in this case, the previous AggregationResult in
@@ -67,10 +96,13 @@ public interface RunAggregationQueryResponseOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * The time at which the aggregate result was computed. This is always
    * monotonically increasing; in this case, the previous AggregationResult in
@@ -83,10 +115,13 @@ public interface RunAggregationQueryResponseOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * The time at which the aggregate result was computed. This is always
    * monotonically increasing; in this case, the previous AggregationResult in
@@ -103,6 +138,8 @@ public interface RunAggregationQueryResponseOrBuilder extends
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
   /**
+   *
+   *
    * 
    * Query explain metrics. This is only present when the
    * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -110,10 +147,13 @@ public interface RunAggregationQueryResponseOrBuilder extends
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 10; + * * @return Whether the explainMetrics field is set. */ boolean hasExplainMetrics(); /** + * + * *
    * Query explain metrics. This is only present when the
    * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
@@ -121,10 +161,13 @@ public interface RunAggregationQueryResponseOrBuilder extends
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 10; + * * @return The explainMetrics. */ com.google.firestore.v1.ExplainMetrics getExplainMetrics(); /** + * + * *
    * Query explain metrics. This is only present when the
    * [RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequest.java
similarity index 73%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequest.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequest.java
index 51dae5b95..7e3c5216d 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequest.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequest.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -5,55 +20,63 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * The request for [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
  * 
* * Protobuf type {@code google.firestore.v1.RunQueryRequest} */ -public final class RunQueryRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class RunQueryRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.RunQueryRequest) RunQueryRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use RunQueryRequest.newBuilder() to construct. private RunQueryRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private RunQueryRequest() { parent_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new RunQueryRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_RunQueryRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_RunQueryRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.RunQueryRequest.class, com.google.firestore.v1.RunQueryRequest.Builder.class); + com.google.firestore.v1.RunQueryRequest.class, + com.google.firestore.v1.RunQueryRequest.Builder.class); } private int bitField0_; private int queryTypeCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object queryType_; + public enum QueryTypeCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { STRUCTURED_QUERY(2), QUERYTYPE_NOT_SET(0); private final int value; + private QueryTypeCase(int value) { this.value = value; } @@ -69,33 +92,39 @@ public static QueryTypeCase valueOf(int value) { public static QueryTypeCase forNumber(int value) { switch (value) { - case 2: return STRUCTURED_QUERY; - case 0: return QUERYTYPE_NOT_SET; - default: return null; + case 2: + return STRUCTURED_QUERY; + case 0: + return QUERYTYPE_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public QueryTypeCase - getQueryTypeCase() { - return QueryTypeCase.forNumber( - queryTypeCase_); + public QueryTypeCase getQueryTypeCase() { + return QueryTypeCase.forNumber(queryTypeCase_); } private int consistencySelectorCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object consistencySelector_; + public enum ConsistencySelectorCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { TRANSACTION(5), NEW_TRANSACTION(6), READ_TIME(7), CONSISTENCYSELECTOR_NOT_SET(0); private final int value; + private ConsistencySelectorCase(int value) { this.value = value; } @@ -111,28 +140,35 @@ public static ConsistencySelectorCase valueOf(int value) { public static ConsistencySelectorCase forNumber(int value) { switch (value) { - case 5: return TRANSACTION; - case 6: return NEW_TRANSACTION; - case 7: return READ_TIME; - case 0: return CONSISTENCYSELECTOR_NOT_SET; - default: return null; + case 5: + return TRANSACTION; + case 6: + return NEW_TRANSACTION; + case 7: + return READ_TIME; + case 0: + return CONSISTENCYSELECTOR_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public ConsistencySelectorCase - getConsistencySelectorCase() { - return ConsistencySelectorCase.forNumber( - consistencySelectorCase_); + public ConsistencySelectorCase getConsistencySelectorCase() { + return ConsistencySelectorCase.forNumber(consistencySelectorCase_); } public static final int PARENT_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; /** + * + * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -143,6 +179,7 @@ public int getNumber() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ @java.lang.Override @@ -151,14 +188,15 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -169,16 +207,15 @@ public java.lang.String getParent() {
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -188,11 +225,14 @@ public java.lang.String getParent() { public static final int STRUCTURED_QUERY_FIELD_NUMBER = 2; /** + * + * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -200,21 +240,26 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** + * + * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return The structuredQuery. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery getStructuredQuery() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } /** + * + * *
    * A structured query.
    * 
@@ -224,13 +269,15 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { @java.lang.Override public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } public static final int TRANSACTION_FIELD_NUMBER = 5; /** + * + * *
    * Run the query within an already active transaction.
    *
@@ -238,6 +285,7 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
    * 
* * bytes transaction = 5; + * * @return Whether the transaction field is set. */ @java.lang.Override @@ -245,6 +293,8 @@ public boolean hasTransaction() { return consistencySelectorCase_ == 5; } /** + * + * *
    * Run the query within an already active transaction.
    *
@@ -252,6 +302,7 @@ public boolean hasTransaction() {
    * 
* * bytes transaction = 5; + * * @return The transaction. */ @java.lang.Override @@ -264,6 +315,8 @@ public com.google.protobuf.ByteString getTransaction() { public static final int NEW_TRANSACTION_FIELD_NUMBER = 6; /** + * + * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -272,6 +325,7 @@ public com.google.protobuf.ByteString getTransaction() {
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 6; + * * @return Whether the newTransaction field is set. */ @java.lang.Override @@ -279,6 +333,8 @@ public boolean hasNewTransaction() { return consistencySelectorCase_ == 6; } /** + * + * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -287,16 +343,19 @@ public boolean hasNewTransaction() {
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 6; + * * @return The newTransaction. */ @java.lang.Override public com.google.firestore.v1.TransactionOptions getNewTransaction() { if (consistencySelectorCase_ == 6) { - return (com.google.firestore.v1.TransactionOptions) consistencySelector_; + return (com.google.firestore.v1.TransactionOptions) consistencySelector_; } return com.google.firestore.v1.TransactionOptions.getDefaultInstance(); } /** + * + * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -309,13 +368,15 @@ public com.google.firestore.v1.TransactionOptions getNewTransaction() {
   @java.lang.Override
   public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBuilder() {
     if (consistencySelectorCase_ == 6) {
-       return (com.google.firestore.v1.TransactionOptions) consistencySelector_;
+      return (com.google.firestore.v1.TransactionOptions) consistencySelector_;
     }
     return com.google.firestore.v1.TransactionOptions.getDefaultInstance();
   }
 
   public static final int READ_TIME_FIELD_NUMBER = 7;
   /**
+   *
+   *
    * 
    * Reads documents as they were at the given time.
    *
@@ -325,6 +386,7 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
    * 
* * .google.protobuf.Timestamp read_time = 7; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -332,6 +394,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 7; } /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -341,16 +405,19 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 7; + * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 7) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -364,7 +431,7 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (consistencySelectorCase_ == 7) {
-       return (com.google.protobuf.Timestamp) consistencySelector_;
+      return (com.google.protobuf.Timestamp) consistencySelector_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
@@ -372,12 +439,17 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   public static final int EXPLAIN_OPTIONS_FIELD_NUMBER = 10;
   private com.google.firestore.v1.ExplainOptions explainOptions_;
   /**
+   *
+   *
    * 
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the explainOptions field is set. */ @java.lang.Override @@ -385,32 +457,46 @@ public boolean hasExplainOptions() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The explainOptions. */ @java.lang.Override public com.google.firestore.v1.ExplainOptions getExplainOptions() { - return explainOptions_ == null ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; + return explainOptions_ == null + ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() + : explainOptions_; } /** + * + * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * */ @java.lang.Override public com.google.firestore.v1.ExplainOptionsOrBuilder getExplainOptionsOrBuilder() { - return explainOptions_ == null ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; + return explainOptions_ == null + ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() + : explainOptions_; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -422,8 +508,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -431,8 +516,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) output.writeMessage(2, (com.google.firestore.v1.StructuredQuery) queryType_); } if (consistencySelectorCase_ == 5) { - output.writeBytes( - 5, (com.google.protobuf.ByteString) consistencySelector_); + output.writeBytes(5, (com.google.protobuf.ByteString) consistencySelector_); } if (consistencySelectorCase_ == 6) { output.writeMessage(6, (com.google.firestore.v1.TransactionOptions) consistencySelector_); @@ -456,25 +540,27 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (queryTypeCase_ == 2) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, (com.google.firestore.v1.StructuredQuery) queryType_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 2, (com.google.firestore.v1.StructuredQuery) queryType_); } if (consistencySelectorCase_ == 5) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize( - 5, (com.google.protobuf.ByteString) consistencySelector_); + size += + com.google.protobuf.CodedOutputStream.computeBytesSize( + 5, (com.google.protobuf.ByteString) consistencySelector_); } if (consistencySelectorCase_ == 6) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(6, (com.google.firestore.v1.TransactionOptions) consistencySelector_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 6, (com.google.firestore.v1.TransactionOptions) consistencySelector_); } if (consistencySelectorCase_ == 7) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(7, (com.google.protobuf.Timestamp) consistencySelector_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 7, (com.google.protobuf.Timestamp) consistencySelector_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(10, getExplainOptions()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getExplainOptions()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -484,25 +570,22 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.RunQueryRequest)) { return super.equals(obj); } com.google.firestore.v1.RunQueryRequest other = (com.google.firestore.v1.RunQueryRequest) obj; - if (!getParent() - .equals(other.getParent())) return false; + if (!getParent().equals(other.getParent())) return false; if (hasExplainOptions() != other.hasExplainOptions()) return false; if (hasExplainOptions()) { - if (!getExplainOptions() - .equals(other.getExplainOptions())) return false; + if (!getExplainOptions().equals(other.getExplainOptions())) return false; } if (!getQueryTypeCase().equals(other.getQueryTypeCase())) return false; switch (queryTypeCase_) { case 2: - if (!getStructuredQuery() - .equals(other.getStructuredQuery())) return false; + if (!getStructuredQuery().equals(other.getStructuredQuery())) return false; break; case 0: default: @@ -510,16 +593,13 @@ public boolean equals(final java.lang.Object obj) { if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false; switch (consistencySelectorCase_) { case 5: - if (!getTransaction() - .equals(other.getTransaction())) return false; + if (!getTransaction().equals(other.getTransaction())) return false; break; case 6: - if (!getNewTransaction() - .equals(other.getNewTransaction())) return false; + if (!getNewTransaction().equals(other.getNewTransaction())) return false; break; case 7: - if (!getReadTime() - .equals(other.getReadTime())) return false; + if (!getReadTime().equals(other.getReadTime())) return false; break; case 0: default: @@ -570,120 +650,127 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.RunQueryRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.RunQueryRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.RunQueryRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.RunQueryRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.RunQueryRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.RunQueryRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.RunQueryRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.RunQueryRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.RunQueryRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.RunQueryRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.RunQueryRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.RunQueryRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.RunQueryRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.RunQueryRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.RunQueryRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
    * 
* * Protobuf type {@code google.firestore.v1.RunQueryRequest} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.RunQueryRequest) com.google.firestore.v1.RunQueryRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_RunQueryRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryRequest_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_RunQueryRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.RunQueryRequest.class, com.google.firestore.v1.RunQueryRequest.Builder.class); + com.google.firestore.v1.RunQueryRequest.class, + com.google.firestore.v1.RunQueryRequest.Builder.class); } // Construct using com.google.firestore.v1.RunQueryRequest.newBuilder() @@ -691,17 +778,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getExplainOptionsFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -729,9 +816,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_RunQueryRequest_descriptor; } @java.lang.Override @@ -750,8 +837,11 @@ public com.google.firestore.v1.RunQueryRequest build() { @java.lang.Override public com.google.firestore.v1.RunQueryRequest buildPartial() { - com.google.firestore.v1.RunQueryRequest result = new com.google.firestore.v1.RunQueryRequest(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.RunQueryRequest result = + new com.google.firestore.v1.RunQueryRequest(this); + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; @@ -764,9 +854,8 @@ private void buildPartial0(com.google.firestore.v1.RunQueryRequest result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000020) != 0)) { - result.explainOptions_ = explainOptionsBuilder_ == null - ? explainOptions_ - : explainOptionsBuilder_.build(); + result.explainOptions_ = + explainOptionsBuilder_ == null ? explainOptions_ : explainOptionsBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; @@ -775,18 +864,15 @@ private void buildPartial0(com.google.firestore.v1.RunQueryRequest result) { private void buildPartialOneofs(com.google.firestore.v1.RunQueryRequest result) { result.queryTypeCase_ = queryTypeCase_; result.queryType_ = this.queryType_; - if (queryTypeCase_ == 2 && - structuredQueryBuilder_ != null) { + if (queryTypeCase_ == 2 && structuredQueryBuilder_ != null) { result.queryType_ = structuredQueryBuilder_.build(); } result.consistencySelectorCase_ = consistencySelectorCase_; result.consistencySelector_ = this.consistencySelector_; - if (consistencySelectorCase_ == 6 && - newTransactionBuilder_ != null) { + if (consistencySelectorCase_ == 6 && newTransactionBuilder_ != null) { result.consistencySelector_ = newTransactionBuilder_.build(); } - if (consistencySelectorCase_ == 7 && - readTimeBuilder_ != null) { + if (consistencySelectorCase_ == 7 && readTimeBuilder_ != null) { result.consistencySelector_ = readTimeBuilder_.build(); } } @@ -795,38 +881,39 @@ private void buildPartialOneofs(com.google.firestore.v1.RunQueryRequest result) public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.RunQueryRequest) { - return mergeFrom((com.google.firestore.v1.RunQueryRequest)other); + return mergeFrom((com.google.firestore.v1.RunQueryRequest) other); } else { super.mergeFrom(other); return this; @@ -844,30 +931,36 @@ public Builder mergeFrom(com.google.firestore.v1.RunQueryRequest other) { mergeExplainOptions(other.getExplainOptions()); } switch (other.getQueryTypeCase()) { - case STRUCTURED_QUERY: { - mergeStructuredQuery(other.getStructuredQuery()); - break; - } - case QUERYTYPE_NOT_SET: { - break; - } + case STRUCTURED_QUERY: + { + mergeStructuredQuery(other.getStructuredQuery()); + break; + } + case QUERYTYPE_NOT_SET: + { + break; + } } switch (other.getConsistencySelectorCase()) { - case TRANSACTION: { - setTransaction(other.getTransaction()); - break; - } - case NEW_TRANSACTION: { - mergeNewTransaction(other.getNewTransaction()); - break; - } - case READ_TIME: { - mergeReadTime(other.getReadTime()); - break; - } - case CONSISTENCYSELECTOR_NOT_SET: { - break; - } + case TRANSACTION: + { + setTransaction(other.getTransaction()); + break; + } + case NEW_TRANSACTION: + { + mergeNewTransaction(other.getNewTransaction()); + break; + } + case READ_TIME: + { + mergeReadTime(other.getReadTime()); + break; + } + case CONSISTENCYSELECTOR_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -895,50 +988,49 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - parent_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: { - input.readMessage( - getStructuredQueryFieldBuilder().getBuilder(), - extensionRegistry); - queryTypeCase_ = 2; - break; - } // case 18 - case 42: { - consistencySelector_ = input.readBytes(); - consistencySelectorCase_ = 5; - break; - } // case 42 - case 50: { - input.readMessage( - getNewTransactionFieldBuilder().getBuilder(), - extensionRegistry); - consistencySelectorCase_ = 6; - break; - } // case 50 - case 58: { - input.readMessage( - getReadTimeFieldBuilder().getBuilder(), - extensionRegistry); - consistencySelectorCase_ = 7; - break; - } // case 58 - case 82: { - input.readMessage( - getExplainOptionsFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000020; - break; - } // case 82 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + parent_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: + { + input.readMessage(getStructuredQueryFieldBuilder().getBuilder(), extensionRegistry); + queryTypeCase_ = 2; + break; + } // case 18 + case 42: + { + consistencySelector_ = input.readBytes(); + consistencySelectorCase_ = 5; + break; + } // case 42 + case 50: + { + input.readMessage(getNewTransactionFieldBuilder().getBuilder(), extensionRegistry); + consistencySelectorCase_ = 6; + break; + } // case 50 + case 58: + { + input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry); + consistencySelectorCase_ = 7; + break; + } // case 58 + case 82: + { + input.readMessage(getExplainOptionsFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000020; + break; + } // case 82 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -948,12 +1040,12 @@ public Builder mergeFrom( } // finally return this; } + private int queryTypeCase_ = 0; private java.lang.Object queryType_; - public QueryTypeCase - getQueryTypeCase() { - return QueryTypeCase.forNumber( - queryTypeCase_); + + public QueryTypeCase getQueryTypeCase() { + return QueryTypeCase.forNumber(queryTypeCase_); } public Builder clearQueryType() { @@ -965,10 +1057,9 @@ public Builder clearQueryType() { private int consistencySelectorCase_ = 0; private java.lang.Object consistencySelector_; - public ConsistencySelectorCase - getConsistencySelectorCase() { - return ConsistencySelectorCase.forNumber( - consistencySelectorCase_); + + public ConsistencySelectorCase getConsistencySelectorCase() { + return ConsistencySelectorCase.forNumber(consistencySelectorCase_); } public Builder clearConsistencySelector() { @@ -982,6 +1073,8 @@ public Builder clearConsistencySelector() { private java.lang.Object parent_ = ""; /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -992,13 +1085,13 @@ public Builder clearConsistencySelector() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -1007,6 +1100,8 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1017,15 +1112,14 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -1033,6 +1127,8 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1043,18 +1139,22 @@ public java.lang.String getParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1065,6 +1165,7 @@ public Builder setParent(
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearParent() { @@ -1074,6 +1175,8 @@ public Builder clearParent() { return this; } /** + * + * *
      * Required. The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1084,12 +1187,14 @@ public Builder clearParent() {
      * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -1098,13 +1203,19 @@ public Builder setParentBytes( } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> structuredQueryBuilder_; + com.google.firestore.v1.StructuredQuery, + com.google.firestore.v1.StructuredQuery.Builder, + com.google.firestore.v1.StructuredQueryOrBuilder> + structuredQueryBuilder_; /** + * + * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -1112,11 +1223,14 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** + * + * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return The structuredQuery. */ @java.lang.Override @@ -1134,6 +1248,8 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { } } /** + * + * *
      * A structured query.
      * 
@@ -1154,6 +1270,8 @@ public Builder setStructuredQuery(com.google.firestore.v1.StructuredQuery value) return this; } /** + * + * *
      * A structured query.
      * 
@@ -1172,6 +1290,8 @@ public Builder setStructuredQuery( return this; } /** + * + * *
      * A structured query.
      * 
@@ -1180,10 +1300,13 @@ public Builder setStructuredQuery( */ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery value) { if (structuredQueryBuilder_ == null) { - if (queryTypeCase_ == 2 && - queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { - queryType_ = com.google.firestore.v1.StructuredQuery.newBuilder((com.google.firestore.v1.StructuredQuery) queryType_) - .mergeFrom(value).buildPartial(); + if (queryTypeCase_ == 2 + && queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { + queryType_ = + com.google.firestore.v1.StructuredQuery.newBuilder( + (com.google.firestore.v1.StructuredQuery) queryType_) + .mergeFrom(value) + .buildPartial(); } else { queryType_ = value; } @@ -1199,6 +1322,8 @@ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery valu return this; } /** + * + * *
      * A structured query.
      * 
@@ -1222,6 +1347,8 @@ public Builder clearStructuredQuery() { return this; } /** + * + * *
      * A structured query.
      * 
@@ -1232,6 +1359,8 @@ public com.google.firestore.v1.StructuredQuery.Builder getStructuredQueryBuilder return getStructuredQueryFieldBuilder().getBuilder(); } /** + * + * *
      * A structured query.
      * 
@@ -1250,6 +1379,8 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil } } /** + * + * *
      * A structured query.
      * 
@@ -1257,14 +1388,19 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil * .google.firestore.v1.StructuredQuery structured_query = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> + com.google.firestore.v1.StructuredQuery, + com.google.firestore.v1.StructuredQuery.Builder, + com.google.firestore.v1.StructuredQueryOrBuilder> getStructuredQueryFieldBuilder() { if (structuredQueryBuilder_ == null) { if (!(queryTypeCase_ == 2)) { queryType_ = com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } - structuredQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder>( + structuredQueryBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery, + com.google.firestore.v1.StructuredQuery.Builder, + com.google.firestore.v1.StructuredQueryOrBuilder>( (com.google.firestore.v1.StructuredQuery) queryType_, getParentForChildren(), isClean()); @@ -1276,6 +1412,8 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil } /** + * + * *
      * Run the query within an already active transaction.
      *
@@ -1283,12 +1421,15 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
      * 
* * bytes transaction = 5; + * * @return Whether the transaction field is set. */ public boolean hasTransaction() { return consistencySelectorCase_ == 5; } /** + * + * *
      * Run the query within an already active transaction.
      *
@@ -1296,6 +1437,7 @@ public boolean hasTransaction() {
      * 
* * bytes transaction = 5; + * * @return The transaction. */ public com.google.protobuf.ByteString getTransaction() { @@ -1305,6 +1447,8 @@ public com.google.protobuf.ByteString getTransaction() { return com.google.protobuf.ByteString.EMPTY; } /** + * + * *
      * Run the query within an already active transaction.
      *
@@ -1312,17 +1456,22 @@ public com.google.protobuf.ByteString getTransaction() {
      * 
* * bytes transaction = 5; + * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } consistencySelectorCase_ = 5; consistencySelector_ = value; onChanged(); return this; } /** + * + * *
      * Run the query within an already active transaction.
      *
@@ -1330,6 +1479,7 @@ public Builder setTransaction(com.google.protobuf.ByteString value) {
      * 
* * bytes transaction = 5; + * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -1342,8 +1492,13 @@ public Builder clearTransaction() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> newTransactionBuilder_; + com.google.firestore.v1.TransactionOptions, + com.google.firestore.v1.TransactionOptions.Builder, + com.google.firestore.v1.TransactionOptionsOrBuilder> + newTransactionBuilder_; /** + * + * *
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1352,6 +1507,7 @@ public Builder clearTransaction() {
      * 
* * .google.firestore.v1.TransactionOptions new_transaction = 6; + * * @return Whether the newTransaction field is set. */ @java.lang.Override @@ -1359,6 +1515,8 @@ public boolean hasNewTransaction() { return consistencySelectorCase_ == 6; } /** + * + * *
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1367,6 +1525,7 @@ public boolean hasNewTransaction() {
      * 
* * .google.firestore.v1.TransactionOptions new_transaction = 6; + * * @return The newTransaction. */ @java.lang.Override @@ -1384,6 +1543,8 @@ public com.google.firestore.v1.TransactionOptions getNewTransaction() { } } /** + * + * *
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1407,6 +1568,8 @@ public Builder setNewTransaction(com.google.firestore.v1.TransactionOptions valu
       return this;
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1428,6 +1591,8 @@ public Builder setNewTransaction(
       return this;
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1439,10 +1604,14 @@ public Builder setNewTransaction(
      */
     public Builder mergeNewTransaction(com.google.firestore.v1.TransactionOptions value) {
       if (newTransactionBuilder_ == null) {
-        if (consistencySelectorCase_ == 6 &&
-            consistencySelector_ != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
-          consistencySelector_ = com.google.firestore.v1.TransactionOptions.newBuilder((com.google.firestore.v1.TransactionOptions) consistencySelector_)
-              .mergeFrom(value).buildPartial();
+        if (consistencySelectorCase_ == 6
+            && consistencySelector_
+                != com.google.firestore.v1.TransactionOptions.getDefaultInstance()) {
+          consistencySelector_ =
+              com.google.firestore.v1.TransactionOptions.newBuilder(
+                      (com.google.firestore.v1.TransactionOptions) consistencySelector_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1458,6 +1627,8 @@ public Builder mergeNewTransaction(com.google.firestore.v1.TransactionOptions va
       return this;
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1484,6 +1655,8 @@ public Builder clearNewTransaction() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1497,6 +1670,8 @@ public com.google.firestore.v1.TransactionOptions.Builder getNewTransactionBuild
       return getNewTransactionFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1518,6 +1693,8 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
       }
     }
     /**
+     *
+     *
      * 
      * Starts a new transaction and reads the documents.
      * Defaults to a read-only transaction.
@@ -1528,14 +1705,19 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
      * .google.firestore.v1.TransactionOptions new_transaction = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder> 
+            com.google.firestore.v1.TransactionOptions,
+            com.google.firestore.v1.TransactionOptions.Builder,
+            com.google.firestore.v1.TransactionOptionsOrBuilder>
         getNewTransactionFieldBuilder() {
       if (newTransactionBuilder_ == null) {
         if (!(consistencySelectorCase_ == 6)) {
           consistencySelector_ = com.google.firestore.v1.TransactionOptions.getDefaultInstance();
         }
-        newTransactionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.TransactionOptions, com.google.firestore.v1.TransactionOptions.Builder, com.google.firestore.v1.TransactionOptionsOrBuilder>(
+        newTransactionBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.TransactionOptions,
+                com.google.firestore.v1.TransactionOptions.Builder,
+                com.google.firestore.v1.TransactionOptionsOrBuilder>(
                 (com.google.firestore.v1.TransactionOptions) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1547,8 +1729,13 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_;
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
+        readTimeBuilder_;
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1558,6 +1745,7 @@ public com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBu
      * 
* * .google.protobuf.Timestamp read_time = 7; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -1565,6 +1753,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 7; } /** + * + * *
      * Reads documents as they were at the given time.
      *
@@ -1574,6 +1764,7 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 7; + * * @return The readTime. */ @java.lang.Override @@ -1591,6 +1782,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * Reads documents as they were at the given time.
      *
@@ -1615,6 +1808,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1625,8 +1820,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 7;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         consistencySelector_ = builderForValue.build();
         onChanged();
@@ -1637,6 +1831,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1649,10 +1845,13 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (consistencySelectorCase_ == 7 &&
-            consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
-              .mergeFrom(value).buildPartial();
+        if (consistencySelectorCase_ == 7
+            && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          consistencySelector_ =
+              com.google.protobuf.Timestamp.newBuilder(
+                      (com.google.protobuf.Timestamp) consistencySelector_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           consistencySelector_ = value;
         }
@@ -1668,6 +1867,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1695,6 +1896,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1709,6 +1912,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1731,6 +1936,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
+     *
+     *
      * 
      * Reads documents as they were at the given time.
      *
@@ -1742,14 +1949,19 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 7;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(consistencySelectorCase_ == 7)) {
           consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
                 (com.google.protobuf.Timestamp) consistencySelector_,
                 getParentForChildren(),
                 isClean());
@@ -1762,42 +1974,61 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
 
     private com.google.firestore.v1.ExplainOptions explainOptions_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.ExplainOptions, com.google.firestore.v1.ExplainOptions.Builder, com.google.firestore.v1.ExplainOptionsOrBuilder> explainOptionsBuilder_;
+            com.google.firestore.v1.ExplainOptions,
+            com.google.firestore.v1.ExplainOptions.Builder,
+            com.google.firestore.v1.ExplainOptionsOrBuilder>
+        explainOptionsBuilder_;
     /**
+     *
+     *
      * 
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the explainOptions field is set. */ public boolean hasExplainOptions() { return ((bitField0_ & 0x00000020) != 0); } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The explainOptions. */ public com.google.firestore.v1.ExplainOptions getExplainOptions() { if (explainOptionsBuilder_ == null) { - return explainOptions_ == null ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; + return explainOptions_ == null + ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() + : explainOptions_; } else { return explainOptionsBuilder_.getMessage(); } } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder setExplainOptions(com.google.firestore.v1.ExplainOptions value) { if (explainOptionsBuilder_ == null) { @@ -1813,12 +2044,16 @@ public Builder setExplainOptions(com.google.firestore.v1.ExplainOptions value) { return this; } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder setExplainOptions( com.google.firestore.v1.ExplainOptions.Builder builderForValue) { @@ -1832,18 +2067,22 @@ public Builder setExplainOptions( return this; } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder mergeExplainOptions(com.google.firestore.v1.ExplainOptions value) { if (explainOptionsBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) && - explainOptions_ != null && - explainOptions_ != com.google.firestore.v1.ExplainOptions.getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) + && explainOptions_ != null + && explainOptions_ != com.google.firestore.v1.ExplainOptions.getDefaultInstance()) { getExplainOptionsBuilder().mergeFrom(value); } else { explainOptions_ = value; @@ -1858,12 +2097,16 @@ public Builder mergeExplainOptions(com.google.firestore.v1.ExplainOptions value) return this; } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder clearExplainOptions() { bitField0_ = (bitField0_ & ~0x00000020); @@ -1876,12 +2119,16 @@ public Builder clearExplainOptions() { return this; } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.firestore.v1.ExplainOptions.Builder getExplainOptionsBuilder() { bitField0_ |= 0x00000020; @@ -1889,45 +2136,57 @@ public com.google.firestore.v1.ExplainOptions.Builder getExplainOptionsBuilder() return getExplainOptionsFieldBuilder().getBuilder(); } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.firestore.v1.ExplainOptionsOrBuilder getExplainOptionsOrBuilder() { if (explainOptionsBuilder_ != null) { return explainOptionsBuilder_.getMessageOrBuilder(); } else { - return explainOptions_ == null ? - com.google.firestore.v1.ExplainOptions.getDefaultInstance() : explainOptions_; + return explainOptions_ == null + ? com.google.firestore.v1.ExplainOptions.getDefaultInstance() + : explainOptions_; } } /** + * + * *
      * Optional. Explain options for the query. If set, additional query
      * statistics will be returned. If not, only query results will be returned.
      * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.ExplainOptions, com.google.firestore.v1.ExplainOptions.Builder, com.google.firestore.v1.ExplainOptionsOrBuilder> + com.google.firestore.v1.ExplainOptions, + com.google.firestore.v1.ExplainOptions.Builder, + com.google.firestore.v1.ExplainOptionsOrBuilder> getExplainOptionsFieldBuilder() { if (explainOptionsBuilder_ == null) { - explainOptionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.ExplainOptions, com.google.firestore.v1.ExplainOptions.Builder, com.google.firestore.v1.ExplainOptionsOrBuilder>( - getExplainOptions(), - getParentForChildren(), - isClean()); + explainOptionsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.ExplainOptions, + com.google.firestore.v1.ExplainOptions.Builder, + com.google.firestore.v1.ExplainOptionsOrBuilder>( + getExplainOptions(), getParentForChildren(), isClean()); explainOptions_ = null; } return explainOptionsBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1937,12 +2196,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.RunQueryRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.RunQueryRequest) private static final com.google.firestore.v1.RunQueryRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.RunQueryRequest(); } @@ -1951,27 +2210,27 @@ public static com.google.firestore.v1.RunQueryRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RunQueryRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RunQueryRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1986,6 +2245,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.RunQueryRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequestOrBuilder.java similarity index 82% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequestOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequestOrBuilder.java index 74a0511a8..7e630277f 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequestOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryRequestOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface RunQueryRequestOrBuilder extends +public interface RunQueryRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.RunQueryRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -19,10 +37,13 @@ public interface RunQueryRequestOrBuilder extends
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The parent. */ java.lang.String getParent(); /** + * + * *
    * Required. The parent resource name. In the format:
    * `projects/{project_id}/databases/{database_id}/documents` or
@@ -33,30 +54,38 @@ public interface RunQueryRequestOrBuilder extends
    * 
* * string parent = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for parent. */ - com.google.protobuf.ByteString - getParentBytes(); + com.google.protobuf.ByteString getParentBytes(); /** + * + * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return Whether the structuredQuery field is set. */ boolean hasStructuredQuery(); /** + * + * *
    * A structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return The structuredQuery. */ com.google.firestore.v1.StructuredQuery getStructuredQuery(); /** + * + * *
    * A structured query.
    * 
@@ -66,6 +95,8 @@ public interface RunQueryRequestOrBuilder extends com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder(); /** + * + * *
    * Run the query within an already active transaction.
    *
@@ -73,10 +104,13 @@ public interface RunQueryRequestOrBuilder extends
    * 
* * bytes transaction = 5; + * * @return Whether the transaction field is set. */ boolean hasTransaction(); /** + * + * *
    * Run the query within an already active transaction.
    *
@@ -84,11 +118,14 @@ public interface RunQueryRequestOrBuilder extends
    * 
* * bytes transaction = 5; + * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** + * + * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -97,10 +134,13 @@ public interface RunQueryRequestOrBuilder extends
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 6; + * * @return Whether the newTransaction field is set. */ boolean hasNewTransaction(); /** + * + * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -109,10 +149,13 @@ public interface RunQueryRequestOrBuilder extends
    * 
* * .google.firestore.v1.TransactionOptions new_transaction = 6; + * * @return The newTransaction. */ com.google.firestore.v1.TransactionOptions getNewTransaction(); /** + * + * *
    * Starts a new transaction and reads the documents.
    * Defaults to a read-only transaction.
@@ -125,6 +168,8 @@ public interface RunQueryRequestOrBuilder extends
   com.google.firestore.v1.TransactionOptionsOrBuilder getNewTransactionOrBuilder();
 
   /**
+   *
+   *
    * 
    * Reads documents as they were at the given time.
    *
@@ -134,10 +179,13 @@ public interface RunQueryRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 7; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -147,10 +195,13 @@ public interface RunQueryRequestOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 7; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * Reads documents as they were at the given time.
    *
@@ -164,32 +215,46 @@ public interface RunQueryRequestOrBuilder extends
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
   /**
+   *
+   *
    * 
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the explainOptions field is set. */ boolean hasExplainOptions(); /** + * + * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The explainOptions. */ com.google.firestore.v1.ExplainOptions getExplainOptions(); /** + * + * *
    * Optional. Explain options for the query. If set, additional query
    * statistics will be returned. If not, only query results will be returned.
    * 
* - * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.ExplainOptions explain_options = 10 [(.google.api.field_behavior) = OPTIONAL]; + * */ com.google.firestore.v1.ExplainOptionsOrBuilder getExplainOptionsOrBuilder(); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponse.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponse.java similarity index 76% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponse.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponse.java index a2341fa66..a4bdf1daa 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponse.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,6 +20,8 @@ package com.google.firestore.v1; /** + * + * *
  * The response for
  * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
@@ -12,49 +29,55 @@
  *
  * Protobuf type {@code google.firestore.v1.RunQueryResponse}
  */
-public final class RunQueryResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RunQueryResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.RunQueryResponse)
     RunQueryResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RunQueryResponse.newBuilder() to construct.
   private RunQueryResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private RunQueryResponse() {
     transaction_ = com.google.protobuf.ByteString.EMPTY;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RunQueryResponse();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_RunQueryResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryResponse_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_RunQueryResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.RunQueryResponse.class, com.google.firestore.v1.RunQueryResponse.Builder.class);
+            com.google.firestore.v1.RunQueryResponse.class,
+            com.google.firestore.v1.RunQueryResponse.Builder.class);
   }
 
   private int bitField0_;
   private int continuationSelectorCase_ = 0;
+
   @SuppressWarnings("serial")
   private java.lang.Object continuationSelector_;
+
   public enum ContinuationSelectorCase
-      implements com.google.protobuf.Internal.EnumLite,
+      implements
+          com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     DONE(6),
     CONTINUATIONSELECTOR_NOT_SET(0);
     private final int value;
+
     private ContinuationSelectorCase(int value) {
       this.value = value;
     }
@@ -70,25 +93,29 @@ public static ContinuationSelectorCase valueOf(int value) {
 
     public static ContinuationSelectorCase forNumber(int value) {
       switch (value) {
-        case 6: return DONE;
-        case 0: return CONTINUATIONSELECTOR_NOT_SET;
-        default: return null;
+        case 6:
+          return DONE;
+        case 0:
+          return CONTINUATIONSELECTOR_NOT_SET;
+        default:
+          return null;
       }
     }
+
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ContinuationSelectorCase
-  getContinuationSelectorCase() {
-    return ContinuationSelectorCase.forNumber(
-        continuationSelectorCase_);
+  public ContinuationSelectorCase getContinuationSelectorCase() {
+    return ContinuationSelectorCase.forNumber(continuationSelectorCase_);
   }
 
   public static final int TRANSACTION_FIELD_NUMBER = 2;
   private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
   /**
+   *
+   *
    * 
    * The transaction that was started as part of this request.
    * Can only be set in the first response, and only if
@@ -98,6 +125,7 @@ public int getNumber() {
    * 
* * bytes transaction = 2; + * * @return The transaction. */ @java.lang.Override @@ -108,11 +136,14 @@ public com.google.protobuf.ByteString getTransaction() { public static final int DOCUMENT_FIELD_NUMBER = 1; private com.google.firestore.v1.Document document_; /** + * + * *
    * A query result, not set when reporting partial progress.
    * 
* * .google.firestore.v1.Document document = 1; + * * @return Whether the document field is set. */ @java.lang.Override @@ -120,11 +151,14 @@ public boolean hasDocument() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * A query result, not set when reporting partial progress.
    * 
* * .google.firestore.v1.Document document = 1; + * * @return The document. */ @java.lang.Override @@ -132,6 +166,8 @@ public com.google.firestore.v1.Document getDocument() { return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; } /** + * + * *
    * A query result, not set when reporting partial progress.
    * 
@@ -146,6 +182,8 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { public static final int READ_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp readTime_; /** + * + * *
    * The time at which the document was read. This may be monotonically
    * increasing; in this case, the previous documents in the result stream are
@@ -157,6 +195,7 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
    * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -164,6 +203,8 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The time at which the document was read. This may be monotonically
    * increasing; in this case, the previous documents in the result stream are
@@ -175,6 +216,7 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return The readTime. */ @java.lang.Override @@ -182,6 +224,8 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** + * + * *
    * The time at which the document was read. This may be monotonically
    * increasing; in this case, the previous documents in the result stream are
@@ -202,12 +246,15 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   public static final int SKIPPED_RESULTS_FIELD_NUMBER = 4;
   private int skippedResults_ = 0;
   /**
+   *
+   *
    * 
    * The number of results that have been skipped due to an offset between
    * the last response and the current response.
    * 
* * int32 skipped_results = 4; + * * @return The skippedResults. */ @java.lang.Override @@ -217,12 +264,15 @@ public int getSkippedResults() { public static final int DONE_FIELD_NUMBER = 6; /** + * + * *
    * If present, Firestore has completely finished the request and no more
    * documents will be returned.
    * 
* * bool done = 6; + * * @return Whether the done field is set. */ @java.lang.Override @@ -230,12 +280,15 @@ public boolean hasDone() { return continuationSelectorCase_ == 6; } /** + * + * *
    * If present, Firestore has completely finished the request and no more
    * documents will be returned.
    * 
* * bool done = 6; + * * @return The done. */ @java.lang.Override @@ -249,6 +302,8 @@ public boolean getDone() { public static final int EXPLAIN_METRICS_FIELD_NUMBER = 11; private com.google.firestore.v1.ExplainMetrics explainMetrics_; /** + * + * *
    * Query explain metrics. This is only present when the
    * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -256,6 +311,7 @@ public boolean getDone() {
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 11; + * * @return Whether the explainMetrics field is set. */ @java.lang.Override @@ -263,6 +319,8 @@ public boolean hasExplainMetrics() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * Query explain metrics. This is only present when the
    * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -270,13 +328,18 @@ public boolean hasExplainMetrics() {
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 11; + * * @return The explainMetrics. */ @java.lang.Override public com.google.firestore.v1.ExplainMetrics getExplainMetrics() { - return explainMetrics_ == null ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_; + return explainMetrics_ == null + ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() + : explainMetrics_; } /** + * + * *
    * Query explain metrics. This is only present when the
    * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -287,10 +350,13 @@ public com.google.firestore.v1.ExplainMetrics getExplainMetrics() {
    */
   @java.lang.Override
   public com.google.firestore.v1.ExplainMetricsOrBuilder getExplainMetricsOrBuilder() {
-    return explainMetrics_ == null ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_;
+    return explainMetrics_ == null
+        ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance()
+        : explainMetrics_;
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -302,8 +368,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getDocument());
     }
@@ -317,8 +382,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
       output.writeInt32(4, skippedResults_);
     }
     if (continuationSelectorCase_ == 6) {
-      output.writeBool(
-          6, (boolean)((java.lang.Boolean) continuationSelector_));
+      output.writeBool(6, (boolean) ((java.lang.Boolean) continuationSelector_));
     }
     if (((bitField0_ & 0x00000004) != 0)) {
       output.writeMessage(11, getExplainMetrics());
@@ -333,29 +397,24 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, getDocument());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getDocument());
     }
     if (!transaction_.isEmpty()) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBytesSize(2, transaction_);
+      size += com.google.protobuf.CodedOutputStream.computeBytesSize(2, transaction_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getReadTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getReadTime());
     }
     if (skippedResults_ != 0) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt32Size(4, skippedResults_);
+      size += com.google.protobuf.CodedOutputStream.computeInt32Size(4, skippedResults_);
     }
     if (continuationSelectorCase_ == 6) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBoolSize(
-            6, (boolean)((java.lang.Boolean) continuationSelector_));
+      size +=
+          com.google.protobuf.CodedOutputStream.computeBoolSize(
+              6, (boolean) ((java.lang.Boolean) continuationSelector_));
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(11, getExplainMetrics());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(11, getExplainMetrics());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -365,37 +424,31 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.RunQueryResponse)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.RunQueryResponse other = (com.google.firestore.v1.RunQueryResponse) obj;
 
-    if (!getTransaction()
-        .equals(other.getTransaction())) return false;
+    if (!getTransaction().equals(other.getTransaction())) return false;
     if (hasDocument() != other.hasDocument()) return false;
     if (hasDocument()) {
-      if (!getDocument()
-          .equals(other.getDocument())) return false;
+      if (!getDocument().equals(other.getDocument())) return false;
     }
     if (hasReadTime() != other.hasReadTime()) return false;
     if (hasReadTime()) {
-      if (!getReadTime()
-          .equals(other.getReadTime())) return false;
+      if (!getReadTime().equals(other.getReadTime())) return false;
     }
-    if (getSkippedResults()
-        != other.getSkippedResults()) return false;
+    if (getSkippedResults() != other.getSkippedResults()) return false;
     if (hasExplainMetrics() != other.hasExplainMetrics()) return false;
     if (hasExplainMetrics()) {
-      if (!getExplainMetrics()
-          .equals(other.getExplainMetrics())) return false;
+      if (!getExplainMetrics().equals(other.getExplainMetrics())) return false;
     }
     if (!getContinuationSelectorCase().equals(other.getContinuationSelectorCase())) return false;
     switch (continuationSelectorCase_) {
       case 6:
-        if (getDone()
-            != other.getDone()) return false;
+        if (getDone() != other.getDone()) return false;
         break;
       case 0:
       default:
@@ -430,8 +483,7 @@ public int hashCode() {
     switch (continuationSelectorCase_) {
       case 6:
         hash = (37 * hash) + DONE_FIELD_NUMBER;
-        hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
-            getDone());
+        hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getDone());
         break;
       case 0:
       default:
@@ -441,99 +493,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.RunQueryResponse parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.RunQueryResponse parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.RunQueryResponse parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.RunQueryResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.RunQueryResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.RunQueryResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.RunQueryResponse parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.RunQueryResponse parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.RunQueryResponse parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.RunQueryResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.RunQueryResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.RunQueryResponse parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.RunQueryResponse parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.RunQueryResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.RunQueryResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The response for
    * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
@@ -541,21 +598,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.RunQueryResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.RunQueryResponse)
       com.google.firestore.v1.RunQueryResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_RunQueryResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryResponse_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_RunQueryResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.RunQueryResponse.class, com.google.firestore.v1.RunQueryResponse.Builder.class);
+              com.google.firestore.v1.RunQueryResponse.class,
+              com.google.firestore.v1.RunQueryResponse.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.RunQueryResponse.newBuilder()
@@ -563,19 +622,19 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getDocumentFieldBuilder();
         getReadTimeFieldBuilder();
         getExplainMetricsFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -603,9 +662,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_RunQueryResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_RunQueryResponse_descriptor;
     }
 
     @java.lang.Override
@@ -624,8 +683,11 @@ public com.google.firestore.v1.RunQueryResponse build() {
 
     @java.lang.Override
     public com.google.firestore.v1.RunQueryResponse buildPartial() {
-      com.google.firestore.v1.RunQueryResponse result = new com.google.firestore.v1.RunQueryResponse(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.RunQueryResponse result =
+          new com.google.firestore.v1.RunQueryResponse(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       buildPartialOneofs(result);
       onBuilt();
       return result;
@@ -638,24 +700,19 @@ private void buildPartial0(com.google.firestore.v1.RunQueryResponse result) {
       }
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.document_ = documentBuilder_ == null
-            ? document_
-            : documentBuilder_.build();
+        result.document_ = documentBuilder_ == null ? document_ : documentBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.readTime_ = readTimeBuilder_ == null
-            ? readTime_
-            : readTimeBuilder_.build();
+        result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
         result.skippedResults_ = skippedResults_;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.explainMetrics_ = explainMetricsBuilder_ == null
-            ? explainMetrics_
-            : explainMetricsBuilder_.build();
+        result.explainMetrics_ =
+            explainMetricsBuilder_ == null ? explainMetrics_ : explainMetricsBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       result.bitField0_ |= to_bitField0_;
@@ -670,38 +727,39 @@ private void buildPartialOneofs(com.google.firestore.v1.RunQueryResponse result)
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.RunQueryResponse) {
-        return mergeFrom((com.google.firestore.v1.RunQueryResponse)other);
+        return mergeFrom((com.google.firestore.v1.RunQueryResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -726,13 +784,15 @@ public Builder mergeFrom(com.google.firestore.v1.RunQueryResponse other) {
         mergeExplainMetrics(other.getExplainMetrics());
       }
       switch (other.getContinuationSelectorCase()) {
-        case DONE: {
-          setDone(other.getDone());
-          break;
-        }
-        case CONTINUATIONSELECTOR_NOT_SET: {
-          break;
-        }
+        case DONE:
+          {
+            setDone(other.getDone());
+            break;
+          }
+        case CONTINUATIONSELECTOR_NOT_SET:
+          {
+            break;
+          }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -760,48 +820,49 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getDocumentFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 10
-            case 18: {
-              transaction_ = input.readBytes();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 18
-            case 26: {
-              input.readMessage(
-                  getReadTimeFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            case 32: {
-              skippedResults_ = input.readInt32();
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 32
-            case 48: {
-              continuationSelector_ = input.readBool();
-              continuationSelectorCase_ = 6;
-              break;
-            } // case 48
-            case 90: {
-              input.readMessage(
-                  getExplainMetricsFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000020;
-              break;
-            } // case 90
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getDocumentFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 10
+            case 18:
+              {
+                transaction_ = input.readBytes();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 18
+            case 26:
+              {
+                input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            case 32:
+              {
+                skippedResults_ = input.readInt32();
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 32
+            case 48:
+              {
+                continuationSelector_ = input.readBool();
+                continuationSelectorCase_ = 6;
+                break;
+              } // case 48
+            case 90:
+              {
+                input.readMessage(getExplainMetricsFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000020;
+                break;
+              } // case 90
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -811,12 +872,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int continuationSelectorCase_ = 0;
     private java.lang.Object continuationSelector_;
-    public ContinuationSelectorCase
-        getContinuationSelectorCase() {
-      return ContinuationSelectorCase.forNumber(
-          continuationSelectorCase_);
+
+    public ContinuationSelectorCase getContinuationSelectorCase() {
+      return ContinuationSelectorCase.forNumber(continuationSelectorCase_);
     }
 
     public Builder clearContinuationSelector() {
@@ -830,6 +891,8 @@ public Builder clearContinuationSelector() {
 
     private com.google.protobuf.ByteString transaction_ = com.google.protobuf.ByteString.EMPTY;
     /**
+     *
+     *
      * 
      * The transaction that was started as part of this request.
      * Can only be set in the first response, and only if
@@ -839,6 +902,7 @@ public Builder clearContinuationSelector() {
      * 
* * bytes transaction = 2; + * * @return The transaction. */ @java.lang.Override @@ -846,6 +910,8 @@ public com.google.protobuf.ByteString getTransaction() { return transaction_; } /** + * + * *
      * The transaction that was started as part of this request.
      * Can only be set in the first response, and only if
@@ -855,17 +921,22 @@ public com.google.protobuf.ByteString getTransaction() {
      * 
* * bytes transaction = 2; + * * @param value The transaction to set. * @return This builder for chaining. */ public Builder setTransaction(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } transaction_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * The transaction that was started as part of this request.
      * Can only be set in the first response, and only if
@@ -875,6 +946,7 @@ public Builder setTransaction(com.google.protobuf.ByteString value) {
      * 
* * bytes transaction = 2; + * * @return This builder for chaining. */ public Builder clearTransaction() { @@ -886,34 +958,47 @@ public Builder clearTransaction() { private com.google.firestore.v1.Document document_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> documentBuilder_; + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder> + documentBuilder_; /** + * + * *
      * A query result, not set when reporting partial progress.
      * 
* * .google.firestore.v1.Document document = 1; + * * @return Whether the document field is set. */ public boolean hasDocument() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * A query result, not set when reporting partial progress.
      * 
* * .google.firestore.v1.Document document = 1; + * * @return The document. */ public com.google.firestore.v1.Document getDocument() { if (documentBuilder_ == null) { - return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; + return document_ == null + ? com.google.firestore.v1.Document.getDefaultInstance() + : document_; } else { return documentBuilder_.getMessage(); } } /** + * + * *
      * A query result, not set when reporting partial progress.
      * 
@@ -934,14 +1019,15 @@ public Builder setDocument(com.google.firestore.v1.Document value) { return this; } /** + * + * *
      * A query result, not set when reporting partial progress.
      * 
* * .google.firestore.v1.Document document = 1; */ - public Builder setDocument( - com.google.firestore.v1.Document.Builder builderForValue) { + public Builder setDocument(com.google.firestore.v1.Document.Builder builderForValue) { if (documentBuilder_ == null) { document_ = builderForValue.build(); } else { @@ -952,6 +1038,8 @@ public Builder setDocument( return this; } /** + * + * *
      * A query result, not set when reporting partial progress.
      * 
@@ -960,9 +1048,9 @@ public Builder setDocument( */ public Builder mergeDocument(com.google.firestore.v1.Document value) { if (documentBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) && - document_ != null && - document_ != com.google.firestore.v1.Document.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) + && document_ != null + && document_ != com.google.firestore.v1.Document.getDefaultInstance()) { getDocumentBuilder().mergeFrom(value); } else { document_ = value; @@ -977,6 +1065,8 @@ public Builder mergeDocument(com.google.firestore.v1.Document value) { return this; } /** + * + * *
      * A query result, not set when reporting partial progress.
      * 
@@ -994,6 +1084,8 @@ public Builder clearDocument() { return this; } /** + * + * *
      * A query result, not set when reporting partial progress.
      * 
@@ -1006,6 +1098,8 @@ public com.google.firestore.v1.Document.Builder getDocumentBuilder() { return getDocumentFieldBuilder().getBuilder(); } /** + * + * *
      * A query result, not set when reporting partial progress.
      * 
@@ -1016,11 +1110,14 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { if (documentBuilder_ != null) { return documentBuilder_.getMessageOrBuilder(); } else { - return document_ == null ? - com.google.firestore.v1.Document.getDefaultInstance() : document_; + return document_ == null + ? com.google.firestore.v1.Document.getDefaultInstance() + : document_; } } /** + * + * *
      * A query result, not set when reporting partial progress.
      * 
@@ -1028,14 +1125,17 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { * .google.firestore.v1.Document document = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder> getDocumentFieldBuilder() { if (documentBuilder_ == null) { - documentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>( - getDocument(), - getParentForChildren(), - isClean()); + documentBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder>( + getDocument(), getParentForChildren(), isClean()); document_ = null; } return documentBuilder_; @@ -1043,8 +1143,13 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + readTimeBuilder_; /** + * + * *
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1056,12 +1161,15 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
      * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1073,6 +1181,7 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -1083,6 +1192,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1109,6 +1220,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1121,8 +1234,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 3;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         readTime_ = builderForValue.build();
       } else {
@@ -1133,6 +1245,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1147,9 +1261,9 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0) &&
-          readTime_ != null &&
-          readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0)
+            && readTime_ != null
+            && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getReadTimeBuilder().mergeFrom(value);
         } else {
           readTime_ = value;
@@ -1164,6 +1278,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1187,6 +1303,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1205,6 +1323,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1221,11 +1341,12 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (readTimeBuilder_ != null) {
         return readTimeBuilder_.getMessageOrBuilder();
       } else {
-        return readTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
+        return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The time at which the document was read. This may be monotonically
      * increasing; in this case, the previous documents in the result stream are
@@ -1239,27 +1360,33 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getReadTime(),
-                getParentForChildren(),
-                isClean());
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getReadTime(), getParentForChildren(), isClean());
         readTime_ = null;
       }
       return readTimeBuilder_;
     }
 
-    private int skippedResults_ ;
+    private int skippedResults_;
     /**
+     *
+     *
      * 
      * The number of results that have been skipped due to an offset between
      * the last response and the current response.
      * 
* * int32 skipped_results = 4; + * * @return The skippedResults. */ @java.lang.Override @@ -1267,12 +1394,15 @@ public int getSkippedResults() { return skippedResults_; } /** + * + * *
      * The number of results that have been skipped due to an offset between
      * the last response and the current response.
      * 
* * int32 skipped_results = 4; + * * @param value The skippedResults to set. * @return This builder for chaining. */ @@ -1284,12 +1414,15 @@ public Builder setSkippedResults(int value) { return this; } /** + * + * *
      * The number of results that have been skipped due to an offset between
      * the last response and the current response.
      * 
* * int32 skipped_results = 4; + * * @return This builder for chaining. */ public Builder clearSkippedResults() { @@ -1300,24 +1433,30 @@ public Builder clearSkippedResults() { } /** + * + * *
      * If present, Firestore has completely finished the request and no more
      * documents will be returned.
      * 
* * bool done = 6; + * * @return Whether the done field is set. */ public boolean hasDone() { return continuationSelectorCase_ == 6; } /** + * + * *
      * If present, Firestore has completely finished the request and no more
      * documents will be returned.
      * 
* * bool done = 6; + * * @return The done. */ public boolean getDone() { @@ -1327,12 +1466,15 @@ public boolean getDone() { return false; } /** + * + * *
      * If present, Firestore has completely finished the request and no more
      * documents will be returned.
      * 
* * bool done = 6; + * * @param value The done to set. * @return This builder for chaining. */ @@ -1344,12 +1486,15 @@ public Builder setDone(boolean value) { return this; } /** + * + * *
      * If present, Firestore has completely finished the request and no more
      * documents will be returned.
      * 
* * bool done = 6; + * * @return This builder for chaining. */ public Builder clearDone() { @@ -1363,8 +1508,13 @@ public Builder clearDone() { private com.google.firestore.v1.ExplainMetrics explainMetrics_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.ExplainMetrics, com.google.firestore.v1.ExplainMetrics.Builder, com.google.firestore.v1.ExplainMetricsOrBuilder> explainMetricsBuilder_; + com.google.firestore.v1.ExplainMetrics, + com.google.firestore.v1.ExplainMetrics.Builder, + com.google.firestore.v1.ExplainMetricsOrBuilder> + explainMetricsBuilder_; /** + * + * *
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1372,12 +1522,15 @@ public Builder clearDone() {
      * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 11; + * * @return Whether the explainMetrics field is set. */ public boolean hasExplainMetrics() { return ((bitField0_ & 0x00000020) != 0); } /** + * + * *
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1385,16 +1538,21 @@ public boolean hasExplainMetrics() {
      * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 11; + * * @return The explainMetrics. */ public com.google.firestore.v1.ExplainMetrics getExplainMetrics() { if (explainMetricsBuilder_ == null) { - return explainMetrics_ == null ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_; + return explainMetrics_ == null + ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance() + : explainMetrics_; } else { return explainMetricsBuilder_.getMessage(); } } /** + * + * *
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1417,6 +1575,8 @@ public Builder setExplainMetrics(com.google.firestore.v1.ExplainMetrics value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1437,6 +1597,8 @@ public Builder setExplainMetrics(
       return this;
     }
     /**
+     *
+     *
      * 
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1447,9 +1609,9 @@ public Builder setExplainMetrics(
      */
     public Builder mergeExplainMetrics(com.google.firestore.v1.ExplainMetrics value) {
       if (explainMetricsBuilder_ == null) {
-        if (((bitField0_ & 0x00000020) != 0) &&
-          explainMetrics_ != null &&
-          explainMetrics_ != com.google.firestore.v1.ExplainMetrics.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000020) != 0)
+            && explainMetrics_ != null
+            && explainMetrics_ != com.google.firestore.v1.ExplainMetrics.getDefaultInstance()) {
           getExplainMetricsBuilder().mergeFrom(value);
         } else {
           explainMetrics_ = value;
@@ -1464,6 +1626,8 @@ public Builder mergeExplainMetrics(com.google.firestore.v1.ExplainMetrics value)
       return this;
     }
     /**
+     *
+     *
      * 
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1483,6 +1647,8 @@ public Builder clearExplainMetrics() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1497,6 +1663,8 @@ public com.google.firestore.v1.ExplainMetrics.Builder getExplainMetricsBuilder()
       return getExplainMetricsFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1509,11 +1677,14 @@ public com.google.firestore.v1.ExplainMetricsOrBuilder getExplainMetricsOrBuilde
       if (explainMetricsBuilder_ != null) {
         return explainMetricsBuilder_.getMessageOrBuilder();
       } else {
-        return explainMetrics_ == null ?
-            com.google.firestore.v1.ExplainMetrics.getDefaultInstance() : explainMetrics_;
+        return explainMetrics_ == null
+            ? com.google.firestore.v1.ExplainMetrics.getDefaultInstance()
+            : explainMetrics_;
       }
     }
     /**
+     *
+     *
      * 
      * Query explain metrics. This is only present when the
      * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -1523,21 +1694,24 @@ public com.google.firestore.v1.ExplainMetricsOrBuilder getExplainMetricsOrBuilde
      * .google.firestore.v1.ExplainMetrics explain_metrics = 11;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.ExplainMetrics, com.google.firestore.v1.ExplainMetrics.Builder, com.google.firestore.v1.ExplainMetricsOrBuilder> 
+            com.google.firestore.v1.ExplainMetrics,
+            com.google.firestore.v1.ExplainMetrics.Builder,
+            com.google.firestore.v1.ExplainMetricsOrBuilder>
         getExplainMetricsFieldBuilder() {
       if (explainMetricsBuilder_ == null) {
-        explainMetricsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.ExplainMetrics, com.google.firestore.v1.ExplainMetrics.Builder, com.google.firestore.v1.ExplainMetricsOrBuilder>(
-                getExplainMetrics(),
-                getParentForChildren(),
-                isClean());
+        explainMetricsBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.ExplainMetrics,
+                com.google.firestore.v1.ExplainMetrics.Builder,
+                com.google.firestore.v1.ExplainMetricsOrBuilder>(
+                getExplainMetrics(), getParentForChildren(), isClean());
         explainMetrics_ = null;
       }
       return explainMetricsBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1547,12 +1721,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.RunQueryResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.RunQueryResponse)
   private static final com.google.firestore.v1.RunQueryResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.RunQueryResponse();
   }
@@ -1561,27 +1735,27 @@ public static com.google.firestore.v1.RunQueryResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public RunQueryResponse parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public RunQueryResponse parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1596,6 +1770,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.RunQueryResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponseOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponseOrBuilder.java
similarity index 86%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponseOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponseOrBuilder.java
index f51ce9ff7..b69f76b1f 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponseOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/RunQueryResponseOrBuilder.java
@@ -1,14 +1,32 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface RunQueryResponseOrBuilder extends
+public interface RunQueryResponseOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.RunQueryResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The transaction that was started as part of this request.
    * Can only be set in the first response, and only if
@@ -18,29 +36,38 @@ public interface RunQueryResponseOrBuilder extends
    * 
* * bytes transaction = 2; + * * @return The transaction. */ com.google.protobuf.ByteString getTransaction(); /** + * + * *
    * A query result, not set when reporting partial progress.
    * 
* * .google.firestore.v1.Document document = 1; + * * @return Whether the document field is set. */ boolean hasDocument(); /** + * + * *
    * A query result, not set when reporting partial progress.
    * 
* * .google.firestore.v1.Document document = 1; + * * @return The document. */ com.google.firestore.v1.Document getDocument(); /** + * + * *
    * A query result, not set when reporting partial progress.
    * 
@@ -50,6 +77,8 @@ public interface RunQueryResponseOrBuilder extends com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder(); /** + * + * *
    * The time at which the document was read. This may be monotonically
    * increasing; in this case, the previous documents in the result stream are
@@ -61,10 +90,13 @@ public interface RunQueryResponseOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * The time at which the document was read. This may be monotonically
    * increasing; in this case, the previous documents in the result stream are
@@ -76,10 +108,13 @@ public interface RunQueryResponseOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 3; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * The time at which the document was read. This may be monotonically
    * increasing; in this case, the previous documents in the result stream are
@@ -95,38 +130,49 @@ public interface RunQueryResponseOrBuilder extends
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
   /**
+   *
+   *
    * 
    * The number of results that have been skipped due to an offset between
    * the last response and the current response.
    * 
* * int32 skipped_results = 4; + * * @return The skippedResults. */ int getSkippedResults(); /** + * + * *
    * If present, Firestore has completely finished the request and no more
    * documents will be returned.
    * 
* * bool done = 6; + * * @return Whether the done field is set. */ boolean hasDone(); /** + * + * *
    * If present, Firestore has completely finished the request and no more
    * documents will be returned.
    * 
* * bool done = 6; + * * @return The done. */ boolean getDone(); /** + * + * *
    * Query explain metrics. This is only present when the
    * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -134,10 +180,13 @@ public interface RunQueryResponseOrBuilder extends
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 11; + * * @return Whether the explainMetrics field is set. */ boolean hasExplainMetrics(); /** + * + * *
    * Query explain metrics. This is only present when the
    * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
@@ -145,10 +194,13 @@ public interface RunQueryResponseOrBuilder extends
    * 
* * .google.firestore.v1.ExplainMetrics explain_metrics = 11; + * * @return The explainMetrics. */ com.google.firestore.v1.ExplainMetrics getExplainMetrics(); /** + * + * *
    * Query explain metrics. This is only present when the
    * [RunQueryRequest.explain_options][google.firestore.v1.RunQueryRequest.explain_options]
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQuery.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQuery.java
similarity index 70%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQuery.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQuery.java
index 0ee58daa5..1106e4341 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQuery.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQuery.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/query.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * Firestore query for running an aggregation over a
  * [StructuredQuery][google.firestore.v1.StructuredQuery].
@@ -12,89 +29,109 @@
  *
  * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery}
  */
-public final class StructuredAggregationQuery extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class StructuredAggregationQuery extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredAggregationQuery)
     StructuredAggregationQueryOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use StructuredAggregationQuery.newBuilder() to construct.
   private StructuredAggregationQuery(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private StructuredAggregationQuery() {
     aggregations_ = java.util.Collections.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new StructuredAggregationQuery();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.QueryProto
+        .internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_fieldAccessorTable
+    return com.google.firestore.v1.QueryProto
+        .internal_static_google_firestore_v1_StructuredAggregationQuery_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.StructuredAggregationQuery.class, com.google.firestore.v1.StructuredAggregationQuery.Builder.class);
+            com.google.firestore.v1.StructuredAggregationQuery.class,
+            com.google.firestore.v1.StructuredAggregationQuery.Builder.class);
   }
 
-  public interface AggregationOrBuilder extends
+  public interface AggregationOrBuilder
+      extends
       // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredAggregationQuery.Aggregation)
       com.google.protobuf.MessageOrBuilder {
 
     /**
+     *
+     *
      * 
      * Count aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; + * * @return Whether the count field is set. */ boolean hasCount(); /** + * + * *
      * Count aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; + * * @return The count. */ com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count getCount(); /** + * + * *
      * Count aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder getCountOrBuilder(); + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder + getCountOrBuilder(); /** + * + * *
      * Sum aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; + * * @return Whether the sum field is set. */ boolean hasSum(); /** + * + * *
      * Sum aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; + * * @return The sum. */ com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum getSum(); /** + * + * *
      * Sum aggregator.
      * 
@@ -104,24 +141,32 @@ public interface AggregationOrBuilder extends com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder getSumOrBuilder(); /** + * + * *
      * Average aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; + * * @return Whether the avg field is set. */ boolean hasAvg(); /** + * + * *
      * Average aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; + * * @return The avg. */ com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getAvg(); /** + * + * *
      * Average aggregator.
      * 
@@ -131,6 +176,8 @@ public interface AggregationOrBuilder extends com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder getAvgOrBuilder(); /** + * + * *
      * Optional. Optional name of the field to store the result of the
      * aggregation into.
@@ -170,10 +217,13 @@ public interface AggregationOrBuilder extends
      * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The alias. */ java.lang.String getAlias(); /** + * + * *
      * Optional. Optional name of the field to store the result of the
      * aggregation into.
@@ -213,58 +263,65 @@ public interface AggregationOrBuilder extends
      * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for alias. */ - com.google.protobuf.ByteString - getAliasBytes(); + com.google.protobuf.ByteString getAliasBytes(); com.google.firestore.v1.StructuredAggregationQuery.Aggregation.OperatorCase getOperatorCase(); } /** + * + * *
    * Defines an aggregation that produces a single result.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation} */ - public static final class Aggregation extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class Aggregation extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation) AggregationOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Aggregation.newBuilder() to construct. private Aggregation(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Aggregation() { alias_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Aggregation(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder.class); + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.class, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder.class); } - public interface CountOrBuilder extends + public interface CountOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) com.google.protobuf.MessageOrBuilder { /** + * + * *
        * Optional. Optional constraint on the maximum number of documents to
        * count.
@@ -285,11 +342,15 @@ public interface CountOrBuilder extends
        * * Must be greater than zero when present.
        * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the upTo field is set. */ boolean hasUpTo(); /** + * + * *
        * Optional. Optional constraint on the maximum number of documents to
        * count.
@@ -310,11 +371,15 @@ public interface CountOrBuilder extends
        * * Must be greater than zero when present.
        * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The upTo. */ com.google.protobuf.Int64Value getUpTo(); /** + * + * *
        * Optional. Optional constraint on the maximum number of documents to
        * count.
@@ -335,11 +400,14 @@ public interface CountOrBuilder extends
        * * Must be greater than zero when present.
        * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * */ com.google.protobuf.Int64ValueOrBuilder getUpToOrBuilder(); } /** + * + * *
      * Count of documents that match the query.
      *
@@ -349,42 +417,45 @@ public interface CountOrBuilder extends
      *
      * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation.Count}
      */
-    public static final class Count extends
-        com.google.protobuf.GeneratedMessageV3 implements
+    public static final class Count extends com.google.protobuf.GeneratedMessageV3
+        implements
         // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation.Count)
         CountOrBuilder {
-    private static final long serialVersionUID = 0L;
+      private static final long serialVersionUID = 0L;
       // Use Count.newBuilder() to construct.
       private Count(com.google.protobuf.GeneratedMessageV3.Builder builder) {
         super(builder);
       }
-      private Count() {
-      }
+
+      private Count() {}
 
       @java.lang.Override
       @SuppressWarnings({"unused"})
-      protected java.lang.Object newInstance(
-          UnusedPrivateParameter unused) {
+      protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
         return new Count();
       }
 
-      public static final com.google.protobuf.Descriptors.Descriptor
-          getDescriptor() {
-        return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+        return com.google.firestore.v1.QueryProto
+            .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_fieldAccessorTable
+        return com.google.firestore.v1.QueryProto
+            .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder.class);
+                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.class,
+                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder.class);
       }
 
       private int bitField0_;
       public static final int UP_TO_FIELD_NUMBER = 1;
       private com.google.protobuf.Int64Value upTo_;
       /**
+       *
+       *
        * 
        * Optional. Optional constraint on the maximum number of documents to
        * count.
@@ -405,7 +476,9 @@ protected java.lang.Object newInstance(
        * * Must be greater than zero when present.
        * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the upTo field is set. */ @java.lang.Override @@ -413,6 +486,8 @@ public boolean hasUpTo() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
        * Optional. Optional constraint on the maximum number of documents to
        * count.
@@ -433,7 +508,9 @@ public boolean hasUpTo() {
        * * Must be greater than zero when present.
        * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The upTo. */ @java.lang.Override @@ -441,6 +518,8 @@ public com.google.protobuf.Int64Value getUpTo() { return upTo_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : upTo_; } /** + * + * *
        * Optional. Optional constraint on the maximum number of documents to
        * count.
@@ -461,7 +540,8 @@ public com.google.protobuf.Int64Value getUpTo() {
        * * Must be greater than zero when present.
        * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getUpToOrBuilder() { @@ -469,6 +549,7 @@ public com.google.protobuf.Int64ValueOrBuilder getUpToOrBuilder() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -480,8 +561,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getUpTo()); } @@ -495,8 +575,7 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getUpTo()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getUpTo()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -506,17 +585,18 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } - if (!(obj instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count)) { + if (!(obj + instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count)) { return super.equals(obj); } - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count other = (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) obj; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count other = + (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) obj; if (hasUpTo() != other.hasUpTo()) return false; if (hasUpTo()) { - if (!getUpTo() - .equals(other.getUpTo())) return false; + if (!getUpTo().equals(other.getUpTo())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -539,89 +619,96 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( + byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count + parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count + parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count prototype) { + + public static Builder newBuilder( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -631,6 +718,8 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
        * Count of documents that match the query.
        *
@@ -640,39 +729,44 @@ protected Builder newBuilderForType(
        *
        * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation.Count}
        */
-      public static final class Builder extends
-          com.google.protobuf.GeneratedMessageV3.Builder implements
+      public static final class Builder
+          extends com.google.protobuf.GeneratedMessageV3.Builder
+          implements
           // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation.Count)
           com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder {
-        public static final com.google.protobuf.Descriptors.Descriptor
-            getDescriptor() {
-          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+          return com.google.firestore.v1.QueryProto
+              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_fieldAccessorTable
+          return com.google.firestore.v1.QueryProto
+              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder.class);
+                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.class,
+                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
+                      .class);
         }
 
-        // Construct using com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.newBuilder()
+        // Construct using
+        // com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.newBuilder()
         private Builder() {
           maybeForceBuilderInitialization();
         }
 
-        private Builder(
-            com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
           super(parent);
           maybeForceBuilderInitialization();
         }
+
         private void maybeForceBuilderInitialization() {
-          if (com.google.protobuf.GeneratedMessageV3
-                  .alwaysUseFieldBuilders) {
+          if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
             getUpToFieldBuilder();
           }
         }
+
         @java.lang.Override
         public Builder clear() {
           super.clear();
@@ -686,19 +780,22 @@ public Builder clear() {
         }
 
         @java.lang.Override
-        public com.google.protobuf.Descriptors.Descriptor
-            getDescriptorForType() {
-          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor;
+        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+          return com.google.firestore.v1.QueryProto
+              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_descriptor;
         }
 
         @java.lang.Override
-        public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count getDefaultInstanceForType() {
-          return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance();
+        public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
+            getDefaultInstanceForType() {
+          return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
+              .getDefaultInstance();
         }
 
         @java.lang.Override
         public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count build() {
-          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count result = buildPartial();
+          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count result =
+              buildPartial();
           if (!result.isInitialized()) {
             throw newUninitializedMessageException(result);
           }
@@ -707,19 +804,21 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count buil
 
         @java.lang.Override
         public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count buildPartial() {
-          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count result = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count(this);
-          if (bitField0_ != 0) { buildPartial0(result); }
+          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count result =
+              new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count(this);
+          if (bitField0_ != 0) {
+            buildPartial0(result);
+          }
           onBuilt();
           return result;
         }
 
-        private void buildPartial0(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count result) {
+        private void buildPartial0(
+            com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count result) {
           int from_bitField0_ = bitField0_;
           int to_bitField0_ = 0;
           if (((from_bitField0_ & 0x00000001) != 0)) {
-            result.upTo_ = upToBuilder_ == null
-                ? upTo_
-                : upToBuilder_.build();
+            result.upTo_ = upToBuilder_ == null ? upTo_ : upToBuilder_.build();
             to_bitField0_ |= 0x00000001;
           }
           result.bitField0_ |= to_bitField0_;
@@ -729,46 +828,54 @@ private void buildPartial0(com.google.firestore.v1.StructuredAggregationQuery.Ag
         public Builder clone() {
           return super.clone();
         }
+
         @java.lang.Override
         public Builder setField(
-            com.google.protobuf.Descriptors.FieldDescriptor field,
-            java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
           return super.setField(field, value);
         }
+
         @java.lang.Override
-        public Builder clearField(
-            com.google.protobuf.Descriptors.FieldDescriptor field) {
+        public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
           return super.clearField(field);
         }
+
         @java.lang.Override
-        public Builder clearOneof(
-            com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+        public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
           return super.clearOneof(oneof);
         }
+
         @java.lang.Override
         public Builder setRepeatedField(
             com.google.protobuf.Descriptors.FieldDescriptor field,
-            int index, java.lang.Object value) {
+            int index,
+            java.lang.Object value) {
           return super.setRepeatedField(field, index, value);
         }
+
         @java.lang.Override
         public Builder addRepeatedField(
-            com.google.protobuf.Descriptors.FieldDescriptor field,
-            java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
           return super.addRepeatedField(field, value);
         }
+
         @java.lang.Override
         public Builder mergeFrom(com.google.protobuf.Message other) {
-          if (other instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) {
-            return mergeFrom((com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count)other);
+          if (other
+              instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) {
+            return mergeFrom(
+                (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) other);
           } else {
             super.mergeFrom(other);
             return this;
           }
         }
 
-        public Builder mergeFrom(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count other) {
-          if (other == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance()) return this;
+        public Builder mergeFrom(
+            com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count other) {
+          if (other
+              == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
+                  .getDefaultInstance()) return this;
           if (other.hasUpTo()) {
             mergeUpTo(other.getUpTo());
           }
@@ -798,19 +905,19 @@ public Builder mergeFrom(
                 case 0:
                   done = true;
                   break;
-                case 10: {
-                  input.readMessage(
-                      getUpToFieldBuilder().getBuilder(),
-                      extensionRegistry);
-                  bitField0_ |= 0x00000001;
-                  break;
-                } // case 10
-                default: {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+                case 10:
+                  {
+                    input.readMessage(getUpToFieldBuilder().getBuilder(), extensionRegistry);
+                    bitField0_ |= 0x00000001;
+                    break;
+                  } // case 10
+                default:
+                  {
+                    if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                      done = true; // was an endgroup tag
+                    }
+                    break;
+                  } // default:
               } // switch (tag)
             } // while (!done)
           } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -820,12 +927,18 @@ public Builder mergeFrom(
           } // finally
           return this;
         }
+
         private int bitField0_;
 
         private com.google.protobuf.Int64Value upTo_;
         private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> upToBuilder_;
+                com.google.protobuf.Int64Value,
+                com.google.protobuf.Int64Value.Builder,
+                com.google.protobuf.Int64ValueOrBuilder>
+            upToBuilder_;
         /**
+         *
+         *
          * 
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -846,13 +959,17 @@ public Builder mergeFrom(
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the upTo field is set. */ public boolean hasUpTo() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -873,7 +990,9 @@ public boolean hasUpTo() {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The upTo. */ public com.google.protobuf.Int64Value getUpTo() { @@ -884,6 +1003,8 @@ public com.google.protobuf.Int64Value getUpTo() { } } /** + * + * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -904,7 +1025,8 @@ public com.google.protobuf.Int64Value getUpTo() {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder setUpTo(com.google.protobuf.Int64Value value) { if (upToBuilder_ == null) { @@ -920,6 +1042,8 @@ public Builder setUpTo(com.google.protobuf.Int64Value value) { return this; } /** + * + * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -940,10 +1064,10 @@ public Builder setUpTo(com.google.protobuf.Int64Value value) {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * */ - public Builder setUpTo( - com.google.protobuf.Int64Value.Builder builderForValue) { + public Builder setUpTo(com.google.protobuf.Int64Value.Builder builderForValue) { if (upToBuilder_ == null) { upTo_ = builderForValue.build(); } else { @@ -954,6 +1078,8 @@ public Builder setUpTo( return this; } /** + * + * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -974,13 +1100,14 @@ public Builder setUpTo(
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder mergeUpTo(com.google.protobuf.Int64Value value) { if (upToBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - upTo_ != null && - upTo_ != com.google.protobuf.Int64Value.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && upTo_ != null + && upTo_ != com.google.protobuf.Int64Value.getDefaultInstance()) { getUpToBuilder().mergeFrom(value); } else { upTo_ = value; @@ -995,6 +1122,8 @@ public Builder mergeUpTo(com.google.protobuf.Int64Value value) { return this; } /** + * + * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -1015,7 +1144,8 @@ public Builder mergeUpTo(com.google.protobuf.Int64Value value) {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder clearUpTo() { bitField0_ = (bitField0_ & ~0x00000001); @@ -1028,6 +1158,8 @@ public Builder clearUpTo() { return this; } /** + * + * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -1048,7 +1180,8 @@ public Builder clearUpTo() {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.protobuf.Int64Value.Builder getUpToBuilder() { bitField0_ |= 0x00000001; @@ -1056,6 +1189,8 @@ public com.google.protobuf.Int64Value.Builder getUpToBuilder() { return getUpToFieldBuilder().getBuilder(); } /** + * + * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -1076,17 +1211,19 @@ public com.google.protobuf.Int64Value.Builder getUpToBuilder() {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.protobuf.Int64ValueOrBuilder getUpToOrBuilder() { if (upToBuilder_ != null) { return upToBuilder_.getMessageOrBuilder(); } else { - return upTo_ == null ? - com.google.protobuf.Int64Value.getDefaultInstance() : upTo_; + return upTo_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : upTo_; } } /** + * + * *
          * Optional. Optional constraint on the maximum number of documents to
          * count.
@@ -1107,21 +1244,26 @@ public com.google.protobuf.Int64ValueOrBuilder getUpToOrBuilder() {
          * * Must be greater than zero when present.
          * 
* - * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * .google.protobuf.Int64Value up_to = 1 [(.google.api.field_behavior) = OPTIONAL]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> + com.google.protobuf.Int64Value, + com.google.protobuf.Int64Value.Builder, + com.google.protobuf.Int64ValueOrBuilder> getUpToFieldBuilder() { if (upToBuilder_ == null) { - upToBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( - getUpTo(), - getParentForChildren(), - isClean()); + upToBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Int64Value, + com.google.protobuf.Int64Value.Builder, + com.google.protobuf.Int64ValueOrBuilder>( + getUpTo(), getParentForChildren(), isClean()); upTo_ = null; } return upToBuilder_; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1134,41 +1276,45 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) - private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count DEFAULT_INSTANCE; + private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count + DEFAULT_INSTANCE; + static { - DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count(); + DEFAULT_INSTANCE = + new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count(); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count getDefaultInstance() { + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count + getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Count parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Count parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1180,35 +1326,44 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count getDefaultInstanceForType() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count + getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface SumOrBuilder extends + public interface SumOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) com.google.protobuf.MessageOrBuilder { /** + * + * *
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return Whether the field field is set. */ boolean hasField(); /** + * + * *
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return The field. */ com.google.firestore.v1.StructuredQuery.FieldReference getField(); /** + * + * *
        * The field to aggregate on.
        * 
@@ -1218,6 +1373,8 @@ public interface SumOrBuilder extends com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder(); } /** + * + * *
      * Sum of the values of the requested field.
      *
@@ -1244,47 +1401,51 @@ public interface SumOrBuilder extends
      *
      * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum}
      */
-    public static final class Sum extends
-        com.google.protobuf.GeneratedMessageV3 implements
+    public static final class Sum extends com.google.protobuf.GeneratedMessageV3
+        implements
         // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum)
         SumOrBuilder {
-    private static final long serialVersionUID = 0L;
+      private static final long serialVersionUID = 0L;
       // Use Sum.newBuilder() to construct.
       private Sum(com.google.protobuf.GeneratedMessageV3.Builder builder) {
         super(builder);
       }
-      private Sum() {
-      }
+
+      private Sum() {}
 
       @java.lang.Override
       @SuppressWarnings({"unused"})
-      protected java.lang.Object newInstance(
-          UnusedPrivateParameter unused) {
+      protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
         return new Sum();
       }
 
-      public static final com.google.protobuf.Descriptors.Descriptor
-          getDescriptor() {
-        return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+        return com.google.firestore.v1.QueryProto
+            .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_fieldAccessorTable
+        return com.google.firestore.v1.QueryProto
+            .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder.class);
+                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.class,
+                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder.class);
       }
 
       private int bitField0_;
       public static final int FIELD_FIELD_NUMBER = 1;
       private com.google.firestore.v1.StructuredQuery.FieldReference field_;
       /**
+       *
+       *
        * 
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return Whether the field field is set. */ @java.lang.Override @@ -1292,18 +1453,25 @@ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return The field. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReference getField() { - return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } /** + * + * *
        * The field to aggregate on.
        * 
@@ -1312,10 +1480,13 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder() { - return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1327,8 +1498,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getField()); } @@ -1342,8 +1512,7 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getField()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getField()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1353,17 +1522,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum)) { return super.equals(obj); } - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum other = (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) obj; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum other = + (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) obj; if (hasField() != other.hasField()) return false; if (hasField()) { - if (!getField() - .equals(other.getField())) return false; + if (!getField().equals(other.getField())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -1386,89 +1555,96 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( + byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum + parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum + parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum prototype) { + + public static Builder newBuilder( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1478,6 +1654,8 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
        * Sum of the values of the requested field.
        *
@@ -1504,39 +1682,43 @@ protected Builder newBuilderForType(
        *
        * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum}
        */
-      public static final class Builder extends
-          com.google.protobuf.GeneratedMessageV3.Builder implements
+      public static final class Builder
+          extends com.google.protobuf.GeneratedMessageV3.Builder
+          implements
           // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum)
           com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder {
-        public static final com.google.protobuf.Descriptors.Descriptor
-            getDescriptor() {
-          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+          return com.google.firestore.v1.QueryProto
+              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_fieldAccessorTable
+          return com.google.firestore.v1.QueryProto
+              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder.class);
+                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.class,
+                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder.class);
         }
 
-        // Construct using com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.newBuilder()
+        // Construct using
+        // com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.newBuilder()
         private Builder() {
           maybeForceBuilderInitialization();
         }
 
-        private Builder(
-            com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
           super(parent);
           maybeForceBuilderInitialization();
         }
+
         private void maybeForceBuilderInitialization() {
-          if (com.google.protobuf.GeneratedMessageV3
-                  .alwaysUseFieldBuilders) {
+          if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
             getFieldFieldBuilder();
           }
         }
+
         @java.lang.Override
         public Builder clear() {
           super.clear();
@@ -1550,19 +1732,22 @@ public Builder clear() {
         }
 
         @java.lang.Override
-        public com.google.protobuf.Descriptors.Descriptor
-            getDescriptorForType() {
-          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor;
+        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+          return com.google.firestore.v1.QueryProto
+              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Sum_descriptor;
         }
 
         @java.lang.Override
-        public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum getDefaultInstanceForType() {
-          return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance();
+        public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum
+            getDefaultInstanceForType() {
+          return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum
+              .getDefaultInstance();
         }
 
         @java.lang.Override
         public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum build() {
-          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum result = buildPartial();
+          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum result =
+              buildPartial();
           if (!result.isInitialized()) {
             throw newUninitializedMessageException(result);
           }
@@ -1571,19 +1756,21 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum build(
 
         @java.lang.Override
         public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum buildPartial() {
-          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum result = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum(this);
-          if (bitField0_ != 0) { buildPartial0(result); }
+          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum result =
+              new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum(this);
+          if (bitField0_ != 0) {
+            buildPartial0(result);
+          }
           onBuilt();
           return result;
         }
 
-        private void buildPartial0(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum result) {
+        private void buildPartial0(
+            com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum result) {
           int from_bitField0_ = bitField0_;
           int to_bitField0_ = 0;
           if (((from_bitField0_ & 0x00000001) != 0)) {
-            result.field_ = fieldBuilder_ == null
-                ? field_
-                : fieldBuilder_.build();
+            result.field_ = fieldBuilder_ == null ? field_ : fieldBuilder_.build();
             to_bitField0_ |= 0x00000001;
           }
           result.bitField0_ |= to_bitField0_;
@@ -1593,46 +1780,53 @@ private void buildPartial0(com.google.firestore.v1.StructuredAggregationQuery.Ag
         public Builder clone() {
           return super.clone();
         }
+
         @java.lang.Override
         public Builder setField(
-            com.google.protobuf.Descriptors.FieldDescriptor field,
-            java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
           return super.setField(field, value);
         }
+
         @java.lang.Override
-        public Builder clearField(
-            com.google.protobuf.Descriptors.FieldDescriptor field) {
+        public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
           return super.clearField(field);
         }
+
         @java.lang.Override
-        public Builder clearOneof(
-            com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+        public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
           return super.clearOneof(oneof);
         }
+
         @java.lang.Override
         public Builder setRepeatedField(
             com.google.protobuf.Descriptors.FieldDescriptor field,
-            int index, java.lang.Object value) {
+            int index,
+            java.lang.Object value) {
           return super.setRepeatedField(field, index, value);
         }
+
         @java.lang.Override
         public Builder addRepeatedField(
-            com.google.protobuf.Descriptors.FieldDescriptor field,
-            java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
           return super.addRepeatedField(field, value);
         }
+
         @java.lang.Override
         public Builder mergeFrom(com.google.protobuf.Message other) {
           if (other instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) {
-            return mergeFrom((com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum)other);
+            return mergeFrom(
+                (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) other);
           } else {
             super.mergeFrom(other);
             return this;
           }
         }
 
-        public Builder mergeFrom(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum other) {
-          if (other == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance()) return this;
+        public Builder mergeFrom(
+            com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum other) {
+          if (other
+              == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum
+                  .getDefaultInstance()) return this;
           if (other.hasField()) {
             mergeField(other.getField());
           }
@@ -1662,19 +1856,19 @@ public Builder mergeFrom(
                 case 0:
                   done = true;
                   break;
-                case 10: {
-                  input.readMessage(
-                      getFieldFieldBuilder().getBuilder(),
-                      extensionRegistry);
-                  bitField0_ |= 0x00000001;
-                  break;
-                } // case 10
-                default: {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+                case 10:
+                  {
+                    input.readMessage(getFieldFieldBuilder().getBuilder(), extensionRegistry);
+                    bitField0_ |= 0x00000001;
+                    break;
+                  } // case 10
+                default:
+                  {
+                    if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                      done = true; // was an endgroup tag
+                    }
+                    break;
+                  } // default:
               } // switch (tag)
             } // while (!done)
           } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1684,38 +1878,52 @@ public Builder mergeFrom(
           } // finally
           return this;
         }
+
         private int bitField0_;
 
         private com.google.firestore.v1.StructuredQuery.FieldReference field_;
         private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> fieldBuilder_;
+                com.google.firestore.v1.StructuredQuery.FieldReference,
+                com.google.firestore.v1.StructuredQuery.FieldReference.Builder,
+                com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>
+            fieldBuilder_;
         /**
+         *
+         *
          * 
          * The field to aggregate on.
          * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return Whether the field field is set. */ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
          * The field to aggregate on.
          * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return The field. */ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { if (fieldBuilder_ == null) { - return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } else { return fieldBuilder_.getMessage(); } } /** + * + * *
          * The field to aggregate on.
          * 
@@ -1736,6 +1944,8 @@ public Builder setField(com.google.firestore.v1.StructuredQuery.FieldReference v return this; } /** + * + * *
          * The field to aggregate on.
          * 
@@ -1754,6 +1964,8 @@ public Builder setField( return this; } /** + * + * *
          * The field to aggregate on.
          * 
@@ -1762,9 +1974,11 @@ public Builder setField( */ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference value) { if (fieldBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - field_ != null && - field_ != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && field_ != null + && field_ + != com.google.firestore.v1.StructuredQuery.FieldReference + .getDefaultInstance()) { getFieldBuilder().mergeFrom(value); } else { field_ = value; @@ -1779,6 +1993,8 @@ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference return this; } /** + * + * *
          * The field to aggregate on.
          * 
@@ -1796,6 +2012,8 @@ public Builder clearField() { return this; } /** + * + * *
          * The field to aggregate on.
          * 
@@ -1808,6 +2026,8 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getFieldBu return getFieldFieldBuilder().getBuilder(); } /** + * + * *
          * The field to aggregate on.
          * 
@@ -1818,11 +2038,14 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO if (fieldBuilder_ != null) { return fieldBuilder_.getMessageOrBuilder(); } else { - return field_ == null ? - com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } } /** + * + * *
          * The field to aggregate on.
          * 
@@ -1830,18 +2053,22 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO * .google.firestore.v1.StructuredQuery.FieldReference field = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> getFieldFieldBuilder() { if (fieldBuilder_ == null) { - fieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( - getField(), - getParentForChildren(), - isClean()); + fieldBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( + getField(), getParentForChildren(), isClean()); field_ = null; } return fieldBuilder_; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1854,41 +2081,44 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) - private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum DEFAULT_INSTANCE; + private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum + DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum(); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum getDefaultInstance() { + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum + getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Sum parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Sum parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1900,35 +2130,44 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum getDefaultInstanceForType() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum + getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface AvgOrBuilder extends + public interface AvgOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) com.google.protobuf.MessageOrBuilder { /** + * + * *
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return Whether the field field is set. */ boolean hasField(); /** + * + * *
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return The field. */ com.google.firestore.v1.StructuredQuery.FieldReference getField(); /** + * + * *
        * The field to aggregate on.
        * 
@@ -1938,6 +2177,8 @@ public interface AvgOrBuilder extends com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder(); } /** + * + * *
      * Average of the values of the requested field.
      *
@@ -1954,47 +2195,51 @@ public interface AvgOrBuilder extends
      *
      * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg}
      */
-    public static final class Avg extends
-        com.google.protobuf.GeneratedMessageV3 implements
+    public static final class Avg extends com.google.protobuf.GeneratedMessageV3
+        implements
         // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg)
         AvgOrBuilder {
-    private static final long serialVersionUID = 0L;
+      private static final long serialVersionUID = 0L;
       // Use Avg.newBuilder() to construct.
       private Avg(com.google.protobuf.GeneratedMessageV3.Builder builder) {
         super(builder);
       }
-      private Avg() {
-      }
+
+      private Avg() {}
 
       @java.lang.Override
       @SuppressWarnings({"unused"})
-      protected java.lang.Object newInstance(
-          UnusedPrivateParameter unused) {
+      protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
         return new Avg();
       }
 
-      public static final com.google.protobuf.Descriptors.Descriptor
-          getDescriptor() {
-        return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+        return com.google.firestore.v1.QueryProto
+            .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_fieldAccessorTable
+        return com.google.firestore.v1.QueryProto
+            .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder.class);
+                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.class,
+                com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder.class);
       }
 
       private int bitField0_;
       public static final int FIELD_FIELD_NUMBER = 1;
       private com.google.firestore.v1.StructuredQuery.FieldReference field_;
       /**
+       *
+       *
        * 
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return Whether the field field is set. */ @java.lang.Override @@ -2002,18 +2247,25 @@ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
        * The field to aggregate on.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return The field. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReference getField() { - return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } /** + * + * *
        * The field to aggregate on.
        * 
@@ -2022,10 +2274,13 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder() { - return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2037,8 +2292,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getField()); } @@ -2052,8 +2306,7 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getField()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getField()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -2063,17 +2316,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg)) { return super.equals(obj); } - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg other = (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) obj; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg other = + (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) obj; if (hasField() != other.hasField()) return false; if (hasField()) { - if (!getField() - .equals(other.getField())) return false; + if (!getField().equals(other.getField())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -2096,89 +2349,96 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( + byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg + parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg + parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg prototype) { + + public static Builder newBuilder( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -2188,6 +2448,8 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
        * Average of the values of the requested field.
        *
@@ -2204,39 +2466,43 @@ protected Builder newBuilderForType(
        *
        * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg}
        */
-      public static final class Builder extends
-          com.google.protobuf.GeneratedMessageV3.Builder implements
+      public static final class Builder
+          extends com.google.protobuf.GeneratedMessageV3.Builder
+          implements
           // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg)
           com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder {
-        public static final com.google.protobuf.Descriptors.Descriptor
-            getDescriptor() {
-          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+          return com.google.firestore.v1.QueryProto
+              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_fieldAccessorTable
+          return com.google.firestore.v1.QueryProto
+              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder.class);
+                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.class,
+                  com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder.class);
         }
 
-        // Construct using com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.newBuilder()
+        // Construct using
+        // com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.newBuilder()
         private Builder() {
           maybeForceBuilderInitialization();
         }
 
-        private Builder(
-            com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
           super(parent);
           maybeForceBuilderInitialization();
         }
+
         private void maybeForceBuilderInitialization() {
-          if (com.google.protobuf.GeneratedMessageV3
-                  .alwaysUseFieldBuilders) {
+          if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
             getFieldFieldBuilder();
           }
         }
+
         @java.lang.Override
         public Builder clear() {
           super.clear();
@@ -2250,19 +2516,22 @@ public Builder clear() {
         }
 
         @java.lang.Override
-        public com.google.protobuf.Descriptors.Descriptor
-            getDescriptorForType() {
-          return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor;
+        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+          return com.google.firestore.v1.QueryProto
+              .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_Avg_descriptor;
         }
 
         @java.lang.Override
-        public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getDefaultInstanceForType() {
-          return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance();
+        public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg
+            getDefaultInstanceForType() {
+          return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg
+              .getDefaultInstance();
         }
 
         @java.lang.Override
         public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg build() {
-          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg result = buildPartial();
+          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg result =
+              buildPartial();
           if (!result.isInitialized()) {
             throw newUninitializedMessageException(result);
           }
@@ -2271,19 +2540,21 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg build(
 
         @java.lang.Override
         public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg buildPartial() {
-          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg result = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg(this);
-          if (bitField0_ != 0) { buildPartial0(result); }
+          com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg result =
+              new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg(this);
+          if (bitField0_ != 0) {
+            buildPartial0(result);
+          }
           onBuilt();
           return result;
         }
 
-        private void buildPartial0(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg result) {
+        private void buildPartial0(
+            com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg result) {
           int from_bitField0_ = bitField0_;
           int to_bitField0_ = 0;
           if (((from_bitField0_ & 0x00000001) != 0)) {
-            result.field_ = fieldBuilder_ == null
-                ? field_
-                : fieldBuilder_.build();
+            result.field_ = fieldBuilder_ == null ? field_ : fieldBuilder_.build();
             to_bitField0_ |= 0x00000001;
           }
           result.bitField0_ |= to_bitField0_;
@@ -2293,46 +2564,53 @@ private void buildPartial0(com.google.firestore.v1.StructuredAggregationQuery.Ag
         public Builder clone() {
           return super.clone();
         }
+
         @java.lang.Override
         public Builder setField(
-            com.google.protobuf.Descriptors.FieldDescriptor field,
-            java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
           return super.setField(field, value);
         }
+
         @java.lang.Override
-        public Builder clearField(
-            com.google.protobuf.Descriptors.FieldDescriptor field) {
+        public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
           return super.clearField(field);
         }
+
         @java.lang.Override
-        public Builder clearOneof(
-            com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+        public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
           return super.clearOneof(oneof);
         }
+
         @java.lang.Override
         public Builder setRepeatedField(
             com.google.protobuf.Descriptors.FieldDescriptor field,
-            int index, java.lang.Object value) {
+            int index,
+            java.lang.Object value) {
           return super.setRepeatedField(field, index, value);
         }
+
         @java.lang.Override
         public Builder addRepeatedField(
-            com.google.protobuf.Descriptors.FieldDescriptor field,
-            java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
           return super.addRepeatedField(field, value);
         }
+
         @java.lang.Override
         public Builder mergeFrom(com.google.protobuf.Message other) {
           if (other instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) {
-            return mergeFrom((com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg)other);
+            return mergeFrom(
+                (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) other);
           } else {
             super.mergeFrom(other);
             return this;
           }
         }
 
-        public Builder mergeFrom(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg other) {
-          if (other == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance()) return this;
+        public Builder mergeFrom(
+            com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg other) {
+          if (other
+              == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg
+                  .getDefaultInstance()) return this;
           if (other.hasField()) {
             mergeField(other.getField());
           }
@@ -2362,19 +2640,19 @@ public Builder mergeFrom(
                 case 0:
                   done = true;
                   break;
-                case 10: {
-                  input.readMessage(
-                      getFieldFieldBuilder().getBuilder(),
-                      extensionRegistry);
-                  bitField0_ |= 0x00000001;
-                  break;
-                } // case 10
-                default: {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+                case 10:
+                  {
+                    input.readMessage(getFieldFieldBuilder().getBuilder(), extensionRegistry);
+                    bitField0_ |= 0x00000001;
+                    break;
+                  } // case 10
+                default:
+                  {
+                    if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                      done = true; // was an endgroup tag
+                    }
+                    break;
+                  } // default:
               } // switch (tag)
             } // while (!done)
           } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -2384,38 +2662,52 @@ public Builder mergeFrom(
           } // finally
           return this;
         }
+
         private int bitField0_;
 
         private com.google.firestore.v1.StructuredQuery.FieldReference field_;
         private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> fieldBuilder_;
+                com.google.firestore.v1.StructuredQuery.FieldReference,
+                com.google.firestore.v1.StructuredQuery.FieldReference.Builder,
+                com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>
+            fieldBuilder_;
         /**
+         *
+         *
          * 
          * The field to aggregate on.
          * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return Whether the field field is set. */ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
          * The field to aggregate on.
          * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return The field. */ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { if (fieldBuilder_ == null) { - return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } else { return fieldBuilder_.getMessage(); } } /** + * + * *
          * The field to aggregate on.
          * 
@@ -2436,6 +2728,8 @@ public Builder setField(com.google.firestore.v1.StructuredQuery.FieldReference v return this; } /** + * + * *
          * The field to aggregate on.
          * 
@@ -2454,6 +2748,8 @@ public Builder setField( return this; } /** + * + * *
          * The field to aggregate on.
          * 
@@ -2462,9 +2758,11 @@ public Builder setField( */ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference value) { if (fieldBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - field_ != null && - field_ != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && field_ != null + && field_ + != com.google.firestore.v1.StructuredQuery.FieldReference + .getDefaultInstance()) { getFieldBuilder().mergeFrom(value); } else { field_ = value; @@ -2479,6 +2777,8 @@ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference return this; } /** + * + * *
          * The field to aggregate on.
          * 
@@ -2496,6 +2796,8 @@ public Builder clearField() { return this; } /** + * + * *
          * The field to aggregate on.
          * 
@@ -2508,6 +2810,8 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getFieldBu return getFieldFieldBuilder().getBuilder(); } /** + * + * *
          * The field to aggregate on.
          * 
@@ -2518,11 +2822,14 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO if (fieldBuilder_ != null) { return fieldBuilder_.getMessageOrBuilder(); } else { - return field_ == null ? - com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } } /** + * + * *
          * The field to aggregate on.
          * 
@@ -2530,18 +2837,22 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO * .google.firestore.v1.StructuredQuery.FieldReference field = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> getFieldFieldBuilder() { if (fieldBuilder_ == null) { - fieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( - getField(), - getParentForChildren(), - isClean()); + fieldBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( + getField(), getParentForChildren(), isClean()); field_ = null; } return fieldBuilder_; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2554,41 +2865,44 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) - private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg DEFAULT_INSTANCE; + private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg + DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg(); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getDefaultInstance() { + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg + getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Avg parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Avg parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2600,23 +2914,27 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getDefaultInstanceForType() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg + getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } private int operatorCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object operator_; + public enum OperatorCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { COUNT(1), SUM(2), AVG(3), OPERATOR_NOT_SET(0); private final int value; + private OperatorCase(int value) { this.value = value; } @@ -2632,31 +2950,38 @@ public static OperatorCase valueOf(int value) { public static OperatorCase forNumber(int value) { switch (value) { - case 1: return COUNT; - case 2: return SUM; - case 3: return AVG; - case 0: return OPERATOR_NOT_SET; - default: return null; + case 1: + return COUNT; + case 2: + return SUM; + case 3: + return AVG; + case 0: + return OPERATOR_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public OperatorCase - getOperatorCase() { - return OperatorCase.forNumber( - operatorCase_); + public OperatorCase getOperatorCase() { + return OperatorCase.forNumber(operatorCase_); } public static final int COUNT_FIELD_NUMBER = 1; /** + * + * *
      * Count aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; + * * @return Whether the count field is set. */ @java.lang.Override @@ -2664,21 +2989,27 @@ public boolean hasCount() { return operatorCase_ == 1; } /** + * + * *
      * Count aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; + * * @return The count. */ @java.lang.Override public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count getCount() { if (operatorCase_ == 1) { - return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_; + return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count + .getDefaultInstance(); } /** + * + * *
      * Count aggregator.
      * 
@@ -2686,20 +3017,25 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count getC * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder getCountOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder + getCountOrBuilder() { if (operatorCase_ == 1) { - return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_; + return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count + .getDefaultInstance(); } public static final int SUM_FIELD_NUMBER = 2; /** + * + * *
      * Sum aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; + * * @return Whether the sum field is set. */ @java.lang.Override @@ -2707,21 +3043,27 @@ public boolean hasSum() { return operatorCase_ == 2; } /** + * + * *
      * Sum aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; + * * @return The sum. */ @java.lang.Override public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum getSum() { if (operatorCase_ == 2) { - return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_; + return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum + .getDefaultInstance(); } /** + * + * *
      * Sum aggregator.
      * 
@@ -2729,20 +3071,25 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum getSum * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder getSumOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder + getSumOrBuilder() { if (operatorCase_ == 2) { - return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_; + return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum + .getDefaultInstance(); } public static final int AVG_FIELD_NUMBER = 3; /** + * + * *
      * Average aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; + * * @return Whether the avg field is set. */ @java.lang.Override @@ -2750,21 +3097,27 @@ public boolean hasAvg() { return operatorCase_ == 3; } /** + * + * *
      * Average aggregator.
      * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; + * * @return The avg. */ @java.lang.Override public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getAvg() { if (operatorCase_ == 3) { - return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_; + return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg + .getDefaultInstance(); } /** + * + * *
      * Average aggregator.
      * 
@@ -2772,17 +3125,22 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getAvg * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder getAvgOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder + getAvgOrBuilder() { if (operatorCase_ == 3) { - return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_; + return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg + .getDefaultInstance(); } public static final int ALIAS_FIELD_NUMBER = 7; + @SuppressWarnings("serial") private volatile java.lang.Object alias_ = ""; /** + * + * *
      * Optional. Optional name of the field to store the result of the
      * aggregation into.
@@ -2822,6 +3180,7 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuild
      * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The alias. */ @java.lang.Override @@ -2830,14 +3189,15 @@ public java.lang.String getAlias() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); alias_ = s; return s; } } /** + * + * *
      * Optional. Optional name of the field to store the result of the
      * aggregation into.
@@ -2877,16 +3237,15 @@ public java.lang.String getAlias() {
      * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for alias. */ @java.lang.Override - public com.google.protobuf.ByteString - getAliasBytes() { + public com.google.protobuf.ByteString getAliasBytes() { java.lang.Object ref = alias_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); alias_ = b; return b; } else { @@ -2895,6 +3254,7 @@ public java.lang.String getAlias() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2906,16 +3266,18 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (operatorCase_ == 1) { - output.writeMessage(1, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_); + output.writeMessage( + 1, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_); } if (operatorCase_ == 2) { - output.writeMessage(2, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_); + output.writeMessage( + 2, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_); } if (operatorCase_ == 3) { - output.writeMessage(3, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_); + output.writeMessage( + 3, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(alias_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 7, alias_); @@ -2930,16 +3292,20 @@ public int getSerializedSize() { size = 0; if (operatorCase_ == 1) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 1, + (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_); } if (operatorCase_ == 2) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 2, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_); } if (operatorCase_ == 3) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(3, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 3, (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(alias_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, alias_); @@ -2952,28 +3318,25 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation)) { return super.equals(obj); } - com.google.firestore.v1.StructuredAggregationQuery.Aggregation other = (com.google.firestore.v1.StructuredAggregationQuery.Aggregation) obj; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation other = + (com.google.firestore.v1.StructuredAggregationQuery.Aggregation) obj; - if (!getAlias() - .equals(other.getAlias())) return false; + if (!getAlias().equals(other.getAlias())) return false; if (!getOperatorCase().equals(other.getOperatorCase())) return false; switch (operatorCase_) { case 1: - if (!getCount() - .equals(other.getCount())) return false; + if (!getCount().equals(other.getCount())) return false; break; case 2: - if (!getSum() - .equals(other.getSum())) return false; + if (!getSum().equals(other.getSum())) return false; break; case 3: - if (!getAvg() - .equals(other.getAvg())) return false; + if (!getAvg().equals(other.getAvg())) return false; break; case 0: default: @@ -3013,89 +3376,94 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( + byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.StructuredAggregationQuery.Aggregation prototype) { + + public static Builder newBuilder( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -3105,39 +3473,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Defines an aggregation that produces a single result.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery.Aggregation} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredAggregationQuery.Aggregation) com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.class, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder.class); + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.class, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder.class); } // Construct using com.google.firestore.v1.StructuredAggregationQuery.Aggregation.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -3158,13 +3528,14 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredAggregationQuery_Aggregation_descriptor; } @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getDefaultInstanceForType() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation + getDefaultInstanceForType() { return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.getDefaultInstance(); } @@ -3179,33 +3550,35 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation build() { @java.lang.Override public com.google.firestore.v1.StructuredAggregationQuery.Aggregation buildPartial() { - com.google.firestore.v1.StructuredAggregationQuery.Aggregation result = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.StructuredAggregationQuery.Aggregation result = + new com.google.firestore.v1.StructuredAggregationQuery.Aggregation(this); + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; } - private void buildPartial0(com.google.firestore.v1.StructuredAggregationQuery.Aggregation result) { + private void buildPartial0( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000008) != 0)) { result.alias_ = alias_; } } - private void buildPartialOneofs(com.google.firestore.v1.StructuredAggregationQuery.Aggregation result) { + private void buildPartialOneofs( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation result) { result.operatorCase_ = operatorCase_; result.operator_ = this.operator_; - if (operatorCase_ == 1 && - countBuilder_ != null) { + if (operatorCase_ == 1 && countBuilder_ != null) { result.operator_ = countBuilder_.build(); } - if (operatorCase_ == 2 && - sumBuilder_ != null) { + if (operatorCase_ == 2 && sumBuilder_ != null) { result.operator_ = sumBuilder_.build(); } - if (operatorCase_ == 3 && - avgBuilder_ != null) { + if (operatorCase_ == 3 && avgBuilder_ != null) { result.operator_ = avgBuilder_.build(); } } @@ -3214,67 +3587,77 @@ private void buildPartialOneofs(com.google.firestore.v1.StructuredAggregationQue public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredAggregationQuery.Aggregation) { - return mergeFrom((com.google.firestore.v1.StructuredAggregationQuery.Aggregation)other); + return mergeFrom((com.google.firestore.v1.StructuredAggregationQuery.Aggregation) other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom(com.google.firestore.v1.StructuredAggregationQuery.Aggregation other) { - if (other == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.getDefaultInstance()) return this; + public Builder mergeFrom( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation other) { + if (other + == com.google.firestore.v1.StructuredAggregationQuery.Aggregation.getDefaultInstance()) + return this; if (!other.getAlias().isEmpty()) { alias_ = other.alias_; bitField0_ |= 0x00000008; onChanged(); } switch (other.getOperatorCase()) { - case COUNT: { - mergeCount(other.getCount()); - break; - } - case SUM: { - mergeSum(other.getSum()); - break; - } - case AVG: { - mergeAvg(other.getAvg()); - break; - } - case OPERATOR_NOT_SET: { - break; - } + case COUNT: + { + mergeCount(other.getCount()); + break; + } + case SUM: + { + mergeSum(other.getSum()); + break; + } + case AVG: + { + mergeAvg(other.getAvg()); + break; + } + case OPERATOR_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -3302,38 +3685,37 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getCountFieldBuilder().getBuilder(), - extensionRegistry); - operatorCase_ = 1; - break; - } // case 10 - case 18: { - input.readMessage( - getSumFieldBuilder().getBuilder(), - extensionRegistry); - operatorCase_ = 2; - break; - } // case 18 - case 26: { - input.readMessage( - getAvgFieldBuilder().getBuilder(), - extensionRegistry); - operatorCase_ = 3; - break; - } // case 26 - case 58: { - alias_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000008; - break; - } // case 58 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + input.readMessage(getCountFieldBuilder().getBuilder(), extensionRegistry); + operatorCase_ = 1; + break; + } // case 10 + case 18: + { + input.readMessage(getSumFieldBuilder().getBuilder(), extensionRegistry); + operatorCase_ = 2; + break; + } // case 18 + case 26: + { + input.readMessage(getAvgFieldBuilder().getBuilder(), extensionRegistry); + operatorCase_ = 3; + break; + } // case 26 + case 58: + { + alias_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000008; + break; + } // case 58 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -3343,12 +3725,12 @@ public Builder mergeFrom( } // finally return this; } + private int operatorCase_ = 0; private java.lang.Object operator_; - public OperatorCase - getOperatorCase() { - return OperatorCase.forNumber( - operatorCase_); + + public OperatorCase getOperatorCase() { + return OperatorCase.forNumber(operatorCase_); } public Builder clearOperator() { @@ -3361,13 +3743,19 @@ public Builder clearOperator() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder> countBuilder_; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder> + countBuilder_; /** + * + * *
        * Count aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; + * * @return Whether the count field is set. */ @java.lang.Override @@ -3375,11 +3763,14 @@ public boolean hasCount() { return operatorCase_ == 1; } /** + * + * *
        * Count aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; + * * @return The count. */ @java.lang.Override @@ -3388,22 +3779,27 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count getC if (operatorCase_ == 1) { return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count + .getDefaultInstance(); } else { if (operatorCase_ == 1) { return countBuilder_.getMessage(); } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count + .getDefaultInstance(); } } /** + * + * *
        * Count aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ - public Builder setCount(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count value) { + public Builder setCount( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count value) { if (countBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3417,6 +3813,8 @@ public Builder setCount(com.google.firestore.v1.StructuredAggregationQuery.Aggre return this; } /** + * + * *
        * Count aggregator.
        * 
@@ -3424,7 +3822,8 @@ public Builder setCount(com.google.firestore.v1.StructuredAggregationQuery.Aggre * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ public Builder setCount( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder builderForValue) { + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder + builderForValue) { if (countBuilder_ == null) { operator_ = builderForValue.build(); onChanged(); @@ -3435,18 +3834,27 @@ public Builder setCount( return this; } /** + * + * *
        * Count aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ - public Builder mergeCount(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count value) { + public Builder mergeCount( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count value) { if (countBuilder_ == null) { - if (operatorCase_ == 1 && - operator_ != com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance()) { - operator_ = com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.newBuilder((com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_) - .mergeFrom(value).buildPartial(); + if (operatorCase_ == 1 + && operator_ + != com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count + .getDefaultInstance()) { + operator_ = + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.newBuilder( + (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) + operator_) + .mergeFrom(value) + .buildPartial(); } else { operator_ = value; } @@ -3462,6 +3870,8 @@ public Builder mergeCount(com.google.firestore.v1.StructuredAggregationQuery.Agg return this; } /** + * + * *
        * Count aggregator.
        * 
@@ -3485,16 +3895,21 @@ public Builder clearCount() { return this; } /** + * + * *
        * Count aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder getCountBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder + getCountBuilder() { return getCountFieldBuilder().getBuilder(); } /** + * + * *
        * Count aggregator.
        * 
@@ -3502,17 +3917,21 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Buil * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder getCountOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder + getCountOrBuilder() { if ((operatorCase_ == 1) && (countBuilder_ != null)) { return countBuilder_.getMessageOrBuilder(); } else { if (operatorCase_ == 1) { return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count + .getDefaultInstance(); } } /** + * + * *
        * Count aggregator.
        * 
@@ -3520,14 +3939,21 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBui * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Count count = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder> + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder> getCountFieldBuilder() { if (countBuilder_ == null) { if (!(operatorCase_ == 1)) { - operator_ = com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.getDefaultInstance(); + operator_ = + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count + .getDefaultInstance(); } - countBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder>( + countBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder>( (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count) operator_, getParentForChildren(), isClean()); @@ -3539,13 +3965,19 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBui } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder> sumBuilder_; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder> + sumBuilder_; /** + * + * *
        * Sum aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; + * * @return Whether the sum field is set. */ @java.lang.Override @@ -3553,11 +3985,14 @@ public boolean hasSum() { return operatorCase_ == 2; } /** + * + * *
        * Sum aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; + * * @return The sum. */ @java.lang.Override @@ -3566,22 +4001,27 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum getSum if (operatorCase_ == 2) { return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum + .getDefaultInstance(); } else { if (operatorCase_ == 2) { return sumBuilder_.getMessage(); } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum + .getDefaultInstance(); } } /** + * + * *
        * Sum aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; */ - public Builder setSum(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum value) { + public Builder setSum( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum value) { if (sumBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3595,6 +4035,8 @@ public Builder setSum(com.google.firestore.v1.StructuredAggregationQuery.Aggrega return this; } /** + * + * *
        * Sum aggregator.
        * 
@@ -3602,7 +4044,8 @@ public Builder setSum(com.google.firestore.v1.StructuredAggregationQuery.Aggrega * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; */ public Builder setSum( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder builderForValue) { + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder + builderForValue) { if (sumBuilder_ == null) { operator_ = builderForValue.build(); onChanged(); @@ -3613,18 +4056,27 @@ public Builder setSum( return this; } /** + * + * *
        * Sum aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; */ - public Builder mergeSum(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum value) { + public Builder mergeSum( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum value) { if (sumBuilder_ == null) { - if (operatorCase_ == 2 && - operator_ != com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance()) { - operator_ = com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.newBuilder((com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_) - .mergeFrom(value).buildPartial(); + if (operatorCase_ == 2 + && operator_ + != com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum + .getDefaultInstance()) { + operator_ = + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.newBuilder( + (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) + operator_) + .mergeFrom(value) + .buildPartial(); } else { operator_ = value; } @@ -3640,6 +4092,8 @@ public Builder mergeSum(com.google.firestore.v1.StructuredAggregationQuery.Aggre return this; } /** + * + * *
        * Sum aggregator.
        * 
@@ -3663,16 +4117,21 @@ public Builder clearSum() { return this; } /** + * + * *
        * Sum aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; */ - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder getSumBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder + getSumBuilder() { return getSumFieldBuilder().getBuilder(); } /** + * + * *
        * Sum aggregator.
        * 
@@ -3680,17 +4139,21 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builde * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder getSumOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder + getSumOrBuilder() { if ((operatorCase_ == 2) && (sumBuilder_ != null)) { return sumBuilder_.getMessageOrBuilder(); } else { if (operatorCase_ == 2) { return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum + .getDefaultInstance(); } } /** + * + * *
        * Sum aggregator.
        * 
@@ -3698,14 +4161,21 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuild * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum sum = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder> + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder> getSumFieldBuilder() { if (sumBuilder_ == null) { if (!(operatorCase_ == 2)) { - operator_ = com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.getDefaultInstance(); + operator_ = + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum + .getDefaultInstance(); } - sumBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder>( + sumBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum.Builder, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuilder>( (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum) operator_, getParentForChildren(), isClean()); @@ -3717,13 +4187,19 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.SumOrBuild } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder> avgBuilder_; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder> + avgBuilder_; /** + * + * *
        * Average aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; + * * @return Whether the avg field is set. */ @java.lang.Override @@ -3731,11 +4207,14 @@ public boolean hasAvg() { return operatorCase_ == 3; } /** + * + * *
        * Average aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; + * * @return The avg. */ @java.lang.Override @@ -3744,22 +4223,27 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg getAvg if (operatorCase_ == 3) { return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg + .getDefaultInstance(); } else { if (operatorCase_ == 3) { return avgBuilder_.getMessage(); } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg + .getDefaultInstance(); } } /** + * + * *
        * Average aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; */ - public Builder setAvg(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg value) { + public Builder setAvg( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg value) { if (avgBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3773,6 +4257,8 @@ public Builder setAvg(com.google.firestore.v1.StructuredAggregationQuery.Aggrega return this; } /** + * + * *
        * Average aggregator.
        * 
@@ -3780,7 +4266,8 @@ public Builder setAvg(com.google.firestore.v1.StructuredAggregationQuery.Aggrega * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; */ public Builder setAvg( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder builderForValue) { + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder + builderForValue) { if (avgBuilder_ == null) { operator_ = builderForValue.build(); onChanged(); @@ -3791,18 +4278,27 @@ public Builder setAvg( return this; } /** + * + * *
        * Average aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; */ - public Builder mergeAvg(com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg value) { + public Builder mergeAvg( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg value) { if (avgBuilder_ == null) { - if (operatorCase_ == 3 && - operator_ != com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance()) { - operator_ = com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.newBuilder((com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_) - .mergeFrom(value).buildPartial(); + if (operatorCase_ == 3 + && operator_ + != com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg + .getDefaultInstance()) { + operator_ = + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.newBuilder( + (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) + operator_) + .mergeFrom(value) + .buildPartial(); } else { operator_ = value; } @@ -3818,6 +4314,8 @@ public Builder mergeAvg(com.google.firestore.v1.StructuredAggregationQuery.Aggre return this; } /** + * + * *
        * Average aggregator.
        * 
@@ -3841,16 +4339,21 @@ public Builder clearAvg() { return this; } /** + * + * *
        * Average aggregator.
        * 
* * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; */ - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder getAvgBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder + getAvgBuilder() { return getAvgFieldBuilder().getBuilder(); } /** + * + * *
        * Average aggregator.
        * 
@@ -3858,17 +4361,21 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builde * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder getAvgOrBuilder() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder + getAvgOrBuilder() { if ((operatorCase_ == 3) && (avgBuilder_ != null)) { return avgBuilder_.getMessageOrBuilder(); } else { if (operatorCase_ == 3) { return (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_; } - return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance(); + return com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg + .getDefaultInstance(); } } /** + * + * *
        * Average aggregator.
        * 
@@ -3876,14 +4383,21 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuild * .google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg avg = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder> + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder> getAvgFieldBuilder() { if (avgBuilder_ == null) { if (!(operatorCase_ == 3)) { - operator_ = com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.getDefaultInstance(); + operator_ = + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg + .getDefaultInstance(); } - avgBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder>( + avgBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg.Builder, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuilder>( (com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg) operator_, getParentForChildren(), isClean()); @@ -3896,6 +4410,8 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuild private java.lang.Object alias_ = ""; /** + * + * *
        * Optional. Optional name of the field to store the result of the
        * aggregation into.
@@ -3935,13 +4451,13 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.AvgOrBuild
        * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The alias. */ public java.lang.String getAlias() { java.lang.Object ref = alias_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); alias_ = s; return s; @@ -3950,6 +4466,8 @@ public java.lang.String getAlias() { } } /** + * + * *
        * Optional. Optional name of the field to store the result of the
        * aggregation into.
@@ -3989,15 +4507,14 @@ public java.lang.String getAlias() {
        * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for alias. */ - public com.google.protobuf.ByteString - getAliasBytes() { + public com.google.protobuf.ByteString getAliasBytes() { java.lang.Object ref = alias_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); alias_ = b; return b; } else { @@ -4005,6 +4522,8 @@ public java.lang.String getAlias() { } } /** + * + * *
        * Optional. Optional name of the field to store the result of the
        * aggregation into.
@@ -4044,18 +4563,22 @@ public java.lang.String getAlias() {
        * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The alias to set. * @return This builder for chaining. */ - public Builder setAlias( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setAlias(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } alias_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** + * + * *
        * Optional. Optional name of the field to store the result of the
        * aggregation into.
@@ -4095,6 +4618,7 @@ public Builder setAlias(
        * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; + * * @return This builder for chaining. */ public Builder clearAlias() { @@ -4104,6 +4628,8 @@ public Builder clearAlias() { return this; } /** + * + * *
        * Optional. Optional name of the field to store the result of the
        * aggregation into.
@@ -4143,18 +4669,21 @@ public Builder clearAlias() {
        * 
* * string alias = 7 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The bytes for alias to set. * @return This builder for chaining. */ - public Builder setAliasBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setAliasBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); alias_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -4167,41 +4696,44 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredAggregationQuery.Aggregation) - private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation DEFAULT_INSTANCE; + private static final com.google.firestore.v1.StructuredAggregationQuery.Aggregation + DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredAggregationQuery.Aggregation(); } - public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation getDefaultInstance() { + public static com.google.firestore.v1.StructuredAggregationQuery.Aggregation + getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Aggregation parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Aggregation parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -4213,21 +4745,25 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getDefaultInstanceForType() { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation + getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } private int queryTypeCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object queryType_; + public enum QueryTypeCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { STRUCTURED_QUERY(1), QUERYTYPE_NOT_SET(0); private final int value; + private QueryTypeCase(int value) { this.value = value; } @@ -4243,29 +4779,34 @@ public static QueryTypeCase valueOf(int value) { public static QueryTypeCase forNumber(int value) { switch (value) { - case 1: return STRUCTURED_QUERY; - case 0: return QUERYTYPE_NOT_SET; - default: return null; + case 1: + return STRUCTURED_QUERY; + case 0: + return QUERYTYPE_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public QueryTypeCase - getQueryTypeCase() { - return QueryTypeCase.forNumber( - queryTypeCase_); + public QueryTypeCase getQueryTypeCase() { + return QueryTypeCase.forNumber(queryTypeCase_); } public static final int STRUCTURED_QUERY_FIELD_NUMBER = 1; /** + * + * *
    * Nested structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 1; + * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -4273,21 +4814,26 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 1; } /** + * + * *
    * Nested structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 1; + * * @return The structuredQuery. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery getStructuredQuery() { if (queryTypeCase_ == 1) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } /** + * + * *
    * Nested structured query.
    * 
@@ -4297,15 +4843,19 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { @java.lang.Override public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder() { if (queryTypeCase_ == 1) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } public static final int AGGREGATIONS_FIELD_NUMBER = 3; + @SuppressWarnings("serial") - private java.util.List aggregations_; + private java.util.List + aggregations_; /** + * + * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -4315,13 +4865,18 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ @java.lang.Override - public java.util.List getAggregationsList() { + public java.util.List + getAggregationsList() { return aggregations_; } /** + * + * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -4331,14 +4886,19 @@ public java.util.List
    *
-   * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL];
+   * 
+   * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL];
+   * 
    */
   @java.lang.Override
-  public java.util.List 
+  public java.util.List<
+          ? extends com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder>
       getAggregationsOrBuilderList() {
     return aggregations_;
   }
   /**
+   *
+   *
    * 
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -4348,13 +4908,17 @@ public java.util.List
    *
-   * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL];
+   * 
+   * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL];
+   * 
    */
   @java.lang.Override
   public int getAggregationsCount() {
     return aggregations_.size();
   }
   /**
+   *
+   *
    * 
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -4364,13 +4928,17 @@ public int getAggregationsCount() {
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ @java.lang.Override public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getAggregations(int index) { return aggregations_.get(index); } /** + * + * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -4380,15 +4948,18 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getAggrega
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ @java.lang.Override - public com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder getAggregationsOrBuilder( - int index) { + public com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder + getAggregationsOrBuilder(int index) { return aggregations_.get(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -4400,8 +4971,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (queryTypeCase_ == 1) { output.writeMessage(1, (com.google.firestore.v1.StructuredQuery) queryType_); } @@ -4418,12 +4988,12 @@ public int getSerializedSize() { size = 0; if (queryTypeCase_ == 1) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, (com.google.firestore.v1.StructuredQuery) queryType_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 1, (com.google.firestore.v1.StructuredQuery) queryType_); } for (int i = 0; i < aggregations_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(3, aggregations_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, aggregations_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -4433,20 +5003,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredAggregationQuery)) { return super.equals(obj); } - com.google.firestore.v1.StructuredAggregationQuery other = (com.google.firestore.v1.StructuredAggregationQuery) obj; + com.google.firestore.v1.StructuredAggregationQuery other = + (com.google.firestore.v1.StructuredAggregationQuery) obj; - if (!getAggregationsList() - .equals(other.getAggregationsList())) return false; + if (!getAggregationsList().equals(other.getAggregationsList())) return false; if (!getQueryTypeCase().equals(other.getQueryTypeCase())) return false; switch (queryTypeCase_) { case 1: - if (!getStructuredQuery() - .equals(other.getStructuredQuery())) return false; + if (!getStructuredQuery().equals(other.getStructuredQuery())) return false; break; case 0: default: @@ -4480,98 +5049,103 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredAggregationQuery parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredAggregationQuery parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredAggregationQuery parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredAggregationQuery parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredAggregationQuery parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.StructuredAggregationQuery prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Firestore query for running an aggregation over a
    * [StructuredQuery][google.firestore.v1.StructuredQuery].
@@ -4579,33 +5153,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.StructuredAggregationQuery}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredAggregationQuery)
       com.google.firestore.v1.StructuredAggregationQueryOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.QueryProto
+          .internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_fieldAccessorTable
+      return com.google.firestore.v1.QueryProto
+          .internal_static_google_firestore_v1_StructuredAggregationQuery_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.StructuredAggregationQuery.class, com.google.firestore.v1.StructuredAggregationQuery.Builder.class);
+              com.google.firestore.v1.StructuredAggregationQuery.class,
+              com.google.firestore.v1.StructuredAggregationQuery.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.StructuredAggregationQuery.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -4626,9 +5199,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.QueryProto
+          .internal_static_google_firestore_v1_StructuredAggregationQuery_descriptor;
     }
 
     @java.lang.Override
@@ -4647,15 +5220,19 @@ public com.google.firestore.v1.StructuredAggregationQuery build() {
 
     @java.lang.Override
     public com.google.firestore.v1.StructuredAggregationQuery buildPartial() {
-      com.google.firestore.v1.StructuredAggregationQuery result = new com.google.firestore.v1.StructuredAggregationQuery(this);
+      com.google.firestore.v1.StructuredAggregationQuery result =
+          new com.google.firestore.v1.StructuredAggregationQuery(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       buildPartialOneofs(result);
       onBuilt();
       return result;
     }
 
-    private void buildPartialRepeatedFields(com.google.firestore.v1.StructuredAggregationQuery result) {
+    private void buildPartialRepeatedFields(
+        com.google.firestore.v1.StructuredAggregationQuery result) {
       if (aggregationsBuilder_ == null) {
         if (((bitField0_ & 0x00000002) != 0)) {
           aggregations_ = java.util.Collections.unmodifiableList(aggregations_);
@@ -4674,8 +5251,7 @@ private void buildPartial0(com.google.firestore.v1.StructuredAggregationQuery re
     private void buildPartialOneofs(com.google.firestore.v1.StructuredAggregationQuery result) {
       result.queryTypeCase_ = queryTypeCase_;
       result.queryType_ = this.queryType_;
-      if (queryTypeCase_ == 1 &&
-          structuredQueryBuilder_ != null) {
+      if (queryTypeCase_ == 1 && structuredQueryBuilder_ != null) {
         result.queryType_ = structuredQueryBuilder_.build();
       }
     }
@@ -4684,38 +5260,39 @@ private void buildPartialOneofs(com.google.firestore.v1.StructuredAggregationQue
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.StructuredAggregationQuery) {
-        return mergeFrom((com.google.firestore.v1.StructuredAggregationQuery)other);
+        return mergeFrom((com.google.firestore.v1.StructuredAggregationQuery) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -4723,7 +5300,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.firestore.v1.StructuredAggregationQuery other) {
-      if (other == com.google.firestore.v1.StructuredAggregationQuery.getDefaultInstance()) return this;
+      if (other == com.google.firestore.v1.StructuredAggregationQuery.getDefaultInstance())
+        return this;
       if (aggregationsBuilder_ == null) {
         if (!other.aggregations_.isEmpty()) {
           if (aggregations_.isEmpty()) {
@@ -4742,22 +5320,25 @@ public Builder mergeFrom(com.google.firestore.v1.StructuredAggregationQuery othe
             aggregationsBuilder_ = null;
             aggregations_ = other.aggregations_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            aggregationsBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getAggregationsFieldBuilder() : null;
+            aggregationsBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getAggregationsFieldBuilder()
+                    : null;
           } else {
             aggregationsBuilder_.addAllMessages(other.aggregations_);
           }
         }
       }
       switch (other.getQueryTypeCase()) {
-        case STRUCTURED_QUERY: {
-          mergeStructuredQuery(other.getStructuredQuery());
-          break;
-        }
-        case QUERYTYPE_NOT_SET: {
-          break;
-        }
+        case STRUCTURED_QUERY:
+          {
+            mergeStructuredQuery(other.getStructuredQuery());
+            break;
+          }
+        case QUERYTYPE_NOT_SET:
+          {
+            break;
+          }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -4785,32 +5366,33 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getStructuredQueryFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              queryTypeCase_ = 1;
-              break;
-            } // case 10
-            case 26: {
-              com.google.firestore.v1.StructuredAggregationQuery.Aggregation m =
-                  input.readMessage(
-                      com.google.firestore.v1.StructuredAggregationQuery.Aggregation.parser(),
-                      extensionRegistry);
-              if (aggregationsBuilder_ == null) {
-                ensureAggregationsIsMutable();
-                aggregations_.add(m);
-              } else {
-                aggregationsBuilder_.addMessage(m);
-              }
-              break;
-            } // case 26
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getStructuredQueryFieldBuilder().getBuilder(), extensionRegistry);
+                queryTypeCase_ = 1;
+                break;
+              } // case 10
+            case 26:
+              {
+                com.google.firestore.v1.StructuredAggregationQuery.Aggregation m =
+                    input.readMessage(
+                        com.google.firestore.v1.StructuredAggregationQuery.Aggregation.parser(),
+                        extensionRegistry);
+                if (aggregationsBuilder_ == null) {
+                  ensureAggregationsIsMutable();
+                  aggregations_.add(m);
+                } else {
+                  aggregationsBuilder_.addMessage(m);
+                }
+                break;
+              } // case 26
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -4820,12 +5402,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int queryTypeCase_ = 0;
     private java.lang.Object queryType_;
-    public QueryTypeCase
-        getQueryTypeCase() {
-      return QueryTypeCase.forNumber(
-          queryTypeCase_);
+
+    public QueryTypeCase getQueryTypeCase() {
+      return QueryTypeCase.forNumber(queryTypeCase_);
     }
 
     public Builder clearQueryType() {
@@ -4838,13 +5420,19 @@ public Builder clearQueryType() {
     private int bitField0_;
 
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> structuredQueryBuilder_;
+            com.google.firestore.v1.StructuredQuery,
+            com.google.firestore.v1.StructuredQuery.Builder,
+            com.google.firestore.v1.StructuredQueryOrBuilder>
+        structuredQueryBuilder_;
     /**
+     *
+     *
      * 
      * Nested structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 1; + * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -4852,11 +5440,14 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 1; } /** + * + * *
      * Nested structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 1; + * * @return The structuredQuery. */ @java.lang.Override @@ -4874,6 +5465,8 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { } } /** + * + * *
      * Nested structured query.
      * 
@@ -4894,6 +5487,8 @@ public Builder setStructuredQuery(com.google.firestore.v1.StructuredQuery value) return this; } /** + * + * *
      * Nested structured query.
      * 
@@ -4912,6 +5507,8 @@ public Builder setStructuredQuery( return this; } /** + * + * *
      * Nested structured query.
      * 
@@ -4920,10 +5517,13 @@ public Builder setStructuredQuery( */ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery value) { if (structuredQueryBuilder_ == null) { - if (queryTypeCase_ == 1 && - queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { - queryType_ = com.google.firestore.v1.StructuredQuery.newBuilder((com.google.firestore.v1.StructuredQuery) queryType_) - .mergeFrom(value).buildPartial(); + if (queryTypeCase_ == 1 + && queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { + queryType_ = + com.google.firestore.v1.StructuredQuery.newBuilder( + (com.google.firestore.v1.StructuredQuery) queryType_) + .mergeFrom(value) + .buildPartial(); } else { queryType_ = value; } @@ -4939,6 +5539,8 @@ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery valu return this; } /** + * + * *
      * Nested structured query.
      * 
@@ -4962,6 +5564,8 @@ public Builder clearStructuredQuery() { return this; } /** + * + * *
      * Nested structured query.
      * 
@@ -4972,6 +5576,8 @@ public com.google.firestore.v1.StructuredQuery.Builder getStructuredQueryBuilder return getStructuredQueryFieldBuilder().getBuilder(); } /** + * + * *
      * Nested structured query.
      * 
@@ -4990,6 +5596,8 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil } } /** + * + * *
      * Nested structured query.
      * 
@@ -4997,14 +5605,19 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil * .google.firestore.v1.StructuredQuery structured_query = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> + com.google.firestore.v1.StructuredQuery, + com.google.firestore.v1.StructuredQuery.Builder, + com.google.firestore.v1.StructuredQueryOrBuilder> getStructuredQueryFieldBuilder() { if (structuredQueryBuilder_ == null) { if (!(queryTypeCase_ == 1)) { queryType_ = com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } - structuredQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder>( + structuredQueryBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery, + com.google.firestore.v1.StructuredQuery.Builder, + com.google.firestore.v1.StructuredQueryOrBuilder>( (com.google.firestore.v1.StructuredQuery) queryType_, getParentForChildren(), isClean()); @@ -5015,19 +5628,27 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil return structuredQueryBuilder_; } - private java.util.List aggregations_ = - java.util.Collections.emptyList(); + private java.util.List + aggregations_ = java.util.Collections.emptyList(); + private void ensureAggregationsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { - aggregations_ = new java.util.ArrayList(aggregations_); + aggregations_ = + new java.util.ArrayList( + aggregations_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder, com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder> aggregationsBuilder_; + com.google.firestore.v1.StructuredAggregationQuery.Aggregation, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder, + com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder> + aggregationsBuilder_; /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5037,9 +5658,12 @@ private void ensureAggregationsIsMutable() {
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ - public java.util.List getAggregationsList() { + public java.util.List + getAggregationsList() { if (aggregationsBuilder_ == null) { return java.util.Collections.unmodifiableList(aggregations_); } else { @@ -5047,6 +5671,8 @@ public java.util.List * Optional. Series of aggregations to apply over the results of the * `structured_query`. @@ -5056,7 +5682,9 @@ public java.util.List * - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ public int getAggregationsCount() { if (aggregationsBuilder_ == null) { @@ -5066,6 +5694,8 @@ public int getAggregationsCount() { } } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5075,9 +5705,12 @@ public int getAggregationsCount() {
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getAggregations(int index) { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getAggregations( + int index) { if (aggregationsBuilder_ == null) { return aggregations_.get(index); } else { @@ -5085,6 +5718,8 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getAggrega } } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5094,7 +5729,9 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation getAggrega
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder setAggregations( int index, com.google.firestore.v1.StructuredAggregationQuery.Aggregation value) { @@ -5111,6 +5748,8 @@ public Builder setAggregations( return this; } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5120,10 +5759,13 @@ public Builder setAggregations(
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder setAggregations( - int index, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder builderForValue) { + int index, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder builderForValue) { if (aggregationsBuilder_ == null) { ensureAggregationsIsMutable(); aggregations_.set(index, builderForValue.build()); @@ -5134,6 +5776,8 @@ public Builder setAggregations( return this; } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5143,9 +5787,12 @@ public Builder setAggregations(
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ - public Builder addAggregations(com.google.firestore.v1.StructuredAggregationQuery.Aggregation value) { + public Builder addAggregations( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation value) { if (aggregationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -5159,6 +5806,8 @@ public Builder addAggregations(com.google.firestore.v1.StructuredAggregationQuer return this; } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5168,7 +5817,9 @@ public Builder addAggregations(com.google.firestore.v1.StructuredAggregationQuer
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder addAggregations( int index, com.google.firestore.v1.StructuredAggregationQuery.Aggregation value) { @@ -5185,6 +5836,8 @@ public Builder addAggregations( return this; } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5194,7 +5847,9 @@ public Builder addAggregations(
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder addAggregations( com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder builderForValue) { @@ -5208,6 +5863,8 @@ public Builder addAggregations( return this; } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5217,10 +5874,13 @@ public Builder addAggregations(
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder addAggregations( - int index, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder builderForValue) { + int index, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder builderForValue) { if (aggregationsBuilder_ == null) { ensureAggregationsIsMutable(); aggregations_.add(index, builderForValue.build()); @@ -5231,6 +5891,8 @@ public Builder addAggregations( return this; } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5240,14 +5902,16 @@ public Builder addAggregations(
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder addAllAggregations( - java.lang.Iterable values) { + java.lang.Iterable + values) { if (aggregationsBuilder_ == null) { ensureAggregationsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, aggregations_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, aggregations_); onChanged(); } else { aggregationsBuilder_.addAllMessages(values); @@ -5255,6 +5919,8 @@ public Builder addAllAggregations( return this; } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5264,7 +5930,9 @@ public Builder addAllAggregations(
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder clearAggregations() { if (aggregationsBuilder_ == null) { @@ -5277,6 +5945,8 @@ public Builder clearAggregations() { return this; } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5286,7 +5956,9 @@ public Builder clearAggregations() {
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder removeAggregations(int index) { if (aggregationsBuilder_ == null) { @@ -5299,6 +5971,8 @@ public Builder removeAggregations(int index) { return this; } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5308,13 +5982,17 @@ public Builder removeAggregations(int index) {
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder getAggregationsBuilder( - int index) { + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder + getAggregationsBuilder(int index) { return getAggregationsFieldBuilder().getBuilder(index); } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5324,16 +6002,21 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder ge
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ - public com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder getAggregationsOrBuilder( - int index) { + public com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder + getAggregationsOrBuilder(int index) { if (aggregationsBuilder_ == null) { - return aggregations_.get(index); } else { + return aggregations_.get(index); + } else { return aggregationsBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5343,10 +6026,13 @@ public com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder g
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ - public java.util.List - getAggregationsOrBuilderList() { + public java.util.List< + ? extends com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder> + getAggregationsOrBuilderList() { if (aggregationsBuilder_ != null) { return aggregationsBuilder_.getMessageOrBuilderList(); } else { @@ -5354,6 +6040,8 @@ public com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder g } } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5363,13 +6051,19 @@ public com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder g
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder addAggregationsBuilder() { - return getAggregationsFieldBuilder().addBuilder( - com.google.firestore.v1.StructuredAggregationQuery.Aggregation.getDefaultInstance()); + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder + addAggregationsBuilder() { + return getAggregationsFieldBuilder() + .addBuilder( + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.getDefaultInstance()); } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5379,14 +6073,20 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder ad
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ - public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder addAggregationsBuilder( - int index) { - return getAggregationsFieldBuilder().addBuilder( - index, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.getDefaultInstance()); + public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder + addAggregationsBuilder(int index) { + return getAggregationsFieldBuilder() + .addBuilder( + index, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.getDefaultInstance()); } /** + * + * *
      * Optional. Series of aggregations to apply over the results of the
      * `structured_query`.
@@ -5396,29 +6096,34 @@ public com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder ad
      * * A minimum of one and maximum of five aggregations per query.
      * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ - public java.util.List - getAggregationsBuilderList() { + public java.util.List + getAggregationsBuilderList() { return getAggregationsFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder, com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder> + com.google.firestore.v1.StructuredAggregationQuery.Aggregation, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder, + com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder> getAggregationsFieldBuilder() { if (aggregationsBuilder_ == null) { - aggregationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredAggregationQuery.Aggregation, com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder, com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder>( - aggregations_, - ((bitField0_ & 0x00000002) != 0), - getParentForChildren(), - isClean()); + aggregationsBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.v1.StructuredAggregationQuery.Aggregation, + com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder, + com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder>( + aggregations_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); aggregations_ = null; } return aggregationsBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -5428,12 +6133,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredAggregationQuery) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredAggregationQuery) private static final com.google.firestore.v1.StructuredAggregationQuery DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredAggregationQuery(); } @@ -5442,27 +6147,27 @@ public static com.google.firestore.v1.StructuredAggregationQuery getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StructuredAggregationQuery parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StructuredAggregationQuery parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -5477,6 +6182,4 @@ public com.google.protobuf.Parser getParserForType() public com.google.firestore.v1.StructuredAggregationQuery getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQueryOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQueryOrBuilder.java similarity index 62% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQueryOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQueryOrBuilder.java index 8a9bcc5bb..d54a16da2 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQueryOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredAggregationQueryOrBuilder.java @@ -1,32 +1,56 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/query.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface StructuredAggregationQueryOrBuilder extends +public interface StructuredAggregationQueryOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredAggregationQuery) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Nested structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 1; + * * @return Whether the structuredQuery field is set. */ boolean hasStructuredQuery(); /** + * + * *
    * Nested structured query.
    * 
* * .google.firestore.v1.StructuredQuery structured_query = 1; + * * @return The structuredQuery. */ com.google.firestore.v1.StructuredQuery getStructuredQuery(); /** + * + * *
    * Nested structured query.
    * 
@@ -36,6 +60,8 @@ public interface StructuredAggregationQueryOrBuilder extends com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder(); /** + * + * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -45,11 +71,15 @@ public interface StructuredAggregationQueryOrBuilder extends
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ - java.util.List + java.util.List getAggregationsList(); /** + * + * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -59,10 +89,14 @@ public interface StructuredAggregationQueryOrBuilder extends
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ com.google.firestore.v1.StructuredAggregationQuery.Aggregation getAggregations(int index); /** + * + * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -72,10 +106,14 @@ public interface StructuredAggregationQueryOrBuilder extends
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ int getAggregationsCount(); /** + * + * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -85,11 +123,15 @@ public interface StructuredAggregationQueryOrBuilder extends
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ - java.util.List + java.util.List getAggregationsOrBuilderList(); /** + * + * *
    * Optional. Series of aggregations to apply over the results of the
    * `structured_query`.
@@ -99,7 +141,9 @@ public interface StructuredAggregationQueryOrBuilder extends
    * * A minimum of one and maximum of five aggregations per query.
    * 
* - * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * + * repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL]; + * */ com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder getAggregationsOrBuilder( int index); diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQuery.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQuery.java similarity index 75% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQuery.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQuery.java index af5401619..ab1af0bd3 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQuery.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQuery.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/query.proto @@ -5,6 +20,8 @@ package com.google.firestore.v1; /** + * + * *
  * A Firestore query.
  *
@@ -19,15 +36,16 @@
  *
  * Protobuf type {@code google.firestore.v1.StructuredQuery}
  */
-public final class StructuredQuery extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class StructuredQuery extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery)
     StructuredQueryOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use StructuredQuery.newBuilder() to construct.
   private StructuredQuery(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private StructuredQuery() {
     from_ = java.util.Collections.emptyList();
     orderBy_ = java.util.Collections.emptyList();
@@ -35,34 +53,38 @@ private StructuredQuery() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new StructuredQuery();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.QueryProto
+        .internal_static_google_firestore_v1_StructuredQuery_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_fieldAccessorTable
+    return com.google.firestore.v1.QueryProto
+        .internal_static_google_firestore_v1_StructuredQuery_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.StructuredQuery.class, com.google.firestore.v1.StructuredQuery.Builder.class);
+            com.google.firestore.v1.StructuredQuery.class,
+            com.google.firestore.v1.StructuredQuery.Builder.class);
   }
 
   /**
+   *
+   *
    * 
    * A sort direction.
    * 
* * Protobuf enum {@code google.firestore.v1.StructuredQuery.Direction} */ - public enum Direction - implements com.google.protobuf.ProtocolMessageEnum { + public enum Direction implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
      * Unspecified.
      * 
@@ -71,6 +93,8 @@ public enum Direction */ DIRECTION_UNSPECIFIED(0), /** + * + * *
      * Ascending.
      * 
@@ -79,6 +103,8 @@ public enum Direction */ ASCENDING(1), /** + * + * *
      * Descending.
      * 
@@ -90,6 +116,8 @@ public enum Direction ; /** + * + * *
      * Unspecified.
      * 
@@ -98,6 +126,8 @@ public enum Direction */ public static final int DIRECTION_UNSPECIFIED_VALUE = 0; /** + * + * *
      * Ascending.
      * 
@@ -106,6 +136,8 @@ public enum Direction */ public static final int ASCENDING_VALUE = 1; /** + * + * *
      * Descending.
      * 
@@ -114,7 +146,6 @@ public enum Direction */ public static final int DESCENDING_VALUE = 2; - public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -139,49 +170,49 @@ public static Direction valueOf(int value) { */ public static Direction forNumber(int value) { switch (value) { - case 0: return DIRECTION_UNSPECIFIED; - case 1: return ASCENDING; - case 2: return DESCENDING; - default: return null; + case 0: + return DIRECTION_UNSPECIFIED; + case 1: + return ASCENDING; + case 2: + return DESCENDING; + default: + return null; } } - public static com.google.protobuf.Internal.EnumLiteMap - internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static final com.google.protobuf.Internal.EnumLiteMap< - Direction> internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public Direction findValueByNumber(int number) { - return Direction.forNumber(number); - } - }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor - getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Direction findValueByNumber(int number) { + return Direction.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - public final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptorForType() { + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptor() { + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.firestore.v1.StructuredQuery.getDescriptor().getEnumTypes().get(0); } private static final Direction[] VALUES = values(); - public static Direction valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static Direction valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException( - "EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -198,33 +229,41 @@ private Direction(int value) { // @@protoc_insertion_point(enum_scope:google.firestore.v1.StructuredQuery.Direction) } - public interface CollectionSelectorOrBuilder extends + public interface CollectionSelectorOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.CollectionSelector) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * The collection ID.
      * When set, selects only collections with this ID.
      * 
* * string collection_id = 2; + * * @return The collectionId. */ java.lang.String getCollectionId(); /** + * + * *
      * The collection ID.
      * When set, selects only collections with this ID.
      * 
* * string collection_id = 2; + * * @return The bytes for collectionId. */ - com.google.protobuf.ByteString - getCollectionIdBytes(); + com.google.protobuf.ByteString getCollectionIdBytes(); /** + * + * *
      * When false, selects only collections that are immediate children of
      * the `parent` specified in the containing `RunQueryRequest`.
@@ -232,60 +271,69 @@ public interface CollectionSelectorOrBuilder extends
      * 
* * bool all_descendants = 3; + * * @return The allDescendants. */ boolean getAllDescendants(); } /** + * + * *
    * A selection of a collection, such as `messages as m1`.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.CollectionSelector} */ - public static final class CollectionSelector extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class CollectionSelector extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.CollectionSelector) CollectionSelectorOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use CollectionSelector.newBuilder() to construct. private CollectionSelector(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private CollectionSelector() { collectionId_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new CollectionSelector(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.CollectionSelector.class, com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder.class); + com.google.firestore.v1.StructuredQuery.CollectionSelector.class, + com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder.class); } public static final int COLLECTION_ID_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private volatile java.lang.Object collectionId_ = ""; /** + * + * *
      * The collection ID.
      * When set, selects only collections with this ID.
      * 
* * string collection_id = 2; + * * @return The collectionId. */ @java.lang.Override @@ -294,30 +342,30 @@ public java.lang.String getCollectionId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); collectionId_ = s; return s; } } /** + * + * *
      * The collection ID.
      * When set, selects only collections with this ID.
      * 
* * string collection_id = 2; + * * @return The bytes for collectionId. */ @java.lang.Override - public com.google.protobuf.ByteString - getCollectionIdBytes() { + public com.google.protobuf.ByteString getCollectionIdBytes() { java.lang.Object ref = collectionId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); collectionId_ = b; return b; } else { @@ -328,6 +376,8 @@ public java.lang.String getCollectionId() { public static final int ALL_DESCENDANTS_FIELD_NUMBER = 3; private boolean allDescendants_ = false; /** + * + * *
      * When false, selects only collections that are immediate children of
      * the `parent` specified in the containing `RunQueryRequest`.
@@ -335,6 +385,7 @@ public java.lang.String getCollectionId() {
      * 
* * bool all_descendants = 3; + * * @return The allDescendants. */ @java.lang.Override @@ -343,6 +394,7 @@ public boolean getAllDescendants() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -354,8 +406,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collectionId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, collectionId_); } @@ -375,8 +426,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, collectionId_); } if (allDescendants_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(3, allDescendants_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, allDescendants_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -386,17 +436,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredQuery.CollectionSelector)) { return super.equals(obj); } - com.google.firestore.v1.StructuredQuery.CollectionSelector other = (com.google.firestore.v1.StructuredQuery.CollectionSelector) obj; + com.google.firestore.v1.StructuredQuery.CollectionSelector other = + (com.google.firestore.v1.StructuredQuery.CollectionSelector) obj; - if (!getCollectionId() - .equals(other.getCollectionId())) return false; - if (getAllDescendants() - != other.getAllDescendants()) return false; + if (!getCollectionId().equals(other.getCollectionId())) return false; + if (getAllDescendants() != other.getAllDescendants()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -411,97 +460,101 @@ public int hashCode() { hash = (37 * hash) + COLLECTION_ID_FIELD_NUMBER; hash = (53 * hash) + getCollectionId().hashCode(); hash = (37 * hash) + ALL_DESCENDANTS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getAllDescendants()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getAllDescendants()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredQuery.CollectionSelector parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.CollectionSelector prototype) { + + public static Builder newBuilder( + com.google.firestore.v1.StructuredQuery.CollectionSelector prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -511,39 +564,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * A selection of a collection, such as `messages as m1`.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.CollectionSelector} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.CollectionSelector) com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.CollectionSelector.class, com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder.class); + com.google.firestore.v1.StructuredQuery.CollectionSelector.class, + com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.CollectionSelector.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -554,13 +609,14 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_CollectionSelector_descriptor; } @java.lang.Override - public com.google.firestore.v1.StructuredQuery.CollectionSelector getDefaultInstanceForType() { + public com.google.firestore.v1.StructuredQuery.CollectionSelector + getDefaultInstanceForType() { return com.google.firestore.v1.StructuredQuery.CollectionSelector.getDefaultInstance(); } @@ -575,13 +631,17 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelector build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.CollectionSelector buildPartial() { - com.google.firestore.v1.StructuredQuery.CollectionSelector result = new com.google.firestore.v1.StructuredQuery.CollectionSelector(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.StructuredQuery.CollectionSelector result = + new com.google.firestore.v1.StructuredQuery.CollectionSelector(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } - private void buildPartial0(com.google.firestore.v1.StructuredQuery.CollectionSelector result) { + private void buildPartial0( + com.google.firestore.v1.StructuredQuery.CollectionSelector result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.collectionId_ = collectionId_; @@ -595,38 +655,41 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.CollectionSel public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.CollectionSelector) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.CollectionSelector)other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.CollectionSelector) other); } else { super.mergeFrom(other); return this; @@ -634,7 +697,9 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.CollectionSelector other) { - if (other == com.google.firestore.v1.StructuredQuery.CollectionSelector.getDefaultInstance()) return this; + if (other + == com.google.firestore.v1.StructuredQuery.CollectionSelector.getDefaultInstance()) + return this; if (!other.getCollectionId().isEmpty()) { collectionId_ = other.collectionId_; bitField0_ |= 0x00000001; @@ -669,22 +734,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: { - collectionId_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 18 - case 24: { - allDescendants_ = input.readBool(); - bitField0_ |= 0x00000002; - break; - } // case 24 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: + { + collectionId_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 18 + case 24: + { + allDescendants_ = input.readBool(); + bitField0_ |= 0x00000002; + break; + } // case 24 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -694,23 +762,26 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object collectionId_ = ""; /** + * + * *
        * The collection ID.
        * When set, selects only collections with this ID.
        * 
* * string collection_id = 2; + * * @return The collectionId. */ public java.lang.String getCollectionId() { java.lang.Object ref = collectionId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); collectionId_ = s; return s; @@ -719,21 +790,22 @@ public java.lang.String getCollectionId() { } } /** + * + * *
        * The collection ID.
        * When set, selects only collections with this ID.
        * 
* * string collection_id = 2; + * * @return The bytes for collectionId. */ - public com.google.protobuf.ByteString - getCollectionIdBytes() { + public com.google.protobuf.ByteString getCollectionIdBytes() { java.lang.Object ref = collectionId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); collectionId_ = b; return b; } else { @@ -741,30 +813,37 @@ public java.lang.String getCollectionId() { } } /** + * + * *
        * The collection ID.
        * When set, selects only collections with this ID.
        * 
* * string collection_id = 2; + * * @param value The collectionId to set. * @return This builder for chaining. */ - public Builder setCollectionId( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setCollectionId(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } collectionId_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
        * The collection ID.
        * When set, selects only collections with this ID.
        * 
* * string collection_id = 2; + * * @return This builder for chaining. */ public Builder clearCollectionId() { @@ -774,18 +853,22 @@ public Builder clearCollectionId() { return this; } /** + * + * *
        * The collection ID.
        * When set, selects only collections with this ID.
        * 
* * string collection_id = 2; + * * @param value The bytes for collectionId to set. * @return This builder for chaining. */ - public Builder setCollectionIdBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setCollectionIdBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); collectionId_ = value; bitField0_ |= 0x00000001; @@ -793,8 +876,10 @@ public Builder setCollectionIdBytes( return this; } - private boolean allDescendants_ ; + private boolean allDescendants_; /** + * + * *
        * When false, selects only collections that are immediate children of
        * the `parent` specified in the containing `RunQueryRequest`.
@@ -802,6 +887,7 @@ public Builder setCollectionIdBytes(
        * 
* * bool all_descendants = 3; + * * @return The allDescendants. */ @java.lang.Override @@ -809,6 +895,8 @@ public boolean getAllDescendants() { return allDescendants_; } /** + * + * *
        * When false, selects only collections that are immediate children of
        * the `parent` specified in the containing `RunQueryRequest`.
@@ -816,6 +904,7 @@ public boolean getAllDescendants() {
        * 
* * bool all_descendants = 3; + * * @param value The allDescendants to set. * @return This builder for chaining. */ @@ -827,6 +916,8 @@ public Builder setAllDescendants(boolean value) { return this; } /** + * + * *
        * When false, selects only collections that are immediate children of
        * the `parent` specified in the containing `RunQueryRequest`.
@@ -834,6 +925,7 @@ public Builder setAllDescendants(boolean value) {
        * 
* * bool all_descendants = 3; + * * @return This builder for chaining. */ public Builder clearAllDescendants() { @@ -842,6 +934,7 @@ public Builder clearAllDescendants() { onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -854,12 +947,13 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.CollectionSelector) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.CollectionSelector) - private static final com.google.firestore.v1.StructuredQuery.CollectionSelector DEFAULT_INSTANCE; + private static final com.google.firestore.v1.StructuredQuery.CollectionSelector + DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.CollectionSelector(); } @@ -868,27 +962,28 @@ public static com.google.firestore.v1.StructuredQuery.CollectionSelector getDefa return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CollectionSelector parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CollectionSelector parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -903,32 +998,40 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery.CollectionSelector getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface FilterOrBuilder extends + public interface FilterOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.Filter) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * A composite filter.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; + * * @return Whether the compositeFilter field is set. */ boolean hasCompositeFilter(); /** + * + * *
      * A composite filter.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; + * * @return The compositeFilter. */ com.google.firestore.v1.StructuredQuery.CompositeFilter getCompositeFilter(); /** + * + * *
      * A composite filter.
      * 
@@ -938,24 +1041,32 @@ public interface FilterOrBuilder extends com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder getCompositeFilterOrBuilder(); /** + * + * *
      * A filter on a document field.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; + * * @return Whether the fieldFilter field is set. */ boolean hasFieldFilter(); /** + * + * *
      * A filter on a document field.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; + * * @return The fieldFilter. */ com.google.firestore.v1.StructuredQuery.FieldFilter getFieldFilter(); /** + * + * *
      * A filter on a document field.
      * 
@@ -965,24 +1076,32 @@ public interface FilterOrBuilder extends com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder getFieldFilterOrBuilder(); /** + * + * *
      * A filter that takes exactly one argument.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; + * * @return Whether the unaryFilter field is set. */ boolean hasUnaryFilter(); /** + * + * *
      * A filter that takes exactly one argument.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; + * * @return The unaryFilter. */ com.google.firestore.v1.StructuredQuery.UnaryFilter getUnaryFilter(); /** + * + * *
      * A filter that takes exactly one argument.
      * 
@@ -994,55 +1113,62 @@ public interface FilterOrBuilder extends com.google.firestore.v1.StructuredQuery.Filter.FilterTypeCase getFilterTypeCase(); } /** + * + * *
    * A filter.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.Filter} */ - public static final class Filter extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class Filter extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.Filter) FilterOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Filter.newBuilder() to construct. private Filter(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Filter() { - } + + private Filter() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Filter(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Filter_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Filter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.Filter.class, com.google.firestore.v1.StructuredQuery.Filter.Builder.class); + com.google.firestore.v1.StructuredQuery.Filter.class, + com.google.firestore.v1.StructuredQuery.Filter.Builder.class); } private int filterTypeCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object filterType_; + public enum FilterTypeCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { COMPOSITE_FILTER(1), FIELD_FILTER(2), UNARY_FILTER(3), FILTERTYPE_NOT_SET(0); private final int value; + private FilterTypeCase(int value) { this.value = value; } @@ -1058,31 +1184,38 @@ public static FilterTypeCase valueOf(int value) { public static FilterTypeCase forNumber(int value) { switch (value) { - case 1: return COMPOSITE_FILTER; - case 2: return FIELD_FILTER; - case 3: return UNARY_FILTER; - case 0: return FILTERTYPE_NOT_SET; - default: return null; + case 1: + return COMPOSITE_FILTER; + case 2: + return FIELD_FILTER; + case 3: + return UNARY_FILTER; + case 0: + return FILTERTYPE_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public FilterTypeCase - getFilterTypeCase() { - return FilterTypeCase.forNumber( - filterTypeCase_); + public FilterTypeCase getFilterTypeCase() { + return FilterTypeCase.forNumber(filterTypeCase_); } public static final int COMPOSITE_FILTER_FIELD_NUMBER = 1; /** + * + * *
      * A composite filter.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; + * * @return Whether the compositeFilter field is set. */ @java.lang.Override @@ -1090,21 +1223,26 @@ public boolean hasCompositeFilter() { return filterTypeCase_ == 1; } /** + * + * *
      * A composite filter.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; + * * @return The compositeFilter. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.CompositeFilter getCompositeFilter() { if (filterTypeCase_ == 1) { - return (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_; + return (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_; } return com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance(); } /** + * + * *
      * A composite filter.
      * 
@@ -1112,20 +1250,24 @@ public com.google.firestore.v1.StructuredQuery.CompositeFilter getCompositeFilte * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; */ @java.lang.Override - public com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder getCompositeFilterOrBuilder() { + public com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder + getCompositeFilterOrBuilder() { if (filterTypeCase_ == 1) { - return (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_; + return (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_; } return com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance(); } public static final int FIELD_FILTER_FIELD_NUMBER = 2; /** + * + * *
      * A filter on a document field.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; + * * @return Whether the fieldFilter field is set. */ @java.lang.Override @@ -1133,21 +1275,26 @@ public boolean hasFieldFilter() { return filterTypeCase_ == 2; } /** + * + * *
      * A filter on a document field.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; + * * @return The fieldFilter. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldFilter getFieldFilter() { if (filterTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_; + return (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_; } return com.google.firestore.v1.StructuredQuery.FieldFilter.getDefaultInstance(); } /** + * + * *
      * A filter on a document field.
      * 
@@ -1157,18 +1304,21 @@ public com.google.firestore.v1.StructuredQuery.FieldFilter getFieldFilter() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder getFieldFilterOrBuilder() { if (filterTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_; + return (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_; } return com.google.firestore.v1.StructuredQuery.FieldFilter.getDefaultInstance(); } public static final int UNARY_FILTER_FIELD_NUMBER = 3; /** + * + * *
      * A filter that takes exactly one argument.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; + * * @return Whether the unaryFilter field is set. */ @java.lang.Override @@ -1176,21 +1326,26 @@ public boolean hasUnaryFilter() { return filterTypeCase_ == 3; } /** + * + * *
      * A filter that takes exactly one argument.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; + * * @return The unaryFilter. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.UnaryFilter getUnaryFilter() { if (filterTypeCase_ == 3) { - return (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_; + return (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_; } return com.google.firestore.v1.StructuredQuery.UnaryFilter.getDefaultInstance(); } /** + * + * *
      * A filter that takes exactly one argument.
      * 
@@ -1200,12 +1355,13 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilter getUnaryFilter() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder getUnaryFilterOrBuilder() { if (filterTypeCase_ == 3) { - return (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_; + return (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_; } return com.google.firestore.v1.StructuredQuery.UnaryFilter.getDefaultInstance(); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1217,10 +1373,10 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (filterTypeCase_ == 1) { - output.writeMessage(1, (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_); + output.writeMessage( + 1, (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_); } if (filterTypeCase_ == 2) { output.writeMessage(2, (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_); @@ -1238,16 +1394,19 @@ public int getSerializedSize() { size = 0; if (filterTypeCase_ == 1) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 1, (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_); } if (filterTypeCase_ == 2) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 2, (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_); } if (filterTypeCase_ == 3) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(3, (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 3, (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1257,26 +1416,24 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredQuery.Filter)) { return super.equals(obj); } - com.google.firestore.v1.StructuredQuery.Filter other = (com.google.firestore.v1.StructuredQuery.Filter) obj; + com.google.firestore.v1.StructuredQuery.Filter other = + (com.google.firestore.v1.StructuredQuery.Filter) obj; if (!getFilterTypeCase().equals(other.getFilterTypeCase())) return false; switch (filterTypeCase_) { case 1: - if (!getCompositeFilter() - .equals(other.getCompositeFilter())) return false; + if (!getCompositeFilter().equals(other.getCompositeFilter())) return false; break; case 2: - if (!getFieldFilter() - .equals(other.getFieldFilter())) return false; + if (!getFieldFilter().equals(other.getFieldFilter())) return false; break; case 3: - if (!getUnaryFilter() - .equals(other.getUnaryFilter())) return false; + if (!getUnaryFilter().equals(other.getUnaryFilter())) return false; break; case 0: default: @@ -1313,90 +1470,94 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.StructuredQuery.Filter parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.Filter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.Filter parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.Filter parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.Filter parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredQuery.Filter parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredQuery.Filter parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.Filter prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1406,39 +1567,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * A filter.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.Filter} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.Filter) com.google.firestore.v1.StructuredQuery.FilterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Filter_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Filter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.Filter.class, com.google.firestore.v1.StructuredQuery.Filter.Builder.class); + com.google.firestore.v1.StructuredQuery.Filter.class, + com.google.firestore.v1.StructuredQuery.Filter.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.Filter.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -1458,9 +1621,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Filter_descriptor; } @java.lang.Override @@ -1479,8 +1642,11 @@ public com.google.firestore.v1.StructuredQuery.Filter build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.Filter buildPartial() { - com.google.firestore.v1.StructuredQuery.Filter result = new com.google.firestore.v1.StructuredQuery.Filter(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.StructuredQuery.Filter result = + new com.google.firestore.v1.StructuredQuery.Filter(this); + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; @@ -1493,16 +1659,13 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.Filter result private void buildPartialOneofs(com.google.firestore.v1.StructuredQuery.Filter result) { result.filterTypeCase_ = filterTypeCase_; result.filterType_ = this.filterType_; - if (filterTypeCase_ == 1 && - compositeFilterBuilder_ != null) { + if (filterTypeCase_ == 1 && compositeFilterBuilder_ != null) { result.filterType_ = compositeFilterBuilder_.build(); } - if (filterTypeCase_ == 2 && - fieldFilterBuilder_ != null) { + if (filterTypeCase_ == 2 && fieldFilterBuilder_ != null) { result.filterType_ = fieldFilterBuilder_.build(); } - if (filterTypeCase_ == 3 && - unaryFilterBuilder_ != null) { + if (filterTypeCase_ == 3 && unaryFilterBuilder_ != null) { result.filterType_ = unaryFilterBuilder_.build(); } } @@ -1511,38 +1674,41 @@ private void buildPartialOneofs(com.google.firestore.v1.StructuredQuery.Filter r public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.Filter) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.Filter)other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.Filter) other); } else { super.mergeFrom(other); return this; @@ -1550,23 +1716,28 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.Filter other) { - if (other == com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance()) return this; + if (other == com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance()) + return this; switch (other.getFilterTypeCase()) { - case COMPOSITE_FILTER: { - mergeCompositeFilter(other.getCompositeFilter()); - break; - } - case FIELD_FILTER: { - mergeFieldFilter(other.getFieldFilter()); - break; - } - case UNARY_FILTER: { - mergeUnaryFilter(other.getUnaryFilter()); - break; - } - case FILTERTYPE_NOT_SET: { - break; - } + case COMPOSITE_FILTER: + { + mergeCompositeFilter(other.getCompositeFilter()); + break; + } + case FIELD_FILTER: + { + mergeFieldFilter(other.getFieldFilter()); + break; + } + case UNARY_FILTER: + { + mergeUnaryFilter(other.getUnaryFilter()); + break; + } + case FILTERTYPE_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -1594,33 +1765,32 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getCompositeFilterFieldBuilder().getBuilder(), - extensionRegistry); - filterTypeCase_ = 1; - break; - } // case 10 - case 18: { - input.readMessage( - getFieldFilterFieldBuilder().getBuilder(), - extensionRegistry); - filterTypeCase_ = 2; - break; - } // case 18 - case 26: { - input.readMessage( - getUnaryFilterFieldBuilder().getBuilder(), - extensionRegistry); - filterTypeCase_ = 3; - break; - } // case 26 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + input.readMessage( + getCompositeFilterFieldBuilder().getBuilder(), extensionRegistry); + filterTypeCase_ = 1; + break; + } // case 10 + case 18: + { + input.readMessage(getFieldFilterFieldBuilder().getBuilder(), extensionRegistry); + filterTypeCase_ = 2; + break; + } // case 18 + case 26: + { + input.readMessage(getUnaryFilterFieldBuilder().getBuilder(), extensionRegistry); + filterTypeCase_ = 3; + break; + } // case 26 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1630,12 +1800,12 @@ public Builder mergeFrom( } // finally return this; } + private int filterTypeCase_ = 0; private java.lang.Object filterType_; - public FilterTypeCase - getFilterTypeCase() { - return FilterTypeCase.forNumber( - filterTypeCase_); + + public FilterTypeCase getFilterTypeCase() { + return FilterTypeCase.forNumber(filterTypeCase_); } public Builder clearFilterType() { @@ -1648,13 +1818,19 @@ public Builder clearFilterType() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.CompositeFilter, com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder, com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder> compositeFilterBuilder_; + com.google.firestore.v1.StructuredQuery.CompositeFilter, + com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder, + com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder> + compositeFilterBuilder_; /** + * + * *
        * A composite filter.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; + * * @return Whether the compositeFilter field is set. */ @java.lang.Override @@ -1662,11 +1838,14 @@ public boolean hasCompositeFilter() { return filterTypeCase_ == 1; } /** + * + * *
        * A composite filter.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; + * * @return The compositeFilter. */ @java.lang.Override @@ -1684,13 +1863,16 @@ public com.google.firestore.v1.StructuredQuery.CompositeFilter getCompositeFilte } } /** + * + * *
        * A composite filter.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; */ - public Builder setCompositeFilter(com.google.firestore.v1.StructuredQuery.CompositeFilter value) { + public Builder setCompositeFilter( + com.google.firestore.v1.StructuredQuery.CompositeFilter value) { if (compositeFilterBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1704,6 +1886,8 @@ public Builder setCompositeFilter(com.google.firestore.v1.StructuredQuery.Compos return this; } /** + * + * *
        * A composite filter.
        * 
@@ -1722,18 +1906,25 @@ public Builder setCompositeFilter( return this; } /** + * + * *
        * A composite filter.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; */ - public Builder mergeCompositeFilter(com.google.firestore.v1.StructuredQuery.CompositeFilter value) { + public Builder mergeCompositeFilter( + com.google.firestore.v1.StructuredQuery.CompositeFilter value) { if (compositeFilterBuilder_ == null) { - if (filterTypeCase_ == 1 && - filterType_ != com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance()) { - filterType_ = com.google.firestore.v1.StructuredQuery.CompositeFilter.newBuilder((com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_) - .mergeFrom(value).buildPartial(); + if (filterTypeCase_ == 1 + && filterType_ + != com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance()) { + filterType_ = + com.google.firestore.v1.StructuredQuery.CompositeFilter.newBuilder( + (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_) + .mergeFrom(value) + .buildPartial(); } else { filterType_ = value; } @@ -1749,6 +1940,8 @@ public Builder mergeCompositeFilter(com.google.firestore.v1.StructuredQuery.Comp return this; } /** + * + * *
        * A composite filter.
        * 
@@ -1772,16 +1965,21 @@ public Builder clearCompositeFilter() { return this; } /** + * + * *
        * A composite filter.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; */ - public com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder getCompositeFilterBuilder() { + public com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder + getCompositeFilterBuilder() { return getCompositeFilterFieldBuilder().getBuilder(); } /** + * + * *
        * A composite filter.
        * 
@@ -1789,7 +1987,8 @@ public com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder getCompos * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; */ @java.lang.Override - public com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder getCompositeFilterOrBuilder() { + public com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder + getCompositeFilterOrBuilder() { if ((filterTypeCase_ == 1) && (compositeFilterBuilder_ != null)) { return compositeFilterBuilder_.getMessageOrBuilder(); } else { @@ -1800,6 +1999,8 @@ public com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder getCompo } } /** + * + * *
        * A composite filter.
        * 
@@ -1807,14 +2008,20 @@ public com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder getCompo * .google.firestore.v1.StructuredQuery.CompositeFilter composite_filter = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.CompositeFilter, com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder, com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder> + com.google.firestore.v1.StructuredQuery.CompositeFilter, + com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder, + com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder> getCompositeFilterFieldBuilder() { if (compositeFilterBuilder_ == null) { if (!(filterTypeCase_ == 1)) { - filterType_ = com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance(); + filterType_ = + com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance(); } - compositeFilterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.CompositeFilter, com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder, com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder>( + compositeFilterBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.CompositeFilter, + com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder, + com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder>( (com.google.firestore.v1.StructuredQuery.CompositeFilter) filterType_, getParentForChildren(), isClean()); @@ -1826,13 +2033,19 @@ public com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder getCompo } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldFilter, com.google.firestore.v1.StructuredQuery.FieldFilter.Builder, com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder> fieldFilterBuilder_; + com.google.firestore.v1.StructuredQuery.FieldFilter, + com.google.firestore.v1.StructuredQuery.FieldFilter.Builder, + com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder> + fieldFilterBuilder_; /** + * + * *
        * A filter on a document field.
        * 
* * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; + * * @return Whether the fieldFilter field is set. */ @java.lang.Override @@ -1840,11 +2053,14 @@ public boolean hasFieldFilter() { return filterTypeCase_ == 2; } /** + * + * *
        * A filter on a document field.
        * 
* * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; + * * @return The fieldFilter. */ @java.lang.Override @@ -1862,6 +2078,8 @@ public com.google.firestore.v1.StructuredQuery.FieldFilter getFieldFilter() { } } /** + * + * *
        * A filter on a document field.
        * 
@@ -1882,6 +2100,8 @@ public Builder setFieldFilter(com.google.firestore.v1.StructuredQuery.FieldFilte return this; } /** + * + * *
        * A filter on a document field.
        * 
@@ -1900,6 +2120,8 @@ public Builder setFieldFilter( return this; } /** + * + * *
        * A filter on a document field.
        * 
@@ -1908,10 +2130,14 @@ public Builder setFieldFilter( */ public Builder mergeFieldFilter(com.google.firestore.v1.StructuredQuery.FieldFilter value) { if (fieldFilterBuilder_ == null) { - if (filterTypeCase_ == 2 && - filterType_ != com.google.firestore.v1.StructuredQuery.FieldFilter.getDefaultInstance()) { - filterType_ = com.google.firestore.v1.StructuredQuery.FieldFilter.newBuilder((com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_) - .mergeFrom(value).buildPartial(); + if (filterTypeCase_ == 2 + && filterType_ + != com.google.firestore.v1.StructuredQuery.FieldFilter.getDefaultInstance()) { + filterType_ = + com.google.firestore.v1.StructuredQuery.FieldFilter.newBuilder( + (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_) + .mergeFrom(value) + .buildPartial(); } else { filterType_ = value; } @@ -1927,6 +2153,8 @@ public Builder mergeFieldFilter(com.google.firestore.v1.StructuredQuery.FieldFil return this; } /** + * + * *
        * A filter on a document field.
        * 
@@ -1950,6 +2178,8 @@ public Builder clearFieldFilter() { return this; } /** + * + * *
        * A filter on a document field.
        * 
@@ -1960,6 +2190,8 @@ public com.google.firestore.v1.StructuredQuery.FieldFilter.Builder getFieldFilte return getFieldFilterFieldBuilder().getBuilder(); } /** + * + * *
        * A filter on a document field.
        * 
@@ -1967,7 +2199,8 @@ public com.google.firestore.v1.StructuredQuery.FieldFilter.Builder getFieldFilte * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; */ @java.lang.Override - public com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder getFieldFilterOrBuilder() { + public com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder + getFieldFilterOrBuilder() { if ((filterTypeCase_ == 2) && (fieldFilterBuilder_ != null)) { return fieldFilterBuilder_.getMessageOrBuilder(); } else { @@ -1978,6 +2211,8 @@ public com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder getFieldFilt } } /** + * + * *
        * A filter on a document field.
        * 
@@ -1985,14 +2220,19 @@ public com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder getFieldFilt * .google.firestore.v1.StructuredQuery.FieldFilter field_filter = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldFilter, com.google.firestore.v1.StructuredQuery.FieldFilter.Builder, com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder> + com.google.firestore.v1.StructuredQuery.FieldFilter, + com.google.firestore.v1.StructuredQuery.FieldFilter.Builder, + com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder> getFieldFilterFieldBuilder() { if (fieldFilterBuilder_ == null) { if (!(filterTypeCase_ == 2)) { filterType_ = com.google.firestore.v1.StructuredQuery.FieldFilter.getDefaultInstance(); } - fieldFilterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldFilter, com.google.firestore.v1.StructuredQuery.FieldFilter.Builder, com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder>( + fieldFilterBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FieldFilter, + com.google.firestore.v1.StructuredQuery.FieldFilter.Builder, + com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder>( (com.google.firestore.v1.StructuredQuery.FieldFilter) filterType_, getParentForChildren(), isClean()); @@ -2004,13 +2244,19 @@ public com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder getFieldFilt } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.UnaryFilter, com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder, com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder> unaryFilterBuilder_; + com.google.firestore.v1.StructuredQuery.UnaryFilter, + com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder, + com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder> + unaryFilterBuilder_; /** + * + * *
        * A filter that takes exactly one argument.
        * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; + * * @return Whether the unaryFilter field is set. */ @java.lang.Override @@ -2018,11 +2264,14 @@ public boolean hasUnaryFilter() { return filterTypeCase_ == 3; } /** + * + * *
        * A filter that takes exactly one argument.
        * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; + * * @return The unaryFilter. */ @java.lang.Override @@ -2040,6 +2289,8 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilter getUnaryFilter() { } } /** + * + * *
        * A filter that takes exactly one argument.
        * 
@@ -2060,6 +2311,8 @@ public Builder setUnaryFilter(com.google.firestore.v1.StructuredQuery.UnaryFilte return this; } /** + * + * *
        * A filter that takes exactly one argument.
        * 
@@ -2078,6 +2331,8 @@ public Builder setUnaryFilter( return this; } /** + * + * *
        * A filter that takes exactly one argument.
        * 
@@ -2086,10 +2341,14 @@ public Builder setUnaryFilter( */ public Builder mergeUnaryFilter(com.google.firestore.v1.StructuredQuery.UnaryFilter value) { if (unaryFilterBuilder_ == null) { - if (filterTypeCase_ == 3 && - filterType_ != com.google.firestore.v1.StructuredQuery.UnaryFilter.getDefaultInstance()) { - filterType_ = com.google.firestore.v1.StructuredQuery.UnaryFilter.newBuilder((com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_) - .mergeFrom(value).buildPartial(); + if (filterTypeCase_ == 3 + && filterType_ + != com.google.firestore.v1.StructuredQuery.UnaryFilter.getDefaultInstance()) { + filterType_ = + com.google.firestore.v1.StructuredQuery.UnaryFilter.newBuilder( + (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_) + .mergeFrom(value) + .buildPartial(); } else { filterType_ = value; } @@ -2105,6 +2364,8 @@ public Builder mergeUnaryFilter(com.google.firestore.v1.StructuredQuery.UnaryFil return this; } /** + * + * *
        * A filter that takes exactly one argument.
        * 
@@ -2128,6 +2389,8 @@ public Builder clearUnaryFilter() { return this; } /** + * + * *
        * A filter that takes exactly one argument.
        * 
@@ -2138,6 +2401,8 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder getUnaryFilte return getUnaryFilterFieldBuilder().getBuilder(); } /** + * + * *
        * A filter that takes exactly one argument.
        * 
@@ -2145,7 +2410,8 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder getUnaryFilte * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; */ @java.lang.Override - public com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder getUnaryFilterOrBuilder() { + public com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder + getUnaryFilterOrBuilder() { if ((filterTypeCase_ == 3) && (unaryFilterBuilder_ != null)) { return unaryFilterBuilder_.getMessageOrBuilder(); } else { @@ -2156,6 +2422,8 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder getUnaryFilt } } /** + * + * *
        * A filter that takes exactly one argument.
        * 
@@ -2163,14 +2431,19 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder getUnaryFilt * .google.firestore.v1.StructuredQuery.UnaryFilter unary_filter = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.UnaryFilter, com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder, com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder> + com.google.firestore.v1.StructuredQuery.UnaryFilter, + com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder, + com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder> getUnaryFilterFieldBuilder() { if (unaryFilterBuilder_ == null) { if (!(filterTypeCase_ == 3)) { filterType_ = com.google.firestore.v1.StructuredQuery.UnaryFilter.getDefaultInstance(); } - unaryFilterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.UnaryFilter, com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder, com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder>( + unaryFilterBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.UnaryFilter, + com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder, + com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder>( (com.google.firestore.v1.StructuredQuery.UnaryFilter) filterType_, getParentForChildren(), isClean()); @@ -2180,6 +2453,7 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder getUnaryFilt onChanged(); return unaryFilterBuilder_; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2192,12 +2466,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.Filter) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.Filter) private static final com.google.firestore.v1.StructuredQuery.Filter DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.Filter(); } @@ -2206,27 +2480,28 @@ public static com.google.firestore.v1.StructuredQuery.Filter getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Filter parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Filter parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2241,33 +2516,41 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery.Filter getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface CompositeFilterOrBuilder extends + public interface CompositeFilterOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.CompositeFilter) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * The operator for combining multiple filters.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; + * * @return The enum numeric value on the wire for op. */ int getOpValue(); /** + * + * *
      * The operator for combining multiple filters.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; + * * @return The op. */ com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator getOp(); /** + * + * *
      * The list of filters to combine.
      *
@@ -2278,9 +2561,10 @@ public interface CompositeFilterOrBuilder extends
      *
      * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
      */
-    java.util.List 
-        getFiltersList();
+    java.util.List getFiltersList();
     /**
+     *
+     *
      * 
      * The list of filters to combine.
      *
@@ -2293,6 +2577,8 @@ public interface CompositeFilterOrBuilder extends
      */
     com.google.firestore.v1.StructuredQuery.Filter getFilters(int index);
     /**
+     *
+     *
      * 
      * The list of filters to combine.
      *
@@ -2305,6 +2591,8 @@ public interface CompositeFilterOrBuilder extends
      */
     int getFiltersCount();
     /**
+     *
+     *
      * 
      * The list of filters to combine.
      *
@@ -2315,9 +2603,11 @@ public interface CompositeFilterOrBuilder extends
      *
      * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
      */
-    java.util.List 
+    java.util.List
         getFiltersOrBuilderList();
     /**
+     *
+     *
      * 
      * The list of filters to combine.
      *
@@ -2328,25 +2618,27 @@ public interface CompositeFilterOrBuilder extends
      *
      * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
      */
-    com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuilder(
-        int index);
+    com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuilder(int index);
   }
   /**
+   *
+   *
    * 
    * A filter that merges multiple other filters using the given operator.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.CompositeFilter} */ - public static final class CompositeFilter extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class CompositeFilter extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.CompositeFilter) CompositeFilterOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use CompositeFilter.newBuilder() to construct. private CompositeFilter(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private CompositeFilter() { op_ = 0; filters_ = java.util.Collections.emptyList(); @@ -2354,34 +2646,38 @@ private CompositeFilter() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new CompositeFilter(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.CompositeFilter.class, com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder.class); + com.google.firestore.v1.StructuredQuery.CompositeFilter.class, + com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder.class); } /** + * + * *
      * A composite filter operator.
      * 
* * Protobuf enum {@code google.firestore.v1.StructuredQuery.CompositeFilter.Operator} */ - public enum Operator - implements com.google.protobuf.ProtocolMessageEnum { + public enum Operator implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
        * Unspecified. This value must not be used.
        * 
@@ -2390,6 +2686,8 @@ public enum Operator */ OPERATOR_UNSPECIFIED(0), /** + * + * *
        * Documents are required to satisfy all of the combined filters.
        * 
@@ -2398,6 +2696,8 @@ public enum Operator */ AND(1), /** + * + * *
        * Documents are required to satisfy at least one of the combined filters.
        * 
@@ -2409,6 +2709,8 @@ public enum Operator ; /** + * + * *
        * Unspecified. This value must not be used.
        * 
@@ -2417,6 +2719,8 @@ public enum Operator */ public static final int OPERATOR_UNSPECIFIED_VALUE = 0; /** + * + * *
        * Documents are required to satisfy all of the combined filters.
        * 
@@ -2425,6 +2729,8 @@ public enum Operator */ public static final int AND_VALUE = 1; /** + * + * *
        * Documents are required to satisfy at least one of the combined filters.
        * 
@@ -2433,7 +2739,6 @@ public enum Operator */ public static final int OR_VALUE = 2; - public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -2458,49 +2763,51 @@ public static Operator valueOf(int value) { */ public static Operator forNumber(int value) { switch (value) { - case 0: return OPERATOR_UNSPECIFIED; - case 1: return AND; - case 2: return OR; - default: return null; + case 0: + return OPERATOR_UNSPECIFIED; + case 1: + return AND; + case 2: + return OR; + default: + return null; } } - public static com.google.protobuf.Internal.EnumLiteMap - internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static final com.google.protobuf.Internal.EnumLiteMap< - Operator> internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public Operator findValueByNumber(int number) { - return Operator.forNumber(number); - } - }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor - getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Operator findValueByNumber(int number) { + return Operator.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - public final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptorForType() { + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptor() { - return com.google.firestore.v1.StructuredQuery.CompositeFilter.getDescriptor().getEnumTypes().get(0); + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + return com.google.firestore.v1.StructuredQuery.CompositeFilter.getDescriptor() + .getEnumTypes() + .get(0); } private static final Operator[] VALUES = values(); - public static Operator valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static Operator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException( - "EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -2520,33 +2827,47 @@ private Operator(int value) { public static final int OP_FIELD_NUMBER = 1; private int op_ = 0; /** + * + * *
      * The operator for combining multiple filters.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; + * * @return The enum numeric value on the wire for op. */ - @java.lang.Override public int getOpValue() { + @java.lang.Override + public int getOpValue() { return op_; } /** + * + * *
      * The operator for combining multiple filters.
      * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; + * * @return The op. */ - @java.lang.Override public com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator getOp() { - com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator result = com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.forNumber(op_); - return result == null ? com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator getOp() { + com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator result = + com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.forNumber(op_); + return result == null + ? com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.UNRECOGNIZED + : result; } public static final int FILTERS_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private java.util.List filters_; /** + * + * *
      * The list of filters to combine.
      *
@@ -2562,6 +2883,8 @@ public java.util.List getFilters
       return filters_;
     }
     /**
+     *
+     *
      * 
      * The list of filters to combine.
      *
@@ -2573,11 +2896,13 @@ public java.util.List getFilters
      * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
      */
     @java.lang.Override
-    public java.util.List 
+    public java.util.List
         getFiltersOrBuilderList() {
       return filters_;
     }
     /**
+     *
+     *
      * 
      * The list of filters to combine.
      *
@@ -2593,6 +2918,8 @@ public int getFiltersCount() {
       return filters_.size();
     }
     /**
+     *
+     *
      * 
      * The list of filters to combine.
      *
@@ -2608,6 +2935,8 @@ public com.google.firestore.v1.StructuredQuery.Filter getFilters(int index) {
       return filters_.get(index);
     }
     /**
+     *
+     *
      * 
      * The list of filters to combine.
      *
@@ -2619,12 +2948,12 @@ public com.google.firestore.v1.StructuredQuery.Filter getFilters(int index) {
      * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
      */
     @java.lang.Override
-    public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuilder(
-        int index) {
+    public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuilder(int index) {
       return filters_.get(index);
     }
 
     private byte memoizedIsInitialized = -1;
+
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -2636,9 +2965,10 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output)
-                        throws java.io.IOException {
-      if (op_ != com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.OPERATOR_UNSPECIFIED.getNumber()) {
+    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+      if (op_
+          != com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.OPERATOR_UNSPECIFIED
+              .getNumber()) {
         output.writeEnum(1, op_);
       }
       for (int i = 0; i < filters_.size(); i++) {
@@ -2653,13 +2983,13 @@ public int getSerializedSize() {
       if (size != -1) return size;
 
       size = 0;
-      if (op_ != com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.OPERATOR_UNSPECIFIED.getNumber()) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeEnumSize(1, op_);
+      if (op_
+          != com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.OPERATOR_UNSPECIFIED
+              .getNumber()) {
+        size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, op_);
       }
       for (int i = 0; i < filters_.size(); i++) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(2, filters_.get(i));
+        size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, filters_.get(i));
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -2669,16 +2999,16 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-       return true;
+        return true;
       }
       if (!(obj instanceof com.google.firestore.v1.StructuredQuery.CompositeFilter)) {
         return super.equals(obj);
       }
-      com.google.firestore.v1.StructuredQuery.CompositeFilter other = (com.google.firestore.v1.StructuredQuery.CompositeFilter) obj;
+      com.google.firestore.v1.StructuredQuery.CompositeFilter other =
+          (com.google.firestore.v1.StructuredQuery.CompositeFilter) obj;
 
       if (op_ != other.op_) return false;
-      if (!getFiltersList()
-          .equals(other.getFiltersList())) return false;
+      if (!getFiltersList().equals(other.getFiltersList())) return false;
       if (!getUnknownFields().equals(other.getUnknownFields())) return false;
       return true;
     }
@@ -2702,89 +3032,94 @@ public int hashCode() {
     }
 
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
-        java.nio.ByteBuffer data)
-        throws com.google.protobuf.InvalidProtocolBufferException {
+        java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
-        java.nio.ByteBuffer data,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
+
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
+
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
-        byte[] data,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-    public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(java.io.InputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input);
+
+    public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
+        java.io.InputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
     }
+
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
-        java.io.InputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+          PARSER, input, extensionRegistry);
     }
 
-    public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseDelimitedFrom(java.io.InputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseDelimitedWithIOException(PARSER, input);
+    public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseDelimitedFrom(
+        java.io.InputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
     }
 
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseDelimitedFrom(
-        java.io.InputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+          PARSER, input, extensionRegistry);
     }
+
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
-        com.google.protobuf.CodedInputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
     }
+
     public static com.google.firestore.v1.StructuredQuery.CompositeFilter parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+          PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() { return newBuilder(); }
+    public Builder newBuilderForType() {
+      return newBuilder();
+    }
+
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
-    public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.CompositeFilter prototype) {
+
+    public static Builder newBuilder(
+        com.google.firestore.v1.StructuredQuery.CompositeFilter prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
+
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE
-          ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -2794,39 +3129,41 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
+     *
+     *
      * 
      * A filter that merges multiple other filters using the given operator.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.CompositeFilter} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.CompositeFilter) com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.CompositeFilter.class, com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder.class); + com.google.firestore.v1.StructuredQuery.CompositeFilter.class, + com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.CompositeFilter.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -2843,9 +3180,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_CompositeFilter_descriptor; } @java.lang.Override @@ -2864,14 +3201,18 @@ public com.google.firestore.v1.StructuredQuery.CompositeFilter build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.CompositeFilter buildPartial() { - com.google.firestore.v1.StructuredQuery.CompositeFilter result = new com.google.firestore.v1.StructuredQuery.CompositeFilter(this); + com.google.firestore.v1.StructuredQuery.CompositeFilter result = + new com.google.firestore.v1.StructuredQuery.CompositeFilter(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } - private void buildPartialRepeatedFields(com.google.firestore.v1.StructuredQuery.CompositeFilter result) { + private void buildPartialRepeatedFields( + com.google.firestore.v1.StructuredQuery.CompositeFilter result) { if (filtersBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { filters_ = java.util.Collections.unmodifiableList(filters_); @@ -2894,38 +3235,41 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.CompositeFilt public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.CompositeFilter) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.CompositeFilter)other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.CompositeFilter) other); } else { super.mergeFrom(other); return this; @@ -2933,7 +3277,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.CompositeFilter other) { - if (other == com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance()) return this; + if (other == com.google.firestore.v1.StructuredQuery.CompositeFilter.getDefaultInstance()) + return this; if (other.op_ != 0) { setOpValue(other.getOpValue()); } @@ -2955,9 +3300,10 @@ public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.CompositeFilter filtersBuilder_ = null; filters_ = other.filters_; bitField0_ = (bitField0_ & ~0x00000002); - filtersBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getFiltersFieldBuilder() : null; + filtersBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getFiltersFieldBuilder() + : null; } else { filtersBuilder_.addAllMessages(other.filters_); } @@ -2989,30 +3335,33 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - op_ = input.readEnum(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 18: { - com.google.firestore.v1.StructuredQuery.Filter m = - input.readMessage( - com.google.firestore.v1.StructuredQuery.Filter.parser(), - extensionRegistry); - if (filtersBuilder_ == null) { - ensureFiltersIsMutable(); - filters_.add(m); - } else { - filtersBuilder_.addMessage(m); - } - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + op_ = input.readEnum(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 18: + { + com.google.firestore.v1.StructuredQuery.Filter m = + input.readMessage( + com.google.firestore.v1.StructuredQuery.Filter.parser(), + extensionRegistry); + if (filtersBuilder_ == null) { + ensureFiltersIsMutable(); + filters_.add(m); + } else { + filtersBuilder_.addMessage(m); + } + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -3022,26 +3371,34 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private int op_ = 0; /** + * + * *
        * The operator for combining multiple filters.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; + * * @return The enum numeric value on the wire for op. */ - @java.lang.Override public int getOpValue() { + @java.lang.Override + public int getOpValue() { return op_; } /** + * + * *
        * The operator for combining multiple filters.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; + * * @param value The enum numeric value on the wire for op to set. * @return This builder for chaining. */ @@ -3052,24 +3409,33 @@ public Builder setOpValue(int value) { return this; } /** + * + * *
        * The operator for combining multiple filters.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; + * * @return The op. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator getOp() { - com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator result = com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.forNumber(op_); - return result == null ? com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.UNRECOGNIZED : result; + com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator result = + com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.forNumber(op_); + return result == null + ? com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator.UNRECOGNIZED + : result; } /** + * + * *
        * The operator for combining multiple filters.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; + * * @param value The op to set. * @return This builder for chaining. */ @@ -3083,11 +3449,14 @@ public Builder setOp(com.google.firestore.v1.StructuredQuery.CompositeFilter.Ope return this; } /** + * + * *
        * The operator for combining multiple filters.
        * 
* * .google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1; + * * @return This builder for chaining. */ public Builder clearOp() { @@ -3098,18 +3467,25 @@ public Builder clearOp() { } private java.util.List filters_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureFiltersIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { - filters_ = new java.util.ArrayList(filters_); + filters_ = + new java.util.ArrayList(filters_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.Filter, com.google.firestore.v1.StructuredQuery.Filter.Builder, com.google.firestore.v1.StructuredQuery.FilterOrBuilder> filtersBuilder_; + com.google.firestore.v1.StructuredQuery.Filter, + com.google.firestore.v1.StructuredQuery.Filter.Builder, + com.google.firestore.v1.StructuredQuery.FilterOrBuilder> + filtersBuilder_; /** + * + * *
        * The list of filters to combine.
        *
@@ -3128,6 +3504,8 @@ public java.util.List getFilters
         }
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3146,6 +3524,8 @@ public int getFiltersCount() {
         }
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3164,6 +3544,8 @@ public com.google.firestore.v1.StructuredQuery.Filter getFilters(int index) {
         }
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3174,8 +3556,7 @@ public com.google.firestore.v1.StructuredQuery.Filter getFilters(int index) {
        *
        * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
        */
-      public Builder setFilters(
-          int index, com.google.firestore.v1.StructuredQuery.Filter value) {
+      public Builder setFilters(int index, com.google.firestore.v1.StructuredQuery.Filter value) {
         if (filtersBuilder_ == null) {
           if (value == null) {
             throw new NullPointerException();
@@ -3189,6 +3570,8 @@ public Builder setFilters(
         return this;
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3211,7 +3594,9 @@ public Builder setFilters(
         return this;
       }
       /**
-       * 
+       *
+       *
+       * 
        * The list of filters to combine.
        *
        * Requires:
@@ -3235,6 +3620,8 @@ public Builder addFilters(com.google.firestore.v1.StructuredQuery.Filter value)
         return this;
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3245,8 +3632,7 @@ public Builder addFilters(com.google.firestore.v1.StructuredQuery.Filter value)
        *
        * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
        */
-      public Builder addFilters(
-          int index, com.google.firestore.v1.StructuredQuery.Filter value) {
+      public Builder addFilters(int index, com.google.firestore.v1.StructuredQuery.Filter value) {
         if (filtersBuilder_ == null) {
           if (value == null) {
             throw new NullPointerException();
@@ -3260,6 +3646,8 @@ public Builder addFilters(
         return this;
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3282,6 +3670,8 @@ public Builder addFilters(
         return this;
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3304,6 +3694,8 @@ public Builder addFilters(
         return this;
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3318,8 +3710,7 @@ public Builder addAllFilters(
           java.lang.Iterable values) {
         if (filtersBuilder_ == null) {
           ensureFiltersIsMutable();
-          com.google.protobuf.AbstractMessageLite.Builder.addAll(
-              values, filters_);
+          com.google.protobuf.AbstractMessageLite.Builder.addAll(values, filters_);
           onChanged();
         } else {
           filtersBuilder_.addAllMessages(values);
@@ -3327,6 +3718,8 @@ public Builder addAllFilters(
         return this;
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3348,6 +3741,8 @@ public Builder clearFilters() {
         return this;
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3369,6 +3764,8 @@ public Builder removeFilters(int index) {
         return this;
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3379,11 +3776,12 @@ public Builder removeFilters(int index) {
        *
        * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
        */
-      public com.google.firestore.v1.StructuredQuery.Filter.Builder getFiltersBuilder(
-          int index) {
+      public com.google.firestore.v1.StructuredQuery.Filter.Builder getFiltersBuilder(int index) {
         return getFiltersFieldBuilder().getBuilder(index);
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3397,11 +3795,14 @@ public com.google.firestore.v1.StructuredQuery.Filter.Builder getFiltersBuilder(
       public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuilder(
           int index) {
         if (filtersBuilder_ == null) {
-          return filters_.get(index);  } else {
+          return filters_.get(index);
+        } else {
           return filtersBuilder_.getMessageOrBuilder(index);
         }
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3412,8 +3813,8 @@ public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuild
        *
        * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
        */
-      public java.util.List 
-           getFiltersOrBuilderList() {
+      public java.util.List
+          getFiltersOrBuilderList() {
         if (filtersBuilder_ != null) {
           return filtersBuilder_.getMessageOrBuilderList();
         } else {
@@ -3421,6 +3822,8 @@ public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuild
         }
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3432,10 +3835,12 @@ public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getFiltersOrBuild
        * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
        */
       public com.google.firestore.v1.StructuredQuery.Filter.Builder addFiltersBuilder() {
-        return getFiltersFieldBuilder().addBuilder(
-            com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance());
+        return getFiltersFieldBuilder()
+            .addBuilder(com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance());
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3446,12 +3851,13 @@ public com.google.firestore.v1.StructuredQuery.Filter.Builder addFiltersBuilder(
        *
        * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
        */
-      public com.google.firestore.v1.StructuredQuery.Filter.Builder addFiltersBuilder(
-          int index) {
-        return getFiltersFieldBuilder().addBuilder(
-            index, com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance());
+      public com.google.firestore.v1.StructuredQuery.Filter.Builder addFiltersBuilder(int index) {
+        return getFiltersFieldBuilder()
+            .addBuilder(index, com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance());
       }
       /**
+       *
+       *
        * 
        * The list of filters to combine.
        *
@@ -3462,24 +3868,28 @@ public com.google.firestore.v1.StructuredQuery.Filter.Builder addFiltersBuilder(
        *
        * repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
        */
-      public java.util.List 
-           getFiltersBuilderList() {
+      public java.util.List
+          getFiltersBuilderList() {
         return getFiltersFieldBuilder().getBuilderList();
       }
+
       private com.google.protobuf.RepeatedFieldBuilderV3<
-          com.google.firestore.v1.StructuredQuery.Filter, com.google.firestore.v1.StructuredQuery.Filter.Builder, com.google.firestore.v1.StructuredQuery.FilterOrBuilder> 
+              com.google.firestore.v1.StructuredQuery.Filter,
+              com.google.firestore.v1.StructuredQuery.Filter.Builder,
+              com.google.firestore.v1.StructuredQuery.FilterOrBuilder>
           getFiltersFieldBuilder() {
         if (filtersBuilder_ == null) {
-          filtersBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-              com.google.firestore.v1.StructuredQuery.Filter, com.google.firestore.v1.StructuredQuery.Filter.Builder, com.google.firestore.v1.StructuredQuery.FilterOrBuilder>(
-                  filters_,
-                  ((bitField0_ & 0x00000002) != 0),
-                  getParentForChildren(),
-                  isClean());
+          filtersBuilder_ =
+              new com.google.protobuf.RepeatedFieldBuilderV3<
+                  com.google.firestore.v1.StructuredQuery.Filter,
+                  com.google.firestore.v1.StructuredQuery.Filter.Builder,
+                  com.google.firestore.v1.StructuredQuery.FilterOrBuilder>(
+                  filters_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
           filters_ = null;
         }
         return filtersBuilder_;
       }
+
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -3492,12 +3902,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
-
       // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.CompositeFilter)
     }
 
     // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.CompositeFilter)
     private static final com.google.firestore.v1.StructuredQuery.CompositeFilter DEFAULT_INSTANCE;
+
     static {
       DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.CompositeFilter();
     }
@@ -3506,27 +3916,28 @@ public static com.google.firestore.v1.StructuredQuery.CompositeFilter getDefault
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser
-        PARSER = new com.google.protobuf.AbstractParser() {
-      @java.lang.Override
-      public CompositeFilter parsePartialFrom(
-          com.google.protobuf.CodedInputStream input,
-          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-          throws com.google.protobuf.InvalidProtocolBufferException {
-        Builder builder = newBuilder();
-        try {
-          builder.mergeFrom(input, extensionRegistry);
-        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-          throw e.setUnfinishedMessage(builder.buildPartial());
-        } catch (com.google.protobuf.UninitializedMessageException e) {
-          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-        } catch (java.io.IOException e) {
-          throw new com.google.protobuf.InvalidProtocolBufferException(e)
-              .setUnfinishedMessage(builder.buildPartial());
-        }
-        return builder.buildPartial();
-      }
-    };
+    private static final com.google.protobuf.Parser PARSER =
+        new com.google.protobuf.AbstractParser() {
+          @java.lang.Override
+          public CompositeFilter parsePartialFrom(
+              com.google.protobuf.CodedInputStream input,
+              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+              throws com.google.protobuf.InvalidProtocolBufferException {
+            Builder builder = newBuilder();
+            try {
+              builder.mergeFrom(input, extensionRegistry);
+            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+              throw e.setUnfinishedMessage(builder.buildPartial());
+            } catch (com.google.protobuf.UninitializedMessageException e) {
+              throw e.asInvalidProtocolBufferException()
+                  .setUnfinishedMessage(builder.buildPartial());
+            } catch (java.io.IOException e) {
+              throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                  .setUnfinishedMessage(builder.buildPartial());
+            }
+            return builder.buildPartial();
+          }
+        };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -3541,32 +3952,40 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.firestore.v1.StructuredQuery.CompositeFilter getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
-
   }
 
-  public interface FieldFilterOrBuilder extends
+  public interface FieldFilterOrBuilder
+      extends
       // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.FieldFilter)
       com.google.protobuf.MessageOrBuilder {
 
     /**
+     *
+     *
      * 
      * The field to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return Whether the field field is set. */ boolean hasField(); /** + * + * *
      * The field to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return The field. */ com.google.firestore.v1.StructuredQuery.FieldReference getField(); /** + * + * *
      * The field to filter by.
      * 
@@ -3576,43 +3995,57 @@ public interface FieldFilterOrBuilder extends com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder(); /** + * + * *
      * The operator to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; + * * @return The enum numeric value on the wire for op. */ int getOpValue(); /** + * + * *
      * The operator to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; + * * @return The op. */ com.google.firestore.v1.StructuredQuery.FieldFilter.Operator getOp(); /** + * + * *
      * The value to compare to.
      * 
* * .google.firestore.v1.Value value = 3; + * * @return Whether the value field is set. */ boolean hasValue(); /** + * + * *
      * The value to compare to.
      * 
* * .google.firestore.v1.Value value = 3; + * * @return The value. */ com.google.firestore.v1.Value getValue(); /** + * + * *
      * The value to compare to.
      * 
@@ -3622,55 +4055,62 @@ public interface FieldFilterOrBuilder extends com.google.firestore.v1.ValueOrBuilder getValueOrBuilder(); } /** + * + * *
    * A filter on a specific field.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.FieldFilter} */ - public static final class FieldFilter extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class FieldFilter extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.FieldFilter) FieldFilterOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use FieldFilter.newBuilder() to construct. private FieldFilter(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private FieldFilter() { op_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new FieldFilter(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldFilter_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FieldFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.FieldFilter.class, com.google.firestore.v1.StructuredQuery.FieldFilter.Builder.class); + com.google.firestore.v1.StructuredQuery.FieldFilter.class, + com.google.firestore.v1.StructuredQuery.FieldFilter.Builder.class); } /** + * + * *
      * A field filter operator.
      * 
* * Protobuf enum {@code google.firestore.v1.StructuredQuery.FieldFilter.Operator} */ - public enum Operator - implements com.google.protobuf.ProtocolMessageEnum { + public enum Operator implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
        * Unspecified. This value must not be used.
        * 
@@ -3679,6 +4119,8 @@ public enum Operator */ OPERATOR_UNSPECIFIED(0), /** + * + * *
        * The given `field` is less than the given `value`.
        *
@@ -3691,6 +4133,8 @@ public enum Operator
        */
       LESS_THAN(1),
       /**
+       *
+       *
        * 
        * The given `field` is less than or equal to the given `value`.
        *
@@ -3703,6 +4147,8 @@ public enum Operator
        */
       LESS_THAN_OR_EQUAL(2),
       /**
+       *
+       *
        * 
        * The given `field` is greater than the given `value`.
        *
@@ -3715,6 +4161,8 @@ public enum Operator
        */
       GREATER_THAN(3),
       /**
+       *
+       *
        * 
        * The given `field` is greater than or equal to the given `value`.
        *
@@ -3727,6 +4175,8 @@ public enum Operator
        */
       GREATER_THAN_OR_EQUAL(4),
       /**
+       *
+       *
        * 
        * The given `field` is equal to the given `value`.
        * 
@@ -3735,6 +4185,8 @@ public enum Operator */ EQUAL(5), /** + * + * *
        * The given `field` is not equal to the given `value`.
        *
@@ -3748,6 +4200,8 @@ public enum Operator
        */
       NOT_EQUAL(6),
       /**
+       *
+       *
        * 
        * The given `field` is an array that contains the given `value`.
        * 
@@ -3756,6 +4210,8 @@ public enum Operator */ ARRAY_CONTAINS(7), /** + * + * *
        * The given `field` is equal to at least one value in the given array.
        *
@@ -3770,6 +4226,8 @@ public enum Operator
        */
       IN(8),
       /**
+       *
+       *
        * 
        * The given `field` is an array that contains any of the values in the
        * given array.
@@ -3786,6 +4244,8 @@ public enum Operator
        */
       ARRAY_CONTAINS_ANY(9),
       /**
+       *
+       *
        * 
        * The value of the `field` is not in the given array.
        *
@@ -3804,6 +4264,8 @@ public enum Operator
       ;
 
       /**
+       *
+       *
        * 
        * Unspecified. This value must not be used.
        * 
@@ -3812,6 +4274,8 @@ public enum Operator */ public static final int OPERATOR_UNSPECIFIED_VALUE = 0; /** + * + * *
        * The given `field` is less than the given `value`.
        *
@@ -3824,6 +4288,8 @@ public enum Operator
        */
       public static final int LESS_THAN_VALUE = 1;
       /**
+       *
+       *
        * 
        * The given `field` is less than or equal to the given `value`.
        *
@@ -3836,6 +4302,8 @@ public enum Operator
        */
       public static final int LESS_THAN_OR_EQUAL_VALUE = 2;
       /**
+       *
+       *
        * 
        * The given `field` is greater than the given `value`.
        *
@@ -3848,6 +4316,8 @@ public enum Operator
        */
       public static final int GREATER_THAN_VALUE = 3;
       /**
+       *
+       *
        * 
        * The given `field` is greater than or equal to the given `value`.
        *
@@ -3860,6 +4330,8 @@ public enum Operator
        */
       public static final int GREATER_THAN_OR_EQUAL_VALUE = 4;
       /**
+       *
+       *
        * 
        * The given `field` is equal to the given `value`.
        * 
@@ -3868,6 +4340,8 @@ public enum Operator */ public static final int EQUAL_VALUE = 5; /** + * + * *
        * The given `field` is not equal to the given `value`.
        *
@@ -3881,6 +4355,8 @@ public enum Operator
        */
       public static final int NOT_EQUAL_VALUE = 6;
       /**
+       *
+       *
        * 
        * The given `field` is an array that contains the given `value`.
        * 
@@ -3889,6 +4365,8 @@ public enum Operator */ public static final int ARRAY_CONTAINS_VALUE = 7; /** + * + * *
        * The given `field` is equal to at least one value in the given array.
        *
@@ -3903,6 +4381,8 @@ public enum Operator
        */
       public static final int IN_VALUE = 8;
       /**
+       *
+       *
        * 
        * The given `field` is an array that contains any of the values in the
        * given array.
@@ -3919,6 +4399,8 @@ public enum Operator
        */
       public static final int ARRAY_CONTAINS_ANY_VALUE = 9;
       /**
+       *
+       *
        * 
        * The value of the `field` is not in the given array.
        *
@@ -3934,7 +4416,6 @@ public enum Operator
        */
       public static final int NOT_IN_VALUE = 10;
 
-
       public final int getNumber() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalArgumentException(
@@ -3959,57 +4440,67 @@ public static Operator valueOf(int value) {
        */
       public static Operator forNumber(int value) {
         switch (value) {
-          case 0: return OPERATOR_UNSPECIFIED;
-          case 1: return LESS_THAN;
-          case 2: return LESS_THAN_OR_EQUAL;
-          case 3: return GREATER_THAN;
-          case 4: return GREATER_THAN_OR_EQUAL;
-          case 5: return EQUAL;
-          case 6: return NOT_EQUAL;
-          case 7: return ARRAY_CONTAINS;
-          case 8: return IN;
-          case 9: return ARRAY_CONTAINS_ANY;
-          case 10: return NOT_IN;
-          default: return null;
-        }
-      }
-
-      public static com.google.protobuf.Internal.EnumLiteMap
-          internalGetValueMap() {
+          case 0:
+            return OPERATOR_UNSPECIFIED;
+          case 1:
+            return LESS_THAN;
+          case 2:
+            return LESS_THAN_OR_EQUAL;
+          case 3:
+            return GREATER_THAN;
+          case 4:
+            return GREATER_THAN_OR_EQUAL;
+          case 5:
+            return EQUAL;
+          case 6:
+            return NOT_EQUAL;
+          case 7:
+            return ARRAY_CONTAINS;
+          case 8:
+            return IN;
+          case 9:
+            return ARRAY_CONTAINS_ANY;
+          case 10:
+            return NOT_IN;
+          default:
+            return null;
+        }
+      }
+
+      public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
         return internalValueMap;
       }
-      private static final com.google.protobuf.Internal.EnumLiteMap<
-          Operator> internalValueMap =
-            new com.google.protobuf.Internal.EnumLiteMap() {
-              public Operator findValueByNumber(int number) {
-                return Operator.forNumber(number);
-              }
-            };
 
-      public final com.google.protobuf.Descriptors.EnumValueDescriptor
-          getValueDescriptor() {
+      private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public Operator findValueByNumber(int number) {
+              return Operator.forNumber(number);
+            }
+          };
+
+      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalStateException(
               "Can't get the descriptor of an unrecognized enum value.");
         }
         return getDescriptor().getValues().get(ordinal());
       }
-      public final com.google.protobuf.Descriptors.EnumDescriptor
-          getDescriptorForType() {
+
+      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
         return getDescriptor();
       }
-      public static final com.google.protobuf.Descriptors.EnumDescriptor
-          getDescriptor() {
-        return com.google.firestore.v1.StructuredQuery.FieldFilter.getDescriptor().getEnumTypes().get(0);
+
+      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+        return com.google.firestore.v1.StructuredQuery.FieldFilter.getDescriptor()
+            .getEnumTypes()
+            .get(0);
       }
 
       private static final Operator[] VALUES = values();
 
-      public static Operator valueOf(
-          com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+      public static Operator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
         if (desc.getType() != getDescriptor()) {
-          throw new java.lang.IllegalArgumentException(
-            "EnumValueDescriptor is not for this type.");
+          throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
         }
         if (desc.getIndex() == -1) {
           return UNRECOGNIZED;
@@ -4030,11 +4521,14 @@ private Operator(int value) {
     public static final int FIELD_FIELD_NUMBER = 1;
     private com.google.firestore.v1.StructuredQuery.FieldReference field_;
     /**
+     *
+     *
      * 
      * The field to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return Whether the field field is set. */ @java.lang.Override @@ -4042,18 +4536,25 @@ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * The field to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return The field. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReference getField() { - return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } /** + * + * *
      * The field to filter by.
      * 
@@ -4062,43 +4563,59 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder() { - return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } public static final int OP_FIELD_NUMBER = 2; private int op_ = 0; /** + * + * *
      * The operator to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; + * * @return The enum numeric value on the wire for op. */ - @java.lang.Override public int getOpValue() { + @java.lang.Override + public int getOpValue() { return op_; } /** + * + * *
      * The operator to filter by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; + * * @return The op. */ - @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldFilter.Operator getOp() { - com.google.firestore.v1.StructuredQuery.FieldFilter.Operator result = com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.forNumber(op_); - return result == null ? com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.v1.StructuredQuery.FieldFilter.Operator getOp() { + com.google.firestore.v1.StructuredQuery.FieldFilter.Operator result = + com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.forNumber(op_); + return result == null + ? com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.UNRECOGNIZED + : result; } public static final int VALUE_FIELD_NUMBER = 3; private com.google.firestore.v1.Value value_; /** + * + * *
      * The value to compare to.
      * 
* * .google.firestore.v1.Value value = 3; + * * @return Whether the value field is set. */ @java.lang.Override @@ -4106,11 +4623,14 @@ public boolean hasValue() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The value to compare to.
      * 
* * .google.firestore.v1.Value value = 3; + * * @return The value. */ @java.lang.Override @@ -4118,6 +4638,8 @@ public com.google.firestore.v1.Value getValue() { return value_ == null ? com.google.firestore.v1.Value.getDefaultInstance() : value_; } /** + * + * *
      * The value to compare to.
      * 
@@ -4130,6 +4652,7 @@ public com.google.firestore.v1.ValueOrBuilder getValueOrBuilder() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -4141,12 +4664,13 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getField()); } - if (op_ != com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.OPERATOR_UNSPECIFIED.getNumber()) { + if (op_ + != com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.OPERATOR_UNSPECIFIED + .getNumber()) { output.writeEnum(2, op_); } if (((bitField0_ & 0x00000002) != 0)) { @@ -4162,16 +4686,15 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getField()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getField()); } - if (op_ != com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.OPERATOR_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(2, op_); + if (op_ + != com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.OPERATOR_UNSPECIFIED + .getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, op_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(3, getValue()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getValue()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -4181,23 +4704,22 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredQuery.FieldFilter)) { return super.equals(obj); } - com.google.firestore.v1.StructuredQuery.FieldFilter other = (com.google.firestore.v1.StructuredQuery.FieldFilter) obj; + com.google.firestore.v1.StructuredQuery.FieldFilter other = + (com.google.firestore.v1.StructuredQuery.FieldFilter) obj; if (hasField() != other.hasField()) return false; if (hasField()) { - if (!getField() - .equals(other.getField())) return false; + if (!getField().equals(other.getField())) return false; } if (op_ != other.op_) return false; if (hasValue() != other.hasValue()) return false; if (hasValue()) { - if (!getValue() - .equals(other.getValue())) return false; + if (!getValue().equals(other.getValue())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -4226,89 +4748,94 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.FieldFilter parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.FieldFilter parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredQuery.FieldFilter parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredQuery.FieldFilter parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.FieldFilter prototype) { + + public static Builder newBuilder( + com.google.firestore.v1.StructuredQuery.FieldFilter prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -4318,27 +4845,32 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * A filter on a specific field.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.FieldFilter} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.FieldFilter) com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldFilter_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FieldFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.FieldFilter.class, com.google.firestore.v1.StructuredQuery.FieldFilter.Builder.class); + com.google.firestore.v1.StructuredQuery.FieldFilter.class, + com.google.firestore.v1.StructuredQuery.FieldFilter.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.FieldFilter.newBuilder() @@ -4346,18 +4878,18 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getFieldFieldBuilder(); getValueFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -4377,9 +4909,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FieldFilter_descriptor; } @java.lang.Override @@ -4398,8 +4930,11 @@ public com.google.firestore.v1.StructuredQuery.FieldFilter build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldFilter buildPartial() { - com.google.firestore.v1.StructuredQuery.FieldFilter result = new com.google.firestore.v1.StructuredQuery.FieldFilter(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.StructuredQuery.FieldFilter result = + new com.google.firestore.v1.StructuredQuery.FieldFilter(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -4408,18 +4943,14 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.FieldFilter r int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { - result.field_ = fieldBuilder_ == null - ? field_ - : fieldBuilder_.build(); + result.field_ = fieldBuilder_ == null ? field_ : fieldBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.op_ = op_; } if (((from_bitField0_ & 0x00000004) != 0)) { - result.value_ = valueBuilder_ == null - ? value_ - : valueBuilder_.build(); + result.value_ = valueBuilder_ == null ? value_ : valueBuilder_.build(); to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; @@ -4429,38 +4960,41 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.FieldFilter r public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.FieldFilter) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.FieldFilter)other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.FieldFilter) other); } else { super.mergeFrom(other); return this; @@ -4468,7 +5002,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.FieldFilter other) { - if (other == com.google.firestore.v1.StructuredQuery.FieldFilter.getDefaultInstance()) return this; + if (other == com.google.firestore.v1.StructuredQuery.FieldFilter.getDefaultInstance()) + return this; if (other.hasField()) { mergeField(other.getField()); } @@ -4504,31 +5039,31 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getFieldFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 16: { - op_ = input.readEnum(); - bitField0_ |= 0x00000002; - break; - } // case 16 - case 26: { - input.readMessage( - getValueFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000004; - break; - } // case 26 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + input.readMessage(getFieldFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 16: + { + op_ = input.readEnum(); + bitField0_ |= 0x00000002; + break; + } // case 16 + case 26: + { + input.readMessage(getValueFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000004; + break; + } // case 26 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -4538,38 +5073,52 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private com.google.firestore.v1.StructuredQuery.FieldReference field_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> fieldBuilder_; + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + fieldBuilder_; /** + * + * *
        * The field to filter by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return Whether the field field is set. */ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
        * The field to filter by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return The field. */ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { if (fieldBuilder_ == null) { - return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } else { return fieldBuilder_.getMessage(); } } /** + * + * *
        * The field to filter by.
        * 
@@ -4590,6 +5139,8 @@ public Builder setField(com.google.firestore.v1.StructuredQuery.FieldReference v return this; } /** + * + * *
        * The field to filter by.
        * 
@@ -4608,6 +5159,8 @@ public Builder setField( return this; } /** + * + * *
        * The field to filter by.
        * 
@@ -4616,9 +5169,10 @@ public Builder setField( */ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference value) { if (fieldBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - field_ != null && - field_ != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && field_ != null + && field_ + != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { getFieldBuilder().mergeFrom(value); } else { field_ = value; @@ -4633,6 +5187,8 @@ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference return this; } /** + * + * *
        * The field to filter by.
        * 
@@ -4650,6 +5206,8 @@ public Builder clearField() { return this; } /** + * + * *
        * The field to filter by.
        * 
@@ -4662,6 +5220,8 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getFieldBu return getFieldFieldBuilder().getBuilder(); } /** + * + * *
        * The field to filter by.
        * 
@@ -4672,11 +5232,14 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO if (fieldBuilder_ != null) { return fieldBuilder_.getMessageOrBuilder(); } else { - return field_ == null ? - com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } } /** + * + * *
        * The field to filter by.
        * 
@@ -4684,14 +5247,17 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO * .google.firestore.v1.StructuredQuery.FieldReference field = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> getFieldFieldBuilder() { if (fieldBuilder_ == null) { - fieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( - getField(), - getParentForChildren(), - isClean()); + fieldBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( + getField(), getParentForChildren(), isClean()); field_ = null; } return fieldBuilder_; @@ -4699,22 +5265,29 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO private int op_ = 0; /** + * + * *
        * The operator to filter by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; + * * @return The enum numeric value on the wire for op. */ - @java.lang.Override public int getOpValue() { + @java.lang.Override + public int getOpValue() { return op_; } /** + * + * *
        * The operator to filter by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; + * * @param value The enum numeric value on the wire for op to set. * @return This builder for chaining. */ @@ -4725,24 +5298,33 @@ public Builder setOpValue(int value) { return this; } /** + * + * *
        * The operator to filter by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; + * * @return The op. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldFilter.Operator getOp() { - com.google.firestore.v1.StructuredQuery.FieldFilter.Operator result = com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.forNumber(op_); - return result == null ? com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.UNRECOGNIZED : result; + com.google.firestore.v1.StructuredQuery.FieldFilter.Operator result = + com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.forNumber(op_); + return result == null + ? com.google.firestore.v1.StructuredQuery.FieldFilter.Operator.UNRECOGNIZED + : result; } /** + * + * *
        * The operator to filter by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; + * * @param value The op to set. * @return This builder for chaining. */ @@ -4756,11 +5338,14 @@ public Builder setOp(com.google.firestore.v1.StructuredQuery.FieldFilter.Operato return this; } /** + * + * *
        * The operator to filter by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2; + * * @return This builder for chaining. */ public Builder clearOp() { @@ -4772,24 +5357,33 @@ public Builder clearOp() { private com.google.firestore.v1.Value value_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> valueBuilder_; + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder, + com.google.firestore.v1.ValueOrBuilder> + valueBuilder_; /** + * + * *
        * The value to compare to.
        * 
* * .google.firestore.v1.Value value = 3; + * * @return Whether the value field is set. */ public boolean hasValue() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
        * The value to compare to.
        * 
* * .google.firestore.v1.Value value = 3; + * * @return The value. */ public com.google.firestore.v1.Value getValue() { @@ -4800,6 +5394,8 @@ public com.google.firestore.v1.Value getValue() { } } /** + * + * *
        * The value to compare to.
        * 
@@ -4820,14 +5416,15 @@ public Builder setValue(com.google.firestore.v1.Value value) { return this; } /** - *
+       *
+       *
+       * 
        * The value to compare to.
        * 
* * .google.firestore.v1.Value value = 3; */ - public Builder setValue( - com.google.firestore.v1.Value.Builder builderForValue) { + public Builder setValue(com.google.firestore.v1.Value.Builder builderForValue) { if (valueBuilder_ == null) { value_ = builderForValue.build(); } else { @@ -4838,6 +5435,8 @@ public Builder setValue( return this; } /** + * + * *
        * The value to compare to.
        * 
@@ -4846,9 +5445,9 @@ public Builder setValue( */ public Builder mergeValue(com.google.firestore.v1.Value value) { if (valueBuilder_ == null) { - if (((bitField0_ & 0x00000004) != 0) && - value_ != null && - value_ != com.google.firestore.v1.Value.getDefaultInstance()) { + if (((bitField0_ & 0x00000004) != 0) + && value_ != null + && value_ != com.google.firestore.v1.Value.getDefaultInstance()) { getValueBuilder().mergeFrom(value); } else { value_ = value; @@ -4863,6 +5462,8 @@ public Builder mergeValue(com.google.firestore.v1.Value value) { return this; } /** + * + * *
        * The value to compare to.
        * 
@@ -4880,6 +5481,8 @@ public Builder clearValue() { return this; } /** + * + * *
        * The value to compare to.
        * 
@@ -4892,6 +5495,8 @@ public com.google.firestore.v1.Value.Builder getValueBuilder() { return getValueFieldBuilder().getBuilder(); } /** + * + * *
        * The value to compare to.
        * 
@@ -4902,11 +5507,12 @@ public com.google.firestore.v1.ValueOrBuilder getValueOrBuilder() { if (valueBuilder_ != null) { return valueBuilder_.getMessageOrBuilder(); } else { - return value_ == null ? - com.google.firestore.v1.Value.getDefaultInstance() : value_; + return value_ == null ? com.google.firestore.v1.Value.getDefaultInstance() : value_; } } /** + * + * *
        * The value to compare to.
        * 
@@ -4914,18 +5520,22 @@ public com.google.firestore.v1.ValueOrBuilder getValueOrBuilder() { * .google.firestore.v1.Value value = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder, + com.google.firestore.v1.ValueOrBuilder> getValueFieldBuilder() { if (valueBuilder_ == null) { - valueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>( - getValue(), - getParentForChildren(), - isClean()); + valueBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder, + com.google.firestore.v1.ValueOrBuilder>( + getValue(), getParentForChildren(), isClean()); value_ = null; } return valueBuilder_; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -4938,12 +5548,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.FieldFilter) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.FieldFilter) private static final com.google.firestore.v1.StructuredQuery.FieldFilter DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.FieldFilter(); } @@ -4952,27 +5562,28 @@ public static com.google.firestore.v1.StructuredQuery.FieldFilter getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public FieldFilter parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public FieldFilter parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -4987,51 +5598,65 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery.FieldFilter getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface UnaryFilterOrBuilder extends + public interface UnaryFilterOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.UnaryFilter) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * The unary operator to apply.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; + * * @return The enum numeric value on the wire for op. */ int getOpValue(); /** + * + * *
      * The unary operator to apply.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; + * * @return The op. */ com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator getOp(); /** + * + * *
      * The field to which to apply the operator.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 2; + * * @return Whether the field field is set. */ boolean hasField(); /** + * + * *
      * The field to which to apply the operator.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 2; + * * @return The field. */ com.google.firestore.v1.StructuredQuery.FieldReference getField(); /** + * + * *
      * The field to which to apply the operator.
      * 
@@ -5043,55 +5668,62 @@ public interface UnaryFilterOrBuilder extends com.google.firestore.v1.StructuredQuery.UnaryFilter.OperandTypeCase getOperandTypeCase(); } /** + * + * *
    * A filter with a single operand.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.UnaryFilter} */ - public static final class UnaryFilter extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class UnaryFilter extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.UnaryFilter) UnaryFilterOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use UnaryFilter.newBuilder() to construct. private UnaryFilter(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private UnaryFilter() { op_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new UnaryFilter(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.UnaryFilter.class, com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder.class); + com.google.firestore.v1.StructuredQuery.UnaryFilter.class, + com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder.class); } /** + * + * *
      * A unary operator.
      * 
* * Protobuf enum {@code google.firestore.v1.StructuredQuery.UnaryFilter.Operator} */ - public enum Operator - implements com.google.protobuf.ProtocolMessageEnum { + public enum Operator implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
        * Unspecified. This value must not be used.
        * 
@@ -5100,6 +5732,8 @@ public enum Operator */ OPERATOR_UNSPECIFIED(0), /** + * + * *
        * The given `field` is equal to `NaN`.
        * 
@@ -5108,6 +5742,8 @@ public enum Operator */ IS_NAN(2), /** + * + * *
        * The given `field` is equal to `NULL`.
        * 
@@ -5116,6 +5752,8 @@ public enum Operator */ IS_NULL(3), /** + * + * *
        * The given `field` is not equal to `NaN`.
        *
@@ -5129,6 +5767,8 @@ public enum Operator
        */
       IS_NOT_NAN(4),
       /**
+       *
+       *
        * 
        * The given `field` is not equal to `NULL`.
        *
@@ -5145,6 +5785,8 @@ public enum Operator
       ;
 
       /**
+       *
+       *
        * 
        * Unspecified. This value must not be used.
        * 
@@ -5153,6 +5795,8 @@ public enum Operator */ public static final int OPERATOR_UNSPECIFIED_VALUE = 0; /** + * + * *
        * The given `field` is equal to `NaN`.
        * 
@@ -5161,6 +5805,8 @@ public enum Operator */ public static final int IS_NAN_VALUE = 2; /** + * + * *
        * The given `field` is equal to `NULL`.
        * 
@@ -5169,6 +5815,8 @@ public enum Operator */ public static final int IS_NULL_VALUE = 3; /** + * + * *
        * The given `field` is not equal to `NaN`.
        *
@@ -5182,6 +5830,8 @@ public enum Operator
        */
       public static final int IS_NOT_NAN_VALUE = 4;
       /**
+       *
+       *
        * 
        * The given `field` is not equal to `NULL`.
        *
@@ -5195,7 +5845,6 @@ public enum Operator
        */
       public static final int IS_NOT_NULL_VALUE = 5;
 
-
       public final int getNumber() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalArgumentException(
@@ -5220,51 +5869,55 @@ public static Operator valueOf(int value) {
        */
       public static Operator forNumber(int value) {
         switch (value) {
-          case 0: return OPERATOR_UNSPECIFIED;
-          case 2: return IS_NAN;
-          case 3: return IS_NULL;
-          case 4: return IS_NOT_NAN;
-          case 5: return IS_NOT_NULL;
-          default: return null;
-        }
-      }
-
-      public static com.google.protobuf.Internal.EnumLiteMap
-          internalGetValueMap() {
+          case 0:
+            return OPERATOR_UNSPECIFIED;
+          case 2:
+            return IS_NAN;
+          case 3:
+            return IS_NULL;
+          case 4:
+            return IS_NOT_NAN;
+          case 5:
+            return IS_NOT_NULL;
+          default:
+            return null;
+        }
+      }
+
+      public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
         return internalValueMap;
       }
-      private static final com.google.protobuf.Internal.EnumLiteMap<
-          Operator> internalValueMap =
-            new com.google.protobuf.Internal.EnumLiteMap() {
-              public Operator findValueByNumber(int number) {
-                return Operator.forNumber(number);
-              }
-            };
 
-      public final com.google.protobuf.Descriptors.EnumValueDescriptor
-          getValueDescriptor() {
+      private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public Operator findValueByNumber(int number) {
+              return Operator.forNumber(number);
+            }
+          };
+
+      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalStateException(
               "Can't get the descriptor of an unrecognized enum value.");
         }
         return getDescriptor().getValues().get(ordinal());
       }
-      public final com.google.protobuf.Descriptors.EnumDescriptor
-          getDescriptorForType() {
+
+      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
         return getDescriptor();
       }
-      public static final com.google.protobuf.Descriptors.EnumDescriptor
-          getDescriptor() {
-        return com.google.firestore.v1.StructuredQuery.UnaryFilter.getDescriptor().getEnumTypes().get(0);
+
+      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+        return com.google.firestore.v1.StructuredQuery.UnaryFilter.getDescriptor()
+            .getEnumTypes()
+            .get(0);
       }
 
       private static final Operator[] VALUES = values();
 
-      public static Operator valueOf(
-          com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+      public static Operator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
         if (desc.getType() != getDescriptor()) {
-          throw new java.lang.IllegalArgumentException(
-            "EnumValueDescriptor is not for this type.");
+          throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
         }
         if (desc.getIndex() == -1) {
           return UNRECOGNIZED;
@@ -5282,14 +5935,18 @@ private Operator(int value) {
     }
 
     private int operandTypeCase_ = 0;
+
     @SuppressWarnings("serial")
     private java.lang.Object operandType_;
+
     public enum OperandTypeCase
-        implements com.google.protobuf.Internal.EnumLite,
+        implements
+            com.google.protobuf.Internal.EnumLite,
             com.google.protobuf.AbstractMessage.InternalOneOfEnum {
       FIELD(2),
       OPERANDTYPE_NOT_SET(0);
       private final int value;
+
       private OperandTypeCase(int value) {
         this.value = value;
       }
@@ -5305,55 +5962,71 @@ public static OperandTypeCase valueOf(int value) {
 
       public static OperandTypeCase forNumber(int value) {
         switch (value) {
-          case 2: return FIELD;
-          case 0: return OPERANDTYPE_NOT_SET;
-          default: return null;
+          case 2:
+            return FIELD;
+          case 0:
+            return OPERANDTYPE_NOT_SET;
+          default:
+            return null;
         }
       }
+
       public int getNumber() {
         return this.value;
       }
     };
 
-    public OperandTypeCase
-    getOperandTypeCase() {
-      return OperandTypeCase.forNumber(
-          operandTypeCase_);
+    public OperandTypeCase getOperandTypeCase() {
+      return OperandTypeCase.forNumber(operandTypeCase_);
     }
 
     public static final int OP_FIELD_NUMBER = 1;
     private int op_ = 0;
     /**
+     *
+     *
      * 
      * The unary operator to apply.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; + * * @return The enum numeric value on the wire for op. */ - @java.lang.Override public int getOpValue() { + @java.lang.Override + public int getOpValue() { return op_; } /** + * + * *
      * The unary operator to apply.
      * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; + * * @return The op. */ - @java.lang.Override public com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator getOp() { - com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator result = com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.forNumber(op_); - return result == null ? com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator getOp() { + com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator result = + com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.forNumber(op_); + return result == null + ? com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.UNRECOGNIZED + : result; } public static final int FIELD_FIELD_NUMBER = 2; /** + * + * *
      * The field to which to apply the operator.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 2; + * * @return Whether the field field is set. */ @java.lang.Override @@ -5361,21 +6034,26 @@ public boolean hasField() { return operandTypeCase_ == 2; } /** + * + * *
      * The field to which to apply the operator.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 2; + * * @return The field. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReference getField() { if (operandTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_; + return (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_; } return com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance(); } /** + * + * *
      * The field to which to apply the operator.
      * 
@@ -5385,12 +6063,13 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder() { if (operandTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_; + return (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_; } return com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance(); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -5402,13 +6081,15 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - if (op_ != com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.OPERATOR_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + if (op_ + != com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.OPERATOR_UNSPECIFIED + .getNumber()) { output.writeEnum(1, op_); } if (operandTypeCase_ == 2) { - output.writeMessage(2, (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_); + output.writeMessage( + 2, (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_); } getUnknownFields().writeTo(output); } @@ -5419,13 +6100,15 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (op_ != com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.OPERATOR_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(1, op_); + if (op_ + != com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.OPERATOR_UNSPECIFIED + .getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, op_); } if (operandTypeCase_ == 2) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 2, (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -5435,19 +6118,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredQuery.UnaryFilter)) { return super.equals(obj); } - com.google.firestore.v1.StructuredQuery.UnaryFilter other = (com.google.firestore.v1.StructuredQuery.UnaryFilter) obj; + com.google.firestore.v1.StructuredQuery.UnaryFilter other = + (com.google.firestore.v1.StructuredQuery.UnaryFilter) obj; if (op_ != other.op_) return false; if (!getOperandTypeCase().equals(other.getOperandTypeCase())) return false; switch (operandTypeCase_) { case 2: - if (!getField() - .equals(other.getField())) return false; + if (!getField().equals(other.getField())) return false; break; case 0: default: @@ -5479,89 +6162,94 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredQuery.UnaryFilter parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.UnaryFilter prototype) { + + public static Builder newBuilder( + com.google.firestore.v1.StructuredQuery.UnaryFilter prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -5571,39 +6259,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * A filter with a single operand.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.UnaryFilter} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.UnaryFilter) com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.UnaryFilter.class, com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder.class); + com.google.firestore.v1.StructuredQuery.UnaryFilter.class, + com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.UnaryFilter.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -5618,9 +6308,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_UnaryFilter_descriptor; } @java.lang.Override @@ -5639,8 +6329,11 @@ public com.google.firestore.v1.StructuredQuery.UnaryFilter build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.UnaryFilter buildPartial() { - com.google.firestore.v1.StructuredQuery.UnaryFilter result = new com.google.firestore.v1.StructuredQuery.UnaryFilter(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.StructuredQuery.UnaryFilter result = + new com.google.firestore.v1.StructuredQuery.UnaryFilter(this); + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; @@ -5656,8 +6349,7 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.UnaryFilter r private void buildPartialOneofs(com.google.firestore.v1.StructuredQuery.UnaryFilter result) { result.operandTypeCase_ = operandTypeCase_; result.operandType_ = this.operandType_; - if (operandTypeCase_ == 2 && - fieldBuilder_ != null) { + if (operandTypeCase_ == 2 && fieldBuilder_ != null) { result.operandType_ = fieldBuilder_.build(); } } @@ -5666,38 +6358,41 @@ private void buildPartialOneofs(com.google.firestore.v1.StructuredQuery.UnaryFil public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.UnaryFilter) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.UnaryFilter)other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.UnaryFilter) other); } else { super.mergeFrom(other); return this; @@ -5705,18 +6400,21 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.UnaryFilter other) { - if (other == com.google.firestore.v1.StructuredQuery.UnaryFilter.getDefaultInstance()) return this; + if (other == com.google.firestore.v1.StructuredQuery.UnaryFilter.getDefaultInstance()) + return this; if (other.op_ != 0) { setOpValue(other.getOpValue()); } switch (other.getOperandTypeCase()) { - case FIELD: { - mergeField(other.getField()); - break; - } - case OPERANDTYPE_NOT_SET: { - break; - } + case FIELD: + { + mergeField(other.getField()); + break; + } + case OPERANDTYPE_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -5744,24 +6442,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - op_ = input.readEnum(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 18: { - input.readMessage( - getFieldFieldBuilder().getBuilder(), - extensionRegistry); - operandTypeCase_ = 2; - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + op_ = input.readEnum(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 18: + { + input.readMessage(getFieldFieldBuilder().getBuilder(), extensionRegistry); + operandTypeCase_ = 2; + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -5771,12 +6470,12 @@ public Builder mergeFrom( } // finally return this; } + private int operandTypeCase_ = 0; private java.lang.Object operandType_; - public OperandTypeCase - getOperandTypeCase() { - return OperandTypeCase.forNumber( - operandTypeCase_); + + public OperandTypeCase getOperandTypeCase() { + return OperandTypeCase.forNumber(operandTypeCase_); } public Builder clearOperandType() { @@ -5790,22 +6489,29 @@ public Builder clearOperandType() { private int op_ = 0; /** + * + * *
        * The unary operator to apply.
        * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; + * * @return The enum numeric value on the wire for op. */ - @java.lang.Override public int getOpValue() { + @java.lang.Override + public int getOpValue() { return op_; } /** + * + * *
        * The unary operator to apply.
        * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; + * * @param value The enum numeric value on the wire for op to set. * @return This builder for chaining. */ @@ -5816,24 +6522,33 @@ public Builder setOpValue(int value) { return this; } /** + * + * *
        * The unary operator to apply.
        * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; + * * @return The op. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator getOp() { - com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator result = com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.forNumber(op_); - return result == null ? com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.UNRECOGNIZED : result; + com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator result = + com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.forNumber(op_); + return result == null + ? com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator.UNRECOGNIZED + : result; } /** + * + * *
        * The unary operator to apply.
        * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; + * * @param value The op to set. * @return This builder for chaining. */ @@ -5847,11 +6562,14 @@ public Builder setOp(com.google.firestore.v1.StructuredQuery.UnaryFilter.Operato return this; } /** + * + * *
        * The unary operator to apply.
        * 
* * .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1; + * * @return This builder for chaining. */ public Builder clearOp() { @@ -5862,13 +6580,19 @@ public Builder clearOp() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> fieldBuilder_; + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + fieldBuilder_; /** + * + * *
        * The field to which to apply the operator.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 2; + * * @return Whether the field field is set. */ @java.lang.Override @@ -5876,11 +6600,14 @@ public boolean hasField() { return operandTypeCase_ == 2; } /** + * + * *
        * The field to which to apply the operator.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 2; + * * @return The field. */ @java.lang.Override @@ -5898,6 +6625,8 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { } } /** + * + * *
        * The field to which to apply the operator.
        * 
@@ -5918,6 +6647,8 @@ public Builder setField(com.google.firestore.v1.StructuredQuery.FieldReference v return this; } /** + * + * *
        * The field to which to apply the operator.
        * 
@@ -5936,6 +6667,8 @@ public Builder setField( return this; } /** + * + * *
        * The field to which to apply the operator.
        * 
@@ -5944,10 +6677,14 @@ public Builder setField( */ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference value) { if (fieldBuilder_ == null) { - if (operandTypeCase_ == 2 && - operandType_ != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { - operandType_ = com.google.firestore.v1.StructuredQuery.FieldReference.newBuilder((com.google.firestore.v1.StructuredQuery.FieldReference) operandType_) - .mergeFrom(value).buildPartial(); + if (operandTypeCase_ == 2 + && operandType_ + != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { + operandType_ = + com.google.firestore.v1.StructuredQuery.FieldReference.newBuilder( + (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_) + .mergeFrom(value) + .buildPartial(); } else { operandType_ = value; } @@ -5963,6 +6700,8 @@ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference return this; } /** + * + * *
        * The field to which to apply the operator.
        * 
@@ -5986,6 +6725,8 @@ public Builder clearField() { return this; } /** + * + * *
        * The field to which to apply the operator.
        * 
@@ -5996,6 +6737,8 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getFieldBu return getFieldFieldBuilder().getBuilder(); } /** + * + * *
        * The field to which to apply the operator.
        * 
@@ -6014,6 +6757,8 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO } } /** + * + * *
        * The field to which to apply the operator.
        * 
@@ -6021,14 +6766,20 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO * .google.firestore.v1.StructuredQuery.FieldReference field = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> getFieldFieldBuilder() { if (fieldBuilder_ == null) { if (!(operandTypeCase_ == 2)) { - operandType_ = com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance(); + operandType_ = + com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance(); } - fieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( + fieldBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( (com.google.firestore.v1.StructuredQuery.FieldReference) operandType_, getParentForChildren(), isClean()); @@ -6038,6 +6789,7 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO onChanged(); return fieldBuilder_; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -6050,12 +6802,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.UnaryFilter) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.UnaryFilter) private static final com.google.firestore.v1.StructuredQuery.UnaryFilter DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.UnaryFilter(); } @@ -6064,27 +6816,28 @@ public static com.google.firestore.v1.StructuredQuery.UnaryFilter getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UnaryFilter parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public UnaryFilter parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -6099,32 +6852,40 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery.UnaryFilter getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface OrderOrBuilder extends + public interface OrderOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.Order) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * The field to order by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return Whether the field field is set. */ boolean hasField(); /** + * + * *
      * The field to order by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return The field. */ com.google.firestore.v1.StructuredQuery.FieldReference getField(); /** + * + * *
      * The field to order by.
      * 
@@ -6134,73 +6895,86 @@ public interface OrderOrBuilder extends com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder(); /** + * + * *
      * The direction to order by. Defaults to `ASCENDING`.
      * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; + * * @return The enum numeric value on the wire for direction. */ int getDirectionValue(); /** + * + * *
      * The direction to order by. Defaults to `ASCENDING`.
      * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; + * * @return The direction. */ com.google.firestore.v1.StructuredQuery.Direction getDirection(); } /** + * + * *
    * An order on a field.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.Order} */ - public static final class Order extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class Order extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.Order) OrderOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Order.newBuilder() to construct. private Order(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Order() { direction_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Order(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Order_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Order_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Order_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Order_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.Order.class, com.google.firestore.v1.StructuredQuery.Order.Builder.class); + com.google.firestore.v1.StructuredQuery.Order.class, + com.google.firestore.v1.StructuredQuery.Order.Builder.class); } private int bitField0_; public static final int FIELD_FIELD_NUMBER = 1; private com.google.firestore.v1.StructuredQuery.FieldReference field_; /** + * + * *
      * The field to order by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return Whether the field field is set. */ @java.lang.Override @@ -6208,18 +6982,25 @@ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * The field to order by.
      * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return The field. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReference getField() { - return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } /** + * + * *
      * The field to order by.
      * 
@@ -6228,36 +7009,50 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder() { - return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } public static final int DIRECTION_FIELD_NUMBER = 2; private int direction_ = 0; /** + * + * *
      * The direction to order by. Defaults to `ASCENDING`.
      * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; + * * @return The enum numeric value on the wire for direction. */ - @java.lang.Override public int getDirectionValue() { + @java.lang.Override + public int getDirectionValue() { return direction_; } /** + * + * *
      * The direction to order by. Defaults to `ASCENDING`.
      * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; + * * @return The direction. */ - @java.lang.Override public com.google.firestore.v1.StructuredQuery.Direction getDirection() { - com.google.firestore.v1.StructuredQuery.Direction result = com.google.firestore.v1.StructuredQuery.Direction.forNumber(direction_); - return result == null ? com.google.firestore.v1.StructuredQuery.Direction.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.v1.StructuredQuery.Direction getDirection() { + com.google.firestore.v1.StructuredQuery.Direction result = + com.google.firestore.v1.StructuredQuery.Direction.forNumber(direction_); + return result == null + ? com.google.firestore.v1.StructuredQuery.Direction.UNRECOGNIZED + : result; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -6269,12 +7064,12 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getField()); } - if (direction_ != com.google.firestore.v1.StructuredQuery.Direction.DIRECTION_UNSPECIFIED.getNumber()) { + if (direction_ + != com.google.firestore.v1.StructuredQuery.Direction.DIRECTION_UNSPECIFIED.getNumber()) { output.writeEnum(2, direction_); } getUnknownFields().writeTo(output); @@ -6287,12 +7082,11 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getField()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getField()); } - if (direction_ != com.google.firestore.v1.StructuredQuery.Direction.DIRECTION_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(2, direction_); + if (direction_ + != com.google.firestore.v1.StructuredQuery.Direction.DIRECTION_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, direction_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -6302,17 +7096,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredQuery.Order)) { return super.equals(obj); } - com.google.firestore.v1.StructuredQuery.Order other = (com.google.firestore.v1.StructuredQuery.Order) obj; + com.google.firestore.v1.StructuredQuery.Order other = + (com.google.firestore.v1.StructuredQuery.Order) obj; if (hasField() != other.hasField()) return false; if (hasField()) { - if (!getField() - .equals(other.getField())) return false; + if (!getField().equals(other.getField())) return false; } if (direction_ != other.direction_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; @@ -6337,90 +7131,94 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.StructuredQuery.Order parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.StructuredQuery.Order parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.Order parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.Order parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.Order parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.Order parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.Order parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.Order parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredQuery.Order parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.Order parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.Order parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredQuery.Order parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.Order parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredQuery.Order parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.Order prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -6430,27 +7228,32 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * An order on a field.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.Order} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.Order) com.google.firestore.v1.StructuredQuery.OrderOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Order_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Order_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Order_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Order_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.Order.class, com.google.firestore.v1.StructuredQuery.Order.Builder.class); + com.google.firestore.v1.StructuredQuery.Order.class, + com.google.firestore.v1.StructuredQuery.Order.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.Order.newBuilder() @@ -6458,17 +7261,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getFieldFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -6483,9 +7286,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Order_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Order_descriptor; } @java.lang.Override @@ -6504,8 +7307,11 @@ public com.google.firestore.v1.StructuredQuery.Order build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.Order buildPartial() { - com.google.firestore.v1.StructuredQuery.Order result = new com.google.firestore.v1.StructuredQuery.Order(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.StructuredQuery.Order result = + new com.google.firestore.v1.StructuredQuery.Order(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -6514,9 +7320,7 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.Order result) int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { - result.field_ = fieldBuilder_ == null - ? field_ - : fieldBuilder_.build(); + result.field_ = fieldBuilder_ == null ? field_ : fieldBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { @@ -6529,38 +7333,41 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.Order result) public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.Order) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.Order)other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.Order) other); } else { super.mergeFrom(other); return this; @@ -6568,7 +7375,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.Order other) { - if (other == com.google.firestore.v1.StructuredQuery.Order.getDefaultInstance()) return this; + if (other == com.google.firestore.v1.StructuredQuery.Order.getDefaultInstance()) + return this; if (other.hasField()) { mergeField(other.getField()); } @@ -6601,24 +7409,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getFieldFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 16: { - direction_ = input.readEnum(); - bitField0_ |= 0x00000002; - break; - } // case 16 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + input.readMessage(getFieldFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 16: + { + direction_ = input.readEnum(); + bitField0_ |= 0x00000002; + break; + } // case 16 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -6628,38 +7437,52 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private com.google.firestore.v1.StructuredQuery.FieldReference field_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> fieldBuilder_; + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + fieldBuilder_; /** + * + * *
        * The field to order by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return Whether the field field is set. */ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
        * The field to order by.
        * 
* * .google.firestore.v1.StructuredQuery.FieldReference field = 1; + * * @return The field. */ public com.google.firestore.v1.StructuredQuery.FieldReference getField() { if (fieldBuilder_ == null) { - return field_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } else { return fieldBuilder_.getMessage(); } } /** + * + * *
        * The field to order by.
        * 
@@ -6680,6 +7503,8 @@ public Builder setField(com.google.firestore.v1.StructuredQuery.FieldReference v return this; } /** + * + * *
        * The field to order by.
        * 
@@ -6698,6 +7523,8 @@ public Builder setField( return this; } /** + * + * *
        * The field to order by.
        * 
@@ -6706,9 +7533,10 @@ public Builder setField( */ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference value) { if (fieldBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - field_ != null && - field_ != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && field_ != null + && field_ + != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { getFieldBuilder().mergeFrom(value); } else { field_ = value; @@ -6723,6 +7551,8 @@ public Builder mergeField(com.google.firestore.v1.StructuredQuery.FieldReference return this; } /** + * + * *
        * The field to order by.
        * 
@@ -6740,6 +7570,8 @@ public Builder clearField() { return this; } /** + * + * *
        * The field to order by.
        * 
@@ -6752,6 +7584,8 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getFieldBu return getFieldFieldBuilder().getBuilder(); } /** + * + * *
        * The field to order by.
        * 
@@ -6762,11 +7596,14 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO if (fieldBuilder_ != null) { return fieldBuilder_.getMessageOrBuilder(); } else { - return field_ == null ? - com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : field_; + return field_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : field_; } } /** + * + * *
        * The field to order by.
        * 
@@ -6774,14 +7611,17 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO * .google.firestore.v1.StructuredQuery.FieldReference field = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> getFieldFieldBuilder() { if (fieldBuilder_ == null) { - fieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( - getField(), - getParentForChildren(), - isClean()); + fieldBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( + getField(), getParentForChildren(), isClean()); field_ = null; } return fieldBuilder_; @@ -6789,22 +7629,29 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldO private int direction_ = 0; /** + * + * *
        * The direction to order by. Defaults to `ASCENDING`.
        * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; + * * @return The enum numeric value on the wire for direction. */ - @java.lang.Override public int getDirectionValue() { + @java.lang.Override + public int getDirectionValue() { return direction_; } /** + * + * *
        * The direction to order by. Defaults to `ASCENDING`.
        * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; + * * @param value The enum numeric value on the wire for direction to set. * @return This builder for chaining. */ @@ -6815,24 +7662,33 @@ public Builder setDirectionValue(int value) { return this; } /** + * + * *
        * The direction to order by. Defaults to `ASCENDING`.
        * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; + * * @return The direction. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.Direction getDirection() { - com.google.firestore.v1.StructuredQuery.Direction result = com.google.firestore.v1.StructuredQuery.Direction.forNumber(direction_); - return result == null ? com.google.firestore.v1.StructuredQuery.Direction.UNRECOGNIZED : result; + com.google.firestore.v1.StructuredQuery.Direction result = + com.google.firestore.v1.StructuredQuery.Direction.forNumber(direction_); + return result == null + ? com.google.firestore.v1.StructuredQuery.Direction.UNRECOGNIZED + : result; } /** + * + * *
        * The direction to order by. Defaults to `ASCENDING`.
        * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; + * * @param value The direction to set. * @return This builder for chaining. */ @@ -6846,11 +7702,14 @@ public Builder setDirection(com.google.firestore.v1.StructuredQuery.Direction va return this; } /** + * + * *
        * The direction to order by. Defaults to `ASCENDING`.
        * 
* * .google.firestore.v1.StructuredQuery.Direction direction = 2; + * * @return This builder for chaining. */ public Builder clearDirection() { @@ -6859,6 +7718,7 @@ public Builder clearDirection() { onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -6871,12 +7731,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.Order) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.Order) private static final com.google.firestore.v1.StructuredQuery.Order DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.Order(); } @@ -6885,27 +7745,28 @@ public static com.google.firestore.v1.StructuredQuery.Order getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Order parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Order parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -6920,14 +7781,16 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery.Order getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface FieldReferenceOrBuilder extends + public interface FieldReferenceOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.FieldReference) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * A reference to a field in a document.
      *
@@ -6939,10 +7802,13 @@ public interface FieldReferenceOrBuilder extends
      * 
* * string field_path = 2; + * * @return The fieldPath. */ java.lang.String getFieldPath(); /** + * + * *
      * A reference to a field in a document.
      *
@@ -6954,55 +7820,62 @@ public interface FieldReferenceOrBuilder extends
      * 
* * string field_path = 2; + * * @return The bytes for fieldPath. */ - com.google.protobuf.ByteString - getFieldPathBytes(); + com.google.protobuf.ByteString getFieldPathBytes(); } /** + * + * *
    * A reference to a field in a document, ex: `stats.operations`.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.FieldReference} */ - public static final class FieldReference extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class FieldReference extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.FieldReference) FieldReferenceOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use FieldReference.newBuilder() to construct. private FieldReference(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private FieldReference() { fieldPath_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new FieldReference(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldReference_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FieldReference_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.FieldReference.class, com.google.firestore.v1.StructuredQuery.FieldReference.Builder.class); + com.google.firestore.v1.StructuredQuery.FieldReference.class, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder.class); } public static final int FIELD_PATH_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private volatile java.lang.Object fieldPath_ = ""; /** + * + * *
      * A reference to a field in a document.
      *
@@ -7014,6 +7887,7 @@ protected java.lang.Object newInstance(
      * 
* * string field_path = 2; + * * @return The fieldPath. */ @java.lang.Override @@ -7022,14 +7896,15 @@ public java.lang.String getFieldPath() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldPath_ = s; return s; } } /** + * + * *
      * A reference to a field in a document.
      *
@@ -7041,16 +7916,15 @@ public java.lang.String getFieldPath() {
      * 
* * string field_path = 2; + * * @return The bytes for fieldPath. */ @java.lang.Override - public com.google.protobuf.ByteString - getFieldPathBytes() { + public com.google.protobuf.ByteString getFieldPathBytes() { java.lang.Object ref = fieldPath_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); fieldPath_ = b; return b; } else { @@ -7059,6 +7933,7 @@ public java.lang.String getFieldPath() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -7070,8 +7945,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fieldPath_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, fieldPath_); } @@ -7095,15 +7969,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredQuery.FieldReference)) { return super.equals(obj); } - com.google.firestore.v1.StructuredQuery.FieldReference other = (com.google.firestore.v1.StructuredQuery.FieldReference) obj; + com.google.firestore.v1.StructuredQuery.FieldReference other = + (com.google.firestore.v1.StructuredQuery.FieldReference) obj; - if (!getFieldPath() - .equals(other.getFieldPath())) return false; + if (!getFieldPath().equals(other.getFieldPath())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -7123,89 +7997,94 @@ public int hashCode() { } public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery.FieldReference parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery.FieldReference parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredQuery.FieldReference parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredQuery.FieldReference parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.FieldReference prototype) { + + public static Builder newBuilder( + com.google.firestore.v1.StructuredQuery.FieldReference prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -7215,39 +8094,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * A reference to a field in a document, ex: `stats.operations`.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.FieldReference} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.FieldReference) com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldReference_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FieldReference_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.FieldReference.class, com.google.firestore.v1.StructuredQuery.FieldReference.Builder.class); + com.google.firestore.v1.StructuredQuery.FieldReference.class, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.FieldReference.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -7257,9 +8138,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FieldReference_descriptor; } @java.lang.Override @@ -7278,8 +8159,11 @@ public com.google.firestore.v1.StructuredQuery.FieldReference build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReference buildPartial() { - com.google.firestore.v1.StructuredQuery.FieldReference result = new com.google.firestore.v1.StructuredQuery.FieldReference(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.StructuredQuery.FieldReference result = + new com.google.firestore.v1.StructuredQuery.FieldReference(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -7295,38 +8179,41 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.FieldReferenc public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.FieldReference) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.FieldReference)other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.FieldReference) other); } else { super.mergeFrom(other); return this; @@ -7334,7 +8221,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.FieldReference other) { - if (other == com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) return this; + if (other == com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) + return this; if (!other.getFieldPath().isEmpty()) { fieldPath_ = other.fieldPath_; bitField0_ |= 0x00000001; @@ -7366,17 +8254,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: { - fieldPath_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: + { + fieldPath_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -7386,10 +8276,13 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object fieldPath_ = ""; /** + * + * *
        * A reference to a field in a document.
        *
@@ -7401,13 +8294,13 @@ public Builder mergeFrom(
        * 
* * string field_path = 2; + * * @return The fieldPath. */ public java.lang.String getFieldPath() { java.lang.Object ref = fieldPath_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldPath_ = s; return s; @@ -7416,6 +8309,8 @@ public java.lang.String getFieldPath() { } } /** + * + * *
        * A reference to a field in a document.
        *
@@ -7427,15 +8322,14 @@ public java.lang.String getFieldPath() {
        * 
* * string field_path = 2; + * * @return The bytes for fieldPath. */ - public com.google.protobuf.ByteString - getFieldPathBytes() { + public com.google.protobuf.ByteString getFieldPathBytes() { java.lang.Object ref = fieldPath_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); fieldPath_ = b; return b; } else { @@ -7443,6 +8337,8 @@ public java.lang.String getFieldPath() { } } /** + * + * *
        * A reference to a field in a document.
        *
@@ -7454,18 +8350,22 @@ public java.lang.String getFieldPath() {
        * 
* * string field_path = 2; + * * @param value The fieldPath to set. * @return This builder for chaining. */ - public Builder setFieldPath( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setFieldPath(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } fieldPath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
        * A reference to a field in a document.
        *
@@ -7477,6 +8377,7 @@ public Builder setFieldPath(
        * 
* * string field_path = 2; + * * @return This builder for chaining. */ public Builder clearFieldPath() { @@ -7486,6 +8387,8 @@ public Builder clearFieldPath() { return this; } /** + * + * *
        * A reference to a field in a document.
        *
@@ -7497,18 +8400,21 @@ public Builder clearFieldPath() {
        * 
* * string field_path = 2; + * * @param value The bytes for fieldPath to set. * @return This builder for chaining. */ - public Builder setFieldPathBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setFieldPathBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); fieldPath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -7521,12 +8427,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.FieldReference) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.FieldReference) private static final com.google.firestore.v1.StructuredQuery.FieldReference DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.FieldReference(); } @@ -7535,27 +8441,28 @@ public static com.google.firestore.v1.StructuredQuery.FieldReference getDefaultI return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public FieldReference parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public FieldReference parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -7570,14 +8477,16 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery.FieldReference getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface ProjectionOrBuilder extends + public interface ProjectionOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.Projection) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * The fields to return.
      *
@@ -7587,9 +8496,10 @@ public interface ProjectionOrBuilder extends
      *
      * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
      */
-    java.util.List 
-        getFieldsList();
+    java.util.List getFieldsList();
     /**
+     *
+     *
      * 
      * The fields to return.
      *
@@ -7601,6 +8511,8 @@ public interface ProjectionOrBuilder extends
      */
     com.google.firestore.v1.StructuredQuery.FieldReference getFields(int index);
     /**
+     *
+     *
      * 
      * The fields to return.
      *
@@ -7612,6 +8524,8 @@ public interface ProjectionOrBuilder extends
      */
     int getFieldsCount();
     /**
+     *
+     *
      * 
      * The fields to return.
      *
@@ -7621,9 +8535,11 @@ public interface ProjectionOrBuilder extends
      *
      * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
      */
-    java.util.List 
+    java.util.List
         getFieldsOrBuilderList();
     /**
+     *
+     *
      * 
      * The fields to return.
      *
@@ -7633,53 +8549,59 @@ public interface ProjectionOrBuilder extends
      *
      * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
      */
-    com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldsOrBuilder(
-        int index);
+    com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldsOrBuilder(int index);
   }
   /**
+   *
+   *
    * 
    * The projection of document's fields to return.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.Projection} */ - public static final class Projection extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class Projection extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.Projection) ProjectionOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Projection.newBuilder() to construct. private Projection(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Projection() { fields_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Projection(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Projection_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Projection_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.Projection.class, com.google.firestore.v1.StructuredQuery.Projection.Builder.class); + com.google.firestore.v1.StructuredQuery.Projection.class, + com.google.firestore.v1.StructuredQuery.Projection.Builder.class); } public static final int FIELDS_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private java.util.List fields_; /** + * + * *
      * The fields to return.
      *
@@ -7694,6 +8616,8 @@ public java.util.List ge
       return fields_;
     }
     /**
+     *
+     *
      * 
      * The fields to return.
      *
@@ -7704,11 +8628,13 @@ public java.util.List ge
      * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
      */
     @java.lang.Override
-    public java.util.List 
+    public java.util.List
         getFieldsOrBuilderList() {
       return fields_;
     }
     /**
+     *
+     *
      * 
      * The fields to return.
      *
@@ -7723,6 +8649,8 @@ public int getFieldsCount() {
       return fields_.size();
     }
     /**
+     *
+     *
      * 
      * The fields to return.
      *
@@ -7737,6 +8665,8 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getFields(int inde
       return fields_.get(index);
     }
     /**
+     *
+     *
      * 
      * The fields to return.
      *
@@ -7753,6 +8683,7 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFields
     }
 
     private byte memoizedIsInitialized = -1;
+
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -7764,8 +8695,7 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output)
-                        throws java.io.IOException {
+    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
       for (int i = 0; i < fields_.size(); i++) {
         output.writeMessage(2, fields_.get(i));
       }
@@ -7779,8 +8709,7 @@ public int getSerializedSize() {
 
       size = 0;
       for (int i = 0; i < fields_.size(); i++) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(2, fields_.get(i));
+        size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, fields_.get(i));
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -7790,15 +8719,15 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-       return true;
+        return true;
       }
       if (!(obj instanceof com.google.firestore.v1.StructuredQuery.Projection)) {
         return super.equals(obj);
       }
-      com.google.firestore.v1.StructuredQuery.Projection other = (com.google.firestore.v1.StructuredQuery.Projection) obj;
+      com.google.firestore.v1.StructuredQuery.Projection other =
+          (com.google.firestore.v1.StructuredQuery.Projection) obj;
 
-      if (!getFieldsList()
-          .equals(other.getFieldsList())) return false;
+      if (!getFieldsList().equals(other.getFieldsList())) return false;
       if (!getUnknownFields().equals(other.getUnknownFields())) return false;
       return true;
     }
@@ -7820,89 +8749,93 @@ public int hashCode() {
     }
 
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
-        java.nio.ByteBuffer data)
-        throws com.google.protobuf.InvalidProtocolBufferException {
+        java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
-        java.nio.ByteBuffer data,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
+
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
+
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
-        byte[] data,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-    public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(java.io.InputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input);
+
+    public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
+        java.io.InputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
     }
+
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
-        java.io.InputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+          PARSER, input, extensionRegistry);
     }
 
-    public static com.google.firestore.v1.StructuredQuery.Projection parseDelimitedFrom(java.io.InputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseDelimitedWithIOException(PARSER, input);
+    public static com.google.firestore.v1.StructuredQuery.Projection parseDelimitedFrom(
+        java.io.InputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
     }
 
     public static com.google.firestore.v1.StructuredQuery.Projection parseDelimitedFrom(
-        java.io.InputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+          PARSER, input, extensionRegistry);
     }
+
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
-        com.google.protobuf.CodedInputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
     }
+
     public static com.google.firestore.v1.StructuredQuery.Projection parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+          PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() { return newBuilder(); }
+    public Builder newBuilderForType() {
+      return newBuilder();
+    }
+
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
+
     public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.Projection prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
+
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE
-          ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -7912,39 +8845,41 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
+     *
+     *
      * 
      * The projection of document's fields to return.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.Projection} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.Projection) com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Projection_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Projection_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.Projection.class, com.google.firestore.v1.StructuredQuery.Projection.Builder.class); + com.google.firestore.v1.StructuredQuery.Projection.class, + com.google.firestore.v1.StructuredQuery.Projection.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.Projection.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -7960,9 +8895,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_Projection_descriptor; } @java.lang.Override @@ -7981,14 +8916,18 @@ public com.google.firestore.v1.StructuredQuery.Projection build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.Projection buildPartial() { - com.google.firestore.v1.StructuredQuery.Projection result = new com.google.firestore.v1.StructuredQuery.Projection(this); + com.google.firestore.v1.StructuredQuery.Projection result = + new com.google.firestore.v1.StructuredQuery.Projection(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } - private void buildPartialRepeatedFields(com.google.firestore.v1.StructuredQuery.Projection result) { + private void buildPartialRepeatedFields( + com.google.firestore.v1.StructuredQuery.Projection result) { if (fieldsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { fields_ = java.util.Collections.unmodifiableList(fields_); @@ -8008,38 +8947,41 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.Projection re public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.Projection) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.Projection)other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.Projection) other); } else { super.mergeFrom(other); return this; @@ -8047,7 +8989,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.Projection other) { - if (other == com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance()) return this; + if (other == com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance()) + return this; if (fieldsBuilder_ == null) { if (!other.fields_.isEmpty()) { if (fields_.isEmpty()) { @@ -8066,9 +9009,10 @@ public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.Projection othe fieldsBuilder_ = null; fields_ = other.fields_; bitField0_ = (bitField0_ & ~0x00000001); - fieldsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getFieldsFieldBuilder() : null; + fieldsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getFieldsFieldBuilder() + : null; } else { fieldsBuilder_.addAllMessages(other.fields_); } @@ -8100,25 +9044,27 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: { - com.google.firestore.v1.StructuredQuery.FieldReference m = - input.readMessage( - com.google.firestore.v1.StructuredQuery.FieldReference.parser(), - extensionRegistry); - if (fieldsBuilder_ == null) { - ensureFieldsIsMutable(); - fields_.add(m); - } else { - fieldsBuilder_.addMessage(m); - } - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: + { + com.google.firestore.v1.StructuredQuery.FieldReference m = + input.readMessage( + com.google.firestore.v1.StructuredQuery.FieldReference.parser(), + extensionRegistry); + if (fieldsBuilder_ == null) { + ensureFieldsIsMutable(); + fields_.add(m); + } else { + fieldsBuilder_.addMessage(m); + } + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -8128,21 +9074,30 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.util.List fields_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureFieldsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { - fields_ = new java.util.ArrayList(fields_); + fields_ = + new java.util.ArrayList( + fields_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> fieldsBuilder_; + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + fieldsBuilder_; /** + * + * *
        * The fields to return.
        *
@@ -8152,7 +9107,8 @@ private void ensureFieldsIsMutable() {
        *
        * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
        */
-      public java.util.List getFieldsList() {
+      public java.util.List
+          getFieldsList() {
         if (fieldsBuilder_ == null) {
           return java.util.Collections.unmodifiableList(fields_);
         } else {
@@ -8160,6 +9116,8 @@ public java.util.List ge
         }
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8177,6 +9135,8 @@ public int getFieldsCount() {
         }
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8194,6 +9154,8 @@ public com.google.firestore.v1.StructuredQuery.FieldReference getFields(int inde
         }
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8218,6 +9180,8 @@ public Builder setFields(
         return this;
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8228,7 +9192,8 @@ public Builder setFields(
        * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
        */
       public Builder setFields(
-          int index, com.google.firestore.v1.StructuredQuery.FieldReference.Builder builderForValue) {
+          int index,
+          com.google.firestore.v1.StructuredQuery.FieldReference.Builder builderForValue) {
         if (fieldsBuilder_ == null) {
           ensureFieldsIsMutable();
           fields_.set(index, builderForValue.build());
@@ -8239,6 +9204,8 @@ public Builder setFields(
         return this;
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8262,6 +9229,8 @@ public Builder addFields(com.google.firestore.v1.StructuredQuery.FieldReference
         return this;
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8286,6 +9255,8 @@ public Builder addFields(
         return this;
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8307,6 +9278,8 @@ public Builder addFields(
         return this;
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8317,7 +9290,8 @@ public Builder addFields(
        * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
        */
       public Builder addFields(
-          int index, com.google.firestore.v1.StructuredQuery.FieldReference.Builder builderForValue) {
+          int index,
+          com.google.firestore.v1.StructuredQuery.FieldReference.Builder builderForValue) {
         if (fieldsBuilder_ == null) {
           ensureFieldsIsMutable();
           fields_.add(index, builderForValue.build());
@@ -8328,6 +9302,8 @@ public Builder addFields(
         return this;
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8338,11 +9314,11 @@ public Builder addFields(
        * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
        */
       public Builder addAllFields(
-          java.lang.Iterable values) {
+          java.lang.Iterable
+              values) {
         if (fieldsBuilder_ == null) {
           ensureFieldsIsMutable();
-          com.google.protobuf.AbstractMessageLite.Builder.addAll(
-              values, fields_);
+          com.google.protobuf.AbstractMessageLite.Builder.addAll(values, fields_);
           onChanged();
         } else {
           fieldsBuilder_.addAllMessages(values);
@@ -8350,6 +9326,8 @@ public Builder addAllFields(
         return this;
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8370,6 +9348,8 @@ public Builder clearFields() {
         return this;
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8390,6 +9370,8 @@ public Builder removeFields(int index) {
         return this;
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8404,6 +9386,8 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getFieldsB
         return getFieldsFieldBuilder().getBuilder(index);
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8416,11 +9400,14 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getFieldsB
       public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFieldsOrBuilder(
           int index) {
         if (fieldsBuilder_ == null) {
-          return fields_.get(index);  } else {
+          return fields_.get(index);
+        } else {
           return fieldsBuilder_.getMessageOrBuilder(index);
         }
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8430,8 +9417,9 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFields
        *
        * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
        */
-      public java.util.List 
-           getFieldsOrBuilderList() {
+      public java.util.List<
+              ? extends com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>
+          getFieldsOrBuilderList() {
         if (fieldsBuilder_ != null) {
           return fieldsBuilder_.getMessageOrBuilderList();
         } else {
@@ -8439,6 +9427,8 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFields
         }
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8449,10 +9439,13 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getFields
        * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
        */
       public com.google.firestore.v1.StructuredQuery.FieldReference.Builder addFieldsBuilder() {
-        return getFieldsFieldBuilder().addBuilder(
-            com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance());
+        return getFieldsFieldBuilder()
+            .addBuilder(
+                com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance());
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8464,10 +9457,13 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder addFieldsB
        */
       public com.google.firestore.v1.StructuredQuery.FieldReference.Builder addFieldsBuilder(
           int index) {
-        return getFieldsFieldBuilder().addBuilder(
-            index, com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance());
+        return getFieldsFieldBuilder()
+            .addBuilder(
+                index, com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance());
       }
       /**
+       *
+       *
        * 
        * The fields to return.
        *
@@ -8477,24 +9473,28 @@ public com.google.firestore.v1.StructuredQuery.FieldReference.Builder addFieldsB
        *
        * repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
        */
-      public java.util.List 
-           getFieldsBuilderList() {
+      public java.util.List
+          getFieldsBuilderList() {
         return getFieldsFieldBuilder().getBuilderList();
       }
+
       private com.google.protobuf.RepeatedFieldBuilderV3<
-          com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> 
+              com.google.firestore.v1.StructuredQuery.FieldReference,
+              com.google.firestore.v1.StructuredQuery.FieldReference.Builder,
+              com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>
           getFieldsFieldBuilder() {
         if (fieldsBuilder_ == null) {
-          fieldsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-              com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>(
-                  fields_,
-                  ((bitField0_ & 0x00000001) != 0),
-                  getParentForChildren(),
-                  isClean());
+          fieldsBuilder_ =
+              new com.google.protobuf.RepeatedFieldBuilderV3<
+                  com.google.firestore.v1.StructuredQuery.FieldReference,
+                  com.google.firestore.v1.StructuredQuery.FieldReference.Builder,
+                  com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>(
+                  fields_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
           fields_ = null;
         }
         return fieldsBuilder_;
       }
+
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -8507,12 +9507,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
-
       // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.Projection)
     }
 
     // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.Projection)
     private static final com.google.firestore.v1.StructuredQuery.Projection DEFAULT_INSTANCE;
+
     static {
       DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.Projection();
     }
@@ -8521,27 +9521,28 @@ public static com.google.firestore.v1.StructuredQuery.Projection getDefaultInsta
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser
-        PARSER = new com.google.protobuf.AbstractParser() {
-      @java.lang.Override
-      public Projection parsePartialFrom(
-          com.google.protobuf.CodedInputStream input,
-          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-          throws com.google.protobuf.InvalidProtocolBufferException {
-        Builder builder = newBuilder();
-        try {
-          builder.mergeFrom(input, extensionRegistry);
-        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-          throw e.setUnfinishedMessage(builder.buildPartial());
-        } catch (com.google.protobuf.UninitializedMessageException e) {
-          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-        } catch (java.io.IOException e) {
-          throw new com.google.protobuf.InvalidProtocolBufferException(e)
-              .setUnfinishedMessage(builder.buildPartial());
-        }
-        return builder.buildPartial();
-      }
-    };
+    private static final com.google.protobuf.Parser PARSER =
+        new com.google.protobuf.AbstractParser() {
+          @java.lang.Override
+          public Projection parsePartialFrom(
+              com.google.protobuf.CodedInputStream input,
+              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+              throws com.google.protobuf.InvalidProtocolBufferException {
+            Builder builder = newBuilder();
+            try {
+              builder.mergeFrom(input, extensionRegistry);
+            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+              throw e.setUnfinishedMessage(builder.buildPartial());
+            } catch (com.google.protobuf.UninitializedMessageException e) {
+              throw e.asInvalidProtocolBufferException()
+                  .setUnfinishedMessage(builder.buildPartial());
+            } catch (java.io.IOException e) {
+              throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                  .setUnfinishedMessage(builder.buildPartial());
+            }
+            return builder.buildPartial();
+          }
+        };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -8556,116 +9557,159 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.firestore.v1.StructuredQuery.Projection getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
-
   }
 
-  public interface FindNearestOrBuilder extends
+  public interface FindNearestOrBuilder
+      extends
       // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery.FindNearest)
       com.google.protobuf.MessageOrBuilder {
 
     /**
+     *
+     *
      * 
      * Required. An indexed vector field to search upon. Only documents which
      * contain vectors whose dimensionality match the query_vector can be
      * returned.
      * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the vectorField field is set. */ boolean hasVectorField(); /** + * + * *
      * Required. An indexed vector field to search upon. Only documents which
      * contain vectors whose dimensionality match the query_vector can be
      * returned.
      * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The vectorField. */ com.google.firestore.v1.StructuredQuery.FieldReference getVectorField(); /** + * + * *
      * Required. An indexed vector field to search upon. Only documents which
      * contain vectors whose dimensionality match the query_vector can be
      * returned.
      * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getVectorFieldOrBuilder(); /** + * + * *
      * Required. The query vector that we are searching on. Must be a vector of
      * no more than 2048 dimensions.
      * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the queryVector field is set. */ boolean hasQueryVector(); /** + * + * *
      * Required. The query vector that we are searching on. Must be a vector of
      * no more than 2048 dimensions.
      * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The queryVector. */ com.google.firestore.v1.Value getQueryVector(); /** + * + * *
      * Required. The query vector that we are searching on. Must be a vector of
      * no more than 2048 dimensions.
      * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.firestore.v1.ValueOrBuilder getQueryVectorOrBuilder(); /** + * + * *
      * Required. The Distance Measure to use, required.
      * 
* - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The enum numeric value on the wire for distanceMeasure. */ int getDistanceMeasureValue(); /** + * + * *
      * Required. The Distance Measure to use, required.
      * 
* - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The distanceMeasure. */ com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure getDistanceMeasure(); /** + * + * *
      * Required. The number of nearest neighbors to return. Must be a positive
      * integer of no more than 1000.
      * 
* * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * * @return Whether the limit field is set. */ boolean hasLimit(); /** + * + * *
      * Required. The number of nearest neighbors to return. Must be a positive
      * integer of no more than 1000.
      * 
* * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * * @return The limit. */ com.google.protobuf.Int32Value getLimit(); /** + * + * *
      * Required. The number of nearest neighbors to return. Must be a positive
      * integer of no more than 1000.
@@ -8676,55 +9720,62 @@ public interface FindNearestOrBuilder extends
     com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder();
   }
   /**
+   *
+   *
    * 
    * Nearest Neighbors search config.
    * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.FindNearest} */ - public static final class FindNearest extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class FindNearest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.StructuredQuery.FindNearest) FindNearestOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use FindNearest.newBuilder() to construct. private FindNearest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private FindNearest() { distanceMeasure_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new FindNearest(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FindNearest_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FindNearest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.FindNearest.class, com.google.firestore.v1.StructuredQuery.FindNearest.Builder.class); + com.google.firestore.v1.StructuredQuery.FindNearest.class, + com.google.firestore.v1.StructuredQuery.FindNearest.Builder.class); } /** + * + * *
      * The distance measure to use when comparing vectors.
      * 
* * Protobuf enum {@code google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure} */ - public enum DistanceMeasure - implements com.google.protobuf.ProtocolMessageEnum { + public enum DistanceMeasure implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
        * Should not be set.
        * 
@@ -8733,6 +9784,8 @@ public enum DistanceMeasure */ DISTANCE_MEASURE_UNSPECIFIED(0), /** + * + * *
        * Measures the EUCLIDEAN distance between the vectors. See
        * [Euclidean](https://en.wikipedia.org/wiki/Euclidean_distance) to learn
@@ -8743,6 +9796,8 @@ public enum DistanceMeasure
        */
       EUCLIDEAN(1),
       /**
+       *
+       *
        * 
        * Compares vectors based on the angle between them, which allows you to
        * measure similarity that isn't based on the vectors magnitude.
@@ -8757,6 +9812,8 @@ public enum DistanceMeasure
        */
       COSINE(2),
       /**
+       *
+       *
        * 
        * Similar to cosine but is affected by the magnitude of the vectors. See
        * [Dot Product](https://en.wikipedia.org/wiki/Dot_product) to learn more.
@@ -8769,6 +9826,8 @@ public enum DistanceMeasure
       ;
 
       /**
+       *
+       *
        * 
        * Should not be set.
        * 
@@ -8777,6 +9836,8 @@ public enum DistanceMeasure */ public static final int DISTANCE_MEASURE_UNSPECIFIED_VALUE = 0; /** + * + * *
        * Measures the EUCLIDEAN distance between the vectors. See
        * [Euclidean](https://en.wikipedia.org/wiki/Euclidean_distance) to learn
@@ -8787,6 +9848,8 @@ public enum DistanceMeasure
        */
       public static final int EUCLIDEAN_VALUE = 1;
       /**
+       *
+       *
        * 
        * Compares vectors based on the angle between them, which allows you to
        * measure similarity that isn't based on the vectors magnitude.
@@ -8801,6 +9864,8 @@ public enum DistanceMeasure
        */
       public static final int COSINE_VALUE = 2;
       /**
+       *
+       *
        * 
        * Similar to cosine but is affected by the magnitude of the vectors. See
        * [Dot Product](https://en.wikipedia.org/wiki/Dot_product) to learn more.
@@ -8810,7 +9875,6 @@ public enum DistanceMeasure
        */
       public static final int DOT_PRODUCT_VALUE = 3;
 
-
       public final int getNumber() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalArgumentException(
@@ -8835,11 +9899,16 @@ public static DistanceMeasure valueOf(int value) {
        */
       public static DistanceMeasure forNumber(int value) {
         switch (value) {
-          case 0: return DISTANCE_MEASURE_UNSPECIFIED;
-          case 1: return EUCLIDEAN;
-          case 2: return COSINE;
-          case 3: return DOT_PRODUCT;
-          default: return null;
+          case 0:
+            return DISTANCE_MEASURE_UNSPECIFIED;
+          case 1:
+            return EUCLIDEAN;
+          case 2:
+            return COSINE;
+          case 3:
+            return DOT_PRODUCT;
+          default:
+            return null;
         }
       }
 
@@ -8847,29 +9916,31 @@ public static DistanceMeasure forNumber(int value) {
           internalGetValueMap() {
         return internalValueMap;
       }
-      private static final com.google.protobuf.Internal.EnumLiteMap<
-          DistanceMeasure> internalValueMap =
-            new com.google.protobuf.Internal.EnumLiteMap() {
-              public DistanceMeasure findValueByNumber(int number) {
-                return DistanceMeasure.forNumber(number);
-              }
-            };
 
-      public final com.google.protobuf.Descriptors.EnumValueDescriptor
-          getValueDescriptor() {
+      private static final com.google.protobuf.Internal.EnumLiteMap
+          internalValueMap =
+              new com.google.protobuf.Internal.EnumLiteMap() {
+                public DistanceMeasure findValueByNumber(int number) {
+                  return DistanceMeasure.forNumber(number);
+                }
+              };
+
+      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
         if (this == UNRECOGNIZED) {
           throw new java.lang.IllegalStateException(
               "Can't get the descriptor of an unrecognized enum value.");
         }
         return getDescriptor().getValues().get(ordinal());
       }
-      public final com.google.protobuf.Descriptors.EnumDescriptor
-          getDescriptorForType() {
+
+      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
         return getDescriptor();
       }
-      public static final com.google.protobuf.Descriptors.EnumDescriptor
-          getDescriptor() {
-        return com.google.firestore.v1.StructuredQuery.FindNearest.getDescriptor().getEnumTypes().get(0);
+
+      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+        return com.google.firestore.v1.StructuredQuery.FindNearest.getDescriptor()
+            .getEnumTypes()
+            .get(0);
       }
 
       private static final DistanceMeasure[] VALUES = values();
@@ -8877,8 +9948,7 @@ public DistanceMeasure findValueByNumber(int number) {
       public static DistanceMeasure valueOf(
           com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
         if (desc.getType() != getDescriptor()) {
-          throw new java.lang.IllegalArgumentException(
-            "EnumValueDescriptor is not for this type.");
+          throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
         }
         if (desc.getIndex() == -1) {
           return UNRECOGNIZED;
@@ -8899,13 +9969,18 @@ private DistanceMeasure(int value) {
     public static final int VECTOR_FIELD_FIELD_NUMBER = 1;
     private com.google.firestore.v1.StructuredQuery.FieldReference vectorField_;
     /**
+     *
+     *
      * 
      * Required. An indexed vector field to search upon. Only documents which
      * contain vectors whose dimensionality match the query_vector can be
      * returned.
      * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the vectorField field is set. */ @java.lang.Override @@ -8913,42 +9988,60 @@ public boolean hasVectorField() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Required. An indexed vector field to search upon. Only documents which
      * contain vectors whose dimensionality match the query_vector can be
      * returned.
      * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The vectorField. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FieldReference getVectorField() { - return vectorField_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : vectorField_; + return vectorField_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : vectorField_; } /** + * + * *
      * Required. An indexed vector field to search upon. Only documents which
      * contain vectors whose dimensionality match the query_vector can be
      * returned.
      * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override - public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getVectorFieldOrBuilder() { - return vectorField_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : vectorField_; + public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder + getVectorFieldOrBuilder() { + return vectorField_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : vectorField_; } public static final int QUERY_VECTOR_FIELD_NUMBER = 2; private com.google.firestore.v1.Value queryVector_; /** + * + * *
      * Required. The query vector that we are searching on. Must be a vector of
      * no more than 2048 dimensions.
      * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the queryVector field is set. */ @java.lang.Override @@ -8956,66 +10049,97 @@ public boolean hasQueryVector() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Required. The query vector that we are searching on. Must be a vector of
      * no more than 2048 dimensions.
      * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The queryVector. */ @java.lang.Override public com.google.firestore.v1.Value getQueryVector() { - return queryVector_ == null ? com.google.firestore.v1.Value.getDefaultInstance() : queryVector_; + return queryVector_ == null + ? com.google.firestore.v1.Value.getDefaultInstance() + : queryVector_; } /** + * + * *
      * Required. The query vector that we are searching on. Must be a vector of
      * no more than 2048 dimensions.
      * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.firestore.v1.ValueOrBuilder getQueryVectorOrBuilder() { - return queryVector_ == null ? com.google.firestore.v1.Value.getDefaultInstance() : queryVector_; + return queryVector_ == null + ? com.google.firestore.v1.Value.getDefaultInstance() + : queryVector_; } public static final int DISTANCE_MEASURE_FIELD_NUMBER = 3; private int distanceMeasure_ = 0; /** + * + * *
      * Required. The Distance Measure to use, required.
      * 
* - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The enum numeric value on the wire for distanceMeasure. */ - @java.lang.Override public int getDistanceMeasureValue() { + @java.lang.Override + public int getDistanceMeasureValue() { return distanceMeasure_; } /** + * + * *
      * Required. The Distance Measure to use, required.
      * 
* - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The distanceMeasure. */ - @java.lang.Override public com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure getDistanceMeasure() { - com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure result = com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.forNumber(distanceMeasure_); - return result == null ? com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure + getDistanceMeasure() { + com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure result = + com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.forNumber( + distanceMeasure_); + return result == null + ? com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.UNRECOGNIZED + : result; } public static final int LIMIT_FIELD_NUMBER = 4; private com.google.protobuf.Int32Value limit_; /** + * + * *
      * Required. The number of nearest neighbors to return. Must be a positive
      * integer of no more than 1000.
      * 
* * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * * @return Whether the limit field is set. */ @java.lang.Override @@ -9023,12 +10147,15 @@ public boolean hasLimit() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * Required. The number of nearest neighbors to return. Must be a positive
      * integer of no more than 1000.
      * 
* * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * * @return The limit. */ @java.lang.Override @@ -9036,6 +10163,8 @@ public com.google.protobuf.Int32Value getLimit() { return limit_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : limit_; } /** + * + * *
      * Required. The number of nearest neighbors to return. Must be a positive
      * integer of no more than 1000.
@@ -9049,6 +10178,7 @@ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() {
     }
 
     private byte memoizedIsInitialized = -1;
+
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -9060,15 +10190,17 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output)
-                        throws java.io.IOException {
+    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
       if (((bitField0_ & 0x00000001) != 0)) {
         output.writeMessage(1, getVectorField());
       }
       if (((bitField0_ & 0x00000002) != 0)) {
         output.writeMessage(2, getQueryVector());
       }
-      if (distanceMeasure_ != com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.DISTANCE_MEASURE_UNSPECIFIED.getNumber()) {
+      if (distanceMeasure_
+          != com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure
+              .DISTANCE_MEASURE_UNSPECIFIED
+              .getNumber()) {
         output.writeEnum(3, distanceMeasure_);
       }
       if (((bitField0_ & 0x00000004) != 0)) {
@@ -9084,20 +10216,19 @@ public int getSerializedSize() {
 
       size = 0;
       if (((bitField0_ & 0x00000001) != 0)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(1, getVectorField());
+        size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getVectorField());
       }
       if (((bitField0_ & 0x00000002) != 0)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(2, getQueryVector());
+        size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getQueryVector());
       }
-      if (distanceMeasure_ != com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.DISTANCE_MEASURE_UNSPECIFIED.getNumber()) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeEnumSize(3, distanceMeasure_);
+      if (distanceMeasure_
+          != com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure
+              .DISTANCE_MEASURE_UNSPECIFIED
+              .getNumber()) {
+        size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, distanceMeasure_);
       }
       if (((bitField0_ & 0x00000004) != 0)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(4, getLimit());
+        size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getLimit());
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -9107,28 +10238,26 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-       return true;
+        return true;
       }
       if (!(obj instanceof com.google.firestore.v1.StructuredQuery.FindNearest)) {
         return super.equals(obj);
       }
-      com.google.firestore.v1.StructuredQuery.FindNearest other = (com.google.firestore.v1.StructuredQuery.FindNearest) obj;
+      com.google.firestore.v1.StructuredQuery.FindNearest other =
+          (com.google.firestore.v1.StructuredQuery.FindNearest) obj;
 
       if (hasVectorField() != other.hasVectorField()) return false;
       if (hasVectorField()) {
-        if (!getVectorField()
-            .equals(other.getVectorField())) return false;
+        if (!getVectorField().equals(other.getVectorField())) return false;
       }
       if (hasQueryVector() != other.hasQueryVector()) return false;
       if (hasQueryVector()) {
-        if (!getQueryVector()
-            .equals(other.getQueryVector())) return false;
+        if (!getQueryVector().equals(other.getQueryVector())) return false;
       }
       if (distanceMeasure_ != other.distanceMeasure_) return false;
       if (hasLimit() != other.hasLimit()) return false;
       if (hasLimit()) {
-        if (!getLimit()
-            .equals(other.getLimit())) return false;
+        if (!getLimit().equals(other.getLimit())) return false;
       }
       if (!getUnknownFields().equals(other.getUnknownFields())) return false;
       return true;
@@ -9161,89 +10290,94 @@ public int hashCode() {
     }
 
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
-        java.nio.ByteBuffer data)
-        throws com.google.protobuf.InvalidProtocolBufferException {
+        java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
-        java.nio.ByteBuffer data,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
+
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
+
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
-        byte[] data,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-    public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(java.io.InputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input);
+
+    public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
+        java.io.InputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
     }
+
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
-        java.io.InputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+          PARSER, input, extensionRegistry);
     }
 
-    public static com.google.firestore.v1.StructuredQuery.FindNearest parseDelimitedFrom(java.io.InputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseDelimitedWithIOException(PARSER, input);
+    public static com.google.firestore.v1.StructuredQuery.FindNearest parseDelimitedFrom(
+        java.io.InputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
     }
 
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseDelimitedFrom(
-        java.io.InputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+          PARSER, input, extensionRegistry);
     }
+
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
-        com.google.protobuf.CodedInputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
     }
+
     public static com.google.firestore.v1.StructuredQuery.FindNearest parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+          PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() { return newBuilder(); }
+    public Builder newBuilderForType() {
+      return newBuilder();
+    }
+
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
-    public static Builder newBuilder(com.google.firestore.v1.StructuredQuery.FindNearest prototype) {
+
+    public static Builder newBuilder(
+        com.google.firestore.v1.StructuredQuery.FindNearest prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
+
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE
-          ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -9253,27 +10387,32 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
+     *
+     *
      * 
      * Nearest Neighbors search config.
      * 
* * Protobuf type {@code google.firestore.v1.StructuredQuery.FindNearest} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery.FindNearest) com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FindNearest_fieldAccessorTable + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FindNearest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.StructuredQuery.FindNearest.class, com.google.firestore.v1.StructuredQuery.FindNearest.Builder.class); + com.google.firestore.v1.StructuredQuery.FindNearest.class, + com.google.firestore.v1.StructuredQuery.FindNearest.Builder.class); } // Construct using com.google.firestore.v1.StructuredQuery.FindNearest.newBuilder() @@ -9281,19 +10420,19 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getVectorFieldFieldBuilder(); getQueryVectorFieldBuilder(); getLimitFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -9318,9 +10457,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.QueryProto + .internal_static_google_firestore_v1_StructuredQuery_FindNearest_descriptor; } @java.lang.Override @@ -9339,8 +10478,11 @@ public com.google.firestore.v1.StructuredQuery.FindNearest build() { @java.lang.Override public com.google.firestore.v1.StructuredQuery.FindNearest buildPartial() { - com.google.firestore.v1.StructuredQuery.FindNearest result = new com.google.firestore.v1.StructuredQuery.FindNearest(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.StructuredQuery.FindNearest result = + new com.google.firestore.v1.StructuredQuery.FindNearest(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -9349,24 +10491,20 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.FindNearest r int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { - result.vectorField_ = vectorFieldBuilder_ == null - ? vectorField_ - : vectorFieldBuilder_.build(); + result.vectorField_ = + vectorFieldBuilder_ == null ? vectorField_ : vectorFieldBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { - result.queryVector_ = queryVectorBuilder_ == null - ? queryVector_ - : queryVectorBuilder_.build(); + result.queryVector_ = + queryVectorBuilder_ == null ? queryVector_ : queryVectorBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.distanceMeasure_ = distanceMeasure_; } if (((from_bitField0_ & 0x00000008) != 0)) { - result.limit_ = limitBuilder_ == null - ? limit_ - : limitBuilder_.build(); + result.limit_ = limitBuilder_ == null ? limit_ : limitBuilder_.build(); to_bitField0_ |= 0x00000004; } result.bitField0_ |= to_bitField0_; @@ -9376,38 +10514,41 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery.FindNearest r public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.StructuredQuery.FindNearest) { - return mergeFrom((com.google.firestore.v1.StructuredQuery.FindNearest)other); + return mergeFrom((com.google.firestore.v1.StructuredQuery.FindNearest) other); } else { super.mergeFrom(other); return this; @@ -9415,7 +10556,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.StructuredQuery.FindNearest other) { - if (other == com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance()) return this; + if (other == com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance()) + return this; if (other.hasVectorField()) { mergeVectorField(other.getVectorField()); } @@ -9454,38 +10596,37 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getVectorFieldFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: { - input.readMessage( - getQueryVectorFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 24: { - distanceMeasure_ = input.readEnum(); - bitField0_ |= 0x00000004; - break; - } // case 24 - case 34: { - input.readMessage( - getLimitFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000008; - break; - } // case 34 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + input.readMessage(getVectorFieldFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: + { + input.readMessage(getQueryVectorFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 24: + { + distanceMeasure_ = input.readEnum(); + bitField0_ |= 0x00000004; + break; + } // case 24 + case 34: + { + input.readMessage(getLimitFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000008; + break; + } // case 34 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -9495,49 +10636,69 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private com.google.firestore.v1.StructuredQuery.FieldReference vectorField_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> vectorFieldBuilder_; + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + vectorFieldBuilder_; /** + * + * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the vectorField field is set. */ public boolean hasVectorField() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The vectorField. */ public com.google.firestore.v1.StructuredQuery.FieldReference getVectorField() { if (vectorFieldBuilder_ == null) { - return vectorField_ == null ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : vectorField_; + return vectorField_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : vectorField_; } else { return vectorFieldBuilder_.getMessage(); } } /** + * + * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setVectorField(com.google.firestore.v1.StructuredQuery.FieldReference value) { if (vectorFieldBuilder_ == null) { @@ -9553,13 +10714,17 @@ public Builder setVectorField(com.google.firestore.v1.StructuredQuery.FieldRefer return this; } /** + * + * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setVectorField( com.google.firestore.v1.StructuredQuery.FieldReference.Builder builderForValue) { @@ -9573,19 +10738,25 @@ public Builder setVectorField( return this; } /** + * + * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder mergeVectorField(com.google.firestore.v1.StructuredQuery.FieldReference value) { + public Builder mergeVectorField( + com.google.firestore.v1.StructuredQuery.FieldReference value) { if (vectorFieldBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - vectorField_ != null && - vectorField_ != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && vectorField_ != null + && vectorField_ + != com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance()) { getVectorFieldBuilder().mergeFrom(value); } else { vectorField_ = value; @@ -9600,13 +10771,17 @@ public Builder mergeVectorField(com.google.firestore.v1.StructuredQuery.FieldRef return this; } /** + * + * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearVectorField() { bitField0_ = (bitField0_ & ~0x00000001); @@ -9619,54 +10794,72 @@ public Builder clearVectorField() { return this; } /** + * + * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ - public com.google.firestore.v1.StructuredQuery.FieldReference.Builder getVectorFieldBuilder() { + public com.google.firestore.v1.StructuredQuery.FieldReference.Builder + getVectorFieldBuilder() { bitField0_ |= 0x00000001; onChanged(); return getVectorFieldFieldBuilder().getBuilder(); } /** + * + * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ - public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getVectorFieldOrBuilder() { + public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder + getVectorFieldOrBuilder() { if (vectorFieldBuilder_ != null) { return vectorFieldBuilder_.getMessageOrBuilder(); } else { - return vectorField_ == null ? - com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() : vectorField_; + return vectorField_ == null + ? com.google.firestore.v1.StructuredQuery.FieldReference.getDefaultInstance() + : vectorField_; } } /** + * + * *
        * Required. An indexed vector field to search upon. Only documents which
        * contain vectors whose dimensionality match the query_vector can be
        * returned.
        * 
* - * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FieldReference vector_field = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder> getVectorFieldFieldBuilder() { if (vectorFieldBuilder_ == null) { - vectorFieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FieldReference, com.google.firestore.v1.StructuredQuery.FieldReference.Builder, com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( - getVectorField(), - getParentForChildren(), - isClean()); + vectorFieldBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FieldReference, + com.google.firestore.v1.StructuredQuery.FieldReference.Builder, + com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder>( + getVectorField(), getParentForChildren(), isClean()); vectorField_ = null; } return vectorFieldBuilder_; @@ -9674,42 +10867,61 @@ public com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder getVector private com.google.firestore.v1.Value queryVector_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> queryVectorBuilder_; + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder, + com.google.firestore.v1.ValueOrBuilder> + queryVectorBuilder_; /** + * + * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the queryVector field is set. */ public boolean hasQueryVector() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The queryVector. */ public com.google.firestore.v1.Value getQueryVector() { if (queryVectorBuilder_ == null) { - return queryVector_ == null ? com.google.firestore.v1.Value.getDefaultInstance() : queryVector_; + return queryVector_ == null + ? com.google.firestore.v1.Value.getDefaultInstance() + : queryVector_; } else { return queryVectorBuilder_.getMessage(); } } /** + * + * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setQueryVector(com.google.firestore.v1.Value value) { if (queryVectorBuilder_ == null) { @@ -9725,15 +10937,18 @@ public Builder setQueryVector(com.google.firestore.v1.Value value) { return this; } /** + * + * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder setQueryVector( - com.google.firestore.v1.Value.Builder builderForValue) { + public Builder setQueryVector(com.google.firestore.v1.Value.Builder builderForValue) { if (queryVectorBuilder_ == null) { queryVector_ = builderForValue.build(); } else { @@ -9744,18 +10959,22 @@ public Builder setQueryVector( return this; } /** + * + * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeQueryVector(com.google.firestore.v1.Value value) { if (queryVectorBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) && - queryVector_ != null && - queryVector_ != com.google.firestore.v1.Value.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) + && queryVector_ != null + && queryVector_ != com.google.firestore.v1.Value.getDefaultInstance()) { getQueryVectorBuilder().mergeFrom(value); } else { queryVector_ = value; @@ -9770,12 +10989,16 @@ public Builder mergeQueryVector(com.google.firestore.v1.Value value) { return this; } /** + * + * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearQueryVector() { bitField0_ = (bitField0_ & ~0x00000002); @@ -9788,12 +11011,16 @@ public Builder clearQueryVector() { return this; } /** + * + * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.v1.Value.Builder getQueryVectorBuilder() { bitField0_ |= 0x00000002; @@ -9801,38 +11028,50 @@ public com.google.firestore.v1.Value.Builder getQueryVectorBuilder() { return getQueryVectorFieldBuilder().getBuilder(); } /** + * + * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.v1.ValueOrBuilder getQueryVectorOrBuilder() { if (queryVectorBuilder_ != null) { return queryVectorBuilder_.getMessageOrBuilder(); } else { - return queryVector_ == null ? - com.google.firestore.v1.Value.getDefaultInstance() : queryVector_; + return queryVector_ == null + ? com.google.firestore.v1.Value.getDefaultInstance() + : queryVector_; } } /** + * + * *
        * Required. The query vector that we are searching on. Must be a vector of
        * no more than 2048 dimensions.
        * 
* - * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.Value query_vector = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder, + com.google.firestore.v1.ValueOrBuilder> getQueryVectorFieldBuilder() { if (queryVectorBuilder_ == null) { - queryVectorBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>( - getQueryVector(), - getParentForChildren(), - isClean()); + queryVectorBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Value, + com.google.firestore.v1.Value.Builder, + com.google.firestore.v1.ValueOrBuilder>( + getQueryVector(), getParentForChildren(), isClean()); queryVector_ = null; } return queryVectorBuilder_; @@ -9840,22 +11079,33 @@ public com.google.firestore.v1.ValueOrBuilder getQueryVectorOrBuilder() { private int distanceMeasure_ = 0; /** + * + * *
        * Required. The Distance Measure to use, required.
        * 
* - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The enum numeric value on the wire for distanceMeasure. */ - @java.lang.Override public int getDistanceMeasureValue() { + @java.lang.Override + public int getDistanceMeasureValue() { return distanceMeasure_; } /** + * + * *
        * Required. The Distance Measure to use, required.
        * 
* - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * * @param value The enum numeric value on the wire for distanceMeasure to set. * @return This builder for chaining. */ @@ -9866,28 +11116,44 @@ public Builder setDistanceMeasureValue(int value) { return this; } /** + * + * *
        * Required. The Distance Measure to use, required.
        * 
* - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The distanceMeasure. */ @java.lang.Override - public com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure getDistanceMeasure() { - com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure result = com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.forNumber(distanceMeasure_); - return result == null ? com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.UNRECOGNIZED : result; + public com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure + getDistanceMeasure() { + com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure result = + com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.forNumber( + distanceMeasure_); + return result == null + ? com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure.UNRECOGNIZED + : result; } /** + * + * *
        * Required. The Distance Measure to use, required.
        * 
* - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * * @param value The distanceMeasure to set. * @return This builder for chaining. */ - public Builder setDistanceMeasure(com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure value) { + public Builder setDistanceMeasure( + com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure value) { if (value == null) { throw new NullPointerException(); } @@ -9897,11 +11163,16 @@ public Builder setDistanceMeasure(com.google.firestore.v1.StructuredQuery.FindNe return this; } /** + * + * *
        * Required. The Distance Measure to use, required.
        * 
* - * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure distance_measure = 3 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return This builder for chaining. */ public Builder clearDistanceMeasure() { @@ -9913,26 +11184,37 @@ public Builder clearDistanceMeasure() { private com.google.protobuf.Int32Value limit_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> limitBuilder_; + com.google.protobuf.Int32Value, + com.google.protobuf.Int32Value.Builder, + com.google.protobuf.Int32ValueOrBuilder> + limitBuilder_; /** + * + * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the limit field is set. */ public boolean hasLimit() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The limit. */ public com.google.protobuf.Int32Value getLimit() { @@ -9943,12 +11225,15 @@ public com.google.protobuf.Int32Value getLimit() { } } /** + * + * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setLimit(com.google.protobuf.Int32Value value) { if (limitBuilder_ == null) { @@ -9964,15 +11249,17 @@ public Builder setLimit(com.google.protobuf.Int32Value value) { return this; } /** + * + * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder setLimit( - com.google.protobuf.Int32Value.Builder builderForValue) { + public Builder setLimit(com.google.protobuf.Int32Value.Builder builderForValue) { if (limitBuilder_ == null) { limit_ = builderForValue.build(); } else { @@ -9983,18 +11270,21 @@ public Builder setLimit( return this; } /** + * + * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeLimit(com.google.protobuf.Int32Value value) { if (limitBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) && - limit_ != null && - limit_ != com.google.protobuf.Int32Value.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) + && limit_ != null + && limit_ != com.google.protobuf.Int32Value.getDefaultInstance()) { getLimitBuilder().mergeFrom(value); } else { limit_ = value; @@ -10009,12 +11299,15 @@ public Builder mergeLimit(com.google.protobuf.Int32Value value) { return this; } /** + * + * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearLimit() { bitField0_ = (bitField0_ & ~0x00000008); @@ -10027,12 +11320,15 @@ public Builder clearLimit() { return this; } /** + * + * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.protobuf.Int32Value.Builder getLimitBuilder() { bitField0_ |= 0x00000008; @@ -10040,42 +11336,51 @@ public com.google.protobuf.Int32Value.Builder getLimitBuilder() { return getLimitFieldBuilder().getBuilder(); } /** + * + * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() { if (limitBuilder_ != null) { return limitBuilder_.getMessageOrBuilder(); } else { - return limit_ == null ? - com.google.protobuf.Int32Value.getDefaultInstance() : limit_; + return limit_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : limit_; } } /** + * + * *
        * Required. The number of nearest neighbors to return. Must be a positive
        * integer of no more than 1000.
        * 
* - * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.Int32Value limit = 4 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> + com.google.protobuf.Int32Value, + com.google.protobuf.Int32Value.Builder, + com.google.protobuf.Int32ValueOrBuilder> getLimitFieldBuilder() { if (limitBuilder_ == null) { - limitBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>( - getLimit(), - getParentForChildren(), - isClean()); + limitBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Int32Value, + com.google.protobuf.Int32Value.Builder, + com.google.protobuf.Int32ValueOrBuilder>( + getLimit(), getParentForChildren(), isClean()); limit_ = null; } return limitBuilder_; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -10088,12 +11393,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery.FindNearest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery.FindNearest) private static final com.google.firestore.v1.StructuredQuery.FindNearest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery.FindNearest(); } @@ -10102,27 +11407,28 @@ public static com.google.firestore.v1.StructuredQuery.FindNearest getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public FindNearest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public FindNearest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -10137,13 +11443,14 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery.FindNearest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } private int bitField0_; public static final int SELECT_FIELD_NUMBER = 1; private com.google.firestore.v1.StructuredQuery.Projection select_; /** + * + * *
    * Optional sub-set of the fields to return.
    *
@@ -10153,6 +11460,7 @@ public com.google.firestore.v1.StructuredQuery.FindNearest getDefaultInstanceFor
    * 
* * .google.firestore.v1.StructuredQuery.Projection select = 1; + * * @return Whether the select field is set. */ @java.lang.Override @@ -10160,6 +11468,8 @@ public boolean hasSelect() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Optional sub-set of the fields to return.
    *
@@ -10169,13 +11479,18 @@ public boolean hasSelect() {
    * 
* * .google.firestore.v1.StructuredQuery.Projection select = 1; + * * @return The select. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.Projection getSelect() { - return select_ == null ? com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance() : select_; + return select_ == null + ? com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance() + : select_; } /** + * + * *
    * Optional sub-set of the fields to return.
    *
@@ -10188,13 +11503,18 @@ public com.google.firestore.v1.StructuredQuery.Projection getSelect() {
    */
   @java.lang.Override
   public com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder getSelectOrBuilder() {
-    return select_ == null ? com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance() : select_;
+    return select_ == null
+        ? com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance()
+        : select_;
   }
 
   public static final int FROM_FIELD_NUMBER = 2;
+
   @SuppressWarnings("serial")
   private java.util.List from_;
   /**
+   *
+   *
    * 
    * The collections to query.
    * 
@@ -10206,6 +11526,8 @@ public java.util.List * The collections to query. *
@@ -10213,11 +11535,14 @@ public java.util.Listrepeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ @java.lang.Override - public java.util.List + public java.util.List< + ? extends com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder> getFromOrBuilderList() { return from_; } /** + * + * *
    * The collections to query.
    * 
@@ -10229,6 +11554,8 @@ public int getFromCount() { return from_.size(); } /** + * + * *
    * The collections to query.
    * 
@@ -10240,6 +11567,8 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelector getFrom(int in return from_.get(index); } /** + * + * *
    * The collections to query.
    * 
@@ -10255,11 +11584,14 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFr public static final int WHERE_FIELD_NUMBER = 3; private com.google.firestore.v1.StructuredQuery.Filter where_; /** + * + * *
    * The filter to apply.
    * 
* * .google.firestore.v1.StructuredQuery.Filter where = 3; + * * @return Whether the where field is set. */ @java.lang.Override @@ -10267,18 +11599,25 @@ public boolean hasWhere() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The filter to apply.
    * 
* * .google.firestore.v1.StructuredQuery.Filter where = 3; + * * @return The where. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.Filter getWhere() { - return where_ == null ? com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() : where_; + return where_ == null + ? com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() + : where_; } /** + * + * *
    * The filter to apply.
    * 
@@ -10287,13 +11626,18 @@ public com.google.firestore.v1.StructuredQuery.Filter getWhere() { */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getWhereOrBuilder() { - return where_ == null ? com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() : where_; + return where_ == null + ? com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() + : where_; } public static final int ORDER_BY_FIELD_NUMBER = 4; + @SuppressWarnings("serial") private java.util.List orderBy_; /** + * + * *
    * The order to apply to the query results.
    *
@@ -10324,6 +11668,8 @@ public java.util.List getOrderByL
     return orderBy_;
   }
   /**
+   *
+   *
    * 
    * The order to apply to the query results.
    *
@@ -10350,11 +11696,13 @@ public java.util.List getOrderByL
    * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
    */
   @java.lang.Override
-  public java.util.List 
+  public java.util.List
       getOrderByOrBuilderList() {
     return orderBy_;
   }
   /**
+   *
+   *
    * 
    * The order to apply to the query results.
    *
@@ -10385,6 +11733,8 @@ public int getOrderByCount() {
     return orderBy_.size();
   }
   /**
+   *
+   *
    * 
    * The order to apply to the query results.
    *
@@ -10415,6 +11765,8 @@ public com.google.firestore.v1.StructuredQuery.Order getOrderBy(int index) {
     return orderBy_.get(index);
   }
   /**
+   *
+   *
    * 
    * The order to apply to the query results.
    *
@@ -10441,14 +11793,15 @@ public com.google.firestore.v1.StructuredQuery.Order getOrderBy(int index) {
    * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
    */
   @java.lang.Override
-  public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
-      int index) {
+  public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(int index) {
     return orderBy_.get(index);
   }
 
   public static final int START_AT_FIELD_NUMBER = 7;
   private com.google.firestore.v1.Cursor startAt_;
   /**
+   *
+   *
    * 
    * A potential prefix of a position in the result set to start the query at.
    *
@@ -10484,6 +11837,7 @@ public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilde
    * 
* * .google.firestore.v1.Cursor start_at = 7; + * * @return Whether the startAt field is set. */ @java.lang.Override @@ -10491,6 +11845,8 @@ public boolean hasStartAt() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * A potential prefix of a position in the result set to start the query at.
    *
@@ -10526,6 +11882,7 @@ public boolean hasStartAt() {
    * 
* * .google.firestore.v1.Cursor start_at = 7; + * * @return The startAt. */ @java.lang.Override @@ -10533,6 +11890,8 @@ public com.google.firestore.v1.Cursor getStartAt() { return startAt_ == null ? com.google.firestore.v1.Cursor.getDefaultInstance() : startAt_; } /** + * + * *
    * A potential prefix of a position in the result set to start the query at.
    *
@@ -10577,6 +11936,8 @@ public com.google.firestore.v1.CursorOrBuilder getStartAtOrBuilder() {
   public static final int END_AT_FIELD_NUMBER = 8;
   private com.google.firestore.v1.Cursor endAt_;
   /**
+   *
+   *
    * 
    * A potential prefix of a position in the result set to end the query at.
    *
@@ -10590,6 +11951,7 @@ public com.google.firestore.v1.CursorOrBuilder getStartAtOrBuilder() {
    * 
* * .google.firestore.v1.Cursor end_at = 8; + * * @return Whether the endAt field is set. */ @java.lang.Override @@ -10597,6 +11959,8 @@ public boolean hasEndAt() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
    * A potential prefix of a position in the result set to end the query at.
    *
@@ -10610,6 +11974,7 @@ public boolean hasEndAt() {
    * 
* * .google.firestore.v1.Cursor end_at = 8; + * * @return The endAt. */ @java.lang.Override @@ -10617,6 +11982,8 @@ public com.google.firestore.v1.Cursor getEndAt() { return endAt_ == null ? com.google.firestore.v1.Cursor.getDefaultInstance() : endAt_; } /** + * + * *
    * A potential prefix of a position in the result set to end the query at.
    *
@@ -10639,6 +12006,8 @@ public com.google.firestore.v1.CursorOrBuilder getEndAtOrBuilder() {
   public static final int OFFSET_FIELD_NUMBER = 6;
   private int offset_ = 0;
   /**
+   *
+   *
    * 
    * The number of documents to skip before returning the first result.
    *
@@ -10651,6 +12020,7 @@ public com.google.firestore.v1.CursorOrBuilder getEndAtOrBuilder() {
    * 
* * int32 offset = 6; + * * @return The offset. */ @java.lang.Override @@ -10661,6 +12031,8 @@ public int getOffset() { public static final int LIMIT_FIELD_NUMBER = 5; private com.google.protobuf.Int32Value limit_; /** + * + * *
    * The maximum number of results to return.
    *
@@ -10672,6 +12044,7 @@ public int getOffset() {
    * 
* * .google.protobuf.Int32Value limit = 5; + * * @return Whether the limit field is set. */ @java.lang.Override @@ -10679,6 +12052,8 @@ public boolean hasLimit() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
    * The maximum number of results to return.
    *
@@ -10690,6 +12065,7 @@ public boolean hasLimit() {
    * 
* * .google.protobuf.Int32Value limit = 5; + * * @return The limit. */ @java.lang.Override @@ -10697,6 +12073,8 @@ public com.google.protobuf.Int32Value getLimit() { return limit_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : limit_; } /** + * + * *
    * The maximum number of results to return.
    *
@@ -10717,6 +12095,8 @@ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() {
   public static final int FIND_NEAREST_FIELD_NUMBER = 9;
   private com.google.firestore.v1.StructuredQuery.FindNearest findNearest_;
   /**
+   *
+   *
    * 
    * Optional. A potential Nearest Neighbors Search.
    *
@@ -10725,7 +12105,10 @@ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() {
    * Finds the closest vector embeddings to the given query vector.
    * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the findNearest field is set. */ @java.lang.Override @@ -10733,6 +12116,8 @@ public boolean hasFindNearest() { return ((bitField0_ & 0x00000020) != 0); } /** + * + * *
    * Optional. A potential Nearest Neighbors Search.
    *
@@ -10741,14 +12126,21 @@ public boolean hasFindNearest() {
    * Finds the closest vector embeddings to the given query vector.
    * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The findNearest. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FindNearest getFindNearest() { - return findNearest_ == null ? com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() : findNearest_; + return findNearest_ == null + ? com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() + : findNearest_; } /** + * + * *
    * Optional. A potential Nearest Neighbors Search.
    *
@@ -10757,14 +12149,19 @@ public com.google.firestore.v1.StructuredQuery.FindNearest getFindNearest() {
    * Finds the closest vector embeddings to the given query vector.
    * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * */ @java.lang.Override public com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder getFindNearestOrBuilder() { - return findNearest_ == null ? com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() : findNearest_; + return findNearest_ == null + ? com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() + : findNearest_; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -10776,8 +12173,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getSelect()); } @@ -10815,40 +12211,31 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getSelect()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getSelect()); } for (int i = 0; i < from_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, from_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, from_.get(i)); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(3, getWhere()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getWhere()); } for (int i = 0; i < orderBy_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(4, orderBy_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, orderBy_.get(i)); } if (((bitField0_ & 0x00000010) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(5, getLimit()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getLimit()); } if (offset_ != 0) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(6, offset_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(6, offset_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(7, getStartAt()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getStartAt()); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(8, getEndAt()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, getEndAt()); } if (((bitField0_ & 0x00000020) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(9, getFindNearest()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(9, getFindNearest()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -10858,7 +12245,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.StructuredQuery)) { return super.equals(obj); @@ -10867,39 +12254,30 @@ public boolean equals(final java.lang.Object obj) { if (hasSelect() != other.hasSelect()) return false; if (hasSelect()) { - if (!getSelect() - .equals(other.getSelect())) return false; + if (!getSelect().equals(other.getSelect())) return false; } - if (!getFromList() - .equals(other.getFromList())) return false; + if (!getFromList().equals(other.getFromList())) return false; if (hasWhere() != other.hasWhere()) return false; if (hasWhere()) { - if (!getWhere() - .equals(other.getWhere())) return false; + if (!getWhere().equals(other.getWhere())) return false; } - if (!getOrderByList() - .equals(other.getOrderByList())) return false; + if (!getOrderByList().equals(other.getOrderByList())) return false; if (hasStartAt() != other.hasStartAt()) return false; if (hasStartAt()) { - if (!getStartAt() - .equals(other.getStartAt())) return false; + if (!getStartAt().equals(other.getStartAt())) return false; } if (hasEndAt() != other.hasEndAt()) return false; if (hasEndAt()) { - if (!getEndAt() - .equals(other.getEndAt())) return false; + if (!getEndAt().equals(other.getEndAt())) return false; } - if (getOffset() - != other.getOffset()) return false; + if (getOffset() != other.getOffset()) return false; if (hasLimit() != other.hasLimit()) return false; if (hasLimit()) { - if (!getLimit() - .equals(other.getLimit())) return false; + if (!getLimit().equals(other.getLimit())) return false; } if (hasFindNearest() != other.hasFindNearest()) return false; if (hasFindNearest()) { - if (!getFindNearest() - .equals(other.getFindNearest())) return false; + if (!getFindNearest().equals(other.getFindNearest())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -10951,99 +12329,104 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.StructuredQuery parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.StructuredQuery parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.StructuredQuery parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredQuery parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.StructuredQuery parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.StructuredQuery parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.StructuredQuery parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.StructuredQuery parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.StructuredQuery parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.StructuredQuery prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A Firestore query.
    *
@@ -11058,21 +12441,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.StructuredQuery}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.StructuredQuery)
       com.google.firestore.v1.StructuredQueryOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.QueryProto
+          .internal_static_google_firestore_v1_StructuredQuery_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_fieldAccessorTable
+      return com.google.firestore.v1.QueryProto
+          .internal_static_google_firestore_v1_StructuredQuery_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.StructuredQuery.class, com.google.firestore.v1.StructuredQuery.Builder.class);
+              com.google.firestore.v1.StructuredQuery.class,
+              com.google.firestore.v1.StructuredQuery.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.StructuredQuery.newBuilder()
@@ -11080,14 +12465,13 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getSelectFieldBuilder();
         getFromFieldBuilder();
         getWhereFieldBuilder();
@@ -11098,6 +12482,7 @@ private void maybeForceBuilderInitialization() {
         getFindNearestFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -11151,9 +12536,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.QueryProto.internal_static_google_firestore_v1_StructuredQuery_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.QueryProto
+          .internal_static_google_firestore_v1_StructuredQuery_descriptor;
     }
 
     @java.lang.Override
@@ -11172,9 +12557,12 @@ public com.google.firestore.v1.StructuredQuery build() {
 
     @java.lang.Override
     public com.google.firestore.v1.StructuredQuery buildPartial() {
-      com.google.firestore.v1.StructuredQuery result = new com.google.firestore.v1.StructuredQuery(this);
+      com.google.firestore.v1.StructuredQuery result =
+          new com.google.firestore.v1.StructuredQuery(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -11204,42 +12592,31 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery result) {
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.select_ = selectBuilder_ == null
-            ? select_
-            : selectBuilder_.build();
+        result.select_ = selectBuilder_ == null ? select_ : selectBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.where_ = whereBuilder_ == null
-            ? where_
-            : whereBuilder_.build();
+        result.where_ = whereBuilder_ == null ? where_ : whereBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.startAt_ = startAtBuilder_ == null
-            ? startAt_
-            : startAtBuilder_.build();
+        result.startAt_ = startAtBuilder_ == null ? startAt_ : startAtBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.endAt_ = endAtBuilder_ == null
-            ? endAt_
-            : endAtBuilder_.build();
+        result.endAt_ = endAtBuilder_ == null ? endAt_ : endAtBuilder_.build();
         to_bitField0_ |= 0x00000008;
       }
       if (((from_bitField0_ & 0x00000040) != 0)) {
         result.offset_ = offset_;
       }
       if (((from_bitField0_ & 0x00000080) != 0)) {
-        result.limit_ = limitBuilder_ == null
-            ? limit_
-            : limitBuilder_.build();
+        result.limit_ = limitBuilder_ == null ? limit_ : limitBuilder_.build();
         to_bitField0_ |= 0x00000010;
       }
       if (((from_bitField0_ & 0x00000100) != 0)) {
-        result.findNearest_ = findNearestBuilder_ == null
-            ? findNearest_
-            : findNearestBuilder_.build();
+        result.findNearest_ =
+            findNearestBuilder_ == null ? findNearest_ : findNearestBuilder_.build();
         to_bitField0_ |= 0x00000020;
       }
       result.bitField0_ |= to_bitField0_;
@@ -11249,38 +12626,39 @@ private void buildPartial0(com.google.firestore.v1.StructuredQuery result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.StructuredQuery) {
-        return mergeFrom((com.google.firestore.v1.StructuredQuery)other);
+        return mergeFrom((com.google.firestore.v1.StructuredQuery) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -11310,9 +12688,10 @@ public Builder mergeFrom(com.google.firestore.v1.StructuredQuery other) {
             fromBuilder_ = null;
             from_ = other.from_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            fromBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getFromFieldBuilder() : null;
+            fromBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getFromFieldBuilder()
+                    : null;
           } else {
             fromBuilder_.addAllMessages(other.from_);
           }
@@ -11339,9 +12718,10 @@ public Builder mergeFrom(com.google.firestore.v1.StructuredQuery other) {
             orderByBuilder_ = null;
             orderBy_ = other.orderBy_;
             bitField0_ = (bitField0_ & ~0x00000008);
-            orderByBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getOrderByFieldBuilder() : null;
+            orderByBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getOrderByFieldBuilder()
+                    : null;
           } else {
             orderByBuilder_.addAllMessages(other.orderBy_);
           }
@@ -11388,85 +12768,82 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getSelectFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              com.google.firestore.v1.StructuredQuery.CollectionSelector m =
-                  input.readMessage(
-                      com.google.firestore.v1.StructuredQuery.CollectionSelector.parser(),
-                      extensionRegistry);
-              if (fromBuilder_ == null) {
-                ensureFromIsMutable();
-                from_.add(m);
-              } else {
-                fromBuilder_.addMessage(m);
-              }
-              break;
-            } // case 18
-            case 26: {
-              input.readMessage(
-                  getWhereFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            case 34: {
-              com.google.firestore.v1.StructuredQuery.Order m =
-                  input.readMessage(
-                      com.google.firestore.v1.StructuredQuery.Order.parser(),
-                      extensionRegistry);
-              if (orderByBuilder_ == null) {
-                ensureOrderByIsMutable();
-                orderBy_.add(m);
-              } else {
-                orderByBuilder_.addMessage(m);
-              }
-              break;
-            } // case 34
-            case 42: {
-              input.readMessage(
-                  getLimitFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000080;
-              break;
-            } // case 42
-            case 48: {
-              offset_ = input.readInt32();
-              bitField0_ |= 0x00000040;
-              break;
-            } // case 48
-            case 58: {
-              input.readMessage(
-                  getStartAtFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 58
-            case 66: {
-              input.readMessage(
-                  getEndAtFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000020;
-              break;
-            } // case 66
-            case 74: {
-              input.readMessage(
-                  getFindNearestFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000100;
-              break;
-            } // case 74
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getSelectFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                com.google.firestore.v1.StructuredQuery.CollectionSelector m =
+                    input.readMessage(
+                        com.google.firestore.v1.StructuredQuery.CollectionSelector.parser(),
+                        extensionRegistry);
+                if (fromBuilder_ == null) {
+                  ensureFromIsMutable();
+                  from_.add(m);
+                } else {
+                  fromBuilder_.addMessage(m);
+                }
+                break;
+              } // case 18
+            case 26:
+              {
+                input.readMessage(getWhereFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            case 34:
+              {
+                com.google.firestore.v1.StructuredQuery.Order m =
+                    input.readMessage(
+                        com.google.firestore.v1.StructuredQuery.Order.parser(), extensionRegistry);
+                if (orderByBuilder_ == null) {
+                  ensureOrderByIsMutable();
+                  orderBy_.add(m);
+                } else {
+                  orderByBuilder_.addMessage(m);
+                }
+                break;
+              } // case 34
+            case 42:
+              {
+                input.readMessage(getLimitFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000080;
+                break;
+              } // case 42
+            case 48:
+              {
+                offset_ = input.readInt32();
+                bitField0_ |= 0x00000040;
+                break;
+              } // case 48
+            case 58:
+              {
+                input.readMessage(getStartAtFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 58
+            case 66:
+              {
+                input.readMessage(getEndAtFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000020;
+                break;
+              } // case 66
+            case 74:
+              {
+                input.readMessage(getFindNearestFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000100;
+                break;
+              } // case 74
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -11476,12 +12853,18 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.firestore.v1.StructuredQuery.Projection select_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.StructuredQuery.Projection, com.google.firestore.v1.StructuredQuery.Projection.Builder, com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder> selectBuilder_;
+            com.google.firestore.v1.StructuredQuery.Projection,
+            com.google.firestore.v1.StructuredQuery.Projection.Builder,
+            com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder>
+        selectBuilder_;
     /**
+     *
+     *
      * 
      * Optional sub-set of the fields to return.
      *
@@ -11491,12 +12874,15 @@ public Builder mergeFrom(
      * 
* * .google.firestore.v1.StructuredQuery.Projection select = 1; + * * @return Whether the select field is set. */ public boolean hasSelect() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Optional sub-set of the fields to return.
      *
@@ -11506,16 +12892,21 @@ public boolean hasSelect() {
      * 
* * .google.firestore.v1.StructuredQuery.Projection select = 1; + * * @return The select. */ public com.google.firestore.v1.StructuredQuery.Projection getSelect() { if (selectBuilder_ == null) { - return select_ == null ? com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance() : select_; + return select_ == null + ? com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance() + : select_; } else { return selectBuilder_.getMessage(); } } /** + * + * *
      * Optional sub-set of the fields to return.
      *
@@ -11540,6 +12931,8 @@ public Builder setSelect(com.google.firestore.v1.StructuredQuery.Projection valu
       return this;
     }
     /**
+     *
+     *
      * 
      * Optional sub-set of the fields to return.
      *
@@ -11562,6 +12955,8 @@ public Builder setSelect(
       return this;
     }
     /**
+     *
+     *
      * 
      * Optional sub-set of the fields to return.
      *
@@ -11574,9 +12969,9 @@ public Builder setSelect(
      */
     public Builder mergeSelect(com.google.firestore.v1.StructuredQuery.Projection value) {
       if (selectBuilder_ == null) {
-        if (((bitField0_ & 0x00000001) != 0) &&
-          select_ != null &&
-          select_ != com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000001) != 0)
+            && select_ != null
+            && select_ != com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance()) {
           getSelectBuilder().mergeFrom(value);
         } else {
           select_ = value;
@@ -11591,6 +12986,8 @@ public Builder mergeSelect(com.google.firestore.v1.StructuredQuery.Projection va
       return this;
     }
     /**
+     *
+     *
      * 
      * Optional sub-set of the fields to return.
      *
@@ -11612,6 +13009,8 @@ public Builder clearSelect() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Optional sub-set of the fields to return.
      *
@@ -11628,6 +13027,8 @@ public com.google.firestore.v1.StructuredQuery.Projection.Builder getSelectBuild
       return getSelectFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Optional sub-set of the fields to return.
      *
@@ -11642,11 +13043,14 @@ public com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder getSelectOrBu
       if (selectBuilder_ != null) {
         return selectBuilder_.getMessageOrBuilder();
       } else {
-        return select_ == null ?
-            com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance() : select_;
+        return select_ == null
+            ? com.google.firestore.v1.StructuredQuery.Projection.getDefaultInstance()
+            : select_;
       }
     }
     /**
+     *
+     *
      * 
      * Optional sub-set of the fields to return.
      *
@@ -11658,39 +13062,51 @@ public com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder getSelectOrBu
      * .google.firestore.v1.StructuredQuery.Projection select = 1;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.StructuredQuery.Projection, com.google.firestore.v1.StructuredQuery.Projection.Builder, com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder> 
+            com.google.firestore.v1.StructuredQuery.Projection,
+            com.google.firestore.v1.StructuredQuery.Projection.Builder,
+            com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder>
         getSelectFieldBuilder() {
       if (selectBuilder_ == null) {
-        selectBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.StructuredQuery.Projection, com.google.firestore.v1.StructuredQuery.Projection.Builder, com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder>(
-                getSelect(),
-                getParentForChildren(),
-                isClean());
+        selectBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.StructuredQuery.Projection,
+                com.google.firestore.v1.StructuredQuery.Projection.Builder,
+                com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder>(
+                getSelect(), getParentForChildren(), isClean());
         select_ = null;
       }
       return selectBuilder_;
     }
 
     private java.util.List from_ =
-      java.util.Collections.emptyList();
+        java.util.Collections.emptyList();
+
     private void ensureFromIsMutable() {
       if (!((bitField0_ & 0x00000002) != 0)) {
-        from_ = new java.util.ArrayList(from_);
+        from_ =
+            new java.util.ArrayList(
+                from_);
         bitField0_ |= 0x00000002;
-       }
+      }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.StructuredQuery.CollectionSelector, com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder, com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder> fromBuilder_;
+            com.google.firestore.v1.StructuredQuery.CollectionSelector,
+            com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder,
+            com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder>
+        fromBuilder_;
 
     /**
+     *
+     *
      * 
      * The collections to query.
      * 
* * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ - public java.util.List getFromList() { + public java.util.List + getFromList() { if (fromBuilder_ == null) { return java.util.Collections.unmodifiableList(from_); } else { @@ -11698,6 +13114,8 @@ public java.util.List * The collections to query. *
@@ -11712,6 +13130,8 @@ public int getFromCount() { } } /** + * + * *
      * The collections to query.
      * 
@@ -11726,6 +13146,8 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelector getFrom(int in } } /** + * + * *
      * The collections to query.
      * 
@@ -11747,6 +13169,8 @@ public Builder setFrom( return this; } /** + * + * *
      * The collections to query.
      * 
@@ -11754,7 +13178,8 @@ public Builder setFrom( * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ public Builder setFrom( - int index, com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder builderForValue) { + int index, + com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder builderForValue) { if (fromBuilder_ == null) { ensureFromIsMutable(); from_.set(index, builderForValue.build()); @@ -11765,6 +13190,8 @@ public Builder setFrom( return this; } /** + * + * *
      * The collections to query.
      * 
@@ -11785,6 +13212,8 @@ public Builder addFrom(com.google.firestore.v1.StructuredQuery.CollectionSelecto return this; } /** + * + * *
      * The collections to query.
      * 
@@ -11806,6 +13235,8 @@ public Builder addFrom( return this; } /** + * + * *
      * The collections to query.
      * 
@@ -11824,6 +13255,8 @@ public Builder addFrom( return this; } /** + * + * *
      * The collections to query.
      * 
@@ -11831,7 +13264,8 @@ public Builder addFrom( * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ public Builder addFrom( - int index, com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder builderForValue) { + int index, + com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder builderForValue) { if (fromBuilder_ == null) { ensureFromIsMutable(); from_.add(index, builderForValue.build()); @@ -11842,6 +13276,8 @@ public Builder addFrom( return this; } /** + * + * *
      * The collections to query.
      * 
@@ -11849,11 +13285,11 @@ public Builder addFrom( * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ public Builder addAllFrom( - java.lang.Iterable values) { + java.lang.Iterable + values) { if (fromBuilder_ == null) { ensureFromIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, from_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, from_); onChanged(); } else { fromBuilder_.addAllMessages(values); @@ -11861,6 +13297,8 @@ public Builder addAllFrom( return this; } /** + * + * *
      * The collections to query.
      * 
@@ -11878,6 +13316,8 @@ public Builder clearFrom() { return this; } /** + * + * *
      * The collections to query.
      * 
@@ -11895,6 +13335,8 @@ public Builder removeFrom(int index) { return this; } /** + * + * *
      * The collections to query.
      * 
@@ -11906,6 +13348,8 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder getFro return getFromFieldBuilder().getBuilder(index); } /** + * + * *
      * The collections to query.
      * 
@@ -11915,19 +13359,23 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder getFro public com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFromOrBuilder( int index) { if (fromBuilder_ == null) { - return from_.get(index); } else { + return from_.get(index); + } else { return fromBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * The collections to query.
      * 
* * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ - public java.util.List - getFromOrBuilderList() { + public java.util.List< + ? extends com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder> + getFromOrBuilderList() { if (fromBuilder_ != null) { return fromBuilder_.getMessageOrBuilderList(); } else { @@ -11935,6 +13383,8 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFr } } /** + * + * *
      * The collections to query.
      * 
@@ -11942,10 +13392,13 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFr * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ public com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder addFromBuilder() { - return getFromFieldBuilder().addBuilder( - com.google.firestore.v1.StructuredQuery.CollectionSelector.getDefaultInstance()); + return getFromFieldBuilder() + .addBuilder( + com.google.firestore.v1.StructuredQuery.CollectionSelector.getDefaultInstance()); } /** + * + * *
      * The collections to query.
      * 
@@ -11954,30 +13407,37 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder addFro */ public com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder addFromBuilder( int index) { - return getFromFieldBuilder().addBuilder( - index, com.google.firestore.v1.StructuredQuery.CollectionSelector.getDefaultInstance()); + return getFromFieldBuilder() + .addBuilder( + index, + com.google.firestore.v1.StructuredQuery.CollectionSelector.getDefaultInstance()); } /** + * + * *
      * The collections to query.
      * 
* * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ - public java.util.List - getFromBuilderList() { + public java.util.List + getFromBuilderList() { return getFromFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.CollectionSelector, com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder, com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder> + com.google.firestore.v1.StructuredQuery.CollectionSelector, + com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder, + com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder> getFromFieldBuilder() { if (fromBuilder_ == null) { - fromBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.CollectionSelector, com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder, com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder>( - from_, - ((bitField0_ & 0x00000002) != 0), - getParentForChildren(), - isClean()); + fromBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.CollectionSelector, + com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder, + com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder>( + from_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); from_ = null; } return fromBuilder_; @@ -11985,34 +13445,47 @@ public com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder addFro private com.google.firestore.v1.StructuredQuery.Filter where_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.Filter, com.google.firestore.v1.StructuredQuery.Filter.Builder, com.google.firestore.v1.StructuredQuery.FilterOrBuilder> whereBuilder_; + com.google.firestore.v1.StructuredQuery.Filter, + com.google.firestore.v1.StructuredQuery.Filter.Builder, + com.google.firestore.v1.StructuredQuery.FilterOrBuilder> + whereBuilder_; /** + * + * *
      * The filter to apply.
      * 
* * .google.firestore.v1.StructuredQuery.Filter where = 3; + * * @return Whether the where field is set. */ public boolean hasWhere() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * The filter to apply.
      * 
* * .google.firestore.v1.StructuredQuery.Filter where = 3; + * * @return The where. */ public com.google.firestore.v1.StructuredQuery.Filter getWhere() { if (whereBuilder_ == null) { - return where_ == null ? com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() : where_; + return where_ == null + ? com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() + : where_; } else { return whereBuilder_.getMessage(); } } /** + * + * *
      * The filter to apply.
      * 
@@ -12033,6 +13506,8 @@ public Builder setWhere(com.google.firestore.v1.StructuredQuery.Filter value) { return this; } /** + * + * *
      * The filter to apply.
      * 
@@ -12051,6 +13526,8 @@ public Builder setWhere( return this; } /** + * + * *
      * The filter to apply.
      * 
@@ -12059,9 +13536,9 @@ public Builder setWhere( */ public Builder mergeWhere(com.google.firestore.v1.StructuredQuery.Filter value) { if (whereBuilder_ == null) { - if (((bitField0_ & 0x00000004) != 0) && - where_ != null && - where_ != com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance()) { + if (((bitField0_ & 0x00000004) != 0) + && where_ != null + && where_ != com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance()) { getWhereBuilder().mergeFrom(value); } else { where_ = value; @@ -12076,6 +13553,8 @@ public Builder mergeWhere(com.google.firestore.v1.StructuredQuery.Filter value) return this; } /** + * + * *
      * The filter to apply.
      * 
@@ -12093,6 +13572,8 @@ public Builder clearWhere() { return this; } /** + * + * *
      * The filter to apply.
      * 
@@ -12105,6 +13586,8 @@ public com.google.firestore.v1.StructuredQuery.Filter.Builder getWhereBuilder() return getWhereFieldBuilder().getBuilder(); } /** + * + * *
      * The filter to apply.
      * 
@@ -12115,11 +13598,14 @@ public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getWhereOrBuilder if (whereBuilder_ != null) { return whereBuilder_.getMessageOrBuilder(); } else { - return where_ == null ? - com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() : where_; + return where_ == null + ? com.google.firestore.v1.StructuredQuery.Filter.getDefaultInstance() + : where_; } } /** + * + * *
      * The filter to apply.
      * 
@@ -12127,32 +13613,41 @@ public com.google.firestore.v1.StructuredQuery.FilterOrBuilder getWhereOrBuilder * .google.firestore.v1.StructuredQuery.Filter where = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.Filter, com.google.firestore.v1.StructuredQuery.Filter.Builder, com.google.firestore.v1.StructuredQuery.FilterOrBuilder> + com.google.firestore.v1.StructuredQuery.Filter, + com.google.firestore.v1.StructuredQuery.Filter.Builder, + com.google.firestore.v1.StructuredQuery.FilterOrBuilder> getWhereFieldBuilder() { if (whereBuilder_ == null) { - whereBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.Filter, com.google.firestore.v1.StructuredQuery.Filter.Builder, com.google.firestore.v1.StructuredQuery.FilterOrBuilder>( - getWhere(), - getParentForChildren(), - isClean()); + whereBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.Filter, + com.google.firestore.v1.StructuredQuery.Filter.Builder, + com.google.firestore.v1.StructuredQuery.FilterOrBuilder>( + getWhere(), getParentForChildren(), isClean()); where_ = null; } return whereBuilder_; } private java.util.List orderBy_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureOrderByIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { orderBy_ = new java.util.ArrayList(orderBy_); bitField0_ |= 0x00000008; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.Order, com.google.firestore.v1.StructuredQuery.Order.Builder, com.google.firestore.v1.StructuredQuery.OrderOrBuilder> orderByBuilder_; + com.google.firestore.v1.StructuredQuery.Order, + com.google.firestore.v1.StructuredQuery.Order.Builder, + com.google.firestore.v1.StructuredQuery.OrderOrBuilder> + orderByBuilder_; /** + * + * *
      * The order to apply to the query results.
      *
@@ -12186,6 +13681,8 @@ public java.util.List getOrderByL
       }
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12219,6 +13716,8 @@ public int getOrderByCount() {
       }
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12252,6 +13751,8 @@ public com.google.firestore.v1.StructuredQuery.Order getOrderBy(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12277,8 +13778,7 @@ public com.google.firestore.v1.StructuredQuery.Order getOrderBy(int index) {
      *
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
-    public Builder setOrderBy(
-        int index, com.google.firestore.v1.StructuredQuery.Order value) {
+    public Builder setOrderBy(int index, com.google.firestore.v1.StructuredQuery.Order value) {
       if (orderByBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -12292,6 +13792,8 @@ public Builder setOrderBy(
       return this;
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12329,6 +13831,8 @@ public Builder setOrderBy(
       return this;
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12368,6 +13872,8 @@ public Builder addOrderBy(com.google.firestore.v1.StructuredQuery.Order value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12393,8 +13899,7 @@ public Builder addOrderBy(com.google.firestore.v1.StructuredQuery.Order value) {
      *
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
-    public Builder addOrderBy(
-        int index, com.google.firestore.v1.StructuredQuery.Order value) {
+    public Builder addOrderBy(int index, com.google.firestore.v1.StructuredQuery.Order value) {
       if (orderByBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -12408,6 +13913,8 @@ public Builder addOrderBy(
       return this;
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12445,6 +13952,8 @@ public Builder addOrderBy(
       return this;
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12482,6 +13991,8 @@ public Builder addOrderBy(
       return this;
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12511,8 +14022,7 @@ public Builder addAllOrderBy(
         java.lang.Iterable values) {
       if (orderByBuilder_ == null) {
         ensureOrderByIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, orderBy_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, orderBy_);
         onChanged();
       } else {
         orderByBuilder_.addAllMessages(values);
@@ -12520,6 +14030,8 @@ public Builder addAllOrderBy(
       return this;
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12556,6 +14068,8 @@ public Builder clearOrderBy() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12592,6 +14106,8 @@ public Builder removeOrderBy(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12617,11 +14133,12 @@ public Builder removeOrderBy(int index) {
      *
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
-    public com.google.firestore.v1.StructuredQuery.Order.Builder getOrderByBuilder(
-        int index) {
+    public com.google.firestore.v1.StructuredQuery.Order.Builder getOrderByBuilder(int index) {
       return getOrderByFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12647,14 +14164,16 @@ public com.google.firestore.v1.StructuredQuery.Order.Builder getOrderByBuilder(
      *
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
-    public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
-        int index) {
+    public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(int index) {
       if (orderByBuilder_ == null) {
-        return orderBy_.get(index);  } else {
+        return orderBy_.get(index);
+      } else {
         return orderByBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12680,8 +14199,8 @@ public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilde
      *
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
-    public java.util.List 
-         getOrderByOrBuilderList() {
+    public java.util.List
+        getOrderByOrBuilderList() {
       if (orderByBuilder_ != null) {
         return orderByBuilder_.getMessageOrBuilderList();
       } else {
@@ -12689,6 +14208,8 @@ public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilde
       }
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12715,10 +14236,12 @@ public com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilde
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
     public com.google.firestore.v1.StructuredQuery.Order.Builder addOrderByBuilder() {
-      return getOrderByFieldBuilder().addBuilder(
-          com.google.firestore.v1.StructuredQuery.Order.getDefaultInstance());
+      return getOrderByFieldBuilder()
+          .addBuilder(com.google.firestore.v1.StructuredQuery.Order.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12744,12 +14267,13 @@ public com.google.firestore.v1.StructuredQuery.Order.Builder addOrderByBuilder()
      *
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
-    public com.google.firestore.v1.StructuredQuery.Order.Builder addOrderByBuilder(
-        int index) {
-      return getOrderByFieldBuilder().addBuilder(
-          index, com.google.firestore.v1.StructuredQuery.Order.getDefaultInstance());
+    public com.google.firestore.v1.StructuredQuery.Order.Builder addOrderByBuilder(int index) {
+      return getOrderByFieldBuilder()
+          .addBuilder(index, com.google.firestore.v1.StructuredQuery.Order.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The order to apply to the query results.
      *
@@ -12775,20 +14299,23 @@ public com.google.firestore.v1.StructuredQuery.Order.Builder addOrderByBuilder(
      *
      * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
      */
-    public java.util.List 
-         getOrderByBuilderList() {
+    public java.util.List
+        getOrderByBuilderList() {
       return getOrderByFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.StructuredQuery.Order, com.google.firestore.v1.StructuredQuery.Order.Builder, com.google.firestore.v1.StructuredQuery.OrderOrBuilder> 
+            com.google.firestore.v1.StructuredQuery.Order,
+            com.google.firestore.v1.StructuredQuery.Order.Builder,
+            com.google.firestore.v1.StructuredQuery.OrderOrBuilder>
         getOrderByFieldBuilder() {
       if (orderByBuilder_ == null) {
-        orderByBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.StructuredQuery.Order, com.google.firestore.v1.StructuredQuery.Order.Builder, com.google.firestore.v1.StructuredQuery.OrderOrBuilder>(
-                orderBy_,
-                ((bitField0_ & 0x00000008) != 0),
-                getParentForChildren(),
-                isClean());
+        orderByBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.firestore.v1.StructuredQuery.Order,
+                com.google.firestore.v1.StructuredQuery.Order.Builder,
+                com.google.firestore.v1.StructuredQuery.OrderOrBuilder>(
+                orderBy_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean());
         orderBy_ = null;
       }
       return orderByBuilder_;
@@ -12796,8 +14323,13 @@ public com.google.firestore.v1.StructuredQuery.Order.Builder addOrderByBuilder(
 
     private com.google.firestore.v1.Cursor startAt_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder> startAtBuilder_;
+            com.google.firestore.v1.Cursor,
+            com.google.firestore.v1.Cursor.Builder,
+            com.google.firestore.v1.CursorOrBuilder>
+        startAtBuilder_;
     /**
+     *
+     *
      * 
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -12833,12 +14365,15 @@ public com.google.firestore.v1.StructuredQuery.Order.Builder addOrderByBuilder(
      * 
* * .google.firestore.v1.Cursor start_at = 7; + * * @return Whether the startAt field is set. */ public boolean hasStartAt() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -12874,6 +14409,7 @@ public boolean hasStartAt() {
      * 
* * .google.firestore.v1.Cursor start_at = 7; + * * @return The startAt. */ public com.google.firestore.v1.Cursor getStartAt() { @@ -12884,6 +14420,8 @@ public com.google.firestore.v1.Cursor getStartAt() { } } /** + * + * *
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -12934,6 +14472,8 @@ public Builder setStartAt(com.google.firestore.v1.Cursor value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -12970,8 +14510,7 @@ public Builder setStartAt(com.google.firestore.v1.Cursor value) {
      *
      * .google.firestore.v1.Cursor start_at = 7;
      */
-    public Builder setStartAt(
-        com.google.firestore.v1.Cursor.Builder builderForValue) {
+    public Builder setStartAt(com.google.firestore.v1.Cursor.Builder builderForValue) {
       if (startAtBuilder_ == null) {
         startAt_ = builderForValue.build();
       } else {
@@ -12982,6 +14521,8 @@ public Builder setStartAt(
       return this;
     }
     /**
+     *
+     *
      * 
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -13020,9 +14561,9 @@ public Builder setStartAt(
      */
     public Builder mergeStartAt(com.google.firestore.v1.Cursor value) {
       if (startAtBuilder_ == null) {
-        if (((bitField0_ & 0x00000010) != 0) &&
-          startAt_ != null &&
-          startAt_ != com.google.firestore.v1.Cursor.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000010) != 0)
+            && startAt_ != null
+            && startAt_ != com.google.firestore.v1.Cursor.getDefaultInstance()) {
           getStartAtBuilder().mergeFrom(value);
         } else {
           startAt_ = value;
@@ -13037,6 +14578,8 @@ public Builder mergeStartAt(com.google.firestore.v1.Cursor value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -13084,6 +14627,8 @@ public Builder clearStartAt() {
       return this;
     }
     /**
+     *
+     *
      * 
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -13126,6 +14671,8 @@ public com.google.firestore.v1.Cursor.Builder getStartAtBuilder() {
       return getStartAtFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -13166,11 +14713,12 @@ public com.google.firestore.v1.CursorOrBuilder getStartAtOrBuilder() {
       if (startAtBuilder_ != null) {
         return startAtBuilder_.getMessageOrBuilder();
       } else {
-        return startAt_ == null ?
-            com.google.firestore.v1.Cursor.getDefaultInstance() : startAt_;
+        return startAt_ == null ? com.google.firestore.v1.Cursor.getDefaultInstance() : startAt_;
       }
     }
     /**
+     *
+     *
      * 
      * A potential prefix of a position in the result set to start the query at.
      *
@@ -13208,14 +14756,17 @@ public com.google.firestore.v1.CursorOrBuilder getStartAtOrBuilder() {
      * .google.firestore.v1.Cursor start_at = 7;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder> 
+            com.google.firestore.v1.Cursor,
+            com.google.firestore.v1.Cursor.Builder,
+            com.google.firestore.v1.CursorOrBuilder>
         getStartAtFieldBuilder() {
       if (startAtBuilder_ == null) {
-        startAtBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder>(
-                getStartAt(),
-                getParentForChildren(),
-                isClean());
+        startAtBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.Cursor,
+                com.google.firestore.v1.Cursor.Builder,
+                com.google.firestore.v1.CursorOrBuilder>(
+                getStartAt(), getParentForChildren(), isClean());
         startAt_ = null;
       }
       return startAtBuilder_;
@@ -13223,8 +14774,13 @@ public com.google.firestore.v1.CursorOrBuilder getStartAtOrBuilder() {
 
     private com.google.firestore.v1.Cursor endAt_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder> endAtBuilder_;
+            com.google.firestore.v1.Cursor,
+            com.google.firestore.v1.Cursor.Builder,
+            com.google.firestore.v1.CursorOrBuilder>
+        endAtBuilder_;
     /**
+     *
+     *
      * 
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -13238,12 +14794,15 @@ public com.google.firestore.v1.CursorOrBuilder getStartAtOrBuilder() {
      * 
* * .google.firestore.v1.Cursor end_at = 8; + * * @return Whether the endAt field is set. */ public boolean hasEndAt() { return ((bitField0_ & 0x00000020) != 0); } /** + * + * *
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -13257,6 +14816,7 @@ public boolean hasEndAt() {
      * 
* * .google.firestore.v1.Cursor end_at = 8; + * * @return The endAt. */ public com.google.firestore.v1.Cursor getEndAt() { @@ -13267,6 +14827,8 @@ public com.google.firestore.v1.Cursor getEndAt() { } } /** + * + * *
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -13295,6 +14857,8 @@ public Builder setEndAt(com.google.firestore.v1.Cursor value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -13309,8 +14873,7 @@ public Builder setEndAt(com.google.firestore.v1.Cursor value) {
      *
      * .google.firestore.v1.Cursor end_at = 8;
      */
-    public Builder setEndAt(
-        com.google.firestore.v1.Cursor.Builder builderForValue) {
+    public Builder setEndAt(com.google.firestore.v1.Cursor.Builder builderForValue) {
       if (endAtBuilder_ == null) {
         endAt_ = builderForValue.build();
       } else {
@@ -13321,6 +14884,8 @@ public Builder setEndAt(
       return this;
     }
     /**
+     *
+     *
      * 
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -13337,9 +14902,9 @@ public Builder setEndAt(
      */
     public Builder mergeEndAt(com.google.firestore.v1.Cursor value) {
       if (endAtBuilder_ == null) {
-        if (((bitField0_ & 0x00000020) != 0) &&
-          endAt_ != null &&
-          endAt_ != com.google.firestore.v1.Cursor.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000020) != 0)
+            && endAt_ != null
+            && endAt_ != com.google.firestore.v1.Cursor.getDefaultInstance()) {
           getEndAtBuilder().mergeFrom(value);
         } else {
           endAt_ = value;
@@ -13354,6 +14919,8 @@ public Builder mergeEndAt(com.google.firestore.v1.Cursor value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -13379,6 +14946,8 @@ public Builder clearEndAt() {
       return this;
     }
     /**
+     *
+     *
      * 
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -13399,6 +14968,8 @@ public com.google.firestore.v1.Cursor.Builder getEndAtBuilder() {
       return getEndAtFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -13417,11 +14988,12 @@ public com.google.firestore.v1.CursorOrBuilder getEndAtOrBuilder() {
       if (endAtBuilder_ != null) {
         return endAtBuilder_.getMessageOrBuilder();
       } else {
-        return endAt_ == null ?
-            com.google.firestore.v1.Cursor.getDefaultInstance() : endAt_;
+        return endAt_ == null ? com.google.firestore.v1.Cursor.getDefaultInstance() : endAt_;
       }
     }
     /**
+     *
+     *
      * 
      * A potential prefix of a position in the result set to end the query at.
      *
@@ -13437,21 +15009,26 @@ public com.google.firestore.v1.CursorOrBuilder getEndAtOrBuilder() {
      * .google.firestore.v1.Cursor end_at = 8;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder> 
+            com.google.firestore.v1.Cursor,
+            com.google.firestore.v1.Cursor.Builder,
+            com.google.firestore.v1.CursorOrBuilder>
         getEndAtFieldBuilder() {
       if (endAtBuilder_ == null) {
-        endAtBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Cursor, com.google.firestore.v1.Cursor.Builder, com.google.firestore.v1.CursorOrBuilder>(
-                getEndAt(),
-                getParentForChildren(),
-                isClean());
+        endAtBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.Cursor,
+                com.google.firestore.v1.Cursor.Builder,
+                com.google.firestore.v1.CursorOrBuilder>(
+                getEndAt(), getParentForChildren(), isClean());
         endAt_ = null;
       }
       return endAtBuilder_;
     }
 
-    private int offset_ ;
+    private int offset_;
     /**
+     *
+     *
      * 
      * The number of documents to skip before returning the first result.
      *
@@ -13464,6 +15041,7 @@ public com.google.firestore.v1.CursorOrBuilder getEndAtOrBuilder() {
      * 
* * int32 offset = 6; + * * @return The offset. */ @java.lang.Override @@ -13471,6 +15049,8 @@ public int getOffset() { return offset_; } /** + * + * *
      * The number of documents to skip before returning the first result.
      *
@@ -13483,6 +15063,7 @@ public int getOffset() {
      * 
* * int32 offset = 6; + * * @param value The offset to set. * @return This builder for chaining. */ @@ -13494,6 +15075,8 @@ public Builder setOffset(int value) { return this; } /** + * + * *
      * The number of documents to skip before returning the first result.
      *
@@ -13506,6 +15089,7 @@ public Builder setOffset(int value) {
      * 
* * int32 offset = 6; + * * @return This builder for chaining. */ public Builder clearOffset() { @@ -13517,8 +15101,13 @@ public Builder clearOffset() { private com.google.protobuf.Int32Value limit_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> limitBuilder_; + com.google.protobuf.Int32Value, + com.google.protobuf.Int32Value.Builder, + com.google.protobuf.Int32ValueOrBuilder> + limitBuilder_; /** + * + * *
      * The maximum number of results to return.
      *
@@ -13530,12 +15119,15 @@ public Builder clearOffset() {
      * 
* * .google.protobuf.Int32Value limit = 5; + * * @return Whether the limit field is set. */ public boolean hasLimit() { return ((bitField0_ & 0x00000080) != 0); } /** + * + * *
      * The maximum number of results to return.
      *
@@ -13547,6 +15139,7 @@ public boolean hasLimit() {
      * 
* * .google.protobuf.Int32Value limit = 5; + * * @return The limit. */ public com.google.protobuf.Int32Value getLimit() { @@ -13557,6 +15150,8 @@ public com.google.protobuf.Int32Value getLimit() { } } /** + * + * *
      * The maximum number of results to return.
      *
@@ -13583,6 +15178,8 @@ public Builder setLimit(com.google.protobuf.Int32Value value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The maximum number of results to return.
      *
@@ -13595,8 +15192,7 @@ public Builder setLimit(com.google.protobuf.Int32Value value) {
      *
      * .google.protobuf.Int32Value limit = 5;
      */
-    public Builder setLimit(
-        com.google.protobuf.Int32Value.Builder builderForValue) {
+    public Builder setLimit(com.google.protobuf.Int32Value.Builder builderForValue) {
       if (limitBuilder_ == null) {
         limit_ = builderForValue.build();
       } else {
@@ -13607,6 +15203,8 @@ public Builder setLimit(
       return this;
     }
     /**
+     *
+     *
      * 
      * The maximum number of results to return.
      *
@@ -13621,9 +15219,9 @@ public Builder setLimit(
      */
     public Builder mergeLimit(com.google.protobuf.Int32Value value) {
       if (limitBuilder_ == null) {
-        if (((bitField0_ & 0x00000080) != 0) &&
-          limit_ != null &&
-          limit_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000080) != 0)
+            && limit_ != null
+            && limit_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
           getLimitBuilder().mergeFrom(value);
         } else {
           limit_ = value;
@@ -13638,6 +15236,8 @@ public Builder mergeLimit(com.google.protobuf.Int32Value value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The maximum number of results to return.
      *
@@ -13661,6 +15261,8 @@ public Builder clearLimit() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The maximum number of results to return.
      *
@@ -13679,6 +15281,8 @@ public com.google.protobuf.Int32Value.Builder getLimitBuilder() {
       return getLimitFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The maximum number of results to return.
      *
@@ -13695,11 +15299,12 @@ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() {
       if (limitBuilder_ != null) {
         return limitBuilder_.getMessageOrBuilder();
       } else {
-        return limit_ == null ?
-            com.google.protobuf.Int32Value.getDefaultInstance() : limit_;
+        return limit_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : limit_;
       }
     }
     /**
+     *
+     *
      * 
      * The maximum number of results to return.
      *
@@ -13713,14 +15318,17 @@ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() {
      * .google.protobuf.Int32Value limit = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> 
+            com.google.protobuf.Int32Value,
+            com.google.protobuf.Int32Value.Builder,
+            com.google.protobuf.Int32ValueOrBuilder>
         getLimitFieldBuilder() {
       if (limitBuilder_ == null) {
-        limitBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
-                getLimit(),
-                getParentForChildren(),
-                isClean());
+        limitBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Int32Value,
+                com.google.protobuf.Int32Value.Builder,
+                com.google.protobuf.Int32ValueOrBuilder>(
+                getLimit(), getParentForChildren(), isClean());
         limit_ = null;
       }
       return limitBuilder_;
@@ -13728,8 +15336,13 @@ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() {
 
     private com.google.firestore.v1.StructuredQuery.FindNearest findNearest_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.StructuredQuery.FindNearest, com.google.firestore.v1.StructuredQuery.FindNearest.Builder, com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder> findNearestBuilder_;
+            com.google.firestore.v1.StructuredQuery.FindNearest,
+            com.google.firestore.v1.StructuredQuery.FindNearest.Builder,
+            com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder>
+        findNearestBuilder_;
     /**
+     *
+     *
      * 
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -13738,13 +15351,18 @@ public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder() {
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the findNearest field is set. */ public boolean hasFindNearest() { return ((bitField0_ & 0x00000100) != 0); } /** + * + * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -13753,17 +15371,24 @@ public boolean hasFindNearest() {
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The findNearest. */ public com.google.firestore.v1.StructuredQuery.FindNearest getFindNearest() { if (findNearestBuilder_ == null) { - return findNearest_ == null ? com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() : findNearest_; + return findNearest_ == null + ? com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() + : findNearest_; } else { return findNearestBuilder_.getMessage(); } } /** + * + * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -13772,7 +15397,9 @@ public com.google.firestore.v1.StructuredQuery.FindNearest getFindNearest() {
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder setFindNearest(com.google.firestore.v1.StructuredQuery.FindNearest value) { if (findNearestBuilder_ == null) { @@ -13788,6 +15415,8 @@ public Builder setFindNearest(com.google.firestore.v1.StructuredQuery.FindNeares return this; } /** + * + * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -13796,7 +15425,9 @@ public Builder setFindNearest(com.google.firestore.v1.StructuredQuery.FindNeares
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder setFindNearest( com.google.firestore.v1.StructuredQuery.FindNearest.Builder builderForValue) { @@ -13810,6 +15441,8 @@ public Builder setFindNearest( return this; } /** + * + * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -13818,13 +15451,16 @@ public Builder setFindNearest(
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder mergeFindNearest(com.google.firestore.v1.StructuredQuery.FindNearest value) { if (findNearestBuilder_ == null) { - if (((bitField0_ & 0x00000100) != 0) && - findNearest_ != null && - findNearest_ != com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance()) { + if (((bitField0_ & 0x00000100) != 0) + && findNearest_ != null + && findNearest_ + != com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance()) { getFindNearestBuilder().mergeFrom(value); } else { findNearest_ = value; @@ -13839,6 +15475,8 @@ public Builder mergeFindNearest(com.google.firestore.v1.StructuredQuery.FindNear return this; } /** + * + * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -13847,7 +15485,9 @@ public Builder mergeFindNearest(com.google.firestore.v1.StructuredQuery.FindNear
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder clearFindNearest() { bitField0_ = (bitField0_ & ~0x00000100); @@ -13860,6 +15500,8 @@ public Builder clearFindNearest() { return this; } /** + * + * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -13868,7 +15510,9 @@ public Builder clearFindNearest() {
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.firestore.v1.StructuredQuery.FindNearest.Builder getFindNearestBuilder() { bitField0_ |= 0x00000100; @@ -13876,6 +15520,8 @@ public com.google.firestore.v1.StructuredQuery.FindNearest.Builder getFindNeares return getFindNearestFieldBuilder().getBuilder(); } /** + * + * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -13884,17 +15530,22 @@ public com.google.firestore.v1.StructuredQuery.FindNearest.Builder getFindNeares
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder getFindNearestOrBuilder() { if (findNearestBuilder_ != null) { return findNearestBuilder_.getMessageOrBuilder(); } else { - return findNearest_ == null ? - com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() : findNearest_; + return findNearest_ == null + ? com.google.firestore.v1.StructuredQuery.FindNearest.getDefaultInstance() + : findNearest_; } } /** + * + * *
      * Optional. A potential Nearest Neighbors Search.
      *
@@ -13903,24 +15554,29 @@ public com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder getFindNeare
      * Finds the closest vector embeddings to the given query vector.
      * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FindNearest, com.google.firestore.v1.StructuredQuery.FindNearest.Builder, com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder> + com.google.firestore.v1.StructuredQuery.FindNearest, + com.google.firestore.v1.StructuredQuery.FindNearest.Builder, + com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder> getFindNearestFieldBuilder() { if (findNearestBuilder_ == null) { - findNearestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery.FindNearest, com.google.firestore.v1.StructuredQuery.FindNearest.Builder, com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder>( - getFindNearest(), - getParentForChildren(), - isClean()); + findNearestBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery.FindNearest, + com.google.firestore.v1.StructuredQuery.FindNearest.Builder, + com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder>( + getFindNearest(), getParentForChildren(), isClean()); findNearest_ = null; } return findNearestBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -13930,12 +15586,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.StructuredQuery) } // @@protoc_insertion_point(class_scope:google.firestore.v1.StructuredQuery) private static final com.google.firestore.v1.StructuredQuery DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.StructuredQuery(); } @@ -13944,27 +15600,27 @@ public static com.google.firestore.v1.StructuredQuery getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StructuredQuery parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StructuredQuery parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -13979,6 +15635,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.StructuredQuery getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQueryOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQueryOrBuilder.java similarity index 91% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQueryOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQueryOrBuilder.java index f91898fe4..786376058 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQueryOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/StructuredQueryOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/query.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface StructuredQueryOrBuilder extends +public interface StructuredQueryOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.StructuredQuery) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Optional sub-set of the fields to return.
    *
@@ -18,10 +36,13 @@ public interface StructuredQueryOrBuilder extends
    * 
* * .google.firestore.v1.StructuredQuery.Projection select = 1; + * * @return Whether the select field is set. */ boolean hasSelect(); /** + * + * *
    * Optional sub-set of the fields to return.
    *
@@ -31,10 +52,13 @@ public interface StructuredQueryOrBuilder extends
    * 
* * .google.firestore.v1.StructuredQuery.Projection select = 1; + * * @return The select. */ com.google.firestore.v1.StructuredQuery.Projection getSelect(); /** + * + * *
    * Optional sub-set of the fields to return.
    *
@@ -48,15 +72,18 @@ public interface StructuredQueryOrBuilder extends
   com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder getSelectOrBuilder();
 
   /**
+   *
+   *
    * 
    * The collections to query.
    * 
* * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ - java.util.List - getFromList(); + java.util.List getFromList(); /** + * + * *
    * The collections to query.
    * 
@@ -65,6 +92,8 @@ public interface StructuredQueryOrBuilder extends */ com.google.firestore.v1.StructuredQuery.CollectionSelector getFrom(int index); /** + * + * *
    * The collections to query.
    * 
@@ -73,43 +102,54 @@ public interface StructuredQueryOrBuilder extends */ int getFromCount(); /** + * + * *
    * The collections to query.
    * 
* * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ - java.util.List + java.util.List getFromOrBuilderList(); /** + * + * *
    * The collections to query.
    * 
* * repeated .google.firestore.v1.StructuredQuery.CollectionSelector from = 2; */ - com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFromOrBuilder( - int index); + com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFromOrBuilder(int index); /** + * + * *
    * The filter to apply.
    * 
* * .google.firestore.v1.StructuredQuery.Filter where = 3; + * * @return Whether the where field is set. */ boolean hasWhere(); /** + * + * *
    * The filter to apply.
    * 
* * .google.firestore.v1.StructuredQuery.Filter where = 3; + * * @return The where. */ com.google.firestore.v1.StructuredQuery.Filter getWhere(); /** + * + * *
    * The filter to apply.
    * 
@@ -119,6 +159,8 @@ com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFromOrBui com.google.firestore.v1.StructuredQuery.FilterOrBuilder getWhereOrBuilder(); /** + * + * *
    * The order to apply to the query results.
    *
@@ -144,9 +186,10 @@ com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFromOrBui
    *
    * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
    */
-  java.util.List 
-      getOrderByList();
+  java.util.List getOrderByList();
   /**
+   *
+   *
    * 
    * The order to apply to the query results.
    *
@@ -174,6 +217,8 @@ com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFromOrBui
    */
   com.google.firestore.v1.StructuredQuery.Order getOrderBy(int index);
   /**
+   *
+   *
    * 
    * The order to apply to the query results.
    *
@@ -201,6 +246,8 @@ com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFromOrBui
    */
   int getOrderByCount();
   /**
+   *
+   *
    * 
    * The order to apply to the query results.
    *
@@ -226,9 +273,11 @@ com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFromOrBui
    *
    * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
    */
-  java.util.List 
+  java.util.List
       getOrderByOrBuilderList();
   /**
+   *
+   *
    * 
    * The order to apply to the query results.
    *
@@ -254,10 +303,11 @@ com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder getFromOrBui
    *
    * repeated .google.firestore.v1.StructuredQuery.Order order_by = 4;
    */
-  com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
-      int index);
+  com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(int index);
 
   /**
+   *
+   *
    * 
    * A potential prefix of a position in the result set to start the query at.
    *
@@ -293,10 +343,13 @@ com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
    * 
* * .google.firestore.v1.Cursor start_at = 7; + * * @return Whether the startAt field is set. */ boolean hasStartAt(); /** + * + * *
    * A potential prefix of a position in the result set to start the query at.
    *
@@ -332,10 +385,13 @@ com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
    * 
* * .google.firestore.v1.Cursor start_at = 7; + * * @return The startAt. */ com.google.firestore.v1.Cursor getStartAt(); /** + * + * *
    * A potential prefix of a position in the result set to start the query at.
    *
@@ -375,6 +431,8 @@ com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
   com.google.firestore.v1.CursorOrBuilder getStartAtOrBuilder();
 
   /**
+   *
+   *
    * 
    * A potential prefix of a position in the result set to end the query at.
    *
@@ -388,10 +446,13 @@ com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
    * 
* * .google.firestore.v1.Cursor end_at = 8; + * * @return Whether the endAt field is set. */ boolean hasEndAt(); /** + * + * *
    * A potential prefix of a position in the result set to end the query at.
    *
@@ -405,10 +466,13 @@ com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
    * 
* * .google.firestore.v1.Cursor end_at = 8; + * * @return The endAt. */ com.google.firestore.v1.Cursor getEndAt(); /** + * + * *
    * A potential prefix of a position in the result set to end the query at.
    *
@@ -426,6 +490,8 @@ com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
   com.google.firestore.v1.CursorOrBuilder getEndAtOrBuilder();
 
   /**
+   *
+   *
    * 
    * The number of documents to skip before returning the first result.
    *
@@ -438,11 +504,14 @@ com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
    * 
* * int32 offset = 6; + * * @return The offset. */ int getOffset(); /** + * + * *
    * The maximum number of results to return.
    *
@@ -454,10 +523,13 @@ com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
    * 
* * .google.protobuf.Int32Value limit = 5; + * * @return Whether the limit field is set. */ boolean hasLimit(); /** + * + * *
    * The maximum number of results to return.
    *
@@ -469,10 +541,13 @@ com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
    * 
* * .google.protobuf.Int32Value limit = 5; + * * @return The limit. */ com.google.protobuf.Int32Value getLimit(); /** + * + * *
    * The maximum number of results to return.
    *
@@ -488,6 +563,8 @@ com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
   com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder();
 
   /**
+   *
+   *
    * 
    * Optional. A potential Nearest Neighbors Search.
    *
@@ -496,11 +573,16 @@ com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
    * Finds the closest vector embeddings to the given query vector.
    * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return Whether the findNearest field is set. */ boolean hasFindNearest(); /** + * + * *
    * Optional. A potential Nearest Neighbors Search.
    *
@@ -509,11 +591,16 @@ com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
    * Finds the closest vector embeddings to the given query vector.
    * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * * @return The findNearest. */ com.google.firestore.v1.StructuredQuery.FindNearest getFindNearest(); /** + * + * *
    * Optional. A potential Nearest Neighbors Search.
    *
@@ -522,7 +609,9 @@ com.google.firestore.v1.StructuredQuery.OrderOrBuilder getOrderByOrBuilder(
    * Finds the closest vector embeddings to the given query vector.
    * 
* - * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * + * .google.firestore.v1.StructuredQuery.FindNearest find_nearest = 9 [(.google.api.field_behavior) = OPTIONAL]; + * */ com.google.firestore.v1.StructuredQuery.FindNearestOrBuilder getFindNearestOrBuilder(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Target.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Target.java similarity index 76% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Target.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Target.java index df98f3f7b..6ce9d9d50 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Target.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Target.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,49 +20,54 @@ package com.google.firestore.v1; /** + * + * *
  * A specification of a set of documents to listen to.
  * 
* * Protobuf type {@code google.firestore.v1.Target} */ -public final class Target extends - com.google.protobuf.GeneratedMessageV3 implements +public final class Target extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.Target) TargetOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Target.newBuilder() to construct. private Target(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Target() { - } + + private Target() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Target(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Target.class, com.google.firestore.v1.Target.Builder.class); } - public interface DocumentsTargetOrBuilder extends + public interface DocumentsTargetOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.Target.DocumentsTarget) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -56,11 +76,13 @@ public interface DocumentsTargetOrBuilder extends
      * 
* * repeated string documents = 2; + * * @return A list containing the documents. */ - java.util.List - getDocumentsList(); + java.util.List getDocumentsList(); /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -69,10 +91,13 @@ public interface DocumentsTargetOrBuilder extends
      * 
* * repeated string documents = 2; + * * @return The count of documents. */ int getDocumentsCount(); /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -81,11 +106,14 @@ public interface DocumentsTargetOrBuilder extends
      * 
* * repeated string documents = 2; + * * @param index The index of the element to return. * @return The documents at the given index. */ java.lang.String getDocuments(int index); /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -94,58 +122,64 @@ public interface DocumentsTargetOrBuilder extends
      * 
* * repeated string documents = 2; + * * @param index The index of the value to return. * @return The bytes of the documents at the given index. */ - com.google.protobuf.ByteString - getDocumentsBytes(int index); + com.google.protobuf.ByteString getDocumentsBytes(int index); } /** + * + * *
    * A target specified by a set of documents names.
    * 
* * Protobuf type {@code google.firestore.v1.Target.DocumentsTarget} */ - public static final class DocumentsTarget extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class DocumentsTarget extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.Target.DocumentsTarget) DocumentsTargetOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use DocumentsTarget.newBuilder() to construct. private DocumentsTarget(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private DocumentsTarget() { - documents_ = - com.google.protobuf.LazyStringArrayList.emptyList(); + documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new DocumentsTarget(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_DocumentsTarget_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_DocumentsTarget_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.Target.DocumentsTarget.class, com.google.firestore.v1.Target.DocumentsTarget.Builder.class); + com.google.firestore.v1.Target.DocumentsTarget.class, + com.google.firestore.v1.Target.DocumentsTarget.Builder.class); } public static final int DOCUMENTS_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -154,13 +188,15 @@ protected java.lang.Object newInstance(
      * 
* * repeated string documents = 2; + * * @return A list containing the documents. */ - public com.google.protobuf.ProtocolStringList - getDocumentsList() { + public com.google.protobuf.ProtocolStringList getDocumentsList() { return documents_; } /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -169,12 +205,15 @@ protected java.lang.Object newInstance(
      * 
* * repeated string documents = 2; + * * @return The count of documents. */ public int getDocumentsCount() { return documents_.size(); } /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -183,6 +222,7 @@ public int getDocumentsCount() {
      * 
* * repeated string documents = 2; + * * @param index The index of the element to return. * @return The documents at the given index. */ @@ -190,6 +230,8 @@ public java.lang.String getDocuments(int index) { return documents_.get(index); } /** + * + * *
      * The names of the documents to retrieve. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -198,15 +240,16 @@ public java.lang.String getDocuments(int index) {
      * 
* * repeated string documents = 2; + * * @param index The index of the value to return. * @return The bytes of the documents at the given index. */ - public com.google.protobuf.ByteString - getDocumentsBytes(int index) { + public com.google.protobuf.ByteString getDocumentsBytes(int index) { return documents_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -218,8 +261,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < documents_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, documents_.getRaw(i)); } @@ -248,15 +290,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.Target.DocumentsTarget)) { return super.equals(obj); } - com.google.firestore.v1.Target.DocumentsTarget other = (com.google.firestore.v1.Target.DocumentsTarget) obj; + com.google.firestore.v1.Target.DocumentsTarget other = + (com.google.firestore.v1.Target.DocumentsTarget) obj; - if (!getDocumentsList() - .equals(other.getDocumentsList())) return false; + if (!getDocumentsList().equals(other.getDocumentsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -277,90 +319,94 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.Target.DocumentsTarget parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.Target.DocumentsTarget parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.Target.DocumentsTarget parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.Target.DocumentsTarget parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.Target.DocumentsTarget parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.Target.DocumentsTarget parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.Target.DocumentsTarget parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.Target.DocumentsTarget prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -370,52 +416,53 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * A target specified by a set of documents names.
      * 
* * Protobuf type {@code google.firestore.v1.Target.DocumentsTarget} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.Target.DocumentsTarget) com.google.firestore.v1.Target.DocumentsTargetOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_DocumentsTarget_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_DocumentsTarget_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.Target.DocumentsTarget.class, com.google.firestore.v1.Target.DocumentsTarget.Builder.class); + com.google.firestore.v1.Target.DocumentsTarget.class, + com.google.firestore.v1.Target.DocumentsTarget.Builder.class); } // Construct using com.google.firestore.v1.Target.DocumentsTarget.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; - documents_ = - com.google.protobuf.LazyStringArrayList.emptyList(); + documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_DocumentsTarget_descriptor; } @java.lang.Override @@ -434,8 +481,11 @@ public com.google.firestore.v1.Target.DocumentsTarget build() { @java.lang.Override public com.google.firestore.v1.Target.DocumentsTarget buildPartial() { - com.google.firestore.v1.Target.DocumentsTarget result = new com.google.firestore.v1.Target.DocumentsTarget(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.Target.DocumentsTarget result = + new com.google.firestore.v1.Target.DocumentsTarget(this); + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -452,38 +502,41 @@ private void buildPartial0(com.google.firestore.v1.Target.DocumentsTarget result public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.Target.DocumentsTarget) { - return mergeFrom((com.google.firestore.v1.Target.DocumentsTarget)other); + return mergeFrom((com.google.firestore.v1.Target.DocumentsTarget) other); } else { super.mergeFrom(other); return this; @@ -491,7 +544,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.Target.DocumentsTarget other) { - if (other == com.google.firestore.v1.Target.DocumentsTarget.getDefaultInstance()) return this; + if (other == com.google.firestore.v1.Target.DocumentsTarget.getDefaultInstance()) + return this; if (!other.documents_.isEmpty()) { if (documents_.isEmpty()) { documents_ = other.documents_; @@ -528,18 +582,20 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: { - java.lang.String s = input.readStringRequireUtf8(); - ensureDocumentsIsMutable(); - documents_.add(s); - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: + { + java.lang.String s = input.readStringRequireUtf8(); + ensureDocumentsIsMutable(); + documents_.add(s); + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -549,10 +605,12 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private com.google.protobuf.LazyStringArrayList documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); + private void ensureDocumentsIsMutable() { if (!documents_.isModifiable()) { documents_ = new com.google.protobuf.LazyStringArrayList(documents_); @@ -560,6 +618,8 @@ private void ensureDocumentsIsMutable() { bitField0_ |= 0x00000001; } /** + * + * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -568,14 +628,16 @@ private void ensureDocumentsIsMutable() {
        * 
* * repeated string documents = 2; + * * @return A list containing the documents. */ - public com.google.protobuf.ProtocolStringList - getDocumentsList() { + public com.google.protobuf.ProtocolStringList getDocumentsList() { documents_.makeImmutable(); return documents_; } /** + * + * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -584,12 +646,15 @@ private void ensureDocumentsIsMutable() {
        * 
* * repeated string documents = 2; + * * @return The count of documents. */ public int getDocumentsCount() { return documents_.size(); } /** + * + * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -598,6 +663,7 @@ public int getDocumentsCount() {
        * 
* * repeated string documents = 2; + * * @param index The index of the element to return. * @return The documents at the given index. */ @@ -605,6 +671,8 @@ public java.lang.String getDocuments(int index) { return documents_.get(index); } /** + * + * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -613,14 +681,16 @@ public java.lang.String getDocuments(int index) {
        * 
* * repeated string documents = 2; + * * @param index The index of the value to return. * @return The bytes of the documents at the given index. */ - public com.google.protobuf.ByteString - getDocumentsBytes(int index) { + public com.google.protobuf.ByteString getDocumentsBytes(int index) { return documents_.getByteString(index); } /** + * + * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -629,13 +699,15 @@ public java.lang.String getDocuments(int index) {
        * 
* * repeated string documents = 2; + * * @param index The index to set the value at. * @param value The documents to set. * @return This builder for chaining. */ - public Builder setDocuments( - int index, java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDocuments(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureDocumentsIsMutable(); documents_.set(index, value); bitField0_ |= 0x00000001; @@ -643,6 +715,8 @@ public Builder setDocuments( return this; } /** + * + * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -651,12 +725,14 @@ public Builder setDocuments(
        * 
* * repeated string documents = 2; + * * @param value The documents to add. * @return This builder for chaining. */ - public Builder addDocuments( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder addDocuments(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } ensureDocumentsIsMutable(); documents_.add(value); bitField0_ |= 0x00000001; @@ -664,6 +740,8 @@ public Builder addDocuments( return this; } /** + * + * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -672,19 +750,20 @@ public Builder addDocuments(
        * 
* * repeated string documents = 2; + * * @param values The documents to add. * @return This builder for chaining. */ - public Builder addAllDocuments( - java.lang.Iterable values) { + public Builder addAllDocuments(java.lang.Iterable values) { ensureDocumentsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, documents_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, documents_); bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -693,16 +772,19 @@ public Builder addAllDocuments(
        * 
* * repeated string documents = 2; + * * @return This builder for chaining. */ public Builder clearDocuments() { - documents_ = - com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001);; + documents_ = com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + ; onChanged(); return this; } /** + * + * *
        * The names of the documents to retrieve. In the format:
        * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
@@ -711,12 +793,14 @@ public Builder clearDocuments() {
        * 
* * repeated string documents = 2; + * * @param value The bytes of the documents to add. * @return This builder for chaining. */ - public Builder addDocumentsBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder addDocumentsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); ensureDocumentsIsMutable(); documents_.add(value); @@ -724,6 +808,7 @@ public Builder addDocumentsBytes( onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -736,12 +821,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.Target.DocumentsTarget) } // @@protoc_insertion_point(class_scope:google.firestore.v1.Target.DocumentsTarget) private static final com.google.firestore.v1.Target.DocumentsTarget DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.Target.DocumentsTarget(); } @@ -750,27 +835,28 @@ public static com.google.firestore.v1.Target.DocumentsTarget getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DocumentsTarget parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DocumentsTarget parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -785,14 +871,16 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.Target.DocumentsTarget getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface QueryTargetOrBuilder extends + public interface QueryTargetOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.Target.QueryTarget) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -803,10 +891,13 @@ public interface QueryTargetOrBuilder extends
      * 
* * string parent = 1; + * * @return The parent. */ java.lang.String getParent(); /** + * + * *
      * The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -817,30 +908,38 @@ public interface QueryTargetOrBuilder extends
      * 
* * string parent = 1; + * * @return The bytes for parent. */ - com.google.protobuf.ByteString - getParentBytes(); + com.google.protobuf.ByteString getParentBytes(); /** + * + * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return Whether the structuredQuery field is set. */ boolean hasStructuredQuery(); /** + * + * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return The structuredQuery. */ com.google.firestore.v1.StructuredQuery getStructuredQuery(); /** + * + * *
      * A structured query.
      * 
@@ -852,54 +951,62 @@ public interface QueryTargetOrBuilder extends com.google.firestore.v1.Target.QueryTarget.QueryTypeCase getQueryTypeCase(); } /** + * + * *
    * A target specified by a query.
    * 
* * Protobuf type {@code google.firestore.v1.Target.QueryTarget} */ - public static final class QueryTarget extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class QueryTarget extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.Target.QueryTarget) QueryTargetOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use QueryTarget.newBuilder() to construct. private QueryTarget(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private QueryTarget() { parent_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new QueryTarget(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_QueryTarget_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_QueryTarget_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_QueryTarget_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_QueryTarget_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.Target.QueryTarget.class, com.google.firestore.v1.Target.QueryTarget.Builder.class); + com.google.firestore.v1.Target.QueryTarget.class, + com.google.firestore.v1.Target.QueryTarget.Builder.class); } private int queryTypeCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object queryType_; + public enum QueryTypeCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { STRUCTURED_QUERY(2), QUERYTYPE_NOT_SET(0); private final int value; + private QueryTypeCase(int value) { this.value = value; } @@ -915,26 +1022,31 @@ public static QueryTypeCase valueOf(int value) { public static QueryTypeCase forNumber(int value) { switch (value) { - case 2: return STRUCTURED_QUERY; - case 0: return QUERYTYPE_NOT_SET; - default: return null; + case 2: + return STRUCTURED_QUERY; + case 0: + return QUERYTYPE_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public QueryTypeCase - getQueryTypeCase() { - return QueryTypeCase.forNumber( - queryTypeCase_); + public QueryTypeCase getQueryTypeCase() { + return QueryTypeCase.forNumber(queryTypeCase_); } public static final int PARENT_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; /** + * + * *
      * The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -945,6 +1057,7 @@ public int getNumber() {
      * 
* * string parent = 1; + * * @return The parent. */ @java.lang.Override @@ -953,14 +1066,15 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** + * + * *
      * The parent resource name. In the format:
      * `projects/{project_id}/databases/{database_id}/documents` or
@@ -971,16 +1085,15 @@ public java.lang.String getParent() {
      * 
* * string parent = 1; + * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -990,11 +1103,14 @@ public java.lang.String getParent() { public static final int STRUCTURED_QUERY_FIELD_NUMBER = 2; /** + * + * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -1002,21 +1118,26 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** + * + * *
      * A structured query.
      * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return The structuredQuery. */ @java.lang.Override public com.google.firestore.v1.StructuredQuery getStructuredQuery() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } /** + * + * *
      * A structured query.
      * 
@@ -1026,12 +1147,13 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { @java.lang.Override public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuilder() { if (queryTypeCase_ == 2) { - return (com.google.firestore.v1.StructuredQuery) queryType_; + return (com.google.firestore.v1.StructuredQuery) queryType_; } return com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1043,8 +1165,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -1064,8 +1185,9 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (queryTypeCase_ == 2) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, (com.google.firestore.v1.StructuredQuery) queryType_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 2, (com.google.firestore.v1.StructuredQuery) queryType_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1075,20 +1197,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.Target.QueryTarget)) { return super.equals(obj); } - com.google.firestore.v1.Target.QueryTarget other = (com.google.firestore.v1.Target.QueryTarget) obj; + com.google.firestore.v1.Target.QueryTarget other = + (com.google.firestore.v1.Target.QueryTarget) obj; - if (!getParent() - .equals(other.getParent())) return false; + if (!getParent().equals(other.getParent())) return false; if (!getQueryTypeCase().equals(other.getQueryTypeCase())) return false; switch (queryTypeCase_) { case 2: - if (!getStructuredQuery() - .equals(other.getStructuredQuery())) return false; + if (!getStructuredQuery().equals(other.getStructuredQuery())) return false; break; case 0: default: @@ -1119,90 +1240,94 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.Target.QueryTarget parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.Target.QueryTarget parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.Target.QueryTarget parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.Target.QueryTarget parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.Target.QueryTarget parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.Target.QueryTarget parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.Target.QueryTarget parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.Target.QueryTarget parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.Target.QueryTarget parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.Target.QueryTarget parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.Target.QueryTarget parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.Target.QueryTarget parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.Target.QueryTarget parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.Target.QueryTarget parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.Target.QueryTarget prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1212,39 +1337,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * A target specified by a query.
      * 
* * Protobuf type {@code google.firestore.v1.Target.QueryTarget} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.Target.QueryTarget) com.google.firestore.v1.Target.QueryTargetOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_QueryTarget_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_QueryTarget_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_QueryTarget_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_QueryTarget_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.Target.QueryTarget.class, com.google.firestore.v1.Target.QueryTarget.Builder.class); + com.google.firestore.v1.Target.QueryTarget.class, + com.google.firestore.v1.Target.QueryTarget.Builder.class); } // Construct using com.google.firestore.v1.Target.QueryTarget.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -1259,9 +1386,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_QueryTarget_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_QueryTarget_descriptor; } @java.lang.Override @@ -1280,8 +1407,11 @@ public com.google.firestore.v1.Target.QueryTarget build() { @java.lang.Override public com.google.firestore.v1.Target.QueryTarget buildPartial() { - com.google.firestore.v1.Target.QueryTarget result = new com.google.firestore.v1.Target.QueryTarget(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.Target.QueryTarget result = + new com.google.firestore.v1.Target.QueryTarget(this); + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; @@ -1297,8 +1427,7 @@ private void buildPartial0(com.google.firestore.v1.Target.QueryTarget result) { private void buildPartialOneofs(com.google.firestore.v1.Target.QueryTarget result) { result.queryTypeCase_ = queryTypeCase_; result.queryType_ = this.queryType_; - if (queryTypeCase_ == 2 && - structuredQueryBuilder_ != null) { + if (queryTypeCase_ == 2 && structuredQueryBuilder_ != null) { result.queryType_ = structuredQueryBuilder_.build(); } } @@ -1307,38 +1436,41 @@ private void buildPartialOneofs(com.google.firestore.v1.Target.QueryTarget resul public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.Target.QueryTarget) { - return mergeFrom((com.google.firestore.v1.Target.QueryTarget)other); + return mergeFrom((com.google.firestore.v1.Target.QueryTarget) other); } else { super.mergeFrom(other); return this; @@ -1353,13 +1485,15 @@ public Builder mergeFrom(com.google.firestore.v1.Target.QueryTarget other) { onChanged(); } switch (other.getQueryTypeCase()) { - case STRUCTURED_QUERY: { - mergeStructuredQuery(other.getStructuredQuery()); - break; - } - case QUERYTYPE_NOT_SET: { - break; - } + case STRUCTURED_QUERY: + { + mergeStructuredQuery(other.getStructuredQuery()); + break; + } + case QUERYTYPE_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -1387,24 +1521,26 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - parent_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: { - input.readMessage( - getStructuredQueryFieldBuilder().getBuilder(), - extensionRegistry); - queryTypeCase_ = 2; - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + parent_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: + { + input.readMessage( + getStructuredQueryFieldBuilder().getBuilder(), extensionRegistry); + queryTypeCase_ = 2; + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1414,12 +1550,12 @@ public Builder mergeFrom( } // finally return this; } + private int queryTypeCase_ = 0; private java.lang.Object queryType_; - public QueryTypeCase - getQueryTypeCase() { - return QueryTypeCase.forNumber( - queryTypeCase_); + + public QueryTypeCase getQueryTypeCase() { + return QueryTypeCase.forNumber(queryTypeCase_); } public Builder clearQueryType() { @@ -1433,6 +1569,8 @@ public Builder clearQueryType() { private java.lang.Object parent_ = ""; /** + * + * *
        * The parent resource name. In the format:
        * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1443,13 +1581,13 @@ public Builder clearQueryType() {
        * 
* * string parent = 1; + * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -1458,6 +1596,8 @@ public java.lang.String getParent() { } } /** + * + * *
        * The parent resource name. In the format:
        * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1468,15 +1608,14 @@ public java.lang.String getParent() {
        * 
* * string parent = 1; + * * @return The bytes for parent. */ - public com.google.protobuf.ByteString - getParentBytes() { + public com.google.protobuf.ByteString getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); parent_ = b; return b; } else { @@ -1484,6 +1623,8 @@ public java.lang.String getParent() { } } /** + * + * *
        * The parent resource name. In the format:
        * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1494,18 +1635,22 @@ public java.lang.String getParent() {
        * 
* * string parent = 1; + * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParent(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
        * The parent resource name. In the format:
        * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1516,6 +1661,7 @@ public Builder setParent(
        * 
* * string parent = 1; + * * @return This builder for chaining. */ public Builder clearParent() { @@ -1525,6 +1671,8 @@ public Builder clearParent() { return this; } /** + * + * *
        * The parent resource name. In the format:
        * `projects/{project_id}/databases/{database_id}/documents` or
@@ -1535,12 +1683,14 @@ public Builder clearParent() {
        * 
* * string parent = 1; + * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setParentBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -1549,13 +1699,19 @@ public Builder setParentBytes( } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> structuredQueryBuilder_; + com.google.firestore.v1.StructuredQuery, + com.google.firestore.v1.StructuredQuery.Builder, + com.google.firestore.v1.StructuredQueryOrBuilder> + structuredQueryBuilder_; /** + * + * *
        * A structured query.
        * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return Whether the structuredQuery field is set. */ @java.lang.Override @@ -1563,11 +1719,14 @@ public boolean hasStructuredQuery() { return queryTypeCase_ == 2; } /** + * + * *
        * A structured query.
        * 
* * .google.firestore.v1.StructuredQuery structured_query = 2; + * * @return The structuredQuery. */ @java.lang.Override @@ -1585,6 +1744,8 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() { } } /** + * + * *
        * A structured query.
        * 
@@ -1605,6 +1766,8 @@ public Builder setStructuredQuery(com.google.firestore.v1.StructuredQuery value) return this; } /** + * + * *
        * A structured query.
        * 
@@ -1623,6 +1786,8 @@ public Builder setStructuredQuery( return this; } /** + * + * *
        * A structured query.
        * 
@@ -1631,10 +1796,13 @@ public Builder setStructuredQuery( */ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery value) { if (structuredQueryBuilder_ == null) { - if (queryTypeCase_ == 2 && - queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { - queryType_ = com.google.firestore.v1.StructuredQuery.newBuilder((com.google.firestore.v1.StructuredQuery) queryType_) - .mergeFrom(value).buildPartial(); + if (queryTypeCase_ == 2 + && queryType_ != com.google.firestore.v1.StructuredQuery.getDefaultInstance()) { + queryType_ = + com.google.firestore.v1.StructuredQuery.newBuilder( + (com.google.firestore.v1.StructuredQuery) queryType_) + .mergeFrom(value) + .buildPartial(); } else { queryType_ = value; } @@ -1650,6 +1818,8 @@ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery valu return this; } /** + * + * *
        * A structured query.
        * 
@@ -1673,6 +1843,8 @@ public Builder clearStructuredQuery() { return this; } /** + * + * *
        * A structured query.
        * 
@@ -1683,6 +1855,8 @@ public com.google.firestore.v1.StructuredQuery.Builder getStructuredQueryBuilder return getStructuredQueryFieldBuilder().getBuilder(); } /** + * + * *
        * A structured query.
        * 
@@ -1701,6 +1875,8 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil } } /** + * + * *
        * A structured query.
        * 
@@ -1708,14 +1884,19 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil * .google.firestore.v1.StructuredQuery structured_query = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder> + com.google.firestore.v1.StructuredQuery, + com.google.firestore.v1.StructuredQuery.Builder, + com.google.firestore.v1.StructuredQueryOrBuilder> getStructuredQueryFieldBuilder() { if (structuredQueryBuilder_ == null) { if (!(queryTypeCase_ == 2)) { queryType_ = com.google.firestore.v1.StructuredQuery.getDefaultInstance(); } - structuredQueryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.StructuredQuery, com.google.firestore.v1.StructuredQuery.Builder, com.google.firestore.v1.StructuredQueryOrBuilder>( + structuredQueryBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.StructuredQuery, + com.google.firestore.v1.StructuredQuery.Builder, + com.google.firestore.v1.StructuredQueryOrBuilder>( (com.google.firestore.v1.StructuredQuery) queryType_, getParentForChildren(), isClean()); @@ -1725,6 +1906,7 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil onChanged(); return structuredQueryBuilder_; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1737,12 +1919,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.Target.QueryTarget) } // @@protoc_insertion_point(class_scope:google.firestore.v1.Target.QueryTarget) private static final com.google.firestore.v1.Target.QueryTarget DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.Target.QueryTarget(); } @@ -1751,27 +1933,28 @@ public static com.google.firestore.v1.Target.QueryTarget getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public QueryTarget parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public QueryTarget parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1786,20 +1969,23 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.Target.QueryTarget getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } private int bitField0_; private int targetTypeCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object targetType_; + public enum TargetTypeCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { QUERY(2), DOCUMENTS(3), TARGETTYPE_NOT_SET(0); private final int value; + private TargetTypeCase(int value) { this.value = value; } @@ -1815,33 +2001,40 @@ public static TargetTypeCase valueOf(int value) { public static TargetTypeCase forNumber(int value) { switch (value) { - case 2: return QUERY; - case 3: return DOCUMENTS; - case 0: return TARGETTYPE_NOT_SET; - default: return null; + case 2: + return QUERY; + case 3: + return DOCUMENTS; + case 0: + return TARGETTYPE_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public TargetTypeCase - getTargetTypeCase() { - return TargetTypeCase.forNumber( - targetTypeCase_); + public TargetTypeCase getTargetTypeCase() { + return TargetTypeCase.forNumber(targetTypeCase_); } private int resumeTypeCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object resumeType_; + public enum ResumeTypeCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { RESUME_TOKEN(4), READ_TIME(11), RESUMETYPE_NOT_SET(0); private final int value; + private ResumeTypeCase(int value) { this.value = value; } @@ -1857,30 +2050,36 @@ public static ResumeTypeCase valueOf(int value) { public static ResumeTypeCase forNumber(int value) { switch (value) { - case 4: return RESUME_TOKEN; - case 11: return READ_TIME; - case 0: return RESUMETYPE_NOT_SET; - default: return null; + case 4: + return RESUME_TOKEN; + case 11: + return READ_TIME; + case 0: + return RESUMETYPE_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public ResumeTypeCase - getResumeTypeCase() { - return ResumeTypeCase.forNumber( - resumeTypeCase_); + public ResumeTypeCase getResumeTypeCase() { + return ResumeTypeCase.forNumber(resumeTypeCase_); } public static final int QUERY_FIELD_NUMBER = 2; /** + * + * *
    * A target specified by a query.
    * 
* * .google.firestore.v1.Target.QueryTarget query = 2; + * * @return Whether the query field is set. */ @java.lang.Override @@ -1888,21 +2087,26 @@ public boolean hasQuery() { return targetTypeCase_ == 2; } /** + * + * *
    * A target specified by a query.
    * 
* * .google.firestore.v1.Target.QueryTarget query = 2; + * * @return The query. */ @java.lang.Override public com.google.firestore.v1.Target.QueryTarget getQuery() { if (targetTypeCase_ == 2) { - return (com.google.firestore.v1.Target.QueryTarget) targetType_; + return (com.google.firestore.v1.Target.QueryTarget) targetType_; } return com.google.firestore.v1.Target.QueryTarget.getDefaultInstance(); } /** + * + * *
    * A target specified by a query.
    * 
@@ -1912,18 +2116,21 @@ public com.google.firestore.v1.Target.QueryTarget getQuery() { @java.lang.Override public com.google.firestore.v1.Target.QueryTargetOrBuilder getQueryOrBuilder() { if (targetTypeCase_ == 2) { - return (com.google.firestore.v1.Target.QueryTarget) targetType_; + return (com.google.firestore.v1.Target.QueryTarget) targetType_; } return com.google.firestore.v1.Target.QueryTarget.getDefaultInstance(); } public static final int DOCUMENTS_FIELD_NUMBER = 3; /** + * + * *
    * A target specified by a set of document names.
    * 
* * .google.firestore.v1.Target.DocumentsTarget documents = 3; + * * @return Whether the documents field is set. */ @java.lang.Override @@ -1931,21 +2138,26 @@ public boolean hasDocuments() { return targetTypeCase_ == 3; } /** + * + * *
    * A target specified by a set of document names.
    * 
* * .google.firestore.v1.Target.DocumentsTarget documents = 3; + * * @return The documents. */ @java.lang.Override public com.google.firestore.v1.Target.DocumentsTarget getDocuments() { if (targetTypeCase_ == 3) { - return (com.google.firestore.v1.Target.DocumentsTarget) targetType_; + return (com.google.firestore.v1.Target.DocumentsTarget) targetType_; } return com.google.firestore.v1.Target.DocumentsTarget.getDefaultInstance(); } /** + * + * *
    * A target specified by a set of document names.
    * 
@@ -1955,13 +2167,15 @@ public com.google.firestore.v1.Target.DocumentsTarget getDocuments() { @java.lang.Override public com.google.firestore.v1.Target.DocumentsTargetOrBuilder getDocumentsOrBuilder() { if (targetTypeCase_ == 3) { - return (com.google.firestore.v1.Target.DocumentsTarget) targetType_; + return (com.google.firestore.v1.Target.DocumentsTarget) targetType_; } return com.google.firestore.v1.Target.DocumentsTarget.getDefaultInstance(); } public static final int RESUME_TOKEN_FIELD_NUMBER = 4; /** + * + * *
    * A resume token from a prior
    * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -1970,6 +2184,7 @@ public com.google.firestore.v1.Target.DocumentsTargetOrBuilder getDocumentsOrBui
    * 
* * bytes resume_token = 4; + * * @return Whether the resumeToken field is set. */ @java.lang.Override @@ -1977,6 +2192,8 @@ public boolean hasResumeToken() { return resumeTypeCase_ == 4; } /** + * + * *
    * A resume token from a prior
    * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -1985,6 +2202,7 @@ public boolean hasResumeToken() {
    * 
* * bytes resume_token = 4; + * * @return The resumeToken. */ @java.lang.Override @@ -1997,6 +2215,8 @@ public com.google.protobuf.ByteString getResumeToken() { public static final int READ_TIME_FIELD_NUMBER = 11; /** + * + * *
    * Start listening after a specific `read_time`.
    *
@@ -2004,6 +2224,7 @@ public com.google.protobuf.ByteString getResumeToken() {
    * 
* * .google.protobuf.Timestamp read_time = 11; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -2011,6 +2232,8 @@ public boolean hasReadTime() { return resumeTypeCase_ == 11; } /** + * + * *
    * Start listening after a specific `read_time`.
    *
@@ -2018,16 +2241,19 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 11; + * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (resumeTypeCase_ == 11) { - return (com.google.protobuf.Timestamp) resumeType_; + return (com.google.protobuf.Timestamp) resumeType_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** + * + * *
    * Start listening after a specific `read_time`.
    *
@@ -2039,7 +2265,7 @@ public com.google.protobuf.Timestamp getReadTime() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
     if (resumeTypeCase_ == 11) {
-       return (com.google.protobuf.Timestamp) resumeType_;
+      return (com.google.protobuf.Timestamp) resumeType_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
@@ -2047,6 +2273,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   public static final int TARGET_ID_FIELD_NUMBER = 5;
   private int targetId_ = 0;
   /**
+   *
+   *
    * 
    * The target ID that identifies the target on the stream. Must be a positive
    * number and non-zero.
@@ -2068,6 +2296,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
    * 
* * int32 target_id = 5; + * * @return The targetId. */ @java.lang.Override @@ -2078,11 +2307,14 @@ public int getTargetId() { public static final int ONCE_FIELD_NUMBER = 6; private boolean once_ = false; /** + * + * *
    * If the target should be removed once it is current and consistent.
    * 
* * bool once = 6; + * * @return The once. */ @java.lang.Override @@ -2093,6 +2325,8 @@ public boolean getOnce() { public static final int EXPECTED_COUNT_FIELD_NUMBER = 12; private com.google.protobuf.Int32Value expectedCount_; /** + * + * *
    * The number of documents that last matched the query at the resume token or
    * read time.
@@ -2103,6 +2337,7 @@ public boolean getOnce() {
    * 
* * .google.protobuf.Int32Value expected_count = 12; + * * @return Whether the expectedCount field is set. */ @java.lang.Override @@ -2110,6 +2345,8 @@ public boolean hasExpectedCount() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The number of documents that last matched the query at the resume token or
    * read time.
@@ -2120,13 +2357,18 @@ public boolean hasExpectedCount() {
    * 
* * .google.protobuf.Int32Value expected_count = 12; + * * @return The expectedCount. */ @java.lang.Override public com.google.protobuf.Int32Value getExpectedCount() { - return expectedCount_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : expectedCount_; + return expectedCount_ == null + ? com.google.protobuf.Int32Value.getDefaultInstance() + : expectedCount_; } /** + * + * *
    * The number of documents that last matched the query at the resume token or
    * read time.
@@ -2140,10 +2382,13 @@ public com.google.protobuf.Int32Value getExpectedCount() {
    */
   @java.lang.Override
   public com.google.protobuf.Int32ValueOrBuilder getExpectedCountOrBuilder() {
-    return expectedCount_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : expectedCount_;
+    return expectedCount_ == null
+        ? com.google.protobuf.Int32Value.getDefaultInstance()
+        : expectedCount_;
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -2155,8 +2400,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (targetTypeCase_ == 2) {
       output.writeMessage(2, (com.google.firestore.v1.Target.QueryTarget) targetType_);
     }
@@ -2164,8 +2408,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
       output.writeMessage(3, (com.google.firestore.v1.Target.DocumentsTarget) targetType_);
     }
     if (resumeTypeCase_ == 4) {
-      output.writeBytes(
-          4, (com.google.protobuf.ByteString) resumeType_);
+      output.writeBytes(4, (com.google.protobuf.ByteString) resumeType_);
     }
     if (targetId_ != 0) {
       output.writeInt32(5, targetId_);
@@ -2189,33 +2432,33 @@ public int getSerializedSize() {
 
     size = 0;
     if (targetTypeCase_ == 2) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, (com.google.firestore.v1.Target.QueryTarget) targetType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              2, (com.google.firestore.v1.Target.QueryTarget) targetType_);
     }
     if (targetTypeCase_ == 3) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, (com.google.firestore.v1.Target.DocumentsTarget) targetType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              3, (com.google.firestore.v1.Target.DocumentsTarget) targetType_);
     }
     if (resumeTypeCase_ == 4) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBytesSize(
-            4, (com.google.protobuf.ByteString) resumeType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeBytesSize(
+              4, (com.google.protobuf.ByteString) resumeType_);
     }
     if (targetId_ != 0) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt32Size(5, targetId_);
+      size += com.google.protobuf.CodedOutputStream.computeInt32Size(5, targetId_);
     }
     if (once_ != false) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBoolSize(6, once_);
+      size += com.google.protobuf.CodedOutputStream.computeBoolSize(6, once_);
     }
     if (resumeTypeCase_ == 11) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(11, (com.google.protobuf.Timestamp) resumeType_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              11, (com.google.protobuf.Timestamp) resumeType_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(12, getExpectedCount());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(12, getExpectedCount());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -2225,31 +2468,26 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.Target)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.Target other = (com.google.firestore.v1.Target) obj;
 
-    if (getTargetId()
-        != other.getTargetId()) return false;
-    if (getOnce()
-        != other.getOnce()) return false;
+    if (getTargetId() != other.getTargetId()) return false;
+    if (getOnce() != other.getOnce()) return false;
     if (hasExpectedCount() != other.hasExpectedCount()) return false;
     if (hasExpectedCount()) {
-      if (!getExpectedCount()
-          .equals(other.getExpectedCount())) return false;
+      if (!getExpectedCount().equals(other.getExpectedCount())) return false;
     }
     if (!getTargetTypeCase().equals(other.getTargetTypeCase())) return false;
     switch (targetTypeCase_) {
       case 2:
-        if (!getQuery()
-            .equals(other.getQuery())) return false;
+        if (!getQuery().equals(other.getQuery())) return false;
         break;
       case 3:
-        if (!getDocuments()
-            .equals(other.getDocuments())) return false;
+        if (!getDocuments().equals(other.getDocuments())) return false;
         break;
       case 0:
       default:
@@ -2257,12 +2495,10 @@ public boolean equals(final java.lang.Object obj) {
     if (!getResumeTypeCase().equals(other.getResumeTypeCase())) return false;
     switch (resumeTypeCase_) {
       case 4:
-        if (!getResumeToken()
-            .equals(other.getResumeToken())) return false;
+        if (!getResumeToken().equals(other.getResumeToken())) return false;
         break;
       case 11:
-        if (!getReadTime()
-            .equals(other.getReadTime())) return false;
+        if (!getReadTime().equals(other.getReadTime())) return false;
         break;
       case 0:
       default:
@@ -2281,8 +2517,7 @@ public int hashCode() {
     hash = (37 * hash) + TARGET_ID_FIELD_NUMBER;
     hash = (53 * hash) + getTargetId();
     hash = (37 * hash) + ONCE_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
-        getOnce());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getOnce());
     if (hasExpectedCount()) {
       hash = (37 * hash) + EXPECTED_COUNT_FIELD_NUMBER;
       hash = (53 * hash) + getExpectedCount().hashCode();
@@ -2316,118 +2551,123 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.Target parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.Target parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.Target parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.v1.Target parseFrom(
-      com.google.protobuf.ByteString data)
+
+  public static com.google.firestore.v1.Target parseFrom(com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.Target parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.Target parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.Target parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.Target parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.Target parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.Target parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.Target parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.firestore.v1.Target parseFrom(
-      com.google.protobuf.CodedInputStream input)
+
+  public static com.google.firestore.v1.Target parseFrom(com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.Target parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.Target prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * A specification of a set of documents to listen to.
    * 
* * Protobuf type {@code google.firestore.v1.Target} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.Target) com.google.firestore.v1.TargetOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Target.class, com.google.firestore.v1.Target.Builder.class); } @@ -2437,17 +2677,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getExpectedCountFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -2476,9 +2716,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_Target_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_Target_descriptor; } @java.lang.Override @@ -2498,7 +2738,9 @@ public com.google.firestore.v1.Target build() { @java.lang.Override public com.google.firestore.v1.Target buildPartial() { com.google.firestore.v1.Target result = new com.google.firestore.v1.Target(this); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; @@ -2514,9 +2756,8 @@ private void buildPartial0(com.google.firestore.v1.Target result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000040) != 0)) { - result.expectedCount_ = expectedCountBuilder_ == null - ? expectedCount_ - : expectedCountBuilder_.build(); + result.expectedCount_ = + expectedCountBuilder_ == null ? expectedCount_ : expectedCountBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; @@ -2525,18 +2766,15 @@ private void buildPartial0(com.google.firestore.v1.Target result) { private void buildPartialOneofs(com.google.firestore.v1.Target result) { result.targetTypeCase_ = targetTypeCase_; result.targetType_ = this.targetType_; - if (targetTypeCase_ == 2 && - queryBuilder_ != null) { + if (targetTypeCase_ == 2 && queryBuilder_ != null) { result.targetType_ = queryBuilder_.build(); } - if (targetTypeCase_ == 3 && - documentsBuilder_ != null) { + if (targetTypeCase_ == 3 && documentsBuilder_ != null) { result.targetType_ = documentsBuilder_.build(); } result.resumeTypeCase_ = resumeTypeCase_; result.resumeType_ = this.resumeType_; - if (resumeTypeCase_ == 11 && - readTimeBuilder_ != null) { + if (resumeTypeCase_ == 11 && readTimeBuilder_ != null) { result.resumeType_ = readTimeBuilder_.build(); } } @@ -2545,38 +2783,39 @@ private void buildPartialOneofs(com.google.firestore.v1.Target result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.Target) { - return mergeFrom((com.google.firestore.v1.Target)other); + return mergeFrom((com.google.firestore.v1.Target) other); } else { super.mergeFrom(other); return this; @@ -2595,30 +2834,36 @@ public Builder mergeFrom(com.google.firestore.v1.Target other) { mergeExpectedCount(other.getExpectedCount()); } switch (other.getTargetTypeCase()) { - case QUERY: { - mergeQuery(other.getQuery()); - break; - } - case DOCUMENTS: { - mergeDocuments(other.getDocuments()); - break; - } - case TARGETTYPE_NOT_SET: { - break; - } + case QUERY: + { + mergeQuery(other.getQuery()); + break; + } + case DOCUMENTS: + { + mergeDocuments(other.getDocuments()); + break; + } + case TARGETTYPE_NOT_SET: + { + break; + } } switch (other.getResumeTypeCase()) { - case RESUME_TOKEN: { - setResumeToken(other.getResumeToken()); - break; - } - case READ_TIME: { - mergeReadTime(other.getReadTime()); - break; - } - case RESUMETYPE_NOT_SET: { - break; - } + case RESUME_TOKEN: + { + setResumeToken(other.getResumeToken()); + break; + } + case READ_TIME: + { + mergeReadTime(other.getReadTime()); + break; + } + case RESUMETYPE_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -2646,55 +2891,55 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: { - input.readMessage( - getQueryFieldBuilder().getBuilder(), - extensionRegistry); - targetTypeCase_ = 2; - break; - } // case 18 - case 26: { - input.readMessage( - getDocumentsFieldBuilder().getBuilder(), - extensionRegistry); - targetTypeCase_ = 3; - break; - } // case 26 - case 34: { - resumeType_ = input.readBytes(); - resumeTypeCase_ = 4; - break; - } // case 34 - case 40: { - targetId_ = input.readInt32(); - bitField0_ |= 0x00000010; - break; - } // case 40 - case 48: { - once_ = input.readBool(); - bitField0_ |= 0x00000020; - break; - } // case 48 - case 90: { - input.readMessage( - getReadTimeFieldBuilder().getBuilder(), - extensionRegistry); - resumeTypeCase_ = 11; - break; - } // case 90 - case 98: { - input.readMessage( - getExpectedCountFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000040; - break; - } // case 98 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: + { + input.readMessage(getQueryFieldBuilder().getBuilder(), extensionRegistry); + targetTypeCase_ = 2; + break; + } // case 18 + case 26: + { + input.readMessage(getDocumentsFieldBuilder().getBuilder(), extensionRegistry); + targetTypeCase_ = 3; + break; + } // case 26 + case 34: + { + resumeType_ = input.readBytes(); + resumeTypeCase_ = 4; + break; + } // case 34 + case 40: + { + targetId_ = input.readInt32(); + bitField0_ |= 0x00000010; + break; + } // case 40 + case 48: + { + once_ = input.readBool(); + bitField0_ |= 0x00000020; + break; + } // case 48 + case 90: + { + input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry); + resumeTypeCase_ = 11; + break; + } // case 90 + case 98: + { + input.readMessage(getExpectedCountFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000040; + break; + } // case 98 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -2704,12 +2949,12 @@ public Builder mergeFrom( } // finally return this; } + private int targetTypeCase_ = 0; private java.lang.Object targetType_; - public TargetTypeCase - getTargetTypeCase() { - return TargetTypeCase.forNumber( - targetTypeCase_); + + public TargetTypeCase getTargetTypeCase() { + return TargetTypeCase.forNumber(targetTypeCase_); } public Builder clearTargetType() { @@ -2721,10 +2966,9 @@ public Builder clearTargetType() { private int resumeTypeCase_ = 0; private java.lang.Object resumeType_; - public ResumeTypeCase - getResumeTypeCase() { - return ResumeTypeCase.forNumber( - resumeTypeCase_); + + public ResumeTypeCase getResumeTypeCase() { + return ResumeTypeCase.forNumber(resumeTypeCase_); } public Builder clearResumeType() { @@ -2737,13 +2981,19 @@ public Builder clearResumeType() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target.QueryTarget, com.google.firestore.v1.Target.QueryTarget.Builder, com.google.firestore.v1.Target.QueryTargetOrBuilder> queryBuilder_; + com.google.firestore.v1.Target.QueryTarget, + com.google.firestore.v1.Target.QueryTarget.Builder, + com.google.firestore.v1.Target.QueryTargetOrBuilder> + queryBuilder_; /** + * + * *
      * A target specified by a query.
      * 
* * .google.firestore.v1.Target.QueryTarget query = 2; + * * @return Whether the query field is set. */ @java.lang.Override @@ -2751,11 +3001,14 @@ public boolean hasQuery() { return targetTypeCase_ == 2; } /** + * + * *
      * A target specified by a query.
      * 
* * .google.firestore.v1.Target.QueryTarget query = 2; + * * @return The query. */ @java.lang.Override @@ -2773,6 +3026,8 @@ public com.google.firestore.v1.Target.QueryTarget getQuery() { } } /** + * + * *
      * A target specified by a query.
      * 
@@ -2793,14 +3048,15 @@ public Builder setQuery(com.google.firestore.v1.Target.QueryTarget value) { return this; } /** + * + * *
      * A target specified by a query.
      * 
* * .google.firestore.v1.Target.QueryTarget query = 2; */ - public Builder setQuery( - com.google.firestore.v1.Target.QueryTarget.Builder builderForValue) { + public Builder setQuery(com.google.firestore.v1.Target.QueryTarget.Builder builderForValue) { if (queryBuilder_ == null) { targetType_ = builderForValue.build(); onChanged(); @@ -2811,6 +3067,8 @@ public Builder setQuery( return this; } /** + * + * *
      * A target specified by a query.
      * 
@@ -2819,10 +3077,13 @@ public Builder setQuery( */ public Builder mergeQuery(com.google.firestore.v1.Target.QueryTarget value) { if (queryBuilder_ == null) { - if (targetTypeCase_ == 2 && - targetType_ != com.google.firestore.v1.Target.QueryTarget.getDefaultInstance()) { - targetType_ = com.google.firestore.v1.Target.QueryTarget.newBuilder((com.google.firestore.v1.Target.QueryTarget) targetType_) - .mergeFrom(value).buildPartial(); + if (targetTypeCase_ == 2 + && targetType_ != com.google.firestore.v1.Target.QueryTarget.getDefaultInstance()) { + targetType_ = + com.google.firestore.v1.Target.QueryTarget.newBuilder( + (com.google.firestore.v1.Target.QueryTarget) targetType_) + .mergeFrom(value) + .buildPartial(); } else { targetType_ = value; } @@ -2838,6 +3099,8 @@ public Builder mergeQuery(com.google.firestore.v1.Target.QueryTarget value) { return this; } /** + * + * *
      * A target specified by a query.
      * 
@@ -2861,6 +3124,8 @@ public Builder clearQuery() { return this; } /** + * + * *
      * A target specified by a query.
      * 
@@ -2871,6 +3136,8 @@ public com.google.firestore.v1.Target.QueryTarget.Builder getQueryBuilder() { return getQueryFieldBuilder().getBuilder(); } /** + * + * *
      * A target specified by a query.
      * 
@@ -2889,6 +3156,8 @@ public com.google.firestore.v1.Target.QueryTargetOrBuilder getQueryOrBuilder() { } } /** + * + * *
      * A target specified by a query.
      * 
@@ -2896,14 +3165,19 @@ public com.google.firestore.v1.Target.QueryTargetOrBuilder getQueryOrBuilder() { * .google.firestore.v1.Target.QueryTarget query = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target.QueryTarget, com.google.firestore.v1.Target.QueryTarget.Builder, com.google.firestore.v1.Target.QueryTargetOrBuilder> + com.google.firestore.v1.Target.QueryTarget, + com.google.firestore.v1.Target.QueryTarget.Builder, + com.google.firestore.v1.Target.QueryTargetOrBuilder> getQueryFieldBuilder() { if (queryBuilder_ == null) { if (!(targetTypeCase_ == 2)) { targetType_ = com.google.firestore.v1.Target.QueryTarget.getDefaultInstance(); } - queryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target.QueryTarget, com.google.firestore.v1.Target.QueryTarget.Builder, com.google.firestore.v1.Target.QueryTargetOrBuilder>( + queryBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Target.QueryTarget, + com.google.firestore.v1.Target.QueryTarget.Builder, + com.google.firestore.v1.Target.QueryTargetOrBuilder>( (com.google.firestore.v1.Target.QueryTarget) targetType_, getParentForChildren(), isClean()); @@ -2915,13 +3189,19 @@ public com.google.firestore.v1.Target.QueryTargetOrBuilder getQueryOrBuilder() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target.DocumentsTarget, com.google.firestore.v1.Target.DocumentsTarget.Builder, com.google.firestore.v1.Target.DocumentsTargetOrBuilder> documentsBuilder_; + com.google.firestore.v1.Target.DocumentsTarget, + com.google.firestore.v1.Target.DocumentsTarget.Builder, + com.google.firestore.v1.Target.DocumentsTargetOrBuilder> + documentsBuilder_; /** + * + * *
      * A target specified by a set of document names.
      * 
* * .google.firestore.v1.Target.DocumentsTarget documents = 3; + * * @return Whether the documents field is set. */ @java.lang.Override @@ -2929,11 +3209,14 @@ public boolean hasDocuments() { return targetTypeCase_ == 3; } /** + * + * *
      * A target specified by a set of document names.
      * 
* * .google.firestore.v1.Target.DocumentsTarget documents = 3; + * * @return The documents. */ @java.lang.Override @@ -2951,6 +3234,8 @@ public com.google.firestore.v1.Target.DocumentsTarget getDocuments() { } } /** + * + * *
      * A target specified by a set of document names.
      * 
@@ -2971,6 +3256,8 @@ public Builder setDocuments(com.google.firestore.v1.Target.DocumentsTarget value return this; } /** + * + * *
      * A target specified by a set of document names.
      * 
@@ -2989,6 +3276,8 @@ public Builder setDocuments( return this; } /** + * + * *
      * A target specified by a set of document names.
      * 
@@ -2997,10 +3286,13 @@ public Builder setDocuments( */ public Builder mergeDocuments(com.google.firestore.v1.Target.DocumentsTarget value) { if (documentsBuilder_ == null) { - if (targetTypeCase_ == 3 && - targetType_ != com.google.firestore.v1.Target.DocumentsTarget.getDefaultInstance()) { - targetType_ = com.google.firestore.v1.Target.DocumentsTarget.newBuilder((com.google.firestore.v1.Target.DocumentsTarget) targetType_) - .mergeFrom(value).buildPartial(); + if (targetTypeCase_ == 3 + && targetType_ != com.google.firestore.v1.Target.DocumentsTarget.getDefaultInstance()) { + targetType_ = + com.google.firestore.v1.Target.DocumentsTarget.newBuilder( + (com.google.firestore.v1.Target.DocumentsTarget) targetType_) + .mergeFrom(value) + .buildPartial(); } else { targetType_ = value; } @@ -3016,6 +3308,8 @@ public Builder mergeDocuments(com.google.firestore.v1.Target.DocumentsTarget val return this; } /** + * + * *
      * A target specified by a set of document names.
      * 
@@ -3039,6 +3333,8 @@ public Builder clearDocuments() { return this; } /** + * + * *
      * A target specified by a set of document names.
      * 
@@ -3049,6 +3345,8 @@ public com.google.firestore.v1.Target.DocumentsTarget.Builder getDocumentsBuilde return getDocumentsFieldBuilder().getBuilder(); } /** + * + * *
      * A target specified by a set of document names.
      * 
@@ -3067,6 +3365,8 @@ public com.google.firestore.v1.Target.DocumentsTargetOrBuilder getDocumentsOrBui } } /** + * + * *
      * A target specified by a set of document names.
      * 
@@ -3074,14 +3374,19 @@ public com.google.firestore.v1.Target.DocumentsTargetOrBuilder getDocumentsOrBui * .google.firestore.v1.Target.DocumentsTarget documents = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target.DocumentsTarget, com.google.firestore.v1.Target.DocumentsTarget.Builder, com.google.firestore.v1.Target.DocumentsTargetOrBuilder> + com.google.firestore.v1.Target.DocumentsTarget, + com.google.firestore.v1.Target.DocumentsTarget.Builder, + com.google.firestore.v1.Target.DocumentsTargetOrBuilder> getDocumentsFieldBuilder() { if (documentsBuilder_ == null) { if (!(targetTypeCase_ == 3)) { targetType_ = com.google.firestore.v1.Target.DocumentsTarget.getDefaultInstance(); } - documentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Target.DocumentsTarget, com.google.firestore.v1.Target.DocumentsTarget.Builder, com.google.firestore.v1.Target.DocumentsTargetOrBuilder>( + documentsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Target.DocumentsTarget, + com.google.firestore.v1.Target.DocumentsTarget.Builder, + com.google.firestore.v1.Target.DocumentsTargetOrBuilder>( (com.google.firestore.v1.Target.DocumentsTarget) targetType_, getParentForChildren(), isClean()); @@ -3093,6 +3398,8 @@ public com.google.firestore.v1.Target.DocumentsTargetOrBuilder getDocumentsOrBui } /** + * + * *
      * A resume token from a prior
      * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -3101,12 +3408,15 @@ public com.google.firestore.v1.Target.DocumentsTargetOrBuilder getDocumentsOrBui
      * 
* * bytes resume_token = 4; + * * @return Whether the resumeToken field is set. */ public boolean hasResumeToken() { return resumeTypeCase_ == 4; } /** + * + * *
      * A resume token from a prior
      * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -3115,6 +3425,7 @@ public boolean hasResumeToken() {
      * 
* * bytes resume_token = 4; + * * @return The resumeToken. */ public com.google.protobuf.ByteString getResumeToken() { @@ -3124,6 +3435,8 @@ public com.google.protobuf.ByteString getResumeToken() { return com.google.protobuf.ByteString.EMPTY; } /** + * + * *
      * A resume token from a prior
      * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -3132,17 +3445,22 @@ public com.google.protobuf.ByteString getResumeToken() {
      * 
* * bytes resume_token = 4; + * * @param value The resumeToken to set. * @return This builder for chaining. */ public Builder setResumeToken(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } resumeTypeCase_ = 4; resumeType_ = value; onChanged(); return this; } /** + * + * *
      * A resume token from a prior
      * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -3151,6 +3469,7 @@ public Builder setResumeToken(com.google.protobuf.ByteString value) {
      * 
* * bytes resume_token = 4; + * * @return This builder for chaining. */ public Builder clearResumeToken() { @@ -3163,8 +3482,13 @@ public Builder clearResumeToken() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + readTimeBuilder_; /** + * + * *
      * Start listening after a specific `read_time`.
      *
@@ -3172,6 +3496,7 @@ public Builder clearResumeToken() {
      * 
* * .google.protobuf.Timestamp read_time = 11; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -3179,6 +3504,8 @@ public boolean hasReadTime() { return resumeTypeCase_ == 11; } /** + * + * *
      * Start listening after a specific `read_time`.
      *
@@ -3186,6 +3513,7 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 11; + * * @return The readTime. */ @java.lang.Override @@ -3203,6 +3531,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * Start listening after a specific `read_time`.
      *
@@ -3225,6 +3555,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Start listening after a specific `read_time`.
      *
@@ -3233,8 +3565,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 11;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         resumeType_ = builderForValue.build();
         onChanged();
@@ -3245,6 +3576,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * Start listening after a specific `read_time`.
      *
@@ -3255,10 +3588,12 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (resumeTypeCase_ == 11 &&
-            resumeType_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          resumeType_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) resumeType_)
-              .mergeFrom(value).buildPartial();
+        if (resumeTypeCase_ == 11
+            && resumeType_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          resumeType_ =
+              com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) resumeType_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           resumeType_ = value;
         }
@@ -3274,6 +3609,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Start listening after a specific `read_time`.
      *
@@ -3299,6 +3636,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Start listening after a specific `read_time`.
      *
@@ -3311,6 +3650,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Start listening after a specific `read_time`.
      *
@@ -3331,6 +3672,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       }
     }
     /**
+     *
+     *
      * 
      * Start listening after a specific `read_time`.
      *
@@ -3340,17 +3683,20 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 11;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
         if (!(resumeTypeCase_ == 11)) {
           resumeType_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                (com.google.protobuf.Timestamp) resumeType_,
-                getParentForChildren(),
-                isClean());
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                (com.google.protobuf.Timestamp) resumeType_, getParentForChildren(), isClean());
         resumeType_ = null;
       }
       resumeTypeCase_ = 11;
@@ -3358,8 +3704,10 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       return readTimeBuilder_;
     }
 
-    private int targetId_ ;
+    private int targetId_;
     /**
+     *
+     *
      * 
      * The target ID that identifies the target on the stream. Must be a positive
      * number and non-zero.
@@ -3381,6 +3729,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * 
* * int32 target_id = 5; + * * @return The targetId. */ @java.lang.Override @@ -3388,6 +3737,8 @@ public int getTargetId() { return targetId_; } /** + * + * *
      * The target ID that identifies the target on the stream. Must be a positive
      * number and non-zero.
@@ -3409,6 +3760,7 @@ public int getTargetId() {
      * 
* * int32 target_id = 5; + * * @param value The targetId to set. * @return This builder for chaining. */ @@ -3420,6 +3772,8 @@ public Builder setTargetId(int value) { return this; } /** + * + * *
      * The target ID that identifies the target on the stream. Must be a positive
      * number and non-zero.
@@ -3441,6 +3795,7 @@ public Builder setTargetId(int value) {
      * 
* * int32 target_id = 5; + * * @return This builder for chaining. */ public Builder clearTargetId() { @@ -3450,13 +3805,16 @@ public Builder clearTargetId() { return this; } - private boolean once_ ; + private boolean once_; /** + * + * *
      * If the target should be removed once it is current and consistent.
      * 
* * bool once = 6; + * * @return The once. */ @java.lang.Override @@ -3464,11 +3822,14 @@ public boolean getOnce() { return once_; } /** + * + * *
      * If the target should be removed once it is current and consistent.
      * 
* * bool once = 6; + * * @param value The once to set. * @return This builder for chaining. */ @@ -3480,11 +3841,14 @@ public Builder setOnce(boolean value) { return this; } /** + * + * *
      * If the target should be removed once it is current and consistent.
      * 
* * bool once = 6; + * * @return This builder for chaining. */ public Builder clearOnce() { @@ -3496,8 +3860,13 @@ public Builder clearOnce() { private com.google.protobuf.Int32Value expectedCount_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> expectedCountBuilder_; + com.google.protobuf.Int32Value, + com.google.protobuf.Int32Value.Builder, + com.google.protobuf.Int32ValueOrBuilder> + expectedCountBuilder_; /** + * + * *
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -3508,12 +3877,15 @@ public Builder clearOnce() {
      * 
* * .google.protobuf.Int32Value expected_count = 12; + * * @return Whether the expectedCount field is set. */ public boolean hasExpectedCount() { return ((bitField0_ & 0x00000040) != 0); } /** + * + * *
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -3524,16 +3896,21 @@ public boolean hasExpectedCount() {
      * 
* * .google.protobuf.Int32Value expected_count = 12; + * * @return The expectedCount. */ public com.google.protobuf.Int32Value getExpectedCount() { if (expectedCountBuilder_ == null) { - return expectedCount_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : expectedCount_; + return expectedCount_ == null + ? com.google.protobuf.Int32Value.getDefaultInstance() + : expectedCount_; } else { return expectedCountBuilder_.getMessage(); } } /** + * + * *
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -3559,6 +3936,8 @@ public Builder setExpectedCount(com.google.protobuf.Int32Value value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -3570,8 +3949,7 @@ public Builder setExpectedCount(com.google.protobuf.Int32Value value) {
      *
      * .google.protobuf.Int32Value expected_count = 12;
      */
-    public Builder setExpectedCount(
-        com.google.protobuf.Int32Value.Builder builderForValue) {
+    public Builder setExpectedCount(com.google.protobuf.Int32Value.Builder builderForValue) {
       if (expectedCountBuilder_ == null) {
         expectedCount_ = builderForValue.build();
       } else {
@@ -3582,6 +3960,8 @@ public Builder setExpectedCount(
       return this;
     }
     /**
+     *
+     *
      * 
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -3595,9 +3975,9 @@ public Builder setExpectedCount(
      */
     public Builder mergeExpectedCount(com.google.protobuf.Int32Value value) {
       if (expectedCountBuilder_ == null) {
-        if (((bitField0_ & 0x00000040) != 0) &&
-          expectedCount_ != null &&
-          expectedCount_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000040) != 0)
+            && expectedCount_ != null
+            && expectedCount_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
           getExpectedCountBuilder().mergeFrom(value);
         } else {
           expectedCount_ = value;
@@ -3612,6 +3992,8 @@ public Builder mergeExpectedCount(com.google.protobuf.Int32Value value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -3634,6 +4016,8 @@ public Builder clearExpectedCount() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -3651,6 +4035,8 @@ public com.google.protobuf.Int32Value.Builder getExpectedCountBuilder() {
       return getExpectedCountFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -3666,11 +4052,14 @@ public com.google.protobuf.Int32ValueOrBuilder getExpectedCountOrBuilder() {
       if (expectedCountBuilder_ != null) {
         return expectedCountBuilder_.getMessageOrBuilder();
       } else {
-        return expectedCount_ == null ?
-            com.google.protobuf.Int32Value.getDefaultInstance() : expectedCount_;
+        return expectedCount_ == null
+            ? com.google.protobuf.Int32Value.getDefaultInstance()
+            : expectedCount_;
       }
     }
     /**
+     *
+     *
      * 
      * The number of documents that last matched the query at the resume token or
      * read time.
@@ -3683,21 +4072,24 @@ public com.google.protobuf.Int32ValueOrBuilder getExpectedCountOrBuilder() {
      * .google.protobuf.Int32Value expected_count = 12;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> 
+            com.google.protobuf.Int32Value,
+            com.google.protobuf.Int32Value.Builder,
+            com.google.protobuf.Int32ValueOrBuilder>
         getExpectedCountFieldBuilder() {
       if (expectedCountBuilder_ == null) {
-        expectedCountBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
-                getExpectedCount(),
-                getParentForChildren(),
-                isClean());
+        expectedCountBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Int32Value,
+                com.google.protobuf.Int32Value.Builder,
+                com.google.protobuf.Int32ValueOrBuilder>(
+                getExpectedCount(), getParentForChildren(), isClean());
         expectedCount_ = null;
       }
       return expectedCountBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -3707,12 +4099,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.Target)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.Target)
   private static final com.google.firestore.v1.Target DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.Target();
   }
@@ -3721,27 +4113,27 @@ public static com.google.firestore.v1.Target getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public Target parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public Target parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -3756,6 +4148,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.Target getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChange.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChange.java
similarity index 76%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChange.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChange.java
index ba2423961..7b8339892 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChange.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChange.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -5,21 +20,24 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * Targets being watched have changed.
  * 
* * Protobuf type {@code google.firestore.v1.TargetChange} */ -public final class TargetChange extends - com.google.protobuf.GeneratedMessageV3 implements +public final class TargetChange extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.TargetChange) TargetChangeOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use TargetChange.newBuilder() to construct. private TargetChange(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private TargetChange() { targetChangeType_ = 0; targetIds_ = emptyIntList(); @@ -28,34 +46,38 @@ private TargetChange() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new TargetChange(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_TargetChange_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_TargetChange_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_TargetChange_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_TargetChange_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.TargetChange.class, com.google.firestore.v1.TargetChange.Builder.class); + com.google.firestore.v1.TargetChange.class, + com.google.firestore.v1.TargetChange.Builder.class); } /** + * + * *
    * The type of change.
    * 
* * Protobuf enum {@code google.firestore.v1.TargetChange.TargetChangeType} */ - public enum TargetChangeType - implements com.google.protobuf.ProtocolMessageEnum { + public enum TargetChangeType implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
      * No change has occurred. Used only to send an updated `resume_token`.
      * 
@@ -64,6 +86,8 @@ public enum TargetChangeType */ NO_CHANGE(0), /** + * + * *
      * The targets have been added.
      * 
@@ -72,6 +96,8 @@ public enum TargetChangeType */ ADD(1), /** + * + * *
      * The targets have been removed.
      * 
@@ -80,6 +106,8 @@ public enum TargetChangeType */ REMOVE(2), /** + * + * *
      * The targets reflect all changes committed before the targets were added
      * to the stream.
@@ -95,6 +123,8 @@ public enum TargetChangeType
      */
     CURRENT(3),
     /**
+     *
+     *
      * 
      * The targets have been reset, and a new initial state for the targets
      * will be returned in subsequent changes.
@@ -110,6 +140,8 @@ public enum TargetChangeType
     ;
 
     /**
+     *
+     *
      * 
      * No change has occurred. Used only to send an updated `resume_token`.
      * 
@@ -118,6 +150,8 @@ public enum TargetChangeType */ public static final int NO_CHANGE_VALUE = 0; /** + * + * *
      * The targets have been added.
      * 
@@ -126,6 +160,8 @@ public enum TargetChangeType */ public static final int ADD_VALUE = 1; /** + * + * *
      * The targets have been removed.
      * 
@@ -134,6 +170,8 @@ public enum TargetChangeType */ public static final int REMOVE_VALUE = 2; /** + * + * *
      * The targets reflect all changes committed before the targets were added
      * to the stream.
@@ -149,6 +187,8 @@ public enum TargetChangeType
      */
     public static final int CURRENT_VALUE = 3;
     /**
+     *
+     *
      * 
      * The targets have been reset, and a new initial state for the targets
      * will be returned in subsequent changes.
@@ -161,7 +201,6 @@ public enum TargetChangeType
      */
     public static final int RESET_VALUE = 4;
 
-
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -186,41 +225,46 @@ public static TargetChangeType valueOf(int value) {
      */
     public static TargetChangeType forNumber(int value) {
       switch (value) {
-        case 0: return NO_CHANGE;
-        case 1: return ADD;
-        case 2: return REMOVE;
-        case 3: return CURRENT;
-        case 4: return RESET;
-        default: return null;
+        case 0:
+          return NO_CHANGE;
+        case 1:
+          return ADD;
+        case 2:
+          return REMOVE;
+        case 3:
+          return CURRENT;
+        case 4:
+          return RESET;
+        default:
+          return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap
-        internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
       return internalValueMap;
     }
-    private static final com.google.protobuf.Internal.EnumLiteMap<
-        TargetChangeType> internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public TargetChangeType findValueByNumber(int number) {
-              return TargetChangeType.forNumber(number);
-            }
-          };
 
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor
-        getValueDescriptor() {
+    private static final com.google.protobuf.Internal.EnumLiteMap
+        internalValueMap =
+            new com.google.protobuf.Internal.EnumLiteMap() {
+              public TargetChangeType findValueByNumber(int number) {
+                return TargetChangeType.forNumber(number);
+              }
+            };
+
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-    public final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptorForType() {
+
+    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
       return getDescriptor();
     }
-    public static final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptor() {
+
+    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
       return com.google.firestore.v1.TargetChange.getDescriptor().getEnumTypes().get(0);
     }
 
@@ -229,8 +273,7 @@ public TargetChangeType findValueByNumber(int number) {
     public static TargetChangeType valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException(
-          "EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -251,34 +294,47 @@ private TargetChangeType(int value) {
   public static final int TARGET_CHANGE_TYPE_FIELD_NUMBER = 1;
   private int targetChangeType_ = 0;
   /**
+   *
+   *
    * 
    * The type of change that occurred.
    * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; + * * @return The enum numeric value on the wire for targetChangeType. */ - @java.lang.Override public int getTargetChangeTypeValue() { + @java.lang.Override + public int getTargetChangeTypeValue() { return targetChangeType_; } /** + * + * *
    * The type of change that occurred.
    * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; + * * @return The targetChangeType. */ - @java.lang.Override public com.google.firestore.v1.TargetChange.TargetChangeType getTargetChangeType() { - com.google.firestore.v1.TargetChange.TargetChangeType result = com.google.firestore.v1.TargetChange.TargetChangeType.forNumber(targetChangeType_); - return result == null ? com.google.firestore.v1.TargetChange.TargetChangeType.UNRECOGNIZED : result; + @java.lang.Override + public com.google.firestore.v1.TargetChange.TargetChangeType getTargetChangeType() { + com.google.firestore.v1.TargetChange.TargetChangeType result = + com.google.firestore.v1.TargetChange.TargetChangeType.forNumber(targetChangeType_); + return result == null + ? com.google.firestore.v1.TargetChange.TargetChangeType.UNRECOGNIZED + : result; } public static final int TARGET_IDS_FIELD_NUMBER = 2; + @SuppressWarnings("serial") - private com.google.protobuf.Internal.IntList targetIds_ = - emptyIntList(); + private com.google.protobuf.Internal.IntList targetIds_ = emptyIntList(); /** + * + * *
    * The target IDs of targets that have changed.
    *
@@ -288,14 +344,16 @@ private TargetChangeType(int value) {
    * 
* * repeated int32 target_ids = 2; + * * @return A list containing the targetIds. */ @java.lang.Override - public java.util.List - getTargetIdsList() { + public java.util.List getTargetIdsList() { return targetIds_; } /** + * + * *
    * The target IDs of targets that have changed.
    *
@@ -305,12 +363,15 @@ private TargetChangeType(int value) {
    * 
* * repeated int32 target_ids = 2; + * * @return The count of targetIds. */ public int getTargetIdsCount() { return targetIds_.size(); } /** + * + * *
    * The target IDs of targets that have changed.
    *
@@ -320,22 +381,27 @@ public int getTargetIdsCount() {
    * 
* * repeated int32 target_ids = 2; + * * @param index The index of the element to return. * @return The targetIds at the given index. */ public int getTargetIds(int index) { return targetIds_.getInt(index); } + private int targetIdsMemoizedSerializedSize = -1; public static final int CAUSE_FIELD_NUMBER = 3; private com.google.rpc.Status cause_; /** + * + * *
    * The error that resulted in this change, if applicable.
    * 
* * .google.rpc.Status cause = 3; + * * @return Whether the cause field is set. */ @java.lang.Override @@ -343,11 +409,14 @@ public boolean hasCause() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The error that resulted in this change, if applicable.
    * 
* * .google.rpc.Status cause = 3; + * * @return The cause. */ @java.lang.Override @@ -355,6 +424,8 @@ public com.google.rpc.Status getCause() { return cause_ == null ? com.google.rpc.Status.getDefaultInstance() : cause_; } /** + * + * *
    * The error that resulted in this change, if applicable.
    * 
@@ -369,6 +440,8 @@ public com.google.rpc.StatusOrBuilder getCauseOrBuilder() { public static final int RESUME_TOKEN_FIELD_NUMBER = 4; private com.google.protobuf.ByteString resumeToken_ = com.google.protobuf.ByteString.EMPTY; /** + * + * *
    * A token that can be used to resume the stream for the given `target_ids`,
    * or all targets if `target_ids` is empty.
@@ -377,6 +450,7 @@ public com.google.rpc.StatusOrBuilder getCauseOrBuilder() {
    * 
* * bytes resume_token = 4; + * * @return The resumeToken. */ @java.lang.Override @@ -387,6 +461,8 @@ public com.google.protobuf.ByteString getResumeToken() { public static final int READ_TIME_FIELD_NUMBER = 6; private com.google.protobuf.Timestamp readTime_; /** + * + * *
    * The consistent `read_time` for the given `target_ids` (omitted when the
    * target_ids are not at a consistent snapshot).
@@ -401,6 +477,7 @@ public com.google.protobuf.ByteString getResumeToken() {
    * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -408,6 +485,8 @@ public boolean hasReadTime() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The consistent `read_time` for the given `target_ids` (omitted when the
    * target_ids are not at a consistent snapshot).
@@ -422,6 +501,7 @@ public boolean hasReadTime() {
    * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return The readTime. */ @java.lang.Override @@ -429,6 +509,8 @@ public com.google.protobuf.Timestamp getReadTime() { return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_; } /** + * + * *
    * The consistent `read_time` for the given `target_ids` (omitted when the
    * target_ids are not at a consistent snapshot).
@@ -450,6 +532,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -461,10 +544,10 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     getSerializedSize();
-    if (targetChangeType_ != com.google.firestore.v1.TargetChange.TargetChangeType.NO_CHANGE.getNumber()) {
+    if (targetChangeType_
+        != com.google.firestore.v1.TargetChange.TargetChangeType.NO_CHANGE.getNumber()) {
       output.writeEnum(1, targetChangeType_);
     }
     if (getTargetIdsList().size() > 0) {
@@ -492,35 +575,31 @@ public int getSerializedSize() {
     if (size != -1) return size;
 
     size = 0;
-    if (targetChangeType_ != com.google.firestore.v1.TargetChange.TargetChangeType.NO_CHANGE.getNumber()) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeEnumSize(1, targetChangeType_);
+    if (targetChangeType_
+        != com.google.firestore.v1.TargetChange.TargetChangeType.NO_CHANGE.getNumber()) {
+      size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, targetChangeType_);
     }
     {
       int dataSize = 0;
       for (int i = 0; i < targetIds_.size(); i++) {
-        dataSize += com.google.protobuf.CodedOutputStream
-          .computeInt32SizeNoTag(targetIds_.getInt(i));
+        dataSize +=
+            com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(targetIds_.getInt(i));
       }
       size += dataSize;
       if (!getTargetIdsList().isEmpty()) {
         size += 1;
-        size += com.google.protobuf.CodedOutputStream
-            .computeInt32SizeNoTag(dataSize);
+        size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
       }
       targetIdsMemoizedSerializedSize = dataSize;
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getCause());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getCause());
     }
     if (!resumeToken_.isEmpty()) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBytesSize(4, resumeToken_);
+      size += com.google.protobuf.CodedOutputStream.computeBytesSize(4, resumeToken_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(6, getReadTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getReadTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -530,7 +609,7 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.TargetChange)) {
       return super.equals(obj);
@@ -538,19 +617,15 @@ public boolean equals(final java.lang.Object obj) {
     com.google.firestore.v1.TargetChange other = (com.google.firestore.v1.TargetChange) obj;
 
     if (targetChangeType_ != other.targetChangeType_) return false;
-    if (!getTargetIdsList()
-        .equals(other.getTargetIdsList())) return false;
+    if (!getTargetIdsList().equals(other.getTargetIdsList())) return false;
     if (hasCause() != other.hasCause()) return false;
     if (hasCause()) {
-      if (!getCause()
-          .equals(other.getCause())) return false;
+      if (!getCause().equals(other.getCause())) return false;
     }
-    if (!getResumeToken()
-        .equals(other.getResumeToken())) return false;
+    if (!getResumeToken().equals(other.getResumeToken())) return false;
     if (hasReadTime() != other.hasReadTime()) return false;
     if (hasReadTime()) {
-      if (!getReadTime()
-          .equals(other.getReadTime())) return false;
+      if (!getReadTime().equals(other.getReadTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -584,120 +659,126 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.TargetChange parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.TargetChange parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.TargetChange parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.v1.TargetChange parseFrom(
-      com.google.protobuf.ByteString data)
+
+  public static com.google.firestore.v1.TargetChange parseFrom(com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.TargetChange parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.TargetChange parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.TargetChange parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.TargetChange parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.TargetChange parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.TargetChange parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.TargetChange parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.TargetChange parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.TargetChange parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.TargetChange prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Targets being watched have changed.
    * 
* * Protobuf type {@code google.firestore.v1.TargetChange} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.TargetChange) com.google.firestore.v1.TargetChangeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_TargetChange_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_TargetChange_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_TargetChange_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_TargetChange_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.TargetChange.class, com.google.firestore.v1.TargetChange.Builder.class); + com.google.firestore.v1.TargetChange.class, + com.google.firestore.v1.TargetChange.Builder.class); } // Construct using com.google.firestore.v1.TargetChange.newBuilder() @@ -705,18 +786,18 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getCauseFieldBuilder(); getReadTimeFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -738,9 +819,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_TargetChange_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_TargetChange_descriptor; } @java.lang.Override @@ -760,7 +841,9 @@ public com.google.firestore.v1.TargetChange build() { @java.lang.Override public com.google.firestore.v1.TargetChange buildPartial() { com.google.firestore.v1.TargetChange result = new com.google.firestore.v1.TargetChange(this); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -776,18 +859,14 @@ private void buildPartial0(com.google.firestore.v1.TargetChange result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000004) != 0)) { - result.cause_ = causeBuilder_ == null - ? cause_ - : causeBuilder_.build(); + result.cause_ = causeBuilder_ == null ? cause_ : causeBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000008) != 0)) { result.resumeToken_ = resumeToken_; } if (((from_bitField0_ & 0x00000010) != 0)) { - result.readTime_ = readTimeBuilder_ == null - ? readTime_ - : readTimeBuilder_.build(); + result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build(); to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; @@ -797,38 +876,39 @@ private void buildPartial0(com.google.firestore.v1.TargetChange result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.TargetChange) { - return mergeFrom((com.google.firestore.v1.TargetChange)other); + return mergeFrom((com.google.firestore.v1.TargetChange) other); } else { super.mergeFrom(other); return this; @@ -886,52 +966,55 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - targetChangeType_ = input.readEnum(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 16: { - int v = input.readInt32(); - ensureTargetIdsIsMutable(); - targetIds_.addInt(v); - break; - } // case 16 - case 18: { - int length = input.readRawVarint32(); - int limit = input.pushLimit(length); - ensureTargetIdsIsMutable(); - while (input.getBytesUntilLimit() > 0) { - targetIds_.addInt(input.readInt32()); - } - input.popLimit(limit); - break; - } // case 18 - case 26: { - input.readMessage( - getCauseFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000004; - break; - } // case 26 - case 34: { - resumeToken_ = input.readBytes(); - bitField0_ |= 0x00000008; - break; - } // case 34 - case 50: { - input.readMessage( - getReadTimeFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000010; - break; - } // case 50 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + targetChangeType_ = input.readEnum(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 16: + { + int v = input.readInt32(); + ensureTargetIdsIsMutable(); + targetIds_.addInt(v); + break; + } // case 16 + case 18: + { + int length = input.readRawVarint32(); + int limit = input.pushLimit(length); + ensureTargetIdsIsMutable(); + while (input.getBytesUntilLimit() > 0) { + targetIds_.addInt(input.readInt32()); + } + input.popLimit(limit); + break; + } // case 18 + case 26: + { + input.readMessage(getCauseFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000004; + break; + } // case 26 + case 34: + { + resumeToken_ = input.readBytes(); + bitField0_ |= 0x00000008; + break; + } // case 34 + case 50: + { + input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000010; + break; + } // case 50 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -941,26 +1024,34 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private int targetChangeType_ = 0; /** + * + * *
      * The type of change that occurred.
      * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; + * * @return The enum numeric value on the wire for targetChangeType. */ - @java.lang.Override public int getTargetChangeTypeValue() { + @java.lang.Override + public int getTargetChangeTypeValue() { return targetChangeType_; } /** + * + * *
      * The type of change that occurred.
      * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; + * * @param value The enum numeric value on the wire for targetChangeType to set. * @return This builder for chaining. */ @@ -971,28 +1062,38 @@ public Builder setTargetChangeTypeValue(int value) { return this; } /** + * + * *
      * The type of change that occurred.
      * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; + * * @return The targetChangeType. */ @java.lang.Override public com.google.firestore.v1.TargetChange.TargetChangeType getTargetChangeType() { - com.google.firestore.v1.TargetChange.TargetChangeType result = com.google.firestore.v1.TargetChange.TargetChangeType.forNumber(targetChangeType_); - return result == null ? com.google.firestore.v1.TargetChange.TargetChangeType.UNRECOGNIZED : result; + com.google.firestore.v1.TargetChange.TargetChangeType result = + com.google.firestore.v1.TargetChange.TargetChangeType.forNumber(targetChangeType_); + return result == null + ? com.google.firestore.v1.TargetChange.TargetChangeType.UNRECOGNIZED + : result; } /** + * + * *
      * The type of change that occurred.
      * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; + * * @param value The targetChangeType to set. * @return This builder for chaining. */ - public Builder setTargetChangeType(com.google.firestore.v1.TargetChange.TargetChangeType value) { + public Builder setTargetChangeType( + com.google.firestore.v1.TargetChange.TargetChangeType value) { if (value == null) { throw new NullPointerException(); } @@ -1002,11 +1103,14 @@ public Builder setTargetChangeType(com.google.firestore.v1.TargetChange.TargetCh return this; } /** + * + * *
      * The type of change that occurred.
      * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; + * * @return This builder for chaining. */ public Builder clearTargetChangeType() { @@ -1017,6 +1121,7 @@ public Builder clearTargetChangeType() { } private com.google.protobuf.Internal.IntList targetIds_ = emptyIntList(); + private void ensureTargetIdsIsMutable() { if (!targetIds_.isModifiable()) { targetIds_ = makeMutableCopy(targetIds_); @@ -1024,6 +1129,8 @@ private void ensureTargetIdsIsMutable() { bitField0_ |= 0x00000002; } /** + * + * *
      * The target IDs of targets that have changed.
      *
@@ -1033,14 +1140,16 @@ private void ensureTargetIdsIsMutable() {
      * 
* * repeated int32 target_ids = 2; + * * @return A list containing the targetIds. */ - public java.util.List - getTargetIdsList() { + public java.util.List getTargetIdsList() { targetIds_.makeImmutable(); return targetIds_; } /** + * + * *
      * The target IDs of targets that have changed.
      *
@@ -1050,12 +1159,15 @@ private void ensureTargetIdsIsMutable() {
      * 
* * repeated int32 target_ids = 2; + * * @return The count of targetIds. */ public int getTargetIdsCount() { return targetIds_.size(); } /** + * + * *
      * The target IDs of targets that have changed.
      *
@@ -1065,6 +1177,7 @@ public int getTargetIdsCount() {
      * 
* * repeated int32 target_ids = 2; + * * @param index The index of the element to return. * @return The targetIds at the given index. */ @@ -1072,6 +1185,8 @@ public int getTargetIds(int index) { return targetIds_.getInt(index); } /** + * + * *
      * The target IDs of targets that have changed.
      *
@@ -1081,12 +1196,12 @@ public int getTargetIds(int index) {
      * 
* * repeated int32 target_ids = 2; + * * @param index The index to set the value at. * @param value The targetIds to set. * @return This builder for chaining. */ - public Builder setTargetIds( - int index, int value) { + public Builder setTargetIds(int index, int value) { ensureTargetIdsIsMutable(); targetIds_.setInt(index, value); @@ -1095,6 +1210,8 @@ public Builder setTargetIds( return this; } /** + * + * *
      * The target IDs of targets that have changed.
      *
@@ -1104,6 +1221,7 @@ public Builder setTargetIds(
      * 
* * repeated int32 target_ids = 2; + * * @param value The targetIds to add. * @return This builder for chaining. */ @@ -1116,6 +1234,8 @@ public Builder addTargetIds(int value) { return this; } /** + * + * *
      * The target IDs of targets that have changed.
      *
@@ -1125,19 +1245,20 @@ public Builder addTargetIds(int value) {
      * 
* * repeated int32 target_ids = 2; + * * @param values The targetIds to add. * @return This builder for chaining. */ - public Builder addAllTargetIds( - java.lang.Iterable values) { + public Builder addAllTargetIds(java.lang.Iterable values) { ensureTargetIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, targetIds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, targetIds_); bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * The target IDs of targets that have changed.
      *
@@ -1147,6 +1268,7 @@ public Builder addAllTargetIds(
      * 
* * repeated int32 target_ids = 2; + * * @return This builder for chaining. */ public Builder clearTargetIds() { @@ -1158,24 +1280,31 @@ public Builder clearTargetIds() { private com.google.rpc.Status cause_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> causeBuilder_; + com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> + causeBuilder_; /** + * + * *
      * The error that resulted in this change, if applicable.
      * 
* * .google.rpc.Status cause = 3; + * * @return Whether the cause field is set. */ public boolean hasCause() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * The error that resulted in this change, if applicable.
      * 
* * .google.rpc.Status cause = 3; + * * @return The cause. */ public com.google.rpc.Status getCause() { @@ -1186,6 +1315,8 @@ public com.google.rpc.Status getCause() { } } /** + * + * *
      * The error that resulted in this change, if applicable.
      * 
@@ -1206,14 +1337,15 @@ public Builder setCause(com.google.rpc.Status value) { return this; } /** + * + * *
      * The error that resulted in this change, if applicable.
      * 
* * .google.rpc.Status cause = 3; */ - public Builder setCause( - com.google.rpc.Status.Builder builderForValue) { + public Builder setCause(com.google.rpc.Status.Builder builderForValue) { if (causeBuilder_ == null) { cause_ = builderForValue.build(); } else { @@ -1224,6 +1356,8 @@ public Builder setCause( return this; } /** + * + * *
      * The error that resulted in this change, if applicable.
      * 
@@ -1232,9 +1366,9 @@ public Builder setCause( */ public Builder mergeCause(com.google.rpc.Status value) { if (causeBuilder_ == null) { - if (((bitField0_ & 0x00000004) != 0) && - cause_ != null && - cause_ != com.google.rpc.Status.getDefaultInstance()) { + if (((bitField0_ & 0x00000004) != 0) + && cause_ != null + && cause_ != com.google.rpc.Status.getDefaultInstance()) { getCauseBuilder().mergeFrom(value); } else { cause_ = value; @@ -1249,6 +1383,8 @@ public Builder mergeCause(com.google.rpc.Status value) { return this; } /** + * + * *
      * The error that resulted in this change, if applicable.
      * 
@@ -1266,6 +1402,8 @@ public Builder clearCause() { return this; } /** + * + * *
      * The error that resulted in this change, if applicable.
      * 
@@ -1278,6 +1416,8 @@ public com.google.rpc.Status.Builder getCauseBuilder() { return getCauseFieldBuilder().getBuilder(); } /** + * + * *
      * The error that resulted in this change, if applicable.
      * 
@@ -1288,11 +1428,12 @@ public com.google.rpc.StatusOrBuilder getCauseOrBuilder() { if (causeBuilder_ != null) { return causeBuilder_.getMessageOrBuilder(); } else { - return cause_ == null ? - com.google.rpc.Status.getDefaultInstance() : cause_; + return cause_ == null ? com.google.rpc.Status.getDefaultInstance() : cause_; } } /** + * + * *
      * The error that resulted in this change, if applicable.
      * 
@@ -1300,14 +1441,14 @@ public com.google.rpc.StatusOrBuilder getCauseOrBuilder() { * .google.rpc.Status cause = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> + com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> getCauseFieldBuilder() { if (causeBuilder_ == null) { - causeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder>( - getCause(), - getParentForChildren(), - isClean()); + causeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.rpc.Status, + com.google.rpc.Status.Builder, + com.google.rpc.StatusOrBuilder>(getCause(), getParentForChildren(), isClean()); cause_ = null; } return causeBuilder_; @@ -1315,6 +1456,8 @@ public com.google.rpc.StatusOrBuilder getCauseOrBuilder() { private com.google.protobuf.ByteString resumeToken_ = com.google.protobuf.ByteString.EMPTY; /** + * + * *
      * A token that can be used to resume the stream for the given `target_ids`,
      * or all targets if `target_ids` is empty.
@@ -1323,6 +1466,7 @@ public com.google.rpc.StatusOrBuilder getCauseOrBuilder() {
      * 
* * bytes resume_token = 4; + * * @return The resumeToken. */ @java.lang.Override @@ -1330,6 +1474,8 @@ public com.google.protobuf.ByteString getResumeToken() { return resumeToken_; } /** + * + * *
      * A token that can be used to resume the stream for the given `target_ids`,
      * or all targets if `target_ids` is empty.
@@ -1338,17 +1484,22 @@ public com.google.protobuf.ByteString getResumeToken() {
      * 
* * bytes resume_token = 4; + * * @param value The resumeToken to set. * @return This builder for chaining. */ public Builder setResumeToken(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } resumeToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** + * + * *
      * A token that can be used to resume the stream for the given `target_ids`,
      * or all targets if `target_ids` is empty.
@@ -1357,6 +1508,7 @@ public Builder setResumeToken(com.google.protobuf.ByteString value) {
      * 
* * bytes resume_token = 4; + * * @return This builder for chaining. */ public Builder clearResumeToken() { @@ -1368,8 +1520,13 @@ public Builder clearResumeToken() { private com.google.protobuf.Timestamp readTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + readTimeBuilder_; /** + * + * *
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1384,12 +1541,15 @@ public Builder clearResumeToken() {
      * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return Whether the readTime field is set. */ public boolean hasReadTime() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1404,6 +1564,7 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return The readTime. */ public com.google.protobuf.Timestamp getReadTime() { @@ -1414,6 +1575,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1443,6 +1606,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1458,8 +1623,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp read_time = 6;
      */
-    public Builder setReadTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (readTimeBuilder_ == null) {
         readTime_ = builderForValue.build();
       } else {
@@ -1470,6 +1634,8 @@ public Builder setReadTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1487,9 +1653,9 @@ public Builder setReadTime(
      */
     public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       if (readTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000010) != 0) &&
-          readTime_ != null &&
-          readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000010) != 0)
+            && readTime_ != null
+            && readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getReadTimeBuilder().mergeFrom(value);
         } else {
           readTime_ = value;
@@ -1504,6 +1670,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1530,6 +1698,8 @@ public Builder clearReadTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1551,6 +1721,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
       return getReadTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1570,11 +1742,12 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (readTimeBuilder_ != null) {
         return readTimeBuilder_.getMessageOrBuilder();
       } else {
-        return readTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
+        return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The consistent `read_time` for the given `target_ids` (omitted when the
      * target_ids are not at a consistent snapshot).
@@ -1591,21 +1764,24 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
      * .google.protobuf.Timestamp read_time = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getReadTimeFieldBuilder() {
       if (readTimeBuilder_ == null) {
-        readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getReadTime(),
-                getParentForChildren(),
-                isClean());
+        readTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getReadTime(), getParentForChildren(), isClean());
         readTime_ = null;
       }
       return readTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1615,12 +1791,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.TargetChange)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.TargetChange)
   private static final com.google.firestore.v1.TargetChange DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.TargetChange();
   }
@@ -1629,27 +1805,27 @@ public static com.google.firestore.v1.TargetChange getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public TargetChange parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public TargetChange parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1664,6 +1840,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.TargetChange getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChangeOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChangeOrBuilder.java
similarity index 85%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChangeOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChangeOrBuilder.java
index 668a5bc80..6e8591be1 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChangeOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetChangeOrBuilder.java
@@ -1,33 +1,57 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface TargetChangeOrBuilder extends
+public interface TargetChangeOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.TargetChange)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The type of change that occurred.
    * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; + * * @return The enum numeric value on the wire for targetChangeType. */ int getTargetChangeTypeValue(); /** + * + * *
    * The type of change that occurred.
    * 
* * .google.firestore.v1.TargetChange.TargetChangeType target_change_type = 1; + * * @return The targetChangeType. */ com.google.firestore.v1.TargetChange.TargetChangeType getTargetChangeType(); /** + * + * *
    * The target IDs of targets that have changed.
    *
@@ -37,10 +61,13 @@ public interface TargetChangeOrBuilder extends
    * 
* * repeated int32 target_ids = 2; + * * @return A list containing the targetIds. */ java.util.List getTargetIdsList(); /** + * + * *
    * The target IDs of targets that have changed.
    *
@@ -50,10 +77,13 @@ public interface TargetChangeOrBuilder extends
    * 
* * repeated int32 target_ids = 2; + * * @return The count of targetIds. */ int getTargetIdsCount(); /** + * + * *
    * The target IDs of targets that have changed.
    *
@@ -63,30 +93,39 @@ public interface TargetChangeOrBuilder extends
    * 
* * repeated int32 target_ids = 2; + * * @param index The index of the element to return. * @return The targetIds at the given index. */ int getTargetIds(int index); /** + * + * *
    * The error that resulted in this change, if applicable.
    * 
* * .google.rpc.Status cause = 3; + * * @return Whether the cause field is set. */ boolean hasCause(); /** + * + * *
    * The error that resulted in this change, if applicable.
    * 
* * .google.rpc.Status cause = 3; + * * @return The cause. */ com.google.rpc.Status getCause(); /** + * + * *
    * The error that resulted in this change, if applicable.
    * 
@@ -96,6 +135,8 @@ public interface TargetChangeOrBuilder extends com.google.rpc.StatusOrBuilder getCauseOrBuilder(); /** + * + * *
    * A token that can be used to resume the stream for the given `target_ids`,
    * or all targets if `target_ids` is empty.
@@ -104,11 +145,14 @@ public interface TargetChangeOrBuilder extends
    * 
* * bytes resume_token = 4; + * * @return The resumeToken. */ com.google.protobuf.ByteString getResumeToken(); /** + * + * *
    * The consistent `read_time` for the given `target_ids` (omitted when the
    * target_ids are not at a consistent snapshot).
@@ -123,10 +167,13 @@ public interface TargetChangeOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * The consistent `read_time` for the given `target_ids` (omitted when the
    * target_ids are not at a consistent snapshot).
@@ -141,10 +188,13 @@ public interface TargetChangeOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 6; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * The consistent `read_time` for the given `target_ids` (omitted when the
    * target_ids are not at a consistent snapshot).
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetOrBuilder.java
similarity index 87%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetOrBuilder.java
index 779f5a2c3..833c7c5e1 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TargetOrBuilder.java
@@ -1,32 +1,56 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface TargetOrBuilder extends
+public interface TargetOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.Target)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * A target specified by a query.
    * 
* * .google.firestore.v1.Target.QueryTarget query = 2; + * * @return Whether the query field is set. */ boolean hasQuery(); /** + * + * *
    * A target specified by a query.
    * 
* * .google.firestore.v1.Target.QueryTarget query = 2; + * * @return The query. */ com.google.firestore.v1.Target.QueryTarget getQuery(); /** + * + * *
    * A target specified by a query.
    * 
@@ -36,24 +60,32 @@ public interface TargetOrBuilder extends com.google.firestore.v1.Target.QueryTargetOrBuilder getQueryOrBuilder(); /** + * + * *
    * A target specified by a set of document names.
    * 
* * .google.firestore.v1.Target.DocumentsTarget documents = 3; + * * @return Whether the documents field is set. */ boolean hasDocuments(); /** + * + * *
    * A target specified by a set of document names.
    * 
* * .google.firestore.v1.Target.DocumentsTarget documents = 3; + * * @return The documents. */ com.google.firestore.v1.Target.DocumentsTarget getDocuments(); /** + * + * *
    * A target specified by a set of document names.
    * 
@@ -63,6 +95,8 @@ public interface TargetOrBuilder extends com.google.firestore.v1.Target.DocumentsTargetOrBuilder getDocumentsOrBuilder(); /** + * + * *
    * A resume token from a prior
    * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -71,10 +105,13 @@ public interface TargetOrBuilder extends
    * 
* * bytes resume_token = 4; + * * @return Whether the resumeToken field is set. */ boolean hasResumeToken(); /** + * + * *
    * A resume token from a prior
    * [TargetChange][google.firestore.v1.TargetChange] for an identical target.
@@ -83,11 +120,14 @@ public interface TargetOrBuilder extends
    * 
* * bytes resume_token = 4; + * * @return The resumeToken. */ com.google.protobuf.ByteString getResumeToken(); /** + * + * *
    * Start listening after a specific `read_time`.
    *
@@ -95,10 +135,13 @@ public interface TargetOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 11; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
    * Start listening after a specific `read_time`.
    *
@@ -106,10 +149,13 @@ public interface TargetOrBuilder extends
    * 
* * .google.protobuf.Timestamp read_time = 11; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
    * Start listening after a specific `read_time`.
    *
@@ -121,6 +167,8 @@ public interface TargetOrBuilder extends
   com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
   /**
+   *
+   *
    * 
    * The target ID that identifies the target on the stream. Must be a positive
    * number and non-zero.
@@ -142,21 +190,27 @@ public interface TargetOrBuilder extends
    * 
* * int32 target_id = 5; + * * @return The targetId. */ int getTargetId(); /** + * + * *
    * If the target should be removed once it is current and consistent.
    * 
* * bool once = 6; + * * @return The once. */ boolean getOnce(); /** + * + * *
    * The number of documents that last matched the query at the resume token or
    * read time.
@@ -167,10 +221,13 @@ public interface TargetOrBuilder extends
    * 
* * .google.protobuf.Int32Value expected_count = 12; + * * @return Whether the expectedCount field is set. */ boolean hasExpectedCount(); /** + * + * *
    * The number of documents that last matched the query at the resume token or
    * read time.
@@ -181,10 +238,13 @@ public interface TargetOrBuilder extends
    * 
* * .google.protobuf.Int32Value expected_count = 12; + * * @return The expectedCount. */ com.google.protobuf.Int32Value getExpectedCount(); /** + * + * *
    * The number of documents that last matched the query at the resume token or
    * read time.
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptions.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptions.java
similarity index 72%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptions.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptions.java
index 6dee2c7c1..17e8f10de 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptions.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptions.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/common.proto
 
@@ -5,59 +20,68 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * Options for creating a new transaction.
  * 
* * Protobuf type {@code google.firestore.v1.TransactionOptions} */ -public final class TransactionOptions extends - com.google.protobuf.GeneratedMessageV3 implements +public final class TransactionOptions extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.TransactionOptions) TransactionOptionsOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use TransactionOptions.newBuilder() to construct. private TransactionOptions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private TransactionOptions() { - } + + private TransactionOptions() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new TransactionOptions(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_TransactionOptions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.TransactionOptions.class, com.google.firestore.v1.TransactionOptions.Builder.class); + com.google.firestore.v1.TransactionOptions.class, + com.google.firestore.v1.TransactionOptions.Builder.class); } - public interface ReadWriteOrBuilder extends + public interface ReadWriteOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.TransactionOptions.ReadWrite) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * An optional transaction to retry.
      * 
* * bytes retry_transaction = 1; + * * @return The retryTransaction. */ com.google.protobuf.ByteString getRetryTransaction(); } /** + * + * *
    * Options for a transaction that can be used to read and write documents.
    *
@@ -67,47 +91,52 @@ public interface ReadWriteOrBuilder extends
    *
    * Protobuf type {@code google.firestore.v1.TransactionOptions.ReadWrite}
    */
-  public static final class ReadWrite extends
-      com.google.protobuf.GeneratedMessageV3 implements
+  public static final class ReadWrite extends com.google.protobuf.GeneratedMessageV3
+      implements
       // @@protoc_insertion_point(message_implements:google.firestore.v1.TransactionOptions.ReadWrite)
       ReadWriteOrBuilder {
-  private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
     // Use ReadWrite.newBuilder() to construct.
     private ReadWrite(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
+
     private ReadWrite() {
       retryTransaction_ = com.google.protobuf.ByteString.EMPTY;
     }
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(
-        UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
       return new ReadWrite();
     }
 
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.CommonProto
+          .internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable
+      return com.google.firestore.v1.CommonProto
+          .internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.TransactionOptions.ReadWrite.class, com.google.firestore.v1.TransactionOptions.ReadWrite.Builder.class);
+              com.google.firestore.v1.TransactionOptions.ReadWrite.class,
+              com.google.firestore.v1.TransactionOptions.ReadWrite.Builder.class);
     }
 
     public static final int RETRY_TRANSACTION_FIELD_NUMBER = 1;
     private com.google.protobuf.ByteString retryTransaction_ = com.google.protobuf.ByteString.EMPTY;
     /**
+     *
+     *
      * 
      * An optional transaction to retry.
      * 
* * bytes retry_transaction = 1; + * * @return The retryTransaction. */ @java.lang.Override @@ -116,6 +145,7 @@ public com.google.protobuf.ByteString getRetryTransaction() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -127,8 +157,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!retryTransaction_.isEmpty()) { output.writeBytes(1, retryTransaction_); } @@ -142,8 +171,7 @@ public int getSerializedSize() { size = 0; if (!retryTransaction_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize(1, retryTransaction_); + size += com.google.protobuf.CodedOutputStream.computeBytesSize(1, retryTransaction_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -153,15 +181,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.TransactionOptions.ReadWrite)) { return super.equals(obj); } - com.google.firestore.v1.TransactionOptions.ReadWrite other = (com.google.firestore.v1.TransactionOptions.ReadWrite) obj; + com.google.firestore.v1.TransactionOptions.ReadWrite other = + (com.google.firestore.v1.TransactionOptions.ReadWrite) obj; - if (!getRetryTransaction() - .equals(other.getRetryTransaction())) return false; + if (!getRetryTransaction().equals(other.getRetryTransaction())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -181,89 +209,94 @@ public int hashCode() { } public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.TransactionOptions.ReadWrite parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.TransactionOptions.ReadWrite parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.TransactionOptions.ReadWrite parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.TransactionOptions.ReadWrite parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.firestore.v1.TransactionOptions.ReadWrite prototype) { + + public static Builder newBuilder( + com.google.firestore.v1.TransactionOptions.ReadWrite prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -273,6 +306,8 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Options for a transaction that can be used to read and write documents.
      *
@@ -282,33 +317,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.firestore.v1.TransactionOptions.ReadWrite}
      */
-    public static final class Builder extends
-        com.google.protobuf.GeneratedMessageV3.Builder implements
+    public static final class Builder
+        extends com.google.protobuf.GeneratedMessageV3.Builder
+        implements
         // @@protoc_insertion_point(builder_implements:google.firestore.v1.TransactionOptions.ReadWrite)
         com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor
-          getDescriptor() {
-        return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+        return com.google.firestore.v1.CommonProto
+            .internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable
+        return com.google.firestore.v1.CommonProto
+            .internal_static_google_firestore_v1_TransactionOptions_ReadWrite_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.firestore.v1.TransactionOptions.ReadWrite.class, com.google.firestore.v1.TransactionOptions.ReadWrite.Builder.class);
+                com.google.firestore.v1.TransactionOptions.ReadWrite.class,
+                com.google.firestore.v1.TransactionOptions.ReadWrite.Builder.class);
       }
 
       // Construct using com.google.firestore.v1.TransactionOptions.ReadWrite.newBuilder()
-      private Builder() {
-
-      }
+      private Builder() {}
 
-      private Builder(
-          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
         super(parent);
-
       }
+
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -318,9 +353,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor
-          getDescriptorForType() {
-        return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+        return com.google.firestore.v1.CommonProto
+            .internal_static_google_firestore_v1_TransactionOptions_ReadWrite_descriptor;
       }
 
       @java.lang.Override
@@ -339,8 +374,11 @@ public com.google.firestore.v1.TransactionOptions.ReadWrite build() {
 
       @java.lang.Override
       public com.google.firestore.v1.TransactionOptions.ReadWrite buildPartial() {
-        com.google.firestore.v1.TransactionOptions.ReadWrite result = new com.google.firestore.v1.TransactionOptions.ReadWrite(this);
-        if (bitField0_ != 0) { buildPartial0(result); }
+        com.google.firestore.v1.TransactionOptions.ReadWrite result =
+            new com.google.firestore.v1.TransactionOptions.ReadWrite(this);
+        if (bitField0_ != 0) {
+          buildPartial0(result);
+        }
         onBuilt();
         return result;
       }
@@ -356,38 +394,41 @@ private void buildPartial0(com.google.firestore.v1.TransactionOptions.ReadWrite
       public Builder clone() {
         return super.clone();
       }
+
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field,
-          java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
         return super.setField(field, value);
       }
+
       @java.lang.Override
-      public Builder clearField(
-          com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
+
       @java.lang.Override
-      public Builder clearOneof(
-          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
+
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index, java.lang.Object value) {
+          int index,
+          java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
+
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field,
-          java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
+
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.firestore.v1.TransactionOptions.ReadWrite) {
-          return mergeFrom((com.google.firestore.v1.TransactionOptions.ReadWrite)other);
+          return mergeFrom((com.google.firestore.v1.TransactionOptions.ReadWrite) other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -395,7 +436,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.firestore.v1.TransactionOptions.ReadWrite other) {
-        if (other == com.google.firestore.v1.TransactionOptions.ReadWrite.getDefaultInstance()) return this;
+        if (other == com.google.firestore.v1.TransactionOptions.ReadWrite.getDefaultInstance())
+          return this;
         if (other.getRetryTransaction() != com.google.protobuf.ByteString.EMPTY) {
           setRetryTransaction(other.getRetryTransaction());
         }
@@ -425,17 +467,19 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10: {
-                retryTransaction_ = input.readBytes();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-              default: {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              case 10:
+                {
+                  retryTransaction_ = input.readBytes();
+                  bitField0_ |= 0x00000001;
+                  break;
+                } // case 10
+              default:
+                {
+                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                    done = true; // was an endgroup tag
+                  }
+                  break;
+                } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -445,15 +489,20 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
+
       private int bitField0_;
 
-      private com.google.protobuf.ByteString retryTransaction_ = com.google.protobuf.ByteString.EMPTY;
+      private com.google.protobuf.ByteString retryTransaction_ =
+          com.google.protobuf.ByteString.EMPTY;
       /**
+       *
+       *
        * 
        * An optional transaction to retry.
        * 
* * bytes retry_transaction = 1; + * * @return The retryTransaction. */ @java.lang.Override @@ -461,27 +510,35 @@ public com.google.protobuf.ByteString getRetryTransaction() { return retryTransaction_; } /** + * + * *
        * An optional transaction to retry.
        * 
* * bytes retry_transaction = 1; + * * @param value The retryTransaction to set. * @return This builder for chaining. */ public Builder setRetryTransaction(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } retryTransaction_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
        * An optional transaction to retry.
        * 
* * bytes retry_transaction = 1; + * * @return This builder for chaining. */ public Builder clearRetryTransaction() { @@ -490,6 +547,7 @@ public Builder clearRetryTransaction() { onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -502,12 +560,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.TransactionOptions.ReadWrite) } // @@protoc_insertion_point(class_scope:google.firestore.v1.TransactionOptions.ReadWrite) private static final com.google.firestore.v1.TransactionOptions.ReadWrite DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.TransactionOptions.ReadWrite(); } @@ -516,27 +574,28 @@ public static com.google.firestore.v1.TransactionOptions.ReadWrite getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ReadWrite parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ReadWrite parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -551,14 +610,16 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.TransactionOptions.ReadWrite getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface ReadOnlyOrBuilder extends + public interface ReadOnlyOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.TransactionOptions.ReadOnly) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * Reads documents at the given time.
      *
@@ -568,10 +629,13 @@ public interface ReadOnlyOrBuilder extends
      * 
* * .google.protobuf.Timestamp read_time = 2; + * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** + * + * *
      * Reads documents at the given time.
      *
@@ -581,10 +645,13 @@ public interface ReadOnlyOrBuilder extends
      * 
* * .google.protobuf.Timestamp read_time = 2; + * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** + * + * *
      * Reads documents at the given time.
      *
@@ -597,56 +664,64 @@ public interface ReadOnlyOrBuilder extends
      */
     com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder();
 
-    com.google.firestore.v1.TransactionOptions.ReadOnly.ConsistencySelectorCase getConsistencySelectorCase();
+    com.google.firestore.v1.TransactionOptions.ReadOnly.ConsistencySelectorCase
+        getConsistencySelectorCase();
   }
   /**
+   *
+   *
    * 
    * Options for a transaction that can only be used to read documents.
    * 
* * Protobuf type {@code google.firestore.v1.TransactionOptions.ReadOnly} */ - public static final class ReadOnly extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class ReadOnly extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.TransactionOptions.ReadOnly) ReadOnlyOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ReadOnly.newBuilder() to construct. private ReadOnly(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ReadOnly() { - } + + private ReadOnly() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ReadOnly(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.TransactionOptions.ReadOnly.class, com.google.firestore.v1.TransactionOptions.ReadOnly.Builder.class); + com.google.firestore.v1.TransactionOptions.ReadOnly.class, + com.google.firestore.v1.TransactionOptions.ReadOnly.Builder.class); } private int consistencySelectorCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object consistencySelector_; + public enum ConsistencySelectorCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { READ_TIME(2), CONSISTENCYSELECTOR_NOT_SET(0); private final int value; + private ConsistencySelectorCase(int value) { this.value = value; } @@ -662,24 +737,28 @@ public static ConsistencySelectorCase valueOf(int value) { public static ConsistencySelectorCase forNumber(int value) { switch (value) { - case 2: return READ_TIME; - case 0: return CONSISTENCYSELECTOR_NOT_SET; - default: return null; + case 2: + return READ_TIME; + case 0: + return CONSISTENCYSELECTOR_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public ConsistencySelectorCase - getConsistencySelectorCase() { - return ConsistencySelectorCase.forNumber( - consistencySelectorCase_); + public ConsistencySelectorCase getConsistencySelectorCase() { + return ConsistencySelectorCase.forNumber(consistencySelectorCase_); } public static final int READ_TIME_FIELD_NUMBER = 2; /** + * + * *
      * Reads documents at the given time.
      *
@@ -689,6 +768,7 @@ public int getNumber() {
      * 
* * .google.protobuf.Timestamp read_time = 2; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -696,6 +776,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 2; } /** + * + * *
      * Reads documents at the given time.
      *
@@ -705,16 +787,19 @@ public boolean hasReadTime() {
      * 
* * .google.protobuf.Timestamp read_time = 2; + * * @return The readTime. */ @java.lang.Override public com.google.protobuf.Timestamp getReadTime() { if (consistencySelectorCase_ == 2) { - return (com.google.protobuf.Timestamp) consistencySelector_; + return (com.google.protobuf.Timestamp) consistencySelector_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** + * + * *
      * Reads documents at the given time.
      *
@@ -728,12 +813,13 @@ public com.google.protobuf.Timestamp getReadTime() {
     @java.lang.Override
     public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
       if (consistencySelectorCase_ == 2) {
-         return (com.google.protobuf.Timestamp) consistencySelector_;
+        return (com.google.protobuf.Timestamp) consistencySelector_;
       }
       return com.google.protobuf.Timestamp.getDefaultInstance();
     }
 
     private byte memoizedIsInitialized = -1;
+
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -745,8 +831,7 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output)
-                        throws java.io.IOException {
+    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
       if (consistencySelectorCase_ == 2) {
         output.writeMessage(2, (com.google.protobuf.Timestamp) consistencySelector_);
       }
@@ -760,8 +845,9 @@ public int getSerializedSize() {
 
       size = 0;
       if (consistencySelectorCase_ == 2) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(2, (com.google.protobuf.Timestamp) consistencySelector_);
+        size +=
+            com.google.protobuf.CodedOutputStream.computeMessageSize(
+                2, (com.google.protobuf.Timestamp) consistencySelector_);
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -771,18 +857,18 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-       return true;
+        return true;
       }
       if (!(obj instanceof com.google.firestore.v1.TransactionOptions.ReadOnly)) {
         return super.equals(obj);
       }
-      com.google.firestore.v1.TransactionOptions.ReadOnly other = (com.google.firestore.v1.TransactionOptions.ReadOnly) obj;
+      com.google.firestore.v1.TransactionOptions.ReadOnly other =
+          (com.google.firestore.v1.TransactionOptions.ReadOnly) obj;
 
       if (!getConsistencySelectorCase().equals(other.getConsistencySelectorCase())) return false;
       switch (consistencySelectorCase_) {
         case 2:
-          if (!getReadTime()
-              .equals(other.getReadTime())) return false;
+          if (!getReadTime().equals(other.getReadTime())) return false;
           break;
         case 0:
         default:
@@ -812,89 +898,94 @@ public int hashCode() {
     }
 
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
-        java.nio.ByteBuffer data)
-        throws com.google.protobuf.InvalidProtocolBufferException {
+        java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
-        java.nio.ByteBuffer data,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
+
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
+
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
-        byte[] data,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-    public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(java.io.InputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input);
+
+    public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
+        java.io.InputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
     }
+
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
-        java.io.InputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+          PARSER, input, extensionRegistry);
     }
 
-    public static com.google.firestore.v1.TransactionOptions.ReadOnly parseDelimitedFrom(java.io.InputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseDelimitedWithIOException(PARSER, input);
+    public static com.google.firestore.v1.TransactionOptions.ReadOnly parseDelimitedFrom(
+        java.io.InputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
     }
 
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseDelimitedFrom(
-        java.io.InputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+          PARSER, input, extensionRegistry);
     }
+
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
-        com.google.protobuf.CodedInputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
     }
+
     public static com.google.firestore.v1.TransactionOptions.ReadOnly parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseWithIOException(PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+          PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() { return newBuilder(); }
+    public Builder newBuilderForType() {
+      return newBuilder();
+    }
+
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
-    public static Builder newBuilder(com.google.firestore.v1.TransactionOptions.ReadOnly prototype) {
+
+    public static Builder newBuilder(
+        com.google.firestore.v1.TransactionOptions.ReadOnly prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
+
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE
-          ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -904,39 +995,41 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
+     *
+     *
      * 
      * Options for a transaction that can only be used to read documents.
      * 
* * Protobuf type {@code google.firestore.v1.TransactionOptions.ReadOnly} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.TransactionOptions.ReadOnly) com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_TransactionOptions_ReadOnly_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.TransactionOptions.ReadOnly.class, com.google.firestore.v1.TransactionOptions.ReadOnly.Builder.class); + com.google.firestore.v1.TransactionOptions.ReadOnly.class, + com.google.firestore.v1.TransactionOptions.ReadOnly.Builder.class); } // Construct using com.google.firestore.v1.TransactionOptions.ReadOnly.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -950,9 +1043,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_TransactionOptions_ReadOnly_descriptor; } @java.lang.Override @@ -971,8 +1064,11 @@ public com.google.firestore.v1.TransactionOptions.ReadOnly build() { @java.lang.Override public com.google.firestore.v1.TransactionOptions.ReadOnly buildPartial() { - com.google.firestore.v1.TransactionOptions.ReadOnly result = new com.google.firestore.v1.TransactionOptions.ReadOnly(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.TransactionOptions.ReadOnly result = + new com.google.firestore.v1.TransactionOptions.ReadOnly(this); + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; @@ -985,8 +1081,7 @@ private void buildPartial0(com.google.firestore.v1.TransactionOptions.ReadOnly r private void buildPartialOneofs(com.google.firestore.v1.TransactionOptions.ReadOnly result) { result.consistencySelectorCase_ = consistencySelectorCase_; result.consistencySelector_ = this.consistencySelector_; - if (consistencySelectorCase_ == 2 && - readTimeBuilder_ != null) { + if (consistencySelectorCase_ == 2 && readTimeBuilder_ != null) { result.consistencySelector_ = readTimeBuilder_.build(); } } @@ -995,38 +1090,41 @@ private void buildPartialOneofs(com.google.firestore.v1.TransactionOptions.ReadO public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + int index, + java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.TransactionOptions.ReadOnly) { - return mergeFrom((com.google.firestore.v1.TransactionOptions.ReadOnly)other); + return mergeFrom((com.google.firestore.v1.TransactionOptions.ReadOnly) other); } else { super.mergeFrom(other); return this; @@ -1034,15 +1132,18 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.firestore.v1.TransactionOptions.ReadOnly other) { - if (other == com.google.firestore.v1.TransactionOptions.ReadOnly.getDefaultInstance()) return this; + if (other == com.google.firestore.v1.TransactionOptions.ReadOnly.getDefaultInstance()) + return this; switch (other.getConsistencySelectorCase()) { - case READ_TIME: { - mergeReadTime(other.getReadTime()); - break; - } - case CONSISTENCYSELECTOR_NOT_SET: { - break; - } + case READ_TIME: + { + mergeReadTime(other.getReadTime()); + break; + } + case CONSISTENCYSELECTOR_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -1070,19 +1171,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: { - input.readMessage( - getReadTimeFieldBuilder().getBuilder(), - extensionRegistry); - consistencySelectorCase_ = 2; - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: + { + input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry); + consistencySelectorCase_ = 2; + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1092,12 +1193,12 @@ public Builder mergeFrom( } // finally return this; } + private int consistencySelectorCase_ = 0; private java.lang.Object consistencySelector_; - public ConsistencySelectorCase - getConsistencySelectorCase() { - return ConsistencySelectorCase.forNumber( - consistencySelectorCase_); + + public ConsistencySelectorCase getConsistencySelectorCase() { + return ConsistencySelectorCase.forNumber(consistencySelectorCase_); } public Builder clearConsistencySelector() { @@ -1110,8 +1211,13 @@ public Builder clearConsistencySelector() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + readTimeBuilder_; /** + * + * *
        * Reads documents at the given time.
        *
@@ -1121,6 +1227,7 @@ public Builder clearConsistencySelector() {
        * 
* * .google.protobuf.Timestamp read_time = 2; + * * @return Whether the readTime field is set. */ @java.lang.Override @@ -1128,6 +1235,8 @@ public boolean hasReadTime() { return consistencySelectorCase_ == 2; } /** + * + * *
        * Reads documents at the given time.
        *
@@ -1137,6 +1246,7 @@ public boolean hasReadTime() {
        * 
* * .google.protobuf.Timestamp read_time = 2; + * * @return The readTime. */ @java.lang.Override @@ -1154,6 +1264,8 @@ public com.google.protobuf.Timestamp getReadTime() { } } /** + * + * *
        * Reads documents at the given time.
        *
@@ -1178,6 +1290,8 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
         return this;
       }
       /**
+       *
+       *
        * 
        * Reads documents at the given time.
        *
@@ -1188,8 +1302,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) {
        *
        * .google.protobuf.Timestamp read_time = 2;
        */
-      public Builder setReadTime(
-          com.google.protobuf.Timestamp.Builder builderForValue) {
+      public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
         if (readTimeBuilder_ == null) {
           consistencySelector_ = builderForValue.build();
           onChanged();
@@ -1200,6 +1313,8 @@ public Builder setReadTime(
         return this;
       }
       /**
+       *
+       *
        * 
        * Reads documents at the given time.
        *
@@ -1212,10 +1327,13 @@ public Builder setReadTime(
        */
       public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
         if (readTimeBuilder_ == null) {
-          if (consistencySelectorCase_ == 2 &&
-              consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-            consistencySelector_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) consistencySelector_)
-                .mergeFrom(value).buildPartial();
+          if (consistencySelectorCase_ == 2
+              && consistencySelector_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+            consistencySelector_ =
+                com.google.protobuf.Timestamp.newBuilder(
+                        (com.google.protobuf.Timestamp) consistencySelector_)
+                    .mergeFrom(value)
+                    .buildPartial();
           } else {
             consistencySelector_ = value;
           }
@@ -1231,6 +1349,8 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
         return this;
       }
       /**
+       *
+       *
        * 
        * Reads documents at the given time.
        *
@@ -1258,6 +1378,8 @@ public Builder clearReadTime() {
         return this;
       }
       /**
+       *
+       *
        * 
        * Reads documents at the given time.
        *
@@ -1272,6 +1394,8 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
         return getReadTimeFieldBuilder().getBuilder();
       }
       /**
+       *
+       *
        * 
        * Reads documents at the given time.
        *
@@ -1294,6 +1418,8 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
         }
       }
       /**
+       *
+       *
        * 
        * Reads documents at the given time.
        *
@@ -1305,14 +1431,19 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
        * .google.protobuf.Timestamp read_time = 2;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-          com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+              com.google.protobuf.Timestamp,
+              com.google.protobuf.Timestamp.Builder,
+              com.google.protobuf.TimestampOrBuilder>
           getReadTimeFieldBuilder() {
         if (readTimeBuilder_ == null) {
           if (!(consistencySelectorCase_ == 2)) {
             consistencySelector_ = com.google.protobuf.Timestamp.getDefaultInstance();
           }
-          readTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-              com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+          readTimeBuilder_ =
+              new com.google.protobuf.SingleFieldBuilderV3<
+                  com.google.protobuf.Timestamp,
+                  com.google.protobuf.Timestamp.Builder,
+                  com.google.protobuf.TimestampOrBuilder>(
                   (com.google.protobuf.Timestamp) consistencySelector_,
                   getParentForChildren(),
                   isClean());
@@ -1322,6 +1453,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
         onChanged();
         return readTimeBuilder_;
       }
+
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -1334,12 +1466,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
-
       // @@protoc_insertion_point(builder_scope:google.firestore.v1.TransactionOptions.ReadOnly)
     }
 
     // @@protoc_insertion_point(class_scope:google.firestore.v1.TransactionOptions.ReadOnly)
     private static final com.google.firestore.v1.TransactionOptions.ReadOnly DEFAULT_INSTANCE;
+
     static {
       DEFAULT_INSTANCE = new com.google.firestore.v1.TransactionOptions.ReadOnly();
     }
@@ -1348,27 +1480,28 @@ public static com.google.firestore.v1.TransactionOptions.ReadOnly getDefaultInst
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser
-        PARSER = new com.google.protobuf.AbstractParser() {
-      @java.lang.Override
-      public ReadOnly parsePartialFrom(
-          com.google.protobuf.CodedInputStream input,
-          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-          throws com.google.protobuf.InvalidProtocolBufferException {
-        Builder builder = newBuilder();
-        try {
-          builder.mergeFrom(input, extensionRegistry);
-        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-          throw e.setUnfinishedMessage(builder.buildPartial());
-        } catch (com.google.protobuf.UninitializedMessageException e) {
-          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-        } catch (java.io.IOException e) {
-          throw new com.google.protobuf.InvalidProtocolBufferException(e)
-              .setUnfinishedMessage(builder.buildPartial());
-        }
-        return builder.buildPartial();
-      }
-    };
+    private static final com.google.protobuf.Parser PARSER =
+        new com.google.protobuf.AbstractParser() {
+          @java.lang.Override
+          public ReadOnly parsePartialFrom(
+              com.google.protobuf.CodedInputStream input,
+              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+              throws com.google.protobuf.InvalidProtocolBufferException {
+            Builder builder = newBuilder();
+            try {
+              builder.mergeFrom(input, extensionRegistry);
+            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+              throw e.setUnfinishedMessage(builder.buildPartial());
+            } catch (com.google.protobuf.UninitializedMessageException e) {
+              throw e.asInvalidProtocolBufferException()
+                  .setUnfinishedMessage(builder.buildPartial());
+            } catch (java.io.IOException e) {
+              throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                  .setUnfinishedMessage(builder.buildPartial());
+            }
+            return builder.buildPartial();
+          }
+        };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -1383,19 +1516,22 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.firestore.v1.TransactionOptions.ReadOnly getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
-
   }
 
   private int modeCase_ = 0;
+
   @SuppressWarnings("serial")
   private java.lang.Object mode_;
+
   public enum ModeCase
-      implements com.google.protobuf.Internal.EnumLite,
+      implements
+          com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     READ_ONLY(2),
     READ_WRITE(3),
     MODE_NOT_SET(0);
     private final int value;
+
     private ModeCase(int value) {
       this.value = value;
     }
@@ -1411,30 +1547,36 @@ public static ModeCase valueOf(int value) {
 
     public static ModeCase forNumber(int value) {
       switch (value) {
-        case 2: return READ_ONLY;
-        case 3: return READ_WRITE;
-        case 0: return MODE_NOT_SET;
-        default: return null;
+        case 2:
+          return READ_ONLY;
+        case 3:
+          return READ_WRITE;
+        case 0:
+          return MODE_NOT_SET;
+        default:
+          return null;
       }
     }
+
     public int getNumber() {
       return this.value;
     }
   };
 
-  public ModeCase
-  getModeCase() {
-    return ModeCase.forNumber(
-        modeCase_);
+  public ModeCase getModeCase() {
+    return ModeCase.forNumber(modeCase_);
   }
 
   public static final int READ_ONLY_FIELD_NUMBER = 2;
   /**
+   *
+   *
    * 
    * The transaction can only be used for read operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadOnly read_only = 2; + * * @return Whether the readOnly field is set. */ @java.lang.Override @@ -1442,21 +1584,26 @@ public boolean hasReadOnly() { return modeCase_ == 2; } /** + * + * *
    * The transaction can only be used for read operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadOnly read_only = 2; + * * @return The readOnly. */ @java.lang.Override public com.google.firestore.v1.TransactionOptions.ReadOnly getReadOnly() { if (modeCase_ == 2) { - return (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_; + return (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_; } return com.google.firestore.v1.TransactionOptions.ReadOnly.getDefaultInstance(); } /** + * + * *
    * The transaction can only be used for read operations.
    * 
@@ -1466,18 +1613,21 @@ public com.google.firestore.v1.TransactionOptions.ReadOnly getReadOnly() { @java.lang.Override public com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyOrBuilder() { if (modeCase_ == 2) { - return (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_; + return (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_; } return com.google.firestore.v1.TransactionOptions.ReadOnly.getDefaultInstance(); } public static final int READ_WRITE_FIELD_NUMBER = 3; /** + * + * *
    * The transaction can be used for both read and write operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadWrite read_write = 3; + * * @return Whether the readWrite field is set. */ @java.lang.Override @@ -1485,21 +1635,26 @@ public boolean hasReadWrite() { return modeCase_ == 3; } /** + * + * *
    * The transaction can be used for both read and write operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadWrite read_write = 3; + * * @return The readWrite. */ @java.lang.Override public com.google.firestore.v1.TransactionOptions.ReadWrite getReadWrite() { if (modeCase_ == 3) { - return (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_; + return (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_; } return com.google.firestore.v1.TransactionOptions.ReadWrite.getDefaultInstance(); } /** + * + * *
    * The transaction can be used for both read and write operations.
    * 
@@ -1509,12 +1664,13 @@ public com.google.firestore.v1.TransactionOptions.ReadWrite getReadWrite() { @java.lang.Override public com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder getReadWriteOrBuilder() { if (modeCase_ == 3) { - return (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_; + return (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_; } return com.google.firestore.v1.TransactionOptions.ReadWrite.getDefaultInstance(); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1526,8 +1682,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (modeCase_ == 2) { output.writeMessage(2, (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_); } @@ -1544,12 +1699,14 @@ public int getSerializedSize() { size = 0; if (modeCase_ == 2) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 2, (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_); } if (modeCase_ == 3) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(3, (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 3, (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1559,22 +1716,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.TransactionOptions)) { return super.equals(obj); } - com.google.firestore.v1.TransactionOptions other = (com.google.firestore.v1.TransactionOptions) obj; + com.google.firestore.v1.TransactionOptions other = + (com.google.firestore.v1.TransactionOptions) obj; if (!getModeCase().equals(other.getModeCase())) return false; switch (modeCase_) { case 2: - if (!getReadOnly() - .equals(other.getReadOnly())) return false; + if (!getReadOnly().equals(other.getReadOnly())) return false; break; case 3: - if (!getReadWrite() - .equals(other.getReadWrite())) return false; + if (!getReadWrite().equals(other.getReadWrite())) return false; break; case 0: default: @@ -1607,132 +1763,136 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.TransactionOptions parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.TransactionOptions parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.TransactionOptions parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.TransactionOptions parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.TransactionOptions parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.TransactionOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.TransactionOptions parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.TransactionOptions parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.TransactionOptions parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.TransactionOptions parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + public static com.google.firestore.v1.TransactionOptions parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.TransactionOptions parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.TransactionOptions parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.TransactionOptions parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.TransactionOptions prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Options for creating a new transaction.
    * 
* * Protobuf type {@code google.firestore.v1.TransactionOptions} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.TransactionOptions) com.google.firestore.v1.TransactionOptionsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_TransactionOptions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_TransactionOptions_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.TransactionOptions.class, com.google.firestore.v1.TransactionOptions.Builder.class); + com.google.firestore.v1.TransactionOptions.class, + com.google.firestore.v1.TransactionOptions.Builder.class); } // Construct using com.google.firestore.v1.TransactionOptions.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -1749,9 +1909,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.CommonProto.internal_static_google_firestore_v1_TransactionOptions_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.CommonProto + .internal_static_google_firestore_v1_TransactionOptions_descriptor; } @java.lang.Override @@ -1770,8 +1930,11 @@ public com.google.firestore.v1.TransactionOptions build() { @java.lang.Override public com.google.firestore.v1.TransactionOptions buildPartial() { - com.google.firestore.v1.TransactionOptions result = new com.google.firestore.v1.TransactionOptions(this); - if (bitField0_ != 0) { buildPartial0(result); } + com.google.firestore.v1.TransactionOptions result = + new com.google.firestore.v1.TransactionOptions(this); + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; @@ -1784,12 +1947,10 @@ private void buildPartial0(com.google.firestore.v1.TransactionOptions result) { private void buildPartialOneofs(com.google.firestore.v1.TransactionOptions result) { result.modeCase_ = modeCase_; result.mode_ = this.mode_; - if (modeCase_ == 2 && - readOnlyBuilder_ != null) { + if (modeCase_ == 2 && readOnlyBuilder_ != null) { result.mode_ = readOnlyBuilder_.build(); } - if (modeCase_ == 3 && - readWriteBuilder_ != null) { + if (modeCase_ == 3 && readWriteBuilder_ != null) { result.mode_ = readWriteBuilder_.build(); } } @@ -1798,38 +1959,39 @@ private void buildPartialOneofs(com.google.firestore.v1.TransactionOptions resul public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.TransactionOptions) { - return mergeFrom((com.google.firestore.v1.TransactionOptions)other); + return mergeFrom((com.google.firestore.v1.TransactionOptions) other); } else { super.mergeFrom(other); return this; @@ -1839,17 +2001,20 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.firestore.v1.TransactionOptions other) { if (other == com.google.firestore.v1.TransactionOptions.getDefaultInstance()) return this; switch (other.getModeCase()) { - case READ_ONLY: { - mergeReadOnly(other.getReadOnly()); - break; - } - case READ_WRITE: { - mergeReadWrite(other.getReadWrite()); - break; - } - case MODE_NOT_SET: { - break; - } + case READ_ONLY: + { + mergeReadOnly(other.getReadOnly()); + break; + } + case READ_WRITE: + { + mergeReadWrite(other.getReadWrite()); + break; + } + case MODE_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -1877,26 +2042,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 18: { - input.readMessage( - getReadOnlyFieldBuilder().getBuilder(), - extensionRegistry); - modeCase_ = 2; - break; - } // case 18 - case 26: { - input.readMessage( - getReadWriteFieldBuilder().getBuilder(), - extensionRegistry); - modeCase_ = 3; - break; - } // case 26 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 18: + { + input.readMessage(getReadOnlyFieldBuilder().getBuilder(), extensionRegistry); + modeCase_ = 2; + break; + } // case 18 + case 26: + { + input.readMessage(getReadWriteFieldBuilder().getBuilder(), extensionRegistry); + modeCase_ = 3; + break; + } // case 26 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1906,12 +2070,12 @@ public Builder mergeFrom( } // finally return this; } + private int modeCase_ = 0; private java.lang.Object mode_; - public ModeCase - getModeCase() { - return ModeCase.forNumber( - modeCase_); + + public ModeCase getModeCase() { + return ModeCase.forNumber(modeCase_); } public Builder clearMode() { @@ -1924,13 +2088,19 @@ public Builder clearMode() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions.ReadOnly, com.google.firestore.v1.TransactionOptions.ReadOnly.Builder, com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder> readOnlyBuilder_; + com.google.firestore.v1.TransactionOptions.ReadOnly, + com.google.firestore.v1.TransactionOptions.ReadOnly.Builder, + com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder> + readOnlyBuilder_; /** + * + * *
      * The transaction can only be used for read operations.
      * 
* * .google.firestore.v1.TransactionOptions.ReadOnly read_only = 2; + * * @return Whether the readOnly field is set. */ @java.lang.Override @@ -1938,11 +2108,14 @@ public boolean hasReadOnly() { return modeCase_ == 2; } /** + * + * *
      * The transaction can only be used for read operations.
      * 
* * .google.firestore.v1.TransactionOptions.ReadOnly read_only = 2; + * * @return The readOnly. */ @java.lang.Override @@ -1960,6 +2133,8 @@ public com.google.firestore.v1.TransactionOptions.ReadOnly getReadOnly() { } } /** + * + * *
      * The transaction can only be used for read operations.
      * 
@@ -1980,6 +2155,8 @@ public Builder setReadOnly(com.google.firestore.v1.TransactionOptions.ReadOnly v return this; } /** + * + * *
      * The transaction can only be used for read operations.
      * 
@@ -1998,6 +2175,8 @@ public Builder setReadOnly( return this; } /** + * + * *
      * The transaction can only be used for read operations.
      * 
@@ -2006,10 +2185,13 @@ public Builder setReadOnly( */ public Builder mergeReadOnly(com.google.firestore.v1.TransactionOptions.ReadOnly value) { if (readOnlyBuilder_ == null) { - if (modeCase_ == 2 && - mode_ != com.google.firestore.v1.TransactionOptions.ReadOnly.getDefaultInstance()) { - mode_ = com.google.firestore.v1.TransactionOptions.ReadOnly.newBuilder((com.google.firestore.v1.TransactionOptions.ReadOnly) mode_) - .mergeFrom(value).buildPartial(); + if (modeCase_ == 2 + && mode_ != com.google.firestore.v1.TransactionOptions.ReadOnly.getDefaultInstance()) { + mode_ = + com.google.firestore.v1.TransactionOptions.ReadOnly.newBuilder( + (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_) + .mergeFrom(value) + .buildPartial(); } else { mode_ = value; } @@ -2025,6 +2207,8 @@ public Builder mergeReadOnly(com.google.firestore.v1.TransactionOptions.ReadOnly return this; } /** + * + * *
      * The transaction can only be used for read operations.
      * 
@@ -2048,6 +2232,8 @@ public Builder clearReadOnly() { return this; } /** + * + * *
      * The transaction can only be used for read operations.
      * 
@@ -2058,6 +2244,8 @@ public com.google.firestore.v1.TransactionOptions.ReadOnly.Builder getReadOnlyBu return getReadOnlyFieldBuilder().getBuilder(); } /** + * + * *
      * The transaction can only be used for read operations.
      * 
@@ -2076,6 +2264,8 @@ public com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyO } } /** + * + * *
      * The transaction can only be used for read operations.
      * 
@@ -2083,14 +2273,19 @@ public com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyO * .google.firestore.v1.TransactionOptions.ReadOnly read_only = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions.ReadOnly, com.google.firestore.v1.TransactionOptions.ReadOnly.Builder, com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder> + com.google.firestore.v1.TransactionOptions.ReadOnly, + com.google.firestore.v1.TransactionOptions.ReadOnly.Builder, + com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder> getReadOnlyFieldBuilder() { if (readOnlyBuilder_ == null) { if (!(modeCase_ == 2)) { mode_ = com.google.firestore.v1.TransactionOptions.ReadOnly.getDefaultInstance(); } - readOnlyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions.ReadOnly, com.google.firestore.v1.TransactionOptions.ReadOnly.Builder, com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder>( + readOnlyBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.TransactionOptions.ReadOnly, + com.google.firestore.v1.TransactionOptions.ReadOnly.Builder, + com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder>( (com.google.firestore.v1.TransactionOptions.ReadOnly) mode_, getParentForChildren(), isClean()); @@ -2102,13 +2297,19 @@ public com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyO } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions.ReadWrite, com.google.firestore.v1.TransactionOptions.ReadWrite.Builder, com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder> readWriteBuilder_; + com.google.firestore.v1.TransactionOptions.ReadWrite, + com.google.firestore.v1.TransactionOptions.ReadWrite.Builder, + com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder> + readWriteBuilder_; /** + * + * *
      * The transaction can be used for both read and write operations.
      * 
* * .google.firestore.v1.TransactionOptions.ReadWrite read_write = 3; + * * @return Whether the readWrite field is set. */ @java.lang.Override @@ -2116,11 +2317,14 @@ public boolean hasReadWrite() { return modeCase_ == 3; } /** + * + * *
      * The transaction can be used for both read and write operations.
      * 
* * .google.firestore.v1.TransactionOptions.ReadWrite read_write = 3; + * * @return The readWrite. */ @java.lang.Override @@ -2138,6 +2342,8 @@ public com.google.firestore.v1.TransactionOptions.ReadWrite getReadWrite() { } } /** + * + * *
      * The transaction can be used for both read and write operations.
      * 
@@ -2158,6 +2364,8 @@ public Builder setReadWrite(com.google.firestore.v1.TransactionOptions.ReadWrite return this; } /** + * + * *
      * The transaction can be used for both read and write operations.
      * 
@@ -2176,6 +2384,8 @@ public Builder setReadWrite( return this; } /** + * + * *
      * The transaction can be used for both read and write operations.
      * 
@@ -2184,10 +2394,13 @@ public Builder setReadWrite( */ public Builder mergeReadWrite(com.google.firestore.v1.TransactionOptions.ReadWrite value) { if (readWriteBuilder_ == null) { - if (modeCase_ == 3 && - mode_ != com.google.firestore.v1.TransactionOptions.ReadWrite.getDefaultInstance()) { - mode_ = com.google.firestore.v1.TransactionOptions.ReadWrite.newBuilder((com.google.firestore.v1.TransactionOptions.ReadWrite) mode_) - .mergeFrom(value).buildPartial(); + if (modeCase_ == 3 + && mode_ != com.google.firestore.v1.TransactionOptions.ReadWrite.getDefaultInstance()) { + mode_ = + com.google.firestore.v1.TransactionOptions.ReadWrite.newBuilder( + (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_) + .mergeFrom(value) + .buildPartial(); } else { mode_ = value; } @@ -2203,6 +2416,8 @@ public Builder mergeReadWrite(com.google.firestore.v1.TransactionOptions.ReadWri return this; } /** + * + * *
      * The transaction can be used for both read and write operations.
      * 
@@ -2226,6 +2441,8 @@ public Builder clearReadWrite() { return this; } /** + * + * *
      * The transaction can be used for both read and write operations.
      * 
@@ -2236,6 +2453,8 @@ public com.google.firestore.v1.TransactionOptions.ReadWrite.Builder getReadWrite return getReadWriteFieldBuilder().getBuilder(); } /** + * + * *
      * The transaction can be used for both read and write operations.
      * 
@@ -2254,6 +2473,8 @@ public com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder getReadWrit } } /** + * + * *
      * The transaction can be used for both read and write operations.
      * 
@@ -2261,14 +2482,19 @@ public com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder getReadWrit * .google.firestore.v1.TransactionOptions.ReadWrite read_write = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions.ReadWrite, com.google.firestore.v1.TransactionOptions.ReadWrite.Builder, com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder> + com.google.firestore.v1.TransactionOptions.ReadWrite, + com.google.firestore.v1.TransactionOptions.ReadWrite.Builder, + com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder> getReadWriteFieldBuilder() { if (readWriteBuilder_ == null) { if (!(modeCase_ == 3)) { mode_ = com.google.firestore.v1.TransactionOptions.ReadWrite.getDefaultInstance(); } - readWriteBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.TransactionOptions.ReadWrite, com.google.firestore.v1.TransactionOptions.ReadWrite.Builder, com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder>( + readWriteBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.TransactionOptions.ReadWrite, + com.google.firestore.v1.TransactionOptions.ReadWrite.Builder, + com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder>( (com.google.firestore.v1.TransactionOptions.ReadWrite) mode_, getParentForChildren(), isClean()); @@ -2278,9 +2504,9 @@ public com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder getReadWrit onChanged(); return readWriteBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2290,12 +2516,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.TransactionOptions) } // @@protoc_insertion_point(class_scope:google.firestore.v1.TransactionOptions) private static final com.google.firestore.v1.TransactionOptions DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.TransactionOptions(); } @@ -2304,27 +2530,27 @@ public static com.google.firestore.v1.TransactionOptions getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public TransactionOptions parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TransactionOptions parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2339,6 +2565,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.TransactionOptions getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptionsOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptionsOrBuilder.java similarity index 73% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptionsOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptionsOrBuilder.java index 28f2d4671..a5f8818c4 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptionsOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/TransactionOptionsOrBuilder.java @@ -1,32 +1,56 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/common.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface TransactionOptionsOrBuilder extends +public interface TransactionOptionsOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.TransactionOptions) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The transaction can only be used for read operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadOnly read_only = 2; + * * @return Whether the readOnly field is set. */ boolean hasReadOnly(); /** + * + * *
    * The transaction can only be used for read operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadOnly read_only = 2; + * * @return The readOnly. */ com.google.firestore.v1.TransactionOptions.ReadOnly getReadOnly(); /** + * + * *
    * The transaction can only be used for read operations.
    * 
@@ -36,24 +60,32 @@ public interface TransactionOptionsOrBuilder extends com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyOrBuilder(); /** + * + * *
    * The transaction can be used for both read and write operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadWrite read_write = 3; + * * @return Whether the readWrite field is set. */ boolean hasReadWrite(); /** + * + * *
    * The transaction can be used for both read and write operations.
    * 
* * .google.firestore.v1.TransactionOptions.ReadWrite read_write = 3; + * * @return The readWrite. */ com.google.firestore.v1.TransactionOptions.ReadWrite getReadWrite(); /** + * + * *
    * The transaction can be used for both read and write operations.
    * 
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequest.java similarity index 73% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequest.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequest.java index a09465c7d..c11a27c47 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequest.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,6 +20,8 @@ package com.google.firestore.v1; /** + * + * *
  * The request for
  * [Firestore.UpdateDocument][google.firestore.v1.Firestore.UpdateDocument].
@@ -12,48 +29,53 @@
  *
  * Protobuf type {@code google.firestore.v1.UpdateDocumentRequest}
  */
-public final class UpdateDocumentRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class UpdateDocumentRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.UpdateDocumentRequest)
     UpdateDocumentRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use UpdateDocumentRequest.newBuilder() to construct.
   private UpdateDocumentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private UpdateDocumentRequest() {
-  }
+
+  private UpdateDocumentRequest() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new UpdateDocumentRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_UpdateDocumentRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_UpdateDocumentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.UpdateDocumentRequest.class, com.google.firestore.v1.UpdateDocumentRequest.Builder.class);
+            com.google.firestore.v1.UpdateDocumentRequest.class,
+            com.google.firestore.v1.UpdateDocumentRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int DOCUMENT_FIELD_NUMBER = 1;
   private com.google.firestore.v1.Document document_;
   /**
+   *
+   *
    * 
    * Required. The updated document.
    * Creates the document if it does not already exist.
    * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the document field is set. */ @java.lang.Override @@ -61,12 +83,16 @@ public boolean hasDocument() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Required. The updated document.
    * Creates the document if it does not already exist.
    * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The document. */ @java.lang.Override @@ -74,12 +100,15 @@ public com.google.firestore.v1.Document getDocument() { return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; } /** + * + * *
    * Required. The updated document.
    * Creates the document if it does not already exist.
    * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { @@ -89,6 +118,8 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { public static final int UPDATE_MASK_FIELD_NUMBER = 2; private com.google.firestore.v1.DocumentMask updateMask_; /** + * + * *
    * The fields to update.
    * None of the field paths in the mask may contain a reserved name.
@@ -100,6 +131,7 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
    * 
* * .google.firestore.v1.DocumentMask update_mask = 2; + * * @return Whether the updateMask field is set. */ @java.lang.Override @@ -107,6 +139,8 @@ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * The fields to update.
    * None of the field paths in the mask may contain a reserved name.
@@ -118,13 +152,18 @@ public boolean hasUpdateMask() {
    * 
* * .google.firestore.v1.DocumentMask update_mask = 2; + * * @return The updateMask. */ @java.lang.Override public com.google.firestore.v1.DocumentMask getUpdateMask() { - return updateMask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_; + return updateMask_ == null + ? com.google.firestore.v1.DocumentMask.getDefaultInstance() + : updateMask_; } /** + * + * *
    * The fields to update.
    * None of the field paths in the mask may contain a reserved name.
@@ -139,12 +178,16 @@ public com.google.firestore.v1.DocumentMask getUpdateMask() {
    */
   @java.lang.Override
   public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
-    return updateMask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_;
+    return updateMask_ == null
+        ? com.google.firestore.v1.DocumentMask.getDefaultInstance()
+        : updateMask_;
   }
 
   public static final int MASK_FIELD_NUMBER = 3;
   private com.google.firestore.v1.DocumentMask mask_;
   /**
+   *
+   *
    * 
    * The fields to return. If not set, returns all fields.
    *
@@ -153,6 +196,7 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
    * 
* * .google.firestore.v1.DocumentMask mask = 3; + * * @return Whether the mask field is set. */ @java.lang.Override @@ -160,6 +204,8 @@ public boolean hasMask() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -168,6 +214,7 @@ public boolean hasMask() {
    * 
* * .google.firestore.v1.DocumentMask mask = 3; + * * @return The mask. */ @java.lang.Override @@ -175,6 +222,8 @@ public com.google.firestore.v1.DocumentMask getMask() { return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_; } /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -192,12 +241,15 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
   public static final int CURRENT_DOCUMENT_FIELD_NUMBER = 4;
   private com.google.firestore.v1.Precondition currentDocument_;
   /**
+   *
+   *
    * 
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 4; + * * @return Whether the currentDocument field is set. */ @java.lang.Override @@ -205,19 +257,26 @@ public boolean hasCurrentDocument() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 4; + * * @return The currentDocument. */ @java.lang.Override public com.google.firestore.v1.Precondition getCurrentDocument() { - return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_; + return currentDocument_ == null + ? com.google.firestore.v1.Precondition.getDefaultInstance() + : currentDocument_; } /** + * + * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
@@ -227,10 +286,13 @@ public com.google.firestore.v1.Precondition getCurrentDocument() {
    */
   @java.lang.Override
   public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder() {
-    return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_;
+    return currentDocument_ == null
+        ? com.google.firestore.v1.Precondition.getDefaultInstance()
+        : currentDocument_;
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -242,8 +304,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getDocument());
     }
@@ -266,20 +327,16 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, getDocument());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getDocument());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, getUpdateMask());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getUpdateMask());
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getMask());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getMask());
     }
     if (((bitField0_ & 0x00000008) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(4, getCurrentDocument());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getCurrentDocument());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -289,32 +346,29 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.UpdateDocumentRequest)) {
       return super.equals(obj);
     }
-    com.google.firestore.v1.UpdateDocumentRequest other = (com.google.firestore.v1.UpdateDocumentRequest) obj;
+    com.google.firestore.v1.UpdateDocumentRequest other =
+        (com.google.firestore.v1.UpdateDocumentRequest) obj;
 
     if (hasDocument() != other.hasDocument()) return false;
     if (hasDocument()) {
-      if (!getDocument()
-          .equals(other.getDocument())) return false;
+      if (!getDocument().equals(other.getDocument())) return false;
     }
     if (hasUpdateMask() != other.hasUpdateMask()) return false;
     if (hasUpdateMask()) {
-      if (!getUpdateMask()
-          .equals(other.getUpdateMask())) return false;
+      if (!getUpdateMask().equals(other.getUpdateMask())) return false;
     }
     if (hasMask() != other.hasMask()) return false;
     if (hasMask()) {
-      if (!getMask()
-          .equals(other.getMask())) return false;
+      if (!getMask().equals(other.getMask())) return false;
     }
     if (hasCurrentDocument() != other.hasCurrentDocument()) return false;
     if (hasCurrentDocument()) {
-      if (!getCurrentDocument()
-          .equals(other.getCurrentDocument())) return false;
+      if (!getCurrentDocument().equals(other.getCurrentDocument())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -348,99 +402,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
-  public static com.google.firestore.v1.UpdateDocumentRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+  public static com.google.firestore.v1.UpdateDocumentRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.UpdateDocumentRequest parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.UpdateDocumentRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.UpdateDocumentRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The request for
    * [Firestore.UpdateDocument][google.firestore.v1.Firestore.UpdateDocument].
@@ -448,21 +507,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.UpdateDocumentRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.UpdateDocumentRequest)
       com.google.firestore.v1.UpdateDocumentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_UpdateDocumentRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_UpdateDocumentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.UpdateDocumentRequest.class, com.google.firestore.v1.UpdateDocumentRequest.Builder.class);
+              com.google.firestore.v1.UpdateDocumentRequest.class,
+              com.google.firestore.v1.UpdateDocumentRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.UpdateDocumentRequest.newBuilder()
@@ -470,20 +531,20 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
         getDocumentFieldBuilder();
         getUpdateMaskFieldBuilder();
         getMaskFieldBuilder();
         getCurrentDocumentFieldBuilder();
       }
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -512,9 +573,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_UpdateDocumentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -533,8 +594,11 @@ public com.google.firestore.v1.UpdateDocumentRequest build() {
 
     @java.lang.Override
     public com.google.firestore.v1.UpdateDocumentRequest buildPartial() {
-      com.google.firestore.v1.UpdateDocumentRequest result = new com.google.firestore.v1.UpdateDocumentRequest(this);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      com.google.firestore.v1.UpdateDocumentRequest result =
+          new com.google.firestore.v1.UpdateDocumentRequest(this);
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -543,27 +607,20 @@ private void buildPartial0(com.google.firestore.v1.UpdateDocumentRequest result)
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.document_ = documentBuilder_ == null
-            ? document_
-            : documentBuilder_.build();
+        result.document_ = documentBuilder_ == null ? document_ : documentBuilder_.build();
         to_bitField0_ |= 0x00000001;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.updateMask_ = updateMaskBuilder_ == null
-            ? updateMask_
-            : updateMaskBuilder_.build();
+        result.updateMask_ = updateMaskBuilder_ == null ? updateMask_ : updateMaskBuilder_.build();
         to_bitField0_ |= 0x00000002;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.mask_ = maskBuilder_ == null
-            ? mask_
-            : maskBuilder_.build();
+        result.mask_ = maskBuilder_ == null ? mask_ : maskBuilder_.build();
         to_bitField0_ |= 0x00000004;
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
-        result.currentDocument_ = currentDocumentBuilder_ == null
-            ? currentDocument_
-            : currentDocumentBuilder_.build();
+        result.currentDocument_ =
+            currentDocumentBuilder_ == null ? currentDocument_ : currentDocumentBuilder_.build();
         to_bitField0_ |= 0x00000008;
       }
       result.bitField0_ |= to_bitField0_;
@@ -573,38 +630,39 @@ private void buildPartial0(com.google.firestore.v1.UpdateDocumentRequest result)
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.UpdateDocumentRequest) {
-        return mergeFrom((com.google.firestore.v1.UpdateDocumentRequest)other);
+        return mergeFrom((com.google.firestore.v1.UpdateDocumentRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -651,40 +709,37 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getDocumentFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              input.readMessage(
-                  getUpdateMaskFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 26: {
-              input.readMessage(
-                  getMaskFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 26
-            case 34: {
-              input.readMessage(
-                  getCurrentDocumentFieldBuilder().getBuilder(),
-                  extensionRegistry);
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 34
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                input.readMessage(getDocumentFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 26:
+              {
+                input.readMessage(getMaskFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+            case 34:
+              {
+                input.readMessage(getCurrentDocumentFieldBuilder().getBuilder(), extensionRegistry);
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 34
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -694,46 +749,63 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.firestore.v1.Document document_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> documentBuilder_;
+            com.google.firestore.v1.Document,
+            com.google.firestore.v1.Document.Builder,
+            com.google.firestore.v1.DocumentOrBuilder>
+        documentBuilder_;
     /**
+     *
+     *
      * 
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the document field is set. */ public boolean hasDocument() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The document. */ public com.google.firestore.v1.Document getDocument() { if (documentBuilder_ == null) { - return document_ == null ? com.google.firestore.v1.Document.getDefaultInstance() : document_; + return document_ == null + ? com.google.firestore.v1.Document.getDefaultInstance() + : document_; } else { return documentBuilder_.getMessage(); } } /** + * + * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setDocument(com.google.firestore.v1.Document value) { if (documentBuilder_ == null) { @@ -749,15 +821,17 @@ public Builder setDocument(com.google.firestore.v1.Document value) { return this; } /** + * + * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder setDocument( - com.google.firestore.v1.Document.Builder builderForValue) { + public Builder setDocument(com.google.firestore.v1.Document.Builder builderForValue) { if (documentBuilder_ == null) { document_ = builderForValue.build(); } else { @@ -768,18 +842,21 @@ public Builder setDocument( return this; } /** + * + * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeDocument(com.google.firestore.v1.Document value) { if (documentBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) && - document_ != null && - document_ != com.google.firestore.v1.Document.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) + && document_ != null + && document_ != com.google.firestore.v1.Document.getDefaultInstance()) { getDocumentBuilder().mergeFrom(value); } else { document_ = value; @@ -794,12 +871,15 @@ public Builder mergeDocument(com.google.firestore.v1.Document value) { return this; } /** + * + * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearDocument() { bitField0_ = (bitField0_ & ~0x00000001); @@ -812,12 +892,15 @@ public Builder clearDocument() { return this; } /** + * + * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.v1.Document.Builder getDocumentBuilder() { bitField0_ |= 0x00000001; @@ -825,38 +908,48 @@ public com.google.firestore.v1.Document.Builder getDocumentBuilder() { return getDocumentFieldBuilder().getBuilder(); } /** + * + * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { if (documentBuilder_ != null) { return documentBuilder_.getMessageOrBuilder(); } else { - return document_ == null ? - com.google.firestore.v1.Document.getDefaultInstance() : document_; + return document_ == null + ? com.google.firestore.v1.Document.getDefaultInstance() + : document_; } } /** + * + * *
      * Required. The updated document.
      * Creates the document if it does not already exist.
      * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder> getDocumentFieldBuilder() { if (documentBuilder_ == null) { - documentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>( - getDocument(), - getParentForChildren(), - isClean()); + documentBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder>( + getDocument(), getParentForChildren(), isClean()); document_ = null; } return documentBuilder_; @@ -864,8 +957,13 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() { private com.google.firestore.v1.DocumentMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> updateMaskBuilder_; + com.google.firestore.v1.DocumentMask, + com.google.firestore.v1.DocumentMask.Builder, + com.google.firestore.v1.DocumentMaskOrBuilder> + updateMaskBuilder_; /** + * + * *
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -877,12 +975,15 @@ public com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder() {
      * 
* * .google.firestore.v1.DocumentMask update_mask = 2; + * * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -894,16 +995,21 @@ public boolean hasUpdateMask() {
      * 
* * .google.firestore.v1.DocumentMask update_mask = 2; + * * @return The updateMask. */ public com.google.firestore.v1.DocumentMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_; + return updateMask_ == null + ? com.google.firestore.v1.DocumentMask.getDefaultInstance() + : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** + * + * *
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -930,6 +1036,8 @@ public Builder setUpdateMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -942,8 +1050,7 @@ public Builder setUpdateMask(com.google.firestore.v1.DocumentMask value) {
      *
      * .google.firestore.v1.DocumentMask update_mask = 2;
      */
-    public Builder setUpdateMask(
-        com.google.firestore.v1.DocumentMask.Builder builderForValue) {
+    public Builder setUpdateMask(com.google.firestore.v1.DocumentMask.Builder builderForValue) {
       if (updateMaskBuilder_ == null) {
         updateMask_ = builderForValue.build();
       } else {
@@ -954,6 +1061,8 @@ public Builder setUpdateMask(
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -968,9 +1077,9 @@ public Builder setUpdateMask(
      */
     public Builder mergeUpdateMask(com.google.firestore.v1.DocumentMask value) {
       if (updateMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0) &&
-          updateMask_ != null &&
-          updateMask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0)
+            && updateMask_ != null
+            && updateMask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
           getUpdateMaskBuilder().mergeFrom(value);
         } else {
           updateMask_ = value;
@@ -985,6 +1094,8 @@ public Builder mergeUpdateMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -1008,6 +1119,8 @@ public Builder clearUpdateMask() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -1026,6 +1139,8 @@ public com.google.firestore.v1.DocumentMask.Builder getUpdateMaskBuilder() {
       return getUpdateMaskFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -1042,11 +1157,14 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
       if (updateMaskBuilder_ != null) {
         return updateMaskBuilder_.getMessageOrBuilder();
       } else {
-        return updateMask_ == null ?
-            com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_;
+        return updateMask_ == null
+            ? com.google.firestore.v1.DocumentMask.getDefaultInstance()
+            : updateMask_;
       }
     }
     /**
+     *
+     *
      * 
      * The fields to update.
      * None of the field paths in the mask may contain a reserved name.
@@ -1060,14 +1178,17 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
      * .google.firestore.v1.DocumentMask update_mask = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> 
+            com.google.firestore.v1.DocumentMask,
+            com.google.firestore.v1.DocumentMask.Builder,
+            com.google.firestore.v1.DocumentMaskOrBuilder>
         getUpdateMaskFieldBuilder() {
       if (updateMaskBuilder_ == null) {
-        updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder>(
-                getUpdateMask(),
-                getParentForChildren(),
-                isClean());
+        updateMaskBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.DocumentMask,
+                com.google.firestore.v1.DocumentMask.Builder,
+                com.google.firestore.v1.DocumentMaskOrBuilder>(
+                getUpdateMask(), getParentForChildren(), isClean());
         updateMask_ = null;
       }
       return updateMaskBuilder_;
@@ -1075,8 +1196,13 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
 
     private com.google.firestore.v1.DocumentMask mask_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> maskBuilder_;
+            com.google.firestore.v1.DocumentMask,
+            com.google.firestore.v1.DocumentMask.Builder,
+            com.google.firestore.v1.DocumentMaskOrBuilder>
+        maskBuilder_;
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1085,12 +1211,15 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
      * 
* * .google.firestore.v1.DocumentMask mask = 3; + * * @return Whether the mask field is set. */ public boolean hasMask() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1099,6 +1228,7 @@ public boolean hasMask() {
      * 
* * .google.firestore.v1.DocumentMask mask = 3; + * * @return The mask. */ public com.google.firestore.v1.DocumentMask getMask() { @@ -1109,6 +1239,8 @@ public com.google.firestore.v1.DocumentMask getMask() { } } /** + * + * *
      * The fields to return. If not set, returns all fields.
      *
@@ -1132,6 +1264,8 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1141,8 +1275,7 @@ public Builder setMask(com.google.firestore.v1.DocumentMask value) {
      *
      * .google.firestore.v1.DocumentMask mask = 3;
      */
-    public Builder setMask(
-        com.google.firestore.v1.DocumentMask.Builder builderForValue) {
+    public Builder setMask(com.google.firestore.v1.DocumentMask.Builder builderForValue) {
       if (maskBuilder_ == null) {
         mask_ = builderForValue.build();
       } else {
@@ -1153,6 +1286,8 @@ public Builder setMask(
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1164,9 +1299,9 @@ public Builder setMask(
      */
     public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       if (maskBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0) &&
-          mask_ != null &&
-          mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0)
+            && mask_ != null
+            && mask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
           getMaskBuilder().mergeFrom(value);
         } else {
           mask_ = value;
@@ -1181,6 +1316,8 @@ public Builder mergeMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1201,6 +1338,8 @@ public Builder clearMask() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1216,6 +1355,8 @@ public com.google.firestore.v1.DocumentMask.Builder getMaskBuilder() {
       return getMaskFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1229,11 +1370,12 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
       if (maskBuilder_ != null) {
         return maskBuilder_.getMessageOrBuilder();
       } else {
-        return mask_ == null ?
-            com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
+        return mask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : mask_;
       }
     }
     /**
+     *
+     *
      * 
      * The fields to return. If not set, returns all fields.
      *
@@ -1244,14 +1386,17 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
      * .google.firestore.v1.DocumentMask mask = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> 
+            com.google.firestore.v1.DocumentMask,
+            com.google.firestore.v1.DocumentMask.Builder,
+            com.google.firestore.v1.DocumentMaskOrBuilder>
         getMaskFieldBuilder() {
       if (maskBuilder_ == null) {
-        maskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder>(
-                getMask(),
-                getParentForChildren(),
-                isClean());
+        maskBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.DocumentMask,
+                com.google.firestore.v1.DocumentMask.Builder,
+                com.google.firestore.v1.DocumentMaskOrBuilder>(
+                getMask(), getParentForChildren(), isClean());
         mask_ = null;
       }
       return maskBuilder_;
@@ -1259,36 +1404,49 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder() {
 
     private com.google.firestore.v1.Precondition currentDocument_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder> currentDocumentBuilder_;
+            com.google.firestore.v1.Precondition,
+            com.google.firestore.v1.Precondition.Builder,
+            com.google.firestore.v1.PreconditionOrBuilder>
+        currentDocumentBuilder_;
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
      * 
* * .google.firestore.v1.Precondition current_document = 4; + * * @return Whether the currentDocument field is set. */ public boolean hasCurrentDocument() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
      * 
* * .google.firestore.v1.Precondition current_document = 4; + * * @return The currentDocument. */ public com.google.firestore.v1.Precondition getCurrentDocument() { if (currentDocumentBuilder_ == null) { - return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_; + return currentDocument_ == null + ? com.google.firestore.v1.Precondition.getDefaultInstance() + : currentDocument_; } else { return currentDocumentBuilder_.getMessage(); } } /** + * + * *
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -1310,6 +1468,8 @@ public Builder setCurrentDocument(com.google.firestore.v1.Precondition value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -1329,6 +1489,8 @@ public Builder setCurrentDocument(
       return this;
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -1338,9 +1500,9 @@ public Builder setCurrentDocument(
      */
     public Builder mergeCurrentDocument(com.google.firestore.v1.Precondition value) {
       if (currentDocumentBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0) &&
-          currentDocument_ != null &&
-          currentDocument_ != com.google.firestore.v1.Precondition.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0)
+            && currentDocument_ != null
+            && currentDocument_ != com.google.firestore.v1.Precondition.getDefaultInstance()) {
           getCurrentDocumentBuilder().mergeFrom(value);
         } else {
           currentDocument_ = value;
@@ -1355,6 +1517,8 @@ public Builder mergeCurrentDocument(com.google.firestore.v1.Precondition value)
       return this;
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -1373,6 +1537,8 @@ public Builder clearCurrentDocument() {
       return this;
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -1386,6 +1552,8 @@ public com.google.firestore.v1.Precondition.Builder getCurrentDocumentBuilder()
       return getCurrentDocumentFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -1397,11 +1565,14 @@ public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder
       if (currentDocumentBuilder_ != null) {
         return currentDocumentBuilder_.getMessageOrBuilder();
       } else {
-        return currentDocument_ == null ?
-            com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_;
+        return currentDocument_ == null
+            ? com.google.firestore.v1.Precondition.getDefaultInstance()
+            : currentDocument_;
       }
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      * The request will fail if this is set and not met by the target document.
@@ -1410,21 +1581,24 @@ public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder
      * .google.firestore.v1.Precondition current_document = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder> 
+            com.google.firestore.v1.Precondition,
+            com.google.firestore.v1.Precondition.Builder,
+            com.google.firestore.v1.PreconditionOrBuilder>
         getCurrentDocumentFieldBuilder() {
       if (currentDocumentBuilder_ == null) {
-        currentDocumentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder>(
-                getCurrentDocument(),
-                getParentForChildren(),
-                isClean());
+        currentDocumentBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.Precondition,
+                com.google.firestore.v1.Precondition.Builder,
+                com.google.firestore.v1.PreconditionOrBuilder>(
+                getCurrentDocument(), getParentForChildren(), isClean());
         currentDocument_ = null;
       }
       return currentDocumentBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1434,12 +1608,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.UpdateDocumentRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.UpdateDocumentRequest)
   private static final com.google.firestore.v1.UpdateDocumentRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.UpdateDocumentRequest();
   }
@@ -1448,27 +1622,27 @@ public static com.google.firestore.v1.UpdateDocumentRequest getDefaultInstance()
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public UpdateDocumentRequest parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public UpdateDocumentRequest parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1483,6 +1657,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.UpdateDocumentRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequestOrBuilder.java
similarity index 83%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequestOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequestOrBuilder.java
index 1c549960c..eeaff9772 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequestOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/UpdateDocumentRequestOrBuilder.java
@@ -1,44 +1,73 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface UpdateDocumentRequestOrBuilder extends
+public interface UpdateDocumentRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.UpdateDocumentRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. The updated document.
    * Creates the document if it does not already exist.
    * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the document field is set. */ boolean hasDocument(); /** + * + * *
    * Required. The updated document.
    * Creates the document if it does not already exist.
    * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The document. */ com.google.firestore.v1.Document getDocument(); /** + * + * *
    * Required. The updated document.
    * Creates the document if it does not already exist.
    * 
* - * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.firestore.v1.Document document = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.firestore.v1.DocumentOrBuilder getDocumentOrBuilder(); /** + * + * *
    * The fields to update.
    * None of the field paths in the mask may contain a reserved name.
@@ -50,10 +79,13 @@ public interface UpdateDocumentRequestOrBuilder extends
    * 
* * .google.firestore.v1.DocumentMask update_mask = 2; + * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** + * + * *
    * The fields to update.
    * None of the field paths in the mask may contain a reserved name.
@@ -65,10 +97,13 @@ public interface UpdateDocumentRequestOrBuilder extends
    * 
* * .google.firestore.v1.DocumentMask update_mask = 2; + * * @return The updateMask. */ com.google.firestore.v1.DocumentMask getUpdateMask(); /** + * + * *
    * The fields to update.
    * None of the field paths in the mask may contain a reserved name.
@@ -84,6 +119,8 @@ public interface UpdateDocumentRequestOrBuilder extends
   com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder();
 
   /**
+   *
+   *
    * 
    * The fields to return. If not set, returns all fields.
    *
@@ -92,10 +129,13 @@ public interface UpdateDocumentRequestOrBuilder extends
    * 
* * .google.firestore.v1.DocumentMask mask = 3; + * * @return Whether the mask field is set. */ boolean hasMask(); /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -104,10 +144,13 @@ public interface UpdateDocumentRequestOrBuilder extends
    * 
* * .google.firestore.v1.DocumentMask mask = 3; + * * @return The mask. */ com.google.firestore.v1.DocumentMask getMask(); /** + * + * *
    * The fields to return. If not set, returns all fields.
    *
@@ -120,26 +163,34 @@ public interface UpdateDocumentRequestOrBuilder extends
   com.google.firestore.v1.DocumentMaskOrBuilder getMaskOrBuilder();
 
   /**
+   *
+   *
    * 
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 4; + * * @return Whether the currentDocument field is set. */ boolean hasCurrentDocument(); /** + * + * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
    * 
* * .google.firestore.v1.Precondition current_document = 4; + * * @return The currentDocument. */ com.google.firestore.v1.Precondition getCurrentDocument(); /** + * + * *
    * An optional precondition on the document.
    * The request will fail if this is set and not met by the target document.
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Value.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Value.java
similarity index 74%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Value.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Value.java
index a4dbd3d66..378e89748 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Value.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Value.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/document.proto
 
@@ -5,49 +20,54 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * A message that can hold any of the supported value types.
  * 
* * Protobuf type {@code google.firestore.v1.Value} */ -public final class Value extends - com.google.protobuf.GeneratedMessageV3 implements +public final class Value extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.Value) ValueOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Value.newBuilder() to construct. private Value(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Value() { - } + + private Value() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Value(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Value_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_Value_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Value_fieldAccessorTable + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_Value_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Value.class, com.google.firestore.v1.Value.Builder.class); } private int valueTypeCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object valueType_; + public enum ValueTypeCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { NULL_VALUE(11), BOOLEAN_VALUE(1), @@ -62,6 +82,7 @@ public enum ValueTypeCase MAP_VALUE(6), VALUETYPE_NOT_SET(0); private final int value; + private ValueTypeCase(int value) { this.value = value; } @@ -77,50 +98,68 @@ public static ValueTypeCase valueOf(int value) { public static ValueTypeCase forNumber(int value) { switch (value) { - case 11: return NULL_VALUE; - case 1: return BOOLEAN_VALUE; - case 2: return INTEGER_VALUE; - case 3: return DOUBLE_VALUE; - case 10: return TIMESTAMP_VALUE; - case 17: return STRING_VALUE; - case 18: return BYTES_VALUE; - case 5: return REFERENCE_VALUE; - case 8: return GEO_POINT_VALUE; - case 9: return ARRAY_VALUE; - case 6: return MAP_VALUE; - case 0: return VALUETYPE_NOT_SET; - default: return null; + case 11: + return NULL_VALUE; + case 1: + return BOOLEAN_VALUE; + case 2: + return INTEGER_VALUE; + case 3: + return DOUBLE_VALUE; + case 10: + return TIMESTAMP_VALUE; + case 17: + return STRING_VALUE; + case 18: + return BYTES_VALUE; + case 5: + return REFERENCE_VALUE; + case 8: + return GEO_POINT_VALUE; + case 9: + return ARRAY_VALUE; + case 6: + return MAP_VALUE; + case 0: + return VALUETYPE_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public ValueTypeCase - getValueTypeCase() { - return ValueTypeCase.forNumber( - valueTypeCase_); + public ValueTypeCase getValueTypeCase() { + return ValueTypeCase.forNumber(valueTypeCase_); } public static final int NULL_VALUE_FIELD_NUMBER = 11; /** + * + * *
    * A null value.
    * 
* * .google.protobuf.NullValue null_value = 11; + * * @return Whether the nullValue field is set. */ public boolean hasNullValue() { return valueTypeCase_ == 11; } /** + * + * *
    * A null value.
    * 
* * .google.protobuf.NullValue null_value = 11; + * * @return The enum numeric value on the wire for nullValue. */ public int getNullValueValue() { @@ -130,17 +169,20 @@ public int getNullValueValue() { return 0; } /** + * + * *
    * A null value.
    * 
* * .google.protobuf.NullValue null_value = 11; + * * @return The nullValue. */ public com.google.protobuf.NullValue getNullValue() { if (valueTypeCase_ == 11) { - com.google.protobuf.NullValue result = com.google.protobuf.NullValue.forNumber( - (java.lang.Integer) valueType_); + com.google.protobuf.NullValue result = + com.google.protobuf.NullValue.forNumber((java.lang.Integer) valueType_); return result == null ? com.google.protobuf.NullValue.UNRECOGNIZED : result; } return com.google.protobuf.NullValue.NULL_VALUE; @@ -148,11 +190,14 @@ public com.google.protobuf.NullValue getNullValue() { public static final int BOOLEAN_VALUE_FIELD_NUMBER = 1; /** + * + * *
    * A boolean value.
    * 
* * bool boolean_value = 1; + * * @return Whether the booleanValue field is set. */ @java.lang.Override @@ -160,11 +205,14 @@ public boolean hasBooleanValue() { return valueTypeCase_ == 1; } /** + * + * *
    * A boolean value.
    * 
* * bool boolean_value = 1; + * * @return The booleanValue. */ @java.lang.Override @@ -177,11 +225,14 @@ public boolean getBooleanValue() { public static final int INTEGER_VALUE_FIELD_NUMBER = 2; /** + * + * *
    * An integer value.
    * 
* * int64 integer_value = 2; + * * @return Whether the integerValue field is set. */ @java.lang.Override @@ -189,11 +240,14 @@ public boolean hasIntegerValue() { return valueTypeCase_ == 2; } /** + * + * *
    * An integer value.
    * 
* * int64 integer_value = 2; + * * @return The integerValue. */ @java.lang.Override @@ -206,11 +260,14 @@ public long getIntegerValue() { public static final int DOUBLE_VALUE_FIELD_NUMBER = 3; /** + * + * *
    * A double value.
    * 
* * double double_value = 3; + * * @return Whether the doubleValue field is set. */ @java.lang.Override @@ -218,11 +275,14 @@ public boolean hasDoubleValue() { return valueTypeCase_ == 3; } /** + * + * *
    * A double value.
    * 
* * double double_value = 3; + * * @return The doubleValue. */ @java.lang.Override @@ -235,6 +295,8 @@ public double getDoubleValue() { public static final int TIMESTAMP_VALUE_FIELD_NUMBER = 10; /** + * + * *
    * A timestamp value.
    *
@@ -243,6 +305,7 @@ public double getDoubleValue() {
    * 
* * .google.protobuf.Timestamp timestamp_value = 10; + * * @return Whether the timestampValue field is set. */ @java.lang.Override @@ -250,6 +313,8 @@ public boolean hasTimestampValue() { return valueTypeCase_ == 10; } /** + * + * *
    * A timestamp value.
    *
@@ -258,16 +323,19 @@ public boolean hasTimestampValue() {
    * 
* * .google.protobuf.Timestamp timestamp_value = 10; + * * @return The timestampValue. */ @java.lang.Override public com.google.protobuf.Timestamp getTimestampValue() { if (valueTypeCase_ == 10) { - return (com.google.protobuf.Timestamp) valueType_; + return (com.google.protobuf.Timestamp) valueType_; } return com.google.protobuf.Timestamp.getDefaultInstance(); } /** + * + * *
    * A timestamp value.
    *
@@ -280,13 +348,15 @@ public com.google.protobuf.Timestamp getTimestampValue() {
   @java.lang.Override
   public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() {
     if (valueTypeCase_ == 10) {
-       return (com.google.protobuf.Timestamp) valueType_;
+      return (com.google.protobuf.Timestamp) valueType_;
     }
     return com.google.protobuf.Timestamp.getDefaultInstance();
   }
 
   public static final int STRING_VALUE_FIELD_NUMBER = 17;
   /**
+   *
+   *
    * 
    * A string value.
    *
@@ -296,12 +366,15 @@ public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() {
    * 
* * string string_value = 17; + * * @return Whether the stringValue field is set. */ public boolean hasStringValue() { return valueTypeCase_ == 17; } /** + * + * *
    * A string value.
    *
@@ -311,6 +384,7 @@ public boolean hasStringValue() {
    * 
* * string string_value = 17; + * * @return The stringValue. */ public java.lang.String getStringValue() { @@ -321,8 +395,7 @@ public java.lang.String getStringValue() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (valueTypeCase_ == 17) { valueType_ = s; @@ -331,6 +404,8 @@ public java.lang.String getStringValue() { } } /** + * + * *
    * A string value.
    *
@@ -340,18 +415,17 @@ public java.lang.String getStringValue() {
    * 
* * string string_value = 17; + * * @return The bytes for stringValue. */ - public com.google.protobuf.ByteString - getStringValueBytes() { + public com.google.protobuf.ByteString getStringValueBytes() { java.lang.Object ref = ""; if (valueTypeCase_ == 17) { ref = valueType_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); if (valueTypeCase_ == 17) { valueType_ = b; } @@ -363,6 +437,8 @@ public java.lang.String getStringValue() { public static final int BYTES_VALUE_FIELD_NUMBER = 18; /** + * + * *
    * A bytes value.
    *
@@ -371,6 +447,7 @@ public java.lang.String getStringValue() {
    * 
* * bytes bytes_value = 18; + * * @return Whether the bytesValue field is set. */ @java.lang.Override @@ -378,6 +455,8 @@ public boolean hasBytesValue() { return valueTypeCase_ == 18; } /** + * + * *
    * A bytes value.
    *
@@ -386,6 +465,7 @@ public boolean hasBytesValue() {
    * 
* * bytes bytes_value = 18; + * * @return The bytesValue. */ @java.lang.Override @@ -398,24 +478,30 @@ public com.google.protobuf.ByteString getBytesValue() { public static final int REFERENCE_VALUE_FIELD_NUMBER = 5; /** + * + * *
    * A reference to a document. For example:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string reference_value = 5; + * * @return Whether the referenceValue field is set. */ public boolean hasReferenceValue() { return valueTypeCase_ == 5; } /** + * + * *
    * A reference to a document. For example:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string reference_value = 5; + * * @return The referenceValue. */ public java.lang.String getReferenceValue() { @@ -426,8 +512,7 @@ public java.lang.String getReferenceValue() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (valueTypeCase_ == 5) { valueType_ = s; @@ -436,24 +521,25 @@ public java.lang.String getReferenceValue() { } } /** + * + * *
    * A reference to a document. For example:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string reference_value = 5; + * * @return The bytes for referenceValue. */ - public com.google.protobuf.ByteString - getReferenceValueBytes() { + public com.google.protobuf.ByteString getReferenceValueBytes() { java.lang.Object ref = ""; if (valueTypeCase_ == 5) { ref = valueType_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); if (valueTypeCase_ == 5) { valueType_ = b; } @@ -465,11 +551,14 @@ public java.lang.String getReferenceValue() { public static final int GEO_POINT_VALUE_FIELD_NUMBER = 8; /** + * + * *
    * A geo point value representing a point on the surface of Earth.
    * 
* * .google.type.LatLng geo_point_value = 8; + * * @return Whether the geoPointValue field is set. */ @java.lang.Override @@ -477,21 +566,26 @@ public boolean hasGeoPointValue() { return valueTypeCase_ == 8; } /** + * + * *
    * A geo point value representing a point on the surface of Earth.
    * 
* * .google.type.LatLng geo_point_value = 8; + * * @return The geoPointValue. */ @java.lang.Override public com.google.type.LatLng getGeoPointValue() { if (valueTypeCase_ == 8) { - return (com.google.type.LatLng) valueType_; + return (com.google.type.LatLng) valueType_; } return com.google.type.LatLng.getDefaultInstance(); } /** + * + * *
    * A geo point value representing a point on the surface of Earth.
    * 
@@ -501,13 +595,15 @@ public com.google.type.LatLng getGeoPointValue() { @java.lang.Override public com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder() { if (valueTypeCase_ == 8) { - return (com.google.type.LatLng) valueType_; + return (com.google.type.LatLng) valueType_; } return com.google.type.LatLng.getDefaultInstance(); } public static final int ARRAY_VALUE_FIELD_NUMBER = 9; /** + * + * *
    * An array value.
    *
@@ -516,6 +612,7 @@ public com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder() {
    * 
* * .google.firestore.v1.ArrayValue array_value = 9; + * * @return Whether the arrayValue field is set. */ @java.lang.Override @@ -523,6 +620,8 @@ public boolean hasArrayValue() { return valueTypeCase_ == 9; } /** + * + * *
    * An array value.
    *
@@ -531,16 +630,19 @@ public boolean hasArrayValue() {
    * 
* * .google.firestore.v1.ArrayValue array_value = 9; + * * @return The arrayValue. */ @java.lang.Override public com.google.firestore.v1.ArrayValue getArrayValue() { if (valueTypeCase_ == 9) { - return (com.google.firestore.v1.ArrayValue) valueType_; + return (com.google.firestore.v1.ArrayValue) valueType_; } return com.google.firestore.v1.ArrayValue.getDefaultInstance(); } /** + * + * *
    * An array value.
    *
@@ -553,18 +655,21 @@ public com.google.firestore.v1.ArrayValue getArrayValue() {
   @java.lang.Override
   public com.google.firestore.v1.ArrayValueOrBuilder getArrayValueOrBuilder() {
     if (valueTypeCase_ == 9) {
-       return (com.google.firestore.v1.ArrayValue) valueType_;
+      return (com.google.firestore.v1.ArrayValue) valueType_;
     }
     return com.google.firestore.v1.ArrayValue.getDefaultInstance();
   }
 
   public static final int MAP_VALUE_FIELD_NUMBER = 6;
   /**
+   *
+   *
    * 
    * A map value.
    * 
* * .google.firestore.v1.MapValue map_value = 6; + * * @return Whether the mapValue field is set. */ @java.lang.Override @@ -572,21 +677,26 @@ public boolean hasMapValue() { return valueTypeCase_ == 6; } /** + * + * *
    * A map value.
    * 
* * .google.firestore.v1.MapValue map_value = 6; + * * @return The mapValue. */ @java.lang.Override public com.google.firestore.v1.MapValue getMapValue() { if (valueTypeCase_ == 6) { - return (com.google.firestore.v1.MapValue) valueType_; + return (com.google.firestore.v1.MapValue) valueType_; } return com.google.firestore.v1.MapValue.getDefaultInstance(); } /** + * + * *
    * A map value.
    * 
@@ -596,12 +706,13 @@ public com.google.firestore.v1.MapValue getMapValue() { @java.lang.Override public com.google.firestore.v1.MapValueOrBuilder getMapValueOrBuilder() { if (valueTypeCase_ == 6) { - return (com.google.firestore.v1.MapValue) valueType_; + return (com.google.firestore.v1.MapValue) valueType_; } return com.google.firestore.v1.MapValue.getDefaultInstance(); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -613,19 +724,15 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (valueTypeCase_ == 1) { - output.writeBool( - 1, (boolean)((java.lang.Boolean) valueType_)); + output.writeBool(1, (boolean) ((java.lang.Boolean) valueType_)); } if (valueTypeCase_ == 2) { - output.writeInt64( - 2, (long)((java.lang.Long) valueType_)); + output.writeInt64(2, (long) ((java.lang.Long) valueType_)); } if (valueTypeCase_ == 3) { - output.writeDouble( - 3, (double)((java.lang.Double) valueType_)); + output.writeDouble(3, (double) ((java.lang.Double) valueType_)); } if (valueTypeCase_ == 5) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, valueType_); @@ -649,8 +756,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) com.google.protobuf.GeneratedMessageV3.writeString(output, 17, valueType_); } if (valueTypeCase_ == 18) { - output.writeBytes( - 18, (com.google.protobuf.ByteString) valueType_); + output.writeBytes(18, (com.google.protobuf.ByteString) valueType_); } getUnknownFields().writeTo(output); } @@ -662,50 +768,55 @@ public int getSerializedSize() { size = 0; if (valueTypeCase_ == 1) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize( - 1, (boolean)((java.lang.Boolean) valueType_)); + size += + com.google.protobuf.CodedOutputStream.computeBoolSize( + 1, (boolean) ((java.lang.Boolean) valueType_)); } if (valueTypeCase_ == 2) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size( - 2, (long)((java.lang.Long) valueType_)); + size += + com.google.protobuf.CodedOutputStream.computeInt64Size( + 2, (long) ((java.lang.Long) valueType_)); } if (valueTypeCase_ == 3) { - size += com.google.protobuf.CodedOutputStream - .computeDoubleSize( - 3, (double)((java.lang.Double) valueType_)); + size += + com.google.protobuf.CodedOutputStream.computeDoubleSize( + 3, (double) ((java.lang.Double) valueType_)); } if (valueTypeCase_ == 5) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, valueType_); } if (valueTypeCase_ == 6) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(6, (com.google.firestore.v1.MapValue) valueType_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 6, (com.google.firestore.v1.MapValue) valueType_); } if (valueTypeCase_ == 8) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(8, (com.google.type.LatLng) valueType_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 8, (com.google.type.LatLng) valueType_); } if (valueTypeCase_ == 9) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(9, (com.google.firestore.v1.ArrayValue) valueType_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 9, (com.google.firestore.v1.ArrayValue) valueType_); } if (valueTypeCase_ == 10) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(10, (com.google.protobuf.Timestamp) valueType_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 10, (com.google.protobuf.Timestamp) valueType_); } if (valueTypeCase_ == 11) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(11, ((java.lang.Integer) valueType_)); + size += + com.google.protobuf.CodedOutputStream.computeEnumSize( + 11, ((java.lang.Integer) valueType_)); } if (valueTypeCase_ == 17) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(17, valueType_); } if (valueTypeCase_ == 18) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize( - 18, (com.google.protobuf.ByteString) valueType_); + size += + com.google.protobuf.CodedOutputStream.computeBytesSize( + 18, (com.google.protobuf.ByteString) valueType_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -715,7 +826,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.Value)) { return super.equals(obj); @@ -725,49 +836,38 @@ public boolean equals(final java.lang.Object obj) { if (!getValueTypeCase().equals(other.getValueTypeCase())) return false; switch (valueTypeCase_) { case 11: - if (getNullValueValue() - != other.getNullValueValue()) return false; + if (getNullValueValue() != other.getNullValueValue()) return false; break; case 1: - if (getBooleanValue() - != other.getBooleanValue()) return false; + if (getBooleanValue() != other.getBooleanValue()) return false; break; case 2: - if (getIntegerValue() - != other.getIntegerValue()) return false; + if (getIntegerValue() != other.getIntegerValue()) return false; break; case 3: if (java.lang.Double.doubleToLongBits(getDoubleValue()) - != java.lang.Double.doubleToLongBits( - other.getDoubleValue())) return false; + != java.lang.Double.doubleToLongBits(other.getDoubleValue())) return false; break; case 10: - if (!getTimestampValue() - .equals(other.getTimestampValue())) return false; + if (!getTimestampValue().equals(other.getTimestampValue())) return false; break; case 17: - if (!getStringValue() - .equals(other.getStringValue())) return false; + if (!getStringValue().equals(other.getStringValue())) return false; break; case 18: - if (!getBytesValue() - .equals(other.getBytesValue())) return false; + if (!getBytesValue().equals(other.getBytesValue())) return false; break; case 5: - if (!getReferenceValue() - .equals(other.getReferenceValue())) return false; + if (!getReferenceValue().equals(other.getReferenceValue())) return false; break; case 8: - if (!getGeoPointValue() - .equals(other.getGeoPointValue())) return false; + if (!getGeoPointValue().equals(other.getGeoPointValue())) return false; break; case 9: - if (!getArrayValue() - .equals(other.getArrayValue())) return false; + if (!getArrayValue().equals(other.getArrayValue())) return false; break; case 6: - if (!getMapValue() - .equals(other.getMapValue())) return false; + if (!getMapValue().equals(other.getMapValue())) return false; break; case 0: default: @@ -790,18 +890,18 @@ public int hashCode() { break; case 1: hash = (37 * hash) + BOOLEAN_VALUE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getBooleanValue()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getBooleanValue()); break; case 2: hash = (37 * hash) + INTEGER_VALUE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIntegerValue()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIntegerValue()); break; case 3: hash = (37 * hash) + DOUBLE_VALUE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - java.lang.Double.doubleToLongBits(getDoubleValue())); + hash = + (53 * hash) + + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getDoubleValue())); break; case 10: hash = (37 * hash) + TIMESTAMP_VALUE_FIELD_NUMBER; @@ -839,132 +939,134 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.Value parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.Value parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.Value parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.Value parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.firestore.v1.Value parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.Value parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.Value parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.Value parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.Value parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.Value parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.v1.Value parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.Value parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.firestore.v1.Value parseFrom( - com.google.protobuf.CodedInputStream input) + + public static com.google.firestore.v1.Value parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.Value parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.Value prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A message that can hold any of the supported value types.
    * 
* * Protobuf type {@code google.firestore.v1.Value} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.Value) com.google.firestore.v1.ValueOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Value_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_Value_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Value_fieldAccessorTable + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_Value_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Value.class, com.google.firestore.v1.Value.Builder.class); } // Construct using com.google.firestore.v1.Value.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -987,9 +1089,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.DocumentProto.internal_static_google_firestore_v1_Value_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.DocumentProto + .internal_static_google_firestore_v1_Value_descriptor; } @java.lang.Override @@ -1009,7 +1111,9 @@ public com.google.firestore.v1.Value build() { @java.lang.Override public com.google.firestore.v1.Value buildPartial() { com.google.firestore.v1.Value result = new com.google.firestore.v1.Value(this); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; @@ -1022,20 +1126,16 @@ private void buildPartial0(com.google.firestore.v1.Value result) { private void buildPartialOneofs(com.google.firestore.v1.Value result) { result.valueTypeCase_ = valueTypeCase_; result.valueType_ = this.valueType_; - if (valueTypeCase_ == 10 && - timestampValueBuilder_ != null) { + if (valueTypeCase_ == 10 && timestampValueBuilder_ != null) { result.valueType_ = timestampValueBuilder_.build(); } - if (valueTypeCase_ == 8 && - geoPointValueBuilder_ != null) { + if (valueTypeCase_ == 8 && geoPointValueBuilder_ != null) { result.valueType_ = geoPointValueBuilder_.build(); } - if (valueTypeCase_ == 9 && - arrayValueBuilder_ != null) { + if (valueTypeCase_ == 9 && arrayValueBuilder_ != null) { result.valueType_ = arrayValueBuilder_.build(); } - if (valueTypeCase_ == 6 && - mapValueBuilder_ != null) { + if (valueTypeCase_ == 6 && mapValueBuilder_ != null) { result.valueType_ = mapValueBuilder_.build(); } } @@ -1044,38 +1144,39 @@ private void buildPartialOneofs(com.google.firestore.v1.Value result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.Value) { - return mergeFrom((com.google.firestore.v1.Value)other); + return mergeFrom((com.google.firestore.v1.Value) other); } else { super.mergeFrom(other); return this; @@ -1085,57 +1186,69 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.firestore.v1.Value other) { if (other == com.google.firestore.v1.Value.getDefaultInstance()) return this; switch (other.getValueTypeCase()) { - case NULL_VALUE: { - setNullValueValue(other.getNullValueValue()); - break; - } - case BOOLEAN_VALUE: { - setBooleanValue(other.getBooleanValue()); - break; - } - case INTEGER_VALUE: { - setIntegerValue(other.getIntegerValue()); - break; - } - case DOUBLE_VALUE: { - setDoubleValue(other.getDoubleValue()); - break; - } - case TIMESTAMP_VALUE: { - mergeTimestampValue(other.getTimestampValue()); - break; - } - case STRING_VALUE: { - valueTypeCase_ = 17; - valueType_ = other.valueType_; - onChanged(); - break; - } - case BYTES_VALUE: { - setBytesValue(other.getBytesValue()); - break; - } - case REFERENCE_VALUE: { - valueTypeCase_ = 5; - valueType_ = other.valueType_; - onChanged(); - break; - } - case GEO_POINT_VALUE: { - mergeGeoPointValue(other.getGeoPointValue()); - break; - } - case ARRAY_VALUE: { - mergeArrayValue(other.getArrayValue()); - break; - } - case MAP_VALUE: { - mergeMapValue(other.getMapValue()); - break; - } - case VALUETYPE_NOT_SET: { - break; - } + case NULL_VALUE: + { + setNullValueValue(other.getNullValueValue()); + break; + } + case BOOLEAN_VALUE: + { + setBooleanValue(other.getBooleanValue()); + break; + } + case INTEGER_VALUE: + { + setIntegerValue(other.getIntegerValue()); + break; + } + case DOUBLE_VALUE: + { + setDoubleValue(other.getDoubleValue()); + break; + } + case TIMESTAMP_VALUE: + { + mergeTimestampValue(other.getTimestampValue()); + break; + } + case STRING_VALUE: + { + valueTypeCase_ = 17; + valueType_ = other.valueType_; + onChanged(); + break; + } + case BYTES_VALUE: + { + setBytesValue(other.getBytesValue()); + break; + } + case REFERENCE_VALUE: + { + valueTypeCase_ = 5; + valueType_ = other.valueType_; + onChanged(); + break; + } + case GEO_POINT_VALUE: + { + mergeGeoPointValue(other.getGeoPointValue()); + break; + } + case ARRAY_VALUE: + { + mergeArrayValue(other.getArrayValue()); + break; + } + case MAP_VALUE: + { + mergeMapValue(other.getMapValue()); + break; + } + case VALUETYPE_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -1163,78 +1276,82 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - valueType_ = input.readBool(); - valueTypeCase_ = 1; - break; - } // case 8 - case 16: { - valueType_ = input.readInt64(); - valueTypeCase_ = 2; - break; - } // case 16 - case 25: { - valueType_ = input.readDouble(); - valueTypeCase_ = 3; - break; - } // case 25 - case 42: { - java.lang.String s = input.readStringRequireUtf8(); - valueTypeCase_ = 5; - valueType_ = s; - break; - } // case 42 - case 50: { - input.readMessage( - getMapValueFieldBuilder().getBuilder(), - extensionRegistry); - valueTypeCase_ = 6; - break; - } // case 50 - case 66: { - input.readMessage( - getGeoPointValueFieldBuilder().getBuilder(), - extensionRegistry); - valueTypeCase_ = 8; - break; - } // case 66 - case 74: { - input.readMessage( - getArrayValueFieldBuilder().getBuilder(), - extensionRegistry); - valueTypeCase_ = 9; - break; - } // case 74 - case 82: { - input.readMessage( - getTimestampValueFieldBuilder().getBuilder(), - extensionRegistry); - valueTypeCase_ = 10; - break; - } // case 82 - case 88: { - int rawValue = input.readEnum(); - valueTypeCase_ = 11; - valueType_ = rawValue; - break; - } // case 88 - case 138: { - java.lang.String s = input.readStringRequireUtf8(); - valueTypeCase_ = 17; - valueType_ = s; - break; - } // case 138 - case 146: { - valueType_ = input.readBytes(); - valueTypeCase_ = 18; - break; - } // case 146 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + valueType_ = input.readBool(); + valueTypeCase_ = 1; + break; + } // case 8 + case 16: + { + valueType_ = input.readInt64(); + valueTypeCase_ = 2; + break; + } // case 16 + case 25: + { + valueType_ = input.readDouble(); + valueTypeCase_ = 3; + break; + } // case 25 + case 42: + { + java.lang.String s = input.readStringRequireUtf8(); + valueTypeCase_ = 5; + valueType_ = s; + break; + } // case 42 + case 50: + { + input.readMessage(getMapValueFieldBuilder().getBuilder(), extensionRegistry); + valueTypeCase_ = 6; + break; + } // case 50 + case 66: + { + input.readMessage(getGeoPointValueFieldBuilder().getBuilder(), extensionRegistry); + valueTypeCase_ = 8; + break; + } // case 66 + case 74: + { + input.readMessage(getArrayValueFieldBuilder().getBuilder(), extensionRegistry); + valueTypeCase_ = 9; + break; + } // case 74 + case 82: + { + input.readMessage(getTimestampValueFieldBuilder().getBuilder(), extensionRegistry); + valueTypeCase_ = 10; + break; + } // case 82 + case 88: + { + int rawValue = input.readEnum(); + valueTypeCase_ = 11; + valueType_ = rawValue; + break; + } // case 88 + case 138: + { + java.lang.String s = input.readStringRequireUtf8(); + valueTypeCase_ = 17; + valueType_ = s; + break; + } // case 138 + case 146: + { + valueType_ = input.readBytes(); + valueTypeCase_ = 18; + break; + } // case 146 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1244,12 +1361,12 @@ public Builder mergeFrom( } // finally return this; } + private int valueTypeCase_ = 0; private java.lang.Object valueType_; - public ValueTypeCase - getValueTypeCase() { - return ValueTypeCase.forNumber( - valueTypeCase_); + + public ValueTypeCase getValueTypeCase() { + return ValueTypeCase.forNumber(valueTypeCase_); } public Builder clearValueType() { @@ -1262,11 +1379,14 @@ public Builder clearValueType() { private int bitField0_; /** + * + * *
      * A null value.
      * 
* * .google.protobuf.NullValue null_value = 11; + * * @return Whether the nullValue field is set. */ @java.lang.Override @@ -1274,11 +1394,14 @@ public boolean hasNullValue() { return valueTypeCase_ == 11; } /** + * + * *
      * A null value.
      * 
* * .google.protobuf.NullValue null_value = 11; + * * @return The enum numeric value on the wire for nullValue. */ @java.lang.Override @@ -1289,11 +1412,14 @@ public int getNullValueValue() { return 0; } /** + * + * *
      * A null value.
      * 
* * .google.protobuf.NullValue null_value = 11; + * * @param value The enum numeric value on the wire for nullValue to set. * @return This builder for chaining. */ @@ -1304,28 +1430,34 @@ public Builder setNullValueValue(int value) { return this; } /** + * + * *
      * A null value.
      * 
* * .google.protobuf.NullValue null_value = 11; + * * @return The nullValue. */ @java.lang.Override public com.google.protobuf.NullValue getNullValue() { if (valueTypeCase_ == 11) { - com.google.protobuf.NullValue result = com.google.protobuf.NullValue.forNumber( - (java.lang.Integer) valueType_); + com.google.protobuf.NullValue result = + com.google.protobuf.NullValue.forNumber((java.lang.Integer) valueType_); return result == null ? com.google.protobuf.NullValue.UNRECOGNIZED : result; } return com.google.protobuf.NullValue.NULL_VALUE; } /** + * + * *
      * A null value.
      * 
* * .google.protobuf.NullValue null_value = 11; + * * @param value The nullValue to set. * @return This builder for chaining. */ @@ -1339,11 +1471,14 @@ public Builder setNullValue(com.google.protobuf.NullValue value) { return this; } /** + * + * *
      * A null value.
      * 
* * .google.protobuf.NullValue null_value = 11; + * * @return This builder for chaining. */ public Builder clearNullValue() { @@ -1356,22 +1491,28 @@ public Builder clearNullValue() { } /** + * + * *
      * A boolean value.
      * 
* * bool boolean_value = 1; + * * @return Whether the booleanValue field is set. */ public boolean hasBooleanValue() { return valueTypeCase_ == 1; } /** + * + * *
      * A boolean value.
      * 
* * bool boolean_value = 1; + * * @return The booleanValue. */ public boolean getBooleanValue() { @@ -1381,11 +1522,14 @@ public boolean getBooleanValue() { return false; } /** + * + * *
      * A boolean value.
      * 
* * bool boolean_value = 1; + * * @param value The booleanValue to set. * @return This builder for chaining. */ @@ -1397,11 +1541,14 @@ public Builder setBooleanValue(boolean value) { return this; } /** + * + * *
      * A boolean value.
      * 
* * bool boolean_value = 1; + * * @return This builder for chaining. */ public Builder clearBooleanValue() { @@ -1414,22 +1561,28 @@ public Builder clearBooleanValue() { } /** + * + * *
      * An integer value.
      * 
* * int64 integer_value = 2; + * * @return Whether the integerValue field is set. */ public boolean hasIntegerValue() { return valueTypeCase_ == 2; } /** + * + * *
      * An integer value.
      * 
* * int64 integer_value = 2; + * * @return The integerValue. */ public long getIntegerValue() { @@ -1439,11 +1592,14 @@ public long getIntegerValue() { return 0L; } /** + * + * *
      * An integer value.
      * 
* * int64 integer_value = 2; + * * @param value The integerValue to set. * @return This builder for chaining. */ @@ -1455,11 +1611,14 @@ public Builder setIntegerValue(long value) { return this; } /** + * + * *
      * An integer value.
      * 
* * int64 integer_value = 2; + * * @return This builder for chaining. */ public Builder clearIntegerValue() { @@ -1472,22 +1631,28 @@ public Builder clearIntegerValue() { } /** + * + * *
      * A double value.
      * 
* * double double_value = 3; + * * @return Whether the doubleValue field is set. */ public boolean hasDoubleValue() { return valueTypeCase_ == 3; } /** + * + * *
      * A double value.
      * 
* * double double_value = 3; + * * @return The doubleValue. */ public double getDoubleValue() { @@ -1497,11 +1662,14 @@ public double getDoubleValue() { return 0D; } /** + * + * *
      * A double value.
      * 
* * double double_value = 3; + * * @param value The doubleValue to set. * @return This builder for chaining. */ @@ -1513,11 +1681,14 @@ public Builder setDoubleValue(double value) { return this; } /** + * + * *
      * A double value.
      * 
* * double double_value = 3; + * * @return This builder for chaining. */ public Builder clearDoubleValue() { @@ -1530,8 +1701,13 @@ public Builder clearDoubleValue() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> timestampValueBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + timestampValueBuilder_; /** + * + * *
      * A timestamp value.
      *
@@ -1540,6 +1716,7 @@ public Builder clearDoubleValue() {
      * 
* * .google.protobuf.Timestamp timestamp_value = 10; + * * @return Whether the timestampValue field is set. */ @java.lang.Override @@ -1547,6 +1724,8 @@ public boolean hasTimestampValue() { return valueTypeCase_ == 10; } /** + * + * *
      * A timestamp value.
      *
@@ -1555,6 +1734,7 @@ public boolean hasTimestampValue() {
      * 
* * .google.protobuf.Timestamp timestamp_value = 10; + * * @return The timestampValue. */ @java.lang.Override @@ -1572,6 +1752,8 @@ public com.google.protobuf.Timestamp getTimestampValue() { } } /** + * + * *
      * A timestamp value.
      *
@@ -1595,6 +1777,8 @@ public Builder setTimestampValue(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A timestamp value.
      *
@@ -1604,8 +1788,7 @@ public Builder setTimestampValue(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp timestamp_value = 10;
      */
-    public Builder setTimestampValue(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (timestampValueBuilder_ == null) {
         valueType_ = builderForValue.build();
         onChanged();
@@ -1616,6 +1799,8 @@ public Builder setTimestampValue(
       return this;
     }
     /**
+     *
+     *
      * 
      * A timestamp value.
      *
@@ -1627,10 +1812,12 @@ public Builder setTimestampValue(
      */
     public Builder mergeTimestampValue(com.google.protobuf.Timestamp value) {
       if (timestampValueBuilder_ == null) {
-        if (valueTypeCase_ == 10 &&
-            valueType_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
-          valueType_ = com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) valueType_)
-              .mergeFrom(value).buildPartial();
+        if (valueTypeCase_ == 10
+            && valueType_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+          valueType_ =
+              com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) valueType_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           valueType_ = value;
         }
@@ -1646,6 +1833,8 @@ public Builder mergeTimestampValue(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A timestamp value.
      *
@@ -1672,6 +1861,8 @@ public Builder clearTimestampValue() {
       return this;
     }
     /**
+     *
+     *
      * 
      * A timestamp value.
      *
@@ -1685,6 +1876,8 @@ public com.google.protobuf.Timestamp.Builder getTimestampValueBuilder() {
       return getTimestampValueFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * A timestamp value.
      *
@@ -1706,6 +1899,8 @@ public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() {
       }
     }
     /**
+     *
+     *
      * 
      * A timestamp value.
      *
@@ -1716,17 +1911,20 @@ public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() {
      * .google.protobuf.Timestamp timestamp_value = 10;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getTimestampValueFieldBuilder() {
       if (timestampValueBuilder_ == null) {
         if (!(valueTypeCase_ == 10)) {
           valueType_ = com.google.protobuf.Timestamp.getDefaultInstance();
         }
-        timestampValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                (com.google.protobuf.Timestamp) valueType_,
-                getParentForChildren(),
-                isClean());
+        timestampValueBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                (com.google.protobuf.Timestamp) valueType_, getParentForChildren(), isClean());
         valueType_ = null;
       }
       valueTypeCase_ = 10;
@@ -1735,6 +1933,8 @@ public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() {
     }
 
     /**
+     *
+     *
      * 
      * A string value.
      *
@@ -1744,6 +1944,7 @@ public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() {
      * 
* * string string_value = 17; + * * @return Whether the stringValue field is set. */ @java.lang.Override @@ -1751,6 +1952,8 @@ public boolean hasStringValue() { return valueTypeCase_ == 17; } /** + * + * *
      * A string value.
      *
@@ -1760,6 +1963,7 @@ public boolean hasStringValue() {
      * 
* * string string_value = 17; + * * @return The stringValue. */ @java.lang.Override @@ -1769,8 +1973,7 @@ public java.lang.String getStringValue() { ref = valueType_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (valueTypeCase_ == 17) { valueType_ = s; @@ -1781,6 +1984,8 @@ public java.lang.String getStringValue() { } } /** + * + * *
      * A string value.
      *
@@ -1790,19 +1995,18 @@ public java.lang.String getStringValue() {
      * 
* * string string_value = 17; + * * @return The bytes for stringValue. */ @java.lang.Override - public com.google.protobuf.ByteString - getStringValueBytes() { + public com.google.protobuf.ByteString getStringValueBytes() { java.lang.Object ref = ""; if (valueTypeCase_ == 17) { ref = valueType_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); if (valueTypeCase_ == 17) { valueType_ = b; } @@ -1812,6 +2016,8 @@ public java.lang.String getStringValue() { } } /** + * + * *
      * A string value.
      *
@@ -1821,18 +2027,22 @@ public java.lang.String getStringValue() {
      * 
* * string string_value = 17; + * * @param value The stringValue to set. * @return This builder for chaining. */ - public Builder setStringValue( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setStringValue(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } valueTypeCase_ = 17; valueType_ = value; onChanged(); return this; } /** + * + * *
      * A string value.
      *
@@ -1842,6 +2052,7 @@ public Builder setStringValue(
      * 
* * string string_value = 17; + * * @return This builder for chaining. */ public Builder clearStringValue() { @@ -1853,6 +2064,8 @@ public Builder clearStringValue() { return this; } /** + * + * *
      * A string value.
      *
@@ -1862,12 +2075,14 @@ public Builder clearStringValue() {
      * 
* * string string_value = 17; + * * @param value The bytes for stringValue to set. * @return This builder for chaining. */ - public Builder setStringValueBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setStringValueBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); valueTypeCase_ = 17; valueType_ = value; @@ -1876,6 +2091,8 @@ public Builder setStringValueBytes( } /** + * + * *
      * A bytes value.
      *
@@ -1884,12 +2101,15 @@ public Builder setStringValueBytes(
      * 
* * bytes bytes_value = 18; + * * @return Whether the bytesValue field is set. */ public boolean hasBytesValue() { return valueTypeCase_ == 18; } /** + * + * *
      * A bytes value.
      *
@@ -1898,6 +2118,7 @@ public boolean hasBytesValue() {
      * 
* * bytes bytes_value = 18; + * * @return The bytesValue. */ public com.google.protobuf.ByteString getBytesValue() { @@ -1907,6 +2128,8 @@ public com.google.protobuf.ByteString getBytesValue() { return com.google.protobuf.ByteString.EMPTY; } /** + * + * *
      * A bytes value.
      *
@@ -1915,17 +2138,22 @@ public com.google.protobuf.ByteString getBytesValue() {
      * 
* * bytes bytes_value = 18; + * * @param value The bytesValue to set. * @return This builder for chaining. */ public Builder setBytesValue(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } valueTypeCase_ = 18; valueType_ = value; onChanged(); return this; } /** + * + * *
      * A bytes value.
      *
@@ -1934,6 +2162,7 @@ public Builder setBytesValue(com.google.protobuf.ByteString value) {
      * 
* * bytes bytes_value = 18; + * * @return This builder for chaining. */ public Builder clearBytesValue() { @@ -1946,12 +2175,15 @@ public Builder clearBytesValue() { } /** + * + * *
      * A reference to a document. For example:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string reference_value = 5; + * * @return Whether the referenceValue field is set. */ @java.lang.Override @@ -1959,12 +2191,15 @@ public boolean hasReferenceValue() { return valueTypeCase_ == 5; } /** + * + * *
      * A reference to a document. For example:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string reference_value = 5; + * * @return The referenceValue. */ @java.lang.Override @@ -1974,8 +2209,7 @@ public java.lang.String getReferenceValue() { ref = valueType_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (valueTypeCase_ == 5) { valueType_ = s; @@ -1986,25 +2220,26 @@ public java.lang.String getReferenceValue() { } } /** + * + * *
      * A reference to a document. For example:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string reference_value = 5; + * * @return The bytes for referenceValue. */ @java.lang.Override - public com.google.protobuf.ByteString - getReferenceValueBytes() { + public com.google.protobuf.ByteString getReferenceValueBytes() { java.lang.Object ref = ""; if (valueTypeCase_ == 5) { ref = valueType_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); if (valueTypeCase_ == 5) { valueType_ = b; } @@ -2014,30 +2249,37 @@ public java.lang.String getReferenceValue() { } } /** + * + * *
      * A reference to a document. For example:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string reference_value = 5; + * * @param value The referenceValue to set. * @return This builder for chaining. */ - public Builder setReferenceValue( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setReferenceValue(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } valueTypeCase_ = 5; valueType_ = value; onChanged(); return this; } /** + * + * *
      * A reference to a document. For example:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string reference_value = 5; + * * @return This builder for chaining. */ public Builder clearReferenceValue() { @@ -2049,18 +2291,22 @@ public Builder clearReferenceValue() { return this; } /** + * + * *
      * A reference to a document. For example:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string reference_value = 5; + * * @param value The bytes for referenceValue to set. * @return This builder for chaining. */ - public Builder setReferenceValueBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setReferenceValueBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); valueTypeCase_ = 5; valueType_ = value; @@ -2069,13 +2315,17 @@ public Builder setReferenceValueBytes( } private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.LatLng, com.google.type.LatLng.Builder, com.google.type.LatLngOrBuilder> geoPointValueBuilder_; + com.google.type.LatLng, com.google.type.LatLng.Builder, com.google.type.LatLngOrBuilder> + geoPointValueBuilder_; /** + * + * *
      * A geo point value representing a point on the surface of Earth.
      * 
* * .google.type.LatLng geo_point_value = 8; + * * @return Whether the geoPointValue field is set. */ @java.lang.Override @@ -2083,11 +2333,14 @@ public boolean hasGeoPointValue() { return valueTypeCase_ == 8; } /** + * + * *
      * A geo point value representing a point on the surface of Earth.
      * 
* * .google.type.LatLng geo_point_value = 8; + * * @return The geoPointValue. */ @java.lang.Override @@ -2105,6 +2358,8 @@ public com.google.type.LatLng getGeoPointValue() { } } /** + * + * *
      * A geo point value representing a point on the surface of Earth.
      * 
@@ -2125,14 +2380,15 @@ public Builder setGeoPointValue(com.google.type.LatLng value) { return this; } /** + * + * *
      * A geo point value representing a point on the surface of Earth.
      * 
* * .google.type.LatLng geo_point_value = 8; */ - public Builder setGeoPointValue( - com.google.type.LatLng.Builder builderForValue) { + public Builder setGeoPointValue(com.google.type.LatLng.Builder builderForValue) { if (geoPointValueBuilder_ == null) { valueType_ = builderForValue.build(); onChanged(); @@ -2143,6 +2399,8 @@ public Builder setGeoPointValue( return this; } /** + * + * *
      * A geo point value representing a point on the surface of Earth.
      * 
@@ -2151,10 +2409,11 @@ public Builder setGeoPointValue( */ public Builder mergeGeoPointValue(com.google.type.LatLng value) { if (geoPointValueBuilder_ == null) { - if (valueTypeCase_ == 8 && - valueType_ != com.google.type.LatLng.getDefaultInstance()) { - valueType_ = com.google.type.LatLng.newBuilder((com.google.type.LatLng) valueType_) - .mergeFrom(value).buildPartial(); + if (valueTypeCase_ == 8 && valueType_ != com.google.type.LatLng.getDefaultInstance()) { + valueType_ = + com.google.type.LatLng.newBuilder((com.google.type.LatLng) valueType_) + .mergeFrom(value) + .buildPartial(); } else { valueType_ = value; } @@ -2170,6 +2429,8 @@ public Builder mergeGeoPointValue(com.google.type.LatLng value) { return this; } /** + * + * *
      * A geo point value representing a point on the surface of Earth.
      * 
@@ -2193,6 +2454,8 @@ public Builder clearGeoPointValue() { return this; } /** + * + * *
      * A geo point value representing a point on the surface of Earth.
      * 
@@ -2203,6 +2466,8 @@ public com.google.type.LatLng.Builder getGeoPointValueBuilder() { return getGeoPointValueFieldBuilder().getBuilder(); } /** + * + * *
      * A geo point value representing a point on the surface of Earth.
      * 
@@ -2221,6 +2486,8 @@ public com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder() { } } /** + * + * *
      * A geo point value representing a point on the surface of Earth.
      * 
@@ -2228,17 +2495,18 @@ public com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder() { * .google.type.LatLng geo_point_value = 8; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.LatLng, com.google.type.LatLng.Builder, com.google.type.LatLngOrBuilder> + com.google.type.LatLng, com.google.type.LatLng.Builder, com.google.type.LatLngOrBuilder> getGeoPointValueFieldBuilder() { if (geoPointValueBuilder_ == null) { if (!(valueTypeCase_ == 8)) { valueType_ = com.google.type.LatLng.getDefaultInstance(); } - geoPointValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.type.LatLng, com.google.type.LatLng.Builder, com.google.type.LatLngOrBuilder>( - (com.google.type.LatLng) valueType_, - getParentForChildren(), - isClean()); + geoPointValueBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.LatLng, + com.google.type.LatLng.Builder, + com.google.type.LatLngOrBuilder>( + (com.google.type.LatLng) valueType_, getParentForChildren(), isClean()); valueType_ = null; } valueTypeCase_ = 8; @@ -2247,8 +2515,13 @@ public com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder> arrayValueBuilder_; + com.google.firestore.v1.ArrayValue, + com.google.firestore.v1.ArrayValue.Builder, + com.google.firestore.v1.ArrayValueOrBuilder> + arrayValueBuilder_; /** + * + * *
      * An array value.
      *
@@ -2257,6 +2530,7 @@ public com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder() {
      * 
* * .google.firestore.v1.ArrayValue array_value = 9; + * * @return Whether the arrayValue field is set. */ @java.lang.Override @@ -2264,6 +2538,8 @@ public boolean hasArrayValue() { return valueTypeCase_ == 9; } /** + * + * *
      * An array value.
      *
@@ -2272,6 +2548,7 @@ public boolean hasArrayValue() {
      * 
* * .google.firestore.v1.ArrayValue array_value = 9; + * * @return The arrayValue. */ @java.lang.Override @@ -2289,6 +2566,8 @@ public com.google.firestore.v1.ArrayValue getArrayValue() { } } /** + * + * *
      * An array value.
      *
@@ -2312,6 +2591,8 @@ public Builder setArrayValue(com.google.firestore.v1.ArrayValue value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * An array value.
      *
@@ -2321,8 +2602,7 @@ public Builder setArrayValue(com.google.firestore.v1.ArrayValue value) {
      *
      * .google.firestore.v1.ArrayValue array_value = 9;
      */
-    public Builder setArrayValue(
-        com.google.firestore.v1.ArrayValue.Builder builderForValue) {
+    public Builder setArrayValue(com.google.firestore.v1.ArrayValue.Builder builderForValue) {
       if (arrayValueBuilder_ == null) {
         valueType_ = builderForValue.build();
         onChanged();
@@ -2333,6 +2613,8 @@ public Builder setArrayValue(
       return this;
     }
     /**
+     *
+     *
      * 
      * An array value.
      *
@@ -2344,10 +2626,13 @@ public Builder setArrayValue(
      */
     public Builder mergeArrayValue(com.google.firestore.v1.ArrayValue value) {
       if (arrayValueBuilder_ == null) {
-        if (valueTypeCase_ == 9 &&
-            valueType_ != com.google.firestore.v1.ArrayValue.getDefaultInstance()) {
-          valueType_ = com.google.firestore.v1.ArrayValue.newBuilder((com.google.firestore.v1.ArrayValue) valueType_)
-              .mergeFrom(value).buildPartial();
+        if (valueTypeCase_ == 9
+            && valueType_ != com.google.firestore.v1.ArrayValue.getDefaultInstance()) {
+          valueType_ =
+              com.google.firestore.v1.ArrayValue.newBuilder(
+                      (com.google.firestore.v1.ArrayValue) valueType_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           valueType_ = value;
         }
@@ -2363,6 +2648,8 @@ public Builder mergeArrayValue(com.google.firestore.v1.ArrayValue value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * An array value.
      *
@@ -2389,6 +2676,8 @@ public Builder clearArrayValue() {
       return this;
     }
     /**
+     *
+     *
      * 
      * An array value.
      *
@@ -2402,6 +2691,8 @@ public com.google.firestore.v1.ArrayValue.Builder getArrayValueBuilder() {
       return getArrayValueFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * An array value.
      *
@@ -2423,6 +2714,8 @@ public com.google.firestore.v1.ArrayValueOrBuilder getArrayValueOrBuilder() {
       }
     }
     /**
+     *
+     *
      * 
      * An array value.
      *
@@ -2433,17 +2726,20 @@ public com.google.firestore.v1.ArrayValueOrBuilder getArrayValueOrBuilder() {
      * .google.firestore.v1.ArrayValue array_value = 9;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder> 
+            com.google.firestore.v1.ArrayValue,
+            com.google.firestore.v1.ArrayValue.Builder,
+            com.google.firestore.v1.ArrayValueOrBuilder>
         getArrayValueFieldBuilder() {
       if (arrayValueBuilder_ == null) {
         if (!(valueTypeCase_ == 9)) {
           valueType_ = com.google.firestore.v1.ArrayValue.getDefaultInstance();
         }
-        arrayValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.ArrayValue, com.google.firestore.v1.ArrayValue.Builder, com.google.firestore.v1.ArrayValueOrBuilder>(
-                (com.google.firestore.v1.ArrayValue) valueType_,
-                getParentForChildren(),
-                isClean());
+        arrayValueBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.ArrayValue,
+                com.google.firestore.v1.ArrayValue.Builder,
+                com.google.firestore.v1.ArrayValueOrBuilder>(
+                (com.google.firestore.v1.ArrayValue) valueType_, getParentForChildren(), isClean());
         valueType_ = null;
       }
       valueTypeCase_ = 9;
@@ -2452,13 +2748,19 @@ public com.google.firestore.v1.ArrayValueOrBuilder getArrayValueOrBuilder() {
     }
 
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.MapValue, com.google.firestore.v1.MapValue.Builder, com.google.firestore.v1.MapValueOrBuilder> mapValueBuilder_;
+            com.google.firestore.v1.MapValue,
+            com.google.firestore.v1.MapValue.Builder,
+            com.google.firestore.v1.MapValueOrBuilder>
+        mapValueBuilder_;
     /**
+     *
+     *
      * 
      * A map value.
      * 
* * .google.firestore.v1.MapValue map_value = 6; + * * @return Whether the mapValue field is set. */ @java.lang.Override @@ -2466,11 +2768,14 @@ public boolean hasMapValue() { return valueTypeCase_ == 6; } /** + * + * *
      * A map value.
      * 
* * .google.firestore.v1.MapValue map_value = 6; + * * @return The mapValue. */ @java.lang.Override @@ -2488,6 +2793,8 @@ public com.google.firestore.v1.MapValue getMapValue() { } } /** + * + * *
      * A map value.
      * 
@@ -2508,14 +2815,15 @@ public Builder setMapValue(com.google.firestore.v1.MapValue value) { return this; } /** + * + * *
      * A map value.
      * 
* * .google.firestore.v1.MapValue map_value = 6; */ - public Builder setMapValue( - com.google.firestore.v1.MapValue.Builder builderForValue) { + public Builder setMapValue(com.google.firestore.v1.MapValue.Builder builderForValue) { if (mapValueBuilder_ == null) { valueType_ = builderForValue.build(); onChanged(); @@ -2526,6 +2834,8 @@ public Builder setMapValue( return this; } /** + * + * *
      * A map value.
      * 
@@ -2534,10 +2844,13 @@ public Builder setMapValue( */ public Builder mergeMapValue(com.google.firestore.v1.MapValue value) { if (mapValueBuilder_ == null) { - if (valueTypeCase_ == 6 && - valueType_ != com.google.firestore.v1.MapValue.getDefaultInstance()) { - valueType_ = com.google.firestore.v1.MapValue.newBuilder((com.google.firestore.v1.MapValue) valueType_) - .mergeFrom(value).buildPartial(); + if (valueTypeCase_ == 6 + && valueType_ != com.google.firestore.v1.MapValue.getDefaultInstance()) { + valueType_ = + com.google.firestore.v1.MapValue.newBuilder( + (com.google.firestore.v1.MapValue) valueType_) + .mergeFrom(value) + .buildPartial(); } else { valueType_ = value; } @@ -2553,6 +2866,8 @@ public Builder mergeMapValue(com.google.firestore.v1.MapValue value) { return this; } /** + * + * *
      * A map value.
      * 
@@ -2576,6 +2891,8 @@ public Builder clearMapValue() { return this; } /** + * + * *
      * A map value.
      * 
@@ -2586,6 +2903,8 @@ public com.google.firestore.v1.MapValue.Builder getMapValueBuilder() { return getMapValueFieldBuilder().getBuilder(); } /** + * + * *
      * A map value.
      * 
@@ -2604,6 +2923,8 @@ public com.google.firestore.v1.MapValueOrBuilder getMapValueOrBuilder() { } } /** + * + * *
      * A map value.
      * 
@@ -2611,26 +2932,29 @@ public com.google.firestore.v1.MapValueOrBuilder getMapValueOrBuilder() { * .google.firestore.v1.MapValue map_value = 6; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.MapValue, com.google.firestore.v1.MapValue.Builder, com.google.firestore.v1.MapValueOrBuilder> + com.google.firestore.v1.MapValue, + com.google.firestore.v1.MapValue.Builder, + com.google.firestore.v1.MapValueOrBuilder> getMapValueFieldBuilder() { if (mapValueBuilder_ == null) { if (!(valueTypeCase_ == 6)) { valueType_ = com.google.firestore.v1.MapValue.getDefaultInstance(); } - mapValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.MapValue, com.google.firestore.v1.MapValue.Builder, com.google.firestore.v1.MapValueOrBuilder>( - (com.google.firestore.v1.MapValue) valueType_, - getParentForChildren(), - isClean()); + mapValueBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.MapValue, + com.google.firestore.v1.MapValue.Builder, + com.google.firestore.v1.MapValueOrBuilder>( + (com.google.firestore.v1.MapValue) valueType_, getParentForChildren(), isClean()); valueType_ = null; } valueTypeCase_ = 6; onChanged(); return mapValueBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2640,12 +2964,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.Value) } // @@protoc_insertion_point(class_scope:google.firestore.v1.Value) private static final com.google.firestore.v1.Value DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.Value(); } @@ -2654,27 +2978,27 @@ public static com.google.firestore.v1.Value getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Value parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Value parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2689,6 +3013,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.Value getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ValueOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ValueOrBuilder.java similarity index 86% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ValueOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ValueOrBuilder.java index c0c2a3331..560bfba7c 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ValueOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/ValueOrBuilder.java @@ -1,99 +1,144 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/document.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface ValueOrBuilder extends +public interface ValueOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.Value) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * A null value.
    * 
* * .google.protobuf.NullValue null_value = 11; + * * @return Whether the nullValue field is set. */ boolean hasNullValue(); /** + * + * *
    * A null value.
    * 
* * .google.protobuf.NullValue null_value = 11; + * * @return The enum numeric value on the wire for nullValue. */ int getNullValueValue(); /** + * + * *
    * A null value.
    * 
* * .google.protobuf.NullValue null_value = 11; + * * @return The nullValue. */ com.google.protobuf.NullValue getNullValue(); /** + * + * *
    * A boolean value.
    * 
* * bool boolean_value = 1; + * * @return Whether the booleanValue field is set. */ boolean hasBooleanValue(); /** + * + * *
    * A boolean value.
    * 
* * bool boolean_value = 1; + * * @return The booleanValue. */ boolean getBooleanValue(); /** + * + * *
    * An integer value.
    * 
* * int64 integer_value = 2; + * * @return Whether the integerValue field is set. */ boolean hasIntegerValue(); /** + * + * *
    * An integer value.
    * 
* * int64 integer_value = 2; + * * @return The integerValue. */ long getIntegerValue(); /** + * + * *
    * A double value.
    * 
* * double double_value = 3; + * * @return Whether the doubleValue field is set. */ boolean hasDoubleValue(); /** + * + * *
    * A double value.
    * 
* * double double_value = 3; + * * @return The doubleValue. */ double getDoubleValue(); /** + * + * *
    * A timestamp value.
    *
@@ -102,10 +147,13 @@ public interface ValueOrBuilder extends
    * 
* * .google.protobuf.Timestamp timestamp_value = 10; + * * @return Whether the timestampValue field is set. */ boolean hasTimestampValue(); /** + * + * *
    * A timestamp value.
    *
@@ -114,10 +162,13 @@ public interface ValueOrBuilder extends
    * 
* * .google.protobuf.Timestamp timestamp_value = 10; + * * @return The timestampValue. */ com.google.protobuf.Timestamp getTimestampValue(); /** + * + * *
    * A timestamp value.
    *
@@ -130,6 +181,8 @@ public interface ValueOrBuilder extends
   com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder();
 
   /**
+   *
+   *
    * 
    * A string value.
    *
@@ -139,10 +192,13 @@ public interface ValueOrBuilder extends
    * 
* * string string_value = 17; + * * @return Whether the stringValue field is set. */ boolean hasStringValue(); /** + * + * *
    * A string value.
    *
@@ -152,10 +208,13 @@ public interface ValueOrBuilder extends
    * 
* * string string_value = 17; + * * @return The stringValue. */ java.lang.String getStringValue(); /** + * + * *
    * A string value.
    *
@@ -165,12 +224,14 @@ public interface ValueOrBuilder extends
    * 
* * string string_value = 17; + * * @return The bytes for stringValue. */ - com.google.protobuf.ByteString - getStringValueBytes(); + com.google.protobuf.ByteString getStringValueBytes(); /** + * + * *
    * A bytes value.
    *
@@ -179,10 +240,13 @@ public interface ValueOrBuilder extends
    * 
* * bytes bytes_value = 18; + * * @return Whether the bytesValue field is set. */ boolean hasBytesValue(); /** + * + * *
    * A bytes value.
    *
@@ -191,61 +255,78 @@ public interface ValueOrBuilder extends
    * 
* * bytes bytes_value = 18; + * * @return The bytesValue. */ com.google.protobuf.ByteString getBytesValue(); /** + * + * *
    * A reference to a document. For example:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string reference_value = 5; + * * @return Whether the referenceValue field is set. */ boolean hasReferenceValue(); /** + * + * *
    * A reference to a document. For example:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string reference_value = 5; + * * @return The referenceValue. */ java.lang.String getReferenceValue(); /** + * + * *
    * A reference to a document. For example:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string reference_value = 5; + * * @return The bytes for referenceValue. */ - com.google.protobuf.ByteString - getReferenceValueBytes(); + com.google.protobuf.ByteString getReferenceValueBytes(); /** + * + * *
    * A geo point value representing a point on the surface of Earth.
    * 
* * .google.type.LatLng geo_point_value = 8; + * * @return Whether the geoPointValue field is set. */ boolean hasGeoPointValue(); /** + * + * *
    * A geo point value representing a point on the surface of Earth.
    * 
* * .google.type.LatLng geo_point_value = 8; + * * @return The geoPointValue. */ com.google.type.LatLng getGeoPointValue(); /** + * + * *
    * A geo point value representing a point on the surface of Earth.
    * 
@@ -255,6 +336,8 @@ public interface ValueOrBuilder extends com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder(); /** + * + * *
    * An array value.
    *
@@ -263,10 +346,13 @@ public interface ValueOrBuilder extends
    * 
* * .google.firestore.v1.ArrayValue array_value = 9; + * * @return Whether the arrayValue field is set. */ boolean hasArrayValue(); /** + * + * *
    * An array value.
    *
@@ -275,10 +361,13 @@ public interface ValueOrBuilder extends
    * 
* * .google.firestore.v1.ArrayValue array_value = 9; + * * @return The arrayValue. */ com.google.firestore.v1.ArrayValue getArrayValue(); /** + * + * *
    * An array value.
    *
@@ -291,24 +380,32 @@ public interface ValueOrBuilder extends
   com.google.firestore.v1.ArrayValueOrBuilder getArrayValueOrBuilder();
 
   /**
+   *
+   *
    * 
    * A map value.
    * 
* * .google.firestore.v1.MapValue map_value = 6; + * * @return Whether the mapValue field is set. */ boolean hasMapValue(); /** + * + * *
    * A map value.
    * 
* * .google.firestore.v1.MapValue map_value = 6; + * * @return The mapValue. */ com.google.firestore.v1.MapValue getMapValue(); /** + * + * *
    * A map value.
    * 
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Write.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Write.java similarity index 75% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Write.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Write.java index 620803a4f..a234829af 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Write.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/Write.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/write.proto @@ -5,57 +20,63 @@ package com.google.firestore.v1; /** + * + * *
  * A write on a document.
  * 
* * Protobuf type {@code google.firestore.v1.Write} */ -public final class Write extends - com.google.protobuf.GeneratedMessageV3 implements +public final class Write extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.Write) WriteOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Write.newBuilder() to construct. private Write(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Write() { updateTransforms_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Write(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_Write_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_Write_fieldAccessorTable + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_Write_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Write.class, com.google.firestore.v1.Write.Builder.class); } private int bitField0_; private int operationCase_ = 0; + @SuppressWarnings("serial") private java.lang.Object operation_; + public enum OperationCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { UPDATE(1), DELETE(2), TRANSFORM(6), OPERATION_NOT_SET(0); private final int value; + private OperationCase(int value) { this.value = value; } @@ -71,31 +92,38 @@ public static OperationCase valueOf(int value) { public static OperationCase forNumber(int value) { switch (value) { - case 1: return UPDATE; - case 2: return DELETE; - case 6: return TRANSFORM; - case 0: return OPERATION_NOT_SET; - default: return null; + case 1: + return UPDATE; + case 2: + return DELETE; + case 6: + return TRANSFORM; + case 0: + return OPERATION_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public OperationCase - getOperationCase() { - return OperationCase.forNumber( - operationCase_); + public OperationCase getOperationCase() { + return OperationCase.forNumber(operationCase_); } public static final int UPDATE_FIELD_NUMBER = 1; /** + * + * *
    * A document to write.
    * 
* * .google.firestore.v1.Document update = 1; + * * @return Whether the update field is set. */ @java.lang.Override @@ -103,21 +131,26 @@ public boolean hasUpdate() { return operationCase_ == 1; } /** + * + * *
    * A document to write.
    * 
* * .google.firestore.v1.Document update = 1; + * * @return The update. */ @java.lang.Override public com.google.firestore.v1.Document getUpdate() { if (operationCase_ == 1) { - return (com.google.firestore.v1.Document) operation_; + return (com.google.firestore.v1.Document) operation_; } return com.google.firestore.v1.Document.getDefaultInstance(); } /** + * + * *
    * A document to write.
    * 
@@ -127,31 +160,37 @@ public com.google.firestore.v1.Document getUpdate() { @java.lang.Override public com.google.firestore.v1.DocumentOrBuilder getUpdateOrBuilder() { if (operationCase_ == 1) { - return (com.google.firestore.v1.Document) operation_; + return (com.google.firestore.v1.Document) operation_; } return com.google.firestore.v1.Document.getDefaultInstance(); } public static final int DELETE_FIELD_NUMBER = 2; /** + * + * *
    * A document name to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string delete = 2; + * * @return Whether the delete field is set. */ public boolean hasDelete() { return operationCase_ == 2; } /** + * + * *
    * A document name to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string delete = 2; + * * @return The delete. */ public java.lang.String getDelete() { @@ -162,8 +201,7 @@ public java.lang.String getDelete() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (operationCase_ == 2) { operation_ = s; @@ -172,24 +210,25 @@ public java.lang.String getDelete() { } } /** + * + * *
    * A document name to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string delete = 2; + * * @return The bytes for delete. */ - public com.google.protobuf.ByteString - getDeleteBytes() { + public com.google.protobuf.ByteString getDeleteBytes() { java.lang.Object ref = ""; if (operationCase_ == 2) { ref = operation_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); if (operationCase_ == 2) { operation_ = b; } @@ -201,11 +240,14 @@ public java.lang.String getDelete() { public static final int TRANSFORM_FIELD_NUMBER = 6; /** + * + * *
    * Applies a transformation to a document.
    * 
* * .google.firestore.v1.DocumentTransform transform = 6; + * * @return Whether the transform field is set. */ @java.lang.Override @@ -213,21 +255,26 @@ public boolean hasTransform() { return operationCase_ == 6; } /** + * + * *
    * Applies a transformation to a document.
    * 
* * .google.firestore.v1.DocumentTransform transform = 6; + * * @return The transform. */ @java.lang.Override public com.google.firestore.v1.DocumentTransform getTransform() { if (operationCase_ == 6) { - return (com.google.firestore.v1.DocumentTransform) operation_; + return (com.google.firestore.v1.DocumentTransform) operation_; } return com.google.firestore.v1.DocumentTransform.getDefaultInstance(); } /** + * + * *
    * Applies a transformation to a document.
    * 
@@ -237,7 +284,7 @@ public com.google.firestore.v1.DocumentTransform getTransform() { @java.lang.Override public com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder() { if (operationCase_ == 6) { - return (com.google.firestore.v1.DocumentTransform) operation_; + return (com.google.firestore.v1.DocumentTransform) operation_; } return com.google.firestore.v1.DocumentTransform.getDefaultInstance(); } @@ -245,6 +292,8 @@ public com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder( public static final int UPDATE_MASK_FIELD_NUMBER = 3; private com.google.firestore.v1.DocumentMask updateMask_; /** + * + * *
    * The fields to update in this write.
    *
@@ -259,6 +308,7 @@ public com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder(
    * 
* * .google.firestore.v1.DocumentMask update_mask = 3; + * * @return Whether the updateMask field is set. */ @java.lang.Override @@ -266,6 +316,8 @@ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The fields to update in this write.
    *
@@ -280,13 +332,18 @@ public boolean hasUpdateMask() {
    * 
* * .google.firestore.v1.DocumentMask update_mask = 3; + * * @return The updateMask. */ @java.lang.Override public com.google.firestore.v1.DocumentMask getUpdateMask() { - return updateMask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_; + return updateMask_ == null + ? com.google.firestore.v1.DocumentMask.getDefaultInstance() + : updateMask_; } /** + * + * *
    * The fields to update in this write.
    *
@@ -304,13 +361,19 @@ public com.google.firestore.v1.DocumentMask getUpdateMask() {
    */
   @java.lang.Override
   public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
-    return updateMask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_;
+    return updateMask_ == null
+        ? com.google.firestore.v1.DocumentMask.getDefaultInstance()
+        : updateMask_;
   }
 
   public static final int UPDATE_TRANSFORMS_FIELD_NUMBER = 7;
+
   @SuppressWarnings("serial")
-  private java.util.List updateTransforms_;
+  private java.util.List
+      updateTransforms_;
   /**
+   *
+   *
    * 
    * The transforms to perform after update.
    *
@@ -319,13 +382,17 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ @java.lang.Override - public java.util.List getUpdateTransformsList() { + public java.util.List + getUpdateTransformsList() { return updateTransforms_; } /** + * + * *
    * The transforms to perform after update.
    *
@@ -334,14 +401,17 @@ public java.util.List
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ @java.lang.Override - public java.util.List + public java.util.List getUpdateTransformsOrBuilderList() { return updateTransforms_; } /** + * + * *
    * The transforms to perform after update.
    *
@@ -350,13 +420,16 @@ public java.util.List
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ @java.lang.Override public int getUpdateTransformsCount() { return updateTransforms_.size(); } /** + * + * *
    * The transforms to perform after update.
    *
@@ -365,13 +438,16 @@ public int getUpdateTransformsCount() {
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ @java.lang.Override public com.google.firestore.v1.DocumentTransform.FieldTransform getUpdateTransforms(int index) { return updateTransforms_.get(index); } /** + * + * *
    * The transforms to perform after update.
    *
@@ -380,17 +456,20 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform getUpdateTransfo
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ @java.lang.Override - public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getUpdateTransformsOrBuilder( - int index) { + public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder + getUpdateTransformsOrBuilder(int index) { return updateTransforms_.get(index); } public static final int CURRENT_DOCUMENT_FIELD_NUMBER = 4; private com.google.firestore.v1.Precondition currentDocument_; /** + * + * *
    * An optional precondition on the document.
    *
@@ -398,6 +477,7 @@ public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getUpda
    * 
* * .google.firestore.v1.Precondition current_document = 4; + * * @return Whether the currentDocument field is set. */ @java.lang.Override @@ -405,6 +485,8 @@ public boolean hasCurrentDocument() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * An optional precondition on the document.
    *
@@ -412,13 +494,18 @@ public boolean hasCurrentDocument() {
    * 
* * .google.firestore.v1.Precondition current_document = 4; + * * @return The currentDocument. */ @java.lang.Override public com.google.firestore.v1.Precondition getCurrentDocument() { - return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_; + return currentDocument_ == null + ? com.google.firestore.v1.Precondition.getDefaultInstance() + : currentDocument_; } /** + * + * *
    * An optional precondition on the document.
    *
@@ -429,10 +516,13 @@ public com.google.firestore.v1.Precondition getCurrentDocument() {
    */
   @java.lang.Override
   public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder() {
-    return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_;
+    return currentDocument_ == null
+        ? com.google.firestore.v1.Precondition.getDefaultInstance()
+        : currentDocument_;
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -444,8 +534,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (operationCase_ == 1) {
       output.writeMessage(1, (com.google.firestore.v1.Document) operation_);
     }
@@ -474,27 +563,26 @@ public int getSerializedSize() {
 
     size = 0;
     if (operationCase_ == 1) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, (com.google.firestore.v1.Document) operation_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              1, (com.google.firestore.v1.Document) operation_);
     }
     if (operationCase_ == 2) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, operation_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getUpdateMask());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getUpdateMask());
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(4, getCurrentDocument());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getCurrentDocument());
     }
     if (operationCase_ == 6) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(6, (com.google.firestore.v1.DocumentTransform) operation_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              6, (com.google.firestore.v1.DocumentTransform) operation_);
     }
     for (int i = 0; i < updateTransforms_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(7, updateTransforms_.get(i));
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, updateTransforms_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -504,7 +592,7 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.Write)) {
       return super.equals(obj);
@@ -513,29 +601,23 @@ public boolean equals(final java.lang.Object obj) {
 
     if (hasUpdateMask() != other.hasUpdateMask()) return false;
     if (hasUpdateMask()) {
-      if (!getUpdateMask()
-          .equals(other.getUpdateMask())) return false;
+      if (!getUpdateMask().equals(other.getUpdateMask())) return false;
     }
-    if (!getUpdateTransformsList()
-        .equals(other.getUpdateTransformsList())) return false;
+    if (!getUpdateTransformsList().equals(other.getUpdateTransformsList())) return false;
     if (hasCurrentDocument() != other.hasCurrentDocument()) return false;
     if (hasCurrentDocument()) {
-      if (!getCurrentDocument()
-          .equals(other.getCurrentDocument())) return false;
+      if (!getCurrentDocument().equals(other.getCurrentDocument())) return false;
     }
     if (!getOperationCase().equals(other.getOperationCase())) return false;
     switch (operationCase_) {
       case 1:
-        if (!getUpdate()
-            .equals(other.getUpdate())) return false;
+        if (!getUpdate().equals(other.getUpdate())) return false;
         break;
       case 2:
-        if (!getDelete()
-            .equals(other.getDelete())) return false;
+        if (!getDelete().equals(other.getDelete())) return false;
         break;
       case 6:
-        if (!getTransform()
-            .equals(other.getTransform())) return false;
+        if (!getTransform().equals(other.getTransform())) return false;
         break;
       case 0:
       default:
@@ -584,118 +666,123 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.Write parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.Write parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.Write parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.v1.Write parseFrom(
-      com.google.protobuf.ByteString data)
+
+  public static com.google.firestore.v1.Write parseFrom(com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.Write parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.Write parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.Write parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.Write parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.Write parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.Write parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.Write parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.firestore.v1.Write parseFrom(
-      com.google.protobuf.CodedInputStream input)
+
+  public static com.google.firestore.v1.Write parseFrom(com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.Write parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.Write prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * A write on a document.
    * 
* * Protobuf type {@code google.firestore.v1.Write} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.Write) com.google.firestore.v1.WriteOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_Write_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_Write_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_Write_fieldAccessorTable + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_Write_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.firestore.v1.Write.class, com.google.firestore.v1.Write.Builder.class); } @@ -705,19 +792,19 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getUpdateMaskFieldBuilder(); getUpdateTransformsFieldBuilder(); getCurrentDocumentFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -751,9 +838,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_Write_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_Write_descriptor; } @java.lang.Override @@ -774,7 +861,9 @@ public com.google.firestore.v1.Write build() { public com.google.firestore.v1.Write buildPartial() { com.google.firestore.v1.Write result = new com.google.firestore.v1.Write(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } buildPartialOneofs(result); onBuilt(); return result; @@ -796,15 +885,12 @@ private void buildPartial0(com.google.firestore.v1.Write result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000008) != 0)) { - result.updateMask_ = updateMaskBuilder_ == null - ? updateMask_ - : updateMaskBuilder_.build(); + result.updateMask_ = updateMaskBuilder_ == null ? updateMask_ : updateMaskBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000020) != 0)) { - result.currentDocument_ = currentDocumentBuilder_ == null - ? currentDocument_ - : currentDocumentBuilder_.build(); + result.currentDocument_ = + currentDocumentBuilder_ == null ? currentDocument_ : currentDocumentBuilder_.build(); to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; @@ -813,12 +899,10 @@ private void buildPartial0(com.google.firestore.v1.Write result) { private void buildPartialOneofs(com.google.firestore.v1.Write result) { result.operationCase_ = operationCase_; result.operation_ = this.operation_; - if (operationCase_ == 1 && - updateBuilder_ != null) { + if (operationCase_ == 1 && updateBuilder_ != null) { result.operation_ = updateBuilder_.build(); } - if (operationCase_ == 6 && - transformBuilder_ != null) { + if (operationCase_ == 6 && transformBuilder_ != null) { result.operation_ = transformBuilder_.build(); } } @@ -827,38 +911,39 @@ private void buildPartialOneofs(com.google.firestore.v1.Write result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.Write) { - return mergeFrom((com.google.firestore.v1.Write)other); + return mergeFrom((com.google.firestore.v1.Write) other); } else { super.mergeFrom(other); return this; @@ -888,9 +973,10 @@ public Builder mergeFrom(com.google.firestore.v1.Write other) { updateTransformsBuilder_ = null; updateTransforms_ = other.updateTransforms_; bitField0_ = (bitField0_ & ~0x00000010); - updateTransformsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getUpdateTransformsFieldBuilder() : null; + updateTransformsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getUpdateTransformsFieldBuilder() + : null; } else { updateTransformsBuilder_.addAllMessages(other.updateTransforms_); } @@ -900,23 +986,27 @@ public Builder mergeFrom(com.google.firestore.v1.Write other) { mergeCurrentDocument(other.getCurrentDocument()); } switch (other.getOperationCase()) { - case UPDATE: { - mergeUpdate(other.getUpdate()); - break; - } - case DELETE: { - operationCase_ = 2; - operation_ = other.operation_; - onChanged(); - break; - } - case TRANSFORM: { - mergeTransform(other.getTransform()); - break; - } - case OPERATION_NOT_SET: { - break; - } + case UPDATE: + { + mergeUpdate(other.getUpdate()); + break; + } + case DELETE: + { + operationCase_ = 2; + operation_ = other.operation_; + onChanged(); + break; + } + case TRANSFORM: + { + mergeTransform(other.getTransform()); + break; + } + case OPERATION_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -944,59 +1034,58 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getUpdateFieldBuilder().getBuilder(), - extensionRegistry); - operationCase_ = 1; - break; - } // case 10 - case 18: { - java.lang.String s = input.readStringRequireUtf8(); - operationCase_ = 2; - operation_ = s; - break; - } // case 18 - case 26: { - input.readMessage( - getUpdateMaskFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000008; - break; - } // case 26 - case 34: { - input.readMessage( - getCurrentDocumentFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000020; - break; - } // case 34 - case 50: { - input.readMessage( - getTransformFieldBuilder().getBuilder(), - extensionRegistry); - operationCase_ = 6; - break; - } // case 50 - case 58: { - com.google.firestore.v1.DocumentTransform.FieldTransform m = - input.readMessage( - com.google.firestore.v1.DocumentTransform.FieldTransform.parser(), - extensionRegistry); - if (updateTransformsBuilder_ == null) { - ensureUpdateTransformsIsMutable(); - updateTransforms_.add(m); - } else { - updateTransformsBuilder_.addMessage(m); - } - break; - } // case 58 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + input.readMessage(getUpdateFieldBuilder().getBuilder(), extensionRegistry); + operationCase_ = 1; + break; + } // case 10 + case 18: + { + java.lang.String s = input.readStringRequireUtf8(); + operationCase_ = 2; + operation_ = s; + break; + } // case 18 + case 26: + { + input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000008; + break; + } // case 26 + case 34: + { + input.readMessage(getCurrentDocumentFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000020; + break; + } // case 34 + case 50: + { + input.readMessage(getTransformFieldBuilder().getBuilder(), extensionRegistry); + operationCase_ = 6; + break; + } // case 50 + case 58: + { + com.google.firestore.v1.DocumentTransform.FieldTransform m = + input.readMessage( + com.google.firestore.v1.DocumentTransform.FieldTransform.parser(), + extensionRegistry); + if (updateTransformsBuilder_ == null) { + ensureUpdateTransformsIsMutable(); + updateTransforms_.add(m); + } else { + updateTransformsBuilder_.addMessage(m); + } + break; + } // case 58 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1006,12 +1095,12 @@ public Builder mergeFrom( } // finally return this; } + private int operationCase_ = 0; private java.lang.Object operation_; - public OperationCase - getOperationCase() { - return OperationCase.forNumber( - operationCase_); + + public OperationCase getOperationCase() { + return OperationCase.forNumber(operationCase_); } public Builder clearOperation() { @@ -1024,13 +1113,19 @@ public Builder clearOperation() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> updateBuilder_; + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder> + updateBuilder_; /** + * + * *
      * A document to write.
      * 
* * .google.firestore.v1.Document update = 1; + * * @return Whether the update field is set. */ @java.lang.Override @@ -1038,11 +1133,14 @@ public boolean hasUpdate() { return operationCase_ == 1; } /** + * + * *
      * A document to write.
      * 
* * .google.firestore.v1.Document update = 1; + * * @return The update. */ @java.lang.Override @@ -1060,6 +1158,8 @@ public com.google.firestore.v1.Document getUpdate() { } } /** + * + * *
      * A document to write.
      * 
@@ -1080,14 +1180,15 @@ public Builder setUpdate(com.google.firestore.v1.Document value) { return this; } /** + * + * *
      * A document to write.
      * 
* * .google.firestore.v1.Document update = 1; */ - public Builder setUpdate( - com.google.firestore.v1.Document.Builder builderForValue) { + public Builder setUpdate(com.google.firestore.v1.Document.Builder builderForValue) { if (updateBuilder_ == null) { operation_ = builderForValue.build(); onChanged(); @@ -1098,6 +1199,8 @@ public Builder setUpdate( return this; } /** + * + * *
      * A document to write.
      * 
@@ -1106,10 +1209,13 @@ public Builder setUpdate( */ public Builder mergeUpdate(com.google.firestore.v1.Document value) { if (updateBuilder_ == null) { - if (operationCase_ == 1 && - operation_ != com.google.firestore.v1.Document.getDefaultInstance()) { - operation_ = com.google.firestore.v1.Document.newBuilder((com.google.firestore.v1.Document) operation_) - .mergeFrom(value).buildPartial(); + if (operationCase_ == 1 + && operation_ != com.google.firestore.v1.Document.getDefaultInstance()) { + operation_ = + com.google.firestore.v1.Document.newBuilder( + (com.google.firestore.v1.Document) operation_) + .mergeFrom(value) + .buildPartial(); } else { operation_ = value; } @@ -1125,6 +1231,8 @@ public Builder mergeUpdate(com.google.firestore.v1.Document value) { return this; } /** + * + * *
      * A document to write.
      * 
@@ -1148,6 +1256,8 @@ public Builder clearUpdate() { return this; } /** + * + * *
      * A document to write.
      * 
@@ -1158,6 +1268,8 @@ public com.google.firestore.v1.Document.Builder getUpdateBuilder() { return getUpdateFieldBuilder().getBuilder(); } /** + * + * *
      * A document to write.
      * 
@@ -1176,6 +1288,8 @@ public com.google.firestore.v1.DocumentOrBuilder getUpdateOrBuilder() { } } /** + * + * *
      * A document to write.
      * 
@@ -1183,17 +1297,20 @@ public com.google.firestore.v1.DocumentOrBuilder getUpdateOrBuilder() { * .google.firestore.v1.Document update = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder> + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder> getUpdateFieldBuilder() { if (updateBuilder_ == null) { if (!(operationCase_ == 1)) { operation_ = com.google.firestore.v1.Document.getDefaultInstance(); } - updateBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Document, com.google.firestore.v1.Document.Builder, com.google.firestore.v1.DocumentOrBuilder>( - (com.google.firestore.v1.Document) operation_, - getParentForChildren(), - isClean()); + updateBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.Document, + com.google.firestore.v1.Document.Builder, + com.google.firestore.v1.DocumentOrBuilder>( + (com.google.firestore.v1.Document) operation_, getParentForChildren(), isClean()); operation_ = null; } operationCase_ = 1; @@ -1202,12 +1319,15 @@ public com.google.firestore.v1.DocumentOrBuilder getUpdateOrBuilder() { } /** + * + * *
      * A document name to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string delete = 2; + * * @return Whether the delete field is set. */ @java.lang.Override @@ -1215,12 +1335,15 @@ public boolean hasDelete() { return operationCase_ == 2; } /** + * + * *
      * A document name to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string delete = 2; + * * @return The delete. */ @java.lang.Override @@ -1230,8 +1353,7 @@ public java.lang.String getDelete() { ref = operation_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (operationCase_ == 2) { operation_ = s; @@ -1242,25 +1364,26 @@ public java.lang.String getDelete() { } } /** + * + * *
      * A document name to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string delete = 2; + * * @return The bytes for delete. */ @java.lang.Override - public com.google.protobuf.ByteString - getDeleteBytes() { + public com.google.protobuf.ByteString getDeleteBytes() { java.lang.Object ref = ""; if (operationCase_ == 2) { ref = operation_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); if (operationCase_ == 2) { operation_ = b; } @@ -1270,30 +1393,37 @@ public java.lang.String getDelete() { } } /** + * + * *
      * A document name to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string delete = 2; + * * @param value The delete to set. * @return This builder for chaining. */ - public Builder setDelete( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDelete(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } operationCase_ = 2; operation_ = value; onChanged(); return this; } /** + * + * *
      * A document name to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string delete = 2; + * * @return This builder for chaining. */ public Builder clearDelete() { @@ -1305,18 +1435,22 @@ public Builder clearDelete() { return this; } /** + * + * *
      * A document name to delete. In the format:
      * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
      * 
* * string delete = 2; + * * @param value The bytes for delete to set. * @return This builder for chaining. */ - public Builder setDeleteBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDeleteBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); operationCase_ = 2; operation_ = value; @@ -1325,13 +1459,19 @@ public Builder setDeleteBytes( } private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentTransform, com.google.firestore.v1.DocumentTransform.Builder, com.google.firestore.v1.DocumentTransformOrBuilder> transformBuilder_; + com.google.firestore.v1.DocumentTransform, + com.google.firestore.v1.DocumentTransform.Builder, + com.google.firestore.v1.DocumentTransformOrBuilder> + transformBuilder_; /** + * + * *
      * Applies a transformation to a document.
      * 
* * .google.firestore.v1.DocumentTransform transform = 6; + * * @return Whether the transform field is set. */ @java.lang.Override @@ -1339,11 +1479,14 @@ public boolean hasTransform() { return operationCase_ == 6; } /** + * + * *
      * Applies a transformation to a document.
      * 
* * .google.firestore.v1.DocumentTransform transform = 6; + * * @return The transform. */ @java.lang.Override @@ -1361,6 +1504,8 @@ public com.google.firestore.v1.DocumentTransform getTransform() { } } /** + * + * *
      * Applies a transformation to a document.
      * 
@@ -1381,14 +1526,15 @@ public Builder setTransform(com.google.firestore.v1.DocumentTransform value) { return this; } /** + * + * *
      * Applies a transformation to a document.
      * 
* * .google.firestore.v1.DocumentTransform transform = 6; */ - public Builder setTransform( - com.google.firestore.v1.DocumentTransform.Builder builderForValue) { + public Builder setTransform(com.google.firestore.v1.DocumentTransform.Builder builderForValue) { if (transformBuilder_ == null) { operation_ = builderForValue.build(); onChanged(); @@ -1399,6 +1545,8 @@ public Builder setTransform( return this; } /** + * + * *
      * Applies a transformation to a document.
      * 
@@ -1407,10 +1555,13 @@ public Builder setTransform( */ public Builder mergeTransform(com.google.firestore.v1.DocumentTransform value) { if (transformBuilder_ == null) { - if (operationCase_ == 6 && - operation_ != com.google.firestore.v1.DocumentTransform.getDefaultInstance()) { - operation_ = com.google.firestore.v1.DocumentTransform.newBuilder((com.google.firestore.v1.DocumentTransform) operation_) - .mergeFrom(value).buildPartial(); + if (operationCase_ == 6 + && operation_ != com.google.firestore.v1.DocumentTransform.getDefaultInstance()) { + operation_ = + com.google.firestore.v1.DocumentTransform.newBuilder( + (com.google.firestore.v1.DocumentTransform) operation_) + .mergeFrom(value) + .buildPartial(); } else { operation_ = value; } @@ -1426,6 +1577,8 @@ public Builder mergeTransform(com.google.firestore.v1.DocumentTransform value) { return this; } /** + * + * *
      * Applies a transformation to a document.
      * 
@@ -1449,6 +1602,8 @@ public Builder clearTransform() { return this; } /** + * + * *
      * Applies a transformation to a document.
      * 
@@ -1459,6 +1614,8 @@ public com.google.firestore.v1.DocumentTransform.Builder getTransformBuilder() { return getTransformFieldBuilder().getBuilder(); } /** + * + * *
      * Applies a transformation to a document.
      * 
@@ -1477,6 +1634,8 @@ public com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder( } } /** + * + * *
      * Applies a transformation to a document.
      * 
@@ -1484,14 +1643,19 @@ public com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder( * .google.firestore.v1.DocumentTransform transform = 6; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentTransform, com.google.firestore.v1.DocumentTransform.Builder, com.google.firestore.v1.DocumentTransformOrBuilder> + com.google.firestore.v1.DocumentTransform, + com.google.firestore.v1.DocumentTransform.Builder, + com.google.firestore.v1.DocumentTransformOrBuilder> getTransformFieldBuilder() { if (transformBuilder_ == null) { if (!(operationCase_ == 6)) { operation_ = com.google.firestore.v1.DocumentTransform.getDefaultInstance(); } - transformBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentTransform, com.google.firestore.v1.DocumentTransform.Builder, com.google.firestore.v1.DocumentTransformOrBuilder>( + transformBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.firestore.v1.DocumentTransform, + com.google.firestore.v1.DocumentTransform.Builder, + com.google.firestore.v1.DocumentTransformOrBuilder>( (com.google.firestore.v1.DocumentTransform) operation_, getParentForChildren(), isClean()); @@ -1504,8 +1668,13 @@ public com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder( private com.google.firestore.v1.DocumentMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> updateMaskBuilder_; + com.google.firestore.v1.DocumentMask, + com.google.firestore.v1.DocumentMask.Builder, + com.google.firestore.v1.DocumentMaskOrBuilder> + updateMaskBuilder_; /** + * + * *
      * The fields to update in this write.
      *
@@ -1520,12 +1689,15 @@ public com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder(
      * 
* * .google.firestore.v1.DocumentMask update_mask = 3; + * * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * The fields to update in this write.
      *
@@ -1540,16 +1712,21 @@ public boolean hasUpdateMask() {
      * 
* * .google.firestore.v1.DocumentMask update_mask = 3; + * * @return The updateMask. */ public com.google.firestore.v1.DocumentMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null ? com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_; + return updateMask_ == null + ? com.google.firestore.v1.DocumentMask.getDefaultInstance() + : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** + * + * *
      * The fields to update in this write.
      *
@@ -1579,6 +1756,8 @@ public Builder setUpdateMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to update in this write.
      *
@@ -1594,8 +1773,7 @@ public Builder setUpdateMask(com.google.firestore.v1.DocumentMask value) {
      *
      * .google.firestore.v1.DocumentMask update_mask = 3;
      */
-    public Builder setUpdateMask(
-        com.google.firestore.v1.DocumentMask.Builder builderForValue) {
+    public Builder setUpdateMask(com.google.firestore.v1.DocumentMask.Builder builderForValue) {
       if (updateMaskBuilder_ == null) {
         updateMask_ = builderForValue.build();
       } else {
@@ -1606,6 +1784,8 @@ public Builder setUpdateMask(
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to update in this write.
      *
@@ -1623,9 +1803,9 @@ public Builder setUpdateMask(
      */
     public Builder mergeUpdateMask(com.google.firestore.v1.DocumentMask value) {
       if (updateMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0) &&
-          updateMask_ != null &&
-          updateMask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0)
+            && updateMask_ != null
+            && updateMask_ != com.google.firestore.v1.DocumentMask.getDefaultInstance()) {
           getUpdateMaskBuilder().mergeFrom(value);
         } else {
           updateMask_ = value;
@@ -1640,6 +1820,8 @@ public Builder mergeUpdateMask(com.google.firestore.v1.DocumentMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to update in this write.
      *
@@ -1666,6 +1848,8 @@ public Builder clearUpdateMask() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The fields to update in this write.
      *
@@ -1687,6 +1871,8 @@ public com.google.firestore.v1.DocumentMask.Builder getUpdateMaskBuilder() {
       return getUpdateMaskFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The fields to update in this write.
      *
@@ -1706,11 +1892,14 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
       if (updateMaskBuilder_ != null) {
         return updateMaskBuilder_.getMessageOrBuilder();
       } else {
-        return updateMask_ == null ?
-            com.google.firestore.v1.DocumentMask.getDefaultInstance() : updateMask_;
+        return updateMask_ == null
+            ? com.google.firestore.v1.DocumentMask.getDefaultInstance()
+            : updateMask_;
       }
     }
     /**
+     *
+     *
      * 
      * The fields to update in this write.
      *
@@ -1727,32 +1916,43 @@ public com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder() {
      * .google.firestore.v1.DocumentMask update_mask = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder> 
+            com.google.firestore.v1.DocumentMask,
+            com.google.firestore.v1.DocumentMask.Builder,
+            com.google.firestore.v1.DocumentMaskOrBuilder>
         getUpdateMaskFieldBuilder() {
       if (updateMaskBuilder_ == null) {
-        updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.DocumentMask, com.google.firestore.v1.DocumentMask.Builder, com.google.firestore.v1.DocumentMaskOrBuilder>(
-                getUpdateMask(),
-                getParentForChildren(),
-                isClean());
+        updateMaskBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.DocumentMask,
+                com.google.firestore.v1.DocumentMask.Builder,
+                com.google.firestore.v1.DocumentMaskOrBuilder>(
+                getUpdateMask(), getParentForChildren(), isClean());
         updateMask_ = null;
       }
       return updateMaskBuilder_;
     }
 
-    private java.util.List updateTransforms_ =
-      java.util.Collections.emptyList();
+    private java.util.List
+        updateTransforms_ = java.util.Collections.emptyList();
+
     private void ensureUpdateTransformsIsMutable() {
       if (!((bitField0_ & 0x00000010) != 0)) {
-        updateTransforms_ = new java.util.ArrayList(updateTransforms_);
+        updateTransforms_ =
+            new java.util.ArrayList(
+                updateTransforms_);
         bitField0_ |= 0x00000010;
-       }
+      }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.DocumentTransform.FieldTransform, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> updateTransformsBuilder_;
+            com.google.firestore.v1.DocumentTransform.FieldTransform,
+            com.google.firestore.v1.DocumentTransform.FieldTransform.Builder,
+            com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder>
+        updateTransformsBuilder_;
 
     /**
+     *
+     *
      * 
      * The transforms to perform after update.
      *
@@ -1761,9 +1961,11 @@ private void ensureUpdateTransformsIsMutable() {
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ - public java.util.List getUpdateTransformsList() { + public java.util.List + getUpdateTransformsList() { if (updateTransformsBuilder_ == null) { return java.util.Collections.unmodifiableList(updateTransforms_); } else { @@ -1771,6 +1973,8 @@ public java.util.List } } /** + * + * *
      * The transforms to perform after update.
      *
@@ -1779,7 +1983,8 @@ public java.util.List
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ public int getUpdateTransformsCount() { if (updateTransformsBuilder_ == null) { @@ -1789,6 +1994,8 @@ public int getUpdateTransformsCount() { } } /** + * + * *
      * The transforms to perform after update.
      *
@@ -1797,7 +2004,8 @@ public int getUpdateTransformsCount() {
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ public com.google.firestore.v1.DocumentTransform.FieldTransform getUpdateTransforms(int index) { if (updateTransformsBuilder_ == null) { @@ -1807,6 +2015,8 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform getUpdateTransfo } } /** + * + * *
      * The transforms to perform after update.
      *
@@ -1815,7 +2025,8 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform getUpdateTransfo
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ public Builder setUpdateTransforms( int index, com.google.firestore.v1.DocumentTransform.FieldTransform value) { @@ -1832,6 +2043,8 @@ public Builder setUpdateTransforms( return this; } /** + * + * *
      * The transforms to perform after update.
      *
@@ -1840,10 +2053,12 @@ public Builder setUpdateTransforms(
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ public Builder setUpdateTransforms( - int index, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { + int index, + com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { if (updateTransformsBuilder_ == null) { ensureUpdateTransformsIsMutable(); updateTransforms_.set(index, builderForValue.build()); @@ -1854,6 +2069,8 @@ public Builder setUpdateTransforms( return this; } /** + * + * *
      * The transforms to perform after update.
      *
@@ -1862,9 +2079,11 @@ public Builder setUpdateTransforms(
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ - public Builder addUpdateTransforms(com.google.firestore.v1.DocumentTransform.FieldTransform value) { + public Builder addUpdateTransforms( + com.google.firestore.v1.DocumentTransform.FieldTransform value) { if (updateTransformsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1878,6 +2097,8 @@ public Builder addUpdateTransforms(com.google.firestore.v1.DocumentTransform.Fie return this; } /** + * + * *
      * The transforms to perform after update.
      *
@@ -1886,7 +2107,8 @@ public Builder addUpdateTransforms(com.google.firestore.v1.DocumentTransform.Fie
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ public Builder addUpdateTransforms( int index, com.google.firestore.v1.DocumentTransform.FieldTransform value) { @@ -1903,6 +2125,8 @@ public Builder addUpdateTransforms( return this; } /** + * + * *
      * The transforms to perform after update.
      *
@@ -1911,7 +2135,8 @@ public Builder addUpdateTransforms(
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ public Builder addUpdateTransforms( com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { @@ -1925,6 +2150,8 @@ public Builder addUpdateTransforms( return this; } /** + * + * *
      * The transforms to perform after update.
      *
@@ -1933,10 +2160,12 @@ public Builder addUpdateTransforms(
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ public Builder addUpdateTransforms( - int index, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { + int index, + com.google.firestore.v1.DocumentTransform.FieldTransform.Builder builderForValue) { if (updateTransformsBuilder_ == null) { ensureUpdateTransformsIsMutable(); updateTransforms_.add(index, builderForValue.build()); @@ -1947,6 +2176,8 @@ public Builder addUpdateTransforms( return this; } /** + * + * *
      * The transforms to perform after update.
      *
@@ -1955,14 +2186,15 @@ public Builder addUpdateTransforms(
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ public Builder addAllUpdateTransforms( - java.lang.Iterable values) { + java.lang.Iterable + values) { if (updateTransformsBuilder_ == null) { ensureUpdateTransformsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, updateTransforms_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, updateTransforms_); onChanged(); } else { updateTransformsBuilder_.addAllMessages(values); @@ -1970,6 +2202,8 @@ public Builder addAllUpdateTransforms( return this; } /** + * + * *
      * The transforms to perform after update.
      *
@@ -1978,7 +2212,8 @@ public Builder addAllUpdateTransforms(
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ public Builder clearUpdateTransforms() { if (updateTransformsBuilder_ == null) { @@ -1991,6 +2226,8 @@ public Builder clearUpdateTransforms() { return this; } /** + * + * *
      * The transforms to perform after update.
      *
@@ -1999,7 +2236,8 @@ public Builder clearUpdateTransforms() {
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ public Builder removeUpdateTransforms(int index) { if (updateTransformsBuilder_ == null) { @@ -2012,6 +2250,8 @@ public Builder removeUpdateTransforms(int index) { return this; } /** + * + * *
      * The transforms to perform after update.
      *
@@ -2020,13 +2260,16 @@ public Builder removeUpdateTransforms(int index) {
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ - public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder getUpdateTransformsBuilder( - int index) { + public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder + getUpdateTransformsBuilder(int index) { return getUpdateTransformsFieldBuilder().getBuilder(index); } /** + * + * *
      * The transforms to perform after update.
      *
@@ -2035,16 +2278,20 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder getUpdat
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ - public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getUpdateTransformsOrBuilder( - int index) { + public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder + getUpdateTransformsOrBuilder(int index) { if (updateTransformsBuilder_ == null) { - return updateTransforms_.get(index); } else { + return updateTransforms_.get(index); + } else { return updateTransformsBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * The transforms to perform after update.
      *
@@ -2053,10 +2300,12 @@ public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getUpda
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ - public java.util.List - getUpdateTransformsOrBuilderList() { + public java.util.List< + ? extends com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> + getUpdateTransformsOrBuilderList() { if (updateTransformsBuilder_ != null) { return updateTransformsBuilder_.getMessageOrBuilderList(); } else { @@ -2064,6 +2313,8 @@ public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getUpda } } /** + * + * *
      * The transforms to perform after update.
      *
@@ -2072,13 +2323,18 @@ public com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getUpda
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ - public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder addUpdateTransformsBuilder() { - return getUpdateTransformsFieldBuilder().addBuilder( - com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); + public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder + addUpdateTransformsBuilder() { + return getUpdateTransformsFieldBuilder() + .addBuilder( + com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); } /** + * + * *
      * The transforms to perform after update.
      *
@@ -2087,14 +2343,18 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder addUpdat
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ - public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder addUpdateTransformsBuilder( - int index) { - return getUpdateTransformsFieldBuilder().addBuilder( - index, com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); + public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder + addUpdateTransformsBuilder(int index) { + return getUpdateTransformsFieldBuilder() + .addBuilder( + index, com.google.firestore.v1.DocumentTransform.FieldTransform.getDefaultInstance()); } /** + * + * *
      * The transforms to perform after update.
      *
@@ -2103,18 +2363,25 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder addUpdat
      * document atomically and in order.
      * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ - public java.util.List - getUpdateTransformsBuilderList() { + public java.util.List + getUpdateTransformsBuilderList() { return getUpdateTransformsFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.DocumentTransform.FieldTransform, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> + com.google.firestore.v1.DocumentTransform.FieldTransform, + com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, + com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder> getUpdateTransformsFieldBuilder() { if (updateTransformsBuilder_ == null) { - updateTransformsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.DocumentTransform.FieldTransform, com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder>( + updateTransformsBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.firestore.v1.DocumentTransform.FieldTransform, + com.google.firestore.v1.DocumentTransform.FieldTransform.Builder, + com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder>( updateTransforms_, ((bitField0_ & 0x00000010) != 0), getParentForChildren(), @@ -2126,8 +2393,13 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder addUpdat private com.google.firestore.v1.Precondition currentDocument_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder> currentDocumentBuilder_; + com.google.firestore.v1.Precondition, + com.google.firestore.v1.Precondition.Builder, + com.google.firestore.v1.PreconditionOrBuilder> + currentDocumentBuilder_; /** + * + * *
      * An optional precondition on the document.
      *
@@ -2135,12 +2407,15 @@ public com.google.firestore.v1.DocumentTransform.FieldTransform.Builder addUpdat
      * 
* * .google.firestore.v1.Precondition current_document = 4; + * * @return Whether the currentDocument field is set. */ public boolean hasCurrentDocument() { return ((bitField0_ & 0x00000020) != 0); } /** + * + * *
      * An optional precondition on the document.
      *
@@ -2148,16 +2423,21 @@ public boolean hasCurrentDocument() {
      * 
* * .google.firestore.v1.Precondition current_document = 4; + * * @return The currentDocument. */ public com.google.firestore.v1.Precondition getCurrentDocument() { if (currentDocumentBuilder_ == null) { - return currentDocument_ == null ? com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_; + return currentDocument_ == null + ? com.google.firestore.v1.Precondition.getDefaultInstance() + : currentDocument_; } else { return currentDocumentBuilder_.getMessage(); } } /** + * + * *
      * An optional precondition on the document.
      *
@@ -2180,6 +2460,8 @@ public Builder setCurrentDocument(com.google.firestore.v1.Precondition value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      *
@@ -2200,6 +2482,8 @@ public Builder setCurrentDocument(
       return this;
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      *
@@ -2210,9 +2494,9 @@ public Builder setCurrentDocument(
      */
     public Builder mergeCurrentDocument(com.google.firestore.v1.Precondition value) {
       if (currentDocumentBuilder_ == null) {
-        if (((bitField0_ & 0x00000020) != 0) &&
-          currentDocument_ != null &&
-          currentDocument_ != com.google.firestore.v1.Precondition.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000020) != 0)
+            && currentDocument_ != null
+            && currentDocument_ != com.google.firestore.v1.Precondition.getDefaultInstance()) {
           getCurrentDocumentBuilder().mergeFrom(value);
         } else {
           currentDocument_ = value;
@@ -2227,6 +2511,8 @@ public Builder mergeCurrentDocument(com.google.firestore.v1.Precondition value)
       return this;
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      *
@@ -2246,6 +2532,8 @@ public Builder clearCurrentDocument() {
       return this;
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      *
@@ -2260,6 +2548,8 @@ public com.google.firestore.v1.Precondition.Builder getCurrentDocumentBuilder()
       return getCurrentDocumentFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      *
@@ -2272,11 +2562,14 @@ public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder
       if (currentDocumentBuilder_ != null) {
         return currentDocumentBuilder_.getMessageOrBuilder();
       } else {
-        return currentDocument_ == null ?
-            com.google.firestore.v1.Precondition.getDefaultInstance() : currentDocument_;
+        return currentDocument_ == null
+            ? com.google.firestore.v1.Precondition.getDefaultInstance()
+            : currentDocument_;
       }
     }
     /**
+     *
+     *
      * 
      * An optional precondition on the document.
      *
@@ -2286,21 +2579,24 @@ public com.google.firestore.v1.PreconditionOrBuilder getCurrentDocumentOrBuilder
      * .google.firestore.v1.Precondition current_document = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder> 
+            com.google.firestore.v1.Precondition,
+            com.google.firestore.v1.Precondition.Builder,
+            com.google.firestore.v1.PreconditionOrBuilder>
         getCurrentDocumentFieldBuilder() {
       if (currentDocumentBuilder_ == null) {
-        currentDocumentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.firestore.v1.Precondition, com.google.firestore.v1.Precondition.Builder, com.google.firestore.v1.PreconditionOrBuilder>(
-                getCurrentDocument(),
-                getParentForChildren(),
-                isClean());
+        currentDocumentBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.firestore.v1.Precondition,
+                com.google.firestore.v1.Precondition.Builder,
+                com.google.firestore.v1.PreconditionOrBuilder>(
+                getCurrentDocument(), getParentForChildren(), isClean());
         currentDocument_ = null;
       }
       return currentDocumentBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -2310,12 +2606,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.Write)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.Write)
   private static final com.google.firestore.v1.Write DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.Write();
   }
@@ -2324,27 +2620,27 @@ public static com.google.firestore.v1.Write getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public Write parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public Write parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2359,6 +2655,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.Write getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteOrBuilder.java
similarity index 86%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteOrBuilder.java
index 6628dd3bf..e1b4b5672 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteOrBuilder.java
@@ -1,32 +1,56 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface WriteOrBuilder extends
+public interface WriteOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.Write)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * A document to write.
    * 
* * .google.firestore.v1.Document update = 1; + * * @return Whether the update field is set. */ boolean hasUpdate(); /** + * + * *
    * A document to write.
    * 
* * .google.firestore.v1.Document update = 1; + * * @return The update. */ com.google.firestore.v1.Document getUpdate(); /** + * + * *
    * A document to write.
    * 
@@ -36,56 +60,72 @@ public interface WriteOrBuilder extends com.google.firestore.v1.DocumentOrBuilder getUpdateOrBuilder(); /** + * + * *
    * A document name to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string delete = 2; + * * @return Whether the delete field is set. */ boolean hasDelete(); /** + * + * *
    * A document name to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string delete = 2; + * * @return The delete. */ java.lang.String getDelete(); /** + * + * *
    * A document name to delete. In the format:
    * `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    * 
* * string delete = 2; + * * @return The bytes for delete. */ - com.google.protobuf.ByteString - getDeleteBytes(); + com.google.protobuf.ByteString getDeleteBytes(); /** + * + * *
    * Applies a transformation to a document.
    * 
* * .google.firestore.v1.DocumentTransform transform = 6; + * * @return Whether the transform field is set. */ boolean hasTransform(); /** + * + * *
    * Applies a transformation to a document.
    * 
* * .google.firestore.v1.DocumentTransform transform = 6; + * * @return The transform. */ com.google.firestore.v1.DocumentTransform getTransform(); /** + * + * *
    * Applies a transformation to a document.
    * 
@@ -95,6 +135,8 @@ public interface WriteOrBuilder extends com.google.firestore.v1.DocumentTransformOrBuilder getTransformOrBuilder(); /** + * + * *
    * The fields to update in this write.
    *
@@ -109,10 +151,13 @@ public interface WriteOrBuilder extends
    * 
* * .google.firestore.v1.DocumentMask update_mask = 3; + * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** + * + * *
    * The fields to update in this write.
    *
@@ -127,10 +172,13 @@ public interface WriteOrBuilder extends
    * 
* * .google.firestore.v1.DocumentMask update_mask = 3; + * * @return The updateMask. */ com.google.firestore.v1.DocumentMask getUpdateMask(); /** + * + * *
    * The fields to update in this write.
    *
@@ -149,6 +197,8 @@ public interface WriteOrBuilder extends
   com.google.firestore.v1.DocumentMaskOrBuilder getUpdateMaskOrBuilder();
 
   /**
+   *
+   *
    * 
    * The transforms to perform after update.
    *
@@ -157,11 +207,14 @@ public interface WriteOrBuilder extends
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ - java.util.List + java.util.List getUpdateTransformsList(); /** + * + * *
    * The transforms to perform after update.
    *
@@ -170,10 +223,13 @@ public interface WriteOrBuilder extends
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ com.google.firestore.v1.DocumentTransform.FieldTransform getUpdateTransforms(int index); /** + * + * *
    * The transforms to perform after update.
    *
@@ -182,10 +238,13 @@ public interface WriteOrBuilder extends
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ int getUpdateTransformsCount(); /** + * + * *
    * The transforms to perform after update.
    *
@@ -194,11 +253,14 @@ public interface WriteOrBuilder extends
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ - java.util.List + java.util.List getUpdateTransformsOrBuilderList(); /** + * + * *
    * The transforms to perform after update.
    *
@@ -207,12 +269,15 @@ public interface WriteOrBuilder extends
    * document atomically and in order.
    * 
* - * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * repeated .google.firestore.v1.DocumentTransform.FieldTransform update_transforms = 7; + * */ com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getUpdateTransformsOrBuilder( int index); /** + * + * *
    * An optional precondition on the document.
    *
@@ -220,10 +285,13 @@ com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getUpdateTrans
    * 
* * .google.firestore.v1.Precondition current_document = 4; + * * @return Whether the currentDocument field is set. */ boolean hasCurrentDocument(); /** + * + * *
    * An optional precondition on the document.
    *
@@ -231,10 +299,13 @@ com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder getUpdateTrans
    * 
* * .google.firestore.v1.Precondition current_document = 4; + * * @return The currentDocument. */ com.google.firestore.v1.Precondition getCurrentDocument(); /** + * + * *
    * An optional precondition on the document.
    *
diff --git a/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteProto.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteProto.java
new file mode 100644
index 000000000..7b4492322
--- /dev/null
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteProto.java
@@ -0,0 +1,214 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/firestore/v1/write.proto
+
+// Protobuf Java Version: 3.25.3
+package com.google.firestore.v1;
+
+public final class WriteProto {
+  private WriteProto() {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
+
+  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_Write_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_Write_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_DocumentTransform_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_DocumentTransform_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_DocumentTransform_FieldTransform_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_WriteResult_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_WriteResult_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_DocumentChange_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_DocumentChange_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_DocumentDelete_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_DocumentDelete_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_DocumentRemove_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_DocumentRemove_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_firestore_v1_ExistenceFilter_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_firestore_v1_ExistenceFilter_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+    return descriptor;
+  }
+
+  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
+
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\037google/firestore/v1/write.proto\022\023googl"
+          + "e.firestore.v1\032&google/firestore/v1/bloo"
+          + "m_filter.proto\032 google/firestore/v1/comm"
+          + "on.proto\032\"google/firestore/v1/document.p"
+          + "roto\032\037google/protobuf/timestamp.proto\"\333\002"
+          + "\n\005Write\022/\n\006update\030\001 \001(\0132\035.google.firesto"
+          + "re.v1.DocumentH\000\022\020\n\006delete\030\002 \001(\tH\000\022;\n\ttr"
+          + "ansform\030\006 \001(\0132&.google.firestore.v1.Docu"
+          + "mentTransformH\000\0226\n\013update_mask\030\003 \001(\0132!.g"
+          + "oogle.firestore.v1.DocumentMask\022P\n\021updat"
+          + "e_transforms\030\007 \003(\01325.google.firestore.v1"
+          + ".DocumentTransform.FieldTransform\022;\n\020cur"
+          + "rent_document\030\004 \001(\0132!.google.firestore.v"
+          + "1.PreconditionB\013\n\toperation\"\345\004\n\021Document"
+          + "Transform\022\020\n\010document\030\001 \001(\t\022O\n\020field_tra"
+          + "nsforms\030\002 \003(\01325.google.firestore.v1.Docu"
+          + "mentTransform.FieldTransform\032\354\003\n\016FieldTr"
+          + "ansform\022\022\n\nfield_path\030\001 \001(\t\022`\n\023set_to_se"
+          + "rver_value\030\002 \001(\0162A.google.firestore.v1.D"
+          + "ocumentTransform.FieldTransform.ServerVa"
+          + "lueH\000\022/\n\tincrement\030\003 \001(\0132\032.google.firest"
+          + "ore.v1.ValueH\000\022-\n\007maximum\030\004 \001(\0132\032.google"
+          + ".firestore.v1.ValueH\000\022-\n\007minimum\030\005 \001(\0132\032"
+          + ".google.firestore.v1.ValueH\000\022B\n\027append_m"
+          + "issing_elements\030\006 \001(\0132\037.google.firestore"
+          + ".v1.ArrayValueH\000\022@\n\025remove_all_from_arra"
+          + "y\030\007 \001(\0132\037.google.firestore.v1.ArrayValue"
+          + "H\000\"=\n\013ServerValue\022\034\n\030SERVER_VALUE_UNSPEC"
+          + "IFIED\020\000\022\020\n\014REQUEST_TIME\020\001B\020\n\016transform_t"
+          + "ype\"u\n\013WriteResult\022/\n\013update_time\030\001 \001(\0132"
+          + "\032.google.protobuf.Timestamp\0225\n\021transform"
+          + "_results\030\002 \003(\0132\032.google.firestore.v1.Val"
+          + "ue\"q\n\016DocumentChange\022/\n\010document\030\001 \001(\0132\035"
+          + ".google.firestore.v1.Document\022\022\n\ntarget_"
+          + "ids\030\005 \003(\005\022\032\n\022removed_target_ids\030\006 \003(\005\"m\n"
+          + "\016DocumentDelete\022\020\n\010document\030\001 \001(\t\022\032\n\022rem"
+          + "oved_target_ids\030\006 \003(\005\022-\n\tread_time\030\004 \001(\013"
+          + "2\032.google.protobuf.Timestamp\"m\n\016Document"
+          + "Remove\022\020\n\010document\030\001 \001(\t\022\032\n\022removed_targ"
+          + "et_ids\030\002 \003(\005\022-\n\tread_time\030\004 \001(\0132\032.google"
+          + ".protobuf.Timestamp\"n\n\017ExistenceFilter\022\021"
+          + "\n\ttarget_id\030\001 \001(\005\022\r\n\005count\030\002 \001(\005\0229\n\017unch"
+          + "anged_names\030\003 \001(\0132 .google.firestore.v1."
+          + "BloomFilterB\302\001\n\027com.google.firestore.v1B"
+          + "\nWriteProtoP\001Z;cloud.google.com/go/fires"
+          + "tore/apiv1/firestorepb;firestorepb\242\002\004GCF"
+          + "S\252\002\031Google.Cloud.Firestore.V1\312\002\031Google\\C"
+          + "loud\\Firestore\\V1\352\002\034Google::Cloud::Fires"
+          + "tore::V1b\006proto3"
+    };
+    descriptor =
+        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
+            descriptorData,
+            new com.google.protobuf.Descriptors.FileDescriptor[] {
+              com.google.firestore.v1.BloomFilterProto.getDescriptor(),
+              com.google.firestore.v1.CommonProto.getDescriptor(),
+              com.google.firestore.v1.DocumentProto.getDescriptor(),
+              com.google.protobuf.TimestampProto.getDescriptor(),
+            });
+    internal_static_google_firestore_v1_Write_descriptor = getDescriptor().getMessageTypes().get(0);
+    internal_static_google_firestore_v1_Write_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_Write_descriptor,
+            new java.lang.String[] {
+              "Update",
+              "Delete",
+              "Transform",
+              "UpdateMask",
+              "UpdateTransforms",
+              "CurrentDocument",
+              "Operation",
+            });
+    internal_static_google_firestore_v1_DocumentTransform_descriptor =
+        getDescriptor().getMessageTypes().get(1);
+    internal_static_google_firestore_v1_DocumentTransform_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_DocumentTransform_descriptor,
+            new java.lang.String[] {
+              "Document", "FieldTransforms",
+            });
+    internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor =
+        internal_static_google_firestore_v1_DocumentTransform_descriptor.getNestedTypes().get(0);
+    internal_static_google_firestore_v1_DocumentTransform_FieldTransform_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_DocumentTransform_FieldTransform_descriptor,
+            new java.lang.String[] {
+              "FieldPath",
+              "SetToServerValue",
+              "Increment",
+              "Maximum",
+              "Minimum",
+              "AppendMissingElements",
+              "RemoveAllFromArray",
+              "TransformType",
+            });
+    internal_static_google_firestore_v1_WriteResult_descriptor =
+        getDescriptor().getMessageTypes().get(2);
+    internal_static_google_firestore_v1_WriteResult_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_WriteResult_descriptor,
+            new java.lang.String[] {
+              "UpdateTime", "TransformResults",
+            });
+    internal_static_google_firestore_v1_DocumentChange_descriptor =
+        getDescriptor().getMessageTypes().get(3);
+    internal_static_google_firestore_v1_DocumentChange_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_DocumentChange_descriptor,
+            new java.lang.String[] {
+              "Document", "TargetIds", "RemovedTargetIds",
+            });
+    internal_static_google_firestore_v1_DocumentDelete_descriptor =
+        getDescriptor().getMessageTypes().get(4);
+    internal_static_google_firestore_v1_DocumentDelete_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_DocumentDelete_descriptor,
+            new java.lang.String[] {
+              "Document", "RemovedTargetIds", "ReadTime",
+            });
+    internal_static_google_firestore_v1_DocumentRemove_descriptor =
+        getDescriptor().getMessageTypes().get(5);
+    internal_static_google_firestore_v1_DocumentRemove_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_DocumentRemove_descriptor,
+            new java.lang.String[] {
+              "Document", "RemovedTargetIds", "ReadTime",
+            });
+    internal_static_google_firestore_v1_ExistenceFilter_descriptor =
+        getDescriptor().getMessageTypes().get(6);
+    internal_static_google_firestore_v1_ExistenceFilter_fieldAccessorTable =
+        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+            internal_static_google_firestore_v1_ExistenceFilter_descriptor,
+            new java.lang.String[] {
+              "TargetId", "Count", "UnchangedNames",
+            });
+    com.google.firestore.v1.BloomFilterProto.getDescriptor();
+    com.google.firestore.v1.CommonProto.getDescriptor();
+    com.google.firestore.v1.DocumentProto.getDescriptor();
+    com.google.protobuf.TimestampProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequest.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequest.java
similarity index 73%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequest.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequest.java
index 94c89daaf..028fb168f 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequest.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequest.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
@@ -5,6 +20,8 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * The request for [Firestore.Write][google.firestore.v1.Firestore.Write].
  *
@@ -20,15 +37,16 @@
  *
  * Protobuf type {@code google.firestore.v1.WriteRequest}
  */
-public final class WriteRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class WriteRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.firestore.v1.WriteRequest)
     WriteRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use WriteRequest.newBuilder() to construct.
   private WriteRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private WriteRequest() {
     database_ = "";
     streamId_ = "";
@@ -38,14 +56,13 @@ private WriteRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new WriteRequest();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_WriteRequest_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
@@ -56,22 +73,27 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
       case 5:
         return internalGetLabels();
       default:
-        throw new RuntimeException(
-            "Invalid map field number: " + number);
+        throw new RuntimeException("Invalid map field number: " + number);
     }
   }
+
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteRequest_fieldAccessorTable
+    return com.google.firestore.v1.FirestoreProto
+        .internal_static_google_firestore_v1_WriteRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.firestore.v1.WriteRequest.class, com.google.firestore.v1.WriteRequest.Builder.class);
+            com.google.firestore.v1.WriteRequest.class,
+            com.google.firestore.v1.WriteRequest.Builder.class);
   }
 
   public static final int DATABASE_FIELD_NUMBER = 1;
+
   @SuppressWarnings("serial")
   private volatile java.lang.Object database_ = "";
   /**
+   *
+   *
    * 
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
@@ -79,6 +101,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ @java.lang.Override @@ -87,14 +110,15 @@ public java.lang.String getDatabase() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; } } /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
@@ -102,16 +126,15 @@ public java.lang.String getDatabase() {
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ @java.lang.Override - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -120,9 +143,12 @@ public java.lang.String getDatabase() { } public static final int STREAM_ID_FIELD_NUMBER = 2; + @SuppressWarnings("serial") private volatile java.lang.Object streamId_ = ""; /** + * + * *
    * The ID of the write stream to resume.
    * This may only be set in the first message. When left empty, a new write
@@ -130,6 +156,7 @@ public java.lang.String getDatabase() {
    * 
* * string stream_id = 2; + * * @return The streamId. */ @java.lang.Override @@ -138,14 +165,15 @@ public java.lang.String getStreamId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); streamId_ = s; return s; } } /** + * + * *
    * The ID of the write stream to resume.
    * This may only be set in the first message. When left empty, a new write
@@ -153,16 +181,15 @@ public java.lang.String getStreamId() {
    * 
* * string stream_id = 2; + * * @return The bytes for streamId. */ @java.lang.Override - public com.google.protobuf.ByteString - getStreamIdBytes() { + public com.google.protobuf.ByteString getStreamIdBytes() { java.lang.Object ref = streamId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); streamId_ = b; return b; } else { @@ -171,9 +198,12 @@ public java.lang.String getStreamId() { } public static final int WRITES_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private java.util.List writes_; /** + * + * *
    * The writes to apply.
    *
@@ -190,6 +220,8 @@ public java.util.List getWritesList() {
     return writes_;
   }
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -202,11 +234,12 @@ public java.util.List getWritesList() {
    * repeated .google.firestore.v1.Write writes = 3;
    */
   @java.lang.Override
-  public java.util.List 
-      getWritesOrBuilderList() {
+  public java.util.List getWritesOrBuilderList() {
     return writes_;
   }
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -223,6 +256,8 @@ public int getWritesCount() {
     return writes_.size();
   }
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -239,6 +274,8 @@ public com.google.firestore.v1.Write getWrites(int index) {
     return writes_.get(index);
   }
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -251,14 +288,15 @@ public com.google.firestore.v1.Write getWrites(int index) {
    * repeated .google.firestore.v1.Write writes = 3;
    */
   @java.lang.Override
-  public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
-      int index) {
+  public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
     return writes_.get(index);
   }
 
   public static final int STREAM_TOKEN_FIELD_NUMBER = 4;
   private com.google.protobuf.ByteString streamToken_ = com.google.protobuf.ByteString.EMPTY;
   /**
+   *
+   *
    * 
    * A stream token that was previously sent by the server.
    *
@@ -277,6 +315,7 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
    * 
* * bytes stream_token = 4; + * * @return The streamToken. */ @java.lang.Override @@ -285,32 +324,34 @@ public com.google.protobuf.ByteString getStreamToken() { } public static final int LABELS_FIELD_NUMBER = 5; + private static final class LabelsDefaultEntryHolder { - static final com.google.protobuf.MapEntry< - java.lang.String, java.lang.String> defaultEntry = - com.google.protobuf.MapEntry - .newDefaultInstance( - com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteRequest_LabelsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.STRING, - ""); + static final com.google.protobuf.MapEntry defaultEntry = + com.google.protobuf.MapEntry.newDefaultInstance( + com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_WriteRequest_LabelsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); } + @SuppressWarnings("serial") - private com.google.protobuf.MapField< - java.lang.String, java.lang.String> labels_; - private com.google.protobuf.MapField - internalGetLabels() { + private com.google.protobuf.MapField labels_; + + private com.google.protobuf.MapField internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField( - LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); } return labels_; } + public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** + * + * *
    * Labels associated with this write request.
    * 
@@ -318,20 +359,21 @@ public int getLabelsCount() { * map<string, string> labels = 5; */ @java.lang.Override - public boolean containsLabels( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } + public boolean containsLabels(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } return internalGetLabels().getMap().containsKey(key); } - /** - * Use {@link #getLabelsMap()} instead. - */ + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } /** + * + * *
    * Labels associated with this write request.
    * 
@@ -343,6 +385,8 @@ public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** + * + * *
    * Labels associated with this write request.
    * 
@@ -350,17 +394,19 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 5; */ @java.lang.Override - public /* nullable */ -java.lang.String getLabelsOrDefault( + public /* nullable */ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ -java.lang.String defaultValue) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetLabels().getMap(); + java.lang.String defaultValue) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** + * + * *
    * Labels associated with this write request.
    * 
@@ -368,11 +414,11 @@ java.lang.String getLabelsOrDefault( * map<string, string> labels = 5; */ @java.lang.Override - public java.lang.String getLabelsOrThrow( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetLabels().getMap(); + public java.lang.String getLabelsOrThrow(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -380,6 +426,7 @@ public java.lang.String getLabelsOrThrow( } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -391,8 +438,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, database_); } @@ -405,12 +451,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (!streamToken_.isEmpty()) { output.writeBytes(4, streamToken_); } - com.google.protobuf.GeneratedMessageV3 - .serializeStringMapTo( - output, - internalGetLabels(), - LabelsDefaultEntryHolder.defaultEntry, - 5); + com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( + output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 5); getUnknownFields().writeTo(output); } @@ -427,22 +469,20 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, streamId_); } for (int i = 0; i < writes_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(3, writes_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, writes_.get(i)); } if (!streamToken_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize(4, streamToken_); - } - for (java.util.Map.Entry entry - : internalGetLabels().getMap().entrySet()) { - com.google.protobuf.MapEntry - labels__ = LabelsDefaultEntryHolder.defaultEntry.newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(5, labels__); + size += com.google.protobuf.CodedOutputStream.computeBytesSize(4, streamToken_); + } + for (java.util.Map.Entry entry : + internalGetLabels().getMap().entrySet()) { + com.google.protobuf.MapEntry labels__ = + LabelsDefaultEntryHolder.defaultEntry + .newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, labels__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -452,23 +492,18 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.firestore.v1.WriteRequest)) { return super.equals(obj); } com.google.firestore.v1.WriteRequest other = (com.google.firestore.v1.WriteRequest) obj; - if (!getDatabase() - .equals(other.getDatabase())) return false; - if (!getStreamId() - .equals(other.getStreamId())) return false; - if (!getWritesList() - .equals(other.getWritesList())) return false; - if (!getStreamToken() - .equals(other.getStreamToken())) return false; - if (!internalGetLabels().equals( - other.internalGetLabels())) return false; + if (!getDatabase().equals(other.getDatabase())) return false; + if (!getStreamId().equals(other.getStreamId())) return false; + if (!getWritesList().equals(other.getWritesList())) return false; + if (!getStreamToken().equals(other.getStreamToken())) return false; + if (!internalGetLabels().equals(other.internalGetLabels())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -499,99 +534,103 @@ public int hashCode() { return hash; } - public static com.google.firestore.v1.WriteRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.firestore.v1.WriteRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.WriteRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.firestore.v1.WriteRequest parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.firestore.v1.WriteRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.WriteRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.WriteRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.firestore.v1.WriteRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.firestore.v1.WriteRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.WriteRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } public static com.google.firestore.v1.WriteRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.firestore.v1.WriteRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.firestore.v1.WriteRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.firestore.v1.WriteRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.firestore.v1.WriteRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * The request for [Firestore.Write][google.firestore.v1.Firestore.Write].
    *
@@ -607,13 +646,13 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.firestore.v1.WriteRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.firestore.v1.WriteRequest)
       com.google.firestore.v1.WriteRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_WriteRequest_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
@@ -623,10 +662,10 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
         case 5:
           return internalGetLabels();
         default:
-          throw new RuntimeException(
-              "Invalid map field number: " + number);
+          throw new RuntimeException("Invalid map field number: " + number);
       }
     }
+
     @SuppressWarnings({"rawtypes"})
     protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(
         int number) {
@@ -634,28 +673,27 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi
         case 5:
           return internalGetMutableLabels();
         default:
-          throw new RuntimeException(
-              "Invalid map field number: " + number);
+          throw new RuntimeException("Invalid map field number: " + number);
       }
     }
+
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteRequest_fieldAccessorTable
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_WriteRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.firestore.v1.WriteRequest.class, com.google.firestore.v1.WriteRequest.Builder.class);
+              com.google.firestore.v1.WriteRequest.class,
+              com.google.firestore.v1.WriteRequest.Builder.class);
     }
 
     // Construct using com.google.firestore.v1.WriteRequest.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -675,9 +713,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.firestore.v1.FirestoreProto
+          .internal_static_google_firestore_v1_WriteRequest_descriptor;
     }
 
     @java.lang.Override
@@ -698,7 +736,9 @@ public com.google.firestore.v1.WriteRequest build() {
     public com.google.firestore.v1.WriteRequest buildPartial() {
       com.google.firestore.v1.WriteRequest result = new com.google.firestore.v1.WriteRequest(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) { buildPartial0(result); }
+      if (bitField0_ != 0) {
+        buildPartial0(result);
+      }
       onBuilt();
       return result;
     }
@@ -736,38 +776,39 @@ private void buildPartial0(com.google.firestore.v1.WriteRequest result) {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.firestore.v1.WriteRequest) {
-        return mergeFrom((com.google.firestore.v1.WriteRequest)other);
+        return mergeFrom((com.google.firestore.v1.WriteRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -804,9 +845,10 @@ public Builder mergeFrom(com.google.firestore.v1.WriteRequest other) {
             writesBuilder_ = null;
             writes_ = other.writes_;
             bitField0_ = (bitField0_ & ~0x00000004);
-            writesBuilder_ = 
-              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                 getWritesFieldBuilder() : null;
+            writesBuilder_ =
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                    ? getWritesFieldBuilder()
+                    : null;
           } else {
             writesBuilder_.addAllMessages(other.writes_);
           }
@@ -815,8 +857,7 @@ public Builder mergeFrom(com.google.firestore.v1.WriteRequest other) {
       if (other.getStreamToken() != com.google.protobuf.ByteString.EMPTY) {
         setStreamToken(other.getStreamToken());
       }
-      internalGetMutableLabels().mergeFrom(
-          other.internalGetLabels());
+      internalGetMutableLabels().mergeFrom(other.internalGetLabels());
       bitField0_ |= 0x00000010;
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -844,49 +885,55 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              database_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 10
-            case 18: {
-              streamId_ = input.readStringRequireUtf8();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 18
-            case 26: {
-              com.google.firestore.v1.Write m =
-                  input.readMessage(
-                      com.google.firestore.v1.Write.parser(),
-                      extensionRegistry);
-              if (writesBuilder_ == null) {
-                ensureWritesIsMutable();
-                writes_.add(m);
-              } else {
-                writesBuilder_.addMessage(m);
-              }
-              break;
-            } // case 26
-            case 34: {
-              streamToken_ = input.readBytes();
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 34
-            case 42: {
-              com.google.protobuf.MapEntry
-              labels__ = input.readMessage(
-                  LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
-              internalGetMutableLabels().getMutableMap().put(
-                  labels__.getKey(), labels__.getValue());
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 42
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                database_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+            case 18:
+              {
+                streamId_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 18
+            case 26:
+              {
+                com.google.firestore.v1.Write m =
+                    input.readMessage(com.google.firestore.v1.Write.parser(), extensionRegistry);
+                if (writesBuilder_ == null) {
+                  ensureWritesIsMutable();
+                  writes_.add(m);
+                } else {
+                  writesBuilder_.addMessage(m);
+                }
+                break;
+              } // case 26
+            case 34:
+              {
+                streamToken_ = input.readBytes();
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 34
+            case 42:
+              {
+                com.google.protobuf.MapEntry labels__ =
+                    input.readMessage(
+                        LabelsDefaultEntryHolder.defaultEntry.getParserForType(),
+                        extensionRegistry);
+                internalGetMutableLabels()
+                    .getMutableMap()
+                    .put(labels__.getKey(), labels__.getValue());
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 42
+            default:
+              {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -896,10 +943,13 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object database_ = "";
     /**
+     *
+     *
      * 
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
@@ -907,13 +957,13 @@ public Builder mergeFrom(
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ public java.lang.String getDatabase() { java.lang.Object ref = database_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); database_ = s; return s; @@ -922,6 +972,8 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
@@ -929,15 +981,14 @@ public java.lang.String getDatabase() {
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ - public com.google.protobuf.ByteString - getDatabaseBytes() { + public com.google.protobuf.ByteString getDatabaseBytes() { java.lang.Object ref = database_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); database_ = b; return b; } else { @@ -945,6 +996,8 @@ public java.lang.String getDatabase() { } } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
@@ -952,18 +1005,22 @@ public java.lang.String getDatabase() {
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The database to set. * @return This builder for chaining. */ - public Builder setDatabase( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabase(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } database_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
@@ -971,6 +1028,7 @@ public Builder setDatabase(
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearDatabase() { @@ -980,6 +1038,8 @@ public Builder clearDatabase() { return this; } /** + * + * *
      * Required. The database name. In the format:
      * `projects/{project_id}/databases/{database_id}`.
@@ -987,12 +1047,14 @@ public Builder clearDatabase() {
      * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for database to set. * @return This builder for chaining. */ - public Builder setDatabaseBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); database_ = value; bitField0_ |= 0x00000001; @@ -1002,6 +1064,8 @@ public Builder setDatabaseBytes( private java.lang.Object streamId_ = ""; /** + * + * *
      * The ID of the write stream to resume.
      * This may only be set in the first message. When left empty, a new write
@@ -1009,13 +1073,13 @@ public Builder setDatabaseBytes(
      * 
* * string stream_id = 2; + * * @return The streamId. */ public java.lang.String getStreamId() { java.lang.Object ref = streamId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); streamId_ = s; return s; @@ -1024,6 +1088,8 @@ public java.lang.String getStreamId() { } } /** + * + * *
      * The ID of the write stream to resume.
      * This may only be set in the first message. When left empty, a new write
@@ -1031,15 +1097,14 @@ public java.lang.String getStreamId() {
      * 
* * string stream_id = 2; + * * @return The bytes for streamId. */ - public com.google.protobuf.ByteString - getStreamIdBytes() { + public com.google.protobuf.ByteString getStreamIdBytes() { java.lang.Object ref = streamId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); streamId_ = b; return b; } else { @@ -1047,6 +1112,8 @@ public java.lang.String getStreamId() { } } /** + * + * *
      * The ID of the write stream to resume.
      * This may only be set in the first message. When left empty, a new write
@@ -1054,18 +1121,22 @@ public java.lang.String getStreamId() {
      * 
* * string stream_id = 2; + * * @param value The streamId to set. * @return This builder for chaining. */ - public Builder setStreamId( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setStreamId(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } streamId_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * The ID of the write stream to resume.
      * This may only be set in the first message. When left empty, a new write
@@ -1073,6 +1144,7 @@ public Builder setStreamId(
      * 
* * string stream_id = 2; + * * @return This builder for chaining. */ public Builder clearStreamId() { @@ -1082,6 +1154,8 @@ public Builder clearStreamId() { return this; } /** + * + * *
      * The ID of the write stream to resume.
      * This may only be set in the first message. When left empty, a new write
@@ -1089,12 +1163,14 @@ public Builder clearStreamId() {
      * 
* * string stream_id = 2; + * * @param value The bytes for streamId to set. * @return This builder for chaining. */ - public Builder setStreamIdBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setStreamIdBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); streamId_ = value; bitField0_ |= 0x00000002; @@ -1103,18 +1179,24 @@ public Builder setStreamIdBytes( } private java.util.List writes_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureWritesIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { writes_ = new java.util.ArrayList(writes_); bitField0_ |= 0x00000004; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder> writesBuilder_; + com.google.firestore.v1.Write, + com.google.firestore.v1.Write.Builder, + com.google.firestore.v1.WriteOrBuilder> + writesBuilder_; /** + * + * *
      * The writes to apply.
      *
@@ -1134,6 +1216,8 @@ public java.util.List getWritesList() {
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1153,6 +1237,8 @@ public int getWritesCount() {
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1172,6 +1258,8 @@ public com.google.firestore.v1.Write getWrites(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1183,8 +1271,7 @@ public com.google.firestore.v1.Write getWrites(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public Builder setWrites(
-        int index, com.google.firestore.v1.Write value) {
+    public Builder setWrites(int index, com.google.firestore.v1.Write value) {
       if (writesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1198,6 +1285,8 @@ public Builder setWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1209,8 +1298,7 @@ public Builder setWrites(
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public Builder setWrites(
-        int index, com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder setWrites(int index, com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.set(index, builderForValue.build());
@@ -1221,6 +1309,8 @@ public Builder setWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1246,6 +1336,8 @@ public Builder addWrites(com.google.firestore.v1.Write value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1257,8 +1349,7 @@ public Builder addWrites(com.google.firestore.v1.Write value) {
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public Builder addWrites(
-        int index, com.google.firestore.v1.Write value) {
+    public Builder addWrites(int index, com.google.firestore.v1.Write value) {
       if (writesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1272,6 +1363,8 @@ public Builder addWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1283,8 +1376,7 @@ public Builder addWrites(
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public Builder addWrites(
-        com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder addWrites(com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.add(builderForValue.build());
@@ -1295,6 +1387,8 @@ public Builder addWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1306,8 +1400,7 @@ public Builder addWrites(
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public Builder addWrites(
-        int index, com.google.firestore.v1.Write.Builder builderForValue) {
+    public Builder addWrites(int index, com.google.firestore.v1.Write.Builder builderForValue) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
         writes_.add(index, builderForValue.build());
@@ -1318,6 +1411,8 @@ public Builder addWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1333,8 +1428,7 @@ public Builder addAllWrites(
         java.lang.Iterable values) {
       if (writesBuilder_ == null) {
         ensureWritesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, writes_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, writes_);
         onChanged();
       } else {
         writesBuilder_.addAllMessages(values);
@@ -1342,6 +1436,8 @@ public Builder addAllWrites(
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1364,6 +1460,8 @@ public Builder clearWrites() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1386,6 +1484,8 @@ public Builder removeWrites(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1397,11 +1497,12 @@ public Builder removeWrites(int index) {
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public com.google.firestore.v1.Write.Builder getWritesBuilder(
-        int index) {
+    public com.google.firestore.v1.Write.Builder getWritesBuilder(int index) {
       return getWritesFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1413,14 +1514,16 @@ public com.google.firestore.v1.Write.Builder getWritesBuilder(
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
-        int index) {
+    public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index) {
       if (writesBuilder_ == null) {
-        return writes_.get(index);  } else {
+        return writes_.get(index);
+      } else {
         return writesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1432,8 +1535,8 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public java.util.List 
-         getWritesOrBuilderList() {
+    public java.util.List
+        getWritesOrBuilderList() {
       if (writesBuilder_ != null) {
         return writesBuilder_.getMessageOrBuilderList();
       } else {
@@ -1441,6 +1544,8 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
       }
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1453,10 +1558,11 @@ public com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
      * repeated .google.firestore.v1.Write writes = 3;
      */
     public com.google.firestore.v1.Write.Builder addWritesBuilder() {
-      return getWritesFieldBuilder().addBuilder(
-          com.google.firestore.v1.Write.getDefaultInstance());
+      return getWritesFieldBuilder().addBuilder(com.google.firestore.v1.Write.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1468,12 +1574,13 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder() {
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public com.google.firestore.v1.Write.Builder addWritesBuilder(
-        int index) {
-      return getWritesFieldBuilder().addBuilder(
-          index, com.google.firestore.v1.Write.getDefaultInstance());
+    public com.google.firestore.v1.Write.Builder addWritesBuilder(int index) {
+      return getWritesFieldBuilder()
+          .addBuilder(index, com.google.firestore.v1.Write.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The writes to apply.
      *
@@ -1485,20 +1592,22 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder(
      *
      * repeated .google.firestore.v1.Write writes = 3;
      */
-    public java.util.List 
-         getWritesBuilderList() {
+    public java.util.List getWritesBuilderList() {
       return getWritesFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder> 
+            com.google.firestore.v1.Write,
+            com.google.firestore.v1.Write.Builder,
+            com.google.firestore.v1.WriteOrBuilder>
         getWritesFieldBuilder() {
       if (writesBuilder_ == null) {
-        writesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Write, com.google.firestore.v1.Write.Builder, com.google.firestore.v1.WriteOrBuilder>(
-                writes_,
-                ((bitField0_ & 0x00000004) != 0),
-                getParentForChildren(),
-                isClean());
+        writesBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.firestore.v1.Write,
+                com.google.firestore.v1.Write.Builder,
+                com.google.firestore.v1.WriteOrBuilder>(
+                writes_, ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean());
         writes_ = null;
       }
       return writesBuilder_;
@@ -1506,6 +1615,8 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder(
 
     private com.google.protobuf.ByteString streamToken_ = com.google.protobuf.ByteString.EMPTY;
     /**
+     *
+     *
      * 
      * A stream token that was previously sent by the server.
      *
@@ -1524,6 +1635,7 @@ public com.google.firestore.v1.Write.Builder addWritesBuilder(
      * 
* * bytes stream_token = 4; + * * @return The streamToken. */ @java.lang.Override @@ -1531,6 +1643,8 @@ public com.google.protobuf.ByteString getStreamToken() { return streamToken_; } /** + * + * *
      * A stream token that was previously sent by the server.
      *
@@ -1549,17 +1663,22 @@ public com.google.protobuf.ByteString getStreamToken() {
      * 
* * bytes stream_token = 4; + * * @param value The streamToken to set. * @return This builder for chaining. */ public Builder setStreamToken(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } streamToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** + * + * *
      * A stream token that was previously sent by the server.
      *
@@ -1578,6 +1697,7 @@ public Builder setStreamToken(com.google.protobuf.ByteString value) {
      * 
* * bytes stream_token = 4; + * * @return This builder for chaining. */ public Builder clearStreamToken() { @@ -1587,21 +1707,19 @@ public Builder clearStreamToken() { return this; } - private com.google.protobuf.MapField< - java.lang.String, java.lang.String> labels_; - private com.google.protobuf.MapField - internalGetLabels() { + private com.google.protobuf.MapField labels_; + + private com.google.protobuf.MapField internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField( - LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); } return labels_; } + private com.google.protobuf.MapField internalGetMutableLabels() { if (labels_ == null) { - labels_ = com.google.protobuf.MapField.newMapField( - LabelsDefaultEntryHolder.defaultEntry); + labels_ = com.google.protobuf.MapField.newMapField(LabelsDefaultEntryHolder.defaultEntry); } if (!labels_.isMutable()) { labels_ = labels_.copy(); @@ -1610,10 +1728,13 @@ public Builder clearStreamToken() { onChanged(); return labels_; } + public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** + * + * *
      * Labels associated with this write request.
      * 
@@ -1621,20 +1742,21 @@ public int getLabelsCount() { * map<string, string> labels = 5; */ @java.lang.Override - public boolean containsLabels( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } + public boolean containsLabels(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } return internalGetLabels().getMap().containsKey(key); } - /** - * Use {@link #getLabelsMap()} instead. - */ + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } /** + * + * *
      * Labels associated with this write request.
      * 
@@ -1646,6 +1768,8 @@ public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** + * + * *
      * Labels associated with this write request.
      * 
@@ -1653,17 +1777,19 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 5; */ @java.lang.Override - public /* nullable */ -java.lang.String getLabelsOrDefault( + public /* nullable */ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ -java.lang.String defaultValue) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetLabels().getMap(); + java.lang.String defaultValue) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** + * + * *
      * Labels associated with this write request.
      * 
@@ -1671,79 +1797,81 @@ java.lang.String getLabelsOrDefault( * map<string, string> labels = 5; */ @java.lang.Override - public java.lang.String getLabelsOrThrow( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetLabels().getMap(); + public java.lang.String getLabelsOrThrow(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } + public Builder clearLabels() { bitField0_ = (bitField0_ & ~0x00000010); - internalGetMutableLabels().getMutableMap() - .clear(); + internalGetMutableLabels().getMutableMap().clear(); return this; } /** + * + * *
      * Labels associated with this write request.
      * 
* * map<string, string> labels = 5; */ - public Builder removeLabels( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } - internalGetMutableLabels().getMutableMap() - .remove(key); + public Builder removeLabels(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } + internalGetMutableLabels().getMutableMap().remove(key); return this; } - /** - * Use alternate mutation accessors instead. - */ + /** Use alternate mutation accessors instead. */ @java.lang.Deprecated - public java.util.Map - getMutableLabels() { + public java.util.Map getMutableLabels() { bitField0_ |= 0x00000010; return internalGetMutableLabels().getMutableMap(); } /** + * + * *
      * Labels associated with this write request.
      * 
* * map<string, string> labels = 5; */ - public Builder putLabels( - java.lang.String key, - java.lang.String value) { - if (key == null) { throw new NullPointerException("map key"); } - if (value == null) { throw new NullPointerException("map value"); } - internalGetMutableLabels().getMutableMap() - .put(key, value); + public Builder putLabels(java.lang.String key, java.lang.String value) { + if (key == null) { + throw new NullPointerException("map key"); + } + if (value == null) { + throw new NullPointerException("map value"); + } + internalGetMutableLabels().getMutableMap().put(key, value); bitField0_ |= 0x00000010; return this; } /** + * + * *
      * Labels associated with this write request.
      * 
* * map<string, string> labels = 5; */ - public Builder putAllLabels( - java.util.Map values) { - internalGetMutableLabels().getMutableMap() - .putAll(values); + public Builder putAllLabels(java.util.Map values) { + internalGetMutableLabels().getMutableMap().putAll(values); bitField0_ |= 0x00000010; return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1753,12 +1881,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.firestore.v1.WriteRequest) } // @@protoc_insertion_point(class_scope:google.firestore.v1.WriteRequest) private static final com.google.firestore.v1.WriteRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.firestore.v1.WriteRequest(); } @@ -1767,27 +1895,27 @@ public static com.google.firestore.v1.WriteRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public WriteRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public WriteRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1802,6 +1930,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.firestore.v1.WriteRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequestOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequestOrBuilder.java similarity index 77% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequestOrBuilder.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequestOrBuilder.java index a90f82c3c..54e3b5d36 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequestOrBuilder.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteRequestOrBuilder.java @@ -1,14 +1,32 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto // Protobuf Java Version: 3.25.3 package com.google.firestore.v1; -public interface WriteRequestOrBuilder extends +public interface WriteRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.WriteRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
@@ -16,10 +34,13 @@ public interface WriteRequestOrBuilder extends
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The database. */ java.lang.String getDatabase(); /** + * + * *
    * Required. The database name. In the format:
    * `projects/{project_id}/databases/{database_id}`.
@@ -27,12 +48,14 @@ public interface WriteRequestOrBuilder extends
    * 
* * string database = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for database. */ - com.google.protobuf.ByteString - getDatabaseBytes(); + com.google.protobuf.ByteString getDatabaseBytes(); /** + * + * *
    * The ID of the write stream to resume.
    * This may only be set in the first message. When left empty, a new write
@@ -40,10 +63,13 @@ public interface WriteRequestOrBuilder extends
    * 
* * string stream_id = 2; + * * @return The streamId. */ java.lang.String getStreamId(); /** + * + * *
    * The ID of the write stream to resume.
    * This may only be set in the first message. When left empty, a new write
@@ -51,12 +77,14 @@ public interface WriteRequestOrBuilder extends
    * 
* * string stream_id = 2; + * * @return The bytes for streamId. */ - com.google.protobuf.ByteString - getStreamIdBytes(); + com.google.protobuf.ByteString getStreamIdBytes(); /** + * + * *
    * The writes to apply.
    *
@@ -68,9 +96,10 @@ public interface WriteRequestOrBuilder extends
    *
    * repeated .google.firestore.v1.Write writes = 3;
    */
-  java.util.List 
-      getWritesList();
+  java.util.List getWritesList();
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -84,6 +113,8 @@ public interface WriteRequestOrBuilder extends
    */
   com.google.firestore.v1.Write getWrites(int index);
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -97,6 +128,8 @@ public interface WriteRequestOrBuilder extends
    */
   int getWritesCount();
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -108,9 +141,10 @@ public interface WriteRequestOrBuilder extends
    *
    * repeated .google.firestore.v1.Write writes = 3;
    */
-  java.util.List 
-      getWritesOrBuilderList();
+  java.util.List getWritesOrBuilderList();
   /**
+   *
+   *
    * 
    * The writes to apply.
    *
@@ -122,10 +156,11 @@ public interface WriteRequestOrBuilder extends
    *
    * repeated .google.firestore.v1.Write writes = 3;
    */
-  com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
-      int index);
+  com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(int index);
 
   /**
+   *
+   *
    * 
    * A stream token that was previously sent by the server.
    *
@@ -144,11 +179,14 @@ com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder(
    * 
* * bytes stream_token = 4; + * * @return The streamToken. */ com.google.protobuf.ByteString getStreamToken(); /** + * + * *
    * Labels associated with this write request.
    * 
@@ -157,30 +195,31 @@ com.google.firestore.v1.WriteOrBuilder getWritesOrBuilder( */ int getLabelsCount(); /** + * + * *
    * Labels associated with this write request.
    * 
* * map<string, string> labels = 5; */ - boolean containsLabels( - java.lang.String key); - /** - * Use {@link #getLabelsMap()} instead. - */ + boolean containsLabels(java.lang.String key); + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated - java.util.Map - getLabels(); + java.util.Map getLabels(); /** + * + * *
    * Labels associated with this write request.
    * 
* * map<string, string> labels = 5; */ - java.util.Map - getLabelsMap(); + java.util.Map getLabelsMap(); /** + * + * *
    * Labels associated with this write request.
    * 
@@ -188,17 +227,18 @@ boolean containsLabels( * map<string, string> labels = 5; */ /* nullable */ -java.lang.String getLabelsOrDefault( + java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ -java.lang.String defaultValue); + java.lang.String defaultValue); /** + * + * *
    * Labels associated with this write request.
    * 
* * map<string, string> labels = 5; */ - java.lang.String getLabelsOrThrow( - java.lang.String key); + java.lang.String getLabelsOrThrow(java.lang.String key); } diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponse.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponse.java similarity index 75% rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponse.java rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponse.java index 61d945a85..3925446d8 100644 --- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponse.java +++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto @@ -5,21 +20,24 @@ package com.google.firestore.v1; /** + * + * *
  * The response for [Firestore.Write][google.firestore.v1.Firestore.Write].
  * 
* * Protobuf type {@code google.firestore.v1.WriteResponse} */ -public final class WriteResponse extends - com.google.protobuf.GeneratedMessageV3 implements +public final class WriteResponse extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.WriteResponse) WriteResponseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use WriteResponse.newBuilder() to construct. private WriteResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private WriteResponse() { streamId_ = ""; streamToken_ = com.google.protobuf.ByteString.EMPTY; @@ -28,35 +46,40 @@ private WriteResponse() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new WriteResponse(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_WriteResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteResponse_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_WriteResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.WriteResponse.class, com.google.firestore.v1.WriteResponse.Builder.class); + com.google.firestore.v1.WriteResponse.class, + com.google.firestore.v1.WriteResponse.Builder.class); } private int bitField0_; public static final int STREAM_ID_FIELD_NUMBER = 1; + @SuppressWarnings("serial") private volatile java.lang.Object streamId_ = ""; /** + * + * *
    * The ID of the stream.
    * Only set on the first message, when a new stream was created.
    * 
* * string stream_id = 1; + * * @return The streamId. */ @java.lang.Override @@ -65,30 +88,30 @@ public java.lang.String getStreamId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); streamId_ = s; return s; } } /** + * + * *
    * The ID of the stream.
    * Only set on the first message, when a new stream was created.
    * 
* * string stream_id = 1; + * * @return The bytes for streamId. */ @java.lang.Override - public com.google.protobuf.ByteString - getStreamIdBytes() { + public com.google.protobuf.ByteString getStreamIdBytes() { java.lang.Object ref = streamId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); streamId_ = b; return b; } else { @@ -99,6 +122,8 @@ public java.lang.String getStreamId() { public static final int STREAM_TOKEN_FIELD_NUMBER = 2; private com.google.protobuf.ByteString streamToken_ = com.google.protobuf.ByteString.EMPTY; /** + * + * *
    * A token that represents the position of this response in the stream.
    * This can be used by a client to resume the stream at this point.
@@ -107,6 +132,7 @@ public java.lang.String getStreamId() {
    * 
* * bytes stream_token = 2; + * * @return The streamToken. */ @java.lang.Override @@ -115,9 +141,12 @@ public com.google.protobuf.ByteString getStreamToken() { } public static final int WRITE_RESULTS_FIELD_NUMBER = 3; + @SuppressWarnings("serial") private java.util.List writeResults_; /** + * + * *
    * The result of applying the writes.
    *
@@ -132,6 +161,8 @@ public java.util.List getWriteResultsList()
     return writeResults_;
   }
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -142,11 +173,13 @@ public java.util.List getWriteResultsList()
    * repeated .google.firestore.v1.WriteResult write_results = 3;
    */
   @java.lang.Override
-  public java.util.List 
+  public java.util.List
       getWriteResultsOrBuilderList() {
     return writeResults_;
   }
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -161,6 +194,8 @@ public int getWriteResultsCount() {
     return writeResults_.size();
   }
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -175,6 +210,8 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
     return writeResults_.get(index);
   }
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -185,20 +222,22 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
    * repeated .google.firestore.v1.WriteResult write_results = 3;
    */
   @java.lang.Override
-  public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
-      int index) {
+  public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index) {
     return writeResults_.get(index);
   }
 
   public static final int COMMIT_TIME_FIELD_NUMBER = 4;
   private com.google.protobuf.Timestamp commitTime_;
   /**
+   *
+   *
    * 
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the write.
    * 
* * .google.protobuf.Timestamp commit_time = 4; + * * @return Whether the commitTime field is set. */ @java.lang.Override @@ -206,12 +245,15 @@ public boolean hasCommitTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the write.
    * 
* * .google.protobuf.Timestamp commit_time = 4; + * * @return The commitTime. */ @java.lang.Override @@ -219,6 +261,8 @@ public com.google.protobuf.Timestamp getCommitTime() { return commitTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : commitTime_; } /** + * + * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the write.
@@ -232,6 +276,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -243,8 +288,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(streamId_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, streamId_);
     }
@@ -270,16 +314,13 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, streamId_);
     }
     if (!streamToken_.isEmpty()) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBytesSize(2, streamToken_);
+      size += com.google.protobuf.CodedOutputStream.computeBytesSize(2, streamToken_);
     }
     for (int i = 0; i < writeResults_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, writeResults_.get(i));
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, writeResults_.get(i));
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(4, getCommitTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getCommitTime());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -289,23 +330,19 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.WriteResponse)) {
       return super.equals(obj);
     }
     com.google.firestore.v1.WriteResponse other = (com.google.firestore.v1.WriteResponse) obj;
 
-    if (!getStreamId()
-        .equals(other.getStreamId())) return false;
-    if (!getStreamToken()
-        .equals(other.getStreamToken())) return false;
-    if (!getWriteResultsList()
-        .equals(other.getWriteResultsList())) return false;
+    if (!getStreamId().equals(other.getStreamId())) return false;
+    if (!getStreamToken().equals(other.getStreamToken())) return false;
+    if (!getWriteResultsList().equals(other.getWriteResultsList())) return false;
     if (hasCommitTime() != other.hasCommitTime()) return false;
     if (hasCommitTime()) {
-      if (!getCommitTime()
-          .equals(other.getCommitTime())) return false;
+      if (!getCommitTime().equals(other.getCommitTime())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -335,120 +372,126 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.WriteResponse parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.WriteResponse parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.WriteResponse parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.v1.WriteResponse parseFrom(
-      com.google.protobuf.ByteString data)
+
+  public static com.google.firestore.v1.WriteResponse parseFrom(com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.WriteResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.WriteResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.WriteResponse parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.WriteResponse parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.WriteResponse parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.WriteResponse parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.WriteResponse parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.WriteResponse parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.WriteResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.WriteResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The response for [Firestore.Write][google.firestore.v1.Firestore.Write].
    * 
* * Protobuf type {@code google.firestore.v1.WriteResponse} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.WriteResponse) com.google.firestore.v1.WriteResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_WriteResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteResponse_fieldAccessorTable + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_WriteResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.WriteResponse.class, com.google.firestore.v1.WriteResponse.Builder.class); + com.google.firestore.v1.WriteResponse.class, + com.google.firestore.v1.WriteResponse.Builder.class); } // Construct using com.google.firestore.v1.WriteResponse.newBuilder() @@ -456,18 +499,18 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getWriteResultsFieldBuilder(); getCommitTimeFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -490,9 +533,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.FirestoreProto.internal_static_google_firestore_v1_WriteResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.FirestoreProto + .internal_static_google_firestore_v1_WriteResponse_descriptor; } @java.lang.Override @@ -511,9 +554,12 @@ public com.google.firestore.v1.WriteResponse build() { @java.lang.Override public com.google.firestore.v1.WriteResponse buildPartial() { - com.google.firestore.v1.WriteResponse result = new com.google.firestore.v1.WriteResponse(this); + com.google.firestore.v1.WriteResponse result = + new com.google.firestore.v1.WriteResponse(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -540,9 +586,7 @@ private void buildPartial0(com.google.firestore.v1.WriteResponse result) { } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000008) != 0)) { - result.commitTime_ = commitTimeBuilder_ == null - ? commitTime_ - : commitTimeBuilder_.build(); + result.commitTime_ = commitTimeBuilder_ == null ? commitTime_ : commitTimeBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; @@ -552,38 +596,39 @@ private void buildPartial0(com.google.firestore.v1.WriteResponse result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.WriteResponse) { - return mergeFrom((com.google.firestore.v1.WriteResponse)other); + return mergeFrom((com.google.firestore.v1.WriteResponse) other); } else { super.mergeFrom(other); return this; @@ -618,9 +663,10 @@ public Builder mergeFrom(com.google.firestore.v1.WriteResponse other) { writeResultsBuilder_ = null; writeResults_ = other.writeResults_; bitField0_ = (bitField0_ & ~0x00000004); - writeResultsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getWriteResultsFieldBuilder() : null; + writeResultsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getWriteResultsFieldBuilder() + : null; } else { writeResultsBuilder_.addAllMessages(other.writeResults_); } @@ -655,42 +701,44 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - streamId_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: { - streamToken_ = input.readBytes(); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 26: { - com.google.firestore.v1.WriteResult m = - input.readMessage( - com.google.firestore.v1.WriteResult.parser(), - extensionRegistry); - if (writeResultsBuilder_ == null) { - ensureWriteResultsIsMutable(); - writeResults_.add(m); - } else { - writeResultsBuilder_.addMessage(m); - } - break; - } // case 26 - case 34: { - input.readMessage( - getCommitTimeFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000008; - break; - } // case 34 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + streamId_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: + { + streamToken_ = input.readBytes(); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 26: + { + com.google.firestore.v1.WriteResult m = + input.readMessage( + com.google.firestore.v1.WriteResult.parser(), extensionRegistry); + if (writeResultsBuilder_ == null) { + ensureWriteResultsIsMutable(); + writeResults_.add(m); + } else { + writeResultsBuilder_.addMessage(m); + } + break; + } // case 26 + case 34: + { + input.readMessage(getCommitTimeFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000008; + break; + } // case 34 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -700,23 +748,26 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object streamId_ = ""; /** + * + * *
      * The ID of the stream.
      * Only set on the first message, when a new stream was created.
      * 
* * string stream_id = 1; + * * @return The streamId. */ public java.lang.String getStreamId() { java.lang.Object ref = streamId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); streamId_ = s; return s; @@ -725,21 +776,22 @@ public java.lang.String getStreamId() { } } /** + * + * *
      * The ID of the stream.
      * Only set on the first message, when a new stream was created.
      * 
* * string stream_id = 1; + * * @return The bytes for streamId. */ - public com.google.protobuf.ByteString - getStreamIdBytes() { + public com.google.protobuf.ByteString getStreamIdBytes() { java.lang.Object ref = streamId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); streamId_ = b; return b; } else { @@ -747,30 +799,37 @@ public java.lang.String getStreamId() { } } /** + * + * *
      * The ID of the stream.
      * Only set on the first message, when a new stream was created.
      * 
* * string stream_id = 1; + * * @param value The streamId to set. * @return This builder for chaining. */ - public Builder setStreamId( - java.lang.String value) { - if (value == null) { throw new NullPointerException(); } + public Builder setStreamId(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } streamId_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** + * + * *
      * The ID of the stream.
      * Only set on the first message, when a new stream was created.
      * 
* * string stream_id = 1; + * * @return This builder for chaining. */ public Builder clearStreamId() { @@ -780,18 +839,22 @@ public Builder clearStreamId() { return this; } /** + * + * *
      * The ID of the stream.
      * Only set on the first message, when a new stream was created.
      * 
* * string stream_id = 1; + * * @param value The bytes for streamId to set. * @return This builder for chaining. */ - public Builder setStreamIdBytes( - com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + public Builder setStreamIdBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } checkByteStringIsUtf8(value); streamId_ = value; bitField0_ |= 0x00000001; @@ -801,6 +864,8 @@ public Builder setStreamIdBytes( private com.google.protobuf.ByteString streamToken_ = com.google.protobuf.ByteString.EMPTY; /** + * + * *
      * A token that represents the position of this response in the stream.
      * This can be used by a client to resume the stream at this point.
@@ -809,6 +874,7 @@ public Builder setStreamIdBytes(
      * 
* * bytes stream_token = 2; + * * @return The streamToken. */ @java.lang.Override @@ -816,6 +882,8 @@ public com.google.protobuf.ByteString getStreamToken() { return streamToken_; } /** + * + * *
      * A token that represents the position of this response in the stream.
      * This can be used by a client to resume the stream at this point.
@@ -824,17 +892,22 @@ public com.google.protobuf.ByteString getStreamToken() {
      * 
* * bytes stream_token = 2; + * * @param value The streamToken to set. * @return This builder for chaining. */ public Builder setStreamToken(com.google.protobuf.ByteString value) { - if (value == null) { throw new NullPointerException(); } + if (value == null) { + throw new NullPointerException(); + } streamToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** + * + * *
      * A token that represents the position of this response in the stream.
      * This can be used by a client to resume the stream at this point.
@@ -843,6 +916,7 @@ public Builder setStreamToken(com.google.protobuf.ByteString value) {
      * 
* * bytes stream_token = 2; + * * @return This builder for chaining. */ public Builder clearStreamToken() { @@ -853,18 +927,24 @@ public Builder clearStreamToken() { } private java.util.List writeResults_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureWriteResultsIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { writeResults_ = new java.util.ArrayList(writeResults_); bitField0_ |= 0x00000004; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder> writeResultsBuilder_; + com.google.firestore.v1.WriteResult, + com.google.firestore.v1.WriteResult.Builder, + com.google.firestore.v1.WriteResultOrBuilder> + writeResultsBuilder_; /** + * + * *
      * The result of applying the writes.
      *
@@ -882,6 +962,8 @@ public java.util.List getWriteResultsList()
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -899,6 +981,8 @@ public int getWriteResultsCount() {
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -916,6 +1000,8 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -925,8 +1011,7 @@ public com.google.firestore.v1.WriteResult getWriteResults(int index) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public Builder setWriteResults(
-        int index, com.google.firestore.v1.WriteResult value) {
+    public Builder setWriteResults(int index, com.google.firestore.v1.WriteResult value) {
       if (writeResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -940,6 +1025,8 @@ public Builder setWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -961,6 +1048,8 @@ public Builder setWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -984,6 +1073,8 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -993,8 +1084,7 @@ public Builder addWriteResults(com.google.firestore.v1.WriteResult value) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public Builder addWriteResults(
-        int index, com.google.firestore.v1.WriteResult value) {
+    public Builder addWriteResults(int index, com.google.firestore.v1.WriteResult value) {
       if (writeResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1008,6 +1098,8 @@ public Builder addWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -1017,8 +1109,7 @@ public Builder addWriteResults(
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public Builder addWriteResults(
-        com.google.firestore.v1.WriteResult.Builder builderForValue) {
+    public Builder addWriteResults(com.google.firestore.v1.WriteResult.Builder builderForValue) {
       if (writeResultsBuilder_ == null) {
         ensureWriteResultsIsMutable();
         writeResults_.add(builderForValue.build());
@@ -1029,6 +1120,8 @@ public Builder addWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -1050,6 +1143,8 @@ public Builder addWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -1063,8 +1158,7 @@ public Builder addAllWriteResults(
         java.lang.Iterable values) {
       if (writeResultsBuilder_ == null) {
         ensureWriteResultsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, writeResults_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, writeResults_);
         onChanged();
       } else {
         writeResultsBuilder_.addAllMessages(values);
@@ -1072,6 +1166,8 @@ public Builder addAllWriteResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -1092,6 +1188,8 @@ public Builder clearWriteResults() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -1112,6 +1210,8 @@ public Builder removeWriteResults(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -1121,11 +1221,12 @@ public Builder removeWriteResults(int index) {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(
-        int index) {
+    public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(int index) {
       return getWriteResultsFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -1135,14 +1236,16 @@ public com.google.firestore.v1.WriteResult.Builder getWriteResultsBuilder(
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
-        int index) {
+    public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index) {
       if (writeResultsBuilder_ == null) {
-        return writeResults_.get(index);  } else {
+        return writeResults_.get(index);
+      } else {
         return writeResultsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -1152,8 +1255,8 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public java.util.List 
-         getWriteResultsOrBuilderList() {
+    public java.util.List
+        getWriteResultsOrBuilderList() {
       if (writeResultsBuilder_ != null) {
         return writeResultsBuilder_.getMessageOrBuilderList();
       } else {
@@ -1161,6 +1264,8 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
       }
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -1171,10 +1276,12 @@ public com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
     public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder() {
-      return getWriteResultsFieldBuilder().addBuilder(
-          com.google.firestore.v1.WriteResult.getDefaultInstance());
+      return getWriteResultsFieldBuilder()
+          .addBuilder(com.google.firestore.v1.WriteResult.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -1184,12 +1291,13 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder() {
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(
-        int index) {
-      return getWriteResultsFieldBuilder().addBuilder(
-          index, com.google.firestore.v1.WriteResult.getDefaultInstance());
+    public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(int index) {
+      return getWriteResultsFieldBuilder()
+          .addBuilder(index, com.google.firestore.v1.WriteResult.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The result of applying the writes.
      *
@@ -1199,20 +1307,23 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(
      *
      * repeated .google.firestore.v1.WriteResult write_results = 3;
      */
-    public java.util.List 
-         getWriteResultsBuilderList() {
+    public java.util.List
+        getWriteResultsBuilderList() {
       return getWriteResultsFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder> 
+            com.google.firestore.v1.WriteResult,
+            com.google.firestore.v1.WriteResult.Builder,
+            com.google.firestore.v1.WriteResultOrBuilder>
         getWriteResultsFieldBuilder() {
       if (writeResultsBuilder_ == null) {
-        writeResultsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.WriteResult, com.google.firestore.v1.WriteResult.Builder, com.google.firestore.v1.WriteResultOrBuilder>(
-                writeResults_,
-                ((bitField0_ & 0x00000004) != 0),
-                getParentForChildren(),
-                isClean());
+        writeResultsBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.firestore.v1.WriteResult,
+                com.google.firestore.v1.WriteResult.Builder,
+                com.google.firestore.v1.WriteResultOrBuilder>(
+                writeResults_, ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean());
         writeResults_ = null;
       }
       return writeResultsBuilder_;
@@ -1220,36 +1331,49 @@ public com.google.firestore.v1.WriteResult.Builder addWriteResultsBuilder(
 
     private com.google.protobuf.Timestamp commitTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> commitTimeBuilder_;
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
+        commitTimeBuilder_;
     /**
+     *
+     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
      * 
* * .google.protobuf.Timestamp commit_time = 4; + * * @return Whether the commitTime field is set. */ public boolean hasCommitTime() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
      * 
* * .google.protobuf.Timestamp commit_time = 4; + * * @return The commitTime. */ public com.google.protobuf.Timestamp getCommitTime() { if (commitTimeBuilder_ == null) { - return commitTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : commitTime_; + return commitTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : commitTime_; } else { return commitTimeBuilder_.getMessage(); } } /** + * + * *
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
@@ -1271,6 +1395,8 @@ public Builder setCommitTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
@@ -1278,8 +1404,7 @@ public Builder setCommitTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp commit_time = 4;
      */
-    public Builder setCommitTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setCommitTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (commitTimeBuilder_ == null) {
         commitTime_ = builderForValue.build();
       } else {
@@ -1290,6 +1415,8 @@ public Builder setCommitTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
@@ -1299,9 +1426,9 @@ public Builder setCommitTime(
      */
     public Builder mergeCommitTime(com.google.protobuf.Timestamp value) {
       if (commitTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000008) != 0) &&
-          commitTime_ != null &&
-          commitTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000008) != 0)
+            && commitTime_ != null
+            && commitTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getCommitTimeBuilder().mergeFrom(value);
         } else {
           commitTime_ = value;
@@ -1316,6 +1443,8 @@ public Builder mergeCommitTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
@@ -1334,6 +1463,8 @@ public Builder clearCommitTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
@@ -1347,6 +1478,8 @@ public com.google.protobuf.Timestamp.Builder getCommitTimeBuilder() {
       return getCommitTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
@@ -1358,11 +1491,14 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() {
       if (commitTimeBuilder_ != null) {
         return commitTimeBuilder_.getMessageOrBuilder();
       } else {
-        return commitTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : commitTime_;
+        return commitTime_ == null
+            ? com.google.protobuf.Timestamp.getDefaultInstance()
+            : commitTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The time at which the commit occurred. Any read with an equal or greater
      * `read_time` is guaranteed to see the effects of the write.
@@ -1371,21 +1507,24 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() {
      * .google.protobuf.Timestamp commit_time = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getCommitTimeFieldBuilder() {
       if (commitTimeBuilder_ == null) {
-        commitTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getCommitTime(),
-                getParentForChildren(),
-                isClean());
+        commitTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getCommitTime(), getParentForChildren(), isClean());
         commitTime_ = null;
       }
       return commitTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1395,12 +1534,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.WriteResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.WriteResponse)
   private static final com.google.firestore.v1.WriteResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.WriteResponse();
   }
@@ -1409,27 +1548,27 @@ public static com.google.firestore.v1.WriteResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public WriteResponse parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public WriteResponse parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1444,6 +1583,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.WriteResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponseOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponseOrBuilder.java
similarity index 78%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponseOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponseOrBuilder.java
index ac369faa3..364445bcb 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponseOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResponseOrBuilder.java
@@ -1,36 +1,59 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/firestore.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface WriteResponseOrBuilder extends
+public interface WriteResponseOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.WriteResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The ID of the stream.
    * Only set on the first message, when a new stream was created.
    * 
* * string stream_id = 1; + * * @return The streamId. */ java.lang.String getStreamId(); /** + * + * *
    * The ID of the stream.
    * Only set on the first message, when a new stream was created.
    * 
* * string stream_id = 1; + * * @return The bytes for streamId. */ - com.google.protobuf.ByteString - getStreamIdBytes(); + com.google.protobuf.ByteString getStreamIdBytes(); /** + * + * *
    * A token that represents the position of this response in the stream.
    * This can be used by a client to resume the stream at this point.
@@ -39,11 +62,14 @@ public interface WriteResponseOrBuilder extends
    * 
* * bytes stream_token = 2; + * * @return The streamToken. */ com.google.protobuf.ByteString getStreamToken(); /** + * + * *
    * The result of applying the writes.
    *
@@ -53,9 +79,10 @@ public interface WriteResponseOrBuilder extends
    *
    * repeated .google.firestore.v1.WriteResult write_results = 3;
    */
-  java.util.List 
-      getWriteResultsList();
+  java.util.List getWriteResultsList();
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -67,6 +94,8 @@ public interface WriteResponseOrBuilder extends
    */
   com.google.firestore.v1.WriteResult getWriteResults(int index);
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -78,6 +107,8 @@ public interface WriteResponseOrBuilder extends
    */
   int getWriteResultsCount();
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -87,9 +118,11 @@ public interface WriteResponseOrBuilder extends
    *
    * repeated .google.firestore.v1.WriteResult write_results = 3;
    */
-  java.util.List 
+  java.util.List
       getWriteResultsOrBuilderList();
   /**
+   *
+   *
    * 
    * The result of applying the writes.
    *
@@ -99,30 +132,37 @@ public interface WriteResponseOrBuilder extends
    *
    * repeated .google.firestore.v1.WriteResult write_results = 3;
    */
-  com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(
-      int index);
+  com.google.firestore.v1.WriteResultOrBuilder getWriteResultsOrBuilder(int index);
 
   /**
+   *
+   *
    * 
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the write.
    * 
* * .google.protobuf.Timestamp commit_time = 4; + * * @return Whether the commitTime field is set. */ boolean hasCommitTime(); /** + * + * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the write.
    * 
* * .google.protobuf.Timestamp commit_time = 4; + * * @return The commitTime. */ com.google.protobuf.Timestamp getCommitTime(); /** + * + * *
    * The time at which the commit occurred. Any read with an equal or greater
    * `read_time` is guaranteed to see the effects of the write.
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResult.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResult.java
similarity index 75%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResult.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResult.java
index 8488d3489..aacd14307 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResult.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResult.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
@@ -5,49 +20,55 @@
 package com.google.firestore.v1;
 
 /**
+ *
+ *
  * 
  * The result of applying a write.
  * 
* * Protobuf type {@code google.firestore.v1.WriteResult} */ -public final class WriteResult extends - com.google.protobuf.GeneratedMessageV3 implements +public final class WriteResult extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.firestore.v1.WriteResult) WriteResultOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use WriteResult.newBuilder() to construct. private WriteResult(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private WriteResult() { transformResults_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new WriteResult(); } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_WriteResult_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_WriteResult_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_WriteResult_fieldAccessorTable + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_WriteResult_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.WriteResult.class, com.google.firestore.v1.WriteResult.Builder.class); + com.google.firestore.v1.WriteResult.class, + com.google.firestore.v1.WriteResult.Builder.class); } private int bitField0_; public static final int UPDATE_TIME_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp updateTime_; /** + * + * *
    * The last update time of the document after applying the write. Not set
    * after a `delete`.
@@ -57,6 +78,7 @@ protected java.lang.Object newInstance(
    * 
* * .google.protobuf.Timestamp update_time = 1; + * * @return Whether the updateTime field is set. */ @java.lang.Override @@ -64,6 +86,8 @@ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * The last update time of the document after applying the write. Not set
    * after a `delete`.
@@ -73,6 +97,7 @@ public boolean hasUpdateTime() {
    * 
* * .google.protobuf.Timestamp update_time = 1; + * * @return The updateTime. */ @java.lang.Override @@ -80,6 +105,8 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** + * + * *
    * The last update time of the document after applying the write. Not set
    * after a `delete`.
@@ -96,9 +123,12 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
   }
 
   public static final int TRANSFORM_RESULTS_FIELD_NUMBER = 2;
+
   @SuppressWarnings("serial")
   private java.util.List transformResults_;
   /**
+   *
+   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -112,6 +142,8 @@ public java.util.List getTransformResultsList() {
     return transformResults_;
   }
   /**
+   *
+   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -121,11 +153,13 @@ public java.util.List getTransformResultsList() {
    * repeated .google.firestore.v1.Value transform_results = 2;
    */
   @java.lang.Override
-  public java.util.List 
+  public java.util.List
       getTransformResultsOrBuilderList() {
     return transformResults_;
   }
   /**
+   *
+   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -139,6 +173,8 @@ public int getTransformResultsCount() {
     return transformResults_.size();
   }
   /**
+   *
+   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -152,6 +188,8 @@ public com.google.firestore.v1.Value getTransformResults(int index) {
     return transformResults_.get(index);
   }
   /**
+   *
+   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -161,12 +199,12 @@ public com.google.firestore.v1.Value getTransformResults(int index) {
    * repeated .google.firestore.v1.Value transform_results = 2;
    */
   @java.lang.Override
-  public com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(
-      int index) {
+  public com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(int index) {
     return transformResults_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -178,8 +216,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (((bitField0_ & 0x00000001) != 0)) {
       output.writeMessage(1, getUpdateTime());
     }
@@ -196,12 +233,10 @@ public int getSerializedSize() {
 
     size = 0;
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, getUpdateTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getUpdateTime());
     }
     for (int i = 0; i < transformResults_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, transformResults_.get(i));
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, transformResults_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -211,7 +246,7 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.firestore.v1.WriteResult)) {
       return super.equals(obj);
@@ -220,11 +255,9 @@ public boolean equals(final java.lang.Object obj) {
 
     if (hasUpdateTime() != other.hasUpdateTime()) return false;
     if (hasUpdateTime()) {
-      if (!getUpdateTime()
-          .equals(other.getUpdateTime())) return false;
+      if (!getUpdateTime().equals(other.getUpdateTime())) return false;
     }
-    if (!getTransformResultsList()
-        .equals(other.getTransformResultsList())) return false;
+    if (!getTransformResultsList().equals(other.getTransformResultsList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -249,120 +282,126 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.firestore.v1.WriteResult parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.firestore.v1.WriteResult parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.WriteResult parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.firestore.v1.WriteResult parseFrom(
-      com.google.protobuf.ByteString data)
+
+  public static com.google.firestore.v1.WriteResult parseFrom(com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.WriteResult parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.WriteResult parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.firestore.v1.WriteResult parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.firestore.v1.WriteResult parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.WriteResult parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   public static com.google.firestore.v1.WriteResult parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.firestore.v1.WriteResult parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.firestore.v1.WriteResult parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.firestore.v1.WriteResult parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.firestore.v1.WriteResult prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * The result of applying a write.
    * 
* * Protobuf type {@code google.firestore.v1.WriteResult} */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements // @@protoc_insertion_point(builder_implements:google.firestore.v1.WriteResult) com.google.firestore.v1.WriteResultOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_WriteResult_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_WriteResult_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_WriteResult_fieldAccessorTable + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_WriteResult_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.firestore.v1.WriteResult.class, com.google.firestore.v1.WriteResult.Builder.class); + com.google.firestore.v1.WriteResult.class, + com.google.firestore.v1.WriteResult.Builder.class); } // Construct using com.google.firestore.v1.WriteResult.newBuilder() @@ -370,18 +409,18 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getUpdateTimeFieldBuilder(); getTransformResultsFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -402,9 +441,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.firestore.v1.WriteProto.internal_static_google_firestore_v1_WriteResult_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.firestore.v1.WriteProto + .internal_static_google_firestore_v1_WriteResult_descriptor; } @java.lang.Override @@ -425,7 +464,9 @@ public com.google.firestore.v1.WriteResult build() { public com.google.firestore.v1.WriteResult buildPartial() { com.google.firestore.v1.WriteResult result = new com.google.firestore.v1.WriteResult(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { buildPartial0(result); } + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } @@ -446,9 +487,7 @@ private void buildPartial0(com.google.firestore.v1.WriteResult result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { - result.updateTime_ = updateTimeBuilder_ == null - ? updateTime_ - : updateTimeBuilder_.build(); + result.updateTime_ = updateTimeBuilder_ == null ? updateTime_ : updateTimeBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; @@ -458,38 +497,39 @@ private void buildPartial0(com.google.firestore.v1.WriteResult result) { public Builder clone() { return super.clone(); } + @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } + @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } + @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } + @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } + @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.firestore.v1.WriteResult) { - return mergeFrom((com.google.firestore.v1.WriteResult)other); + return mergeFrom((com.google.firestore.v1.WriteResult) other); } else { super.mergeFrom(other); return this; @@ -519,9 +559,10 @@ public Builder mergeFrom(com.google.firestore.v1.WriteResult other) { transformResultsBuilder_ = null; transformResults_ = other.transformResults_; bitField0_ = (bitField0_ & ~0x00000002); - transformResultsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getTransformResultsFieldBuilder() : null; + transformResultsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getTransformResultsFieldBuilder() + : null; } else { transformResultsBuilder_.addAllMessages(other.transformResults_); } @@ -553,32 +594,31 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getUpdateTimeFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: { - com.google.firestore.v1.Value m = - input.readMessage( - com.google.firestore.v1.Value.parser(), - extensionRegistry); - if (transformResultsBuilder_ == null) { - ensureTransformResultsIsMutable(); - transformResults_.add(m); - } else { - transformResultsBuilder_.addMessage(m); - } - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: + { + com.google.firestore.v1.Value m = + input.readMessage(com.google.firestore.v1.Value.parser(), extensionRegistry); + if (transformResultsBuilder_ == null) { + ensureTransformResultsIsMutable(); + transformResults_.add(m); + } else { + transformResultsBuilder_.addMessage(m); + } + break; + } // case 18 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -588,12 +628,18 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private com.google.protobuf.Timestamp updateTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + updateTimeBuilder_; /** + * + * *
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -603,12 +649,15 @@ public Builder mergeFrom(
      * 
* * .google.protobuf.Timestamp update_time = 1; + * * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -618,16 +667,21 @@ public boolean hasUpdateTime() {
      * 
* * .google.protobuf.Timestamp update_time = 1; + * * @return The updateTime. */ public com.google.protobuf.Timestamp getUpdateTime() { if (updateTimeBuilder_ == null) { - return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; + return updateTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : updateTime_; } else { return updateTimeBuilder_.getMessage(); } } /** + * + * *
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -652,6 +706,8 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -662,8 +718,7 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp update_time = 1;
      */
-    public Builder setUpdateTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (updateTimeBuilder_ == null) {
         updateTime_ = builderForValue.build();
       } else {
@@ -674,6 +729,8 @@ public Builder setUpdateTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -686,9 +743,9 @@ public Builder setUpdateTime(
      */
     public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
       if (updateTimeBuilder_ == null) {
-        if (((bitField0_ & 0x00000001) != 0) &&
-          updateTime_ != null &&
-          updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000001) != 0)
+            && updateTime_ != null
+            && updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
           getUpdateTimeBuilder().mergeFrom(value);
         } else {
           updateTime_ = value;
@@ -703,6 +760,8 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -724,6 +783,8 @@ public Builder clearUpdateTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -740,6 +801,8 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() {
       return getUpdateTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -754,11 +817,14 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
       if (updateTimeBuilder_ != null) {
         return updateTimeBuilder_.getMessageOrBuilder();
       } else {
-        return updateTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_;
+        return updateTime_ == null
+            ? com.google.protobuf.Timestamp.getDefaultInstance()
+            : updateTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The last update time of the document after applying the write. Not set
      * after a `delete`.
@@ -770,32 +836,42 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
      * .google.protobuf.Timestamp update_time = 1;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getUpdateTimeFieldBuilder() {
       if (updateTimeBuilder_ == null) {
-        updateTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getUpdateTime(),
-                getParentForChildren(),
-                isClean());
+        updateTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getUpdateTime(), getParentForChildren(), isClean());
         updateTime_ = null;
       }
       return updateTimeBuilder_;
     }
 
     private java.util.List transformResults_ =
-      java.util.Collections.emptyList();
+        java.util.Collections.emptyList();
+
     private void ensureTransformResultsIsMutable() {
       if (!((bitField0_ & 0x00000002) != 0)) {
-        transformResults_ = new java.util.ArrayList(transformResults_);
+        transformResults_ =
+            new java.util.ArrayList(transformResults_);
         bitField0_ |= 0x00000002;
-       }
+      }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> transformResultsBuilder_;
+            com.google.firestore.v1.Value,
+            com.google.firestore.v1.Value.Builder,
+            com.google.firestore.v1.ValueOrBuilder>
+        transformResultsBuilder_;
 
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -812,6 +888,8 @@ public java.util.List getTransformResultsList() {
       }
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -828,6 +906,8 @@ public int getTransformResultsCount() {
       }
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -844,6 +924,8 @@ public com.google.firestore.v1.Value getTransformResults(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -852,8 +934,7 @@ public com.google.firestore.v1.Value getTransformResults(int index) {
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public Builder setTransformResults(
-        int index, com.google.firestore.v1.Value value) {
+    public Builder setTransformResults(int index, com.google.firestore.v1.Value value) {
       if (transformResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -867,6 +948,8 @@ public Builder setTransformResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -887,6 +970,8 @@ public Builder setTransformResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -909,6 +994,8 @@ public Builder addTransformResults(com.google.firestore.v1.Value value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -917,8 +1004,7 @@ public Builder addTransformResults(com.google.firestore.v1.Value value) {
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public Builder addTransformResults(
-        int index, com.google.firestore.v1.Value value) {
+    public Builder addTransformResults(int index, com.google.firestore.v1.Value value) {
       if (transformResultsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -932,6 +1018,8 @@ public Builder addTransformResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -940,8 +1028,7 @@ public Builder addTransformResults(
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public Builder addTransformResults(
-        com.google.firestore.v1.Value.Builder builderForValue) {
+    public Builder addTransformResults(com.google.firestore.v1.Value.Builder builderForValue) {
       if (transformResultsBuilder_ == null) {
         ensureTransformResultsIsMutable();
         transformResults_.add(builderForValue.build());
@@ -952,6 +1039,8 @@ public Builder addTransformResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -972,6 +1061,8 @@ public Builder addTransformResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -984,8 +1075,7 @@ public Builder addAllTransformResults(
         java.lang.Iterable values) {
       if (transformResultsBuilder_ == null) {
         ensureTransformResultsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, transformResults_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, transformResults_);
         onChanged();
       } else {
         transformResultsBuilder_.addAllMessages(values);
@@ -993,6 +1083,8 @@ public Builder addAllTransformResults(
       return this;
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1012,6 +1104,8 @@ public Builder clearTransformResults() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1031,6 +1125,8 @@ public Builder removeTransformResults(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1039,11 +1135,12 @@ public Builder removeTransformResults(int index) {
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public com.google.firestore.v1.Value.Builder getTransformResultsBuilder(
-        int index) {
+    public com.google.firestore.v1.Value.Builder getTransformResultsBuilder(int index) {
       return getTransformResultsFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1052,14 +1149,16 @@ public com.google.firestore.v1.Value.Builder getTransformResultsBuilder(
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(
-        int index) {
+    public com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(int index) {
       if (transformResultsBuilder_ == null) {
-        return transformResults_.get(index);  } else {
+        return transformResults_.get(index);
+      } else {
         return transformResultsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1068,8 +1167,8 @@ public com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public java.util.List 
-         getTransformResultsOrBuilderList() {
+    public java.util.List
+        getTransformResultsOrBuilderList() {
       if (transformResultsBuilder_ != null) {
         return transformResultsBuilder_.getMessageOrBuilderList();
       } else {
@@ -1077,6 +1176,8 @@ public com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(
       }
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1086,10 +1187,12 @@ public com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
     public com.google.firestore.v1.Value.Builder addTransformResultsBuilder() {
-      return getTransformResultsFieldBuilder().addBuilder(
-          com.google.firestore.v1.Value.getDefaultInstance());
+      return getTransformResultsFieldBuilder()
+          .addBuilder(com.google.firestore.v1.Value.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1098,12 +1201,13 @@ public com.google.firestore.v1.Value.Builder addTransformResultsBuilder() {
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public com.google.firestore.v1.Value.Builder addTransformResultsBuilder(
-        int index) {
-      return getTransformResultsFieldBuilder().addBuilder(
-          index, com.google.firestore.v1.Value.getDefaultInstance());
+    public com.google.firestore.v1.Value.Builder addTransformResultsBuilder(int index) {
+      return getTransformResultsFieldBuilder()
+          .addBuilder(index, com.google.firestore.v1.Value.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The results of applying each
      * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -1112,16 +1216,21 @@ public com.google.firestore.v1.Value.Builder addTransformResultsBuilder(
      *
      * repeated .google.firestore.v1.Value transform_results = 2;
      */
-    public java.util.List 
-         getTransformResultsBuilderList() {
+    public java.util.List getTransformResultsBuilderList() {
       return getTransformResultsFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder> 
+            com.google.firestore.v1.Value,
+            com.google.firestore.v1.Value.Builder,
+            com.google.firestore.v1.ValueOrBuilder>
         getTransformResultsFieldBuilder() {
       if (transformResultsBuilder_ == null) {
-        transformResultsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.firestore.v1.Value, com.google.firestore.v1.Value.Builder, com.google.firestore.v1.ValueOrBuilder>(
+        transformResultsBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.firestore.v1.Value,
+                com.google.firestore.v1.Value.Builder,
+                com.google.firestore.v1.ValueOrBuilder>(
                 transformResults_,
                 ((bitField0_ & 0x00000002) != 0),
                 getParentForChildren(),
@@ -1130,9 +1239,9 @@ public com.google.firestore.v1.Value.Builder addTransformResultsBuilder(
       }
       return transformResultsBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1142,12 +1251,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.firestore.v1.WriteResult)
   }
 
   // @@protoc_insertion_point(class_scope:google.firestore.v1.WriteResult)
   private static final com.google.firestore.v1.WriteResult DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.firestore.v1.WriteResult();
   }
@@ -1156,27 +1265,27 @@ public static com.google.firestore.v1.WriteResult getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public WriteResult parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      Builder builder = newBuilder();
-      try {
-        builder.mergeFrom(input, extensionRegistry);
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(builder.buildPartial());
-      } catch (com.google.protobuf.UninitializedMessageException e) {
-        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e)
-            .setUnfinishedMessage(builder.buildPartial());
-      }
-      return builder.buildPartial();
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public WriteResult parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          Builder builder = newBuilder();
+          try {
+            builder.mergeFrom(input, extensionRegistry);
+          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+            throw e.setUnfinishedMessage(builder.buildPartial());
+          } catch (com.google.protobuf.UninitializedMessageException e) {
+            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+          } catch (java.io.IOException e) {
+            throw new com.google.protobuf.InvalidProtocolBufferException(e)
+                .setUnfinishedMessage(builder.buildPartial());
+          }
+          return builder.buildPartial();
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1191,6 +1300,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.firestore.v1.WriteResult getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResultOrBuilder.java b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResultOrBuilder.java
similarity index 78%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResultOrBuilder.java
rename to proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResultOrBuilder.java
index f7f6f0719..c4372f583 100644
--- a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResultOrBuilder.java
+++ b/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/WriteResultOrBuilder.java
@@ -1,14 +1,32 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/firestore/v1/write.proto
 
 // Protobuf Java Version: 3.25.3
 package com.google.firestore.v1;
 
-public interface WriteResultOrBuilder extends
+public interface WriteResultOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.firestore.v1.WriteResult)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The last update time of the document after applying the write. Not set
    * after a `delete`.
@@ -18,10 +36,13 @@ public interface WriteResultOrBuilder extends
    * 
* * .google.protobuf.Timestamp update_time = 1; + * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** + * + * *
    * The last update time of the document after applying the write. Not set
    * after a `delete`.
@@ -31,10 +52,13 @@ public interface WriteResultOrBuilder extends
    * 
* * .google.protobuf.Timestamp update_time = 1; + * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** + * + * *
    * The last update time of the document after applying the write. Not set
    * after a `delete`.
@@ -48,6 +72,8 @@ public interface WriteResultOrBuilder extends
   com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder();
 
   /**
+   *
+   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -56,9 +82,10 @@ public interface WriteResultOrBuilder extends
    *
    * repeated .google.firestore.v1.Value transform_results = 2;
    */
-  java.util.List 
-      getTransformResultsList();
+  java.util.List getTransformResultsList();
   /**
+   *
+   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -69,6 +96,8 @@ public interface WriteResultOrBuilder extends
    */
   com.google.firestore.v1.Value getTransformResults(int index);
   /**
+   *
+   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -79,6 +108,8 @@ public interface WriteResultOrBuilder extends
    */
   int getTransformResultsCount();
   /**
+   *
+   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -87,9 +118,11 @@ public interface WriteResultOrBuilder extends
    *
    * repeated .google.firestore.v1.Value transform_results = 2;
    */
-  java.util.List 
+  java.util.List
       getTransformResultsOrBuilderList();
   /**
+   *
+   *
    * 
    * The results of applying each
    * [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
@@ -98,6 +131,5 @@ public interface WriteResultOrBuilder extends
    *
    * repeated .google.firestore.v1.Value transform_results = 2;
    */
-  com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(
-      int index);
+  com.google.firestore.v1.ValueOrBuilder getTransformResultsOrBuilder(int index);
 }
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/aggregation_result.proto b/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/aggregation_result.proto
similarity index 100%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/aggregation_result.proto
rename to proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/aggregation_result.proto
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/bloom_filter.proto b/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/bloom_filter.proto
similarity index 100%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/bloom_filter.proto
rename to proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/bloom_filter.proto
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/common.proto b/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/common.proto
similarity index 100%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/common.proto
rename to proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/common.proto
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/document.proto b/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/document.proto
similarity index 100%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/document.proto
rename to proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/document.proto
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/firestore.proto b/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/firestore.proto
similarity index 100%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/firestore.proto
rename to proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/firestore.proto
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query.proto b/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query.proto
similarity index 100%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query.proto
rename to proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query.proto
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query_profile.proto b/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query_profile.proto
similarity index 100%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query_profile.proto
rename to proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/query_profile.proto
diff --git a/owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/write.proto b/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/write.proto
similarity index 100%
rename from owl-bot-staging/v1/proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/write.proto
rename to proto-google-cloud-firestore-v1/src/main/proto/google/firestore/v1/write.proto

From 3082defde9329746265592a0b915477ffafe382f Mon Sep 17 00:00:00 2001
From: Tom Andersen 
Date: Thu, 13 Jun 2024 12:41:11 -0400
Subject: [PATCH 3/3] Accept API change.

---
 .../clirr-ignored-differences.xml                            | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/grpc-google-cloud-firestore-admin-v1/clirr-ignored-differences.xml b/grpc-google-cloud-firestore-admin-v1/clirr-ignored-differences.xml
index 9a609086f..802da77da 100644
--- a/grpc-google-cloud-firestore-admin-v1/clirr-ignored-differences.xml
+++ b/grpc-google-cloud-firestore-admin-v1/clirr-ignored-differences.xml
@@ -46,4 +46,9 @@
     com/google/firestore/admin/v1/FirestoreAdminGrpc*
     void updateBackupSchedule(com.google.firestore.admin.v1.UpdateBackupScheduleRequest, io.grpc.stub.StreamObserver)
   
+  
+    7012
+    com/google/firestore/admin/v1/FirestoreAdminGrpc*
+    void bulkDeleteDocuments(com.google.firestore.admin.v1.BulkDeleteDocumentsRequest, io.grpc.stub.StreamObserver)
+